@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&family=Noto+Sans:wght@300;400;500&family=Red+Hat+Display:wght@300;400;500;600;700;800;900&display=swap');

/*! tailwindcss v2.2.15 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
    box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

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

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
    margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
    font-family:
        system-ui,
        -apple-system,
        /* Firefox supports this but not yet `system-ui` */
        'Segoe UI',
        Roboto,
        Helvetica,
        Arial,
        sans-serif,
        'Apple Color Emoji',
        'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
}

/*
Text-level semantics
====================
*/

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

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

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

b,
strong {
    font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

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

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

small {
    font-size: 80%;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
Tabular data
============
*/

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

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

/*
Forms
=====
*/

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

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

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

button,
select {
    /* 1 */
    text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

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

/**
Remove the inner border and padding in Firefox.
*/

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

/**
Restore the focus styles unset by the previous rule.
*/

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

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

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
    padding: 0;
}

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

progress {
    vertical-align: baseline;
}

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

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

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

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

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

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

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

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

/*
Interactive
===========
*/

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

summary {
    display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

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";
    /* 1 */
    line-height: 1.5;
    /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

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

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

/*
 * Ensure horizontal rules are visible by default
 */

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

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
    outline: auto;
}

table {
    border-collapse: collapse;
}

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

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

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

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

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

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

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

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

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
    display: none;
}

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

body {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    font-family: "Red Hat Display";
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(110, 110, 110, var(--tw-text-opacity));
}
body{
    font-size: 18px;
}
body.no-scroll {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 0.75rem;
}

p {
    margin-bottom: 1rem;
}

ul li {
    margin-bottom: 0.75rem;
}

ul {
    list-style: disc;
    padding-left: 1rem;
}

ol {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 0px;
}

ol>li {
    position: relative;
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    counter-increment: my-awesome-counter;
}

ol>li::before {
    content: counter(my-awesome-counter);
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: 900;
    --tw-text-opacity: 1;
    color: rgba(69, 205, 252, var(--tw-text-opacity));
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
strong {
    font-weight: 900;
}

h6 strong {
    font-weight: 700;
}

h1 {
    font-size: 3.125rem;
    line-height: 60px;
}

h2 {
    font-size: 2.5rem;
    line-height: 50px;
}

h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 32px;
}

h4 {
    font-size: 1.5rem;
    line-height: 2rem;
}

h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 900;
    --tw-text-opacity: 1;
    color: rgba(63, 178, 207, var(--tw-text-opacity));
    letter-spacing: 4px;
}

h6 {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

a:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 110, 110, var(--tw-text-opacity));
}

*:focus {
    outline: none;
}

p {
    margin-bottom: 2.25rem;
    --tw-text-opacity: 1;
    color: rgba(74, 67, 73, var(--tw-text-opacity));
    line-height: 26px;
}

p:last-child {
    margin-bottom: 0px;
}

.flex-basis {
    flex-basis: min-content;
}

.container {
    width: 100%;
}

@media (min-width: 100%) {
    .container {
        max-width: 100%;
    }
}

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

.wrapper header {
    max-width: 1600px;
}

header>div {
    max-width: 1581px;
    margin: 0 auto;
}

.logo-wrap a {
    display: flex;
    align-items: center;
}

.logo-wrap a img {
    margin-right: 0.75rem;
}

.logo-wrap a p {
    margin-bottom: 0px;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    line-height: 20px;
}

.logo-wrap a p strong {
    font-family: "Helvetica-Bold";
}

.menu-wrap nav {
    padding-right: 2rem;
}

.menu-wrap nav>ul {
    display: flex;
    padding-left: 0px;
}

.menu-wrap nav>ul>li {
    position: relative;
    margin-bottom: 0px;
    list-style-type: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.menu-wrap nav>ul>li>a {
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 900;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.menu-wrap nav>ul>li>a:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 172, var(--tw-text-opacity));
}

.menu-wrap nav>ul>li>a {
    letter-spacing: 1.76px;
}

.menu-wrap nav>ul>li.active>a {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 172, var(--tw-text-opacity));
}

.menu-wrap nav>ul>li>ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    list-style-type: none;
    border-radius: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding-left: 0px;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    width: 228px;
    left: -50%;
    margin-left: 27px;
    box-shadow: 0px 3px 6px #00000029;
}

.menu-wrap nav>ul>li:hover>ul,
.menu-wrap nav>ul>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.menu-wrap nav>ul>li>ul:before {
    position: absolute;
    left: 50%;
    content: "";
    margin-left: -17px;
    margin-top: -14px;
    width: 34px;
    height: 34px;
    background: url('../images/menu-top-arrow.svg') no-repeat center center;
    background-size: 44px auto;
}

.menu-wrap nav>ul>li>ul>li,
.menu-wrap nav>ul>li>ul>li>ul>li {
    position: relative;
    margin-bottom: 0px;
    border-bottom-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.menu-wrap nav>ul>li>ul>li:last-child,
.menu-wrap nav>ul>li>ul>li>ul>li:last-child {
    border-bottom: 0;
}

.menu-wrap nav>ul>li>ul>li>a,
.menu-wrap nav>ul>li>ul>li>ul>li>a {
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-text-opacity));
}

.menu-wrap nav>ul>li>ul>li>a:hover,
.menu-wrap nav>ul>li>ul>li>ul>li>a:hover {
    --tw-text-opacity: 1;
    color: rgba(69, 205, 252, var(--tw-text-opacity));
}

.menu-wrap nav>ul>li>ul>li>a,
.menu-wrap nav>ul>li>ul>li>ul>li>a {
    background: url('../images/menu-blue-arrow.svg') no-repeat right center;
}

.menu-wrap nav>ul>li>ul>li>ul>li>a {
    background: none;
}

.menu-wrap nav>ul>li>ul>li>ul {
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 100%;
    list-style-type: none;
    border-radius: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding-left: 0px;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    width: 228px;
    box-shadow: 0px 3px 6px #00000029;
}

.language-section select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 1.5rem;
    border-width: 2px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    background-color: transparent;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-right: 2rem;
    padding-left: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 900;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    background: url('../images/down-arrow.svg') no-repeat right 10px center;
    background-size: 13px auto;
}

.language-section select option {
    color: #6E6E6E;
}

.header-icon ul li {
    margin-bottom: 0px;
}

.header-icon ul li:first-child {
    margin-right: 14px;
}

header.fixed-header,
body:not(.home) header {
    background-image: linear-gradient(to right, #45cdfc 0%, #45cdfc 100%);
}

body:not(.home) {
    padding-top: 120px;
}

.mm-opened body:not(.home) {
    padding-top: 0;
}

.banner {
    position: relative;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.banner:before {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    content: "";
    background-image: linear-gradient(91deg, #45cdfc 0%, rgba(128, 128, 128, 0) 100%);
}

.banner span {
    margin-bottom: 1rem;
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 900;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.banner h1 {
    margin-bottom: 4rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.banner .btn {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    min-width: 248px;
}

.btn {
    display: inline-block;
    border-radius: 31px;
    --tw-bg-opacity: 1;
    background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
}

.btn:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.btn {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 900;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn:hover {
    --tw-text-opacity: 1;
    color: rgba(69, 205, 252, var(--tw-text-opacity));
}

.btn {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    letter-spacing: 3.2px;
    min-width: 187px;
}

.btn.btn-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.btn.btn-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
}

.btn.btn-white {
    --tw-text-opacity: 1;
    color: rgba(69, 205, 252, var(--tw-text-opacity));
}

.btn.btn-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.footer-menu {
    margin-left: 1.25rem;
}

.footer-menu ul,
.footer-social ul {
    list-style-type: none;
    padding-left: 0px;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.footer-menu ul li {
    margin-bottom: 0px;
}

.footer-menu ul li a:hover:hover {
    --tw-text-opacity: 1;
    color: rgba(69, 205, 252, var(--tw-text-opacity));
}

.footer-social ul {
    margin-left: 3.5rem;
    display: flex;
}

.footer-social ul li {
    margin-left: 0.5rem;
}

footer p {
    margin-bottom: 0px;
    margin-left: 4rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

footer p a {
    --tw-text-opacity: 1;
    color: rgba(69, 205, 252, var(--tw-text-opacity))
}

footer .container {
    max-width: 1032px;
}

.footer-social {
    margin-top: 0.25rem;
}

.contact-setcion .container,
.container-sm,
.container-lg,
.container-xl,
.container-md {
    margin-left: auto;
    margin-right: auto;
    max-width: 51.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1600px;
}

.container-md {
    max-width: 1400px;
}

.container-lg {
    max-width: 1560px;
}

.container-xl {
    max-width: 1582px;
}

.contact-setcion p {
    text-align: left;
}

.ministry-section img {
    margin-bottom: 2rem;
    display: inline-block;
    vertical-align: top;
}

.ministry-section strong {
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 900;
}

.ministry-section p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-text-opacity));
}

.ministry-section span {
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-text-opacity));
}

.contact-setcion h2 {
    font-family: 'HelveticaNeue-Regular';
}

.contact-setcion h2 strong {
    font-family: "Red Hat Display";
}

.event-section .events h5 {
    position: absolute;
    bottom: 1.25rem;
    left: 1.75rem;
    margin-bottom: 0px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    letter-spacing: 0;
}

.event-category {
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 1.75rem;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.fix-list-ul {
    right: 1.75rem;
}

.fix-list-ul ul {
    display: flex;
    list-style-type: none;
    padding-left: initial;
}

.fix-list-ul ul li {
    width: 100% !important;
    max-width: 100px !important;
    padding: 14px !important;
    display: flex !important;
    align-items: center !important;
}

.fix-list-ul ul li>div {
    width: 100%;
}

.event-category ul {
    display: flex;
    list-style-type: none;
    padding-left: 0px;
}

.event-category ul li {
    margin-right: 0.5rem;
    width: 4.375rem;
    --tw-bg-opacity: 1;
    background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    text-align: center;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    padding: 21px 14px 9px;
    border-radius: 0 0 15px 15px;
}

.event-section .events {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px 0 0 10px;
}

.event-section .events:nth-child(2) {
    border-radius: 0 10px 10px 0;
}

.event-section .events .event-image {
    position: relative;
}

.event-section .events .event-image:after {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    content: "";
    opacity: 0.59;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(13, 13, 13, 0.95) 85%, #000000 100%);
}

.event-section.list-view-format .events .event-image:after {
    display: none;
}

.event-section.event-section-wrapper.list-view-format .events-block .events .list-view-block p {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.event-section .events .event-image:before,
.our-ressources .image-section:before {
    visibility: hidden;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.8;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.event-section .events .event-image:before,
.our-ressources .image-section:before {
    content: '';
}

.event-section .events .event-image:hover:before,
.our-ressources .image-section:hover:before,
.events .event-image:hover .event-category {
    visibility: visible;
    opacity: 1;
}

.our-ressources h5 {
    margin-top: 0.5rem;
    margin-bottom: 0px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(110, 110, 110, var(--tw-text-opacity));
    letter-spacing: 0;
}

.our-ressources p {
    --tw-text-opacity: 1;
    color: rgba(110, 110, 110, var(--tw-text-opacity));
}

a.white-circle-arrow {
    position: absolute;
    right: 1.25rem;
    bottom: 1.25rem;
}

.more-events a {
    display: inline-block;
    border-radius: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.more-events a:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
}

.more-events a {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 900;
    --tw-text-opacity: 1;
    color: rgba(69, 205, 252, var(--tw-text-opacity));
    letter-spacing: 3.2px;
}

.event-section .more-events a {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
}

.event-section .more-events a:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.event-section .more-events a {
    padding-right: 27px;
}

.more-events a img {
    margin-left: 0.5rem;
    display: inline-block;
    width: 1.75rem;
    vertical-align: middle;
    position: relative;
    top: -1px;
    letter-spacing: 3.2px;
}

.like-event {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    z-index: 2;
}

.ressources-slider {
    margin-left: -5rem;
    margin-right: -5rem;
}

.our-ressources {
    overflow: hidden;
    border-radius: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.our-ressources .image-section>img {
    height: 100%;
    width: 100%;
    border-radius: 0.75rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.our-ressources .image-section {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 0.75rem;
}

.like-event,
.white-circle-arrow,
.our-ressources .event-category {
    visibility: hidden;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.image-section:hover .like-event,
.image-section:hover .white-circle-arrow,
.our-ressources .image-section:hover .event-category,
.events:hover .like-event,
.events .event-image:hover .white-circle-arrow {
    visibility: visible;
    opacity: 1;
}

.ressources-slider .slick-list {
    padding: 0 !important;
}

.our-team .our-team-inner {
    max-width: 198px;
    margin: 0 auto;
}

.our-team img {
    margin-bottom: 1.5rem;
    max-width: 11.375rem;
}

.our-team h6 {
    margin-bottom: 0px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 900;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    letter-spacing: 1.12px;
}

.our-team p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
}

.about-us p {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    line-height: 26px;
}

.our-team p {
    margin-bottom: 0.75rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.our-team ul {
    display: flex;
    list-style-type: none;
    padding-left: 0px;
}

.our-team ul li {
    margin-right: 0.5rem;
    margin-bottom: 0px;
}

.our-team ul li img {
    margin-bottom: 0px;
}

.our-team ul li a {
    display: block;
}

.blue-section:before {
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
    content: "";
    background: url('../images/book.png') repeat top left;
}

.our-advantage h2 {
    margin-bottom: 0.75rem;
    line-height: 120px;
}

.our-advantage h5 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    letter-spacing: 4px;
}

.youth-directors select {
    height: 2rem;
    width: 12rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Red Hat Display";
    font-size: 1rem;
    line-height: 1.5rem;
    color: #B7B7B7;
    padding: 2px 30px 5px 17px;
    border: solid 2px #D3D3D3;
    border-radius: 20px;
    background: url('../images/blue-down-arrow.png') no-repeat center right 11px;
    background-size: 14px auto;
}

.youth-directors .our-team img {
    margin-bottom: 1rem;
}

.contact-info p a {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.contact-info p a:hover {
    text-decoration: underline;
}

.our-team .contact-info h6 {
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
}

.humberger-icon {
    margin-left: 20px;
}

.humberger-icon a span {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px 0;
    background-color: #ffffff;
}

.our-ressources p {
    margin-bottom: 0px;
    margin-left: 0.25rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.highlighted {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 900;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    width: 97px;
    height: 97px;
    z-index: 0;
    top: -2px;
    right: -2px;
    transform: rotate(45deg);
    padding: 24px 11px;
}

.highlighted:before {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    top: 1px;
    content: "";
    z-index: -1;
    transform: rotate(-45deg);
    background: url('../images/category-ribbon.png') no-repeat top left;
}

.search-bar p {
    margin-right: 0.75rem;
    margin-bottom: 0px;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.search-bar select {
    margin-right: 0.75rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 9999px;
    border-width: 2px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-right: 2.75rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(69, 205, 252, var(--tw-text-opacity));
    background: url('../images/blue-down-arrow.png') no-repeat center right 18px;
    background-size: 14px auto;
}

.search-bar .search-field input {
    margin-left: 1.5rem;
    max-width: 20rem;
    border-radius: 9999px;
    border-width: 2px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    padding-left: 2.75rem;
    padding-right: 2.75rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-right: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 900;
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
    background: url('../images/search-ic.svg') no-repeat center left 14px;
    background-size: 16px auto;
}

.search-bar .search-field input::-webkit-input-placeholder {
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
    opacity: 1;
}

.search-bar .search-field input::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
    opacity: 1;
}

.search-bar .search-field input:-ms-input-placeholder {
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
    opacity: 1;
}

.view p,
.sort-by p {
    margin-bottom: 0px;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-text-opacity));
    letter-spacing: 1.12px;
}

.view ul li.active .normal-view {
    display: none;
}

.view ul li.active .active-view {
    display: block;
}

.sort-by p {
    margin-right: 0.75rem;
}

.sort-by select {
    margin-right: 0.75rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 9999px;
    border-width: 2px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-right: 2.75rem;
    padding-left: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-text-opacity));
    background: url('../images/blue-down-arrow.png') no-repeat center right 18px;
    background-size: 14px auto;
}

.sort-by a {
    margin-right: 0.75rem;
    border-radius: 9999px;
    border-width: 2px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(69, 205, 252, var(--tw-border-opacity));
}

.sort-by a:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
}

.sort-by a {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(69, 205, 252, var(--tw-text-opacity));
}

.sort-by a:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.sort-by a.clear-filter {
    border-width: 0px;
}

.sort-by a.clear-filter:hover {
    background-color: transparent;
}

.sort-by a.clear-filter {
    padding: 0px;
}

.sort-by a.clear-filter:hover {
    --tw-text-opacity: 1;
    color: rgba(69, 205, 252, var(--tw-text-opacity));
    text-decoration: underline;
}

.sort-by .selected-filter {
    list-style-type: none;
    padding-left: 0px;
}

.sort-by .selected-filter li {
    margin-right: 1rem;
    margin-bottom: 0px;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.sort-by .selected-filter li a {
    position: relative;
    margin-right: 0px;
    margin-left: 0.5rem;
    display: inline-block;
    border-width: 0px;
    background-color: transparent;
    padding: 0px;
    vertical-align: middle;
    top: -2px;
}

.view ul {
    margin-left: 0.25rem;
    list-style-type: none;
    padding-left: 0px;
}

.view ul li {
    margin-bottom: 0px;
    margin-left: 0.5rem;
}

.view ul li img.active-view {
    display: none;
}

.list-view-block {
    display: none !important;
}

.our-ressources-wrapper .ressources-block {
    width: 25%;
}

.our-ressources-wrapper.list-view-format .ressources-block {
    width: 100%;
}

.our-ressources-wrapper.list-view-format .our-ressources {
    display: flex;
    flex-wrap: wrap;
}

.our-ressources-wrapper.list-view-format .image-section {
    width: 29%;
}

.our-ressources-wrapper.list-view-format .grid-view-block {
    display: none;
}

.our-ressources.slick-slide.slick-current h5 {
    margin-left: 6rem;
}

.more-events {
    margin-top: -55px;
}

.event-section .more-events {
    margin-top: -20px;
}

.our-ressources-wrapper.list-view-format .list-view-block {
    display: flex !important;
    flex-wrap: wrap;
    width: 71%;
    padding-left: 61px;
}

.our-ressources-wrapper.list-view-format .ressources-block {
    margin-bottom: 5rem;
}

.our-ressources-wrapper.list-view-format .our-ressources h5 {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    font-size: 2.5rem;
    line-height: 50px;
}

.our-ressources-wrapper.list-view-format .our-ressources h6 {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
}

.our-ressources-wrapper.list-view-format .our-ressources .list-view-block>p {
    margin-bottom: 3.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
}

.ressources-feachers>div {
    margin-right: 1.75rem;
    display: flex;
    align-items: center;
}

.ressources-feachers>div p {
    margin-bottom: 0px;
    margin-left: 0.25rem;
    font-weight: 400;
}

.event-section .events.full-rounded .event-image {
    border-radius: 10px;
    overflow: hidden;
}

.event-section .events.full-rounded .event-image>img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.event-section.event-section-wrapper.list-view-format {
    padding-bottom: 10rem;
}

.event-section.event-section-wrapper.list-view-format .events-block {
    margin-bottom: 4.375rem;
    width: 100%;
}

.event-section.event-section-wrapper.list-view-format .events-block .events {
    display: flex;
    flex-wrap: wrap;
}

.event-section.event-section-wrapper.list-view-format .events-block .events .event-image {
    width: 29%;
}

.event-section.event-section-wrapper.list-view-format .events-block .events .event-image h5 {
    display: none;
}

.event-section.event-section-wrapper.list-view-format .events-block .events .list-view-block {
    display: block !important;
    width: 71%;
    padding-left: 60px;
}

.event-section.event-section-wrapper.list-view-format .events-block .events .list-view-block,
.event-section.event-section-wrapper.list-view-format .events-block .events .list-view-block p {
    --tw-text-opacity: 1;
    color: rgba(110, 110, 110, var(--tw-text-opacity));
}

.event-section.event-section-wrapper.list-view-format .events-block .events .list-view-block h2 {
    margin-bottom: 0.25rem;
    font-weight: 900;
}

.event-section.event-section-wrapper.list-view-format .events-block .events .list-view-block h5 {
    position: relative;
    bottom: auto;
    left: auto;
    margin-bottom: 1.5rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(110, 110, 110, var(--tw-text-opacity));
}

.ressources-searchbar h2 span {
    --tw-text-opacity: 1;
    color: rgba(69, 205, 252, var(--tw-text-opacity));
}

.ressources-searchbar h2 span span {
    font-weight: 500;
}

.pro-share a {
    margin-right: 0.75rem;
}

.post-navigation ul {
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0px;
}

.post-navigation ul li {
    margin-right: 1rem;
    margin-bottom: 0px;
}

.post-navigation ul li:last-child {
    margin-right: 0px;
}

.post-navigation ul li a {
    margin-right: 0px;
    display: flex;
    align-items: center;
    border-radius: 1.5rem;
    border-width: 2px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
}

.post-navigation ul li a:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
}

.post-navigation ul li a {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 900;
    --tw-text-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-text-opacity));
}

.post-navigation ul li a:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 110, 110, var(--tw-text-opacity));
}

.post-navigation ul li a {
    letter-spacing: .8px;
    padding-left: 13px;
    padding-right: 23px;
}

.post-navigation ul li:last-child a {
    padding-right: 13px;
    padding-left: 23px;
}

.post-navigation ul li a img {
    margin-right: 0.75rem;
}

.post-navigation ul li:last-child a img {
    margin-right: 0px;
    margin-left: 0.75rem;
}

.post-navigation.back-to-overview ul li:last-child a img {
    margin-right: 0.75rem;
    margin-left: 0px;
}

.single-image .event-category {
    visibility: visible;
    opacity: 1;
}

blockquote {
    position: relative;
    margin-left: 5rem;
    padding-left: 6rem;
    font-weight: 900;
}

blockquote:before {
    position: absolute;
    top: 0.5rem;
    left: 0px;
    content: "";
    width: 71px;
    height: 51px;
    background: url('../images/quote.png') no-repeat left top;
}

blockquote h2 {
    margin-bottom: 0px;
}

.resources-detail-wrapper h6 {
    margin-bottom: 1.75rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(110, 110, 110, var(--tw-text-opacity));
    letter-spacing: 0;
}

.resources-detail-wrapper h5 {
    margin-bottom: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgba(110, 110, 110, var(--tw-text-opacity));
}

.resources-detail-wrapper p {
    margin-bottom: 1.75rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(110, 110, 110, var(--tw-text-opacity));
}

.resources-detail-wrapper select,
.download-document select {
    margin-right: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 1.5rem;
    border-width: 2px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 4.375rem;
    padding-left: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-text-opacity));
}

.resources-detail-wrapper select,
.download-document select {
    letter-spacing: 1.12px;
    line-height: 20px;
    background: url('../images/blue-down-arrow.png') no-repeat center right 11px;
    background-size: 14px auto;
}

.download-document select {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-right: 3.5rem;
}

.projects .our-ressources .image-section:before {
    background: rgba(255, 255, 255, 0.63);
}

.projects .our-ressources .image-section:hover .project-download {
    visibility: visible;
    opacity: 1;
}

.video-poster {
    position: relative;
    cursor: pointer;
}

.video-poster>img {
    position: relative;
    height: auto;
    width: 100%;
    z-index: 1;
}

.video-poster .play-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.video-poster video {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
    opacity: 0;
}

.video-poster.vid_play video {
    z-index: 3;
    opacity: 1;
}

.tabs-content>div:not(:first-child),
.achievement-tabs-content>div:not(:first-child),
.amicus-tabs-content>div:not(:first-child) {
    display: none;
}

.tabs-nav {
    padding-bottom: 3rem;
    border-bottom: 1px solid #707070;
}

.tabs-nav ul {
    display: flex;
    list-style-type: none;
    justify-content: center;
    padding-left: 0px;
}

.tabs-nav ul li {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.tabs-nav ul li a {
    display: block;
    border-radius: 1.5rem;
    border-width: 2px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
}

.tabs-nav ul li.active a,
.tabs-nav ul li a:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.right-arrow {
    position: relative;
}

.right-arrow:after {
    position: absolute;
    top: 50%;
    left: 100%;
    content: '';
    width: 0;
    height: 0;
    margin-top: -37px;
    border-top: 37px solid transparent;
    border-bottom: 37px solid transparent;
    border-left: 37px solid #575156;
}

.location-slider.slick-slider .slick-slide img {
    width: 100%;
}

.location-slider.slick-slider .slick-prev.slick-arrow {
    position: absolute;
    top: 50%;
    width: 19px;
    height: 39px;
    left: 40px;
    z-index: 1;
    text-indent: -9999px;
    background: url('../images/Arrow_prev.png') no-repeat;
}

.location-slider.slick-slider .slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    width: 19px;
    height: 39px;
    right: 40px;
    z-index: 1;
    text-indent: -9999px;
    background: url('../images/Arrow_next.png') no-repeat;
}

.location-info p:first-child a {
    --tw-text-opacity: 1;
    color: rgba(69, 205, 252, var(--tw-text-opacity));
}

.location-info p:first-child a:hover {
    --tw-text-opacity: 1;
    color: rgba(69, 205, 252, var(--tw-text-opacity));
    text-decoration: underline;
}

.location-info p a:hover {
    --tw-text-opacity: 1;
    color: rgba(69, 205, 252, var(--tw-text-opacity));
}

iframe {
    width: 100%;
}

.gallery-tabbing a {
    margin-right: 0.75rem;
    border-radius: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgba(110, 110, 110, var(--tw-text-opacity));
}

.gallery-tabbing a.active {
    --tw-bg-opacity: 1;
    background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.gallery-tabbing a:last-child {
    margin-right: 0px;
}

.tabs-content p {
    --tw-text-opacity: 1;
    color: rgba(110, 110, 110, var(--tw-text-opacity));
}

.category-main-nav li,
.category-sub-nav ul li {
    margin-bottom: 0px;
    margin-left: 0.75rem;
    list-style-type: none;
}

.category-sub-nav ul li:first-child {
    margin-left: 0px;
}

.category-main-nav li a {
    display: block;
    border-radius: 1.5rem;
    border-width: 2px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(69, 205, 252, var(--tw-border-opacity));
}

.category-main-nav li a:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
}

.category-main-nav li a {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgba(69, 205, 252, var(--tw-text-opacity));
}

.category-main-nav li a:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.category-main-nav li.active a {
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.category-main-nav li.active a:after {
    position: absolute;
    left: 50%;
    content: "";
    width: 23px;
    height: 13px;
    bottom: -13px;
    margin-left: -11px;
    background: url('../images/light-blue-down-arrow.svg') no-repeat;
}

.category-sub-nav .category-main-nav li.active a:after {
    display: none;
}

.category-sub-nav ul li a {
    display: block;
    border-radius: 1.5rem;
    border-width: 2px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(110, 110, 110, var(--tw-border-opacity));
}

.category-sub-nav ul li a:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
}

.category-sub-nav ul li a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgba(110, 110, 110, var(--tw-text-opacity));
}

.category-sub-nav ul li a:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.category-sub-nav ul li a {
    padding-left: 13px;
    padding-right: 13px;
}

.category-sub-nav ul li.active a {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.our-advantage>div h2 {
    position: relative;
}

.category-sub-nav.amicus-sub-nav li a {
    border-width: 0px;
}

.category-sub-nav.amicus-sub-nav li a:hover {
    background-color: transparent;
}

.category-sub-nav.amicus-sub-nav li a {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.category-sub-nav.amicus-sub-nav li a:hover {
    --tw-text-opacity: 1;
    color: rgba(69, 205, 252, var(--tw-text-opacity));
}

.category-sub-nav.amicus-sub-nav li {
    margin-left: 0px;
    margin-right: 0px;
    border-right-width: 2px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

.category-sub-nav.amicus-sub-nav li.active a {
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgba(69, 205, 252, var(--tw-text-opacity));
}

.category-sub-nav.amicus-sub-nav li:last-child {
    border-right-width: 0px;
}

.our-advantage>div h2:after {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    content: "";
    width: 2px;
    background-color: #ffffff;
}

.our-advantage>div:nth-child(3n) h2:after {
    display: none;
}

.social-share img {
    width: 60px;
}

.grey-paraghaph p {
    --tw-text-opacity: 1;
    color: rgba(110, 110, 110, var(--tw-text-opacity));
}

.pathfinder {
    position: relative;
}

.pathfinder:before {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    --tw-bg-opacity: 1;
    background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.7;
    content: "";
}

.pathfinder h3 {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.footprint-logo,
.footprint-graph-line {
    position: relative;
}

.footprint-graph-line:before {
    position: absolute;
    right: 0px;
    left: 0px;
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    height: 2px;
    bottom: 69px;
    content: "";
}

.footprint-logo:before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    height: 69px;
    width: 2px;
    content: "";
}

.footprint-logo:after {
    position: absolute;
    right: 0px;
    bottom: 0px;
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    height: 69px;
    width: 2px;
    content: "";
}

.organization div h6 strong {
    width: calc(100% - 6rem);
}

.video-top-option {
    z-index: 1;
    background-image: linear-gradient(180deg, rgba(13, 13, 13, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}

.video-top-option p {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.achievement-tabs-nav {
    border-bottom-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    padding-bottom: 3rem;
}

.achievement-tabs-nav ul {
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0px;
}

.achievement-tabs-nav ul li {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.achievement-tabs-nav ul li a {
    border-bottom-width: 4px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
}

.achievement-tabs-nav ul li.active a,
.achievement-tabs-nav ul li a:hover {
    --tw-border-opacity: 1;
    border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(69, 205, 252, var(--tw-text-opacity));
}

.honor-banner:before {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    content: "";
    background-image: linear-gradient(to right, #80ac2d 0%, rgba(128, 128, 128, 0) 100%);
}

.honor-banner h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-bottom: 0px;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    transform: translate(-50%, -50%);
}

.honor-block>div,
.honor-detail-block {
    border-bottom-width: 12px;
}

.honor-block>div span,
.honor-detail-block span {
    min-width: 108px;
    border-radius: 0 0 10px 10px;
}

.search-honor form {
    width: 100%;
    max-width: 530px;
}

.search-honor form>div {
    margin-bottom: 1rem;
}

.search-honor form>div>label {
    width: 120px;
}

.search-honor form>div select,
.search-honor form>div input {
    width: calc(100% - 120px);
}

.search-honor form>div select,
.search-honor form>div input {
    border-radius: 0.375rem;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    background-color: transparent;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(110, 110, 110, var(--tw-text-opacity));
}

.search-honor form>div>div {
    width: calc(100% - 120px);
}

.search-honor form>div.select {
    position: relative;
}

.search-honor form>div.select:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 34px;
    bottom: 0;
    right: 8px;
    background: url('../images/spin-arrow.png') no-repeat center right;
}

.search-honor form>div select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-right: 52px;
    padding-left: 0.5rem;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #e2e2e2 100%);
}

.search-honor form>div input::-webkit-input-placeholder {
    --tw-text-opacity: 1;
    color: rgba(110, 110, 110, var(--tw-text-opacity));
    opacity: 1;
}

.search-honor form>div input::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgba(110, 110, 110, var(--tw-text-opacity));
    opacity: 1;
}

.search-honor form>div input:-ms-input-placeholder {
    --tw-text-opacity: 1;
    color: rgba(110, 110, 110, var(--tw-text-opacity));
    opacity: 1;
}

.search-honor form>div .radio {
    position: relative;
}

.search-honor form>div .radio input[type="checkbox"] {
    position: relative;
    top: 3px;
    opacity: 0;
    width: 17px;
    height: 17px;
    cursor: pointer;
    margin: 0 5px 0 0;
}

.search-honor form>div .radio label {
    margin-right: 26px;
}

.search-honor form>div .radio:last-child label {
    margin-right: 0;
}

.search-honor form>div .radio label:before {
    position: absolute;
    left: 0;
    top: 3px;
    content: "";
    width: 17px;
    height: 17px;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
}

.search-honor form>div .radio input[type="checkbox"]:checked+label:before {
    background: url('../images/check.png') no-repeat center center;
    background-size: 10px auto;
}

.search-honor form>div input[type="submit"] {
    width: auto;
    cursor: pointer;
    border-radius: 9999px;
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
}

.search-honor form>div input[type="submit"]:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
}

.search-honor form>div input[type="submit"] {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.back-to-overview a {
    margin-right: 0px;
    display: flex;
    align-items: center;
    border-radius: 1.5rem;
    border-width: 2px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
}

.back-to-overview a:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
}

.back-to-overview a {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 900;
    --tw-text-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-text-opacity));
}

.back-to-overview a:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 110, 110, var(--tw-text-opacity));
}

.back-to-overview a img {
    margin-right: 0.75rem;
}

.philosophy h6 {
    margin-bottom: 1.25rem;
}

.philosophy .organization h6 {
    margin-bottom: 0px;
}

.philosophy p {
    margin-bottom: 1rem;
}

.philosophy p:last-child {
    margin-bottom: 0px;
}

.back-to-overview.small-btn a {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.tree-graph-line:before {
    position: absolute;
    right: 0px;
    left: 0px;
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    height: 2px;
    top: 18px;
    content: "";
}

.tree-line:before {
    position: absolute;
    left: 0px;
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    height: 68px;
    width: 2px;
    content: "";
    top: 18px;
}

.tree-line:after {
    position: absolute;
    right: 0px;
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    height: 68px;
    width: 2px;
    content: "";
    top: 18px;
}

.contact-us form {
    width: 100%;
    max-width: 504px;
    margin: 0 auto;
}

.contact-us form input[type="text"],
.contact-us form input[type="email"],
.contact-us form textarea {
    margin-bottom: 1.5rem;
    width: 100%;
    border-width: 2px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-family: "Red Hat Display";
    --tw-text-opacity: 1;
    color: rgba(74, 67, 73, var(--tw-text-opacity));
}

.contact-us form textarea {
    margin-bottom: 2.25rem;
    resize: none;
    height: 202px;
}

.checkbox {
    position: relative;
    padding-left: 2.75rem;
}

.checkbox input {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    opacity: 0;
    width: 25px;
    height: 25px;
    z-index: 9;
}

.checkbox label:before {
    position: absolute;
    top: 0px;
    left: 0px;
    border-width: 2px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    width: 25px;
    height: 25px;
    content: "";
}

.checkbox input[type="checkbox"]+label:after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    opacity: 0;
    width: 17px;
    height: 17px;
    content: "";
}

.checkbox input[type="checkbox"]:checked+label:after {
    opacity: 1;
}

.checkbox label a {
    text-decoration: underline;
}

.checkbox label a:hover {
    text-decoration: none;
}

.amicus-event-title {
    max-width: 370px;
    padding-left: 16px;
    padding-right: 47px;
}

.amicus-event-title:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    opacity: .59;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(13, 13, 13, 0.2) 85%, #000000 100%);
}

.cross-img {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.cross-img:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url('../images/cross-img.png') no-repeat center center;
}

.about-amicus-logo {
    margin-left: 50px;
}

.amicus-center-logo {
    margin-left: 30px;
    margin-top: -44px;
}

/* Responsive layout */

@media (max-width:1550px) {
    .category-main-nav li:first-child {
        margin-left: 0px;
    }
}

@media (max-width:1400px) {
    .our-team .contact-info h6 {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (max-width:1300px) {
    .search-bar .search-field input {
        max-width: 200px;
    }

    blockquote {
        margin-left: 0px;
    }
}

@media (max-width:1240px) {

    .category-main-nav li,
    .category-sub-nav ul li {
        margin-bottom: 0.75rem;
    }

    .category-sub-nav ul li a,
    .category-main-nav li a {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .category-sub-nav.amicus-sub-nav li {
        margin-bottom: 0.25rem;
    }
}

@media (max-width:1200px) {
    .menu-wrap nav>ul>li {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .our-advantage h2 {
        line-height: 78px;
    }

    .menu-wrap nav>ul>li>a {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .search-bar {
        width: 100%;
        margin-top: 13px;
    }

    .sort-by {
        margin-bottom: 0.75rem;
        width: 100%;
    }

    .our-ressources-wrapper .ressources-block,
    .event-section.event-section-wrapper .events-block {
        width: 33.33%;
    }

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

    .our-ressources-wrapper.list-view-format .image-section,
    .event-section.event-section-wrapper.list-view-format .events-block .events .event-image {
        width: 40%;
    }

    .our-ressources-wrapper.list-view-format .list-view-block,
    .event-section.event-section-wrapper.list-view-format .events-block .events .list-view-block {
        width: 60%;
        padding-left: 40px;
    }

    .event-container .container-md {
        max-width: 1002px;
    }

    body:not(.home) {
        padding-top: 116px;
    }
}

@media (max-width:1024px) {
    footer p {
        margin-left: 2.75rem;
    }

    .ministry-section img {
        max-width: 110px;
    }

    blockquote {
        padding-left: 5rem;
    }

    blockquote:before {
        width: 60px;
        height: 45px;
        background-size: 60px auto;
    }
}

@media (max-width:991px) {
    .menu-wrap nav {
        display: none;
    }

    .ministry-section img {
        margin-bottom: 1.25rem;
    }

    .our-advantage h2 {
        font-size: 3rem;
        line-height: 1;
    }

    .our-advantage h5 {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    footer p:first-child {
        margin-left: 0px;
    }

    .our-ressources-wrapper .ressources-block,
    .event-section.event-section-wrapper .events-block {
        width: 50%;
    }

    .search-bar p,
    .search-bar select,
    .search-bar .search-field input {
        font-size: 1rem;
        line-height: 1.5rem;
    }

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

    .search-bar .search-field {
        margin-top: 0.75rem;
        width: 100%;
    }

    .search-bar .search-field input {
        margin-left: 0px;
    }

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

    .sort-by p {
        margin-right: 0px;
        margin-bottom: 0.5rem;
        width: 100%;
    }

    .our-ressources-wrapper.list-view-format .our-ressources {
        align-items: start;
    }

    .our-ressources-wrapper.list-view-format .our-ressources .list-view-block>p {
        margin-bottom: 1.75rem;
    }

    .sb-slidebar .close-menu {
        position: absolute;
        left: 20px;
        top: 20px;
    }

    .mm-hasnavbar-top-2 .mm-panels {
        top: 64px;
    }

    .mm-panels>.mm-panel.mm-hasnavbar:first-child {
        padding-top: 0;
    }

    .mm-panels>.mm-panel>.mm-listview:first-child {
        margin-top: 0;
    }

    .mm-panels>.mm-panel>.mm-navbar+.mm-listview {
        margin-top: 23px;
    }

    .mm-panels>.mm-panel:after,
    .mm-panels>.mm-panel:before {
        height: 0;
    }

    .mm-navbar.mm-navbar-top {
        background-color: transparent;
    }

    .mm-navbar.mm-navbar-top .mm-close.mm-btn {
        top: 20px;
        left: 20px;
        padding: 0;
        width: 24px;
        height: 24px;
        background: url("../images/ic-close.svg") no-repeat center center;
    }

    .mm-navbar {
        height: 64px;
        padding: 0 54px;
        border-bottom: none;
        background-color: #45cdfc;
    }

    /* .mm-navbar:after {
            position: absolute;
            right: 20px;
            top: 20px;
            content: "";
            width: 24px;
            height: 24px;
            background: url("../images/cevron-white.svg") no-repeat center center;
        } */

    .sb-slidebar .close-menu img {
        width: 23px;
    }

    .sb-slidebar,
    .mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),
    .mm-menu .mm-listview>li.mm-selected>span {
        background-color: #ffffff;
    }

    .sb-slidebar .mm-panels>.mm-panel>.mm-listview {
        margin-bottom: 0;
        border-top: solid 1px #eeeeee;
    }

    .sb-slidebar .mm-panels>.mm-panel>.mm-listview li {
        float: none;
        padding-left: 0;
        background-image: none;
    }

    .sb-slidebar .mm-panels>.mm-panel>.mm-listview li:before {
        display: none;
    }

    .mm-menu .mm-navbar .mm-prev {
        height: 64px;
        transform: rotate(180deg);
        background: url("../images/back-arrow.svg") no-repeat center center;
    }

    .mm-menu .mm-btn:after,
    .mm-menu .mm-btn:before {
        display: none;
    }

    .sb-slidebar .mm-panels>.mm-panel>.mm-listview li a,
    .mm-menu .mm-navbar a {
        display: block;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 900;
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .sb-slidebar .mm-panels>.mm-panel>.mm-listview li a:hover,
    .mm-menu .mm-navbar a:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .sb-slidebar .mm-panels>.mm-panel>.mm-listview li a,
    .mm-menu .mm-navbar a {
        padding: 20px;
    }

    .sb-slidebar .mm-panels>.mm-panel>.mm-listview li .mm-next {
        padding: 0;
    }

    .mm-menu .mm-navbar a {
        color: #ffffff;
        padding-left: 0;
        padding-right: 0;
    }

    .sb-slidebar .mm-panels>.mm-panel>.mm-listview li a:hover {
        color: #45cdfc;
    }

    .sb-slidebar .mm-listview>li:not(.mm-divider):after {
        left: 0;
    }

    .sb-slidebar .mm-listview>li,
    .sb-slidebar .mm-listview>li:after {
        border-color: #eeeeee;
    }

    .sb-slidebar .mm-listview>li .mm-next:before,
    .mm-menu .mm-listview>li .mm-arrow:after,
    .mm-menu .mm-listview>li .mm-next:after {
        display: none;
    }

    .sb-slidebar .mm-listview>li .mm-next {
        background: url("../images/cevron.svg") no-repeat 6px center;
    }

    .tabs-nav ul li a {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .tabs-nav ul {
        flex-wrap: wrap;
    }

    .right-arrow:after {
        top: 100%;
        left: 50%;
        margin-top: -34px;
        transform: rotate(90deg);
        margin-left: -16px;
    }

    .category-sub-nav.amicus-sub-nav li {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .category-sub-nav.amicus-sub-nav li a {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media (max-width:767px) {
    h1 {
        font-size: 2.5rem;
        line-height: 50px;
    }

    h5 {
        font-size: 1.125rem;
        line-height: 1.75rem;
        letter-spacing: 2px;
    }

    h3 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    h6 {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    p {
        margin-bottom: 1.5rem;
    }

    p br {
        display: none;
    }

    .our-advantage h5 {
        font-size: 1rem;
        line-height: 1.5rem;
        letter-spacing: 1px;
    }

    .event-section .more-events {
        margin-top: 1.5rem;
        padding-left: 1rem;
    }

    .event-section .more-events a {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .more-events a {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .our-ressources.slick-slide.slick-current h5 {
        margin-left: 0;
    }

    h2 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .banner h1 {
        margin-bottom: 2rem;
    }

    .banner span {
        margin-top: 1.5rem;
    }

    .banner {
        height: 550px;
    }

    .btn,
    .banner .btn {
        font-size: 1.125rem;
        line-height: 1.75rem;
        min-width: 230px;
    }

    .event-section .events {
        border-radius: 10px 10px 0 0;
    }

    .event-section .events:nth-child(2) {
        border-radius: 0 0 10px 10px;
    }

    .event-category ul li {
        width: 3.5rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        font-size: 0.625rem;
    }

    .event-category,
    .event-section .events h5 {
        left: 1rem;
        margin-bottom: 0px;
    }

    .event-section .events h5 {
        right: 1rem;
        padding-right: 2.5rem;
    }

    a.white-circle-arrow img {
        width: 2rem;
    }

    .more-events a {
        display: inline-block;
    }

    .ressources-slider {
        margin: 0px;
        padding-right: 2.75rem;
    }

    .ressources-slider .slick-list {
        overflow: initial !important;
    }

    .our-team img {
        margin-bottom: 0.75rem;
        display: inline-block;
    }

    .our-team ul {
        justify-content: center;
    }

    .our-advantage img {
        width: 100px;
    }

    .our-advantage h2 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    footer p,
    .footer-social,
    .footer-menu {
        width: 100%;
        margin-left: 0;
    }

    .f-logo img {
        display: inline-block;
        vertical-align: top;
    }

    .footer-social ul {
        justify-content: center;
        margin-left: 0;
    }

    .header-icon {
        display: none;
    }

    .logo-wrap a img {
        width: 40px;
        margin-right: 8px;
    }

    .logo-wrap a p {
        font-size: 1rem;
        line-height: 1.5rem;
        line-height: 14px;
    }

    .humberger-icon {
        margin-left: 10px;
    }

    .login img {
        width: 25px;
    }

    .language-section select {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .sort-by select,
    .sort-by a,
    .sort-by .selected-filter {
        margin-bottom: 0.5rem;
    }

    .sort-by .selected-filter li a {
        margin-bottom: 0px;
    }

    .search-bar p,
    .search-bar select,
    .search-bar .search-field input {
        margin-bottom: 0.5rem;
    }

    .search-bar .search-field input {
        max-width: 100%;
    }

    .ressources-feachers>div p {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .ressources-feachers>div {
        margin-bottom: 0.5rem;
    }

    .event-section.event-section-wrapper.list-view-format .events-block .events,
    .our-ressources-wrapper.list-view-format .our-ressources {
        display: block;
    }

    .our-ressources-wrapper.list-view-format .image-section,
    .event-section.event-section-wrapper.list-view-format .events-block .events .event-image {
        width: 230px;
        float: left;
        margin-right: 25px;
        margin-bottom: 15px;
    }

    .event-section.event-section-wrapper.list-view-format .events-block .events .list-view-block h5 {
        right: auto;
        padding-right: 0px;
    }

    .our-ressources-wrapper.list-view-format .list-view-block,
    .event-section.event-section-wrapper.list-view-format .events-block .events .list-view-block {
        display: inline !important;
        width: auto;
        padding: 30px 0 0;
    }

    .our-ressources-wrapper.list-view-format .our-ressources h5 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .our-ressources-wrapper.list-view-format .ressources-block {
        margin-bottom: 2rem;
    }

    .our-ressources-wrapper.list-view-format .our-ressources .list-view-block>p {
        margin-bottom: 1.5rem;
    }

    .event-section.event-section-wrapper.list-view-format .events-block {
        margin-bottom: 2.75rem;
    }

    blockquote {
        padding-left: 3.5rem;
    }

    blockquote:before {
        width: 50px;
        height: 40px;
        background-size: 50px auto;
    }

    .tabs-nav {
        padding-bottom: 2.25rem;
    }

    .location-slider.slick-slider .slick-prev.slick-arrow {
        width: 10px;
        height: 39px;
        left: 20px;
        background-size: 10px auto;
        background-position: center center;
    }

    .location-slider.slick-slider .slick-next.slick-arrow {
        width: 10px;
        height: 39px;
        right: 20px;
        background-size: 10px auto;
        background-position: center center;
    }

    .location-slider.slick-slider .slick-slide img {
        height: 250px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .gallery-tabbing a {
        margin-bottom: 0.5rem;
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .our-advantage>div:nth-child(3n) h2:after {
        display: block;
    }

    .our-advantage>div:nth-child(2n) h2:after {
        display: none;
    }

    body:not(.home) {
        padding-top: 99px;
    }

    .video-top-option>div>div:first-child {
        display: none;
    }

    .achievement-tabs-nav {
        padding-bottom: 2rem;
    }

    .achievement-tabs-nav ul li {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .achievement-tabs-nav ul li a {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (max-width:600px) {

    .our-ressources-wrapper .ressources-block,
    .event-section.event-section-wrapper .events-block {
        width: 100%;
    }

    a.white-circle-arrow {
        width: 25px;
    }
}

@media (max-width:479px) {

    .our-ressources-wrapper.list-view-format .image-section,
    .event-section.event-section-wrapper.list-view-format .events-block .events .event-image {
        width: 100%;
    }

    .our-advantage>div h2:after,
    .our-advantage>div:nth-child(3n) h2:after {
        display: none;
    }

    .category-sub-nav ul li a,
    .category-main-nav li a {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .organization div h6 strong,
    .search-honor form>div>label,
    .search-honor form>div select,
    .search-honor form>div input,
    .search-honor form>div>div {
        width: 100%;
    }

    .about-amicus-logo {
        max-width: 200px;
        margin-left: 35px;
    }

    .amicus-center-logo {
        margin-top: 0;
    }
}

@media (max-width:400px) {

    .search-bar p,
    .search-bar select,
    .search-bar .search-field input,
    .ministries,
    .file-type,
    .language,
    .search-field,
    .sort-by select,
    .sort-by a,
    .sort-by .selected-filter {
        margin-right: 0px;
        width: 100%;
    }

    .sort-by .selected-filter li a {
        margin-left: 0px;
        width: auto;
    }
}

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

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

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

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

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

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

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

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

.visible {
    visibility: visible;
}

.invisible {
    visibility: hidden;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.sticky {
    position: sticky;
}

.inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
}

.inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
}

.inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
}

.inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
}

.inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
}

.inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
}

.inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
}

.inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
}

.inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
}

.inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
}

.inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
}

.inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
}

.inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
}

.inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
}

.inset-18 {
    top: 4.375rem;
    right: 4.375rem;
    bottom: 4.375rem;
    left: 4.375rem;
}

.inset-19 {
    top: 76px;
    right: 76px;
    bottom: 76px;
    left: 76px;
}

.inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
}

.inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
}

.inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
}

.inset-30 {
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px;
}

.inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
}

.inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
}

.inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
}

.inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
}

.inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
}

.inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
}

.inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
}

.inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
}

.inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
}

.inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
}

.inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
}

.inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
}

.inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
}

.inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
}

.inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
}

.inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
}

.inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
}

.inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
}

.inset-5p {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
}

.inset-10p {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
}

.inset-14p {
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 14px;
}

.inset-15p {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
}

.inset-15_2 {
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
}

.inset-16_1 {
    top: 52px;
    right: 52px;
    bottom: 52px;
    left: 52px;
}

.inset-16p {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
}

.inset-25p {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
}

.inset-48p {
    top: 48%;
    right: 48%;
    bottom: 48%;
    left: 48%;
}

.inset-52p {
    top: 52%;
    right: 52%;
    bottom: 52%;
    left: 52%;
}

.-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
}

.-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
}

.-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
}

.-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
}

.-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
}

.-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
}

.-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
}

.-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
}

.-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
}

.-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
}

.-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
}

.-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
}

.-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
}

.-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
}

.-inset-18 {
    top: -4.375rem;
    right: -4.375rem;
    bottom: -4.375rem;
    left: -4.375rem;
}

.-inset-19 {
    top: -76px;
    right: -76px;
    bottom: -76px;
    left: -76px;
}

.-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
}

.-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
}

.-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
}

.-inset-30 {
    top: -120px;
    right: -120px;
    bottom: -120px;
    left: -120px;
}

.-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
}

.-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
}

.-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
}

.-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
}

.-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
}

.-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
}

.-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
}

.-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
}

.-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
}

.-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
}

.-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
}

.-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
}

.-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
}

.-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
}

.-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
}

.-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
}

.-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
}

.-inset-5p {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
}

.-inset-10p {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
}

.-inset-14p {
    top: -14px;
    right: -14px;
    bottom: -14px;
    left: -14px;
}

.-inset-15p {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
}

.-inset-15_2 {
    top: -60px;
    right: -60px;
    bottom: -60px;
    left: -60px;
}

.-inset-16_1 {
    top: -52px;
    right: -52px;
    bottom: -52px;
    left: -52px;
}

.-inset-16p {
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
}

.-inset-25p {
    top: -25px;
    right: -25px;
    bottom: -25px;
    left: -25px;
}

.-inset-48p {
    top: -48%;
    right: -48%;
    bottom: -48%;
    left: -48%;
}

.-inset-52p {
    top: -52%;
    right: -52%;
    bottom: -52%;
    left: -52%;
}

.inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
}

.inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
}

.inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
}

.inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
}

.inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
}

.inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
}

.inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
}

.-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
}

.-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
}

.-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
}

.-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
}

.-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
}

.-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
}

.-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
}

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

.inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
}

.inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
}

.inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
}

.inset-x-4 {
    left: 1rem;
    right: 1rem;
}

.inset-x-5 {
    left: 1.25rem;
    right: 1.25rem;
}

.inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
}

.inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
}

.inset-x-8 {
    left: 2rem;
    right: 2rem;
}

.inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
}

.inset-x-10 {
    left: 2.5rem;
    right: 2.5rem;
}

.inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
}

.inset-x-12 {
    left: 3rem;
    right: 3rem;
}

.inset-x-14 {
    left: 3.5rem;
    right: 3.5rem;
}

.inset-x-16 {
    left: 4rem;
    right: 4rem;
}

.inset-x-18 {
    left: 4.375rem;
    right: 4.375rem;
}

.inset-x-19 {
    left: 76px;
    right: 76px;
}

.inset-x-20 {
    left: 5rem;
    right: 5rem;
}

.inset-x-24 {
    left: 6rem;
    right: 6rem;
}

.inset-x-28 {
    left: 7rem;
    right: 7rem;
}

.inset-x-30 {
    left: 120px;
    right: 120px;
}

.inset-x-32 {
    left: 8rem;
    right: 8rem;
}

.inset-x-36 {
    left: 9rem;
    right: 9rem;
}

.inset-x-40 {
    left: 10rem;
    right: 10rem;
}

.inset-x-44 {
    left: 11rem;
    right: 11rem;
}

.inset-x-48 {
    left: 12rem;
    right: 12rem;
}

.inset-x-52 {
    left: 13rem;
    right: 13rem;
}

.inset-x-56 {
    left: 14rem;
    right: 14rem;
}

.inset-x-60 {
    left: 15rem;
    right: 15rem;
}

.inset-x-64 {
    left: 16rem;
    right: 16rem;
}

.inset-x-72 {
    left: 18rem;
    right: 18rem;
}

.inset-x-80 {
    left: 20rem;
    right: 20rem;
}

.inset-x-96 {
    left: 24rem;
    right: 24rem;
}

.inset-x-auto {
    left: auto;
    right: auto;
}

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

.inset-x-0\.5 {
    left: 0.125rem;
    right: 0.125rem;
}

.inset-x-1\.5 {
    left: 0.375rem;
    right: 0.375rem;
}

.inset-x-2\.5 {
    left: 0.625rem;
    right: 0.625rem;
}

.inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
}

.inset-x-5p {
    left: 5px;
    right: 5px;
}

.inset-x-10p {
    left: 10px;
    right: 10px;
}

.inset-x-14p {
    left: 14px;
    right: 14px;
}

.inset-x-15p {
    left: 15px;
    right: 15px;
}

.inset-x-15_2 {
    left: 60px;
    right: 60px;
}

.inset-x-16_1 {
    left: 52px;
    right: 52px;
}

.inset-x-16p {
    left: 16px;
    right: 16px;
}

.inset-x-25p {
    left: 25px;
    right: 25px;
}

.inset-x-48p {
    left: 48%;
    right: 48%;
}

.inset-x-52p {
    left: 52%;
    right: 52%;
}

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

.-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
}

.-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
}

.-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
}

.-inset-x-4 {
    left: -1rem;
    right: -1rem;
}

.-inset-x-5 {
    left: -1.25rem;
    right: -1.25rem;
}

.-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
}

.-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
}

.-inset-x-8 {
    left: -2rem;
    right: -2rem;
}

.-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
}

.-inset-x-10 {
    left: -2.5rem;
    right: -2.5rem;
}

.-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
}

.-inset-x-12 {
    left: -3rem;
    right: -3rem;
}

.-inset-x-14 {
    left: -3.5rem;
    right: -3.5rem;
}

.-inset-x-16 {
    left: -4rem;
    right: -4rem;
}

.-inset-x-18 {
    left: -4.375rem;
    right: -4.375rem;
}

.-inset-x-19 {
    left: -76px;
    right: -76px;
}

.-inset-x-20 {
    left: -5rem;
    right: -5rem;
}

.-inset-x-24 {
    left: -6rem;
    right: -6rem;
}

.-inset-x-28 {
    left: -7rem;
    right: -7rem;
}

.-inset-x-30 {
    left: -120px;
    right: -120px;
}

.-inset-x-32 {
    left: -8rem;
    right: -8rem;
}

.-inset-x-36 {
    left: -9rem;
    right: -9rem;
}

.-inset-x-40 {
    left: -10rem;
    right: -10rem;
}

.-inset-x-44 {
    left: -11rem;
    right: -11rem;
}

.-inset-x-48 {
    left: -12rem;
    right: -12rem;
}

.-inset-x-52 {
    left: -13rem;
    right: -13rem;
}

.-inset-x-56 {
    left: -14rem;
    right: -14rem;
}

.-inset-x-60 {
    left: -15rem;
    right: -15rem;
}

.-inset-x-64 {
    left: -16rem;
    right: -16rem;
}

.-inset-x-72 {
    left: -18rem;
    right: -18rem;
}

.-inset-x-80 {
    left: -20rem;
    right: -20rem;
}

.-inset-x-96 {
    left: -24rem;
    right: -24rem;
}

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

.-inset-x-0\.5 {
    left: -0.125rem;
    right: -0.125rem;
}

.-inset-x-1\.5 {
    left: -0.375rem;
    right: -0.375rem;
}

.-inset-x-2\.5 {
    left: -0.625rem;
    right: -0.625rem;
}

.-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
}

.-inset-x-5p {
    left: -5px;
    right: -5px;
}

.-inset-x-10p {
    left: -10px;
    right: -10px;
}

.-inset-x-14p {
    left: -14px;
    right: -14px;
}

.-inset-x-15p {
    left: -15px;
    right: -15px;
}

.-inset-x-15_2 {
    left: -60px;
    right: -60px;
}

.-inset-x-16_1 {
    left: -52px;
    right: -52px;
}

.-inset-x-16p {
    left: -16px;
    right: -16px;
}

.-inset-x-25p {
    left: -25px;
    right: -25px;
}

.-inset-x-48p {
    left: -48%;
    right: -48%;
}

.-inset-x-52p {
    left: -52%;
    right: -52%;
}

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

.inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
}

.inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
}

.inset-x-1\/4 {
    left: 25%;
    right: 25%;
}

.inset-x-2\/4 {
    left: 50%;
    right: 50%;
}

.inset-x-3\/4 {
    left: 75%;
    right: 75%;
}

.inset-x-full {
    left: 100%;
    right: 100%;
}

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

.-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
}

.-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
}

.-inset-x-1\/4 {
    left: -25%;
    right: -25%;
}

.-inset-x-2\/4 {
    left: -50%;
    right: -50%;
}

.-inset-x-3\/4 {
    left: -75%;
    right: -75%;
}

.-inset-x-full {
    left: -100%;
    right: -100%;
}

.inset-y-0 {
    top: 0px;
    bottom: 0px;
}

.inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
}

.inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
}

.inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
}

.inset-y-4 {
    top: 1rem;
    bottom: 1rem;
}

.inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
}

.inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
}

.inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
}

.inset-y-8 {
    top: 2rem;
    bottom: 2rem;
}

.inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
}

.inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
}

.inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
}

.inset-y-12 {
    top: 3rem;
    bottom: 3rem;
}

.inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
}

.inset-y-16 {
    top: 4rem;
    bottom: 4rem;
}

.inset-y-18 {
    top: 4.375rem;
    bottom: 4.375rem;
}

.inset-y-19 {
    top: 76px;
    bottom: 76px;
}

.inset-y-20 {
    top: 5rem;
    bottom: 5rem;
}

.inset-y-24 {
    top: 6rem;
    bottom: 6rem;
}

.inset-y-28 {
    top: 7rem;
    bottom: 7rem;
}

.inset-y-30 {
    top: 120px;
    bottom: 120px;
}

.inset-y-32 {
    top: 8rem;
    bottom: 8rem;
}

.inset-y-36 {
    top: 9rem;
    bottom: 9rem;
}

.inset-y-40 {
    top: 10rem;
    bottom: 10rem;
}

.inset-y-44 {
    top: 11rem;
    bottom: 11rem;
}

.inset-y-48 {
    top: 12rem;
    bottom: 12rem;
}

.inset-y-52 {
    top: 13rem;
    bottom: 13rem;
}

.inset-y-56 {
    top: 14rem;
    bottom: 14rem;
}

.inset-y-60 {
    top: 15rem;
    bottom: 15rem;
}

.inset-y-64 {
    top: 16rem;
    bottom: 16rem;
}

.inset-y-72 {
    top: 18rem;
    bottom: 18rem;
}

.inset-y-80 {
    top: 20rem;
    bottom: 20rem;
}

.inset-y-96 {
    top: 24rem;
    bottom: 24rem;
}

.inset-y-auto {
    top: auto;
    bottom: auto;
}

.inset-y-px {
    top: 1px;
    bottom: 1px;
}

.inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
}

.inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
}

.inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
}

.inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
}

.inset-y-5p {
    top: 5px;
    bottom: 5px;
}

.inset-y-10p {
    top: 10px;
    bottom: 10px;
}

.inset-y-14p {
    top: 14px;
    bottom: 14px;
}

.inset-y-15p {
    top: 15px;
    bottom: 15px;
}

.inset-y-15_2 {
    top: 60px;
    bottom: 60px;
}

.inset-y-16_1 {
    top: 52px;
    bottom: 52px;
}

.inset-y-16p {
    top: 16px;
    bottom: 16px;
}

.inset-y-25p {
    top: 25px;
    bottom: 25px;
}

.inset-y-48p {
    top: 48%;
    bottom: 48%;
}

.inset-y-52p {
    top: 52%;
    bottom: 52%;
}

.-inset-y-0 {
    top: 0px;
    bottom: 0px;
}

.-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
}

.-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
}

.-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
}

.-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
}

.-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
}

.-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
}

.-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
}

.-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
}

.-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
}

.-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
}

.-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
}

.-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
}

.-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
}

.-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
}

.-inset-y-18 {
    top: -4.375rem;
    bottom: -4.375rem;
}

.-inset-y-19 {
    top: -76px;
    bottom: -76px;
}

.-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
}

.-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
}

.-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
}

.-inset-y-30 {
    top: -120px;
    bottom: -120px;
}

.-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
}

.-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
}

.-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
}

.-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
}

.-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
}

.-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
}

.-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
}

.-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
}

.-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
}

.-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
}

.-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
}

.-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
}

.-inset-y-px {
    top: -1px;
    bottom: -1px;
}

.-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
}

.-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
}

.-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
}

.-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
}

.-inset-y-5p {
    top: -5px;
    bottom: -5px;
}

.-inset-y-10p {
    top: -10px;
    bottom: -10px;
}

.-inset-y-14p {
    top: -14px;
    bottom: -14px;
}

.-inset-y-15p {
    top: -15px;
    bottom: -15px;
}

.-inset-y-15_2 {
    top: -60px;
    bottom: -60px;
}

.-inset-y-16_1 {
    top: -52px;
    bottom: -52px;
}

.-inset-y-16p {
    top: -16px;
    bottom: -16px;
}

.-inset-y-25p {
    top: -25px;
    bottom: -25px;
}

.-inset-y-48p {
    top: -48%;
    bottom: -48%;
}

.-inset-y-52p {
    top: -52%;
    bottom: -52%;
}

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

.inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
}

.inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
}

.inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
}

.inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
}

.inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
}

.inset-y-full {
    top: 100%;
    bottom: 100%;
}

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

.-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
}

.-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
}

.-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
}

.-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
}

.-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
}

.-inset-y-full {
    top: -100%;
    bottom: -100%;
}

.top-0 {
    top: 0px;
}

.top-1 {
    top: 0.25rem;
}

.top-2 {
    top: 0.5rem;
}

.top-3 {
    top: 0.75rem;
}

.top-4 {
    top: 1rem;
}

.top-5 {
    top: 1.25rem;
}

.top-6 {
    top: 1.5rem;
}

.top-7 {
    top: 1.75rem;
}

.top-8 {
    top: 2rem;
}

.top-9 {
    top: 2.25rem;
}

.top-10 {
    top: 2.5rem;
}

.top-11 {
    top: 2.75rem;
}

.top-12 {
    top: 3rem;
}

.top-14 {
    top: 3.5rem;
}

.top-16 {
    top: 4rem;
}

.top-18 {
    top: 4.375rem;
}

.top-19 {
    top: 76px;
}

.top-20 {
    top: 5rem;
}

.top-24 {
    top: 6rem;
}

.top-28 {
    top: 7rem;
}

.top-30 {
    top: 120px;
}

.top-32 {
    top: 8rem;
}

.top-36 {
    top: 9rem;
}

.top-40 {
    top: 10rem;
}

.top-44 {
    top: 11rem;
}

.top-48 {
    top: 12rem;
}

.top-52 {
    top: 13rem;
}

.top-56 {
    top: 14rem;
}

.top-60 {
    top: 15rem;
}

.top-64 {
    top: 16rem;
}

.top-72 {
    top: 18rem;
}

.top-80 {
    top: 20rem;
}

.top-96 {
    top: 24rem;
}

.top-auto {
    top: auto;
}

.top-px {
    top: 1px;
}

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

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

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

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

.top-5p {
    top: 5px;
}

.top-10p {
    top: 10px;
}

.top-14p {
    top: 14px;
}

.top-15p {
    top: 15px;
}

.top-15_2 {
    top: 60px;
}

.top-16_1 {
    top: 52px;
}

.top-16p {
    top: 16px;
}

.top-25p {
    top: 25px;
}

.top-48p {
    top: 48%;
}

.top-52p {
    top: 52%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-top-18 {
    top: -4.375rem;
}

.-top-19 {
    top: -76px;
}

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

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

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

.-top-30 {
    top: -120px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-top-5p {
    top: -5px;
}

.-top-10p {
    top: -10px;
}

.-top-14p {
    top: -14px;
}

.-top-15p {
    top: -15px;
}

.-top-15_2 {
    top: -60px;
}

.-top-16_1 {
    top: -52px;
}

.-top-16p {
    top: -16px;
}

.-top-25p {
    top: -25px;
}

.-top-48p {
    top: -48%;
}

.-top-52p {
    top: -52%;
}

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

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

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

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

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

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

.top-full {
    top: 100%;
}

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

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

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

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

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

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

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

.right-0 {
    right: 0px;
}

.right-1 {
    right: 0.25rem;
}

.right-2 {
    right: 0.5rem;
}

.right-3 {
    right: 0.75rem;
}

.right-4 {
    right: 1rem;
}

.right-5 {
    right: 1.25rem;
}

.right-6 {
    right: 1.5rem;
}

.right-7 {
    right: 1.75rem;
}

.right-8 {
    right: 2rem;
}

.right-9 {
    right: 2.25rem;
}

.right-10 {
    right: 2.5rem;
}

.right-11 {
    right: 2.75rem;
}

.right-12 {
    right: 3rem;
}

.right-14 {
    right: 3.5rem;
}

.right-16 {
    right: 4rem;
}

.right-18 {
    right: 4.375rem;
}

.right-19 {
    right: 76px;
}

.right-20 {
    right: 5rem;
}

.right-24 {
    right: 6rem;
}

.right-28 {
    right: 7rem;
}

.right-30 {
    right: 120px;
}

.right-32 {
    right: 8rem;
}

.right-36 {
    right: 9rem;
}

.right-40 {
    right: 10rem;
}

.right-44 {
    right: 11rem;
}

.right-48 {
    right: 12rem;
}

.right-52 {
    right: 13rem;
}

.right-56 {
    right: 14rem;
}

.right-60 {
    right: 15rem;
}

.right-64 {
    right: 16rem;
}

.right-72 {
    right: 18rem;
}

.right-80 {
    right: 20rem;
}

.right-96 {
    right: 24rem;
}

.right-auto {
    right: auto;
}

.right-px {
    right: 1px;
}

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

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

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

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

.right-5p {
    right: 5px;
}

.right-10p {
    right: 10px;
}

.right-14p {
    right: 14px;
}

.right-15p {
    right: 15px;
}

.right-15_2 {
    right: 60px;
}

.right-16_1 {
    right: 52px;
}

.right-16p {
    right: 16px;
}

.right-25p {
    right: 25px;
}

.right-48p {
    right: 48%;
}

.right-52p {
    right: 52%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-right-18 {
    right: -4.375rem;
}

.-right-19 {
    right: -76px;
}

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

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

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

.-right-30 {
    right: -120px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-right-5p {
    right: -5px;
}

.-right-10p {
    right: -10px;
}

.-right-14p {
    right: -14px;
}

.-right-15p {
    right: -15px;
}

.-right-15_2 {
    right: -60px;
}

.-right-16_1 {
    right: -52px;
}

.-right-16p {
    right: -16px;
}

.-right-25p {
    right: -25px;
}

.-right-48p {
    right: -48%;
}

.-right-52p {
    right: -52%;
}

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

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

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

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

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

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

.right-full {
    right: 100%;
}

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

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

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

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

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

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

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

.bottom-0 {
    bottom: 0px;
}

.bottom-1 {
    bottom: 0.25rem;
}

.bottom-2 {
    bottom: 0.5rem;
}

.bottom-3 {
    bottom: 0.75rem;
}

.bottom-4 {
    bottom: 1rem;
}

.bottom-5 {
    bottom: 1.25rem;
}

.bottom-6 {
    bottom: 1.5rem;
}

.bottom-7 {
    bottom: 1.75rem;
}

.bottom-8 {
    bottom: 2rem;
}

.bottom-9 {
    bottom: 2.25rem;
}

.bottom-10 {
    bottom: 2.5rem;
}

.bottom-11 {
    bottom: 2.75rem;
}

.bottom-12 {
    bottom: 3rem;
}

.bottom-14 {
    bottom: 3.5rem;
}

.bottom-16 {
    bottom: 4rem;
}

.bottom-18 {
    bottom: 4.375rem;
}

.bottom-19 {
    bottom: 76px;
}

.bottom-20 {
    bottom: 5rem;
}

.bottom-24 {
    bottom: 6rem;
}

.bottom-28 {
    bottom: 7rem;
}

.bottom-30 {
    bottom: 120px;
}

.bottom-32 {
    bottom: 8rem;
}

.bottom-36 {
    bottom: 9rem;
}

.bottom-40 {
    bottom: 10rem;
}

.bottom-44 {
    bottom: 11rem;
}

.bottom-48 {
    bottom: 12rem;
}

.bottom-52 {
    bottom: 13rem;
}

.bottom-56 {
    bottom: 14rem;
}

.bottom-60 {
    bottom: 15rem;
}

.bottom-64 {
    bottom: 16rem;
}

.bottom-72 {
    bottom: 18rem;
}

.bottom-80 {
    bottom: 20rem;
}

.bottom-96 {
    bottom: 24rem;
}

.bottom-auto {
    bottom: auto;
}

.bottom-px {
    bottom: 1px;
}

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

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

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

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

.bottom-5p {
    bottom: 5px;
}

.bottom-10p {
    bottom: 10px;
}

.bottom-14p {
    bottom: 14px;
}

.bottom-15p {
    bottom: 15px;
}

.bottom-15_2 {
    bottom: 60px;
}

.bottom-16_1 {
    bottom: 52px;
}

.bottom-16p {
    bottom: 16px;
}

.bottom-25p {
    bottom: 25px;
}

.bottom-48p {
    bottom: 48%;
}

.bottom-52p {
    bottom: 52%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-bottom-18 {
    bottom: -4.375rem;
}

.-bottom-19 {
    bottom: -76px;
}

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

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

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

.-bottom-30 {
    bottom: -120px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-bottom-5p {
    bottom: -5px;
}

.-bottom-10p {
    bottom: -10px;
}

.-bottom-14p {
    bottom: -14px;
}

.-bottom-15p {
    bottom: -15px;
}

.-bottom-15_2 {
    bottom: -60px;
}

.-bottom-16_1 {
    bottom: -52px;
}

.-bottom-16p {
    bottom: -16px;
}

.-bottom-25p {
    bottom: -25px;
}

.-bottom-48p {
    bottom: -48%;
}

.-bottom-52p {
    bottom: -52%;
}

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

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

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

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

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

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

.bottom-full {
    bottom: 100%;
}

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

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

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

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

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

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

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

.left-0 {
    left: 0px;
}

.left-1 {
    left: 0.25rem;
}

.left-2 {
    left: 0.5rem;
}

.left-3 {
    left: 0.75rem;
}

.left-4 {
    left: 1rem;
}

.left-5 {
    left: 1.25rem;
}

.left-6 {
    left: 1.5rem;
}

.left-7 {
    left: 1.75rem;
}

.left-8 {
    left: 2rem;
}

.left-9 {
    left: 2.25rem;
}

.left-10 {
    left: 2.5rem;
}

.left-11 {
    left: 2.75rem;
}

.left-12 {
    left: 3rem;
}

.left-14 {
    left: 3.5rem;
}

.left-16 {
    left: 4rem;
}

.left-18 {
    left: 4.375rem;
}

.left-19 {
    left: 76px;
}

.left-20 {
    left: 5rem;
}

.left-24 {
    left: 6rem;
}

.left-28 {
    left: 7rem;
}

.left-30 {
    left: 120px;
}

.left-32 {
    left: 8rem;
}

.left-36 {
    left: 9rem;
}

.left-40 {
    left: 10rem;
}

.left-44 {
    left: 11rem;
}

.left-48 {
    left: 12rem;
}

.left-52 {
    left: 13rem;
}

.left-56 {
    left: 14rem;
}

.left-60 {
    left: 15rem;
}

.left-64 {
    left: 16rem;
}

.left-72 {
    left: 18rem;
}

.left-80 {
    left: 20rem;
}

.left-96 {
    left: 24rem;
}

.left-auto {
    left: auto;
}

.left-px {
    left: 1px;
}

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

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

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

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

.left-5p {
    left: 5px;
}

.left-10p {
    left: 10px;
}

.left-14p {
    left: 14px;
}

.left-15p {
    left: 15px;
}

.left-15_2 {
    left: 60px;
}

.left-16_1 {
    left: 52px;
}

.left-16p {
    left: 16px;
}

.left-25p {
    left: 25px;
}

.left-48p {
    left: 48%;
}

.left-52p {
    left: 52%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-left-18 {
    left: -4.375rem;
}

.-left-19 {
    left: -76px;
}

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

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

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

.-left-30 {
    left: -120px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-left-5p {
    left: -5px;
}

.-left-10p {
    left: -10px;
}

.-left-14p {
    left: -14px;
}

.-left-15p {
    left: -15px;
}

.-left-15_2 {
    left: -60px;
}

.-left-16_1 {
    left: -52px;
}

.-left-16p {
    left: -16px;
}

.-left-25p {
    left: -25px;
}

.-left-48p {
    left: -48%;
}

.-left-52p {
    left: -52%;
}

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

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

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

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

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

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

.left-full {
    left: 100%;
}

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

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

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

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

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

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

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

.isolate {
    isolation: isolate;
}

.isolation-auto {
    isolation: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.order-first {
    order: -9999;
}

.order-last {
    order: 9999;
}

.order-none {
    order: 0;
}

.col-auto {
    grid-column: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-start-1 {
    grid-column-start: 1;
}

.col-start-2 {
    grid-column-start: 2;
}

.col-start-3 {
    grid-column-start: 3;
}

.col-start-4 {
    grid-column-start: 4;
}

.col-start-5 {
    grid-column-start: 5;
}

.col-start-6 {
    grid-column-start: 6;
}

.col-start-7 {
    grid-column-start: 7;
}

.col-start-8 {
    grid-column-start: 8;
}

.col-start-9 {
    grid-column-start: 9;
}

.col-start-10 {
    grid-column-start: 10;
}

.col-start-11 {
    grid-column-start: 11;
}

.col-start-12 {
    grid-column-start: 12;
}

.col-start-13 {
    grid-column-start: 13;
}

.col-start-auto {
    grid-column-start: auto;
}

.col-end-1 {
    grid-column-end: 1;
}

.col-end-2 {
    grid-column-end: 2;
}

.col-end-3 {
    grid-column-end: 3;
}

.col-end-4 {
    grid-column-end: 4;
}

.col-end-5 {
    grid-column-end: 5;
}

.col-end-6 {
    grid-column-end: 6;
}

.col-end-7 {
    grid-column-end: 7;
}

.col-end-8 {
    grid-column-end: 8;
}

.col-end-9 {
    grid-column-end: 9;
}

.col-end-10 {
    grid-column-end: 10;
}

.col-end-11 {
    grid-column-end: 11;
}

.col-end-12 {
    grid-column-end: 12;
}

.col-end-13 {
    grid-column-end: 13;
}

.col-end-auto {
    grid-column-end: auto;
}

.row-auto {
    grid-row: auto;
}

.row-span-1 {
    grid-row: span 1 / span 1;
}

.row-span-2 {
    grid-row: span 2 / span 2;
}

.row-span-3 {
    grid-row: span 3 / span 3;
}

.row-span-4 {
    grid-row: span 4 / span 4;
}

.row-span-5 {
    grid-row: span 5 / span 5;
}

.row-span-6 {
    grid-row: span 6 / span 6;
}

.row-span-full {
    grid-row: 1 / -1;
}

.row-start-1 {
    grid-row-start: 1;
}

.row-start-2 {
    grid-row-start: 2;
}

.row-start-3 {
    grid-row-start: 3;
}

.row-start-4 {
    grid-row-start: 4;
}

.row-start-5 {
    grid-row-start: 5;
}

.row-start-6 {
    grid-row-start: 6;
}

.row-start-7 {
    grid-row-start: 7;
}

.row-start-auto {
    grid-row-start: auto;
}

.row-end-1 {
    grid-row-end: 1;
}

.row-end-2 {
    grid-row-end: 2;
}

.row-end-3 {
    grid-row-end: 3;
}

.row-end-4 {
    grid-row-end: 4;
}

.row-end-5 {
    grid-row-end: 5;
}

.row-end-6 {
    grid-row-end: 6;
}

.row-end-7 {
    grid-row-end: 7;
}

.row-end-auto {
    grid-row-end: auto;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.float-none {
    float: none;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.clear-both {
    clear: both;
}

.clear-none {
    clear: none;
}

.m-0 {
    margin: 0px;
}

.m-1 {
    margin: 0.25rem;
}

.m-2 {
    margin: 0.5rem;
}

.m-3 {
    margin: 0.75rem;
}

.m-4 {
    margin: 1rem;
}

.m-5 {
    margin: 1.25rem;
}

.m-6 {
    margin: 1.5rem;
}

.m-7 {
    margin: 1.75rem;
}

.m-8 {
    margin: 2rem;
}

.m-9 {
    margin: 2.25rem;
}

.m-10 {
    margin: 2.5rem;
}

.m-11 {
    margin: 2.75rem;
}

.m-12 {
    margin: 3rem;
}

.m-13 {
    margin: 3.25rem;
}

.m-14 {
    margin: 3.5rem;
}

.m-16 {
    margin: 4rem;
}

.m-18 {
    margin: 4.375rem;
}

.m-19 {
    margin: 76px;
}

.m-20 {
    margin: 5rem;
}

.m-22 {
    margin: 5.3125rem;
}

.m-24 {
    margin: 6rem;
}

.m-28 {
    margin: 7rem;
}

.m-30 {
    margin: 120px;
}

.m-32 {
    margin: 8rem;
}

.m-36 {
    margin: 9rem;
}

.m-40 {
    margin: 10rem;
}

.m-44 {
    margin: 11rem;
}

.m-46 {
    margin: 11.44rem;
}

.m-48 {
    margin: 12rem;
}

.m-52 {
    margin: 13rem;
}

.m-56 {
    margin: 14rem;
}

.m-60 {
    margin: 15rem;
}

.m-64 {
    margin: 16rem;
}

.m-72 {
    margin: 18rem;
}

.m-80 {
    margin: 20rem;
}

.m-96 {
    margin: 24rem;
}

.m-auto {
    margin: auto;
}

.m-px {
    margin: 1px;
}

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

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

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

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

.m-5p {
    margin: 5px;
}

.m-10p {
    margin: 10px;
}

.m-14p {
    margin: 14px;
}

.m-15p {
    margin: 15px;
}

.m-15_2 {
    margin: 60px;
}

.m-16_1 {
    margin: 52px;
}

.m-16p {
    margin: 16px;
}

.m-25p {
    margin: 25px;
}

.m-48p {
    margin: 48%;
}

.m-52p {
    margin: 52%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-m-18 {
    margin: -4.375rem;
}

.-m-19 {
    margin: -76px;
}

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

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

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

.-m-30 {
    margin: -120px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-m-5p {
    margin: -5px;
}

.-m-10p {
    margin: -10px;
}

.-m-14p {
    margin: -14px;
}

.-m-15p {
    margin: -15px;
}

.-m-15_2 {
    margin: -60px;
}

.-m-16_1 {
    margin: -52px;
}

.-m-16p {
    margin: -16px;
}

.-m-25p {
    margin: -25px;
}

.-m-48p {
    margin: -48%;
}

.-m-52p {
    margin: -52%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-13 {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
}

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

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

.mx-18 {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
}

.mx-19 {
    margin-left: 76px;
    margin-right: 76px;
}

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

.mx-22 {
    margin-left: 5.3125rem;
    margin-right: 5.3125rem;
}

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

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

.mx-30 {
    margin-left: 120px;
    margin-right: 120px;
}

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

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

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

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

.mx-46 {
    margin-left: 11.44rem;
    margin-right: 11.44rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-5p {
    margin-left: 5px;
    margin-right: 5px;
}

.mx-10p {
    margin-left: 10px;
    margin-right: 10px;
}

.mx-14p {
    margin-left: 14px;
    margin-right: 14px;
}

.mx-15p {
    margin-left: 15px;
    margin-right: 15px;
}

.mx-15_2 {
    margin-left: 60px;
    margin-right: 60px;
}

.mx-16_1 {
    margin-left: 52px;
    margin-right: 52px;
}

.mx-16p {
    margin-left: 16px;
    margin-right: 16px;
}

.mx-25p {
    margin-left: 25px;
    margin-right: 25px;
}

.mx-48p {
    margin-left: 48%;
    margin-right: 48%;
}

.mx-52p {
    margin-left: 52%;
    margin-right: 52%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mx-18 {
    margin-left: -4.375rem;
    margin-right: -4.375rem;
}

.-mx-19 {
    margin-left: -76px;
    margin-right: -76px;
}

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

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

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

.-mx-30 {
    margin-left: -120px;
    margin-right: -120px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mx-5p {
    margin-left: -5px;
    margin-right: -5px;
}

.-mx-10p {
    margin-left: -10px;
    margin-right: -10px;
}

.-mx-14p {
    margin-left: -14px;
    margin-right: -14px;
}

.-mx-15p {
    margin-left: -15px;
    margin-right: -15px;
}

.-mx-15_2 {
    margin-left: -60px;
    margin-right: -60px;
}

.-mx-16_1 {
    margin-left: -52px;
    margin-right: -52px;
}

.-mx-16p {
    margin-left: -16px;
    margin-right: -16px;
}

.-mx-25p {
    margin-left: -25px;
    margin-right: -25px;
}

.-mx-48p {
    margin-left: -48%;
    margin-right: -48%;
}

.-mx-52p {
    margin-left: -52%;
    margin-right: -52%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-13 {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
}

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

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

.my-18 {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
}

.my-19 {
    margin-top: 76px;
    margin-bottom: 76px;
}

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

.my-22 {
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
}

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

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

.my-30 {
    margin-top: 120px;
    margin-bottom: 120px;
}

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

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

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

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

.my-46 {
    margin-top: 11.44rem;
    margin-bottom: 11.44rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-5p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.my-10p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.my-14p {
    margin-top: 14px;
    margin-bottom: 14px;
}

.my-15p {
    margin-top: 15px;
    margin-bottom: 15px;
}

.my-15_2 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.my-16_1 {
    margin-top: 52px;
    margin-bottom: 52px;
}

.my-16p {
    margin-top: 16px;
    margin-bottom: 16px;
}

.my-25p {
    margin-top: 25px;
    margin-bottom: 25px;
}

.my-48p {
    margin-top: 48%;
    margin-bottom: 48%;
}

.my-52p {
    margin-top: 52%;
    margin-bottom: 52%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-my-18 {
    margin-top: -4.375rem;
    margin-bottom: -4.375rem;
}

.-my-19 {
    margin-top: -76px;
    margin-bottom: -76px;
}

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

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

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

.-my-30 {
    margin-top: -120px;
    margin-bottom: -120px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-my-5p {
    margin-top: -5px;
    margin-bottom: -5px;
}

.-my-10p {
    margin-top: -10px;
    margin-bottom: -10px;
}

.-my-14p {
    margin-top: -14px;
    margin-bottom: -14px;
}

.-my-15p {
    margin-top: -15px;
    margin-bottom: -15px;
}

.-my-15_2 {
    margin-top: -60px;
    margin-bottom: -60px;
}

.-my-16_1 {
    margin-top: -52px;
    margin-bottom: -52px;
}

.-my-16p {
    margin-top: -16px;
    margin-bottom: -16px;
}

.-my-25p {
    margin-top: -25px;
    margin-bottom: -25px;
}

.-my-48p {
    margin-top: -48%;
    margin-bottom: -48%;
}

.-my-52p {
    margin-top: -52%;
    margin-bottom: -52%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-13 {
    margin-top: 3.25rem;
}

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

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

.mt-18 {
    margin-top: 4.375rem;
}

.mt-19 {
    margin-top: 76px;
}

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

.mt-22 {
    margin-top: 5.3125rem;
}

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

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

.mt-30 {
    margin-top: 120px;
}

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

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

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

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

.mt-46 {
    margin-top: 11.44rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-5p {
    margin-top: 5px;
}

.mt-10p {
    margin-top: 10px;
}

.mt-14p {
    margin-top: 14px;
}

.mt-15p {
    margin-top: 15px;
}

.mt-15_2 {
    margin-top: 60px;
}

.mt-16_1 {
    margin-top: 52px;
}

.mt-16p {
    margin-top: 16px;
}

.mt-25p {
    margin-top: 25px;
}

.mt-48p {
    margin-top: 48%;
}

.mt-52p {
    margin-top: 52%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mt-18 {
    margin-top: -4.375rem;
}

.-mt-19 {
    margin-top: -76px;
}

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

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

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

.-mt-30 {
    margin-top: -120px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mt-5p {
    margin-top: -5px;
}

.-mt-10p {
    margin-top: -10px;
}

.-mt-14p {
    margin-top: -14px;
}

.-mt-15p {
    margin-top: -15px;
}

.-mt-15_2 {
    margin-top: -60px;
}

.-mt-16_1 {
    margin-top: -52px;
}

.-mt-16p {
    margin-top: -16px;
}

.-mt-25p {
    margin-top: -25px;
}

.-mt-48p {
    margin-top: -48%;
}

.-mt-52p {
    margin-top: -52%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-13 {
    margin-right: 3.25rem;
}

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

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

.mr-18 {
    margin-right: 4.375rem;
}

.mr-19 {
    margin-right: 76px;
}

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

.mr-22 {
    margin-right: 5.3125rem;
}

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

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

.mr-30 {
    margin-right: 120px;
}

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

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

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

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

.mr-46 {
    margin-right: 11.44rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-5p {
    margin-right: 5px;
}

.mr-10p {
    margin-right: 10px;
}

.mr-14p {
    margin-right: 14px;
}

.mr-15p {
    margin-right: 15px;
}

.mr-15_2 {
    margin-right: 60px;
}

.mr-16_1 {
    margin-right: 52px;
}

.mr-16p {
    margin-right: 16px;
}

.mr-25p {
    margin-right: 25px;
}

.mr-48p {
    margin-right: 48%;
}

.mr-52p {
    margin-right: 52%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mr-18 {
    margin-right: -4.375rem;
}

.-mr-19 {
    margin-right: -76px;
}

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

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

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

.-mr-30 {
    margin-right: -120px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mr-5p {
    margin-right: -5px;
}

.-mr-10p {
    margin-right: -10px;
}

.-mr-14p {
    margin-right: -14px;
}

.-mr-15p {
    margin-right: -15px;
}

.-mr-15_2 {
    margin-right: -60px;
}

.-mr-16_1 {
    margin-right: -52px;
}

.-mr-16p {
    margin-right: -16px;
}

.-mr-25p {
    margin-right: -25px;
}

.-mr-48p {
    margin-right: -48%;
}

.-mr-52p {
    margin-right: -52%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-13 {
    margin-bottom: 3.25rem;
}

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

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

.mb-18 {
    margin-bottom: 4.375rem;
}

.mb-19 {
    margin-bottom: 76px;
}

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

.mb-22 {
    margin-bottom: 5.3125rem;
}

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

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

.mb-30 {
    margin-bottom: 120px;
}

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

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

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

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

.mb-46 {
    margin-bottom: 11.44rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-5p {
    margin-bottom: 5px;
}

.mb-10p {
    margin-bottom: 10px;
}

.mb-14p {
    margin-bottom: 14px;
}

.mb-15p {
    margin-bottom: 15px;
}

.mb-15_2 {
    margin-bottom: 60px;
}

.mb-16_1 {
    margin-bottom: 52px;
}

.mb-16p {
    margin-bottom: 16px;
}

.mb-25p {
    margin-bottom: 25px;
}

.mb-48p {
    margin-bottom: 48%;
}

.mb-52p {
    margin-bottom: 52%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mb-18 {
    margin-bottom: -4.375rem;
}

.-mb-19 {
    margin-bottom: -76px;
}

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

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

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

.-mb-30 {
    margin-bottom: -120px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mb-5p {
    margin-bottom: -5px;
}

.-mb-10p {
    margin-bottom: -10px;
}

.-mb-14p {
    margin-bottom: -14px;
}

.-mb-15p {
    margin-bottom: -15px;
}

.-mb-15_2 {
    margin-bottom: -60px;
}

.-mb-16_1 {
    margin-bottom: -52px;
}

.-mb-16p {
    margin-bottom: -16px;
}

.-mb-25p {
    margin-bottom: -25px;
}

.-mb-48p {
    margin-bottom: -48%;
}

.-mb-52p {
    margin-bottom: -52%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-13 {
    margin-left: 3.25rem;
}

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

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

.ml-18 {
    margin-left: 4.375rem;
}

.ml-19 {
    margin-left: 76px;
}

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

.ml-22 {
    margin-left: 5.3125rem;
}

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

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

.ml-30 {
    margin-left: 120px;
}

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

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

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

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

.ml-46 {
    margin-left: 11.44rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5p {
    margin-left: 5px;
}

.ml-10p {
    margin-left: 10px;
}

.ml-14p {
    margin-left: 14px;
}

.ml-15p {
    margin-left: 15px;
}

.ml-15_2 {
    margin-left: 60px;
}

.ml-16_1 {
    margin-left: 52px;
}

.ml-16p {
    margin-left: 16px;
}

.ml-25p {
    margin-left: 25px;
}

.ml-48p {
    margin-left: 48%;
}

.ml-52p {
    margin-left: 52%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-ml-18 {
    margin-left: -4.375rem;
}

.-ml-19 {
    margin-left: -76px;
}

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

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

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

.-ml-30 {
    margin-left: -120px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-ml-5p {
    margin-left: -5px;
}

.-ml-10p {
    margin-left: -10px;
}

.-ml-14p {
    margin-left: -14px;
}

.-ml-15p {
    margin-left: -15px;
}

.-ml-15_2 {
    margin-left: -60px;
}

.-ml-16_1 {
    margin-left: -52px;
}

.-ml-16p {
    margin-left: -16px;
}

.-ml-25p {
    margin-left: -25px;
}

.-ml-48p {
    margin-left: -48%;
}

.-ml-52p {
    margin-left: -52%;
}

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

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

.block {
    display: block;
}

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

.inline {
    display: inline;
}

.flex {
    display: flex;
}

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

.table {
    display: table;
}

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

.table-caption {
    display: table-caption;
}

.table-cell {
    display: table-cell;
}

.table-column {
    display: table-column;
}

.table-column-group {
    display: table-column-group;
}

.table-footer-group {
    display: table-footer-group;
}

.table-header-group {
    display: table-header-group;
}

.table-row-group {
    display: table-row-group;
}

.table-row {
    display: table-row;
}

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

.grid {
    display: grid;
}

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

.contents {
    display: contents;
}

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

.hidden {
    display: none;
}

.h-0 {
    height: 0px;
}

.h-1 {
    height: 0.25rem;
}

.h-2 {
    height: 0.5rem;
}

.h-3 {
    height: 0.75rem;
}

.h-4 {
    height: 1rem;
}

.h-5 {
    height: 1.25rem;
}

.h-6 {
    height: 1.5rem;
}

.h-7 {
    height: 1.75rem;
}

.h-8 {
    height: 2rem;
}

.h-9 {
    height: 2.25rem;
}

.h-10 {
    height: 2.5rem;
}

.h-11 {
    height: 2.75rem;
}

.h-12 {
    height: 3rem;
}

.h-14 {
    height: 3.5rem;
}

.h-16 {
    height: 4rem;
}

.h-18 {
    height: 4.375rem;
}

.h-19 {
    height: 76px;
}

.h-20 {
    height: 5rem;
}

.h-24 {
    height: 6rem;
}

.h-28 {
    height: 7rem;
}

.h-30 {
    height: 120px;
}

.h-32 {
    height: 8rem;
}

.h-36 {
    height: 9rem;
}

.h-40 {
    height: 10rem;
}

.h-44 {
    height: 11rem;
}

.h-48 {
    height: 12rem;
}

.h-52 {
    height: 13rem;
}

.h-56 {
    height: 14rem;
}

.h-60 {
    height: 15rem;
}

.h-64 {
    height: 16rem;
}

.h-72 {
    height: 18rem;
}

.h-80 {
    height: 20rem;
}

.h-96 {
    height: 24rem;
}

.h-auto {
    height: auto;
}

.h-px {
    height: 1px;
}

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

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

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

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

.h-5p {
    height: 5px;
}

.h-10p {
    height: 10px;
}

.h-14p {
    height: 14px;
}

.h-15p {
    height: 15px;
}

.h-15_2 {
    height: 60px;
}

.h-16_1 {
    height: 52px;
}

.h-16p {
    height: 16px;
}

.h-25p {
    height: 25px;
}

.h-48p {
    height: 48%;
}

.h-52p {
    height: 52%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-full {
    height: 100%;
}

.h-screen {
    height: 100vh;
}

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

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

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

.max-h-3 {
    max-height: 0.75rem;
}

.max-h-4 {
    max-height: 1rem;
}

.max-h-5 {
    max-height: 1.25rem;
}

.max-h-6 {
    max-height: 1.5rem;
}

.max-h-7 {
    max-height: 1.75rem;
}

.max-h-8 {
    max-height: 2rem;
}

.max-h-9 {
    max-height: 2.25rem;
}

.max-h-10 {
    max-height: 2.5rem;
}

.max-h-11 {
    max-height: 2.75rem;
}

.max-h-12 {
    max-height: 3rem;
}

.max-h-14 {
    max-height: 3.5rem;
}

.max-h-16 {
    max-height: 4rem;
}

.max-h-18 {
    max-height: 4.375rem;
}

.max-h-19 {
    max-height: 76px;
}

.max-h-20 {
    max-height: 5rem;
}

.max-h-24 {
    max-height: 6rem;
}

.max-h-28 {
    max-height: 7rem;
}

.max-h-30 {
    max-height: 120px;
}

.max-h-32 {
    max-height: 8rem;
}

.max-h-36 {
    max-height: 9rem;
}

.max-h-40 {
    max-height: 10rem;
}

.max-h-44 {
    max-height: 11rem;
}

.max-h-48 {
    max-height: 12rem;
}

.max-h-52 {
    max-height: 13rem;
}

.max-h-56 {
    max-height: 14rem;
}

.max-h-60 {
    max-height: 15rem;
}

.max-h-64 {
    max-height: 16rem;
}

.max-h-72 {
    max-height: 18rem;
}

.max-h-80 {
    max-height: 20rem;
}

.max-h-96 {
    max-height: 24rem;
}

.max-h-px {
    max-height: 1px;
}

.max-h-0\.5 {
    max-height: 0.125rem;
}

.max-h-1\.5 {
    max-height: 0.375rem;
}

.max-h-2\.5 {
    max-height: 0.625rem;
}

.max-h-3\.5 {
    max-height: 0.875rem;
}

.max-h-5p {
    max-height: 5px;
}

.max-h-10p {
    max-height: 10px;
}

.max-h-14p {
    max-height: 14px;
}

.max-h-15p {
    max-height: 15px;
}

.max-h-15_2 {
    max-height: 60px;
}

.max-h-16_1 {
    max-height: 52px;
}

.max-h-16p {
    max-height: 16px;
}

.max-h-25p {
    max-height: 25px;
}

.max-h-48p {
    max-height: 48%;
}

.max-h-52p {
    max-height: 52%;
}

.max-h-full {
    max-height: 100%;
}

.max-h-screen {
    max-height: 100vh;
}

.min-h-0 {
    min-height: 0px;
}

.min-h-full {
    min-height: 100%;
}

.min-h-screen {
    min-height: 100vh;
}

.w-0 {
    width: 0px;
}

.w-1 {
    width: 0.25rem;
}

.w-2 {
    width: 0.5rem;
}

.w-3 {
    width: 0.75rem;
}

.w-4 {
    width: 1rem;
}

.w-5 {
    width: 1.25rem;
}

.w-6 {
    width: 1.5rem;
}

.w-7 {
    width: 1.75rem;
}

.w-8 {
    width: 2rem;
}

.w-9 {
    width: 2.25rem;
}

.w-10 {
    width: 2.5rem;
}

.w-11 {
    width: 2.75rem;
}

.w-12 {
    width: 3rem;
}

.w-14 {
    width: 3.5rem;
}

.w-16 {
    width: 4rem;
}

.w-18 {
    width: 4.375rem;
}

.w-19 {
    width: 76px;
}

.w-20 {
    width: 5rem;
}

.w-24 {
    width: 6rem;
}

.w-28 {
    width: 7rem;
}

.w-30 {
    width: 120px;
}

.w-32 {
    width: 8rem;
}

.w-36 {
    width: 9rem;
}

.w-40 {
    width: 10rem;
}

.w-44 {
    width: 11rem;
}

.w-48 {
    width: 12rem;
}

.w-52 {
    width: 13rem;
}

.w-56 {
    width: 14rem;
}

.w-60 {
    width: 15rem;
}

.w-64 {
    width: 16rem;
}

.w-72 {
    width: 18rem;
}

.w-80 {
    width: 20rem;
}

.w-96 {
    width: 24rem;
}

.w-auto {
    width: auto;
}

.w-px {
    width: 1px;
}

.w-0\.5 {
    width: 0.125rem;
}

.w-1\.5 {
    width: 0.375rem;
}

.w-2\.5 {
    width: 0.625rem;
}

.w-3\.5 {
    width: 0.875rem;
}

.w-5p {
    width: 5px;
}

.w-10p {
    width: 10px;
}

.w-14p {
    width: 14px;
}

.w-15p {
    width: 15px;
}

.w-15_2 {
    width: 60px;
}

.w-16_1 {
    width: 52px;
}

.w-16p {
    width: 16px;
}

.w-25p {
    width: 25px;
}

.w-48p {
    width: 48%;
}

.w-52p {
    width: 52%;
}

.w-1\/2 {
    width: 50%;
}

.w-1\/3 {
    width: 33.333333%;
}

.w-2\/3 {
    width: 66.666667%;
}

.w-1\/4 {
    width: 25%;
}

.w-2\/4 {
    width: 50%;
}

.w-3\/4 {
    width: 75%;
}

.w-1\/5 {
    width: 20%;
}

.w-2\/5 {
    width: 40%;
}

.w-3\/5 {
    width: 60%;
}

.w-4\/5 {
    width: 80%;
}

.w-1\/6 {
    width: 16.666667%;
}

.w-2\/6 {
    width: 33.333333%;
}

.w-3\/6 {
    width: 50%;
}

.w-4\/6 {
    width: 66.666667%;
}

.w-5\/6 {
    width: 83.333333%;
}

.w-1\/12 {
    width: 8.333333%;
}

.w-2\/12 {
    width: 16.666667%;
}

.w-3\/12 {
    width: 25%;
}

.w-4\/12 {
    width: 33.333333%;
}

.w-5\/12 {
    width: 41.666667%;
}

.w-6\/12 {
    width: 50%;
}

.w-7\/12 {
    width: 58.333333%;
}

.w-8\/12 {
    width: 66.666667%;
}

.w-9\/12 {
    width: 75%;
}

.w-10\/12 {
    width: 83.333333%;
}

.w-11\/12 {
    width: 91.666667%;
}

.w-full {
    width: 100%;
}

.w-screen {
    width: 100vw;
}

.w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}

.w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.w-51\% {
    width: 51%;
}

.w-49\% {
    width: 49%;
}

.min-w-0 {
    min-width: 0px;
}

.min-w-full {
    min-width: 100%;
}

.min-w-min {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
}

.min-w-max {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}

.max-w-0 {
    max-width: 0rem;
}

.max-w-none {
    max-width: none;
}

.max-w-xs {
    max-width: 20rem;
}

.max-w-sm {
    max-width: 24rem;
}

.max-w-md {
    max-width: 28rem;
}

.max-w-lg {
    max-width: 32rem;
}

.max-w-xl {
    max-width: 36rem;
}

.max-w-2xl {
    max-width: 42rem;
}

.max-w-3xl {
    max-width: 48rem;
}

.max-w-4xl {
    max-width: 56rem;
}

.max-w-5xl {
    max-width: 64rem;
}

.max-w-6xl {
    max-width: 72rem;
}

.max-w-7xl {
    max-width: 80rem;
}

.max-w-full {
    max-width: 100%;
}

.max-w-min {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
}

.max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}

.max-w-prose {
    max-width: 65ch;
}

.max-w-screen-sm {
    max-width: 600px;
}

.max-w-screen-md {
    max-width: 768px;
}

.max-w-screen-lg {
    max-width: 992px;
}

.max-w-screen-xl {
    max-width: 1280px;
}

.max-w-screen-2xl {
    max-width: 1536px;
}

.max-w-1\.5xl {
    max-width: 40rem;
}

.max-w-3\.5xl {
    max-width: 51.5rem;
}

.max-w-4\.5xl {
    max-width: 62.5rem;
}

.max-w-thumb {
    max-width: 11.375rem;
}

.max-w-discription {
    max-width: 248px;
}

.max-w-5\.5xl {
    max-width: 1132px;
}

.flex-1 {
    flex: 1 1 0%;
}

.flex-auto {
    flex: 1 1 auto;
}

.flex-initial {
    flex: 0 1 auto;
}

.flex-none {
    flex: none;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.flex-shrink {
    flex-shrink: 1;
}

.flex-grow-0 {
    flex-grow: 0;
}

.flex-grow {
    flex-grow: 1;
}

.table-auto {
    table-layout: auto;
}

.table-fixed {
    table-layout: fixed;
}

.border-collapse {
    border-collapse: collapse;
}

.border-separate {
    border-collapse: separate;
}

.origin-center {
    transform-origin: center;
}

.origin-top {
    transform-origin: top;
}

.origin-top-right {
    transform-origin: top right;
}

.origin-right {
    transform-origin: right;
}

.origin-bottom-right {
    transform-origin: bottom right;
}

.origin-bottom {
    transform-origin: bottom;
}

.origin-bottom-left {
    transform-origin: bottom left;
}

.origin-left {
    transform-origin: left;
}

.origin-top-left {
    transform-origin: top left;
}

.transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
}

.transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
}

.transform-none {
    transform: none;
}

.translate-x-0 {
    --tw-translate-x: 0px;
}

.translate-x-1 {
    --tw-translate-x: 0.25rem;
}

.translate-x-2 {
    --tw-translate-x: 0.5rem;
}

.translate-x-3 {
    --tw-translate-x: 0.75rem;
}

.translate-x-4 {
    --tw-translate-x: 1rem;
}

.translate-x-5 {
    --tw-translate-x: 1.25rem;
}

.translate-x-6 {
    --tw-translate-x: 1.5rem;
}

.translate-x-7 {
    --tw-translate-x: 1.75rem;
}

.translate-x-8 {
    --tw-translate-x: 2rem;
}

.translate-x-9 {
    --tw-translate-x: 2.25rem;
}

.translate-x-10 {
    --tw-translate-x: 2.5rem;
}

.translate-x-11 {
    --tw-translate-x: 2.75rem;
}

.translate-x-12 {
    --tw-translate-x: 3rem;
}

.translate-x-14 {
    --tw-translate-x: 3.5rem;
}

.translate-x-16 {
    --tw-translate-x: 4rem;
}

.translate-x-18 {
    --tw-translate-x: 4.375rem;
}

.translate-x-19 {
    --tw-translate-x: 76px;
}

.translate-x-20 {
    --tw-translate-x: 5rem;
}

.translate-x-24 {
    --tw-translate-x: 6rem;
}

.translate-x-28 {
    --tw-translate-x: 7rem;
}

.translate-x-30 {
    --tw-translate-x: 120px;
}

.translate-x-32 {
    --tw-translate-x: 8rem;
}

.translate-x-36 {
    --tw-translate-x: 9rem;
}

.translate-x-40 {
    --tw-translate-x: 10rem;
}

.translate-x-44 {
    --tw-translate-x: 11rem;
}

.translate-x-48 {
    --tw-translate-x: 12rem;
}

.translate-x-52 {
    --tw-translate-x: 13rem;
}

.translate-x-56 {
    --tw-translate-x: 14rem;
}

.translate-x-60 {
    --tw-translate-x: 15rem;
}

.translate-x-64 {
    --tw-translate-x: 16rem;
}

.translate-x-72 {
    --tw-translate-x: 18rem;
}

.translate-x-80 {
    --tw-translate-x: 20rem;
}

.translate-x-96 {
    --tw-translate-x: 24rem;
}

.translate-x-px {
    --tw-translate-x: 1px;
}

.translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
}

.translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
}

.translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
}

.translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
}

.translate-x-5p {
    --tw-translate-x: 5px;
}

.translate-x-10p {
    --tw-translate-x: 10px;
}

.translate-x-14p {
    --tw-translate-x: 14px;
}

.translate-x-15p {
    --tw-translate-x: 15px;
}

.translate-x-15_2 {
    --tw-translate-x: 60px;
}

.translate-x-16_1 {
    --tw-translate-x: 52px;
}

.translate-x-16p {
    --tw-translate-x: 16px;
}

.translate-x-25p {
    --tw-translate-x: 25px;
}

.translate-x-48p {
    --tw-translate-x: 48%;
}

.translate-x-52p {
    --tw-translate-x: 52%;
}

.-translate-x-0 {
    --tw-translate-x: 0px;
}

.-translate-x-1 {
    --tw-translate-x: -0.25rem;
}

.-translate-x-2 {
    --tw-translate-x: -0.5rem;
}

.-translate-x-3 {
    --tw-translate-x: -0.75rem;
}

.-translate-x-4 {
    --tw-translate-x: -1rem;
}

.-translate-x-5 {
    --tw-translate-x: -1.25rem;
}

.-translate-x-6 {
    --tw-translate-x: -1.5rem;
}

.-translate-x-7 {
    --tw-translate-x: -1.75rem;
}

.-translate-x-8 {
    --tw-translate-x: -2rem;
}

.-translate-x-9 {
    --tw-translate-x: -2.25rem;
}

.-translate-x-10 {
    --tw-translate-x: -2.5rem;
}

.-translate-x-11 {
    --tw-translate-x: -2.75rem;
}

.-translate-x-12 {
    --tw-translate-x: -3rem;
}

.-translate-x-14 {
    --tw-translate-x: -3.5rem;
}

.-translate-x-16 {
    --tw-translate-x: -4rem;
}

.-translate-x-18 {
    --tw-translate-x: -4.375rem;
}

.-translate-x-19 {
    --tw-translate-x: -76px;
}

.-translate-x-20 {
    --tw-translate-x: -5rem;
}

.-translate-x-24 {
    --tw-translate-x: -6rem;
}

.-translate-x-28 {
    --tw-translate-x: -7rem;
}

.-translate-x-30 {
    --tw-translate-x: -120px;
}

.-translate-x-32 {
    --tw-translate-x: -8rem;
}

.-translate-x-36 {
    --tw-translate-x: -9rem;
}

.-translate-x-40 {
    --tw-translate-x: -10rem;
}

.-translate-x-44 {
    --tw-translate-x: -11rem;
}

.-translate-x-48 {
    --tw-translate-x: -12rem;
}

.-translate-x-52 {
    --tw-translate-x: -13rem;
}

.-translate-x-56 {
    --tw-translate-x: -14rem;
}

.-translate-x-60 {
    --tw-translate-x: -15rem;
}

.-translate-x-64 {
    --tw-translate-x: -16rem;
}

.-translate-x-72 {
    --tw-translate-x: -18rem;
}

.-translate-x-80 {
    --tw-translate-x: -20rem;
}

.-translate-x-96 {
    --tw-translate-x: -24rem;
}

.-translate-x-px {
    --tw-translate-x: -1px;
}

.-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
}

.-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
}

.-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
}

.-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
}

.-translate-x-5p {
    --tw-translate-x: -5px;
}

.-translate-x-10p {
    --tw-translate-x: -10px;
}

.-translate-x-14p {
    --tw-translate-x: -14px;
}

.-translate-x-15p {
    --tw-translate-x: -15px;
}

.-translate-x-15_2 {
    --tw-translate-x: -60px;
}

.-translate-x-16_1 {
    --tw-translate-x: -52px;
}

.-translate-x-16p {
    --tw-translate-x: -16px;
}

.-translate-x-25p {
    --tw-translate-x: -25px;
}

.-translate-x-48p {
    --tw-translate-x: -48%;
}

.-translate-x-52p {
    --tw-translate-x: -52%;
}

.translate-x-1\/2 {
    --tw-translate-x: 50%;
}

.translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
}

.translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
}

.translate-x-1\/4 {
    --tw-translate-x: 25%;
}

.translate-x-2\/4 {
    --tw-translate-x: 50%;
}

.translate-x-3\/4 {
    --tw-translate-x: 75%;
}

.translate-x-full {
    --tw-translate-x: 100%;
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%;
}

.-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
}

.-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
}

.-translate-x-1\/4 {
    --tw-translate-x: -25%;
}

.-translate-x-2\/4 {
    --tw-translate-x: -50%;
}

.-translate-x-3\/4 {
    --tw-translate-x: -75%;
}

.-translate-x-full {
    --tw-translate-x: -100%;
}

.translate-y-0 {
    --tw-translate-y: 0px;
}

.translate-y-1 {
    --tw-translate-y: 0.25rem;
}

.translate-y-2 {
    --tw-translate-y: 0.5rem;
}

.translate-y-3 {
    --tw-translate-y: 0.75rem;
}

.translate-y-4 {
    --tw-translate-y: 1rem;
}

.translate-y-5 {
    --tw-translate-y: 1.25rem;
}

.translate-y-6 {
    --tw-translate-y: 1.5rem;
}

.translate-y-7 {
    --tw-translate-y: 1.75rem;
}

.translate-y-8 {
    --tw-translate-y: 2rem;
}

.translate-y-9 {
    --tw-translate-y: 2.25rem;
}

.translate-y-10 {
    --tw-translate-y: 2.5rem;
}

.translate-y-11 {
    --tw-translate-y: 2.75rem;
}

.translate-y-12 {
    --tw-translate-y: 3rem;
}

.translate-y-14 {
    --tw-translate-y: 3.5rem;
}

.translate-y-16 {
    --tw-translate-y: 4rem;
}

.translate-y-18 {
    --tw-translate-y: 4.375rem;
}

.translate-y-19 {
    --tw-translate-y: 76px;
}

.translate-y-20 {
    --tw-translate-y: 5rem;
}

.translate-y-24 {
    --tw-translate-y: 6rem;
}

.translate-y-28 {
    --tw-translate-y: 7rem;
}

.translate-y-30 {
    --tw-translate-y: 120px;
}

.translate-y-32 {
    --tw-translate-y: 8rem;
}

.translate-y-36 {
    --tw-translate-y: 9rem;
}

.translate-y-40 {
    --tw-translate-y: 10rem;
}

.translate-y-44 {
    --tw-translate-y: 11rem;
}

.translate-y-48 {
    --tw-translate-y: 12rem;
}

.translate-y-52 {
    --tw-translate-y: 13rem;
}

.translate-y-56 {
    --tw-translate-y: 14rem;
}

.translate-y-60 {
    --tw-translate-y: 15rem;
}

.translate-y-64 {
    --tw-translate-y: 16rem;
}

.translate-y-72 {
    --tw-translate-y: 18rem;
}

.translate-y-80 {
    --tw-translate-y: 20rem;
}

.translate-y-96 {
    --tw-translate-y: 24rem;
}

.translate-y-px {
    --tw-translate-y: 1px;
}

.translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
}

.translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
}

.translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
}

.translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
}

.translate-y-5p {
    --tw-translate-y: 5px;
}

.translate-y-10p {
    --tw-translate-y: 10px;
}

.translate-y-14p {
    --tw-translate-y: 14px;
}

.translate-y-15p {
    --tw-translate-y: 15px;
}

.translate-y-15_2 {
    --tw-translate-y: 60px;
}

.translate-y-16_1 {
    --tw-translate-y: 52px;
}

.translate-y-16p {
    --tw-translate-y: 16px;
}

.translate-y-25p {
    --tw-translate-y: 25px;
}

.translate-y-48p {
    --tw-translate-y: 48%;
}

.translate-y-52p {
    --tw-translate-y: 52%;
}

.-translate-y-0 {
    --tw-translate-y: 0px;
}

.-translate-y-1 {
    --tw-translate-y: -0.25rem;
}

.-translate-y-2 {
    --tw-translate-y: -0.5rem;
}

.-translate-y-3 {
    --tw-translate-y: -0.75rem;
}

.-translate-y-4 {
    --tw-translate-y: -1rem;
}

.-translate-y-5 {
    --tw-translate-y: -1.25rem;
}

.-translate-y-6 {
    --tw-translate-y: -1.5rem;
}

.-translate-y-7 {
    --tw-translate-y: -1.75rem;
}

.-translate-y-8 {
    --tw-translate-y: -2rem;
}

.-translate-y-9 {
    --tw-translate-y: -2.25rem;
}

.-translate-y-10 {
    --tw-translate-y: -2.5rem;
}

.-translate-y-11 {
    --tw-translate-y: -2.75rem;
}

.-translate-y-12 {
    --tw-translate-y: -3rem;
}

.-translate-y-14 {
    --tw-translate-y: -3.5rem;
}

.-translate-y-16 {
    --tw-translate-y: -4rem;
}

.-translate-y-18 {
    --tw-translate-y: -4.375rem;
}

.-translate-y-19 {
    --tw-translate-y: -76px;
}

.-translate-y-20 {
    --tw-translate-y: -5rem;
}

.-translate-y-24 {
    --tw-translate-y: -6rem;
}

.-translate-y-28 {
    --tw-translate-y: -7rem;
}

.-translate-y-30 {
    --tw-translate-y: -120px;
}

.-translate-y-32 {
    --tw-translate-y: -8rem;
}

.-translate-y-36 {
    --tw-translate-y: -9rem;
}

.-translate-y-40 {
    --tw-translate-y: -10rem;
}

.-translate-y-44 {
    --tw-translate-y: -11rem;
}

.-translate-y-48 {
    --tw-translate-y: -12rem;
}

.-translate-y-52 {
    --tw-translate-y: -13rem;
}

.-translate-y-56 {
    --tw-translate-y: -14rem;
}

.-translate-y-60 {
    --tw-translate-y: -15rem;
}

.-translate-y-64 {
    --tw-translate-y: -16rem;
}

.-translate-y-72 {
    --tw-translate-y: -18rem;
}

.-translate-y-80 {
    --tw-translate-y: -20rem;
}

.-translate-y-96 {
    --tw-translate-y: -24rem;
}

.-translate-y-px {
    --tw-translate-y: -1px;
}

.-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
}

.-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
}

.-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
}

.-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
}

.-translate-y-5p {
    --tw-translate-y: -5px;
}

.-translate-y-10p {
    --tw-translate-y: -10px;
}

.-translate-y-14p {
    --tw-translate-y: -14px;
}

.-translate-y-15p {
    --tw-translate-y: -15px;
}

.-translate-y-15_2 {
    --tw-translate-y: -60px;
}

.-translate-y-16_1 {
    --tw-translate-y: -52px;
}

.-translate-y-16p {
    --tw-translate-y: -16px;
}

.-translate-y-25p {
    --tw-translate-y: -25px;
}

.-translate-y-48p {
    --tw-translate-y: -48%;
}

.-translate-y-52p {
    --tw-translate-y: -52%;
}

.translate-y-1\/2 {
    --tw-translate-y: 50%;
}

.translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
}

.translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
}

.translate-y-1\/4 {
    --tw-translate-y: 25%;
}

.translate-y-2\/4 {
    --tw-translate-y: 50%;
}

.translate-y-3\/4 {
    --tw-translate-y: 75%;
}

.translate-y-full {
    --tw-translate-y: 100%;
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%;
}

.-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
}

.-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
}

.-translate-y-1\/4 {
    --tw-translate-y: -25%;
}

.-translate-y-2\/4 {
    --tw-translate-y: -50%;
}

.-translate-y-3\/4 {
    --tw-translate-y: -75%;
}

.-translate-y-full {
    --tw-translate-y: -100%;
}

.hover\:translate-x-0:hover {
    --tw-translate-x: 0px;
}

.hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
}

.hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
}

.hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
}

.hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
}

.hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem;
}

.hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
}

.hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
}

.hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
}

.hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
}

.hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem;
}

.hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
}

.hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
}

.hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem;
}

.hover\:translate-x-16:hover {
    --tw-translate-x: 4rem;
}

.hover\:translate-x-18:hover {
    --tw-translate-x: 4.375rem;
}

.hover\:translate-x-19:hover {
    --tw-translate-x: 76px;
}

.hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
}

.hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
}

.hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
}

.hover\:translate-x-30:hover {
    --tw-translate-x: 120px;
}

.hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
}

.hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
}

.hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
}

.hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
}

.hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
}

.hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
}

.hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
}

.hover\:translate-x-60:hover {
    --tw-translate-x: 15rem;
}

.hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
}

.hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
}

.hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
}

.hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
}

.hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
}

.hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
}

.hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
}

.hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
}

.hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
}

.hover\:translate-x-5p:hover {
    --tw-translate-x: 5px;
}

.hover\:translate-x-10p:hover {
    --tw-translate-x: 10px;
}

.hover\:translate-x-14p:hover {
    --tw-translate-x: 14px;
}

.hover\:translate-x-15p:hover {
    --tw-translate-x: 15px;
}

.hover\:translate-x-15_2:hover {
    --tw-translate-x: 60px;
}

.hover\:translate-x-16_1:hover {
    --tw-translate-x: 52px;
}

.hover\:translate-x-16p:hover {
    --tw-translate-x: 16px;
}

.hover\:translate-x-25p:hover {
    --tw-translate-x: 25px;
}

.hover\:translate-x-48p:hover {
    --tw-translate-x: 48%;
}

.hover\:translate-x-52p:hover {
    --tw-translate-x: 52%;
}

.hover\:-translate-x-0:hover {
    --tw-translate-x: 0px;
}

.hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
}

.hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
}

.hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
}

.hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
}

.hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem;
}

.hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
}

.hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
}

.hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
}

.hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
}

.hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem;
}

.hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
}

.hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
}

.hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem;
}

.hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem;
}

.hover\:-translate-x-18:hover {
    --tw-translate-x: -4.375rem;
}

.hover\:-translate-x-19:hover {
    --tw-translate-x: -76px;
}

.hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
}

.hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
}

.hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
}

.hover\:-translate-x-30:hover {
    --tw-translate-x: -120px;
}

.hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
}

.hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
}

.hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
}

.hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
}

.hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
}

.hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
}

.hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
}

.hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem;
}

.hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
}

.hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
}

.hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
}

.hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
}

.hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
}

.hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
}

.hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
}

.hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
}

.hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
}

.hover\:-translate-x-5p:hover {
    --tw-translate-x: -5px;
}

.hover\:-translate-x-10p:hover {
    --tw-translate-x: -10px;
}

.hover\:-translate-x-14p:hover {
    --tw-translate-x: -14px;
}

.hover\:-translate-x-15p:hover {
    --tw-translate-x: -15px;
}

.hover\:-translate-x-15_2:hover {
    --tw-translate-x: -60px;
}

.hover\:-translate-x-16_1:hover {
    --tw-translate-x: -52px;
}

.hover\:-translate-x-16p:hover {
    --tw-translate-x: -16px;
}

.hover\:-translate-x-25p:hover {
    --tw-translate-x: -25px;
}

.hover\:-translate-x-48p:hover {
    --tw-translate-x: -48%;
}

.hover\:-translate-x-52p:hover {
    --tw-translate-x: -52%;
}

.hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
}

.hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
}

.hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
}

.hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
}

.hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
}

.hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
}

.hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
}

.hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
}

.hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
}

.hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
}

.hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
}

.hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
}

.hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
}

.hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
}

.hover\:translate-y-0:hover {
    --tw-translate-y: 0px;
}

.hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
}

.hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
}

.hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
}

.hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
}

.hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem;
}

.hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
}

.hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
}

.hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
}

.hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
}

.hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem;
}

.hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
}

.hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
}

.hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem;
}

.hover\:translate-y-16:hover {
    --tw-translate-y: 4rem;
}

.hover\:translate-y-18:hover {
    --tw-translate-y: 4.375rem;
}

.hover\:translate-y-19:hover {
    --tw-translate-y: 76px;
}

.hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
}

.hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
}

.hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
}

.hover\:translate-y-30:hover {
    --tw-translate-y: 120px;
}

.hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
}

.hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
}

.hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
}

.hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
}

.hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
}

.hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
}

.hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
}

.hover\:translate-y-60:hover {
    --tw-translate-y: 15rem;
}

.hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
}

.hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
}

.hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
}

.hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
}

.hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
}

.hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
}

.hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
}

.hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
}

.hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
}

.hover\:translate-y-5p:hover {
    --tw-translate-y: 5px;
}

.hover\:translate-y-10p:hover {
    --tw-translate-y: 10px;
}

.hover\:translate-y-14p:hover {
    --tw-translate-y: 14px;
}

.hover\:translate-y-15p:hover {
    --tw-translate-y: 15px;
}

.hover\:translate-y-15_2:hover {
    --tw-translate-y: 60px;
}

.hover\:translate-y-16_1:hover {
    --tw-translate-y: 52px;
}

.hover\:translate-y-16p:hover {
    --tw-translate-y: 16px;
}

.hover\:translate-y-25p:hover {
    --tw-translate-y: 25px;
}

.hover\:translate-y-48p:hover {
    --tw-translate-y: 48%;
}

.hover\:translate-y-52p:hover {
    --tw-translate-y: 52%;
}

.hover\:-translate-y-0:hover {
    --tw-translate-y: 0px;
}

.hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
}

.hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
}

.hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
}

.hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
}

.hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem;
}

.hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
}

.hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
}

.hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
}

.hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
}

.hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem;
}

.hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
}

.hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
}

.hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem;
}

.hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem;
}

.hover\:-translate-y-18:hover {
    --tw-translate-y: -4.375rem;
}

.hover\:-translate-y-19:hover {
    --tw-translate-y: -76px;
}

.hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
}

.hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
}

.hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
}

.hover\:-translate-y-30:hover {
    --tw-translate-y: -120px;
}

.hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
}

.hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
}

.hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
}

.hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
}

.hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
}

.hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
}

.hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
}

.hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem;
}

.hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
}

.hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
}

.hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
}

.hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
}

.hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
}

.hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
}

.hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
}

.hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
}

.hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
}

.hover\:-translate-y-5p:hover {
    --tw-translate-y: -5px;
}

.hover\:-translate-y-10p:hover {
    --tw-translate-y: -10px;
}

.hover\:-translate-y-14p:hover {
    --tw-translate-y: -14px;
}

.hover\:-translate-y-15p:hover {
    --tw-translate-y: -15px;
}

.hover\:-translate-y-15_2:hover {
    --tw-translate-y: -60px;
}

.hover\:-translate-y-16_1:hover {
    --tw-translate-y: -52px;
}

.hover\:-translate-y-16p:hover {
    --tw-translate-y: -16px;
}

.hover\:-translate-y-25p:hover {
    --tw-translate-y: -25px;
}

.hover\:-translate-y-48p:hover {
    --tw-translate-y: -48%;
}

.hover\:-translate-y-52p:hover {
    --tw-translate-y: -52%;
}

.hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
}

.hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
}

.hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
}

.hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
}

.hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
}

.hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
}

.hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
}

.hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
}

.hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
}

.hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
}

.hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
}

.hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
}

.hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
}

.hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
}

.focus\:translate-x-0:focus {
    --tw-translate-x: 0px;
}

.focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
}

.focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
}

.focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
}

.focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
}

.focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem;
}

.focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
}

.focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
}

.focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
}

.focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
}

.focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem;
}

.focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
}

.focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
}

.focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem;
}

.focus\:translate-x-16:focus {
    --tw-translate-x: 4rem;
}

.focus\:translate-x-18:focus {
    --tw-translate-x: 4.375rem;
}

.focus\:translate-x-19:focus {
    --tw-translate-x: 76px;
}

.focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
}

.focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
}

.focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
}

.focus\:translate-x-30:focus {
    --tw-translate-x: 120px;
}

.focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
}

.focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
}

.focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
}

.focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
}

.focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
}

.focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
}

.focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
}

.focus\:translate-x-60:focus {
    --tw-translate-x: 15rem;
}

.focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
}

.focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
}

.focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
}

.focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
}

.focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
}

.focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
}

.focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
}

.focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
}

.focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
}

.focus\:translate-x-5p:focus {
    --tw-translate-x: 5px;
}

.focus\:translate-x-10p:focus {
    --tw-translate-x: 10px;
}

.focus\:translate-x-14p:focus {
    --tw-translate-x: 14px;
}

.focus\:translate-x-15p:focus {
    --tw-translate-x: 15px;
}

.focus\:translate-x-15_2:focus {
    --tw-translate-x: 60px;
}

.focus\:translate-x-16_1:focus {
    --tw-translate-x: 52px;
}

.focus\:translate-x-16p:focus {
    --tw-translate-x: 16px;
}

.focus\:translate-x-25p:focus {
    --tw-translate-x: 25px;
}

.focus\:translate-x-48p:focus {
    --tw-translate-x: 48%;
}

.focus\:translate-x-52p:focus {
    --tw-translate-x: 52%;
}

.focus\:-translate-x-0:focus {
    --tw-translate-x: 0px;
}

.focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
}

.focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
}

.focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
}

.focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
}

.focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem;
}

.focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
}

.focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
}

.focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
}

.focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
}

.focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem;
}

.focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
}

.focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
}

.focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem;
}

.focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem;
}

.focus\:-translate-x-18:focus {
    --tw-translate-x: -4.375rem;
}

.focus\:-translate-x-19:focus {
    --tw-translate-x: -76px;
}

.focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
}

.focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
}

.focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
}

.focus\:-translate-x-30:focus {
    --tw-translate-x: -120px;
}

.focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
}

.focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
}

.focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
}

.focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
}

.focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
}

.focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
}

.focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
}

.focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem;
}

.focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
}

.focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
}

.focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
}

.focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
}

.focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
}

.focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
}

.focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
}

.focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
}

.focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
}

.focus\:-translate-x-5p:focus {
    --tw-translate-x: -5px;
}

.focus\:-translate-x-10p:focus {
    --tw-translate-x: -10px;
}

.focus\:-translate-x-14p:focus {
    --tw-translate-x: -14px;
}

.focus\:-translate-x-15p:focus {
    --tw-translate-x: -15px;
}

.focus\:-translate-x-15_2:focus {
    --tw-translate-x: -60px;
}

.focus\:-translate-x-16_1:focus {
    --tw-translate-x: -52px;
}

.focus\:-translate-x-16p:focus {
    --tw-translate-x: -16px;
}

.focus\:-translate-x-25p:focus {
    --tw-translate-x: -25px;
}

.focus\:-translate-x-48p:focus {
    --tw-translate-x: -48%;
}

.focus\:-translate-x-52p:focus {
    --tw-translate-x: -52%;
}

.focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
}

.focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
}

.focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
}

.focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
}

.focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
}

.focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
}

.focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
}

.focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
}

.focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
}

.focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
}

.focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
}

.focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
}

.focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
}

.focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
}

.focus\:translate-y-0:focus {
    --tw-translate-y: 0px;
}

.focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
}

.focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
}

.focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
}

.focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
}

.focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem;
}

.focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
}

.focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
}

.focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
}

.focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
}

.focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem;
}

.focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
}

.focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
}

.focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem;
}

.focus\:translate-y-16:focus {
    --tw-translate-y: 4rem;
}

.focus\:translate-y-18:focus {
    --tw-translate-y: 4.375rem;
}

.focus\:translate-y-19:focus {
    --tw-translate-y: 76px;
}

.focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
}

.focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
}

.focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
}

.focus\:translate-y-30:focus {
    --tw-translate-y: 120px;
}

.focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
}

.focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
}

.focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
}

.focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
}

.focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
}

.focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
}

.focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
}

.focus\:translate-y-60:focus {
    --tw-translate-y: 15rem;
}

.focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
}

.focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
}

.focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
}

.focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
}

.focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
}

.focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
}

.focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
}

.focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
}

.focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
}

.focus\:translate-y-5p:focus {
    --tw-translate-y: 5px;
}

.focus\:translate-y-10p:focus {
    --tw-translate-y: 10px;
}

.focus\:translate-y-14p:focus {
    --tw-translate-y: 14px;
}

.focus\:translate-y-15p:focus {
    --tw-translate-y: 15px;
}

.focus\:translate-y-15_2:focus {
    --tw-translate-y: 60px;
}

.focus\:translate-y-16_1:focus {
    --tw-translate-y: 52px;
}

.focus\:translate-y-16p:focus {
    --tw-translate-y: 16px;
}

.focus\:translate-y-25p:focus {
    --tw-translate-y: 25px;
}

.focus\:translate-y-48p:focus {
    --tw-translate-y: 48%;
}

.focus\:translate-y-52p:focus {
    --tw-translate-y: 52%;
}

.focus\:-translate-y-0:focus {
    --tw-translate-y: 0px;
}

.focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
}

.focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
}

.focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
}

.focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
}

.focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem;
}

.focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
}

.focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
}

.focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
}

.focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
}

.focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem;
}

.focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
}

.focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
}

.focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem;
}

.focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem;
}

.focus\:-translate-y-18:focus {
    --tw-translate-y: -4.375rem;
}

.focus\:-translate-y-19:focus {
    --tw-translate-y: -76px;
}

.focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
}

.focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
}

.focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
}

.focus\:-translate-y-30:focus {
    --tw-translate-y: -120px;
}

.focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
}

.focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
}

.focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
}

.focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
}

.focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
}

.focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
}

.focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
}

.focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem;
}

.focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
}

.focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
}

.focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
}

.focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
}

.focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
}

.focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
}

.focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
}

.focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
}

.focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
}

.focus\:-translate-y-5p:focus {
    --tw-translate-y: -5px;
}

.focus\:-translate-y-10p:focus {
    --tw-translate-y: -10px;
}

.focus\:-translate-y-14p:focus {
    --tw-translate-y: -14px;
}

.focus\:-translate-y-15p:focus {
    --tw-translate-y: -15px;
}

.focus\:-translate-y-15_2:focus {
    --tw-translate-y: -60px;
}

.focus\:-translate-y-16_1:focus {
    --tw-translate-y: -52px;
}

.focus\:-translate-y-16p:focus {
    --tw-translate-y: -16px;
}

.focus\:-translate-y-25p:focus {
    --tw-translate-y: -25px;
}

.focus\:-translate-y-48p:focus {
    --tw-translate-y: -48%;
}

.focus\:-translate-y-52p:focus {
    --tw-translate-y: -52%;
}

.focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
}

.focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
}

.focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
}

.focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
}

.focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
}

.focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
}

.focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
}

.focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
}

.focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
}

.focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
}

.focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
}

.focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
}

.focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
}

.focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
}

.rotate-0 {
    --tw-rotate: 0deg;
}

.rotate-1 {
    --tw-rotate: 1deg;
}

.rotate-2 {
    --tw-rotate: 2deg;
}

.rotate-3 {
    --tw-rotate: 3deg;
}

.rotate-6 {
    --tw-rotate: 6deg;
}

.rotate-12 {
    --tw-rotate: 12deg;
}

.rotate-45 {
    --tw-rotate: 45deg;
}

.rotate-90 {
    --tw-rotate: 90deg;
}

.rotate-180 {
    --tw-rotate: 180deg;
}

.-rotate-180 {
    --tw-rotate: -180deg;
}

.-rotate-90 {
    --tw-rotate: -90deg;
}

.-rotate-45 {
    --tw-rotate: -45deg;
}

.-rotate-12 {
    --tw-rotate: -12deg;
}

.-rotate-6 {
    --tw-rotate: -6deg;
}

.-rotate-3 {
    --tw-rotate: -3deg;
}

.-rotate-2 {
    --tw-rotate: -2deg;
}

.-rotate-1 {
    --tw-rotate: -1deg;
}

.hover\:rotate-0:hover {
    --tw-rotate: 0deg;
}

.hover\:rotate-1:hover {
    --tw-rotate: 1deg;
}

.hover\:rotate-2:hover {
    --tw-rotate: 2deg;
}

.hover\:rotate-3:hover {
    --tw-rotate: 3deg;
}

.hover\:rotate-6:hover {
    --tw-rotate: 6deg;
}

.hover\:rotate-12:hover {
    --tw-rotate: 12deg;
}

.hover\:rotate-45:hover {
    --tw-rotate: 45deg;
}

.hover\:rotate-90:hover {
    --tw-rotate: 90deg;
}

.hover\:rotate-180:hover {
    --tw-rotate: 180deg;
}

.hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
}

.hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
}

.hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
}

.hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
}

.hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
}

.hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
}

.hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
}

.hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
}

.focus\:rotate-0:focus {
    --tw-rotate: 0deg;
}

.focus\:rotate-1:focus {
    --tw-rotate: 1deg;
}

.focus\:rotate-2:focus {
    --tw-rotate: 2deg;
}

.focus\:rotate-3:focus {
    --tw-rotate: 3deg;
}

.focus\:rotate-6:focus {
    --tw-rotate: 6deg;
}

.focus\:rotate-12:focus {
    --tw-rotate: 12deg;
}

.focus\:rotate-45:focus {
    --tw-rotate: 45deg;
}

.focus\:rotate-90:focus {
    --tw-rotate: 90deg;
}

.focus\:rotate-180:focus {
    --tw-rotate: 180deg;
}

.focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
}

.focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
}

.focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
}

.focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
}

.focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
}

.focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
}

.focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
}

.focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
}

.skew-x-0 {
    --tw-skew-x: 0deg;
}

.skew-x-1 {
    --tw-skew-x: 1deg;
}

.skew-x-2 {
    --tw-skew-x: 2deg;
}

.skew-x-3 {
    --tw-skew-x: 3deg;
}

.skew-x-6 {
    --tw-skew-x: 6deg;
}

.skew-x-12 {
    --tw-skew-x: 12deg;
}

.-skew-x-12 {
    --tw-skew-x: -12deg;
}

.-skew-x-6 {
    --tw-skew-x: -6deg;
}

.-skew-x-3 {
    --tw-skew-x: -3deg;
}

.-skew-x-2 {
    --tw-skew-x: -2deg;
}

.-skew-x-1 {
    --tw-skew-x: -1deg;
}

.skew-y-0 {
    --tw-skew-y: 0deg;
}

.skew-y-1 {
    --tw-skew-y: 1deg;
}

.skew-y-2 {
    --tw-skew-y: 2deg;
}

.skew-y-3 {
    --tw-skew-y: 3deg;
}

.skew-y-6 {
    --tw-skew-y: 6deg;
}

.skew-y-12 {
    --tw-skew-y: 12deg;
}

.-skew-y-12 {
    --tw-skew-y: -12deg;
}

.-skew-y-6 {
    --tw-skew-y: -6deg;
}

.-skew-y-3 {
    --tw-skew-y: -3deg;
}

.-skew-y-2 {
    --tw-skew-y: -2deg;
}

.-skew-y-1 {
    --tw-skew-y: -1deg;
}

.hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
}

.hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
}

.hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
}

.hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
}

.hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
}

.hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
}

.hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
}

.hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
}

.hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
}

.hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
}

.hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
}

.hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
}

.hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
}

.hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
}

.hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
}

.hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
}

.hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
}

.hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
}

.hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
}

.hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
}

.hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
}

.hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
}

.focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
}

.focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
}

.focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
}

.focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
}

.focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
}

.focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
}

.focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
}

.focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
}

.focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
}

.focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
}

.focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
}

.focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
}

.focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
}

.focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
}

.focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
}

.focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
}

.focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
}

.focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
}

.focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
}

.focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
}

.focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
}

.focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
}

.scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
}

.scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
}

.scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
}

.scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
}

.scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
}

.scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
}

.scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
}

.scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
}

.scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
}

.scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
}

.hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
}

.hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
}

.hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
}

.hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
}

.hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
}

.hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
}

.hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
}

.hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
}

.hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
}

.hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
}

.focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
}

.focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
}

.focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
}

.focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
}

.focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
}

.focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
}

.focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
}

.focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
}

.focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
}

.focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
}

.scale-x-0 {
    --tw-scale-x: 0;
}

.scale-x-50 {
    --tw-scale-x: .5;
}

.scale-x-75 {
    --tw-scale-x: .75;
}

.scale-x-90 {
    --tw-scale-x: .9;
}

.scale-x-95 {
    --tw-scale-x: .95;
}

.scale-x-100 {
    --tw-scale-x: 1;
}

.scale-x-105 {
    --tw-scale-x: 1.05;
}

.scale-x-110 {
    --tw-scale-x: 1.1;
}

.scale-x-125 {
    --tw-scale-x: 1.25;
}

.scale-x-150 {
    --tw-scale-x: 1.5;
}

.scale-y-0 {
    --tw-scale-y: 0;
}

.scale-y-50 {
    --tw-scale-y: .5;
}

.scale-y-75 {
    --tw-scale-y: .75;
}

.scale-y-90 {
    --tw-scale-y: .9;
}

.scale-y-95 {
    --tw-scale-y: .95;
}

.scale-y-100 {
    --tw-scale-y: 1;
}

.scale-y-105 {
    --tw-scale-y: 1.05;
}

.scale-y-110 {
    --tw-scale-y: 1.1;
}

.scale-y-125 {
    --tw-scale-y: 1.25;
}

.scale-y-150 {
    --tw-scale-y: 1.5;
}

.hover\:scale-x-0:hover {
    --tw-scale-x: 0;
}

.hover\:scale-x-50:hover {
    --tw-scale-x: .5;
}

.hover\:scale-x-75:hover {
    --tw-scale-x: .75;
}

.hover\:scale-x-90:hover {
    --tw-scale-x: .9;
}

.hover\:scale-x-95:hover {
    --tw-scale-x: .95;
}

.hover\:scale-x-100:hover {
    --tw-scale-x: 1;
}

.hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
}

.hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
}

.hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
}

.hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
}

.hover\:scale-y-0:hover {
    --tw-scale-y: 0;
}

.hover\:scale-y-50:hover {
    --tw-scale-y: .5;
}

.hover\:scale-y-75:hover {
    --tw-scale-y: .75;
}

.hover\:scale-y-90:hover {
    --tw-scale-y: .9;
}

.hover\:scale-y-95:hover {
    --tw-scale-y: .95;
}

.hover\:scale-y-100:hover {
    --tw-scale-y: 1;
}

.hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
}

.hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
}

.hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
}

.hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
}

.focus\:scale-x-0:focus {
    --tw-scale-x: 0;
}

.focus\:scale-x-50:focus {
    --tw-scale-x: .5;
}

.focus\:scale-x-75:focus {
    --tw-scale-x: .75;
}

.focus\:scale-x-90:focus {
    --tw-scale-x: .9;
}

.focus\:scale-x-95:focus {
    --tw-scale-x: .95;
}

.focus\:scale-x-100:focus {
    --tw-scale-x: 1;
}

.focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
}

.focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
}

.focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
}

.focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
}

.focus\:scale-y-0:focus {
    --tw-scale-y: 0;
}

.focus\:scale-y-50:focus {
    --tw-scale-y: .5;
}

.focus\:scale-y-75:focus {
    --tw-scale-y: .75;
}

.focus\:scale-y-90:focus {
    --tw-scale-y: .9;
}

.focus\:scale-y-95:focus {
    --tw-scale-y: .95;
}

.focus\:scale-y-100:focus {
    --tw-scale-y: 1;
}

.focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
}

.focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
}

.focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
}

.focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
}

@-webkit-keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ping {

    75%,
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes ping {

    75%,
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@-webkit-keyframes pulse {
    50% {
        opacity: .5;
    }
}

@keyframes pulse {
    50% {
        opacity: .5;
    }
}

@-webkit-keyframes bounce {

    0%,
    100% {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}

.animate-none {
    -webkit-animation: none;
    animation: none;
}

.animate-spin {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.animate-bounce {
    -webkit-animation: bounce 1s infinite;
    animation: bounce 1s infinite;
}

.cursor-auto {
    cursor: auto;
}

.cursor-default {
    cursor: default;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-wait {
    cursor: wait;
}

.cursor-text {
    cursor: text;
}

.cursor-move {
    cursor: move;
}

.cursor-help {
    cursor: help;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select-text {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.select-all {
    -webkit-user-select: all;
    -moz-user-select: all;
    user-select: all;
}

.select-auto {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.resize-none {
    resize: none;
}

.resize-y {
    resize: vertical;
}

.resize-x {
    resize: horizontal;
}

.resize {
    resize: both;
}

.list-inside {
    list-style-position: inside;
}

.list-outside {
    list-style-position: outside;
}

.list-none {
    list-style-type: none;
}

.list-disc {
    list-style-type: disc;
}

.list-decimal {
    list-style-type: decimal;
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.auto-cols-auto {
    grid-auto-columns: auto;
}

.auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
}

.auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
}

.auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
}

.grid-flow-row {
    grid-auto-flow: row;
}

.grid-flow-col {
    grid-auto-flow: column;
}

.grid-flow-row-dense {
    grid-auto-flow: row dense;
}

.grid-flow-col-dense {
    grid-auto-flow: column dense;
}

.auto-rows-auto {
    grid-auto-rows: auto;
}

.auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
}

.auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
}

.auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-none {
    grid-template-columns: none;
}

.grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
}

.grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
}

.grid-rows-none {
    grid-template-rows: none;
}

.flex-row {
    flex-direction: row;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.flex-col {
    flex-direction: column;
}

.flex-col-reverse {
    flex-direction: column-reverse;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.place-content-center {
    place-content: center;
}

.place-content-start {
    place-content: start;
}

.place-content-end {
    place-content: end;
}

.place-content-between {
    place-content: space-between;
}

.place-content-around {
    place-content: space-around;
}

.place-content-evenly {
    place-content: space-evenly;
}

.place-content-stretch {
    place-content: stretch;
}

.place-items-start {
    place-items: start;
}

.place-items-end {
    place-items: end;
}

.place-items-center {
    place-items: center;
}

.place-items-stretch {
    place-items: stretch;
}

.content-center {
    align-content: center;
}

.content-start {
    align-content: flex-start;
}

.content-end {
    align-content: flex-end;
}

.content-between {
    align-content: space-between;
}

.content-around {
    align-content: space-around;
}

.content-evenly {
    align-content: space-evenly;
}

.items-start {
    align-items: flex-start;
}

.items-end {
    align-items: flex-end;
}

.items-center {
    align-items: center;
}

.items-baseline {
    align-items: baseline;
}

.items-stretch {
    align-items: stretch;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.justify-evenly {
    justify-content: space-evenly;
}

.justify-items-start {
    justify-items: start;
}

.justify-items-end {
    justify-items: end;
}

.justify-items-center {
    justify-items: center;
}

.justify-items-stretch {
    justify-items: stretch;
}

.gap-0 {
    gap: 0px;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-7 {
    gap: 1.75rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-9 {
    gap: 2.25rem;
}

.gap-10 {
    gap: 2.5rem;
}

.gap-11 {
    gap: 2.75rem;
}

.gap-12 {
    gap: 3rem;
}

.gap-14 {
    gap: 3.5rem;
}

.gap-16 {
    gap: 4rem;
}

.gap-18 {
    gap: 4.375rem;
}

.gap-19 {
    gap: 76px;
}

.gap-20 {
    gap: 5rem;
}

.gap-24 {
    gap: 6rem;
}

.gap-28 {
    gap: 7rem;
}

.gap-30 {
    gap: 120px;
}

.gap-32 {
    gap: 8rem;
}

.gap-36 {
    gap: 9rem;
}

.gap-40 {
    gap: 10rem;
}

.gap-44 {
    gap: 11rem;
}

.gap-48 {
    gap: 12rem;
}

.gap-52 {
    gap: 13rem;
}

.gap-56 {
    gap: 14rem;
}

.gap-60 {
    gap: 15rem;
}

.gap-64 {
    gap: 16rem;
}

.gap-72 {
    gap: 18rem;
}

.gap-80 {
    gap: 20rem;
}

.gap-96 {
    gap: 24rem;
}

.gap-px {
    gap: 1px;
}

.gap-0\.5 {
    gap: 0.125rem;
}

.gap-1\.5 {
    gap: 0.375rem;
}

.gap-2\.5 {
    gap: 0.625rem;
}

.gap-3\.5 {
    gap: 0.875rem;
}

.gap-5p {
    gap: 5px;
}

.gap-10p {
    gap: 10px;
}

.gap-14p {
    gap: 14px;
}

.gap-15p {
    gap: 15px;
}

.gap-15_2 {
    gap: 60px;
}

.gap-16_1 {
    gap: 52px;
}

.gap-16p {
    gap: 16px;
}

.gap-25p {
    gap: 25px;
}

.gap-48p {
    gap: 48%;
}

.gap-52p {
    gap: 52%;
}

.gap-x-0 {
    -moz-column-gap: 0px;
    column-gap: 0px;
}

.gap-x-1 {
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
}

.gap-x-2 {
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
}

.gap-x-3 {
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
}

.gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

.gap-x-5 {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
}

.gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
}

.gap-x-7 {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
}

.gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
}

.gap-x-9 {
    -moz-column-gap: 2.25rem;
    column-gap: 2.25rem;
}

.gap-x-10 {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
}

.gap-x-11 {
    -moz-column-gap: 2.75rem;
    column-gap: 2.75rem;
}

.gap-x-12 {
    -moz-column-gap: 3rem;
    column-gap: 3rem;
}

.gap-x-14 {
    -moz-column-gap: 3.5rem;
    column-gap: 3.5rem;
}

.gap-x-16 {
    -moz-column-gap: 4rem;
    column-gap: 4rem;
}

.gap-x-18 {
    -moz-column-gap: 4.375rem;
    column-gap: 4.375rem;
}

.gap-x-19 {
    -moz-column-gap: 76px;
    column-gap: 76px;
}

.gap-x-20 {
    -moz-column-gap: 5rem;
    column-gap: 5rem;
}

.gap-x-24 {
    -moz-column-gap: 6rem;
    column-gap: 6rem;
}

.gap-x-28 {
    -moz-column-gap: 7rem;
    column-gap: 7rem;
}

.gap-x-30 {
    -moz-column-gap: 120px;
    column-gap: 120px;
}

.gap-x-32 {
    -moz-column-gap: 8rem;
    column-gap: 8rem;
}

.gap-x-36 {
    -moz-column-gap: 9rem;
    column-gap: 9rem;
}

.gap-x-40 {
    -moz-column-gap: 10rem;
    column-gap: 10rem;
}

.gap-x-44 {
    -moz-column-gap: 11rem;
    column-gap: 11rem;
}

.gap-x-48 {
    -moz-column-gap: 12rem;
    column-gap: 12rem;
}

.gap-x-52 {
    -moz-column-gap: 13rem;
    column-gap: 13rem;
}

.gap-x-56 {
    -moz-column-gap: 14rem;
    column-gap: 14rem;
}

.gap-x-60 {
    -moz-column-gap: 15rem;
    column-gap: 15rem;
}

.gap-x-64 {
    -moz-column-gap: 16rem;
    column-gap: 16rem;
}

.gap-x-72 {
    -moz-column-gap: 18rem;
    column-gap: 18rem;
}

.gap-x-80 {
    -moz-column-gap: 20rem;
    column-gap: 20rem;
}

.gap-x-96 {
    -moz-column-gap: 24rem;
    column-gap: 24rem;
}

.gap-x-px {
    -moz-column-gap: 1px;
    column-gap: 1px;
}

.gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
    column-gap: 0.125rem;
}

.gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
    column-gap: 0.375rem;
}

.gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
}

.gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
    column-gap: 0.875rem;
}

.gap-x-5p {
    -moz-column-gap: 5px;
    column-gap: 5px;
}

.gap-x-10p {
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.gap-x-14p {
    -moz-column-gap: 14px;
    column-gap: 14px;
}

.gap-x-15p {
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.gap-x-15_2 {
    -moz-column-gap: 60px;
    column-gap: 60px;
}

.gap-x-16_1 {
    -moz-column-gap: 52px;
    column-gap: 52px;
}

.gap-x-16p {
    -moz-column-gap: 16px;
    column-gap: 16px;
}

.gap-x-25p {
    -moz-column-gap: 25px;
    column-gap: 25px;
}

.gap-x-48p {
    -moz-column-gap: 48%;
    column-gap: 48%;
}

.gap-x-52p {
    -moz-column-gap: 52%;
    column-gap: 52%;
}

.gap-y-0 {
    row-gap: 0px;
}

.gap-y-1 {
    row-gap: 0.25rem;
}

.gap-y-2 {
    row-gap: 0.5rem;
}

.gap-y-3 {
    row-gap: 0.75rem;
}

.gap-y-4 {
    row-gap: 1rem;
}

.gap-y-5 {
    row-gap: 1.25rem;
}

.gap-y-6 {
    row-gap: 1.5rem;
}

.gap-y-7 {
    row-gap: 1.75rem;
}

.gap-y-8 {
    row-gap: 2rem;
}

.gap-y-9 {
    row-gap: 2.25rem;
}

.gap-y-10 {
    row-gap: 2.5rem;
}

.gap-y-11 {
    row-gap: 2.75rem;
}

.gap-y-12 {
    row-gap: 3rem;
}

.gap-y-14 {
    row-gap: 3.5rem;
}

.gap-y-16 {
    row-gap: 4rem;
}

.gap-y-18 {
    row-gap: 4.375rem;
}

.gap-y-19 {
    row-gap: 76px;
}

.gap-y-20 {
    row-gap: 5rem;
}

.gap-y-24 {
    row-gap: 6rem;
}

.gap-y-28 {
    row-gap: 7rem;
}

.gap-y-30 {
    row-gap: 120px;
}

.gap-y-32 {
    row-gap: 8rem;
}

.gap-y-36 {
    row-gap: 9rem;
}

.gap-y-40 {
    row-gap: 10rem;
}

.gap-y-44 {
    row-gap: 11rem;
}

.gap-y-48 {
    row-gap: 12rem;
}

.gap-y-52 {
    row-gap: 13rem;
}

.gap-y-56 {
    row-gap: 14rem;
}

.gap-y-60 {
    row-gap: 15rem;
}

.gap-y-64 {
    row-gap: 16rem;
}

.gap-y-72 {
    row-gap: 18rem;
}

.gap-y-80 {
    row-gap: 20rem;
}

.gap-y-96 {
    row-gap: 24rem;
}

.gap-y-px {
    row-gap: 1px;
}

.gap-y-0\.5 {
    row-gap: 0.125rem;
}

.gap-y-1\.5 {
    row-gap: 0.375rem;
}

.gap-y-2\.5 {
    row-gap: 0.625rem;
}

.gap-y-3\.5 {
    row-gap: 0.875rem;
}

.gap-y-5p {
    row-gap: 5px;
}

.gap-y-10p {
    row-gap: 10px;
}

.gap-y-14p {
    row-gap: 14px;
}

.gap-y-15p {
    row-gap: 15px;
}

.gap-y-15_2 {
    row-gap: 60px;
}

.gap-y-16_1 {
    row-gap: 52px;
}

.gap-y-16p {
    row-gap: 16px;
}

.gap-y-25p {
    row-gap: 25px;
}

.gap-y-48p {
    row-gap: 48%;
}

.gap-y-52p {
    row-gap: 52%;
}

.space-x-0> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-5> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-7> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-9> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-10> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-11> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-12> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-14> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-16> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-18> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4.375rem * var(--tw-space-x-reverse));
    margin-left: calc(4.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-19> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(76px * var(--tw-space-x-reverse));
    margin-left: calc(76px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-20> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-24> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-28> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-30> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(120px * var(--tw-space-x-reverse));
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-32> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-36> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-40> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-44> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-48> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-52> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-56> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-60> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-64> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-72> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-80> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-96> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-px> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-0\.5> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1\.5> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2\.5> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3\.5> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-5p> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5px * var(--tw-space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-10p> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10px * var(--tw-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-14p> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14px * var(--tw-space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-15p> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15px * var(--tw-space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-15_2> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60px * var(--tw-space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-16_1> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(52px * var(--tw-space-x-reverse));
    margin-left: calc(52px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-16p> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16px * var(--tw-space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-25p> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25px * var(--tw-space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-48p> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(48% * var(--tw-space-x-reverse));
    margin-left: calc(48% * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-52p> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(52% * var(--tw-space-x-reverse));
    margin-left: calc(52% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-0> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-1> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-2> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-3> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-4> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-5> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-6> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-7> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-8> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-9> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-10> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-11> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-12> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-14> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-16> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-18> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-19> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-76px * var(--tw-space-x-reverse));
    margin-left: calc(-76px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-20> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-24> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-28> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-30> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-120px * var(--tw-space-x-reverse));
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-32> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-36> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-40> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-44> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-48> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-52> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-56> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-60> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-64> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-72> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-80> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-96> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-px> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-0\.5> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-1\.5> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-2\.5> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-3\.5> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-5p> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5px * var(--tw-space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-10p> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10px * var(--tw-space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-14p> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14px * var(--tw-space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-15p> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15px * var(--tw-space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-15_2> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60px * var(--tw-space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-16_1> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-52px * var(--tw-space-x-reverse));
    margin-left: calc(-52px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-16p> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16px * var(--tw-space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-25p> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-25px * var(--tw-space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-48p> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-48% * var(--tw-space-x-reverse));
    margin-left: calc(-48% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-52p> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-52% * var(--tw-space-x-reverse));
    margin-left: calc(-52% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-0> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.space-y-1> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-7> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}

.space-y-8> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.space-y-9> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}

.space-y-10> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.space-y-11> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
}

.space-y-12> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.space-y-14> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}

.space-y-16> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}

.space-y-18> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.375rem * var(--tw-space-y-reverse));
}

.space-y-19> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(76px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(76px * var(--tw-space-y-reverse));
}

.space-y-20> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}

.space-y-24> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
}

.space-y-28> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
}

.space-y-30> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px * var(--tw-space-y-reverse));
}

.space-y-32> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
}

.space-y-36> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
}

.space-y-40> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
}

.space-y-44> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
}

.space-y-48> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
}

.space-y-52> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
}

.space-y-56> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
}

.space-y-60> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
}

.space-y-64> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
}

.space-y-72> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
}

.space-y-80> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
}

.space-y-96> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
}

.space-y-px> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
}

.space-y-0\.5> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

.space-y-1\.5> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}

.space-y-2\.5> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

.space-y-3\.5> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}

.space-y-5p> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5px * var(--tw-space-y-reverse));
}

.space-y-10p> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
}

.space-y-14p> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14px * var(--tw-space-y-reverse));
}

.space-y-15p> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15px * var(--tw-space-y-reverse));
}

.space-y-15_2> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
}

.space-y-16_1> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(52px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(52px * var(--tw-space-y-reverse));
}

.space-y-16p> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16px * var(--tw-space-y-reverse));
}

.space-y-25p> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25px * var(--tw-space-y-reverse));
}

.space-y-48p> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(48% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(48% * var(--tw-space-y-reverse));
}

.space-y-52p> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(52% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(52% * var(--tw-space-y-reverse));
}

.-space-y-0> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.-space-y-1> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
}

.-space-y-2> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
}

.-space-y-3> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
}

.-space-y-4> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
}

.-space-y-5> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
}

.-space-y-6> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
}

.-space-y-7> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
}

.-space-y-8> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
}

.-space-y-9> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
}

.-space-y-10> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
}

.-space-y-11> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
}

.-space-y-12> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
}

.-space-y-14> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
}

.-space-y-16> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
}

.-space-y-18> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.375rem * var(--tw-space-y-reverse));
}

.-space-y-19> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-76px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-76px * var(--tw-space-y-reverse));
}

.-space-y-20> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
}

.-space-y-24> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
}

.-space-y-28> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
}

.-space-y-30> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-120px * var(--tw-space-y-reverse));
}

.-space-y-32> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
}

.-space-y-36> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
}

.-space-y-40> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
}

.-space-y-44> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
}

.-space-y-48> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
}

.-space-y-52> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
}

.-space-y-56> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
}

.-space-y-60> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
}

.-space-y-64> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
}

.-space-y-72> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
}

.-space-y-80> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
}

.-space-y-96> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
}

.-space-y-px> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
}

.-space-y-0\.5> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
}

.-space-y-1\.5> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
}

.-space-y-2\.5> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
}

.-space-y-3\.5> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
}

.-space-y-5p> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5px * var(--tw-space-y-reverse));
}

.-space-y-10p> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10px * var(--tw-space-y-reverse));
}

.-space-y-14p> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14px * var(--tw-space-y-reverse));
}

.-space-y-15p> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15px * var(--tw-space-y-reverse));
}

.-space-y-15_2> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60px * var(--tw-space-y-reverse));
}

.-space-y-16_1> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-52px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-52px * var(--tw-space-y-reverse));
}

.-space-y-16p> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16px * var(--tw-space-y-reverse));
}

.-space-y-25p> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25px * var(--tw-space-y-reverse));
}

.-space-y-48p> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-48% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-48% * var(--tw-space-y-reverse));
}

.-space-y-52p> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-52% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-52% * var(--tw-space-y-reverse));
}

.space-y-reverse> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 1;
}

.space-x-reverse> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 1;
}

.divide-x-0> :not([hidden])~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-2> :not([hidden])~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-4> :not([hidden])~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-8> :not([hidden])~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x> :not([hidden])~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y-0> :not([hidden])~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
}

.divide-y-2> :not([hidden])~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

.divide-y-4> :not([hidden])~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
}

.divide-y-8> :not([hidden])~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
}

.divide-y> :not([hidden])~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-y-reverse> :not([hidden])~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
}

.divide-x-reverse> :not([hidden])~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
}

.divide-solid> :not([hidden])~ :not([hidden]) {
    border-style: solid;
}

.divide-dashed> :not([hidden])~ :not([hidden]) {
    border-style: dashed;
}

.divide-dotted> :not([hidden])~ :not([hidden]) {
    border-style: dotted;
}

.divide-double> :not([hidden])~ :not([hidden]) {
    border-style: double;
}

.divide-none> :not([hidden])~ :not([hidden]) {
    border-style: none;
}

.divide-transparent> :not([hidden])~ :not([hidden]) {
    border-color: transparent;
}

.divide-current> :not([hidden])~ :not([hidden]) {
    border-color: currentColor;
}

.divide-black> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
}

.divide-white> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
}

.divide-gray-50> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
}

.divide-gray-100> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
}

.divide-gray-200> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
}

.divide-gray-300> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
}

.divide-gray-400> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
}

.divide-gray-500> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
}

.divide-gray-600> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
}

.divide-gray-700> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
}

.divide-gray-800> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
}

.divide-gray-900> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
}

.divide-red-50> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
}

.divide-red-100> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
}

.divide-red-200> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
}

.divide-red-300> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
}

.divide-red-400> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
}

.divide-red-500> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
}

.divide-red-600> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
}

.divide-red-700> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
}

.divide-red-800> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
}

.divide-red-900> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
}

.divide-yellow> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 145, 67, var(--tw-divide-opacity));
}

.divide-green> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(123, 188, 0, var(--tw-divide-opacity));
}

.divide-blue> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 164, 220, var(--tw-divide-opacity));
}

.divide-indigo-50> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
}

.divide-indigo-100> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
}

.divide-indigo-200> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
}

.divide-indigo-300> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
}

.divide-indigo-400> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
}

.divide-indigo-500> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
}

.divide-indigo-600> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
}

.divide-indigo-700> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
}

.divide-indigo-800> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
}

.divide-indigo-900> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
}

.divide-purple> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(104, 71, 195, var(--tw-divide-opacity));
}

.divide-pink> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 7, 55, var(--tw-divide-opacity));
}

.divide-primary> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(110, 110, 110, var(--tw-divide-opacity));
}

.divide-secondary> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-divide-opacity));
}

.divide-body_bg> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
}

.divide-body_text> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 67, 73, var(--tw-divide-opacity));
}

.divide-title> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 178, 207, var(--tw-divide-opacity));
}

.divide-grey> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 74, 81, var(--tw-divide-opacity));
}

.divide-dark_grey> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 67, 73, var(--tw-divide-opacity));
}

.divide-light_grey> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(183, 183, 183, var(--tw-divide-opacity));
}

.divide-medium_grey> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 81, 86, var(--tw-divide-opacity));
}

.divide-lightten_grey> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(198, 198, 198, var(--tw-divide-opacity));
}

.divide-grey_300> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-divide-opacity));
}

.divide-grey_400> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(183, 183, 183, var(--tw-divide-opacity));
}

.divide-medium_blue> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(69, 205, 252, var(--tw-divide-opacity));
}

.divide-dark_blue> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 128, 172, var(--tw-divide-opacity));
}

.divide-text_blue> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 178, 207, var(--tw-divide-opacity));
}

.divide-footer_bg> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(70, 70, 70, var(--tw-divide-opacity));
}

.divide-brown> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(128, 83, 0, var(--tw-divide-opacity));
}

.divide-dark_brown> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(135, 68, 51, var(--tw-divide-opacity));
}

.divide-Light_purple> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(101, 71, 155, var(--tw-divide-opacity));
}

.divide-dark_green> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 155, 81, var(--tw-divide-opacity));
}

.divide-medium_green> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(58, 172, 43, var(--tw-divide-opacity));
}

.divide-light_green> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 203, 62, var(--tw-divide-opacity));
}

.divide-green_900> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(57, 102, 118, var(--tw-divide-opacity));
}

.divide-dark_border> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 112, 112, var(--tw-divide-opacity));
}

.divide-opacity-0> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 0;
}

.divide-opacity-5> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
}

.divide-opacity-10> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
}

.divide-opacity-20> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
}

.divide-opacity-25> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
}

.divide-opacity-30> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
}

.divide-opacity-40> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
}

.divide-opacity-50> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
}

.divide-opacity-60> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
}

.divide-opacity-70> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
}

.divide-opacity-75> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
}

.divide-opacity-80> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
}

.divide-opacity-90> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
}

.divide-opacity-95> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
}

.divide-opacity-100> :not([hidden])~ :not([hidden]) {
    --tw-divide-opacity: 1;
}

.place-self-auto {
    place-self: auto;
}

.place-self-start {
    place-self: start;
}

.place-self-end {
    place-self: end;
}

.place-self-center {
    place-self: center;
}

.place-self-stretch {
    place-self: stretch;
}

.self-auto {
    align-self: auto;
}

.self-start {
    align-self: flex-start;
}

.self-end {
    align-self: flex-end;
}

.self-center {
    align-self: center;
}

.self-stretch {
    align-self: stretch;
}

.self-baseline {
    align-self: baseline;
}

.justify-self-auto {
    justify-self: auto;
}

.justify-self-start {
    justify-self: start;
}

.justify-self-end {
    justify-self: end;
}

.justify-self-center {
    justify-self: center;
}

.justify-self-stretch {
    justify-self: stretch;
}

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-visible {
    overflow: visible;
}

.overflow-scroll {
    overflow: scroll;
}

.overflow-x-auto {
    overflow-x: auto;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.overflow-x-visible {
    overflow-x: visible;
}

.overflow-y-visible {
    overflow-y: visible;
}

.overflow-x-scroll {
    overflow-x: scroll;
}

.overflow-y-scroll {
    overflow-y: scroll;
}

.overscroll-auto {
    -ms-scroll-chaining: chained;
    overscroll-behavior: auto;
}

.overscroll-contain {
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
}

.overscroll-none {
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}

.overscroll-y-auto {
    overscroll-behavior-y: auto;
}

.overscroll-y-contain {
    overscroll-behavior-y: contain;
}

.overscroll-y-none {
    overscroll-behavior-y: none;
}

.overscroll-x-auto {
    overscroll-behavior-x: auto;
}

.overscroll-x-contain {
    overscroll-behavior-x: contain;
}

.overscroll-x-none {
    overscroll-behavior-x: none;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.overflow-ellipsis {
    text-overflow: ellipsis;
}

.overflow-clip {
    text-overflow: clip;
}

.whitespace-normal {
    white-space: normal;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.whitespace-pre {
    white-space: pre;
}

.whitespace-pre-line {
    white-space: pre-line;
}

.whitespace-pre-wrap {
    white-space: pre-wrap;
}

.break-normal {
    overflow-wrap: normal;
    word-break: normal;
}

.break-words {
    overflow-wrap: break-word;
}

.break-all {
    word-break: break-all;
}

.rounded-none {
    border-radius: 0px;
}

.rounded-sm {
    border-radius: 0.125rem;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-md {
    border-radius: 0.375rem;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.rounded-2xl {
    border-radius: 1rem;
}

.rounded-3xl {
    border-radius: 1.5rem;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-btn {
    border-radius: 31px;
}

.rounded-10p {
    border-radius: 10px;
}

.rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
}

.rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

.rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}

.rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}

.rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
}

.rounded-t-btn {
    border-top-left-radius: 31px;
    border-top-right-radius: 31px;
}

.rounded-t-10p {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
}

.rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
}

.rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

.rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
}

.rounded-r-btn {
    border-top-right-radius: 31px;
    border-bottom-right-radius: 31px;
}

.rounded-r-10p {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
}

.rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

.rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}

.rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

.rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
}

.rounded-b-btn {
    border-bottom-right-radius: 31px;
    border-bottom-left-radius: 31px;
}

.rounded-b-10p {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
}

.rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

.rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}

.rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

.rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
}

.rounded-l-btn {
    border-top-left-radius: 31px;
    border-bottom-left-radius: 31px;
}

.rounded-l-10p {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.rounded-tl-none {
    border-top-left-radius: 0px;
}

.rounded-tl-sm {
    border-top-left-radius: 0.125rem;
}

.rounded-tl {
    border-top-left-radius: 0.25rem;
}

.rounded-tl-md {
    border-top-left-radius: 0.375rem;
}

.rounded-tl-lg {
    border-top-left-radius: 0.5rem;
}

.rounded-tl-xl {
    border-top-left-radius: 0.75rem;
}

.rounded-tl-2xl {
    border-top-left-radius: 1rem;
}

.rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
}

.rounded-tl-full {
    border-top-left-radius: 9999px;
}

.rounded-tl-btn {
    border-top-left-radius: 31px;
}

.rounded-tl-10p {
    border-top-left-radius: 10px;
}

.rounded-tr-none {
    border-top-right-radius: 0px;
}

.rounded-tr-sm {
    border-top-right-radius: 0.125rem;
}

.rounded-tr {
    border-top-right-radius: 0.25rem;
}

.rounded-tr-md {
    border-top-right-radius: 0.375rem;
}

.rounded-tr-lg {
    border-top-right-radius: 0.5rem;
}

.rounded-tr-xl {
    border-top-right-radius: 0.75rem;
}

.rounded-tr-2xl {
    border-top-right-radius: 1rem;
}

.rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
}

.rounded-tr-full {
    border-top-right-radius: 9999px;
}

.rounded-tr-btn {
    border-top-right-radius: 31px;
}

.rounded-tr-10p {
    border-top-right-radius: 10px;
}

.rounded-br-none {
    border-bottom-right-radius: 0px;
}

.rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
}

.rounded-br {
    border-bottom-right-radius: 0.25rem;
}

.rounded-br-md {
    border-bottom-right-radius: 0.375rem;
}

.rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
}

.rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
}

.rounded-br-2xl {
    border-bottom-right-radius: 1rem;
}

.rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
}

.rounded-br-full {
    border-bottom-right-radius: 9999px;
}

.rounded-br-btn {
    border-bottom-right-radius: 31px;
}

.rounded-br-10p {
    border-bottom-right-radius: 10px;
}

.rounded-bl-none {
    border-bottom-left-radius: 0px;
}

.rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
}

.rounded-bl {
    border-bottom-left-radius: 0.25rem;
}

.rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
}

.rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
}

.rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
}

.rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
}

.rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
}

.rounded-bl-full {
    border-bottom-left-radius: 9999px;
}

.rounded-bl-btn {
    border-bottom-left-radius: 31px;
}

.rounded-bl-10p {
    border-bottom-left-radius: 10px;
}

.border-0 {
    border-width: 0px;
}

.border-2 {
    border-width: 2px;
}

.border-4 {
    border-width: 4px;
}

.border-8 {
    border-width: 8px;
}

.border {
    border-width: 1px;
}

.border-t-0 {
    border-top-width: 0px;
}

.border-t-2 {
    border-top-width: 2px;
}

.border-t-4 {
    border-top-width: 4px;
}

.border-t-8 {
    border-top-width: 8px;
}

.border-t {
    border-top-width: 1px;
}

.border-r-0 {
    border-right-width: 0px;
}

.border-r-2 {
    border-right-width: 2px;
}

.border-r-4 {
    border-right-width: 4px;
}

.border-r-8 {
    border-right-width: 8px;
}

.border-r {
    border-right-width: 1px;
}

.border-b-0 {
    border-bottom-width: 0px;
}

.border-b-2 {
    border-bottom-width: 2px;
}

.border-b-4 {
    border-bottom-width: 4px;
}

.border-b-8 {
    border-bottom-width: 8px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-l-0 {
    border-left-width: 0px;
}

.border-l-2 {
    border-left-width: 2px;
}

.border-l-4 {
    border-left-width: 4px;
}

.border-l-8 {
    border-left-width: 8px;
}

.border-l {
    border-left-width: 1px;
}

.border-solid {
    border-style: solid;
}

.border-dashed {
    border-style: dashed;
}

.border-dotted {
    border-style: dotted;
}

.border-double {
    border-style: double;
}

.border-none {
    border-style: none;
}

.border-transparent {
    border-color: transparent;
}

.border-current {
    border-color: currentColor;
}

.border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.border-yellow {
    --tw-border-opacity: 1;
    border-color: rgba(237, 145, 67, var(--tw-border-opacity));
}

.border-green {
    --tw-border-opacity: 1;
    border-color: rgba(123, 188, 0, var(--tw-border-opacity));
}

.border-blue {
    --tw-border-opacity: 1;
    border-color: rgba(91, 164, 220, var(--tw-border-opacity));
}

.border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.border-purple {
    --tw-border-opacity: 1;
    border-color: rgba(104, 71, 195, var(--tw-border-opacity));
}

.border-pink {
    --tw-border-opacity: 1;
    border-color: rgba(133, 7, 55, var(--tw-border-opacity));
}

.border-primary {
    --tw-border-opacity: 1;
    border-color: rgba(110, 110, 110, var(--tw-border-opacity));
}

.border-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
}

.border-body_bg {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-body_text {
    --tw-border-opacity: 1;
    border-color: rgba(74, 67, 73, var(--tw-border-opacity));
}

.border-title {
    --tw-border-opacity: 1;
    border-color: rgba(63, 178, 207, var(--tw-border-opacity));
}

.border-grey {
    --tw-border-opacity: 1;
    border-color: rgba(82, 74, 81, var(--tw-border-opacity));
}

.border-dark_grey {
    --tw-border-opacity: 1;
    border-color: rgba(74, 67, 73, var(--tw-border-opacity));
}

.border-light_grey {
    --tw-border-opacity: 1;
    border-color: rgba(183, 183, 183, var(--tw-border-opacity));
}

.border-medium_grey {
    --tw-border-opacity: 1;
    border-color: rgba(87, 81, 86, var(--tw-border-opacity));
}

.border-lightten_grey {
    --tw-border-opacity: 1;
    border-color: rgba(198, 198, 198, var(--tw-border-opacity));
}

.border-grey_300 {
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
}

.border-grey_400 {
    --tw-border-opacity: 1;
    border-color: rgba(183, 183, 183, var(--tw-border-opacity));
}

.border-medium_blue {
    --tw-border-opacity: 1;
    border-color: rgba(69, 205, 252, var(--tw-border-opacity));
}

.border-dark_blue {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 172, var(--tw-border-opacity));
}

.border-text_blue {
    --tw-border-opacity: 1;
    border-color: rgba(63, 178, 207, var(--tw-border-opacity));
}

.border-footer_bg {
    --tw-border-opacity: 1;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity));
}

.border-brown {
    --tw-border-opacity: 1;
    border-color: rgba(128, 83, 0, var(--tw-border-opacity));
}

.border-dark_brown {
    --tw-border-opacity: 1;
    border-color: rgba(135, 68, 51, var(--tw-border-opacity));
}

.border-Light_purple {
    --tw-border-opacity: 1;
    border-color: rgba(101, 71, 155, var(--tw-border-opacity));
}

.border-dark_green {
    --tw-border-opacity: 1;
    border-color: rgba(71, 155, 81, var(--tw-border-opacity));
}

.border-medium_green {
    --tw-border-opacity: 1;
    border-color: rgba(58, 172, 43, var(--tw-border-opacity));
}

.border-light_green {
    --tw-border-opacity: 1;
    border-color: rgba(154, 203, 62, var(--tw-border-opacity));
}

.border-green_900 {
    --tw-border-opacity: 1;
    border-color: rgba(57, 102, 118, var(--tw-border-opacity));
}

.border-dark_border {
    --tw-border-opacity: 1;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-transparent {
    border-color: transparent;
}

.group:hover .group-hover\:border-current {
    border-color: currentColor;
}

.group:hover .group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow {
    --tw-border-opacity: 1;
    border-color: rgba(237, 145, 67, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green {
    --tw-border-opacity: 1;
    border-color: rgba(123, 188, 0, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue {
    --tw-border-opacity: 1;
    border-color: rgba(91, 164, 220, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-50 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple {
    --tw-border-opacity: 1;
    border-color: rgba(104, 71, 195, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink {
    --tw-border-opacity: 1;
    border-color: rgba(133, 7, 55, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgba(110, 110, 110, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-body_bg {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-body_text {
    --tw-border-opacity: 1;
    border-color: rgba(74, 67, 73, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-title {
    --tw-border-opacity: 1;
    border-color: rgba(63, 178, 207, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-grey {
    --tw-border-opacity: 1;
    border-color: rgba(82, 74, 81, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-dark_grey {
    --tw-border-opacity: 1;
    border-color: rgba(74, 67, 73, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-light_grey {
    --tw-border-opacity: 1;
    border-color: rgba(183, 183, 183, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-medium_grey {
    --tw-border-opacity: 1;
    border-color: rgba(87, 81, 86, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-lightten_grey {
    --tw-border-opacity: 1;
    border-color: rgba(198, 198, 198, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-grey_300 {
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-grey_400 {
    --tw-border-opacity: 1;
    border-color: rgba(183, 183, 183, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-medium_blue {
    --tw-border-opacity: 1;
    border-color: rgba(69, 205, 252, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-dark_blue {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 172, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-text_blue {
    --tw-border-opacity: 1;
    border-color: rgba(63, 178, 207, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-footer_bg {
    --tw-border-opacity: 1;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-brown {
    --tw-border-opacity: 1;
    border-color: rgba(128, 83, 0, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-dark_brown {
    --tw-border-opacity: 1;
    border-color: rgba(135, 68, 51, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-Light_purple {
    --tw-border-opacity: 1;
    border-color: rgba(101, 71, 155, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-dark_green {
    --tw-border-opacity: 1;
    border-color: rgba(71, 155, 81, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-medium_green {
    --tw-border-opacity: 1;
    border-color: rgba(58, 172, 43, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-light_green {
    --tw-border-opacity: 1;
    border-color: rgba(154, 203, 62, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green_900 {
    --tw-border-opacity: 1;
    border-color: rgba(57, 102, 118, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-dark_border {
    --tw-border-opacity: 1;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity));
}

.focus-within\:border-transparent:focus-within {
    border-color: transparent;
}

.focus-within\:border-current:focus-within {
    border-color: currentColor;
}

.focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.focus-within\:border-yellow:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 145, 67, var(--tw-border-opacity));
}

.focus-within\:border-green:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(123, 188, 0, var(--tw-border-opacity));
}

.focus-within\:border-blue:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 164, 220, var(--tw-border-opacity));
}

.focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.focus-within\:border-purple:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(104, 71, 195, var(--tw-border-opacity));
}

.focus-within\:border-pink:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(133, 7, 55, var(--tw-border-opacity));
}

.focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(110, 110, 110, var(--tw-border-opacity));
}

.focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
}

.focus-within\:border-body_bg:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus-within\:border-body_text:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(74, 67, 73, var(--tw-border-opacity));
}

.focus-within\:border-title:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 178, 207, var(--tw-border-opacity));
}

.focus-within\:border-grey:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 74, 81, var(--tw-border-opacity));
}

.focus-within\:border-dark_grey:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(74, 67, 73, var(--tw-border-opacity));
}

.focus-within\:border-light_grey:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(183, 183, 183, var(--tw-border-opacity));
}

.focus-within\:border-medium_grey:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(87, 81, 86, var(--tw-border-opacity));
}

.focus-within\:border-lightten_grey:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(198, 198, 198, var(--tw-border-opacity));
}

.focus-within\:border-grey_300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
}

.focus-within\:border-grey_400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(183, 183, 183, var(--tw-border-opacity));
}

.focus-within\:border-medium_blue:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(69, 205, 252, var(--tw-border-opacity));
}

.focus-within\:border-dark_blue:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 172, var(--tw-border-opacity));
}

.focus-within\:border-text_blue:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 178, 207, var(--tw-border-opacity));
}

.focus-within\:border-footer_bg:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity));
}

.focus-within\:border-brown:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(128, 83, 0, var(--tw-border-opacity));
}

.focus-within\:border-dark_brown:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(135, 68, 51, var(--tw-border-opacity));
}

.focus-within\:border-Light_purple:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(101, 71, 155, var(--tw-border-opacity));
}

.focus-within\:border-dark_green:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(71, 155, 81, var(--tw-border-opacity));
}

.focus-within\:border-medium_green:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(58, 172, 43, var(--tw-border-opacity));
}

.focus-within\:border-light_green:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(154, 203, 62, var(--tw-border-opacity));
}

.focus-within\:border-green_900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(57, 102, 118, var(--tw-border-opacity));
}

.focus-within\:border-dark_border:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity));
}

.hover\:border-transparent:hover {
    border-color: transparent;
}

.hover\:border-current:hover {
    border-color: currentColor;
}

.hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.hover\:border-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.hover\:border-red-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.hover\:border-yellow:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 145, 67, var(--tw-border-opacity));
}

.hover\:border-green:hover {
    --tw-border-opacity: 1;
    border-color: rgba(123, 188, 0, var(--tw-border-opacity));
}

.hover\:border-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 164, 220, var(--tw-border-opacity));
}

.hover\:border-indigo-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.hover\:border-purple:hover {
    --tw-border-opacity: 1;
    border-color: rgba(104, 71, 195, var(--tw-border-opacity));
}

.hover\:border-pink:hover {
    --tw-border-opacity: 1;
    border-color: rgba(133, 7, 55, var(--tw-border-opacity));
}

.hover\:border-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 110, 110, var(--tw-border-opacity));
}

.hover\:border-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
}

.hover\:border-body_bg:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.hover\:border-body_text:hover {
    --tw-border-opacity: 1;
    border-color: rgba(74, 67, 73, var(--tw-border-opacity));
}

.hover\:border-title:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 178, 207, var(--tw-border-opacity));
}

.hover\:border-grey:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 74, 81, var(--tw-border-opacity));
}

.hover\:border-dark_grey:hover {
    --tw-border-opacity: 1;
    border-color: rgba(74, 67, 73, var(--tw-border-opacity));
}

.hover\:border-light_grey:hover {
    --tw-border-opacity: 1;
    border-color: rgba(183, 183, 183, var(--tw-border-opacity));
}

.hover\:border-medium_grey:hover {
    --tw-border-opacity: 1;
    border-color: rgba(87, 81, 86, var(--tw-border-opacity));
}

.hover\:border-lightten_grey:hover {
    --tw-border-opacity: 1;
    border-color: rgba(198, 198, 198, var(--tw-border-opacity));
}

.hover\:border-grey_300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
}

.hover\:border-grey_400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(183, 183, 183, var(--tw-border-opacity));
}

.hover\:border-medium_blue:hover {
    --tw-border-opacity: 1;
    border-color: rgba(69, 205, 252, var(--tw-border-opacity));
}

.hover\:border-dark_blue:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 172, var(--tw-border-opacity));
}

.hover\:border-text_blue:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 178, 207, var(--tw-border-opacity));
}

.hover\:border-footer_bg:hover {
    --tw-border-opacity: 1;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity));
}

.hover\:border-brown:hover {
    --tw-border-opacity: 1;
    border-color: rgba(128, 83, 0, var(--tw-border-opacity));
}

.hover\:border-dark_brown:hover {
    --tw-border-opacity: 1;
    border-color: rgba(135, 68, 51, var(--tw-border-opacity));
}

.hover\:border-Light_purple:hover {
    --tw-border-opacity: 1;
    border-color: rgba(101, 71, 155, var(--tw-border-opacity));
}

.hover\:border-dark_green:hover {
    --tw-border-opacity: 1;
    border-color: rgba(71, 155, 81, var(--tw-border-opacity));
}

.hover\:border-medium_green:hover {
    --tw-border-opacity: 1;
    border-color: rgba(58, 172, 43, var(--tw-border-opacity));
}

.hover\:border-light_green:hover {
    --tw-border-opacity: 1;
    border-color: rgba(154, 203, 62, var(--tw-border-opacity));
}

.hover\:border-green_900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(57, 102, 118, var(--tw-border-opacity));
}

.hover\:border-dark_border:hover {
    --tw-border-opacity: 1;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity));
}

.focus\:border-transparent:focus {
    border-color: transparent;
}

.focus\:border-current:focus {
    border-color: currentColor;
}

.focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus\:border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 251, var(--tw-border-opacity));
}

.focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

.focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

.focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.focus\:border-red-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.focus\:border-yellow:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 145, 67, var(--tw-border-opacity));
}

.focus\:border-green:focus {
    --tw-border-opacity: 1;
    border-color: rgba(123, 188, 0, var(--tw-border-opacity));
}

.focus\:border-blue:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 164, 220, var(--tw-border-opacity));
}

.focus\:border-indigo-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity));
}

.focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

.focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

.focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

.focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity));
}

.focus\:border-purple:focus {
    --tw-border-opacity: 1;
    border-color: rgba(104, 71, 195, var(--tw-border-opacity));
}

.focus\:border-pink:focus {
    --tw-border-opacity: 1;
    border-color: rgba(133, 7, 55, var(--tw-border-opacity));
}

.focus\:border-primary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(110, 110, 110, var(--tw-border-opacity));
}

.focus\:border-secondary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 237, 237, var(--tw-border-opacity));
}

.focus\:border-body_bg:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus\:border-body_text:focus {
    --tw-border-opacity: 1;
    border-color: rgba(74, 67, 73, var(--tw-border-opacity));
}

.focus\:border-title:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 178, 207, var(--tw-border-opacity));
}

.focus\:border-grey:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 74, 81, var(--tw-border-opacity));
}

.focus\:border-dark_grey:focus {
    --tw-border-opacity: 1;
    border-color: rgba(74, 67, 73, var(--tw-border-opacity));
}

.focus\:border-light_grey:focus {
    --tw-border-opacity: 1;
    border-color: rgba(183, 183, 183, var(--tw-border-opacity));
}

.focus\:border-medium_grey:focus {
    --tw-border-opacity: 1;
    border-color: rgba(87, 81, 86, var(--tw-border-opacity));
}

.focus\:border-lightten_grey:focus {
    --tw-border-opacity: 1;
    border-color: rgba(198, 198, 198, var(--tw-border-opacity));
}

.focus\:border-grey_300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity));
}

.focus\:border-grey_400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(183, 183, 183, var(--tw-border-opacity));
}

.focus\:border-medium_blue:focus {
    --tw-border-opacity: 1;
    border-color: rgba(69, 205, 252, var(--tw-border-opacity));
}

.focus\:border-dark_blue:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 128, 172, var(--tw-border-opacity));
}

.focus\:border-text_blue:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 178, 207, var(--tw-border-opacity));
}

.focus\:border-footer_bg:focus {
    --tw-border-opacity: 1;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity));
}

.focus\:border-brown:focus {
    --tw-border-opacity: 1;
    border-color: rgba(128, 83, 0, var(--tw-border-opacity));
}

.focus\:border-dark_brown:focus {
    --tw-border-opacity: 1;
    border-color: rgba(135, 68, 51, var(--tw-border-opacity));
}

.focus\:border-Light_purple:focus {
    --tw-border-opacity: 1;
    border-color: rgba(101, 71, 155, var(--tw-border-opacity));
}

.focus\:border-dark_green:focus {
    --tw-border-opacity: 1;
    border-color: rgba(71, 155, 81, var(--tw-border-opacity));
}

.focus\:border-medium_green:focus {
    --tw-border-opacity: 1;
    border-color: rgba(58, 172, 43, var(--tw-border-opacity));
}

.focus\:border-light_green:focus {
    --tw-border-opacity: 1;
    border-color: rgba(154, 203, 62, var(--tw-border-opacity));
}

.focus\:border-green_900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(57, 102, 118, var(--tw-border-opacity));
}

.focus\:border-dark_border:focus {
    --tw-border-opacity: 1;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity));
}

.border-opacity-0 {
    --tw-border-opacity: 0;
}

.border-opacity-5 {
    --tw-border-opacity: 0.05;
}

.border-opacity-10 {
    --tw-border-opacity: 0.1;
}

.border-opacity-20 {
    --tw-border-opacity: 0.2;
}

.border-opacity-25 {
    --tw-border-opacity: 0.25;
}

.border-opacity-30 {
    --tw-border-opacity: 0.3;
}

.border-opacity-40 {
    --tw-border-opacity: 0.4;
}

.border-opacity-50 {
    --tw-border-opacity: 0.5;
}

.border-opacity-60 {
    --tw-border-opacity: 0.6;
}

.border-opacity-70 {
    --tw-border-opacity: 0.7;
}

.border-opacity-75 {
    --tw-border-opacity: 0.75;
}

.border-opacity-80 {
    --tw-border-opacity: 0.8;
}

.border-opacity-90 {
    --tw-border-opacity: 0.9;
}

.border-opacity-95 {
    --tw-border-opacity: 0.95;
}

.border-opacity-100 {
    --tw-border-opacity: 1;
}

.group:hover .group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
}

.group:hover .group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
}

.group:hover .group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
}

.group:hover .group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
}

.group:hover .group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
}

.group:hover .group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
}

.group:hover .group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
}

.group:hover .group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
}

.group:hover .group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
}

.group:hover .group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
}

.group:hover .group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
}

.group:hover .group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
}

.group:hover .group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
}

.group:hover .group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
}

.group:hover .group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
}

.focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
}

.focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
}

.focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
}

.focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
}

.focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
}

.focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
}

.focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
}

.focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
}

.focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
}

.focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
}

.focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
}

.focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
}

.focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
}

.focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
}

.focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
}

.hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
}

.hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
}

.hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
}

.hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
}

.hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
}

.hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
}

.hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
}

.hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
}

.hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
}

.hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
}

.hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
}

.hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
}

.hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
}

.hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
}

.hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
}

.focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
}

.focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
}

.focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
}

.focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
}

.focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
}

.focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
}

.focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
}

.focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
}

.focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
}

.focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
}

.focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
}

.focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
}

.focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
}

.focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
}

.focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
}

.bg-transparent {
    background-color: transparent;
}

.bg-current {
    background-color: currentColor;
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.bg-yellow {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
}

.bg-green {
    --tw-bg-opacity: 1;
    background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
}

.bg-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
}

.bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.bg-purple {
    --tw-bg-opacity: 1;
    background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
}

.bg-pink {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
}

.bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
}

.bg-body_bg {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-body_text {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
}

.bg-title {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
}

.bg-grey {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
}

.bg-dark_grey {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
}

.bg-light_grey {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
}

.bg-medium_grey {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
}

.bg-lightten_grey {
    --tw-bg-opacity: 1;
    background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
}

.bg-grey_300 {
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
}

.bg-grey_400 {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
}

.bg-medium_blue {
    --tw-bg-opacity: 1;
    background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
}

.bg-dark_blue {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
}

.bg-text_blue {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
}

.bg-footer_bg {
    --tw-bg-opacity: 1;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
}

.bg-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
}

.bg-dark_brown {
    --tw-bg-opacity: 1;
    background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
}

.bg-Light_purple {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
}

.bg-dark_green {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
}

.bg-medium_green {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
}

.bg-light_green {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
}

.bg-green_900 {
    --tw-bg-opacity: 1;
    background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
}

.bg-dark_border {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-transparent {
    background-color: transparent;
}

.group:hover .group-hover\:bg-current {
    background-color: currentColor;
}

.group:hover .group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green {
    --tw-bg-opacity: 1;
    background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple {
    --tw-bg-opacity: 1;
    background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-body_bg {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-body_text {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-title {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-grey {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-dark_grey {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-light_grey {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-medium_grey {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-lightten_grey {
    --tw-bg-opacity: 1;
    background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-grey_300 {
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-grey_400 {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-medium_blue {
    --tw-bg-opacity: 1;
    background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-dark_blue {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-text_blue {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-footer_bg {
    --tw-bg-opacity: 1;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-brown {
    --tw-bg-opacity: 1;
    background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-dark_brown {
    --tw-bg-opacity: 1;
    background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-Light_purple {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-dark_green {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-medium_green {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-light_green {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green_900 {
    --tw-bg-opacity: 1;
    background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-dark_border {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
}

.focus-within\:bg-transparent:focus-within {
    background-color: transparent;
}

.focus-within\:bg-current:focus-within {
    background-color: currentColor;
}

.focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.focus-within\:bg-yellow:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
}

.focus-within\:bg-green:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
}

.focus-within\:bg-blue:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.focus-within\:bg-purple:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
}

.focus-within\:bg-pink:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
}

.focus-within\:bg-primary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
}

.focus-within\:bg-secondary:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
}

.focus-within\:bg-body_bg:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-body_text:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
}

.focus-within\:bg-title:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
}

.focus-within\:bg-grey:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
}

.focus-within\:bg-dark_grey:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
}

.focus-within\:bg-light_grey:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
}

.focus-within\:bg-medium_grey:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
}

.focus-within\:bg-lightten_grey:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
}

.focus-within\:bg-grey_300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
}

.focus-within\:bg-grey_400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
}

.focus-within\:bg-medium_blue:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
}

.focus-within\:bg-dark_blue:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
}

.focus-within\:bg-text_blue:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
}

.focus-within\:bg-footer_bg:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
}

.focus-within\:bg-brown:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
}

.focus-within\:bg-dark_brown:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
}

.focus-within\:bg-Light_purple:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
}

.focus-within\:bg-dark_green:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
}

.focus-within\:bg-medium_green:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
}

.focus-within\:bg-light_green:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
}

.focus-within\:bg-green_900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
}

.focus-within\:bg-dark_border:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
}

.hover\:bg-transparent:hover {
    background-color: transparent;
}

.hover\:bg-current:hover {
    background-color: currentColor;
}

.hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.hover\:bg-yellow:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
}

.hover\:bg-green:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
}

.hover\:bg-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
}

.hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.hover\:bg-purple:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
}

.hover\:bg-pink:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
}

.hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
}

.hover\:bg-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
}

.hover\:bg-body_bg:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hover\:bg-body_text:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
}

.hover\:bg-title:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
}

.hover\:bg-grey:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
}

.hover\:bg-dark_grey:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
}

.hover\:bg-light_grey:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
}

.hover\:bg-medium_grey:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
}

.hover\:bg-lightten_grey:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
}

.hover\:bg-grey_300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
}

.hover\:bg-grey_400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
}

.hover\:bg-medium_blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
}

.hover\:bg-dark_blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
}

.hover\:bg-text_blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
}

.hover\:bg-footer_bg:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
}

.hover\:bg-brown:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
}

.hover\:bg-dark_brown:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
}

.hover\:bg-Light_purple:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
}

.hover\:bg-dark_green:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
}

.hover\:bg-medium_green:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
}

.hover\:bg-light_green:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
}

.hover\:bg-green_900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
}

.hover\:bg-dark_border:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
}

.focus\:bg-transparent:focus {
    background-color: transparent;
}

.focus\:bg-current:focus {
    background-color: currentColor;
}

.focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.focus\:bg-red-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.focus\:bg-yellow:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
}

.focus\:bg-green:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
}

.focus\:bg-blue:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
}

.focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.focus\:bg-purple:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
}

.focus\:bg-pink:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
}

.focus\:bg-primary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
}

.focus\:bg-secondary:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
}

.focus\:bg-body_bg:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus\:bg-body_text:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
}

.focus\:bg-title:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
}

.focus\:bg-grey:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
}

.focus\:bg-dark_grey:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
}

.focus\:bg-light_grey:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
}

.focus\:bg-medium_grey:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
}

.focus\:bg-lightten_grey:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
}

.focus\:bg-grey_300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
}

.focus\:bg-grey_400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
}

.focus\:bg-medium_blue:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
}

.focus\:bg-dark_blue:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
}

.focus\:bg-text_blue:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
}

.focus\:bg-footer_bg:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
}

.focus\:bg-brown:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
}

.focus\:bg-dark_brown:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
}

.focus\:bg-Light_purple:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
}

.focus\:bg-dark_green:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
}

.focus\:bg-medium_green:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
}

.focus\:bg-light_green:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
}

.focus\:bg-green_900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
}

.focus\:bg-dark_border:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
}

.bg-opacity-0 {
    --tw-bg-opacity: 0;
}

.bg-opacity-5 {
    --tw-bg-opacity: 0.05;
}

.bg-opacity-10 {
    --tw-bg-opacity: 0.1;
}

.bg-opacity-20 {
    --tw-bg-opacity: 0.2;
}

.bg-opacity-25 {
    --tw-bg-opacity: 0.25;
}

.bg-opacity-30 {
    --tw-bg-opacity: 0.3;
}

.bg-opacity-40 {
    --tw-bg-opacity: 0.4;
}

.bg-opacity-50 {
    --tw-bg-opacity: 0.5;
}

.bg-opacity-60 {
    --tw-bg-opacity: 0.6;
}

.bg-opacity-70 {
    --tw-bg-opacity: 0.7;
}

.bg-opacity-75 {
    --tw-bg-opacity: 0.75;
}

.bg-opacity-80 {
    --tw-bg-opacity: 0.8;
}

.bg-opacity-90 {
    --tw-bg-opacity: 0.9;
}

.bg-opacity-95 {
    --tw-bg-opacity: 0.95;
}

.bg-opacity-100 {
    --tw-bg-opacity: 1;
}

.group:hover .group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
}

.group:hover .group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
}

.group:hover .group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
}

.group:hover .group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
}

.group:hover .group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
}

.group:hover .group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
}

.group:hover .group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
}

.group:hover .group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
}

.group:hover .group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
}

.group:hover .group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
}

.group:hover .group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
}

.group:hover .group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
}

.group:hover .group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
}

.group:hover .group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
}

.group:hover .group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
}

.focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
}

.focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
}

.focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
}

.focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
}

.focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
}

.focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
}

.focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
}

.focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
}

.focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
}

.focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
}

.focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
}

.focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
}

.focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
}

.focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
}

.focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
}

.hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
}

.hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
}

.hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
}

.hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
}

.hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
}

.hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
}

.hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
}

.hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
}

.hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
}

.hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
}

.hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
}

.hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
}

.hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
}

.hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
}

.hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
}

.focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
}

.focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
}

.focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
}

.focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
}

.focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
}

.focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
}

.focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
}

.focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
}

.focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
}

.focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
}

.focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
}

.focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
}

.focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
}

.focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
}

.focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
}

.bg-none {
    background-image: none;
}

.bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

.from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.from-gray-200 {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.from-gray-300 {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.from-gray-400 {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.from-gray-500 {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.from-gray-600 {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.from-gray-700 {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.from-gray-800 {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.from-gray-900 {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.from-yellow {
    --tw-gradient-from: #ed9143;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 145, 67, 0));
}

.from-green {
    --tw-gradient-from: #7bbc00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 188, 0, 0));
}

.from-blue {
    --tw-gradient-from: #5ba4dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 164, 220, 0));
}

.from-indigo-50 {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.from-indigo-100 {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.from-indigo-200 {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.from-indigo-300 {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.from-indigo-400 {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.from-indigo-500 {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.from-indigo-700 {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.from-indigo-800 {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.from-indigo-900 {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.from-purple {
    --tw-gradient-from: #6847c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 71, 195, 0));
}

.from-pink {
    --tw-gradient-from: #850737;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 7, 55, 0));
}

.from-primary {
    --tw-gradient-from: #6E6E6E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 110, 110, 0));
}

.from-secondary {
    --tw-gradient-from: #ededed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
}

.from-body_bg {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-body_text {
    --tw-gradient-from: #4a4349;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
}

.from-title {
    --tw-gradient-from: #3fb2cf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
}

.from-grey {
    --tw-gradient-from: #524A51;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 74, 81, 0));
}

.from-dark_grey {
    --tw-gradient-from: #4a4349;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
}

.from-light_grey {
    --tw-gradient-from: #B7B7B7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
}

.from-medium_grey {
    --tw-gradient-from: #575156;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 81, 86, 0));
}

.from-lightten_grey {
    --tw-gradient-from: #C6C6C6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 198, 198, 0));
}

.from-grey_300 {
    --tw-gradient-from: #d3d3d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
}

.from-grey_400 {
    --tw-gradient-from: #b7b7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
}

.from-medium_blue {
    --tw-gradient-from: #45cdfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 205, 252, 0));
}

.from-dark_blue {
    --tw-gradient-from: #0080ac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 172, 0));
}

.from-text_blue {
    --tw-gradient-from: #3FB2CF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
}

.from-footer_bg {
    --tw-gradient-from: #464646;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
}

.from-brown {
    --tw-gradient-from: #805300;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 83, 0, 0));
}

.from-dark_brown {
    --tw-gradient-from: #874433;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 68, 51, 0));
}

.from-Light_purple {
    --tw-gradient-from: #65479b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 71, 155, 0));
}

.from-dark_green {
    --tw-gradient-from: #479b51;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 155, 81, 0));
}

.from-medium_green {
    --tw-gradient-from: #3aac2b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 172, 43, 0));
}

.from-light_green {
    --tw-gradient-from: #9acb3e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 203, 62, 0));
}

.from-green_900 {
    --tw-gradient-from: #396676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 102, 118, 0));
}

.from-dark_border {
    --tw-gradient-from: #707070;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0));
}

.hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-gray-50:hover {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.hover\:from-gray-100:hover {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.hover\:from-gray-200:hover {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.hover\:from-gray-300:hover {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.hover\:from-gray-400:hover {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.hover\:from-gray-500:hover {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.hover\:from-gray-600:hover {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.hover\:from-gray-700:hover {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.hover\:from-gray-800:hover {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.hover\:from-gray-900:hover {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.hover\:from-red-400:hover {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.hover\:from-yellow:hover {
    --tw-gradient-from: #ed9143;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 145, 67, 0));
}

.hover\:from-green:hover {
    --tw-gradient-from: #7bbc00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 188, 0, 0));
}

.hover\:from-blue:hover {
    --tw-gradient-from: #5ba4dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 164, 220, 0));
}

.hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.hover\:from-purple:hover {
    --tw-gradient-from: #6847c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 71, 195, 0));
}

.hover\:from-pink:hover {
    --tw-gradient-from: #850737;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 7, 55, 0));
}

.hover\:from-primary:hover {
    --tw-gradient-from: #6E6E6E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 110, 110, 0));
}

.hover\:from-secondary:hover {
    --tw-gradient-from: #ededed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
}

.hover\:from-body_bg:hover {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-body_text:hover {
    --tw-gradient-from: #4a4349;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
}

.hover\:from-title:hover {
    --tw-gradient-from: #3fb2cf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
}

.hover\:from-grey:hover {
    --tw-gradient-from: #524A51;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 74, 81, 0));
}

.hover\:from-dark_grey:hover {
    --tw-gradient-from: #4a4349;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
}

.hover\:from-light_grey:hover {
    --tw-gradient-from: #B7B7B7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
}

.hover\:from-medium_grey:hover {
    --tw-gradient-from: #575156;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 81, 86, 0));
}

.hover\:from-lightten_grey:hover {
    --tw-gradient-from: #C6C6C6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 198, 198, 0));
}

.hover\:from-grey_300:hover {
    --tw-gradient-from: #d3d3d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
}

.hover\:from-grey_400:hover {
    --tw-gradient-from: #b7b7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
}

.hover\:from-medium_blue:hover {
    --tw-gradient-from: #45cdfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 205, 252, 0));
}

.hover\:from-dark_blue:hover {
    --tw-gradient-from: #0080ac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 172, 0));
}

.hover\:from-text_blue:hover {
    --tw-gradient-from: #3FB2CF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
}

.hover\:from-footer_bg:hover {
    --tw-gradient-from: #464646;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
}

.hover\:from-brown:hover {
    --tw-gradient-from: #805300;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 83, 0, 0));
}

.hover\:from-dark_brown:hover {
    --tw-gradient-from: #874433;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 68, 51, 0));
}

.hover\:from-Light_purple:hover {
    --tw-gradient-from: #65479b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 71, 155, 0));
}

.hover\:from-dark_green:hover {
    --tw-gradient-from: #479b51;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 155, 81, 0));
}

.hover\:from-medium_green:hover {
    --tw-gradient-from: #3aac2b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 172, 43, 0));
}

.hover\:from-light_green:hover {
    --tw-gradient-from: #9acb3e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 203, 62, 0));
}

.hover\:from-green_900:hover {
    --tw-gradient-from: #396676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 102, 118, 0));
}

.hover\:from-dark_border:hover {
    --tw-gradient-from: #707070;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0));
}

.focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-gray-50:focus {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.focus\:from-gray-100:focus {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.focus\:from-gray-200:focus {
    --tw-gradient-from: #e5e7eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.focus\:from-gray-300:focus {
    --tw-gradient-from: #d1d5db;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.focus\:from-gray-400:focus {
    --tw-gradient-from: #9ca3af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.focus\:from-gray-500:focus {
    --tw-gradient-from: #6b7280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.focus\:from-gray-600:focus {
    --tw-gradient-from: #4b5563;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.focus\:from-gray-700:focus {
    --tw-gradient-from: #374151;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.focus\:from-gray-800:focus {
    --tw-gradient-from: #1f2937;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.focus\:from-gray-900:focus {
    --tw-gradient-from: #111827;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.focus\:from-red-400:focus {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.focus\:from-yellow:focus {
    --tw-gradient-from: #ed9143;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 145, 67, 0));
}

.focus\:from-green:focus {
    --tw-gradient-from: #7bbc00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 188, 0, 0));
}

.focus\:from-blue:focus {
    --tw-gradient-from: #5ba4dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 164, 220, 0));
}

.focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.focus\:from-purple:focus {
    --tw-gradient-from: #6847c3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 71, 195, 0));
}

.focus\:from-pink:focus {
    --tw-gradient-from: #850737;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 7, 55, 0));
}

.focus\:from-primary:focus {
    --tw-gradient-from: #6E6E6E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 110, 110, 0));
}

.focus\:from-secondary:focus {
    --tw-gradient-from: #ededed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
}

.focus\:from-body_bg:focus {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-body_text:focus {
    --tw-gradient-from: #4a4349;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
}

.focus\:from-title:focus {
    --tw-gradient-from: #3fb2cf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
}

.focus\:from-grey:focus {
    --tw-gradient-from: #524A51;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 74, 81, 0));
}

.focus\:from-dark_grey:focus {
    --tw-gradient-from: #4a4349;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
}

.focus\:from-light_grey:focus {
    --tw-gradient-from: #B7B7B7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
}

.focus\:from-medium_grey:focus {
    --tw-gradient-from: #575156;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 81, 86, 0));
}

.focus\:from-lightten_grey:focus {
    --tw-gradient-from: #C6C6C6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 198, 198, 0));
}

.focus\:from-grey_300:focus {
    --tw-gradient-from: #d3d3d3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
}

.focus\:from-grey_400:focus {
    --tw-gradient-from: #b7b7b7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
}

.focus\:from-medium_blue:focus {
    --tw-gradient-from: #45cdfc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 205, 252, 0));
}

.focus\:from-dark_blue:focus {
    --tw-gradient-from: #0080ac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 172, 0));
}

.focus\:from-text_blue:focus {
    --tw-gradient-from: #3FB2CF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
}

.focus\:from-footer_bg:focus {
    --tw-gradient-from: #464646;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
}

.focus\:from-brown:focus {
    --tw-gradient-from: #805300;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 83, 0, 0));
}

.focus\:from-dark_brown:focus {
    --tw-gradient-from: #874433;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 68, 51, 0));
}

.focus\:from-Light_purple:focus {
    --tw-gradient-from: #65479b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 71, 155, 0));
}

.focus\:from-dark_green:focus {
    --tw-gradient-from: #479b51;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 155, 81, 0));
}

.focus\:from-medium_green:focus {
    --tw-gradient-from: #3aac2b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 172, 43, 0));
}

.focus\:from-light_green:focus {
    --tw-gradient-from: #9acb3e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 203, 62, 0));
}

.focus\:from-green_900:focus {
    --tw-gradient-from: #396676;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 102, 118, 0));
}

.focus\:from-dark_border:focus {
    --tw-gradient-from: #707070;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0));
}

.via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.via-yellow {
    --tw-gradient-stops: var(--tw-gradient-from), #ed9143, var(--tw-gradient-to, rgba(237, 145, 67, 0));
}

.via-green {
    --tw-gradient-stops: var(--tw-gradient-from), #7bbc00, var(--tw-gradient-to, rgba(123, 188, 0, 0));
}

.via-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #5ba4dc, var(--tw-gradient-to, rgba(91, 164, 220, 0));
}

.via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.via-purple {
    --tw-gradient-stops: var(--tw-gradient-from), #6847c3, var(--tw-gradient-to, rgba(104, 71, 195, 0));
}

.via-pink {
    --tw-gradient-stops: var(--tw-gradient-from), #850737, var(--tw-gradient-to, rgba(133, 7, 55, 0));
}

.via-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #6E6E6E, var(--tw-gradient-to, rgba(110, 110, 110, 0));
}

.via-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
}

.via-body_bg {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-body_text {
    --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
}

.via-title {
    --tw-gradient-stops: var(--tw-gradient-from), #3fb2cf, var(--tw-gradient-to, rgba(63, 178, 207, 0));
}

.via-grey {
    --tw-gradient-stops: var(--tw-gradient-from), #524A51, var(--tw-gradient-to, rgba(82, 74, 81, 0));
}

.via-dark_grey {
    --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
}

.via-light_grey {
    --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
}

.via-medium_grey {
    --tw-gradient-stops: var(--tw-gradient-from), #575156, var(--tw-gradient-to, rgba(87, 81, 86, 0));
}

.via-lightten_grey {
    --tw-gradient-stops: var(--tw-gradient-from), #C6C6C6, var(--tw-gradient-to, rgba(198, 198, 198, 0));
}

.via-grey_300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
}

.via-grey_400 {
    --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
}

.via-medium_blue {
    --tw-gradient-stops: var(--tw-gradient-from), #45cdfc, var(--tw-gradient-to, rgba(69, 205, 252, 0));
}

.via-dark_blue {
    --tw-gradient-stops: var(--tw-gradient-from), #0080ac, var(--tw-gradient-to, rgba(0, 128, 172, 0));
}

.via-text_blue {
    --tw-gradient-stops: var(--tw-gradient-from), #3FB2CF, var(--tw-gradient-to, rgba(63, 178, 207, 0));
}

.via-footer_bg {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
}

.via-brown {
    --tw-gradient-stops: var(--tw-gradient-from), #805300, var(--tw-gradient-to, rgba(128, 83, 0, 0));
}

.via-dark_brown {
    --tw-gradient-stops: var(--tw-gradient-from), #874433, var(--tw-gradient-to, rgba(135, 68, 51, 0));
}

.via-Light_purple {
    --tw-gradient-stops: var(--tw-gradient-from), #65479b, var(--tw-gradient-to, rgba(101, 71, 155, 0));
}

.via-dark_green {
    --tw-gradient-stops: var(--tw-gradient-from), #479b51, var(--tw-gradient-to, rgba(71, 155, 81, 0));
}

.via-medium_green {
    --tw-gradient-stops: var(--tw-gradient-from), #3aac2b, var(--tw-gradient-to, rgba(58, 172, 43, 0));
}

.via-light_green {
    --tw-gradient-stops: var(--tw-gradient-from), #9acb3e, var(--tw-gradient-to, rgba(154, 203, 62, 0));
}

.via-green_900 {
    --tw-gradient-stops: var(--tw-gradient-from), #396676, var(--tw-gradient-to, rgba(57, 102, 118, 0));
}

.via-dark_border {
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0));
}

.hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.hover\:via-yellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ed9143, var(--tw-gradient-to, rgba(237, 145, 67, 0));
}

.hover\:via-green:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7bbc00, var(--tw-gradient-to, rgba(123, 188, 0, 0));
}

.hover\:via-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5ba4dc, var(--tw-gradient-to, rgba(91, 164, 220, 0));
}

.hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.hover\:via-purple:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6847c3, var(--tw-gradient-to, rgba(104, 71, 195, 0));
}

.hover\:via-pink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #850737, var(--tw-gradient-to, rgba(133, 7, 55, 0));
}

.hover\:via-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6E6E6E, var(--tw-gradient-to, rgba(110, 110, 110, 0));
}

.hover\:via-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
}

.hover\:via-body_bg:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-body_text:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
}

.hover\:via-title:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3fb2cf, var(--tw-gradient-to, rgba(63, 178, 207, 0));
}

.hover\:via-grey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #524A51, var(--tw-gradient-to, rgba(82, 74, 81, 0));
}

.hover\:via-dark_grey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
}

.hover\:via-light_grey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
}

.hover\:via-medium_grey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #575156, var(--tw-gradient-to, rgba(87, 81, 86, 0));
}

.hover\:via-lightten_grey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C6C6C6, var(--tw-gradient-to, rgba(198, 198, 198, 0));
}

.hover\:via-grey_300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
}

.hover\:via-grey_400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
}

.hover\:via-medium_blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #45cdfc, var(--tw-gradient-to, rgba(69, 205, 252, 0));
}

.hover\:via-dark_blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0080ac, var(--tw-gradient-to, rgba(0, 128, 172, 0));
}

.hover\:via-text_blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3FB2CF, var(--tw-gradient-to, rgba(63, 178, 207, 0));
}

.hover\:via-footer_bg:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
}

.hover\:via-brown:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #805300, var(--tw-gradient-to, rgba(128, 83, 0, 0));
}

.hover\:via-dark_brown:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #874433, var(--tw-gradient-to, rgba(135, 68, 51, 0));
}

.hover\:via-Light_purple:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #65479b, var(--tw-gradient-to, rgba(101, 71, 155, 0));
}

.hover\:via-dark_green:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #479b51, var(--tw-gradient-to, rgba(71, 155, 81, 0));
}

.hover\:via-medium_green:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3aac2b, var(--tw-gradient-to, rgba(58, 172, 43, 0));
}

.hover\:via-light_green:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9acb3e, var(--tw-gradient-to, rgba(154, 203, 62, 0));
}

.hover\:via-green_900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #396676, var(--tw-gradient-to, rgba(57, 102, 118, 0));
}

.hover\:via-dark_border:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0));
}

.focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.focus\:via-yellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ed9143, var(--tw-gradient-to, rgba(237, 145, 67, 0));
}

.focus\:via-green:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7bbc00, var(--tw-gradient-to, rgba(123, 188, 0, 0));
}

.focus\:via-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5ba4dc, var(--tw-gradient-to, rgba(91, 164, 220, 0));
}

.focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.focus\:via-purple:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6847c3, var(--tw-gradient-to, rgba(104, 71, 195, 0));
}

.focus\:via-pink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #850737, var(--tw-gradient-to, rgba(133, 7, 55, 0));
}

.focus\:via-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6E6E6E, var(--tw-gradient-to, rgba(110, 110, 110, 0));
}

.focus\:via-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
}

.focus\:via-body_bg:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-body_text:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
}

.focus\:via-title:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3fb2cf, var(--tw-gradient-to, rgba(63, 178, 207, 0));
}

.focus\:via-grey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #524A51, var(--tw-gradient-to, rgba(82, 74, 81, 0));
}

.focus\:via-dark_grey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
}

.focus\:via-light_grey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
}

.focus\:via-medium_grey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #575156, var(--tw-gradient-to, rgba(87, 81, 86, 0));
}

.focus\:via-lightten_grey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C6C6C6, var(--tw-gradient-to, rgba(198, 198, 198, 0));
}

.focus\:via-grey_300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
}

.focus\:via-grey_400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
}

.focus\:via-medium_blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #45cdfc, var(--tw-gradient-to, rgba(69, 205, 252, 0));
}

.focus\:via-dark_blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0080ac, var(--tw-gradient-to, rgba(0, 128, 172, 0));
}

.focus\:via-text_blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3FB2CF, var(--tw-gradient-to, rgba(63, 178, 207, 0));
}

.focus\:via-footer_bg:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
}

.focus\:via-brown:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #805300, var(--tw-gradient-to, rgba(128, 83, 0, 0));
}

.focus\:via-dark_brown:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #874433, var(--tw-gradient-to, rgba(135, 68, 51, 0));
}

.focus\:via-Light_purple:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #65479b, var(--tw-gradient-to, rgba(101, 71, 155, 0));
}

.focus\:via-dark_green:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #479b51, var(--tw-gradient-to, rgba(71, 155, 81, 0));
}

.focus\:via-medium_green:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3aac2b, var(--tw-gradient-to, rgba(58, 172, 43, 0));
}

.focus\:via-light_green:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9acb3e, var(--tw-gradient-to, rgba(154, 203, 62, 0));
}

.focus\:via-green_900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #396676, var(--tw-gradient-to, rgba(57, 102, 118, 0));
}

.focus\:via-dark_border:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0));
}

.to-transparent {
    --tw-gradient-to: transparent;
}

.to-current {
    --tw-gradient-to: currentColor;
}

.to-black {
    --tw-gradient-to: #000;
}

.to-white {
    --tw-gradient-to: #fff;
}

.to-gray-50 {
    --tw-gradient-to: #f9fafb;
}

.to-gray-100 {
    --tw-gradient-to: #f3f4f6;
}

.to-gray-200 {
    --tw-gradient-to: #e5e7eb;
}

.to-gray-300 {
    --tw-gradient-to: #d1d5db;
}

.to-gray-400 {
    --tw-gradient-to: #9ca3af;
}

.to-gray-500 {
    --tw-gradient-to: #6b7280;
}

.to-gray-600 {
    --tw-gradient-to: #4b5563;
}

.to-gray-700 {
    --tw-gradient-to: #374151;
}

.to-gray-800 {
    --tw-gradient-to: #1f2937;
}

.to-gray-900 {
    --tw-gradient-to: #111827;
}

.to-red-50 {
    --tw-gradient-to: #fef2f2;
}

.to-red-100 {
    --tw-gradient-to: #fee2e2;
}

.to-red-200 {
    --tw-gradient-to: #fecaca;
}

.to-red-300 {
    --tw-gradient-to: #fca5a5;
}

.to-red-400 {
    --tw-gradient-to: #f87171;
}

.to-red-500 {
    --tw-gradient-to: #ef4444;
}

.to-red-600 {
    --tw-gradient-to: #dc2626;
}

.to-red-700 {
    --tw-gradient-to: #b91c1c;
}

.to-red-800 {
    --tw-gradient-to: #991b1b;
}

.to-red-900 {
    --tw-gradient-to: #7f1d1d;
}

.to-yellow {
    --tw-gradient-to: #ed9143;
}

.to-green {
    --tw-gradient-to: #7bbc00;
}

.to-blue {
    --tw-gradient-to: #5ba4dc;
}

.to-indigo-50 {
    --tw-gradient-to: #eef2ff;
}

.to-indigo-100 {
    --tw-gradient-to: #e0e7ff;
}

.to-indigo-200 {
    --tw-gradient-to: #c7d2fe;
}

.to-indigo-300 {
    --tw-gradient-to: #a5b4fc;
}

.to-indigo-400 {
    --tw-gradient-to: #818cf8;
}

.to-indigo-500 {
    --tw-gradient-to: #6366f1;
}

.to-indigo-600 {
    --tw-gradient-to: #4f46e5;
}

.to-indigo-700 {
    --tw-gradient-to: #4338ca;
}

.to-indigo-800 {
    --tw-gradient-to: #3730a3;
}

.to-indigo-900 {
    --tw-gradient-to: #312e81;
}

.to-purple {
    --tw-gradient-to: #6847c3;
}

.to-pink {
    --tw-gradient-to: #850737;
}

.to-primary {
    --tw-gradient-to: #6E6E6E;
}

.to-secondary {
    --tw-gradient-to: #ededed;
}

.to-body_bg {
    --tw-gradient-to: #ffffff;
}

.to-body_text {
    --tw-gradient-to: #4a4349;
}

.to-title {
    --tw-gradient-to: #3fb2cf;
}

.to-grey {
    --tw-gradient-to: #524A51;
}

.to-dark_grey {
    --tw-gradient-to: #4a4349;
}

.to-light_grey {
    --tw-gradient-to: #B7B7B7;
}

.to-medium_grey {
    --tw-gradient-to: #575156;
}

.to-lightten_grey {
    --tw-gradient-to: #C6C6C6;
}

.to-grey_300 {
    --tw-gradient-to: #d3d3d3;
}

.to-grey_400 {
    --tw-gradient-to: #b7b7b7;
}

.to-medium_blue {
    --tw-gradient-to: #45cdfc;
}

.to-dark_blue {
    --tw-gradient-to: #0080ac;
}

.to-text_blue {
    --tw-gradient-to: #3FB2CF;
}

.to-footer_bg {
    --tw-gradient-to: #464646;
}

.to-brown {
    --tw-gradient-to: #805300;
}

.to-dark_brown {
    --tw-gradient-to: #874433;
}

.to-Light_purple {
    --tw-gradient-to: #65479b;
}

.to-dark_green {
    --tw-gradient-to: #479b51;
}

.to-medium_green {
    --tw-gradient-to: #3aac2b;
}

.to-light_green {
    --tw-gradient-to: #9acb3e;
}

.to-green_900 {
    --tw-gradient-to: #396676;
}

.to-dark_border {
    --tw-gradient-to: #707070;
}

.hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
}

.hover\:to-current:hover {
    --tw-gradient-to: currentColor;
}

.hover\:to-black:hover {
    --tw-gradient-to: #000;
}

.hover\:to-white:hover {
    --tw-gradient-to: #fff;
}

.hover\:to-gray-50:hover {
    --tw-gradient-to: #f9fafb;
}

.hover\:to-gray-100:hover {
    --tw-gradient-to: #f3f4f6;
}

.hover\:to-gray-200:hover {
    --tw-gradient-to: #e5e7eb;
}

.hover\:to-gray-300:hover {
    --tw-gradient-to: #d1d5db;
}

.hover\:to-gray-400:hover {
    --tw-gradient-to: #9ca3af;
}

.hover\:to-gray-500:hover {
    --tw-gradient-to: #6b7280;
}

.hover\:to-gray-600:hover {
    --tw-gradient-to: #4b5563;
}

.hover\:to-gray-700:hover {
    --tw-gradient-to: #374151;
}

.hover\:to-gray-800:hover {
    --tw-gradient-to: #1f2937;
}

.hover\:to-gray-900:hover {
    --tw-gradient-to: #111827;
}

.hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2;
}

.hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2;
}

.hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca;
}

.hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5;
}

.hover\:to-red-400:hover {
    --tw-gradient-to: #f87171;
}

.hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444;
}

.hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626;
}

.hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c;
}

.hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b;
}

.hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d;
}

.hover\:to-yellow:hover {
    --tw-gradient-to: #ed9143;
}

.hover\:to-green:hover {
    --tw-gradient-to: #7bbc00;
}

.hover\:to-blue:hover {
    --tw-gradient-to: #5ba4dc;
}

.hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff;
}

.hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff;
}

.hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe;
}

.hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc;
}

.hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8;
}

.hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1;
}

.hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5;
}

.hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca;
}

.hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3;
}

.hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81;
}

.hover\:to-purple:hover {
    --tw-gradient-to: #6847c3;
}

.hover\:to-pink:hover {
    --tw-gradient-to: #850737;
}

.hover\:to-primary:hover {
    --tw-gradient-to: #6E6E6E;
}

.hover\:to-secondary:hover {
    --tw-gradient-to: #ededed;
}

.hover\:to-body_bg:hover {
    --tw-gradient-to: #ffffff;
}

.hover\:to-body_text:hover {
    --tw-gradient-to: #4a4349;
}

.hover\:to-title:hover {
    --tw-gradient-to: #3fb2cf;
}

.hover\:to-grey:hover {
    --tw-gradient-to: #524A51;
}

.hover\:to-dark_grey:hover {
    --tw-gradient-to: #4a4349;
}

.hover\:to-light_grey:hover {
    --tw-gradient-to: #B7B7B7;
}

.hover\:to-medium_grey:hover {
    --tw-gradient-to: #575156;
}

.hover\:to-lightten_grey:hover {
    --tw-gradient-to: #C6C6C6;
}

.hover\:to-grey_300:hover {
    --tw-gradient-to: #d3d3d3;
}

.hover\:to-grey_400:hover {
    --tw-gradient-to: #b7b7b7;
}

.hover\:to-medium_blue:hover {
    --tw-gradient-to: #45cdfc;
}

.hover\:to-dark_blue:hover {
    --tw-gradient-to: #0080ac;
}

.hover\:to-text_blue:hover {
    --tw-gradient-to: #3FB2CF;
}

.hover\:to-footer_bg:hover {
    --tw-gradient-to: #464646;
}

.hover\:to-brown:hover {
    --tw-gradient-to: #805300;
}

.hover\:to-dark_brown:hover {
    --tw-gradient-to: #874433;
}

.hover\:to-Light_purple:hover {
    --tw-gradient-to: #65479b;
}

.hover\:to-dark_green:hover {
    --tw-gradient-to: #479b51;
}

.hover\:to-medium_green:hover {
    --tw-gradient-to: #3aac2b;
}

.hover\:to-light_green:hover {
    --tw-gradient-to: #9acb3e;
}

.hover\:to-green_900:hover {
    --tw-gradient-to: #396676;
}

.hover\:to-dark_border:hover {
    --tw-gradient-to: #707070;
}

.focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
}

.focus\:to-current:focus {
    --tw-gradient-to: currentColor;
}

.focus\:to-black:focus {
    --tw-gradient-to: #000;
}

.focus\:to-white:focus {
    --tw-gradient-to: #fff;
}

.focus\:to-gray-50:focus {
    --tw-gradient-to: #f9fafb;
}

.focus\:to-gray-100:focus {
    --tw-gradient-to: #f3f4f6;
}

.focus\:to-gray-200:focus {
    --tw-gradient-to: #e5e7eb;
}

.focus\:to-gray-300:focus {
    --tw-gradient-to: #d1d5db;
}

.focus\:to-gray-400:focus {
    --tw-gradient-to: #9ca3af;
}

.focus\:to-gray-500:focus {
    --tw-gradient-to: #6b7280;
}

.focus\:to-gray-600:focus {
    --tw-gradient-to: #4b5563;
}

.focus\:to-gray-700:focus {
    --tw-gradient-to: #374151;
}

.focus\:to-gray-800:focus {
    --tw-gradient-to: #1f2937;
}

.focus\:to-gray-900:focus {
    --tw-gradient-to: #111827;
}

.focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2;
}

.focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2;
}

.focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca;
}

.focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5;
}

.focus\:to-red-400:focus {
    --tw-gradient-to: #f87171;
}

.focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444;
}

.focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626;
}

.focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c;
}

.focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b;
}

.focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d;
}

.focus\:to-yellow:focus {
    --tw-gradient-to: #ed9143;
}

.focus\:to-green:focus {
    --tw-gradient-to: #7bbc00;
}

.focus\:to-blue:focus {
    --tw-gradient-to: #5ba4dc;
}

.focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff;
}

.focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff;
}

.focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe;
}

.focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc;
}

.focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8;
}

.focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1;
}

.focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5;
}

.focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca;
}

.focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3;
}

.focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81;
}

.focus\:to-purple:focus {
    --tw-gradient-to: #6847c3;
}

.focus\:to-pink:focus {
    --tw-gradient-to: #850737;
}

.focus\:to-primary:focus {
    --tw-gradient-to: #6E6E6E;
}

.focus\:to-secondary:focus {
    --tw-gradient-to: #ededed;
}

.focus\:to-body_bg:focus {
    --tw-gradient-to: #ffffff;
}

.focus\:to-body_text:focus {
    --tw-gradient-to: #4a4349;
}

.focus\:to-title:focus {
    --tw-gradient-to: #3fb2cf;
}

.focus\:to-grey:focus {
    --tw-gradient-to: #524A51;
}

.focus\:to-dark_grey:focus {
    --tw-gradient-to: #4a4349;
}

.focus\:to-light_grey:focus {
    --tw-gradient-to: #B7B7B7;
}

.focus\:to-medium_grey:focus {
    --tw-gradient-to: #575156;
}

.focus\:to-lightten_grey:focus {
    --tw-gradient-to: #C6C6C6;
}

.focus\:to-grey_300:focus {
    --tw-gradient-to: #d3d3d3;
}

.focus\:to-grey_400:focus {
    --tw-gradient-to: #b7b7b7;
}

.focus\:to-medium_blue:focus {
    --tw-gradient-to: #45cdfc;
}

.focus\:to-dark_blue:focus {
    --tw-gradient-to: #0080ac;
}

.focus\:to-text_blue:focus {
    --tw-gradient-to: #3FB2CF;
}

.focus\:to-footer_bg:focus {
    --tw-gradient-to: #464646;
}

.focus\:to-brown:focus {
    --tw-gradient-to: #805300;
}

.focus\:to-dark_brown:focus {
    --tw-gradient-to: #874433;
}

.focus\:to-Light_purple:focus {
    --tw-gradient-to: #65479b;
}

.focus\:to-dark_green:focus {
    --tw-gradient-to: #479b51;
}

.focus\:to-medium_green:focus {
    --tw-gradient-to: #3aac2b;
}

.focus\:to-light_green:focus {
    --tw-gradient-to: #9acb3e;
}

.focus\:to-green_900:focus {
    --tw-gradient-to: #396676;
}

.focus\:to-dark_border:focus {
    --tw-gradient-to: #707070;
}

.decoration-slice {
    -webkit-box-decoration-break: slice;
    box-decoration-break: slice;
}

.decoration-clone {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.bg-auto {
    background-size: auto;
}

.bg-cover {
    background-size: cover;
}

.bg-contain {
    background-size: contain;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-local {
    background-attachment: local;
}

.bg-scroll {
    background-attachment: scroll;
}

.bg-clip-border {
    background-clip: border-box;
}

.bg-clip-padding {
    background-clip: padding-box;
}

.bg-clip-content {
    background-clip: content-box;
}

.bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text;
}

.bg-bottom {
    background-position: bottom;
}

.bg-center {
    background-position: center;
}

.bg-left {
    background-position: left;
}

.bg-left-bottom {
    background-position: left bottom;
}

.bg-left-top {
    background-position: left top;
}

.bg-right {
    background-position: right;
}

.bg-right-bottom {
    background-position: right bottom;
}

.bg-right-top {
    background-position: right top;
}

.bg-top {
    background-position: top;
}

.bg-repeat {
    background-repeat: repeat;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.bg-repeat-x {
    background-repeat: repeat-x;
}

.bg-repeat-y {
    background-repeat: repeat-y;
}

.bg-repeat-round {
    background-repeat: round;
}

.bg-repeat-space {
    background-repeat: space;
}

.bg-origin-border {
    background-origin: border-box;
}

.bg-origin-padding {
    background-origin: padding-box;
}

.bg-origin-content {
    background-origin: content-box;
}

.fill-current {
    fill: currentColor;
}

.stroke-current {
    stroke: currentColor;
}

.stroke-0 {
    stroke-width: 0;
}

.stroke-1 {
    stroke-width: 1;
}

.stroke-2 {
    stroke-width: 2;
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.object-fill {
    -o-object-fit: fill;
    object-fit: fill;
}

.object-none {
    -o-object-fit: none;
    object-fit: none;
}

.object-scale-down {
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.object-bottom {
    -o-object-position: bottom;
    object-position: bottom;
}

.object-center {
    -o-object-position: center;
    object-position: center;
}

.object-left {
    -o-object-position: left;
    object-position: left;
}

.object-left-bottom {
    -o-object-position: left bottom;
    object-position: left bottom;
}

.object-left-top {
    -o-object-position: left top;
    object-position: left top;
}

.object-right {
    -o-object-position: right;
    object-position: right;
}

.object-right-bottom {
    -o-object-position: right bottom;
    object-position: right bottom;
}

.object-right-top {
    -o-object-position: right top;
    object-position: right top;
}

.object-top {
    -o-object-position: top;
    object-position: top;
}

.p-0 {
    padding: 0px;
}

.p-1 {
    padding: 0.25rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-4 {
    padding: 1rem;
}

.p-5 {
    padding: 1.25rem;
}

.p-6 {
    padding: 1.5rem;
}

.p-7 {
    padding: 1.75rem;
}

.p-8 {
    padding: 2rem;
}

.p-9 {
    padding: 2.25rem;
}

.p-10 {
    padding: 2.5rem;
}

.p-11 {
    padding: 2.75rem;
}

.p-12 {
    padding: 3rem;
}

.p-13 {
    padding: 52px;
}

.p-14 {
    padding: 3.5rem;
}

.p-15 {
    padding: 3.93rem;
}

.p-16 {
    padding: 4rem;
}

.p-18 {
    padding: 4.375rem;
}

.p-19 {
    padding: 76px;
}

.p-20 {
    padding: 5rem;
}

.p-22 {
    padding: 5.625rem;
}

.p-24 {
    padding: 6rem;
}

.p-26 {
    padding: 6.6875rem;
}

.p-28 {
    padding: 7rem;
}

.p-30 {
    padding: 120px;
}

.p-32 {
    padding: 8rem;
}

.p-36 {
    padding: 9rem;
}

.p-40 {
    padding: 10rem;
}

.p-44 {
    padding: 11rem;
}

.p-46 {
    padding: 11.5625rem;
}

.p-48 {
    padding: 12rem;
}

.p-52 {
    padding: 13rem;
}

.p-56 {
    padding: 14rem;
}

.p-60 {
    padding: 15rem;
}

.p-64 {
    padding: 16rem;
}

.p-72 {
    padding: 18rem;
}

.p-80 {
    padding: 20rem;
}

.p-96 {
    padding: 24rem;
}

.p-px {
    padding: 1px;
}

.p-0\.5 {
    padding: 0.125rem;
}

.p-1\.5 {
    padding: 0.375rem;
}

.p-2\.5 {
    padding: 0.625rem;
}

.p-3\.5 {
    padding: 0.875rem;
}

.p-5p {
    padding: 5px;
}

.p-10p {
    padding: 10px;
}

.p-14p {
    padding: 14px;
}

.p-15p {
    padding: 15px;
}

.p-15_2 {
    padding: 60px;
}

.p-16_1 {
    padding: 52px;
}

.p-16p {
    padding: 16px;
}

.p-25p {
    padding: 25px;
}

.p-48p {
    padding: 48%;
}

.p-52p {
    padding: 52%;
}

.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.px-13 {
    padding-left: 52px;
    padding-right: 52px;
}

.px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

.px-15 {
    padding-left: 3.93rem;
    padding-right: 3.93rem;
}

.px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
}

.px-18 {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
}

.px-19 {
    padding-left: 76px;
    padding-right: 76px;
}

.px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
}

.px-22 {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
}

.px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
}

.px-26 {
    padding-left: 6.6875rem;
    padding-right: 6.6875rem;
}

.px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
}

.px-30 {
    padding-left: 120px;
    padding-right: 120px;
}

.px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
}

.px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
}

.px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
}

.px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
}

.px-46 {
    padding-left: 11.5625rem;
    padding-right: 11.5625rem;
}

.px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
}

.px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
}

.px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
}

.px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
}

.px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
}

.px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
}

.px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
}

.px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
}

.px-px {
    padding-left: 1px;
    padding-right: 1px;
}

.px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
}

.px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}

.px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
}

.px-5p {
    padding-left: 5px;
    padding-right: 5px;
}

.px-10p {
    padding-left: 10px;
    padding-right: 10px;
}

.px-14p {
    padding-left: 14px;
    padding-right: 14px;
}

.px-15p {
    padding-left: 15px;
    padding-right: 15px;
}

.px-15_2 {
    padding-left: 60px;
    padding-right: 60px;
}

.px-16_1 {
    padding-left: 52px;
    padding-right: 52px;
}

.px-16p {
    padding-left: 16px;
    padding-right: 16px;
}

.px-25p {
    padding-left: 25px;
    padding-right: 25px;
}

.px-48p {
    padding-left: 48%;
    padding-right: 48%;
}

.px-52p {
    padding-left: 52%;
    padding-right: 52%;
}

.py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.py-13 {
    padding-top: 52px;
    padding-bottom: 52px;
}

.py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.py-15 {
    padding-top: 3.93rem;
    padding-bottom: 3.93rem;
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.py-18 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
}

.py-19 {
    padding-top: 76px;
    padding-bottom: 76px;
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.py-22 {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
}

.py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.py-26 {
    padding-top: 6.6875rem;
    padding-bottom: 6.6875rem;
}

.py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.py-30 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
}

.py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
}

.py-46 {
    padding-top: 11.5625rem;
    padding-bottom: 11.5625rem;
}

.py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
}

.py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
}

.py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
}

.py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
}

.py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
}

.py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
}

.py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
}

.py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
}

.py-px {
    padding-top: 1px;
    padding-bottom: 1px;
}

.py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
}

.py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}

.py-5p {
    padding-top: 5px;
    padding-bottom: 5px;
}

.py-10p {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-14p {
    padding-top: 14px;
    padding-bottom: 14px;
}

.py-15p {
    padding-top: 15px;
    padding-bottom: 15px;
}

.py-15_2 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.py-16_1 {
    padding-top: 52px;
    padding-bottom: 52px;
}

.py-16p {
    padding-top: 16px;
    padding-bottom: 16px;
}

.py-25p {
    padding-top: 25px;
    padding-bottom: 25px;
}

.py-48p {
    padding-top: 48%;
    padding-bottom: 48%;
}

.py-52p {
    padding-top: 52%;
    padding-bottom: 52%;
}

.pt-0 {
    padding-top: 0px;
}

.pt-1 {
    padding-top: 0.25rem;
}

.pt-2 {
    padding-top: 0.5rem;
}

.pt-3 {
    padding-top: 0.75rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pt-5 {
    padding-top: 1.25rem;
}

.pt-6 {
    padding-top: 1.5rem;
}

.pt-7 {
    padding-top: 1.75rem;
}

.pt-8 {
    padding-top: 2rem;
}

.pt-9 {
    padding-top: 2.25rem;
}

.pt-10 {
    padding-top: 2.5rem;
}

.pt-11 {
    padding-top: 2.75rem;
}

.pt-12 {
    padding-top: 3rem;
}

.pt-13 {
    padding-top: 52px;
}

.pt-14 {
    padding-top: 3.5rem;
}

.pt-15 {
    padding-top: 3.93rem;
}

.pt-16 {
    padding-top: 4rem;
}

.pt-18 {
    padding-top: 4.375rem;
}

.pt-19 {
    padding-top: 76px;
}

.pt-20 {
    padding-top: 5rem;
}

.pt-22 {
    padding-top: 5.625rem;
}

.pt-24 {
    padding-top: 6rem;
}

.pt-26 {
    padding-top: 6.6875rem;
}

.pt-28 {
    padding-top: 7rem;
}

.pt-30 {
    padding-top: 120px;
}

.pt-32 {
    padding-top: 8rem;
}

.pt-36 {
    padding-top: 9rem;
}

.pt-40 {
    padding-top: 10rem;
}

.pt-44 {
    padding-top: 11rem;
}

.pt-46 {
    padding-top: 11.5625rem;
}

.pt-48 {
    padding-top: 12rem;
}

.pt-52 {
    padding-top: 13rem;
}

.pt-56 {
    padding-top: 14rem;
}

.pt-60 {
    padding-top: 15rem;
}

.pt-64 {
    padding-top: 16rem;
}

.pt-72 {
    padding-top: 18rem;
}

.pt-80 {
    padding-top: 20rem;
}

.pt-96 {
    padding-top: 24rem;
}

.pt-px {
    padding-top: 1px;
}

.pt-0\.5 {
    padding-top: 0.125rem;
}

.pt-1\.5 {
    padding-top: 0.375rem;
}

.pt-2\.5 {
    padding-top: 0.625rem;
}

.pt-3\.5 {
    padding-top: 0.875rem;
}

.pt-5p {
    padding-top: 5px;
}

.pt-10p {
    padding-top: 10px;
}

.pt-14p {
    padding-top: 14px;
}

.pt-15p {
    padding-top: 15px;
}

.pt-15_2 {
    padding-top: 60px;
}

.pt-16_1 {
    padding-top: 52px;
}

.pt-16p {
    padding-top: 16px;
}

.pt-25p {
    padding-top: 25px;
}

.pt-48p {
    padding-top: 48%;
}

.pt-52p {
    padding-top: 52%;
}

.pr-0 {
    padding-right: 0px;
}

.pr-1 {
    padding-right: 0.25rem;
}

.pr-2 {
    padding-right: 0.5rem;
}

.pr-3 {
    padding-right: 0.75rem;
}

.pr-4 {
    padding-right: 1rem;
}

.pr-5 {
    padding-right: 1.25rem;
}

.pr-6 {
    padding-right: 1.5rem;
}

.pr-7 {
    padding-right: 1.75rem;
}

.pr-8 {
    padding-right: 2rem;
}

.pr-9 {
    padding-right: 2.25rem;
}

.pr-10 {
    padding-right: 2.5rem;
}

.pr-11 {
    padding-right: 2.75rem;
}

.pr-12 {
    padding-right: 3rem;
}

.pr-13 {
    padding-right: 52px;
}

.pr-14 {
    padding-right: 3.5rem;
}

.pr-15 {
    padding-right: 3.93rem;
}

.pr-16 {
    padding-right: 4rem;
}

.pr-18 {
    padding-right: 4.375rem;
}

.pr-19 {
    padding-right: 76px;
}

.pr-20 {
    padding-right: 5rem;
}

.pr-22 {
    padding-right: 5.625rem;
}

.pr-24 {
    padding-right: 6rem;
}

.pr-26 {
    padding-right: 6.6875rem;
}

.pr-28 {
    padding-right: 7rem;
}

.pr-30 {
    padding-right: 120px;
}

.pr-32 {
    padding-right: 8rem;
}

.pr-36 {
    padding-right: 9rem;
}

.pr-40 {
    padding-right: 10rem;
}

.pr-44 {
    padding-right: 11rem;
}

.pr-46 {
    padding-right: 11.5625rem;
}

.pr-48 {
    padding-right: 12rem;
}

.pr-52 {
    padding-right: 13rem;
}

.pr-56 {
    padding-right: 14rem;
}

.pr-60 {
    padding-right: 15rem;
}

.pr-64 {
    padding-right: 16rem;
}

.pr-72 {
    padding-right: 18rem;
}

.pr-80 {
    padding-right: 20rem;
}

.pr-96 {
    padding-right: 24rem;
}

.pr-px {
    padding-right: 1px;
}

.pr-0\.5 {
    padding-right: 0.125rem;
}

.pr-1\.5 {
    padding-right: 0.375rem;
}

.pr-2\.5 {
    padding-right: 0.625rem;
}

.pr-3\.5 {
    padding-right: 0.875rem;
}

.pr-5p {
    padding-right: 5px;
}

.pr-10p {
    padding-right: 10px;
}

.pr-14p {
    padding-right: 14px;
}

.pr-15p {
    padding-right: 15px;
}

.pr-15_2 {
    padding-right: 60px;
}

.pr-16_1 {
    padding-right: 52px;
}

.pr-16p {
    padding-right: 16px;
}

.pr-25p {
    padding-right: 25px;
}

.pr-48p {
    padding-right: 48%;
}

.pr-52p {
    padding-right: 52%;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-1 {
    padding-bottom: 0.25rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pb-3 {
    padding-bottom: 0.75rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pb-5 {
    padding-bottom: 1.25rem;
}

.pb-6 {
    padding-bottom: 1.5rem;
}

.pb-7 {
    padding-bottom: 1.75rem;
}

.pb-8 {
    padding-bottom: 2rem;
}

.pb-9 {
    padding-bottom: 2.25rem;
}

.pb-10 {
    padding-bottom: 2.5rem;
}

.pb-11 {
    padding-bottom: 2.75rem;
}

.pb-12 {
    padding-bottom: 3rem;
}

.pb-13 {
    padding-bottom: 52px;
}

.pb-14 {
    padding-bottom: 3.5rem;
}

.pb-15 {
    padding-bottom: 3.93rem;
}

.pb-16 {
    padding-bottom: 4rem;
}

.pb-18 {
    padding-bottom: 4.375rem;
}

.pb-19 {
    padding-bottom: 76px;
}

.pb-20 {
    padding-bottom: 5rem;
}

.pb-22 {
    padding-bottom: 5.625rem;
}

.pb-24 {
    padding-bottom: 6rem;
}

.pb-26 {
    padding-bottom: 6.6875rem;
}

.pb-28 {
    padding-bottom: 7rem;
}

.pb-30 {
    padding-bottom: 120px;
}

.pb-32 {
    padding-bottom: 8rem;
}

.pb-36 {
    padding-bottom: 9rem;
}

.pb-40 {
    padding-bottom: 10rem;
}

.pb-44 {
    padding-bottom: 11rem;
}

.pb-46 {
    padding-bottom: 11.5625rem;
}

.pb-48 {
    padding-bottom: 12rem;
}

.pb-52 {
    padding-bottom: 13rem;
}

.pb-56 {
    padding-bottom: 14rem;
}

.pb-60 {
    padding-bottom: 15rem;
}

.pb-64 {
    padding-bottom: 16rem;
}

.pb-72 {
    padding-bottom: 18rem;
}

.pb-80 {
    padding-bottom: 20rem;
}

.pb-96 {
    padding-bottom: 24rem;
}

.pb-px {
    padding-bottom: 1px;
}

.pb-0\.5 {
    padding-bottom: 0.125rem;
}

.pb-1\.5 {
    padding-bottom: 0.375rem;
}

.pb-2\.5 {
    padding-bottom: 0.625rem;
}

.pb-3\.5 {
    padding-bottom: 0.875rem;
}

.pb-5p {
    padding-bottom: 5px;
}

.pb-10p {
    padding-bottom: 10px;
}

.pb-14p {
    padding-bottom: 14px;
}

.pb-15p {
    padding-bottom: 15px;
}

.pb-15_2 {
    padding-bottom: 60px;
}

.pb-16_1 {
    padding-bottom: 52px;
}

.pb-16p {
    padding-bottom: 16px;
}

.pb-25p {
    padding-bottom: 25px;
}

.pb-48p {
    padding-bottom: 48%;
}

.pb-52p {
    padding-bottom: 52%;
}

.pl-0 {
    padding-left: 0px;
}

.pl-1 {
    padding-left: 0.25rem;
}

.pl-2 {
    padding-left: 0.5rem;
}

.pl-3 {
    padding-left: 0.75rem;
}

.pl-4 {
    padding-left: 1rem;
}

.pl-5 {
    padding-left: 1.25rem;
}

.pl-6 {
    padding-left: 1.5rem;
}

.pl-7 {
    padding-left: 1.75rem;
}

.pl-8 {
    padding-left: 2rem;
}

.pl-9 {
    padding-left: 2.25rem;
}

.pl-10 {
    padding-left: 2.5rem;
}

.pl-11 {
    padding-left: 2.75rem;
}

.pl-12 {
    padding-left: 3rem;
}

.pl-13 {
    padding-left: 52px;
}

.pl-14 {
    padding-left: 3.5rem;
}

.pl-15 {
    padding-left: 3.93rem;
}

.pl-16 {
    padding-left: 4rem;
}

.pl-18 {
    padding-left: 4.375rem;
}

.pl-19 {
    padding-left: 76px;
}

.pl-20 {
    padding-left: 5rem;
}

.pl-22 {
    padding-left: 5.625rem;
}

.pl-24 {
    padding-left: 6rem;
}

.pl-26 {
    padding-left: 6.6875rem;
}

.pl-28 {
    padding-left: 7rem;
}

.pl-30 {
    padding-left: 120px;
}

.pl-32 {
    padding-left: 8rem;
}

.pl-36 {
    padding-left: 9rem;
}

.pl-40 {
    padding-left: 10rem;
}

.pl-44 {
    padding-left: 11rem;
}

.pl-46 {
    padding-left: 11.5625rem;
}

.pl-48 {
    padding-left: 12rem;
}

.pl-52 {
    padding-left: 13rem;
}

.pl-56 {
    padding-left: 14rem;
}

.pl-60 {
    padding-left: 15rem;
}

.pl-64 {
    padding-left: 16rem;
}

.pl-72 {
    padding-left: 18rem;
}

.pl-80 {
    padding-left: 20rem;
}

.pl-96 {
    padding-left: 24rem;
}

.pl-px {
    padding-left: 1px;
}

.pl-0\.5 {
    padding-left: 0.125rem;
}

.pl-1\.5 {
    padding-left: 0.375rem;
}

.pl-2\.5 {
    padding-left: 0.625rem;
}

.pl-3\.5 {
    padding-left: 0.875rem;
}

.pl-5p {
    padding-left: 5px;
}

.pl-10p {
    padding-left: 10px;
}

.pl-14p {
    padding-left: 14px;
}

.pl-15p {
    padding-left: 15px;
}

.pl-15_2 {
    padding-left: 60px;
}

.pl-16_1 {
    padding-left: 52px;
}

.pl-16p {
    padding-left: 16px;
}

.pl-25p {
    padding-left: 25px;
}

.pl-48p {
    padding-left: 48%;
}

.pl-52p {
    padding-left: 52%;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.align-baseline {
    vertical-align: baseline;
}

.align-top {
    vertical-align: top;
}

.align-middle {
    vertical-align: middle;
}

.align-bottom {
    vertical-align: bottom;
}

.align-text-top {
    vertical-align: text-top;
}

.align-text-bottom {
    vertical-align: text-bottom;
}

.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";
}

.font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-body {
    font-family: "Red Hat Display";
}

.font-primary {
    font-family: "Noto Sans";
}

.font-secondary {
    font-family: "Montserrat";
}

.font-Helvetica_Bold {
    font-family: "Helvetica-Bold";
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.text-5xl {
    font-size: 3rem;
    line-height: 1;
}

.text-6xl {
    font-size: 3.75rem;
    line-height: 1;
}

.text-7xl {
    font-size: 4.5rem;
    line-height: 1;
}

.text-8xl {
    font-size: 6rem;
    line-height: 1;
}

.text-9xl {
    font-size: 8rem;
    line-height: 1;
}

.text-10p {
    font-size: 0.625rem;
}

.text-50p {
    font-size: 3.125rem;
}

.text-40p {
    font-size: 2.5rem;
}

.text-8\.5xl {
    font-size: 7.5rem;
    line-height: 7.8rem;
}

.text-80p {
    font-size: 80px;
    line-height: 90px;
}

.font-thin {
    font-weight: 100;
}

.font-extralight {
    font-weight: 200;
}

.font-light {
    font-weight: 300;
}

.font-normal {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-extrabold {
    font-weight: 800;
}

.font-black {
    font-weight: 900;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}

.normal-case {
    text-transform: none;
}

.italic {
    font-style: italic;
}

.not-italic {
    font-style: normal;
}

.ordinal,
.slashed-zero,
.lining-nums,
.oldstyle-nums,
.proportional-nums,
.tabular-nums,
.diagonal-fractions,
.stacked-fractions {
    --tw-ordinal: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-slashed-zero: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-numeric-figure: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-numeric-spacing: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-numeric-fraction: var(--tw-empty,
            /*!*/
            /*!*/
        );
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.normal-nums {
    font-variant-numeric: normal;
}

.ordinal {
    --tw-ordinal: ordinal;
}

.slashed-zero {
    --tw-slashed-zero: slashed-zero;
}

.lining-nums {
    --tw-numeric-figure: lining-nums;
}

.oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
}

.proportional-nums {
    --tw-numeric-spacing: proportional-nums;
}

.tabular-nums {
    --tw-numeric-spacing: tabular-nums;
}

.diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
}

.stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
}

.leading-3 {
    line-height: .75rem;
}

.leading-4 {
    line-height: 1rem;
}

.leading-5 {
    line-height: 1.25rem;
}

.leading-6 {
    line-height: 1.5rem;
}

.leading-7 {
    line-height: 1.75rem;
}

.leading-8 {
    line-height: 2rem;
}

.leading-9 {
    line-height: 2.25rem;
}

.leading-10 {
    line-height: 2.5rem;
}

.leading-none {
    line-height: 1;
}

.leading-tight {
    line-height: 1.25;
}

.leading-snug {
    line-height: 1.375;
}

.leading-normal {
    line-height: 1.5;
}

.leading-relaxed {
    line-height: 1.625;
}

.leading-loose {
    line-height: 2;
}

.tracking-tightest {
    letter-spacing: -.075em;
}

.tracking-tighter {
    letter-spacing: -.05em;
}

.tracking-tight {
    letter-spacing: -.025em;
}

.tracking-normal {
    letter-spacing: 0;
}

.tracking-wide {
    letter-spacing: 1.5px;
}

.tracking-wider {
    letter-spacing: .05em;
}

.tracking-wider_lg {
    letter-spacing: .1em;
}

.tracking-widest {
    letter-spacing: .15em;
}

.text-transparent {
    color: transparent;
}

.text-current {
    color: currentColor;
}

.text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.text-yellow {
    --tw-text-opacity: 1;
    color: rgba(237, 145, 67, var(--tw-text-opacity));
}

.text-green {
    --tw-text-opacity: 1;
    color: rgba(123, 188, 0, var(--tw-text-opacity));
}

.text-blue {
    --tw-text-opacity: 1;
    color: rgba(91, 164, 220, var(--tw-text-opacity));
}

.text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.text-purple {
    --tw-text-opacity: 1;
    color: rgba(104, 71, 195, var(--tw-text-opacity));
}

.text-pink {
    --tw-text-opacity: 1;
    color: rgba(133, 7, 55, var(--tw-text-opacity));
}

.text-primary {
    --tw-text-opacity: 1;
    color: rgba(110, 110, 110, var(--tw-text-opacity));
}

.text-secondary {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
}

.text-body_bg {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-body_text {
    --tw-text-opacity: 1;
    color: rgba(74, 67, 73, var(--tw-text-opacity));
}

.text-title {
    --tw-text-opacity: 1;
    color: rgba(63, 178, 207, var(--tw-text-opacity));
}

.text-grey {
    --tw-text-opacity: 1;
    color: rgba(82, 74, 81, var(--tw-text-opacity));
}

.text-dark_grey {
    --tw-text-opacity: 1;
    color: rgba(74, 67, 73, var(--tw-text-opacity));
}

.text-light_grey {
    --tw-text-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-text-opacity));
}

.text-medium_grey {
    --tw-text-opacity: 1;
    color: rgba(87, 81, 86, var(--tw-text-opacity));
}

.text-lightten_grey {
    --tw-text-opacity: 1;
    color: rgba(198, 198, 198, var(--tw-text-opacity));
}

.text-grey_300 {
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
}

.text-grey_400 {
    --tw-text-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-text-opacity));
}

.text-medium_blue {
    --tw-text-opacity: 1;
    color: rgba(69, 205, 252, var(--tw-text-opacity));
}

.text-dark_blue {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 172, var(--tw-text-opacity));
}

.text-text_blue {
    --tw-text-opacity: 1;
    color: rgba(63, 178, 207, var(--tw-text-opacity));
}

.text-footer_bg {
    --tw-text-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-text-opacity));
}

.text-brown {
    --tw-text-opacity: 1;
    color: rgba(128, 83, 0, var(--tw-text-opacity));
}

.text-dark_brown {
    --tw-text-opacity: 1;
    color: rgba(135, 68, 51, var(--tw-text-opacity));
}

.text-Light_purple {
    --tw-text-opacity: 1;
    color: rgba(101, 71, 155, var(--tw-text-opacity));
}

.text-dark_green {
    --tw-text-opacity: 1;
    color: rgba(71, 155, 81, var(--tw-text-opacity));
}

.text-medium_green {
    --tw-text-opacity: 1;
    color: rgba(58, 172, 43, var(--tw-text-opacity));
}

.text-light_green {
    --tw-text-opacity: 1;
    color: rgba(154, 203, 62, var(--tw-text-opacity));
}

.text-green_900 {
    --tw-text-opacity: 1;
    color: rgba(57, 102, 118, var(--tw-text-opacity));
}

.text-dark_border {
    --tw-text-opacity: 1;
    color: rgba(112, 112, 112, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-transparent {
    color: transparent;
}

.group:hover .group-hover\:text-current {
    color: currentColor;
}

.group:hover .group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow {
    --tw-text-opacity: 1;
    color: rgba(237, 145, 67, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green {
    --tw-text-opacity: 1;
    color: rgba(123, 188, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue {
    --tw-text-opacity: 1;
    color: rgba(91, 164, 220, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple {
    --tw-text-opacity: 1;
    color: rgba(104, 71, 195, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink {
    --tw-text-opacity: 1;
    color: rgba(133, 7, 55, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-primary {
    --tw-text-opacity: 1;
    color: rgba(110, 110, 110, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-secondary {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-body_bg {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-body_text {
    --tw-text-opacity: 1;
    color: rgba(74, 67, 73, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-title {
    --tw-text-opacity: 1;
    color: rgba(63, 178, 207, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-grey {
    --tw-text-opacity: 1;
    color: rgba(82, 74, 81, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-dark_grey {
    --tw-text-opacity: 1;
    color: rgba(74, 67, 73, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-light_grey {
    --tw-text-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-medium_grey {
    --tw-text-opacity: 1;
    color: rgba(87, 81, 86, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-lightten_grey {
    --tw-text-opacity: 1;
    color: rgba(198, 198, 198, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-grey_300 {
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-grey_400 {
    --tw-text-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-medium_blue {
    --tw-text-opacity: 1;
    color: rgba(69, 205, 252, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-dark_blue {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 172, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-text_blue {
    --tw-text-opacity: 1;
    color: rgba(63, 178, 207, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-footer_bg {
    --tw-text-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-brown {
    --tw-text-opacity: 1;
    color: rgba(128, 83, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-dark_brown {
    --tw-text-opacity: 1;
    color: rgba(135, 68, 51, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-Light_purple {
    --tw-text-opacity: 1;
    color: rgba(101, 71, 155, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-dark_green {
    --tw-text-opacity: 1;
    color: rgba(71, 155, 81, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-medium_green {
    --tw-text-opacity: 1;
    color: rgba(58, 172, 43, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-light_green {
    --tw-text-opacity: 1;
    color: rgba(154, 203, 62, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green_900 {
    --tw-text-opacity: 1;
    color: rgba(57, 102, 118, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-dark_border {
    --tw-text-opacity: 1;
    color: rgba(112, 112, 112, var(--tw-text-opacity));
}

.focus-within\:text-transparent:focus-within {
    color: transparent;
}

.focus-within\:text-current:focus-within {
    color: currentColor;
}

.focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.focus-within\:text-yellow:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 145, 67, var(--tw-text-opacity));
}

.focus-within\:text-green:focus-within {
    --tw-text-opacity: 1;
    color: rgba(123, 188, 0, var(--tw-text-opacity));
}

.focus-within\:text-blue:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 164, 220, var(--tw-text-opacity));
}

.focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.focus-within\:text-purple:focus-within {
    --tw-text-opacity: 1;
    color: rgba(104, 71, 195, var(--tw-text-opacity));
}

.focus-within\:text-pink:focus-within {
    --tw-text-opacity: 1;
    color: rgba(133, 7, 55, var(--tw-text-opacity));
}

.focus-within\:text-primary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(110, 110, 110, var(--tw-text-opacity));
}

.focus-within\:text-secondary:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
}

.focus-within\:text-body_bg:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus-within\:text-body_text:focus-within {
    --tw-text-opacity: 1;
    color: rgba(74, 67, 73, var(--tw-text-opacity));
}

.focus-within\:text-title:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 178, 207, var(--tw-text-opacity));
}

.focus-within\:text-grey:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 74, 81, var(--tw-text-opacity));
}

.focus-within\:text-dark_grey:focus-within {
    --tw-text-opacity: 1;
    color: rgba(74, 67, 73, var(--tw-text-opacity));
}

.focus-within\:text-light_grey:focus-within {
    --tw-text-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-text-opacity));
}

.focus-within\:text-medium_grey:focus-within {
    --tw-text-opacity: 1;
    color: rgba(87, 81, 86, var(--tw-text-opacity));
}

.focus-within\:text-lightten_grey:focus-within {
    --tw-text-opacity: 1;
    color: rgba(198, 198, 198, var(--tw-text-opacity));
}

.focus-within\:text-grey_300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
}

.focus-within\:text-grey_400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-text-opacity));
}

.focus-within\:text-medium_blue:focus-within {
    --tw-text-opacity: 1;
    color: rgba(69, 205, 252, var(--tw-text-opacity));
}

.focus-within\:text-dark_blue:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 172, var(--tw-text-opacity));
}

.focus-within\:text-text_blue:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 178, 207, var(--tw-text-opacity));
}

.focus-within\:text-footer_bg:focus-within {
    --tw-text-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-text-opacity));
}

.focus-within\:text-brown:focus-within {
    --tw-text-opacity: 1;
    color: rgba(128, 83, 0, var(--tw-text-opacity));
}

.focus-within\:text-dark_brown:focus-within {
    --tw-text-opacity: 1;
    color: rgba(135, 68, 51, var(--tw-text-opacity));
}

.focus-within\:text-Light_purple:focus-within {
    --tw-text-opacity: 1;
    color: rgba(101, 71, 155, var(--tw-text-opacity));
}

.focus-within\:text-dark_green:focus-within {
    --tw-text-opacity: 1;
    color: rgba(71, 155, 81, var(--tw-text-opacity));
}

.focus-within\:text-medium_green:focus-within {
    --tw-text-opacity: 1;
    color: rgba(58, 172, 43, var(--tw-text-opacity));
}

.focus-within\:text-light_green:focus-within {
    --tw-text-opacity: 1;
    color: rgba(154, 203, 62, var(--tw-text-opacity));
}

.focus-within\:text-green_900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(57, 102, 118, var(--tw-text-opacity));
}

.focus-within\:text-dark_border:focus-within {
    --tw-text-opacity: 1;
    color: rgba(112, 112, 112, var(--tw-text-opacity));
}

.hover\:text-transparent:hover {
    color: transparent;
}

.hover\:text-current:hover {
    color: currentColor;
}

.hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.hover\:text-red-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.hover\:text-yellow:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 145, 67, var(--tw-text-opacity));
}

.hover\:text-green:hover {
    --tw-text-opacity: 1;
    color: rgba(123, 188, 0, var(--tw-text-opacity));
}

.hover\:text-blue:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 164, 220, var(--tw-text-opacity));
}

.hover\:text-indigo-50:hover {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.hover\:text-purple:hover {
    --tw-text-opacity: 1;
    color: rgba(104, 71, 195, var(--tw-text-opacity));
}

.hover\:text-pink:hover {
    --tw-text-opacity: 1;
    color: rgba(133, 7, 55, var(--tw-text-opacity));
}

.hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgba(110, 110, 110, var(--tw-text-opacity));
}

.hover\:text-secondary:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
}

.hover\:text-body_bg:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-body_text:hover {
    --tw-text-opacity: 1;
    color: rgba(74, 67, 73, var(--tw-text-opacity));
}

.hover\:text-title:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 178, 207, var(--tw-text-opacity));
}

.hover\:text-grey:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 74, 81, var(--tw-text-opacity));
}

.hover\:text-dark_grey:hover {
    --tw-text-opacity: 1;
    color: rgba(74, 67, 73, var(--tw-text-opacity));
}

.hover\:text-light_grey:hover {
    --tw-text-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-text-opacity));
}

.hover\:text-medium_grey:hover {
    --tw-text-opacity: 1;
    color: rgba(87, 81, 86, var(--tw-text-opacity));
}

.hover\:text-lightten_grey:hover {
    --tw-text-opacity: 1;
    color: rgba(198, 198, 198, var(--tw-text-opacity));
}

.hover\:text-grey_300:hover {
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
}

.hover\:text-grey_400:hover {
    --tw-text-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-text-opacity));
}

.hover\:text-medium_blue:hover {
    --tw-text-opacity: 1;
    color: rgba(69, 205, 252, var(--tw-text-opacity));
}

.hover\:text-dark_blue:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 172, var(--tw-text-opacity));
}

.hover\:text-text_blue:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 178, 207, var(--tw-text-opacity));
}

.hover\:text-footer_bg:hover {
    --tw-text-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-text-opacity));
}

.hover\:text-brown:hover {
    --tw-text-opacity: 1;
    color: rgba(128, 83, 0, var(--tw-text-opacity));
}

.hover\:text-dark_brown:hover {
    --tw-text-opacity: 1;
    color: rgba(135, 68, 51, var(--tw-text-opacity));
}

.hover\:text-Light_purple:hover {
    --tw-text-opacity: 1;
    color: rgba(101, 71, 155, var(--tw-text-opacity));
}

.hover\:text-dark_green:hover {
    --tw-text-opacity: 1;
    color: rgba(71, 155, 81, var(--tw-text-opacity));
}

.hover\:text-medium_green:hover {
    --tw-text-opacity: 1;
    color: rgba(58, 172, 43, var(--tw-text-opacity));
}

.hover\:text-light_green:hover {
    --tw-text-opacity: 1;
    color: rgba(154, 203, 62, var(--tw-text-opacity));
}

.hover\:text-green_900:hover {
    --tw-text-opacity: 1;
    color: rgba(57, 102, 118, var(--tw-text-opacity));
}

.hover\:text-dark_border:hover {
    --tw-text-opacity: 1;
    color: rgba(112, 112, 112, var(--tw-text-opacity));
}

.focus\:text-transparent:focus {
    color: transparent;
}

.focus\:text-current:focus {
    color: currentColor;
}

.focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus\:text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.focus\:text-red-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.focus\:text-yellow:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 145, 67, var(--tw-text-opacity));
}

.focus\:text-green:focus {
    --tw-text-opacity: 1;
    color: rgba(123, 188, 0, var(--tw-text-opacity));
}

.focus\:text-blue:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 164, 220, var(--tw-text-opacity));
}

.focus\:text-indigo-50:focus {
    --tw-text-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.focus\:text-purple:focus {
    --tw-text-opacity: 1;
    color: rgba(104, 71, 195, var(--tw-text-opacity));
}

.focus\:text-pink:focus {
    --tw-text-opacity: 1;
    color: rgba(133, 7, 55, var(--tw-text-opacity));
}

.focus\:text-primary:focus {
    --tw-text-opacity: 1;
    color: rgba(110, 110, 110, var(--tw-text-opacity));
}

.focus\:text-secondary:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-text-opacity));
}

.focus\:text-body_bg:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus\:text-body_text:focus {
    --tw-text-opacity: 1;
    color: rgba(74, 67, 73, var(--tw-text-opacity));
}

.focus\:text-title:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 178, 207, var(--tw-text-opacity));
}

.focus\:text-grey:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 74, 81, var(--tw-text-opacity));
}

.focus\:text-dark_grey:focus {
    --tw-text-opacity: 1;
    color: rgba(74, 67, 73, var(--tw-text-opacity));
}

.focus\:text-light_grey:focus {
    --tw-text-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-text-opacity));
}

.focus\:text-medium_grey:focus {
    --tw-text-opacity: 1;
    color: rgba(87, 81, 86, var(--tw-text-opacity));
}

.focus\:text-lightten_grey:focus {
    --tw-text-opacity: 1;
    color: rgba(198, 198, 198, var(--tw-text-opacity));
}

.focus\:text-grey_300:focus {
    --tw-text-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-text-opacity));
}

.focus\:text-grey_400:focus {
    --tw-text-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-text-opacity));
}

.focus\:text-medium_blue:focus {
    --tw-text-opacity: 1;
    color: rgba(69, 205, 252, var(--tw-text-opacity));
}

.focus\:text-dark_blue:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 172, var(--tw-text-opacity));
}

.focus\:text-text_blue:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 178, 207, var(--tw-text-opacity));
}

.focus\:text-footer_bg:focus {
    --tw-text-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-text-opacity));
}

.focus\:text-brown:focus {
    --tw-text-opacity: 1;
    color: rgba(128, 83, 0, var(--tw-text-opacity));
}

.focus\:text-dark_brown:focus {
    --tw-text-opacity: 1;
    color: rgba(135, 68, 51, var(--tw-text-opacity));
}

.focus\:text-Light_purple:focus {
    --tw-text-opacity: 1;
    color: rgba(101, 71, 155, var(--tw-text-opacity));
}

.focus\:text-dark_green:focus {
    --tw-text-opacity: 1;
    color: rgba(71, 155, 81, var(--tw-text-opacity));
}

.focus\:text-medium_green:focus {
    --tw-text-opacity: 1;
    color: rgba(58, 172, 43, var(--tw-text-opacity));
}

.focus\:text-light_green:focus {
    --tw-text-opacity: 1;
    color: rgba(154, 203, 62, var(--tw-text-opacity));
}

.focus\:text-green_900:focus {
    --tw-text-opacity: 1;
    color: rgba(57, 102, 118, var(--tw-text-opacity));
}

.focus\:text-dark_border:focus {
    --tw-text-opacity: 1;
    color: rgba(112, 112, 112, var(--tw-text-opacity));
}

.text-opacity-0 {
    --tw-text-opacity: 0;
}

.text-opacity-5 {
    --tw-text-opacity: 0.05;
}

.text-opacity-10 {
    --tw-text-opacity: 0.1;
}

.text-opacity-20 {
    --tw-text-opacity: 0.2;
}

.text-opacity-25 {
    --tw-text-opacity: 0.25;
}

.text-opacity-30 {
    --tw-text-opacity: 0.3;
}

.text-opacity-40 {
    --tw-text-opacity: 0.4;
}

.text-opacity-50 {
    --tw-text-opacity: 0.5;
}

.text-opacity-60 {
    --tw-text-opacity: 0.6;
}

.text-opacity-70 {
    --tw-text-opacity: 0.7;
}

.text-opacity-75 {
    --tw-text-opacity: 0.75;
}

.text-opacity-80 {
    --tw-text-opacity: 0.8;
}

.text-opacity-90 {
    --tw-text-opacity: 0.9;
}

.text-opacity-95 {
    --tw-text-opacity: 0.95;
}

.text-opacity-100 {
    --tw-text-opacity: 1;
}

.group:hover .group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
}

.group:hover .group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
}

.group:hover .group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
}

.group:hover .group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
}

.group:hover .group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
}

.group:hover .group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
}

.group:hover .group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
}

.group:hover .group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
}

.group:hover .group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
}

.group:hover .group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
}

.group:hover .group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
}

.group:hover .group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
}

.group:hover .group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
}

.group:hover .group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
}

.group:hover .group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
}

.focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
}

.focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
}

.focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
}

.focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
}

.focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
}

.focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
}

.focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
}

.focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
}

.focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
}

.focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
}

.focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
}

.focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
}

.focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
}

.focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
}

.focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
}

.hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
}

.hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
}

.hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
}

.hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
}

.hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
}

.hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
}

.hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
}

.hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
}

.hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
}

.hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
}

.hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
}

.hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
}

.hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
}

.hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
}

.hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
}

.focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
}

.focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
}

.focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
}

.focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
}

.focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
}

.focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
}

.focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
}

.focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
}

.focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
}

.focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
}

.focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
}

.focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
}

.focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
}

.focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
}

.focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
}

.underline {
    text-decoration: underline;
}

.line-through {
    text-decoration: line-through;
}

.no-underline {
    text-decoration: none;
}

.group:hover .group-hover\:underline {
    text-decoration: underline;
}

.group:hover .group-hover\:line-through {
    text-decoration: line-through;
}

.group:hover .group-hover\:no-underline {
    text-decoration: none;
}

.focus-within\:underline:focus-within {
    text-decoration: underline;
}

.focus-within\:line-through:focus-within {
    text-decoration: line-through;
}

.focus-within\:no-underline:focus-within {
    text-decoration: none;
}

.hover\:underline:hover {
    text-decoration: underline;
}

.hover\:line-through:hover {
    text-decoration: line-through;
}

.hover\:no-underline:hover {
    text-decoration: none;
}

.focus\:underline:focus {
    text-decoration: underline;
}

.focus\:line-through:focus {
    text-decoration: line-through;
}

.focus\:no-underline:focus {
    text-decoration: none;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}

.placeholder-transparent::-moz-placeholder {
    color: transparent;
}

.placeholder-transparent:-ms-input-placeholder {
    color: transparent;
}

.placeholder-transparent::placeholder {
    color: transparent;
}

.placeholder-current::-moz-placeholder {
    color: currentColor;
}

.placeholder-current:-ms-input-placeholder {
    color: currentColor;
}

.placeholder-current::placeholder {
    color: currentColor;
}

.placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.placeholder-gray-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.placeholder-gray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.placeholder-gray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.placeholder-gray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.placeholder-gray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.placeholder-red-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.placeholder-red-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.placeholder-red-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.placeholder-red-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.placeholder-red-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.placeholder-red-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-red-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.placeholder-red-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.placeholder-red-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.placeholder-red-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.placeholder-yellow::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
}

.placeholder-yellow:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
}

.placeholder-yellow::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
}

.placeholder-green::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
}

.placeholder-green:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
}

.placeholder-green::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
}

.placeholder-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
}

.placeholder-blue:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
}

.placeholder-blue::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
}

.placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.placeholder-indigo-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.placeholder-indigo-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.placeholder-indigo-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.placeholder-indigo-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.placeholder-indigo-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.placeholder-indigo-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.placeholder-indigo-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.placeholder-indigo-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.placeholder-purple::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
}

.placeholder-purple:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
}

.placeholder-purple::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
}

.placeholder-pink::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
}

.placeholder-pink:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
}

.placeholder-pink::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
}

.placeholder-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
}

.placeholder-primary:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
}

.placeholder-primary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
}

.placeholder-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
}

.placeholder-secondary:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
}

.placeholder-secondary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
}

.placeholder-body_bg::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-body_bg:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-body_bg::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-body_text::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
}

.placeholder-body_text:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
}

.placeholder-body_text::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
}

.placeholder-title::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
}

.placeholder-title:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
}

.placeholder-title::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
}

.placeholder-grey::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
}

.placeholder-grey:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
}

.placeholder-grey::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
}

.placeholder-dark_grey::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
}

.placeholder-dark_grey:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
}

.placeholder-dark_grey::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
}

.placeholder-light_grey::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
}

.placeholder-light_grey:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
}

.placeholder-light_grey::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
}

.placeholder-medium_grey::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
}

.placeholder-medium_grey:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
}

.placeholder-medium_grey::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
}

.placeholder-lightten_grey::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
}

.placeholder-lightten_grey:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
}

.placeholder-lightten_grey::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
}

.placeholder-grey_300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
}

.placeholder-grey_300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
}

.placeholder-grey_300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
}

.placeholder-grey_400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
}

.placeholder-grey_400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
}

.placeholder-grey_400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
}

.placeholder-medium_blue::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
}

.placeholder-medium_blue:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
}

.placeholder-medium_blue::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
}

.placeholder-dark_blue::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
}

.placeholder-dark_blue:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
}

.placeholder-dark_blue::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
}

.placeholder-text_blue::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
}

.placeholder-text_blue:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
}

.placeholder-text_blue::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
}

.placeholder-footer_bg::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
}

.placeholder-footer_bg:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
}

.placeholder-footer_bg::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
}

.placeholder-brown::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
}

.placeholder-brown:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
}

.placeholder-brown::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
}

.placeholder-dark_brown::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
}

.placeholder-dark_brown:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
}

.placeholder-dark_brown::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
}

.placeholder-Light_purple::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
}

.placeholder-Light_purple:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
}

.placeholder-Light_purple::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
}

.placeholder-dark_green::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
}

.placeholder-dark_green:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
}

.placeholder-dark_green::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
}

.placeholder-medium_green::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
}

.placeholder-medium_green:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
}

.placeholder-medium_green::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
}

.placeholder-light_green::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
}

.placeholder-light_green:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
}

.placeholder-light_green::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
}

.placeholder-green_900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
}

.placeholder-green_900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
}

.placeholder-green_900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
}

.placeholder-dark_border::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
}

.placeholder-dark_border:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
}

.placeholder-dark_border::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
}

.focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
}

.focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
}

.focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
}

.focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
}

.focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor;
}

.focus\:placeholder-current:focus::placeholder {
    color: currentColor;
}

.focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
}

.focus\:placeholder-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
}

.focus\:placeholder-primary:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
}

.focus\:placeholder-primary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
}

.focus\:placeholder-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-secondary:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
}

.focus\:placeholder-body_bg:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-body_bg:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-body_bg:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-body_text:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
}

.focus\:placeholder-body_text:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
}

.focus\:placeholder-body_text:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
}

.focus\:placeholder-title:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
}

.focus\:placeholder-title:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
}

.focus\:placeholder-title:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
}

.focus\:placeholder-dark_grey:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
}

.focus\:placeholder-dark_grey:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
}

.focus\:placeholder-dark_grey:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
}

.focus\:placeholder-light_grey:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
}

.focus\:placeholder-light_grey:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
}

.focus\:placeholder-light_grey:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
}

.focus\:placeholder-medium_grey:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
}

.focus\:placeholder-medium_grey:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
}

.focus\:placeholder-medium_grey:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightten_grey:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightten_grey:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
}

.focus\:placeholder-lightten_grey:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey_300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey_300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey_300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey_400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey_400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey_400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
}

.focus\:placeholder-medium_blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-medium_blue:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-medium_blue:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
}

.focus\:placeholder-dark_blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
}

.focus\:placeholder-dark_blue:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
}

.focus\:placeholder-dark_blue:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
}

.focus\:placeholder-text_blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
}

.focus\:placeholder-text_blue:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
}

.focus\:placeholder-text_blue:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
}

.focus\:placeholder-footer_bg:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-footer_bg:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-footer_bg:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-brown:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-brown:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-brown:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-dark_brown:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
}

.focus\:placeholder-dark_brown:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
}

.focus\:placeholder-dark_brown:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
}

.focus\:placeholder-Light_purple:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
}

.focus\:placeholder-Light_purple:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
}

.focus\:placeholder-Light_purple:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
}

.focus\:placeholder-dark_green:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
}

.focus\:placeholder-dark_green:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
}

.focus\:placeholder-dark_green:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
}

.focus\:placeholder-medium_green:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
}

.focus\:placeholder-medium_green:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
}

.focus\:placeholder-medium_green:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
}

.focus\:placeholder-light_green:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
}

.focus\:placeholder-light_green:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
}

.focus\:placeholder-light_green:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green_900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green_900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green_900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
}

.focus\:placeholder-dark_border:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
}

.focus\:placeholder-dark_border:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
}

.focus\:placeholder-dark_border:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
}

.placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
}

.placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
}

.placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
}

.placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
}

.placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
}

.placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
}

.focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
}

.focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
}

.focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
}

.focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
}

.focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
}

.focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
}

.focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
}

.focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
}

.focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
}

.focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
}

.focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
}

.focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
}

.focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
}

.focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
}

.focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
}

.focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
}

.focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
}

.focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
}

.focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
}

.focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
}

.focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
}

.focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
}

.focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
}

.focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
}

.opacity-0 {
    opacity: 0;
}

.opacity-5 {
    opacity: 0.05;
}

.opacity-10 {
    opacity: 0.1;
}

.opacity-20 {
    opacity: 0.2;
}

.opacity-25 {
    opacity: 0.25;
}

.opacity-30 {
    opacity: 0.3;
}

.opacity-40 {
    opacity: 0.4;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-60 {
    opacity: 0.6;
}

.opacity-70 {
    opacity: 0.7;
}

.opacity-75 {
    opacity: 0.75;
}

.opacity-80 {
    opacity: 0.8;
}

.opacity-90 {
    opacity: 0.9;
}

.opacity-95 {
    opacity: 0.95;
}

.opacity-100 {
    opacity: 1;
}

.group:hover .group-hover\:opacity-0 {
    opacity: 0;
}

.group:hover .group-hover\:opacity-5 {
    opacity: 0.05;
}

.group:hover .group-hover\:opacity-10 {
    opacity: 0.1;
}

.group:hover .group-hover\:opacity-20 {
    opacity: 0.2;
}

.group:hover .group-hover\:opacity-25 {
    opacity: 0.25;
}

.group:hover .group-hover\:opacity-30 {
    opacity: 0.3;
}

.group:hover .group-hover\:opacity-40 {
    opacity: 0.4;
}

.group:hover .group-hover\:opacity-50 {
    opacity: 0.5;
}

.group:hover .group-hover\:opacity-60 {
    opacity: 0.6;
}

.group:hover .group-hover\:opacity-70 {
    opacity: 0.7;
}

.group:hover .group-hover\:opacity-75 {
    opacity: 0.75;
}

.group:hover .group-hover\:opacity-80 {
    opacity: 0.8;
}

.group:hover .group-hover\:opacity-90 {
    opacity: 0.9;
}

.group:hover .group-hover\:opacity-95 {
    opacity: 0.95;
}

.group:hover .group-hover\:opacity-100 {
    opacity: 1;
}

.focus-within\:opacity-0:focus-within {
    opacity: 0;
}

.focus-within\:opacity-5:focus-within {
    opacity: 0.05;
}

.focus-within\:opacity-10:focus-within {
    opacity: 0.1;
}

.focus-within\:opacity-20:focus-within {
    opacity: 0.2;
}

.focus-within\:opacity-25:focus-within {
    opacity: 0.25;
}

.focus-within\:opacity-30:focus-within {
    opacity: 0.3;
}

.focus-within\:opacity-40:focus-within {
    opacity: 0.4;
}

.focus-within\:opacity-50:focus-within {
    opacity: 0.5;
}

.focus-within\:opacity-60:focus-within {
    opacity: 0.6;
}

.focus-within\:opacity-70:focus-within {
    opacity: 0.7;
}

.focus-within\:opacity-75:focus-within {
    opacity: 0.75;
}

.focus-within\:opacity-80:focus-within {
    opacity: 0.8;
}

.focus-within\:opacity-90:focus-within {
    opacity: 0.9;
}

.focus-within\:opacity-95:focus-within {
    opacity: 0.95;
}

.focus-within\:opacity-100:focus-within {
    opacity: 1;
}

.hover\:opacity-0:hover {
    opacity: 0;
}

.hover\:opacity-5:hover {
    opacity: 0.05;
}

.hover\:opacity-10:hover {
    opacity: 0.1;
}

.hover\:opacity-20:hover {
    opacity: 0.2;
}

.hover\:opacity-25:hover {
    opacity: 0.25;
}

.hover\:opacity-30:hover {
    opacity: 0.3;
}

.hover\:opacity-40:hover {
    opacity: 0.4;
}

.hover\:opacity-50:hover {
    opacity: 0.5;
}

.hover\:opacity-60:hover {
    opacity: 0.6;
}

.hover\:opacity-70:hover {
    opacity: 0.7;
}

.hover\:opacity-75:hover {
    opacity: 0.75;
}

.hover\:opacity-80:hover {
    opacity: 0.8;
}

.hover\:opacity-90:hover {
    opacity: 0.9;
}

.hover\:opacity-95:hover {
    opacity: 0.95;
}

.hover\:opacity-100:hover {
    opacity: 1;
}

.focus\:opacity-0:focus {
    opacity: 0;
}

.focus\:opacity-5:focus {
    opacity: 0.05;
}

.focus\:opacity-10:focus {
    opacity: 0.1;
}

.focus\:opacity-20:focus {
    opacity: 0.2;
}

.focus\:opacity-25:focus {
    opacity: 0.25;
}

.focus\:opacity-30:focus {
    opacity: 0.3;
}

.focus\:opacity-40:focus {
    opacity: 0.4;
}

.focus\:opacity-50:focus {
    opacity: 0.5;
}

.focus\:opacity-60:focus {
    opacity: 0.6;
}

.focus\:opacity-70:focus {
    opacity: 0.7;
}

.focus\:opacity-75:focus {
    opacity: 0.75;
}

.focus\:opacity-80:focus {
    opacity: 0.8;
}

.focus\:opacity-90:focus {
    opacity: 0.9;
}

.focus\:opacity-95:focus {
    opacity: 0.95;
}

.focus\:opacity-100:focus {
    opacity: 1;
}

.bg-blend-normal {
    background-blend-mode: normal;
}

.bg-blend-multiply {
    background-blend-mode: multiply;
}

.bg-blend-screen {
    background-blend-mode: screen;
}

.bg-blend-overlay {
    background-blend-mode: overlay;
}

.bg-blend-darken {
    background-blend-mode: darken;
}

.bg-blend-lighten {
    background-blend-mode: lighten;
}

.bg-blend-color-dodge {
    background-blend-mode: color-dodge;
}

.bg-blend-color-burn {
    background-blend-mode: color-burn;
}

.bg-blend-hard-light {
    background-blend-mode: hard-light;
}

.bg-blend-soft-light {
    background-blend-mode: soft-light;
}

.bg-blend-difference {
    background-blend-mode: difference;
}

.bg-blend-exclusion {
    background-blend-mode: exclusion;
}

.bg-blend-hue {
    background-blend-mode: hue;
}

.bg-blend-saturation {
    background-blend-mode: saturation;
}

.bg-blend-color {
    background-blend-mode: color;
}

.bg-blend-luminosity {
    background-blend-mode: luminosity;
}

.mix-blend-normal {
    mix-blend-mode: normal;
}

.mix-blend-multiply {
    mix-blend-mode: multiply;
}

.mix-blend-screen {
    mix-blend-mode: screen;
}

.mix-blend-overlay {
    mix-blend-mode: overlay;
}

.mix-blend-darken {
    mix-blend-mode: darken;
}

.mix-blend-lighten {
    mix-blend-mode: lighten;
}

.mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
}

.mix-blend-color-burn {
    mix-blend-mode: color-burn;
}

.mix-blend-hard-light {
    mix-blend-mode: hard-light;
}

.mix-blend-soft-light {
    mix-blend-mode: soft-light;
}

.mix-blend-difference {
    mix-blend-mode: difference;
}

.mix-blend-exclusion {
    mix-blend-mode: exclusion;
}

.mix-blend-hue {
    mix-blend-mode: hue;
}

.mix-blend-saturation {
    mix-blend-mode: saturation;
}

.mix-blend-color {
    mix-blend-mode: color;
}

.mix-blend-luminosity {
    mix-blend-mode: luminosity;
}

*,
::before,
::after {
    --tw-shadow: 0 0 #0000;
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
}

.outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
}

.focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
}

.focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
}

.focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
}

*,
::before,
::after {
    --tw-ring-inset: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
}

.ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-inset {
    --tw-ring-inset: inset;
}

.focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
}

.focus\:ring-inset:focus {
    --tw-ring-inset: inset;
}

.ring-transparent {
    --tw-ring-color: transparent;
}

.ring-current {
    --tw-ring-color: currentColor;
}

.ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

.ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}

.ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

.ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

.ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}

.ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}

.ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}

.ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}

.ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}

.ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}

.ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

.ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

.ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

.ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

.ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

.ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

.ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}

.ring-yellow {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 145, 67, var(--tw-ring-opacity));
}

.ring-green {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(123, 188, 0, var(--tw-ring-opacity));
}

.ring-blue {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 164, 220, var(--tw-ring-opacity));
}

.ring-indigo-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

.ring-purple {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(104, 71, 195, var(--tw-ring-opacity));
}

.ring-pink {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 7, 55, var(--tw-ring-opacity));
}

.ring-primary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 110, 110, var(--tw-ring-opacity));
}

.ring-secondary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
}

.ring-body_bg {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.ring-body_text {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
}

.ring-title {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
}

.ring-grey {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 74, 81, var(--tw-ring-opacity));
}

.ring-dark_grey {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
}

.ring-light_grey {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
}

.ring-medium_grey {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 81, 86, var(--tw-ring-opacity));
}

.ring-lightten_grey {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(198, 198, 198, var(--tw-ring-opacity));
}

.ring-grey_300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
}

.ring-grey_400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
}

.ring-medium_blue {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(69, 205, 252, var(--tw-ring-opacity));
}

.ring-dark_blue {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 128, 172, var(--tw-ring-opacity));
}

.ring-text_blue {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
}

.ring-footer_bg {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
}

.ring-brown {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(128, 83, 0, var(--tw-ring-opacity));
}

.ring-dark_brown {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(135, 68, 51, var(--tw-ring-opacity));
}

.ring-Light_purple {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 71, 155, var(--tw-ring-opacity));
}

.ring-dark_green {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 155, 81, var(--tw-ring-opacity));
}

.ring-medium_green {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 172, 43, var(--tw-ring-opacity));
}

.ring-light_green {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 203, 62, var(--tw-ring-opacity));
}

.ring-green_900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(57, 102, 118, var(--tw-ring-opacity));
}

.ring-dark_border {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity));
}

.focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
}

.focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor;
}

.focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}

.focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

.focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

.focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

.focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

.focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

.focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

.focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 145, 67, var(--tw-ring-opacity));
}

.focus-within\:ring-green:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(123, 188, 0, var(--tw-ring-opacity));
}

.focus-within\:ring-blue:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 164, 220, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

.focus-within\:ring-purple:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(104, 71, 195, var(--tw-ring-opacity));
}

.focus-within\:ring-pink:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 7, 55, var(--tw-ring-opacity));
}

.focus-within\:ring-primary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 110, 110, var(--tw-ring-opacity));
}

.focus-within\:ring-secondary:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
}

.focus-within\:ring-body_bg:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-body_text:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
}

.focus-within\:ring-title:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
}

.focus-within\:ring-grey:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 74, 81, var(--tw-ring-opacity));
}

.focus-within\:ring-dark_grey:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
}

.focus-within\:ring-light_grey:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
}

.focus-within\:ring-medium_grey:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 81, 86, var(--tw-ring-opacity));
}

.focus-within\:ring-lightten_grey:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(198, 198, 198, var(--tw-ring-opacity));
}

.focus-within\:ring-grey_300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
}

.focus-within\:ring-grey_400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
}

.focus-within\:ring-medium_blue:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(69, 205, 252, var(--tw-ring-opacity));
}

.focus-within\:ring-dark_blue:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 128, 172, var(--tw-ring-opacity));
}

.focus-within\:ring-text_blue:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
}

.focus-within\:ring-footer_bg:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
}

.focus-within\:ring-brown:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(128, 83, 0, var(--tw-ring-opacity));
}

.focus-within\:ring-dark_brown:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(135, 68, 51, var(--tw-ring-opacity));
}

.focus-within\:ring-Light_purple:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 71, 155, var(--tw-ring-opacity));
}

.focus-within\:ring-dark_green:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 155, 81, var(--tw-ring-opacity));
}

.focus-within\:ring-medium_green:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 172, 43, var(--tw-ring-opacity));
}

.focus-within\:ring-light_green:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 203, 62, var(--tw-ring-opacity));
}

.focus-within\:ring-green_900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(57, 102, 118, var(--tw-ring-opacity));
}

.focus-within\:ring-dark_border:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity));
}

.focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
}

.focus\:ring-current:focus {
    --tw-ring-color: currentColor;
}

.focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

.focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}

.focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

.focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

.focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}

.focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}

.focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}

.focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}

.focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}

.focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}

.focus\:ring-red-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

.focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

.focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

.focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

.focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

.focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

.focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}

.focus\:ring-yellow:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 145, 67, var(--tw-ring-opacity));
}

.focus\:ring-green:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(123, 188, 0, var(--tw-ring-opacity));
}

.focus\:ring-blue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 164, 220, var(--tw-ring-opacity));
}

.focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

.focus\:ring-purple:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(104, 71, 195, var(--tw-ring-opacity));
}

.focus\:ring-pink:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 7, 55, var(--tw-ring-opacity));
}

.focus\:ring-primary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(110, 110, 110, var(--tw-ring-opacity));
}

.focus\:ring-secondary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
}

.focus\:ring-body_bg:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus\:ring-body_text:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
}

.focus\:ring-title:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
}

.focus\:ring-grey:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 74, 81, var(--tw-ring-opacity));
}

.focus\:ring-dark_grey:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
}

.focus\:ring-light_grey:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
}

.focus\:ring-medium_grey:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 81, 86, var(--tw-ring-opacity));
}

.focus\:ring-lightten_grey:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(198, 198, 198, var(--tw-ring-opacity));
}

.focus\:ring-grey_300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
}

.focus\:ring-grey_400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
}

.focus\:ring-medium_blue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(69, 205, 252, var(--tw-ring-opacity));
}

.focus\:ring-dark_blue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 128, 172, var(--tw-ring-opacity));
}

.focus\:ring-text_blue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
}

.focus\:ring-footer_bg:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
}

.focus\:ring-brown:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(128, 83, 0, var(--tw-ring-opacity));
}

.focus\:ring-dark_brown:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(135, 68, 51, var(--tw-ring-opacity));
}

.focus\:ring-Light_purple:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(101, 71, 155, var(--tw-ring-opacity));
}

.focus\:ring-dark_green:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 155, 81, var(--tw-ring-opacity));
}

.focus\:ring-medium_green:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(58, 172, 43, var(--tw-ring-opacity));
}

.focus\:ring-light_green:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 203, 62, var(--tw-ring-opacity));
}

.focus\:ring-green_900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(57, 102, 118, var(--tw-ring-opacity));
}

.focus\:ring-dark_border:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity));
}

.ring-opacity-0 {
    --tw-ring-opacity: 0;
}

.ring-opacity-5 {
    --tw-ring-opacity: 0.05;
}

.ring-opacity-10 {
    --tw-ring-opacity: 0.1;
}

.ring-opacity-20 {
    --tw-ring-opacity: 0.2;
}

.ring-opacity-25 {
    --tw-ring-opacity: 0.25;
}

.ring-opacity-30 {
    --tw-ring-opacity: 0.3;
}

.ring-opacity-40 {
    --tw-ring-opacity: 0.4;
}

.ring-opacity-50 {
    --tw-ring-opacity: 0.5;
}

.ring-opacity-60 {
    --tw-ring-opacity: 0.6;
}

.ring-opacity-70 {
    --tw-ring-opacity: 0.7;
}

.ring-opacity-75 {
    --tw-ring-opacity: 0.75;
}

.ring-opacity-80 {
    --tw-ring-opacity: 0.8;
}

.ring-opacity-90 {
    --tw-ring-opacity: 0.9;
}

.ring-opacity-95 {
    --tw-ring-opacity: 0.95;
}

.ring-opacity-100 {
    --tw-ring-opacity: 1;
}

.focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
}

.focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
}

.focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
}

.focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
}

.focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
}

.focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
}

.focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
}

.focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
}

.focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
}

.focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
}

.focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
}

.focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
}

.focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
}

.focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
}

.focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
}

.focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
}

.focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
}

.focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
}

.focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
}

.focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
}

.focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
}

.focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
}

.focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
}

.focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
}

.focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
}

.focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
}

.focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
}

.focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
}

.focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
}

.focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
}

.ring-offset-0 {
    --tw-ring-offset-width: 0px;
}

.ring-offset-1 {
    --tw-ring-offset-width: 1px;
}

.ring-offset-2 {
    --tw-ring-offset-width: 2px;
}

.ring-offset-4 {
    --tw-ring-offset-width: 4px;
}

.ring-offset-8 {
    --tw-ring-offset-width: 8px;
}

.focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
}

.focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
}

.focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
}

.focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
}

.focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
}

.focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
}

.focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
}

.focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
}

.focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
}

.focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
}

.ring-offset-transparent {
    --tw-ring-offset-color: transparent;
}

.ring-offset-current {
    --tw-ring-offset-color: currentColor;
}

.ring-offset-black {
    --tw-ring-offset-color: #000;
}

.ring-offset-white {
    --tw-ring-offset-color: #fff;
}

.ring-offset-gray-50 {
    --tw-ring-offset-color: #f9fafb;
}

.ring-offset-gray-100 {
    --tw-ring-offset-color: #f3f4f6;
}

.ring-offset-gray-200 {
    --tw-ring-offset-color: #e5e7eb;
}

.ring-offset-gray-300 {
    --tw-ring-offset-color: #d1d5db;
}

.ring-offset-gray-400 {
    --tw-ring-offset-color: #9ca3af;
}

.ring-offset-gray-500 {
    --tw-ring-offset-color: #6b7280;
}

.ring-offset-gray-600 {
    --tw-ring-offset-color: #4b5563;
}

.ring-offset-gray-700 {
    --tw-ring-offset-color: #374151;
}

.ring-offset-gray-800 {
    --tw-ring-offset-color: #1f2937;
}

.ring-offset-gray-900 {
    --tw-ring-offset-color: #111827;
}

.ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
}

.ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
}

.ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
}

.ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
}

.ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
}

.ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
}

.ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
}

.ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
}

.ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
}

.ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
}

.ring-offset-yellow {
    --tw-ring-offset-color: #ed9143;
}

.ring-offset-green {
    --tw-ring-offset-color: #7bbc00;
}

.ring-offset-blue {
    --tw-ring-offset-color: #5ba4dc;
}

.ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff;
}

.ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff;
}

.ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe;
}

.ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc;
}

.ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8;
}

.ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1;
}

.ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5;
}

.ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca;
}

.ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3;
}

.ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81;
}

.ring-offset-purple {
    --tw-ring-offset-color: #6847c3;
}

.ring-offset-pink {
    --tw-ring-offset-color: #850737;
}

.ring-offset-primary {
    --tw-ring-offset-color: #6E6E6E;
}

.ring-offset-secondary {
    --tw-ring-offset-color: #ededed;
}

.ring-offset-body_bg {
    --tw-ring-offset-color: #ffffff;
}

.ring-offset-body_text {
    --tw-ring-offset-color: #4a4349;
}

.ring-offset-title {
    --tw-ring-offset-color: #3fb2cf;
}

.ring-offset-grey {
    --tw-ring-offset-color: #524A51;
}

.ring-offset-dark_grey {
    --tw-ring-offset-color: #4a4349;
}

.ring-offset-light_grey {
    --tw-ring-offset-color: #B7B7B7;
}

.ring-offset-medium_grey {
    --tw-ring-offset-color: #575156;
}

.ring-offset-lightten_grey {
    --tw-ring-offset-color: #C6C6C6;
}

.ring-offset-grey_300 {
    --tw-ring-offset-color: #d3d3d3;
}

.ring-offset-grey_400 {
    --tw-ring-offset-color: #b7b7b7;
}

.ring-offset-medium_blue {
    --tw-ring-offset-color: #45cdfc;
}

.ring-offset-dark_blue {
    --tw-ring-offset-color: #0080ac;
}

.ring-offset-text_blue {
    --tw-ring-offset-color: #3FB2CF;
}

.ring-offset-footer_bg {
    --tw-ring-offset-color: #464646;
}

.ring-offset-brown {
    --tw-ring-offset-color: #805300;
}

.ring-offset-dark_brown {
    --tw-ring-offset-color: #874433;
}

.ring-offset-Light_purple {
    --tw-ring-offset-color: #65479b;
}

.ring-offset-dark_green {
    --tw-ring-offset-color: #479b51;
}

.ring-offset-medium_green {
    --tw-ring-offset-color: #3aac2b;
}

.ring-offset-light_green {
    --tw-ring-offset-color: #9acb3e;
}

.ring-offset-green_900 {
    --tw-ring-offset-color: #396676;
}

.ring-offset-dark_border {
    --tw-ring-offset-color: #707070;
}

.focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
}

.focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
}

.focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
}

.focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
}

.focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #f9fafb;
}

.focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f3f4f6;
}

.focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e5e7eb;
}

.focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d1d5db;
}

.focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #9ca3af;
}

.focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #6b7280;
}

.focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #4b5563;
}

.focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #374151;
}

.focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #1f2937;
}

.focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #111827;
}

.focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
}

.focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
}

.focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
}

.focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
}

.focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
}

.focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
}

.focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
}

.focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
}

.focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
}

.focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
}

.focus-within\:ring-offset-yellow:focus-within {
    --tw-ring-offset-color: #ed9143;
}

.focus-within\:ring-offset-green:focus-within {
    --tw-ring-offset-color: #7bbc00;
}

.focus-within\:ring-offset-blue:focus-within {
    --tw-ring-offset-color: #5ba4dc;
}

.focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff;
}

.focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff;
}

.focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe;
}

.focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc;
}

.focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8;
}

.focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1;
}

.focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5;
}

.focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca;
}

.focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3;
}

.focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81;
}

.focus-within\:ring-offset-purple:focus-within {
    --tw-ring-offset-color: #6847c3;
}

.focus-within\:ring-offset-pink:focus-within {
    --tw-ring-offset-color: #850737;
}

.focus-within\:ring-offset-primary:focus-within {
    --tw-ring-offset-color: #6E6E6E;
}

.focus-within\:ring-offset-secondary:focus-within {
    --tw-ring-offset-color: #ededed;
}

.focus-within\:ring-offset-body_bg:focus-within {
    --tw-ring-offset-color: #ffffff;
}

.focus-within\:ring-offset-body_text:focus-within {
    --tw-ring-offset-color: #4a4349;
}

.focus-within\:ring-offset-title:focus-within {
    --tw-ring-offset-color: #3fb2cf;
}

.focus-within\:ring-offset-grey:focus-within {
    --tw-ring-offset-color: #524A51;
}

.focus-within\:ring-offset-dark_grey:focus-within {
    --tw-ring-offset-color: #4a4349;
}

.focus-within\:ring-offset-light_grey:focus-within {
    --tw-ring-offset-color: #B7B7B7;
}

.focus-within\:ring-offset-medium_grey:focus-within {
    --tw-ring-offset-color: #575156;
}

.focus-within\:ring-offset-lightten_grey:focus-within {
    --tw-ring-offset-color: #C6C6C6;
}

.focus-within\:ring-offset-grey_300:focus-within {
    --tw-ring-offset-color: #d3d3d3;
}

.focus-within\:ring-offset-grey_400:focus-within {
    --tw-ring-offset-color: #b7b7b7;
}

.focus-within\:ring-offset-medium_blue:focus-within {
    --tw-ring-offset-color: #45cdfc;
}

.focus-within\:ring-offset-dark_blue:focus-within {
    --tw-ring-offset-color: #0080ac;
}

.focus-within\:ring-offset-text_blue:focus-within {
    --tw-ring-offset-color: #3FB2CF;
}

.focus-within\:ring-offset-footer_bg:focus-within {
    --tw-ring-offset-color: #464646;
}

.focus-within\:ring-offset-brown:focus-within {
    --tw-ring-offset-color: #805300;
}

.focus-within\:ring-offset-dark_brown:focus-within {
    --tw-ring-offset-color: #874433;
}

.focus-within\:ring-offset-Light_purple:focus-within {
    --tw-ring-offset-color: #65479b;
}

.focus-within\:ring-offset-dark_green:focus-within {
    --tw-ring-offset-color: #479b51;
}

.focus-within\:ring-offset-medium_green:focus-within {
    --tw-ring-offset-color: #3aac2b;
}

.focus-within\:ring-offset-light_green:focus-within {
    --tw-ring-offset-color: #9acb3e;
}

.focus-within\:ring-offset-green_900:focus-within {
    --tw-ring-offset-color: #396676;
}

.focus-within\:ring-offset-dark_border:focus-within {
    --tw-ring-offset-color: #707070;
}

.focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
}

.focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
}

.focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
}

.focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
}

.focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #f9fafb;
}

.focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f3f4f6;
}

.focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e5e7eb;
}

.focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d1d5db;
}

.focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #9ca3af;
}

.focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #6b7280;
}

.focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #4b5563;
}

.focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #374151;
}

.focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1f2937;
}

.focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #111827;
}

.focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
}

.focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
}

.focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
}

.focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
}

.focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
}

.focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
}

.focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
}

.focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
}

.focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
}

.focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
}

.focus\:ring-offset-yellow:focus {
    --tw-ring-offset-color: #ed9143;
}

.focus\:ring-offset-green:focus {
    --tw-ring-offset-color: #7bbc00;
}

.focus\:ring-offset-blue:focus {
    --tw-ring-offset-color: #5ba4dc;
}

.focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff;
}

.focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff;
}

.focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe;
}

.focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc;
}

.focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8;
}

.focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1;
}

.focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5;
}

.focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca;
}

.focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3;
}

.focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81;
}

.focus\:ring-offset-purple:focus {
    --tw-ring-offset-color: #6847c3;
}

.focus\:ring-offset-pink:focus {
    --tw-ring-offset-color: #850737;
}

.focus\:ring-offset-primary:focus {
    --tw-ring-offset-color: #6E6E6E;
}

.focus\:ring-offset-secondary:focus {
    --tw-ring-offset-color: #ededed;
}

.focus\:ring-offset-body_bg:focus {
    --tw-ring-offset-color: #ffffff;
}

.focus\:ring-offset-body_text:focus {
    --tw-ring-offset-color: #4a4349;
}

.focus\:ring-offset-title:focus {
    --tw-ring-offset-color: #3fb2cf;
}

.focus\:ring-offset-grey:focus {
    --tw-ring-offset-color: #524A51;
}

.focus\:ring-offset-dark_grey:focus {
    --tw-ring-offset-color: #4a4349;
}

.focus\:ring-offset-light_grey:focus {
    --tw-ring-offset-color: #B7B7B7;
}

.focus\:ring-offset-medium_grey:focus {
    --tw-ring-offset-color: #575156;
}

.focus\:ring-offset-lightten_grey:focus {
    --tw-ring-offset-color: #C6C6C6;
}

.focus\:ring-offset-grey_300:focus {
    --tw-ring-offset-color: #d3d3d3;
}

.focus\:ring-offset-grey_400:focus {
    --tw-ring-offset-color: #b7b7b7;
}

.focus\:ring-offset-medium_blue:focus {
    --tw-ring-offset-color: #45cdfc;
}

.focus\:ring-offset-dark_blue:focus {
    --tw-ring-offset-color: #0080ac;
}

.focus\:ring-offset-text_blue:focus {
    --tw-ring-offset-color: #3FB2CF;
}

.focus\:ring-offset-footer_bg:focus {
    --tw-ring-offset-color: #464646;
}

.focus\:ring-offset-brown:focus {
    --tw-ring-offset-color: #805300;
}

.focus\:ring-offset-dark_brown:focus {
    --tw-ring-offset-color: #874433;
}

.focus\:ring-offset-Light_purple:focus {
    --tw-ring-offset-color: #65479b;
}

.focus\:ring-offset-dark_green:focus {
    --tw-ring-offset-color: #479b51;
}

.focus\:ring-offset-medium_green:focus {
    --tw-ring-offset-color: #3aac2b;
}

.focus\:ring-offset-light_green:focus {
    --tw-ring-offset-color: #9acb3e;
}

.focus\:ring-offset-green_900:focus {
    --tw-ring-offset-color: #396676;
}

.focus\:ring-offset-dark_border:focus {
    --tw-ring-offset-color: #707070;
}

.filter {
    --tw-blur: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-brightness: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-contrast: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-grayscale: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-hue-rotate: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-invert: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-saturate: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-sepia: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-drop-shadow: var(--tw-empty,
            /*!*/
            /*!*/
        );
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter-none {
    filter: none;
}

.blur-0 {
    --tw-blur: blur(0);
}

.blur-none {
    --tw-blur: blur(0);
}

.blur-sm {
    --tw-blur: blur(4px);
}

.blur {
    --tw-blur: blur(8px);
}

.blur-md {
    --tw-blur: blur(12px);
}

.blur-lg {
    --tw-blur: blur(16px);
}

.blur-xl {
    --tw-blur: blur(24px);
}

.blur-2xl {
    --tw-blur: blur(40px);
}

.blur-3xl {
    --tw-blur: blur(64px);
}

.brightness-0 {
    --tw-brightness: brightness(0);
}

.brightness-50 {
    --tw-brightness: brightness(.5);
}

.brightness-75 {
    --tw-brightness: brightness(.75);
}

.brightness-90 {
    --tw-brightness: brightness(.9);
}

.brightness-95 {
    --tw-brightness: brightness(.95);
}

.brightness-100 {
    --tw-brightness: brightness(1);
}

.brightness-105 {
    --tw-brightness: brightness(1.05);
}

.brightness-110 {
    --tw-brightness: brightness(1.1);
}

.brightness-125 {
    --tw-brightness: brightness(1.25);
}

.brightness-150 {
    --tw-brightness: brightness(1.5);
}

.brightness-200 {
    --tw-brightness: brightness(2);
}

.contrast-0 {
    --tw-contrast: contrast(0);
}

.contrast-50 {
    --tw-contrast: contrast(.5);
}

.contrast-75 {
    --tw-contrast: contrast(.75);
}

.contrast-100 {
    --tw-contrast: contrast(1);
}

.contrast-125 {
    --tw-contrast: contrast(1.25);
}

.contrast-150 {
    --tw-contrast: contrast(1.5);
}

.contrast-200 {
    --tw-contrast: contrast(2);
}

.drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
}

.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));
}

.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));
}

.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));
}

.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));
}

.drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
}

.drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
}

.grayscale-0 {
    --tw-grayscale: grayscale(0);
}

.grayscale {
    --tw-grayscale: grayscale(100%);
}

.hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
}

.hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
}

.hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
}

.hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
}

.hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
}

.hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
}

.-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
}

.-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
}

.-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
}

.-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
}

.-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
}

.invert-0 {
    --tw-invert: invert(0);
}

.invert {
    --tw-invert: invert(100%);
}

.saturate-0 {
    --tw-saturate: saturate(0);
}

.saturate-50 {
    --tw-saturate: saturate(.5);
}

.saturate-100 {
    --tw-saturate: saturate(1);
}

.saturate-150 {
    --tw-saturate: saturate(1.5);
}

.saturate-200 {
    --tw-saturate: saturate(2);
}

.sepia-0 {
    --tw-sepia: sepia(0);
}

.sepia {
    --tw-sepia: sepia(100%);
}

.backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-backdrop-brightness: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-backdrop-contrast: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-backdrop-grayscale: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-backdrop-hue-rotate: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-backdrop-invert: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-backdrop-opacity: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-backdrop-saturate: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-backdrop-sepia: var(--tw-empty,
            /*!*/
            /*!*/
        );
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter-none {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
}

.backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
}

.backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
}

.backdrop-blur {
    --tw-backdrop-blur: blur(8px);
}

.backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
}

.backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
}

.backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
}

.backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
}

.backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
}

.backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
}

.backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
}

.backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
}

.backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
}

.backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
}

.backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
}

.backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
}

.backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
}

.backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
}

.backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
}

.backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
}

.backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
}

.backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
}

.backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
}

.backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
}

.backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
}

.backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
}

.backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
}

.backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
}

.backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
}

.backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
}

.backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
}

.backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
}

.backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
}

.backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
}

.backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
}

.-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
}

.-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
}

.-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
}

.-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
}

.-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
}

.backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
}

.backdrop-invert {
    --tw-backdrop-invert: invert(100%);
}

.backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
}

.backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
}

.backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
}

.backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
}

.backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
}

.backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
}

.backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
}

.backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
}

.backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
}

.backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
}

.backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
}

.backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
}

.backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
}

.backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
}

.backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
}

.backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
}

.backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
}

.backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
}

.backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
}

.backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
}

.backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
}

.backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
}

.transition-none {
    transition-property: none;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.delay-75 {
    transition-delay: 75ms;
}

.delay-100 {
    transition-delay: 100ms;
}

.delay-150 {
    transition-delay: 150ms;
}

.delay-200 {
    transition-delay: 200ms;
}

.delay-300 {
    transition-delay: 300ms;
}

.delay-500 {
    transition-delay: 500ms;
}

.delay-700 {
    transition-delay: 700ms;
}

.delay-1000 {
    transition-delay: 1000ms;
}

.duration-75 {
    transition-duration: 75ms;
}

.duration-100 {
    transition-duration: 100ms;
}

.duration-150 {
    transition-duration: 150ms;
}

.duration-200 {
    transition-duration: 200ms;
}

.duration-300 {
    transition-duration: 300ms;
}

.duration-500 {
    transition-duration: 500ms;
}

.duration-700 {
    transition-duration: 700ms;
}

.duration-1000 {
    transition-duration: 1000ms;
}

.ease-linear {
    transition-timing-function: linear;
}

.ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@font-face {
    font-family: "HelveticaNeue-Regular";

    src: url("../fonts/HelveticaNeue.eot");

    src: url("../fonts/HelveticaNeue.eot?#iefix") format("embedded-opentype"),
        url("../fonts/HelveticaNeue.woff") format("woff"),
        url("../fonts/HelveticaNeue.ttf") format("truetype");
}

@font-face {
    font-family: "Helvetica-Bold";

    src: url('../fonts/Helvetica-Bold.eot');

    src: url('../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica-Bold.woff2') format('woff2'),
        url('../fonts/Helvetica-Bold.woff') format('woff'),
        url('../fonts/Helvetica-Bold.ttf') format('truetype'),
        url('../fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');

    font-weight: bold;

    font-style: normal;

    font-display: swap;
}

@media (min-width: 600px) {
    .sm\:container {
        width: 100%;
    }

    @media (min-width: 100%) {
        .sm\:container {
            max-width: 100%;
        }
    }

    @media (min-width: 1232px) {
        .sm\:container {
            max-width: 1232px;
        }
    }

    .sm\:sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

    .sm\:not-sr-only {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }

    .sm\:focus-within\:sr-only:focus-within {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

    .sm\:focus-within\:not-sr-only:focus-within {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }

    .sm\:focus\:sr-only:focus {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

    .sm\:focus\:not-sr-only:focus {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }

    .sm\:pointer-events-none {
        pointer-events: none;
    }

    .sm\:pointer-events-auto {
        pointer-events: auto;
    }

    .sm\:visible {
        visibility: visible;
    }

    .sm\:invisible {
        visibility: hidden;
    }

    .sm\:static {
        position: static;
    }

    .sm\:fixed {
        position: fixed;
    }

    .sm\:absolute {
        position: absolute;
    }

    .sm\:relative {
        position: relative;
    }

    .sm\:sticky {
        position: sticky;
    }

    .sm\:inset-0 {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }

    .sm\:inset-1 {
        top: 0.25rem;
        right: 0.25rem;
        bottom: 0.25rem;
        left: 0.25rem;
    }

    .sm\:inset-2 {
        top: 0.5rem;
        right: 0.5rem;
        bottom: 0.5rem;
        left: 0.5rem;
    }

    .sm\:inset-3 {
        top: 0.75rem;
        right: 0.75rem;
        bottom: 0.75rem;
        left: 0.75rem;
    }

    .sm\:inset-4 {
        top: 1rem;
        right: 1rem;
        bottom: 1rem;
        left: 1rem;
    }

    .sm\:inset-5 {
        top: 1.25rem;
        right: 1.25rem;
        bottom: 1.25rem;
        left: 1.25rem;
    }

    .sm\:inset-6 {
        top: 1.5rem;
        right: 1.5rem;
        bottom: 1.5rem;
        left: 1.5rem;
    }

    .sm\:inset-7 {
        top: 1.75rem;
        right: 1.75rem;
        bottom: 1.75rem;
        left: 1.75rem;
    }

    .sm\:inset-8 {
        top: 2rem;
        right: 2rem;
        bottom: 2rem;
        left: 2rem;
    }

    .sm\:inset-9 {
        top: 2.25rem;
        right: 2.25rem;
        bottom: 2.25rem;
        left: 2.25rem;
    }

    .sm\:inset-10 {
        top: 2.5rem;
        right: 2.5rem;
        bottom: 2.5rem;
        left: 2.5rem;
    }

    .sm\:inset-11 {
        top: 2.75rem;
        right: 2.75rem;
        bottom: 2.75rem;
        left: 2.75rem;
    }

    .sm\:inset-12 {
        top: 3rem;
        right: 3rem;
        bottom: 3rem;
        left: 3rem;
    }

    .sm\:inset-14 {
        top: 3.5rem;
        right: 3.5rem;
        bottom: 3.5rem;
        left: 3.5rem;
    }

    .sm\:inset-16 {
        top: 4rem;
        right: 4rem;
        bottom: 4rem;
        left: 4rem;
    }

    .sm\:inset-18 {
        top: 4.375rem;
        right: 4.375rem;
        bottom: 4.375rem;
        left: 4.375rem;
    }

    .sm\:inset-19 {
        top: 76px;
        right: 76px;
        bottom: 76px;
        left: 76px;
    }

    .sm\:inset-20 {
        top: 5rem;
        right: 5rem;
        bottom: 5rem;
        left: 5rem;
    }

    .sm\:inset-24 {
        top: 6rem;
        right: 6rem;
        bottom: 6rem;
        left: 6rem;
    }

    .sm\:inset-28 {
        top: 7rem;
        right: 7rem;
        bottom: 7rem;
        left: 7rem;
    }

    .sm\:inset-30 {
        top: 120px;
        right: 120px;
        bottom: 120px;
        left: 120px;
    }

    .sm\:inset-32 {
        top: 8rem;
        right: 8rem;
        bottom: 8rem;
        left: 8rem;
    }

    .sm\:inset-36 {
        top: 9rem;
        right: 9rem;
        bottom: 9rem;
        left: 9rem;
    }

    .sm\:inset-40 {
        top: 10rem;
        right: 10rem;
        bottom: 10rem;
        left: 10rem;
    }

    .sm\:inset-44 {
        top: 11rem;
        right: 11rem;
        bottom: 11rem;
        left: 11rem;
    }

    .sm\:inset-48 {
        top: 12rem;
        right: 12rem;
        bottom: 12rem;
        left: 12rem;
    }

    .sm\:inset-52 {
        top: 13rem;
        right: 13rem;
        bottom: 13rem;
        left: 13rem;
    }

    .sm\:inset-56 {
        top: 14rem;
        right: 14rem;
        bottom: 14rem;
        left: 14rem;
    }

    .sm\:inset-60 {
        top: 15rem;
        right: 15rem;
        bottom: 15rem;
        left: 15rem;
    }

    .sm\:inset-64 {
        top: 16rem;
        right: 16rem;
        bottom: 16rem;
        left: 16rem;
    }

    .sm\:inset-72 {
        top: 18rem;
        right: 18rem;
        bottom: 18rem;
        left: 18rem;
    }

    .sm\:inset-80 {
        top: 20rem;
        right: 20rem;
        bottom: 20rem;
        left: 20rem;
    }

    .sm\:inset-96 {
        top: 24rem;
        right: 24rem;
        bottom: 24rem;
        left: 24rem;
    }

    .sm\:inset-auto {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }

    .sm\:inset-px {
        top: 1px;
        right: 1px;
        bottom: 1px;
        left: 1px;
    }

    .sm\:inset-0\.5 {
        top: 0.125rem;
        right: 0.125rem;
        bottom: 0.125rem;
        left: 0.125rem;
    }

    .sm\:inset-1\.5 {
        top: 0.375rem;
        right: 0.375rem;
        bottom: 0.375rem;
        left: 0.375rem;
    }

    .sm\:inset-2\.5 {
        top: 0.625rem;
        right: 0.625rem;
        bottom: 0.625rem;
        left: 0.625rem;
    }

    .sm\:inset-3\.5 {
        top: 0.875rem;
        right: 0.875rem;
        bottom: 0.875rem;
        left: 0.875rem;
    }

    .sm\:inset-5p {
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
    }

    .sm\:inset-10p {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }

    .sm\:inset-14p {
        top: 14px;
        right: 14px;
        bottom: 14px;
        left: 14px;
    }

    .sm\:inset-15p {
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
    }

    .sm\:inset-15_2 {
        top: 60px;
        right: 60px;
        bottom: 60px;
        left: 60px;
    }

    .sm\:inset-16_1 {
        top: 52px;
        right: 52px;
        bottom: 52px;
        left: 52px;
    }

    .sm\:inset-16p {
        top: 16px;
        right: 16px;
        bottom: 16px;
        left: 16px;
    }

    .sm\:inset-25p {
        top: 25px;
        right: 25px;
        bottom: 25px;
        left: 25px;
    }

    .sm\:inset-48p {
        top: 48%;
        right: 48%;
        bottom: 48%;
        left: 48%;
    }

    .sm\:inset-52p {
        top: 52%;
        right: 52%;
        bottom: 52%;
        left: 52%;
    }

    .sm\:-inset-0 {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }

    .sm\:-inset-1 {
        top: -0.25rem;
        right: -0.25rem;
        bottom: -0.25rem;
        left: -0.25rem;
    }

    .sm\:-inset-2 {
        top: -0.5rem;
        right: -0.5rem;
        bottom: -0.5rem;
        left: -0.5rem;
    }

    .sm\:-inset-3 {
        top: -0.75rem;
        right: -0.75rem;
        bottom: -0.75rem;
        left: -0.75rem;
    }

    .sm\:-inset-4 {
        top: -1rem;
        right: -1rem;
        bottom: -1rem;
        left: -1rem;
    }

    .sm\:-inset-5 {
        top: -1.25rem;
        right: -1.25rem;
        bottom: -1.25rem;
        left: -1.25rem;
    }

    .sm\:-inset-6 {
        top: -1.5rem;
        right: -1.5rem;
        bottom: -1.5rem;
        left: -1.5rem;
    }

    .sm\:-inset-7 {
        top: -1.75rem;
        right: -1.75rem;
        bottom: -1.75rem;
        left: -1.75rem;
    }

    .sm\:-inset-8 {
        top: -2rem;
        right: -2rem;
        bottom: -2rem;
        left: -2rem;
    }

    .sm\:-inset-9 {
        top: -2.25rem;
        right: -2.25rem;
        bottom: -2.25rem;
        left: -2.25rem;
    }

    .sm\:-inset-10 {
        top: -2.5rem;
        right: -2.5rem;
        bottom: -2.5rem;
        left: -2.5rem;
    }

    .sm\:-inset-11 {
        top: -2.75rem;
        right: -2.75rem;
        bottom: -2.75rem;
        left: -2.75rem;
    }

    .sm\:-inset-12 {
        top: -3rem;
        right: -3rem;
        bottom: -3rem;
        left: -3rem;
    }

    .sm\:-inset-14 {
        top: -3.5rem;
        right: -3.5rem;
        bottom: -3.5rem;
        left: -3.5rem;
    }

    .sm\:-inset-16 {
        top: -4rem;
        right: -4rem;
        bottom: -4rem;
        left: -4rem;
    }

    .sm\:-inset-18 {
        top: -4.375rem;
        right: -4.375rem;
        bottom: -4.375rem;
        left: -4.375rem;
    }

    .sm\:-inset-19 {
        top: -76px;
        right: -76px;
        bottom: -76px;
        left: -76px;
    }

    .sm\:-inset-20 {
        top: -5rem;
        right: -5rem;
        bottom: -5rem;
        left: -5rem;
    }

    .sm\:-inset-24 {
        top: -6rem;
        right: -6rem;
        bottom: -6rem;
        left: -6rem;
    }

    .sm\:-inset-28 {
        top: -7rem;
        right: -7rem;
        bottom: -7rem;
        left: -7rem;
    }

    .sm\:-inset-30 {
        top: -120px;
        right: -120px;
        bottom: -120px;
        left: -120px;
    }

    .sm\:-inset-32 {
        top: -8rem;
        right: -8rem;
        bottom: -8rem;
        left: -8rem;
    }

    .sm\:-inset-36 {
        top: -9rem;
        right: -9rem;
        bottom: -9rem;
        left: -9rem;
    }

    .sm\:-inset-40 {
        top: -10rem;
        right: -10rem;
        bottom: -10rem;
        left: -10rem;
    }

    .sm\:-inset-44 {
        top: -11rem;
        right: -11rem;
        bottom: -11rem;
        left: -11rem;
    }

    .sm\:-inset-48 {
        top: -12rem;
        right: -12rem;
        bottom: -12rem;
        left: -12rem;
    }

    .sm\:-inset-52 {
        top: -13rem;
        right: -13rem;
        bottom: -13rem;
        left: -13rem;
    }

    .sm\:-inset-56 {
        top: -14rem;
        right: -14rem;
        bottom: -14rem;
        left: -14rem;
    }

    .sm\:-inset-60 {
        top: -15rem;
        right: -15rem;
        bottom: -15rem;
        left: -15rem;
    }

    .sm\:-inset-64 {
        top: -16rem;
        right: -16rem;
        bottom: -16rem;
        left: -16rem;
    }

    .sm\:-inset-72 {
        top: -18rem;
        right: -18rem;
        bottom: -18rem;
        left: -18rem;
    }

    .sm\:-inset-80 {
        top: -20rem;
        right: -20rem;
        bottom: -20rem;
        left: -20rem;
    }

    .sm\:-inset-96 {
        top: -24rem;
        right: -24rem;
        bottom: -24rem;
        left: -24rem;
    }

    .sm\:-inset-px {
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
    }

    .sm\:-inset-0\.5 {
        top: -0.125rem;
        right: -0.125rem;
        bottom: -0.125rem;
        left: -0.125rem;
    }

    .sm\:-inset-1\.5 {
        top: -0.375rem;
        right: -0.375rem;
        bottom: -0.375rem;
        left: -0.375rem;
    }

    .sm\:-inset-2\.5 {
        top: -0.625rem;
        right: -0.625rem;
        bottom: -0.625rem;
        left: -0.625rem;
    }

    .sm\:-inset-3\.5 {
        top: -0.875rem;
        right: -0.875rem;
        bottom: -0.875rem;
        left: -0.875rem;
    }

    .sm\:-inset-5p {
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
    }

    .sm\:-inset-10p {
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
    }

    .sm\:-inset-14p {
        top: -14px;
        right: -14px;
        bottom: -14px;
        left: -14px;
    }

    .sm\:-inset-15p {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
    }

    .sm\:-inset-15_2 {
        top: -60px;
        right: -60px;
        bottom: -60px;
        left: -60px;
    }

    .sm\:-inset-16_1 {
        top: -52px;
        right: -52px;
        bottom: -52px;
        left: -52px;
    }

    .sm\:-inset-16p {
        top: -16px;
        right: -16px;
        bottom: -16px;
        left: -16px;
    }

    .sm\:-inset-25p {
        top: -25px;
        right: -25px;
        bottom: -25px;
        left: -25px;
    }

    .sm\:-inset-48p {
        top: -48%;
        right: -48%;
        bottom: -48%;
        left: -48%;
    }

    .sm\:-inset-52p {
        top: -52%;
        right: -52%;
        bottom: -52%;
        left: -52%;
    }

    .sm\:inset-1\/2 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }

    .sm\:inset-1\/3 {
        top: 33.333333%;
        right: 33.333333%;
        bottom: 33.333333%;
        left: 33.333333%;
    }

    .sm\:inset-2\/3 {
        top: 66.666667%;
        right: 66.666667%;
        bottom: 66.666667%;
        left: 66.666667%;
    }

    .sm\:inset-1\/4 {
        top: 25%;
        right: 25%;
        bottom: 25%;
        left: 25%;
    }

    .sm\:inset-2\/4 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }

    .sm\:inset-3\/4 {
        top: 75%;
        right: 75%;
        bottom: 75%;
        left: 75%;
    }

    .sm\:inset-full {
        top: 100%;
        right: 100%;
        bottom: 100%;
        left: 100%;
    }

    .sm\:-inset-1\/2 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }

    .sm\:-inset-1\/3 {
        top: -33.333333%;
        right: -33.333333%;
        bottom: -33.333333%;
        left: -33.333333%;
    }

    .sm\:-inset-2\/3 {
        top: -66.666667%;
        right: -66.666667%;
        bottom: -66.666667%;
        left: -66.666667%;
    }

    .sm\:-inset-1\/4 {
        top: -25%;
        right: -25%;
        bottom: -25%;
        left: -25%;
    }

    .sm\:-inset-2\/4 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }

    .sm\:-inset-3\/4 {
        top: -75%;
        right: -75%;
        bottom: -75%;
        left: -75%;
    }

    .sm\:-inset-full {
        top: -100%;
        right: -100%;
        bottom: -100%;
        left: -100%;
    }

    .sm\:inset-x-0 {
        left: 0px;
        right: 0px;
    }

    .sm\:inset-x-1 {
        left: 0.25rem;
        right: 0.25rem;
    }

    .sm\:inset-x-2 {
        left: 0.5rem;
        right: 0.5rem;
    }

    .sm\:inset-x-3 {
        left: 0.75rem;
        right: 0.75rem;
    }

    .sm\:inset-x-4 {
        left: 1rem;
        right: 1rem;
    }

    .sm\:inset-x-5 {
        left: 1.25rem;
        right: 1.25rem;
    }

    .sm\:inset-x-6 {
        left: 1.5rem;
        right: 1.5rem;
    }

    .sm\:inset-x-7 {
        left: 1.75rem;
        right: 1.75rem;
    }

    .sm\:inset-x-8 {
        left: 2rem;
        right: 2rem;
    }

    .sm\:inset-x-9 {
        left: 2.25rem;
        right: 2.25rem;
    }

    .sm\:inset-x-10 {
        left: 2.5rem;
        right: 2.5rem;
    }

    .sm\:inset-x-11 {
        left: 2.75rem;
        right: 2.75rem;
    }

    .sm\:inset-x-12 {
        left: 3rem;
        right: 3rem;
    }

    .sm\:inset-x-14 {
        left: 3.5rem;
        right: 3.5rem;
    }

    .sm\:inset-x-16 {
        left: 4rem;
        right: 4rem;
    }

    .sm\:inset-x-18 {
        left: 4.375rem;
        right: 4.375rem;
    }

    .sm\:inset-x-19 {
        left: 76px;
        right: 76px;
    }

    .sm\:inset-x-20 {
        left: 5rem;
        right: 5rem;
    }

    .sm\:inset-x-24 {
        left: 6rem;
        right: 6rem;
    }

    .sm\:inset-x-28 {
        left: 7rem;
        right: 7rem;
    }

    .sm\:inset-x-30 {
        left: 120px;
        right: 120px;
    }

    .sm\:inset-x-32 {
        left: 8rem;
        right: 8rem;
    }

    .sm\:inset-x-36 {
        left: 9rem;
        right: 9rem;
    }

    .sm\:inset-x-40 {
        left: 10rem;
        right: 10rem;
    }

    .sm\:inset-x-44 {
        left: 11rem;
        right: 11rem;
    }

    .sm\:inset-x-48 {
        left: 12rem;
        right: 12rem;
    }

    .sm\:inset-x-52 {
        left: 13rem;
        right: 13rem;
    }

    .sm\:inset-x-56 {
        left: 14rem;
        right: 14rem;
    }

    .sm\:inset-x-60 {
        left: 15rem;
        right: 15rem;
    }

    .sm\:inset-x-64 {
        left: 16rem;
        right: 16rem;
    }

    .sm\:inset-x-72 {
        left: 18rem;
        right: 18rem;
    }

    .sm\:inset-x-80 {
        left: 20rem;
        right: 20rem;
    }

    .sm\:inset-x-96 {
        left: 24rem;
        right: 24rem;
    }

    .sm\:inset-x-auto {
        left: auto;
        right: auto;
    }

    .sm\:inset-x-px {
        left: 1px;
        right: 1px;
    }

    .sm\:inset-x-0\.5 {
        left: 0.125rem;
        right: 0.125rem;
    }

    .sm\:inset-x-1\.5 {
        left: 0.375rem;
        right: 0.375rem;
    }

    .sm\:inset-x-2\.5 {
        left: 0.625rem;
        right: 0.625rem;
    }

    .sm\:inset-x-3\.5 {
        left: 0.875rem;
        right: 0.875rem;
    }

    .sm\:inset-x-5p {
        left: 5px;
        right: 5px;
    }

    .sm\:inset-x-10p {
        left: 10px;
        right: 10px;
    }

    .sm\:inset-x-14p {
        left: 14px;
        right: 14px;
    }

    .sm\:inset-x-15p {
        left: 15px;
        right: 15px;
    }

    .sm\:inset-x-15_2 {
        left: 60px;
        right: 60px;
    }

    .sm\:inset-x-16_1 {
        left: 52px;
        right: 52px;
    }

    .sm\:inset-x-16p {
        left: 16px;
        right: 16px;
    }

    .sm\:inset-x-25p {
        left: 25px;
        right: 25px;
    }

    .sm\:inset-x-48p {
        left: 48%;
        right: 48%;
    }

    .sm\:inset-x-52p {
        left: 52%;
        right: 52%;
    }

    .sm\:-inset-x-0 {
        left: 0px;
        right: 0px;
    }

    .sm\:-inset-x-1 {
        left: -0.25rem;
        right: -0.25rem;
    }

    .sm\:-inset-x-2 {
        left: -0.5rem;
        right: -0.5rem;
    }

    .sm\:-inset-x-3 {
        left: -0.75rem;
        right: -0.75rem;
    }

    .sm\:-inset-x-4 {
        left: -1rem;
        right: -1rem;
    }

    .sm\:-inset-x-5 {
        left: -1.25rem;
        right: -1.25rem;
    }

    .sm\:-inset-x-6 {
        left: -1.5rem;
        right: -1.5rem;
    }

    .sm\:-inset-x-7 {
        left: -1.75rem;
        right: -1.75rem;
    }

    .sm\:-inset-x-8 {
        left: -2rem;
        right: -2rem;
    }

    .sm\:-inset-x-9 {
        left: -2.25rem;
        right: -2.25rem;
    }

    .sm\:-inset-x-10 {
        left: -2.5rem;
        right: -2.5rem;
    }

    .sm\:-inset-x-11 {
        left: -2.75rem;
        right: -2.75rem;
    }

    .sm\:-inset-x-12 {
        left: -3rem;
        right: -3rem;
    }

    .sm\:-inset-x-14 {
        left: -3.5rem;
        right: -3.5rem;
    }

    .sm\:-inset-x-16 {
        left: -4rem;
        right: -4rem;
    }

    .sm\:-inset-x-18 {
        left: -4.375rem;
        right: -4.375rem;
    }

    .sm\:-inset-x-19 {
        left: -76px;
        right: -76px;
    }

    .sm\:-inset-x-20 {
        left: -5rem;
        right: -5rem;
    }

    .sm\:-inset-x-24 {
        left: -6rem;
        right: -6rem;
    }

    .sm\:-inset-x-28 {
        left: -7rem;
        right: -7rem;
    }

    .sm\:-inset-x-30 {
        left: -120px;
        right: -120px;
    }

    .sm\:-inset-x-32 {
        left: -8rem;
        right: -8rem;
    }

    .sm\:-inset-x-36 {
        left: -9rem;
        right: -9rem;
    }

    .sm\:-inset-x-40 {
        left: -10rem;
        right: -10rem;
    }

    .sm\:-inset-x-44 {
        left: -11rem;
        right: -11rem;
    }

    .sm\:-inset-x-48 {
        left: -12rem;
        right: -12rem;
    }

    .sm\:-inset-x-52 {
        left: -13rem;
        right: -13rem;
    }

    .sm\:-inset-x-56 {
        left: -14rem;
        right: -14rem;
    }

    .sm\:-inset-x-60 {
        left: -15rem;
        right: -15rem;
    }

    .sm\:-inset-x-64 {
        left: -16rem;
        right: -16rem;
    }

    .sm\:-inset-x-72 {
        left: -18rem;
        right: -18rem;
    }

    .sm\:-inset-x-80 {
        left: -20rem;
        right: -20rem;
    }

    .sm\:-inset-x-96 {
        left: -24rem;
        right: -24rem;
    }

    .sm\:-inset-x-px {
        left: -1px;
        right: -1px;
    }

    .sm\:-inset-x-0\.5 {
        left: -0.125rem;
        right: -0.125rem;
    }

    .sm\:-inset-x-1\.5 {
        left: -0.375rem;
        right: -0.375rem;
    }

    .sm\:-inset-x-2\.5 {
        left: -0.625rem;
        right: -0.625rem;
    }

    .sm\:-inset-x-3\.5 {
        left: -0.875rem;
        right: -0.875rem;
    }

    .sm\:-inset-x-5p {
        left: -5px;
        right: -5px;
    }

    .sm\:-inset-x-10p {
        left: -10px;
        right: -10px;
    }

    .sm\:-inset-x-14p {
        left: -14px;
        right: -14px;
    }

    .sm\:-inset-x-15p {
        left: -15px;
        right: -15px;
    }

    .sm\:-inset-x-15_2 {
        left: -60px;
        right: -60px;
    }

    .sm\:-inset-x-16_1 {
        left: -52px;
        right: -52px;
    }

    .sm\:-inset-x-16p {
        left: -16px;
        right: -16px;
    }

    .sm\:-inset-x-25p {
        left: -25px;
        right: -25px;
    }

    .sm\:-inset-x-48p {
        left: -48%;
        right: -48%;
    }

    .sm\:-inset-x-52p {
        left: -52%;
        right: -52%;
    }

    .sm\:inset-x-1\/2 {
        left: 50%;
        right: 50%;
    }

    .sm\:inset-x-1\/3 {
        left: 33.333333%;
        right: 33.333333%;
    }

    .sm\:inset-x-2\/3 {
        left: 66.666667%;
        right: 66.666667%;
    }

    .sm\:inset-x-1\/4 {
        left: 25%;
        right: 25%;
    }

    .sm\:inset-x-2\/4 {
        left: 50%;
        right: 50%;
    }

    .sm\:inset-x-3\/4 {
        left: 75%;
        right: 75%;
    }

    .sm\:inset-x-full {
        left: 100%;
        right: 100%;
    }

    .sm\:-inset-x-1\/2 {
        left: -50%;
        right: -50%;
    }

    .sm\:-inset-x-1\/3 {
        left: -33.333333%;
        right: -33.333333%;
    }

    .sm\:-inset-x-2\/3 {
        left: -66.666667%;
        right: -66.666667%;
    }

    .sm\:-inset-x-1\/4 {
        left: -25%;
        right: -25%;
    }

    .sm\:-inset-x-2\/4 {
        left: -50%;
        right: -50%;
    }

    .sm\:-inset-x-3\/4 {
        left: -75%;
        right: -75%;
    }

    .sm\:-inset-x-full {
        left: -100%;
        right: -100%;
    }

    .sm\:inset-y-0 {
        top: 0px;
        bottom: 0px;
    }

    .sm\:inset-y-1 {
        top: 0.25rem;
        bottom: 0.25rem;
    }

    .sm\:inset-y-2 {
        top: 0.5rem;
        bottom: 0.5rem;
    }

    .sm\:inset-y-3 {
        top: 0.75rem;
        bottom: 0.75rem;
    }

    .sm\:inset-y-4 {
        top: 1rem;
        bottom: 1rem;
    }

    .sm\:inset-y-5 {
        top: 1.25rem;
        bottom: 1.25rem;
    }

    .sm\:inset-y-6 {
        top: 1.5rem;
        bottom: 1.5rem;
    }

    .sm\:inset-y-7 {
        top: 1.75rem;
        bottom: 1.75rem;
    }

    .sm\:inset-y-8 {
        top: 2rem;
        bottom: 2rem;
    }

    .sm\:inset-y-9 {
        top: 2.25rem;
        bottom: 2.25rem;
    }

    .sm\:inset-y-10 {
        top: 2.5rem;
        bottom: 2.5rem;
    }

    .sm\:inset-y-11 {
        top: 2.75rem;
        bottom: 2.75rem;
    }

    .sm\:inset-y-12 {
        top: 3rem;
        bottom: 3rem;
    }

    .sm\:inset-y-14 {
        top: 3.5rem;
        bottom: 3.5rem;
    }

    .sm\:inset-y-16 {
        top: 4rem;
        bottom: 4rem;
    }

    .sm\:inset-y-18 {
        top: 4.375rem;
        bottom: 4.375rem;
    }

    .sm\:inset-y-19 {
        top: 76px;
        bottom: 76px;
    }

    .sm\:inset-y-20 {
        top: 5rem;
        bottom: 5rem;
    }

    .sm\:inset-y-24 {
        top: 6rem;
        bottom: 6rem;
    }

    .sm\:inset-y-28 {
        top: 7rem;
        bottom: 7rem;
    }

    .sm\:inset-y-30 {
        top: 120px;
        bottom: 120px;
    }

    .sm\:inset-y-32 {
        top: 8rem;
        bottom: 8rem;
    }

    .sm\:inset-y-36 {
        top: 9rem;
        bottom: 9rem;
    }

    .sm\:inset-y-40 {
        top: 10rem;
        bottom: 10rem;
    }

    .sm\:inset-y-44 {
        top: 11rem;
        bottom: 11rem;
    }

    .sm\:inset-y-48 {
        top: 12rem;
        bottom: 12rem;
    }

    .sm\:inset-y-52 {
        top: 13rem;
        bottom: 13rem;
    }

    .sm\:inset-y-56 {
        top: 14rem;
        bottom: 14rem;
    }

    .sm\:inset-y-60 {
        top: 15rem;
        bottom: 15rem;
    }

    .sm\:inset-y-64 {
        top: 16rem;
        bottom: 16rem;
    }

    .sm\:inset-y-72 {
        top: 18rem;
        bottom: 18rem;
    }

    .sm\:inset-y-80 {
        top: 20rem;
        bottom: 20rem;
    }

    .sm\:inset-y-96 {
        top: 24rem;
        bottom: 24rem;
    }

    .sm\:inset-y-auto {
        top: auto;
        bottom: auto;
    }

    .sm\:inset-y-px {
        top: 1px;
        bottom: 1px;
    }

    .sm\:inset-y-0\.5 {
        top: 0.125rem;
        bottom: 0.125rem;
    }

    .sm\:inset-y-1\.5 {
        top: 0.375rem;
        bottom: 0.375rem;
    }

    .sm\:inset-y-2\.5 {
        top: 0.625rem;
        bottom: 0.625rem;
    }

    .sm\:inset-y-3\.5 {
        top: 0.875rem;
        bottom: 0.875rem;
    }

    .sm\:inset-y-5p {
        top: 5px;
        bottom: 5px;
    }

    .sm\:inset-y-10p {
        top: 10px;
        bottom: 10px;
    }

    .sm\:inset-y-14p {
        top: 14px;
        bottom: 14px;
    }

    .sm\:inset-y-15p {
        top: 15px;
        bottom: 15px;
    }

    .sm\:inset-y-15_2 {
        top: 60px;
        bottom: 60px;
    }

    .sm\:inset-y-16_1 {
        top: 52px;
        bottom: 52px;
    }

    .sm\:inset-y-16p {
        top: 16px;
        bottom: 16px;
    }

    .sm\:inset-y-25p {
        top: 25px;
        bottom: 25px;
    }

    .sm\:inset-y-48p {
        top: 48%;
        bottom: 48%;
    }

    .sm\:inset-y-52p {
        top: 52%;
        bottom: 52%;
    }

    .sm\:-inset-y-0 {
        top: 0px;
        bottom: 0px;
    }

    .sm\:-inset-y-1 {
        top: -0.25rem;
        bottom: -0.25rem;
    }

    .sm\:-inset-y-2 {
        top: -0.5rem;
        bottom: -0.5rem;
    }

    .sm\:-inset-y-3 {
        top: -0.75rem;
        bottom: -0.75rem;
    }

    .sm\:-inset-y-4 {
        top: -1rem;
        bottom: -1rem;
    }

    .sm\:-inset-y-5 {
        top: -1.25rem;
        bottom: -1.25rem;
    }

    .sm\:-inset-y-6 {
        top: -1.5rem;
        bottom: -1.5rem;
    }

    .sm\:-inset-y-7 {
        top: -1.75rem;
        bottom: -1.75rem;
    }

    .sm\:-inset-y-8 {
        top: -2rem;
        bottom: -2rem;
    }

    .sm\:-inset-y-9 {
        top: -2.25rem;
        bottom: -2.25rem;
    }

    .sm\:-inset-y-10 {
        top: -2.5rem;
        bottom: -2.5rem;
    }

    .sm\:-inset-y-11 {
        top: -2.75rem;
        bottom: -2.75rem;
    }

    .sm\:-inset-y-12 {
        top: -3rem;
        bottom: -3rem;
    }

    .sm\:-inset-y-14 {
        top: -3.5rem;
        bottom: -3.5rem;
    }

    .sm\:-inset-y-16 {
        top: -4rem;
        bottom: -4rem;
    }

    .sm\:-inset-y-18 {
        top: -4.375rem;
        bottom: -4.375rem;
    }

    .sm\:-inset-y-19 {
        top: -76px;
        bottom: -76px;
    }

    .sm\:-inset-y-20 {
        top: -5rem;
        bottom: -5rem;
    }

    .sm\:-inset-y-24 {
        top: -6rem;
        bottom: -6rem;
    }

    .sm\:-inset-y-28 {
        top: -7rem;
        bottom: -7rem;
    }

    .sm\:-inset-y-30 {
        top: -120px;
        bottom: -120px;
    }

    .sm\:-inset-y-32 {
        top: -8rem;
        bottom: -8rem;
    }

    .sm\:-inset-y-36 {
        top: -9rem;
        bottom: -9rem;
    }

    .sm\:-inset-y-40 {
        top: -10rem;
        bottom: -10rem;
    }

    .sm\:-inset-y-44 {
        top: -11rem;
        bottom: -11rem;
    }

    .sm\:-inset-y-48 {
        top: -12rem;
        bottom: -12rem;
    }

    .sm\:-inset-y-52 {
        top: -13rem;
        bottom: -13rem;
    }

    .sm\:-inset-y-56 {
        top: -14rem;
        bottom: -14rem;
    }

    .sm\:-inset-y-60 {
        top: -15rem;
        bottom: -15rem;
    }

    .sm\:-inset-y-64 {
        top: -16rem;
        bottom: -16rem;
    }

    .sm\:-inset-y-72 {
        top: -18rem;
        bottom: -18rem;
    }

    .sm\:-inset-y-80 {
        top: -20rem;
        bottom: -20rem;
    }

    .sm\:-inset-y-96 {
        top: -24rem;
        bottom: -24rem;
    }

    .sm\:-inset-y-px {
        top: -1px;
        bottom: -1px;
    }

    .sm\:-inset-y-0\.5 {
        top: -0.125rem;
        bottom: -0.125rem;
    }

    .sm\:-inset-y-1\.5 {
        top: -0.375rem;
        bottom: -0.375rem;
    }

    .sm\:-inset-y-2\.5 {
        top: -0.625rem;
        bottom: -0.625rem;
    }

    .sm\:-inset-y-3\.5 {
        top: -0.875rem;
        bottom: -0.875rem;
    }

    .sm\:-inset-y-5p {
        top: -5px;
        bottom: -5px;
    }

    .sm\:-inset-y-10p {
        top: -10px;
        bottom: -10px;
    }

    .sm\:-inset-y-14p {
        top: -14px;
        bottom: -14px;
    }

    .sm\:-inset-y-15p {
        top: -15px;
        bottom: -15px;
    }

    .sm\:-inset-y-15_2 {
        top: -60px;
        bottom: -60px;
    }

    .sm\:-inset-y-16_1 {
        top: -52px;
        bottom: -52px;
    }

    .sm\:-inset-y-16p {
        top: -16px;
        bottom: -16px;
    }

    .sm\:-inset-y-25p {
        top: -25px;
        bottom: -25px;
    }

    .sm\:-inset-y-48p {
        top: -48%;
        bottom: -48%;
    }

    .sm\:-inset-y-52p {
        top: -52%;
        bottom: -52%;
    }

    .sm\:inset-y-1\/2 {
        top: 50%;
        bottom: 50%;
    }

    .sm\:inset-y-1\/3 {
        top: 33.333333%;
        bottom: 33.333333%;
    }

    .sm\:inset-y-2\/3 {
        top: 66.666667%;
        bottom: 66.666667%;
    }

    .sm\:inset-y-1\/4 {
        top: 25%;
        bottom: 25%;
    }

    .sm\:inset-y-2\/4 {
        top: 50%;
        bottom: 50%;
    }

    .sm\:inset-y-3\/4 {
        top: 75%;
        bottom: 75%;
    }

    .sm\:inset-y-full {
        top: 100%;
        bottom: 100%;
    }

    .sm\:-inset-y-1\/2 {
        top: -50%;
        bottom: -50%;
    }

    .sm\:-inset-y-1\/3 {
        top: -33.333333%;
        bottom: -33.333333%;
    }

    .sm\:-inset-y-2\/3 {
        top: -66.666667%;
        bottom: -66.666667%;
    }

    .sm\:-inset-y-1\/4 {
        top: -25%;
        bottom: -25%;
    }

    .sm\:-inset-y-2\/4 {
        top: -50%;
        bottom: -50%;
    }

    .sm\:-inset-y-3\/4 {
        top: -75%;
        bottom: -75%;
    }

    .sm\:-inset-y-full {
        top: -100%;
        bottom: -100%;
    }

    .sm\:top-0 {
        top: 0px;
    }

    .sm\:top-1 {
        top: 0.25rem;
    }

    .sm\:top-2 {
        top: 0.5rem;
    }

    .sm\:top-3 {
        top: 0.75rem;
    }

    .sm\:top-4 {
        top: 1rem;
    }

    .sm\:top-5 {
        top: 1.25rem;
    }

    .sm\:top-6 {
        top: 1.5rem;
    }

    .sm\:top-7 {
        top: 1.75rem;
    }

    .sm\:top-8 {
        top: 2rem;
    }

    .sm\:top-9 {
        top: 2.25rem;
    }

    .sm\:top-10 {
        top: 2.5rem;
    }

    .sm\:top-11 {
        top: 2.75rem;
    }

    .sm\:top-12 {
        top: 3rem;
    }

    .sm\:top-14 {
        top: 3.5rem;
    }

    .sm\:top-16 {
        top: 4rem;
    }

    .sm\:top-18 {
        top: 4.375rem;
    }

    .sm\:top-19 {
        top: 76px;
    }

    .sm\:top-20 {
        top: 5rem;
    }

    .sm\:top-24 {
        top: 6rem;
    }

    .sm\:top-28 {
        top: 7rem;
    }

    .sm\:top-30 {
        top: 120px;
    }

    .sm\:top-32 {
        top: 8rem;
    }

    .sm\:top-36 {
        top: 9rem;
    }

    .sm\:top-40 {
        top: 10rem;
    }

    .sm\:top-44 {
        top: 11rem;
    }

    .sm\:top-48 {
        top: 12rem;
    }

    .sm\:top-52 {
        top: 13rem;
    }

    .sm\:top-56 {
        top: 14rem;
    }

    .sm\:top-60 {
        top: 15rem;
    }

    .sm\:top-64 {
        top: 16rem;
    }

    .sm\:top-72 {
        top: 18rem;
    }

    .sm\:top-80 {
        top: 20rem;
    }

    .sm\:top-96 {
        top: 24rem;
    }

    .sm\:top-auto {
        top: auto;
    }

    .sm\:top-px {
        top: 1px;
    }

    .sm\:top-0\.5 {
        top: 0.125rem;
    }

    .sm\:top-1\.5 {
        top: 0.375rem;
    }

    .sm\:top-2\.5 {
        top: 0.625rem;
    }

    .sm\:top-3\.5 {
        top: 0.875rem;
    }

    .sm\:top-5p {
        top: 5px;
    }

    .sm\:top-10p {
        top: 10px;
    }

    .sm\:top-14p {
        top: 14px;
    }

    .sm\:top-15p {
        top: 15px;
    }

    .sm\:top-15_2 {
        top: 60px;
    }

    .sm\:top-16_1 {
        top: 52px;
    }

    .sm\:top-16p {
        top: 16px;
    }

    .sm\:top-25p {
        top: 25px;
    }

    .sm\:top-48p {
        top: 48%;
    }

    .sm\:top-52p {
        top: 52%;
    }

    .sm\:-top-0 {
        top: 0px;
    }

    .sm\:-top-1 {
        top: -0.25rem;
    }

    .sm\:-top-2 {
        top: -0.5rem;
    }

    .sm\:-top-3 {
        top: -0.75rem;
    }

    .sm\:-top-4 {
        top: -1rem;
    }

    .sm\:-top-5 {
        top: -1.25rem;
    }

    .sm\:-top-6 {
        top: -1.5rem;
    }

    .sm\:-top-7 {
        top: -1.75rem;
    }

    .sm\:-top-8 {
        top: -2rem;
    }

    .sm\:-top-9 {
        top: -2.25rem;
    }

    .sm\:-top-10 {
        top: -2.5rem;
    }

    .sm\:-top-11 {
        top: -2.75rem;
    }

    .sm\:-top-12 {
        top: -3rem;
    }

    .sm\:-top-14 {
        top: -3.5rem;
    }

    .sm\:-top-16 {
        top: -4rem;
    }

    .sm\:-top-18 {
        top: -4.375rem;
    }

    .sm\:-top-19 {
        top: -76px;
    }

    .sm\:-top-20 {
        top: -5rem;
    }

    .sm\:-top-24 {
        top: -6rem;
    }

    .sm\:-top-28 {
        top: -7rem;
    }

    .sm\:-top-30 {
        top: -120px;
    }

    .sm\:-top-32 {
        top: -8rem;
    }

    .sm\:-top-36 {
        top: -9rem;
    }

    .sm\:-top-40 {
        top: -10rem;
    }

    .sm\:-top-44 {
        top: -11rem;
    }

    .sm\:-top-48 {
        top: -12rem;
    }

    .sm\:-top-52 {
        top: -13rem;
    }

    .sm\:-top-56 {
        top: -14rem;
    }

    .sm\:-top-60 {
        top: -15rem;
    }

    .sm\:-top-64 {
        top: -16rem;
    }

    .sm\:-top-72 {
        top: -18rem;
    }

    .sm\:-top-80 {
        top: -20rem;
    }

    .sm\:-top-96 {
        top: -24rem;
    }

    .sm\:-top-px {
        top: -1px;
    }

    .sm\:-top-0\.5 {
        top: -0.125rem;
    }

    .sm\:-top-1\.5 {
        top: -0.375rem;
    }

    .sm\:-top-2\.5 {
        top: -0.625rem;
    }

    .sm\:-top-3\.5 {
        top: -0.875rem;
    }

    .sm\:-top-5p {
        top: -5px;
    }

    .sm\:-top-10p {
        top: -10px;
    }

    .sm\:-top-14p {
        top: -14px;
    }

    .sm\:-top-15p {
        top: -15px;
    }

    .sm\:-top-15_2 {
        top: -60px;
    }

    .sm\:-top-16_1 {
        top: -52px;
    }

    .sm\:-top-16p {
        top: -16px;
    }

    .sm\:-top-25p {
        top: -25px;
    }

    .sm\:-top-48p {
        top: -48%;
    }

    .sm\:-top-52p {
        top: -52%;
    }

    .sm\:top-1\/2 {
        top: 50%;
    }

    .sm\:top-1\/3 {
        top: 33.333333%;
    }

    .sm\:top-2\/3 {
        top: 66.666667%;
    }

    .sm\:top-1\/4 {
        top: 25%;
    }

    .sm\:top-2\/4 {
        top: 50%;
    }

    .sm\:top-3\/4 {
        top: 75%;
    }

    .sm\:top-full {
        top: 100%;
    }

    .sm\:-top-1\/2 {
        top: -50%;
    }

    .sm\:-top-1\/3 {
        top: -33.333333%;
    }

    .sm\:-top-2\/3 {
        top: -66.666667%;
    }

    .sm\:-top-1\/4 {
        top: -25%;
    }

    .sm\:-top-2\/4 {
        top: -50%;
    }

    .sm\:-top-3\/4 {
        top: -75%;
    }

    .sm\:-top-full {
        top: -100%;
    }

    .sm\:right-0 {
        right: 0px;
    }

    .sm\:right-1 {
        right: 0.25rem;
    }

    .sm\:right-2 {
        right: 0.5rem;
    }

    .sm\:right-3 {
        right: 0.75rem;
    }

    .sm\:right-4 {
        right: 1rem;
    }

    .sm\:right-5 {
        right: 1.25rem;
    }

    .sm\:right-6 {
        right: 1.5rem;
    }

    .sm\:right-7 {
        right: 1.75rem;
    }

    .sm\:right-8 {
        right: 2rem;
    }

    .sm\:right-9 {
        right: 2.25rem;
    }

    .sm\:right-10 {
        right: 2.5rem;
    }

    .sm\:right-11 {
        right: 2.75rem;
    }

    .sm\:right-12 {
        right: 3rem;
    }

    .sm\:right-14 {
        right: 3.5rem;
    }

    .sm\:right-16 {
        right: 4rem;
    }

    .sm\:right-18 {
        right: 4.375rem;
    }

    .sm\:right-19 {
        right: 76px;
    }

    .sm\:right-20 {
        right: 5rem;
    }

    .sm\:right-24 {
        right: 6rem;
    }

    .sm\:right-28 {
        right: 7rem;
    }

    .sm\:right-30 {
        right: 120px;
    }

    .sm\:right-32 {
        right: 8rem;
    }

    .sm\:right-36 {
        right: 9rem;
    }

    .sm\:right-40 {
        right: 10rem;
    }

    .sm\:right-44 {
        right: 11rem;
    }

    .sm\:right-48 {
        right: 12rem;
    }

    .sm\:right-52 {
        right: 13rem;
    }

    .sm\:right-56 {
        right: 14rem;
    }

    .sm\:right-60 {
        right: 15rem;
    }

    .sm\:right-64 {
        right: 16rem;
    }

    .sm\:right-72 {
        right: 18rem;
    }

    .sm\:right-80 {
        right: 20rem;
    }

    .sm\:right-96 {
        right: 24rem;
    }

    .sm\:right-auto {
        right: auto;
    }

    .sm\:right-px {
        right: 1px;
    }

    .sm\:right-0\.5 {
        right: 0.125rem;
    }

    .sm\:right-1\.5 {
        right: 0.375rem;
    }

    .sm\:right-2\.5 {
        right: 0.625rem;
    }

    .sm\:right-3\.5 {
        right: 0.875rem;
    }

    .sm\:right-5p {
        right: 5px;
    }

    .sm\:right-10p {
        right: 10px;
    }

    .sm\:right-14p {
        right: 14px;
    }

    .sm\:right-15p {
        right: 15px;
    }

    .sm\:right-15_2 {
        right: 60px;
    }

    .sm\:right-16_1 {
        right: 52px;
    }

    .sm\:right-16p {
        right: 16px;
    }

    .sm\:right-25p {
        right: 25px;
    }

    .sm\:right-48p {
        right: 48%;
    }

    .sm\:right-52p {
        right: 52%;
    }

    .sm\:-right-0 {
        right: 0px;
    }

    .sm\:-right-1 {
        right: -0.25rem;
    }

    .sm\:-right-2 {
        right: -0.5rem;
    }

    .sm\:-right-3 {
        right: -0.75rem;
    }

    .sm\:-right-4 {
        right: -1rem;
    }

    .sm\:-right-5 {
        right: -1.25rem;
    }

    .sm\:-right-6 {
        right: -1.5rem;
    }

    .sm\:-right-7 {
        right: -1.75rem;
    }

    .sm\:-right-8 {
        right: -2rem;
    }

    .sm\:-right-9 {
        right: -2.25rem;
    }

    .sm\:-right-10 {
        right: -2.5rem;
    }

    .sm\:-right-11 {
        right: -2.75rem;
    }

    .sm\:-right-12 {
        right: -3rem;
    }

    .sm\:-right-14 {
        right: -3.5rem;
    }

    .sm\:-right-16 {
        right: -4rem;
    }

    .sm\:-right-18 {
        right: -4.375rem;
    }

    .sm\:-right-19 {
        right: -76px;
    }

    .sm\:-right-20 {
        right: -5rem;
    }

    .sm\:-right-24 {
        right: -6rem;
    }

    .sm\:-right-28 {
        right: -7rem;
    }

    .sm\:-right-30 {
        right: -120px;
    }

    .sm\:-right-32 {
        right: -8rem;
    }

    .sm\:-right-36 {
        right: -9rem;
    }

    .sm\:-right-40 {
        right: -10rem;
    }

    .sm\:-right-44 {
        right: -11rem;
    }

    .sm\:-right-48 {
        right: -12rem;
    }

    .sm\:-right-52 {
        right: -13rem;
    }

    .sm\:-right-56 {
        right: -14rem;
    }

    .sm\:-right-60 {
        right: -15rem;
    }

    .sm\:-right-64 {
        right: -16rem;
    }

    .sm\:-right-72 {
        right: -18rem;
    }

    .sm\:-right-80 {
        right: -20rem;
    }

    .sm\:-right-96 {
        right: -24rem;
    }

    .sm\:-right-px {
        right: -1px;
    }

    .sm\:-right-0\.5 {
        right: -0.125rem;
    }

    .sm\:-right-1\.5 {
        right: -0.375rem;
    }

    .sm\:-right-2\.5 {
        right: -0.625rem;
    }

    .sm\:-right-3\.5 {
        right: -0.875rem;
    }

    .sm\:-right-5p {
        right: -5px;
    }

    .sm\:-right-10p {
        right: -10px;
    }

    .sm\:-right-14p {
        right: -14px;
    }

    .sm\:-right-15p {
        right: -15px;
    }

    .sm\:-right-15_2 {
        right: -60px;
    }

    .sm\:-right-16_1 {
        right: -52px;
    }

    .sm\:-right-16p {
        right: -16px;
    }

    .sm\:-right-25p {
        right: -25px;
    }

    .sm\:-right-48p {
        right: -48%;
    }

    .sm\:-right-52p {
        right: -52%;
    }

    .sm\:right-1\/2 {
        right: 50%;
    }

    .sm\:right-1\/3 {
        right: 33.333333%;
    }

    .sm\:right-2\/3 {
        right: 66.666667%;
    }

    .sm\:right-1\/4 {
        right: 25%;
    }

    .sm\:right-2\/4 {
        right: 50%;
    }

    .sm\:right-3\/4 {
        right: 75%;
    }

    .sm\:right-full {
        right: 100%;
    }

    .sm\:-right-1\/2 {
        right: -50%;
    }

    .sm\:-right-1\/3 {
        right: -33.333333%;
    }

    .sm\:-right-2\/3 {
        right: -66.666667%;
    }

    .sm\:-right-1\/4 {
        right: -25%;
    }

    .sm\:-right-2\/4 {
        right: -50%;
    }

    .sm\:-right-3\/4 {
        right: -75%;
    }

    .sm\:-right-full {
        right: -100%;
    }

    .sm\:bottom-0 {
        bottom: 0px;
    }

    .sm\:bottom-1 {
        bottom: 0.25rem;
    }

    .sm\:bottom-2 {
        bottom: 0.5rem;
    }

    .sm\:bottom-3 {
        bottom: 0.75rem;
    }

    .sm\:bottom-4 {
        bottom: 1rem;
    }

    .sm\:bottom-5 {
        bottom: 1.25rem;
    }

    .sm\:bottom-6 {
        bottom: 1.5rem;
    }

    .sm\:bottom-7 {
        bottom: 1.75rem;
    }

    .sm\:bottom-8 {
        bottom: 2rem;
    }

    .sm\:bottom-9 {
        bottom: 2.25rem;
    }

    .sm\:bottom-10 {
        bottom: 2.5rem;
    }

    .sm\:bottom-11 {
        bottom: 2.75rem;
    }

    .sm\:bottom-12 {
        bottom: 3rem;
    }

    .sm\:bottom-14 {
        bottom: 3.5rem;
    }

    .sm\:bottom-16 {
        bottom: 4rem;
    }

    .sm\:bottom-18 {
        bottom: 4.375rem;
    }

    .sm\:bottom-19 {
        bottom: 76px;
    }

    .sm\:bottom-20 {
        bottom: 5rem;
    }

    .sm\:bottom-24 {
        bottom: 6rem;
    }

    .sm\:bottom-28 {
        bottom: 7rem;
    }

    .sm\:bottom-30 {
        bottom: 120px;
    }

    .sm\:bottom-32 {
        bottom: 8rem;
    }

    .sm\:bottom-36 {
        bottom: 9rem;
    }

    .sm\:bottom-40 {
        bottom: 10rem;
    }

    .sm\:bottom-44 {
        bottom: 11rem;
    }

    .sm\:bottom-48 {
        bottom: 12rem;
    }

    .sm\:bottom-52 {
        bottom: 13rem;
    }

    .sm\:bottom-56 {
        bottom: 14rem;
    }

    .sm\:bottom-60 {
        bottom: 15rem;
    }

    .sm\:bottom-64 {
        bottom: 16rem;
    }

    .sm\:bottom-72 {
        bottom: 18rem;
    }

    .sm\:bottom-80 {
        bottom: 20rem;
    }

    .sm\:bottom-96 {
        bottom: 24rem;
    }

    .sm\:bottom-auto {
        bottom: auto;
    }

    .sm\:bottom-px {
        bottom: 1px;
    }

    .sm\:bottom-0\.5 {
        bottom: 0.125rem;
    }

    .sm\:bottom-1\.5 {
        bottom: 0.375rem;
    }

    .sm\:bottom-2\.5 {
        bottom: 0.625rem;
    }

    .sm\:bottom-3\.5 {
        bottom: 0.875rem;
    }

    .sm\:bottom-5p {
        bottom: 5px;
    }

    .sm\:bottom-10p {
        bottom: 10px;
    }

    .sm\:bottom-14p {
        bottom: 14px;
    }

    .sm\:bottom-15p {
        bottom: 15px;
    }

    .sm\:bottom-15_2 {
        bottom: 60px;
    }

    .sm\:bottom-16_1 {
        bottom: 52px;
    }

    .sm\:bottom-16p {
        bottom: 16px;
    }

    .sm\:bottom-25p {
        bottom: 25px;
    }

    .sm\:bottom-48p {
        bottom: 48%;
    }

    .sm\:bottom-52p {
        bottom: 52%;
    }

    .sm\:-bottom-0 {
        bottom: 0px;
    }

    .sm\:-bottom-1 {
        bottom: -0.25rem;
    }

    .sm\:-bottom-2 {
        bottom: -0.5rem;
    }

    .sm\:-bottom-3 {
        bottom: -0.75rem;
    }

    .sm\:-bottom-4 {
        bottom: -1rem;
    }

    .sm\:-bottom-5 {
        bottom: -1.25rem;
    }

    .sm\:-bottom-6 {
        bottom: -1.5rem;
    }

    .sm\:-bottom-7 {
        bottom: -1.75rem;
    }

    .sm\:-bottom-8 {
        bottom: -2rem;
    }

    .sm\:-bottom-9 {
        bottom: -2.25rem;
    }

    .sm\:-bottom-10 {
        bottom: -2.5rem;
    }

    .sm\:-bottom-11 {
        bottom: -2.75rem;
    }

    .sm\:-bottom-12 {
        bottom: -3rem;
    }

    .sm\:-bottom-14 {
        bottom: -3.5rem;
    }

    .sm\:-bottom-16 {
        bottom: -4rem;
    }

    .sm\:-bottom-18 {
        bottom: -4.375rem;
    }

    .sm\:-bottom-19 {
        bottom: -76px;
    }

    .sm\:-bottom-20 {
        bottom: -5rem;
    }

    .sm\:-bottom-24 {
        bottom: -6rem;
    }

    .sm\:-bottom-28 {
        bottom: -7rem;
    }

    .sm\:-bottom-30 {
        bottom: -120px;
    }

    .sm\:-bottom-32 {
        bottom: -8rem;
    }

    .sm\:-bottom-36 {
        bottom: -9rem;
    }

    .sm\:-bottom-40 {
        bottom: -10rem;
    }

    .sm\:-bottom-44 {
        bottom: -11rem;
    }

    .sm\:-bottom-48 {
        bottom: -12rem;
    }

    .sm\:-bottom-52 {
        bottom: -13rem;
    }

    .sm\:-bottom-56 {
        bottom: -14rem;
    }

    .sm\:-bottom-60 {
        bottom: -15rem;
    }

    .sm\:-bottom-64 {
        bottom: -16rem;
    }

    .sm\:-bottom-72 {
        bottom: -18rem;
    }

    .sm\:-bottom-80 {
        bottom: -20rem;
    }

    .sm\:-bottom-96 {
        bottom: -24rem;
    }

    .sm\:-bottom-px {
        bottom: -1px;
    }

    .sm\:-bottom-0\.5 {
        bottom: -0.125rem;
    }

    .sm\:-bottom-1\.5 {
        bottom: -0.375rem;
    }

    .sm\:-bottom-2\.5 {
        bottom: -0.625rem;
    }

    .sm\:-bottom-3\.5 {
        bottom: -0.875rem;
    }

    .sm\:-bottom-5p {
        bottom: -5px;
    }

    .sm\:-bottom-10p {
        bottom: -10px;
    }

    .sm\:-bottom-14p {
        bottom: -14px;
    }

    .sm\:-bottom-15p {
        bottom: -15px;
    }

    .sm\:-bottom-15_2 {
        bottom: -60px;
    }

    .sm\:-bottom-16_1 {
        bottom: -52px;
    }

    .sm\:-bottom-16p {
        bottom: -16px;
    }

    .sm\:-bottom-25p {
        bottom: -25px;
    }

    .sm\:-bottom-48p {
        bottom: -48%;
    }

    .sm\:-bottom-52p {
        bottom: -52%;
    }

    .sm\:bottom-1\/2 {
        bottom: 50%;
    }

    .sm\:bottom-1\/3 {
        bottom: 33.333333%;
    }

    .sm\:bottom-2\/3 {
        bottom: 66.666667%;
    }

    .sm\:bottom-1\/4 {
        bottom: 25%;
    }

    .sm\:bottom-2\/4 {
        bottom: 50%;
    }

    .sm\:bottom-3\/4 {
        bottom: 75%;
    }

    .sm\:bottom-full {
        bottom: 100%;
    }

    .sm\:-bottom-1\/2 {
        bottom: -50%;
    }

    .sm\:-bottom-1\/3 {
        bottom: -33.333333%;
    }

    .sm\:-bottom-2\/3 {
        bottom: -66.666667%;
    }

    .sm\:-bottom-1\/4 {
        bottom: -25%;
    }

    .sm\:-bottom-2\/4 {
        bottom: -50%;
    }

    .sm\:-bottom-3\/4 {
        bottom: -75%;
    }

    .sm\:-bottom-full {
        bottom: -100%;
    }

    .sm\:left-0 {
        left: 0px;
    }

    .sm\:left-1 {
        left: 0.25rem;
    }

    .sm\:left-2 {
        left: 0.5rem;
    }

    .sm\:left-3 {
        left: 0.75rem;
    }

    .sm\:left-4 {
        left: 1rem;
    }

    .sm\:left-5 {
        left: 1.25rem;
    }

    .sm\:left-6 {
        left: 1.5rem;
    }

    .sm\:left-7 {
        left: 1.75rem;
    }

    .sm\:left-8 {
        left: 2rem;
    }

    .sm\:left-9 {
        left: 2.25rem;
    }

    .sm\:left-10 {
        left: 2.5rem;
    }

    .sm\:left-11 {
        left: 2.75rem;
    }

    .sm\:left-12 {
        left: 3rem;
    }

    .sm\:left-14 {
        left: 3.5rem;
    }

    .sm\:left-16 {
        left: 4rem;
    }

    .sm\:left-18 {
        left: 4.375rem;
    }

    .sm\:left-19 {
        left: 76px;
    }

    .sm\:left-20 {
        left: 5rem;
    }

    .sm\:left-24 {
        left: 6rem;
    }

    .sm\:left-28 {
        left: 7rem;
    }

    .sm\:left-30 {
        left: 120px;
    }

    .sm\:left-32 {
        left: 8rem;
    }

    .sm\:left-36 {
        left: 9rem;
    }

    .sm\:left-40 {
        left: 10rem;
    }

    .sm\:left-44 {
        left: 11rem;
    }

    .sm\:left-48 {
        left: 12rem;
    }

    .sm\:left-52 {
        left: 13rem;
    }

    .sm\:left-56 {
        left: 14rem;
    }

    .sm\:left-60 {
        left: 15rem;
    }

    .sm\:left-64 {
        left: 16rem;
    }

    .sm\:left-72 {
        left: 18rem;
    }

    .sm\:left-80 {
        left: 20rem;
    }

    .sm\:left-96 {
        left: 24rem;
    }

    .sm\:left-auto {
        left: auto;
    }

    .sm\:left-px {
        left: 1px;
    }

    .sm\:left-0\.5 {
        left: 0.125rem;
    }

    .sm\:left-1\.5 {
        left: 0.375rem;
    }

    .sm\:left-2\.5 {
        left: 0.625rem;
    }

    .sm\:left-3\.5 {
        left: 0.875rem;
    }

    .sm\:left-5p {
        left: 5px;
    }

    .sm\:left-10p {
        left: 10px;
    }

    .sm\:left-14p {
        left: 14px;
    }

    .sm\:left-15p {
        left: 15px;
    }

    .sm\:left-15_2 {
        left: 60px;
    }

    .sm\:left-16_1 {
        left: 52px;
    }

    .sm\:left-16p {
        left: 16px;
    }

    .sm\:left-25p {
        left: 25px;
    }

    .sm\:left-48p {
        left: 48%;
    }

    .sm\:left-52p {
        left: 52%;
    }

    .sm\:-left-0 {
        left: 0px;
    }

    .sm\:-left-1 {
        left: -0.25rem;
    }

    .sm\:-left-2 {
        left: -0.5rem;
    }

    .sm\:-left-3 {
        left: -0.75rem;
    }

    .sm\:-left-4 {
        left: -1rem;
    }

    .sm\:-left-5 {
        left: -1.25rem;
    }

    .sm\:-left-6 {
        left: -1.5rem;
    }

    .sm\:-left-7 {
        left: -1.75rem;
    }

    .sm\:-left-8 {
        left: -2rem;
    }

    .sm\:-left-9 {
        left: -2.25rem;
    }

    .sm\:-left-10 {
        left: -2.5rem;
    }

    .sm\:-left-11 {
        left: -2.75rem;
    }

    .sm\:-left-12 {
        left: -3rem;
    }

    .sm\:-left-14 {
        left: -3.5rem;
    }

    .sm\:-left-16 {
        left: -4rem;
    }

    .sm\:-left-18 {
        left: -4.375rem;
    }

    .sm\:-left-19 {
        left: -76px;
    }

    .sm\:-left-20 {
        left: -5rem;
    }

    .sm\:-left-24 {
        left: -6rem;
    }

    .sm\:-left-28 {
        left: -7rem;
    }

    .sm\:-left-30 {
        left: -120px;
    }

    .sm\:-left-32 {
        left: -8rem;
    }

    .sm\:-left-36 {
        left: -9rem;
    }

    .sm\:-left-40 {
        left: -10rem;
    }

    .sm\:-left-44 {
        left: -11rem;
    }

    .sm\:-left-48 {
        left: -12rem;
    }

    .sm\:-left-52 {
        left: -13rem;
    }

    .sm\:-left-56 {
        left: -14rem;
    }

    .sm\:-left-60 {
        left: -15rem;
    }

    .sm\:-left-64 {
        left: -16rem;
    }

    .sm\:-left-72 {
        left: -18rem;
    }

    .sm\:-left-80 {
        left: -20rem;
    }

    .sm\:-left-96 {
        left: -24rem;
    }

    .sm\:-left-px {
        left: -1px;
    }

    .sm\:-left-0\.5 {
        left: -0.125rem;
    }

    .sm\:-left-1\.5 {
        left: -0.375rem;
    }

    .sm\:-left-2\.5 {
        left: -0.625rem;
    }

    .sm\:-left-3\.5 {
        left: -0.875rem;
    }

    .sm\:-left-5p {
        left: -5px;
    }

    .sm\:-left-10p {
        left: -10px;
    }

    .sm\:-left-14p {
        left: -14px;
    }

    .sm\:-left-15p {
        left: -15px;
    }

    .sm\:-left-15_2 {
        left: -60px;
    }

    .sm\:-left-16_1 {
        left: -52px;
    }

    .sm\:-left-16p {
        left: -16px;
    }

    .sm\:-left-25p {
        left: -25px;
    }

    .sm\:-left-48p {
        left: -48%;
    }

    .sm\:-left-52p {
        left: -52%;
    }

    .sm\:left-1\/2 {
        left: 50%;
    }

    .sm\:left-1\/3 {
        left: 33.333333%;
    }

    .sm\:left-2\/3 {
        left: 66.666667%;
    }

    .sm\:left-1\/4 {
        left: 25%;
    }

    .sm\:left-2\/4 {
        left: 50%;
    }

    .sm\:left-3\/4 {
        left: 75%;
    }

    .sm\:left-full {
        left: 100%;
    }

    .sm\:-left-1\/2 {
        left: -50%;
    }

    .sm\:-left-1\/3 {
        left: -33.333333%;
    }

    .sm\:-left-2\/3 {
        left: -66.666667%;
    }

    .sm\:-left-1\/4 {
        left: -25%;
    }

    .sm\:-left-2\/4 {
        left: -50%;
    }

    .sm\:-left-3\/4 {
        left: -75%;
    }

    .sm\:-left-full {
        left: -100%;
    }

    .sm\:isolate {
        isolation: isolate;
    }

    .sm\:isolation-auto {
        isolation: auto;
    }

    .sm\:z-0 {
        z-index: 0;
    }

    .sm\:z-10 {
        z-index: 10;
    }

    .sm\:z-20 {
        z-index: 20;
    }

    .sm\:z-30 {
        z-index: 30;
    }

    .sm\:z-40 {
        z-index: 40;
    }

    .sm\:z-50 {
        z-index: 50;
    }

    .sm\:z-auto {
        z-index: auto;
    }

    .sm\:focus-within\:z-0:focus-within {
        z-index: 0;
    }

    .sm\:focus-within\:z-10:focus-within {
        z-index: 10;
    }

    .sm\:focus-within\:z-20:focus-within {
        z-index: 20;
    }

    .sm\:focus-within\:z-30:focus-within {
        z-index: 30;
    }

    .sm\:focus-within\:z-40:focus-within {
        z-index: 40;
    }

    .sm\:focus-within\:z-50:focus-within {
        z-index: 50;
    }

    .sm\:focus-within\:z-auto:focus-within {
        z-index: auto;
    }

    .sm\:focus\:z-0:focus {
        z-index: 0;
    }

    .sm\:focus\:z-10:focus {
        z-index: 10;
    }

    .sm\:focus\:z-20:focus {
        z-index: 20;
    }

    .sm\:focus\:z-30:focus {
        z-index: 30;
    }

    .sm\:focus\:z-40:focus {
        z-index: 40;
    }

    .sm\:focus\:z-50:focus {
        z-index: 50;
    }

    .sm\:focus\:z-auto:focus {
        z-index: auto;
    }

    .sm\:order-1 {
        order: 1;
    }

    .sm\:order-2 {
        order: 2;
    }

    .sm\:order-3 {
        order: 3;
    }

    .sm\:order-4 {
        order: 4;
    }

    .sm\:order-5 {
        order: 5;
    }

    .sm\:order-6 {
        order: 6;
    }

    .sm\:order-7 {
        order: 7;
    }

    .sm\:order-8 {
        order: 8;
    }

    .sm\:order-9 {
        order: 9;
    }

    .sm\:order-10 {
        order: 10;
    }

    .sm\:order-11 {
        order: 11;
    }

    .sm\:order-12 {
        order: 12;
    }

    .sm\:order-first {
        order: -9999;
    }

    .sm\:order-last {
        order: 9999;
    }

    .sm\:order-none {
        order: 0;
    }

    .sm\:col-auto {
        grid-column: auto;
    }

    .sm\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .sm\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .sm\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .sm\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .sm\:col-span-5 {
        grid-column: span 5 / span 5;
    }

    .sm\:col-span-6 {
        grid-column: span 6 / span 6;
    }

    .sm\:col-span-7 {
        grid-column: span 7 / span 7;
    }

    .sm\:col-span-8 {
        grid-column: span 8 / span 8;
    }

    .sm\:col-span-9 {
        grid-column: span 9 / span 9;
    }

    .sm\:col-span-10 {
        grid-column: span 10 / span 10;
    }

    .sm\:col-span-11 {
        grid-column: span 11 / span 11;
    }

    .sm\:col-span-12 {
        grid-column: span 12 / span 12;
    }

    .sm\:col-span-full {
        grid-column: 1 / -1;
    }

    .sm\:col-start-1 {
        grid-column-start: 1;
    }

    .sm\:col-start-2 {
        grid-column-start: 2;
    }

    .sm\:col-start-3 {
        grid-column-start: 3;
    }

    .sm\:col-start-4 {
        grid-column-start: 4;
    }

    .sm\:col-start-5 {
        grid-column-start: 5;
    }

    .sm\:col-start-6 {
        grid-column-start: 6;
    }

    .sm\:col-start-7 {
        grid-column-start: 7;
    }

    .sm\:col-start-8 {
        grid-column-start: 8;
    }

    .sm\:col-start-9 {
        grid-column-start: 9;
    }

    .sm\:col-start-10 {
        grid-column-start: 10;
    }

    .sm\:col-start-11 {
        grid-column-start: 11;
    }

    .sm\:col-start-12 {
        grid-column-start: 12;
    }

    .sm\:col-start-13 {
        grid-column-start: 13;
    }

    .sm\:col-start-auto {
        grid-column-start: auto;
    }

    .sm\:col-end-1 {
        grid-column-end: 1;
    }

    .sm\:col-end-2 {
        grid-column-end: 2;
    }

    .sm\:col-end-3 {
        grid-column-end: 3;
    }

    .sm\:col-end-4 {
        grid-column-end: 4;
    }

    .sm\:col-end-5 {
        grid-column-end: 5;
    }

    .sm\:col-end-6 {
        grid-column-end: 6;
    }

    .sm\:col-end-7 {
        grid-column-end: 7;
    }

    .sm\:col-end-8 {
        grid-column-end: 8;
    }

    .sm\:col-end-9 {
        grid-column-end: 9;
    }

    .sm\:col-end-10 {
        grid-column-end: 10;
    }

    .sm\:col-end-11 {
        grid-column-end: 11;
    }

    .sm\:col-end-12 {
        grid-column-end: 12;
    }

    .sm\:col-end-13 {
        grid-column-end: 13;
    }

    .sm\:col-end-auto {
        grid-column-end: auto;
    }

    .sm\:row-auto {
        grid-row: auto;
    }

    .sm\:row-span-1 {
        grid-row: span 1 / span 1;
    }

    .sm\:row-span-2 {
        grid-row: span 2 / span 2;
    }

    .sm\:row-span-3 {
        grid-row: span 3 / span 3;
    }

    .sm\:row-span-4 {
        grid-row: span 4 / span 4;
    }

    .sm\:row-span-5 {
        grid-row: span 5 / span 5;
    }

    .sm\:row-span-6 {
        grid-row: span 6 / span 6;
    }

    .sm\:row-span-full {
        grid-row: 1 / -1;
    }

    .sm\:row-start-1 {
        grid-row-start: 1;
    }

    .sm\:row-start-2 {
        grid-row-start: 2;
    }

    .sm\:row-start-3 {
        grid-row-start: 3;
    }

    .sm\:row-start-4 {
        grid-row-start: 4;
    }

    .sm\:row-start-5 {
        grid-row-start: 5;
    }

    .sm\:row-start-6 {
        grid-row-start: 6;
    }

    .sm\:row-start-7 {
        grid-row-start: 7;
    }

    .sm\:row-start-auto {
        grid-row-start: auto;
    }

    .sm\:row-end-1 {
        grid-row-end: 1;
    }

    .sm\:row-end-2 {
        grid-row-end: 2;
    }

    .sm\:row-end-3 {
        grid-row-end: 3;
    }

    .sm\:row-end-4 {
        grid-row-end: 4;
    }

    .sm\:row-end-5 {
        grid-row-end: 5;
    }

    .sm\:row-end-6 {
        grid-row-end: 6;
    }

    .sm\:row-end-7 {
        grid-row-end: 7;
    }

    .sm\:row-end-auto {
        grid-row-end: auto;
    }

    .sm\:float-right {
        float: right;
    }

    .sm\:float-left {
        float: left;
    }

    .sm\:float-none {
        float: none;
    }

    .sm\:clear-left {
        clear: left;
    }

    .sm\:clear-right {
        clear: right;
    }

    .sm\:clear-both {
        clear: both;
    }

    .sm\:clear-none {
        clear: none;
    }

    .sm\:m-0 {
        margin: 0px;
    }

    .sm\:m-1 {
        margin: 0.25rem;
    }

    .sm\:m-2 {
        margin: 0.5rem;
    }

    .sm\:m-3 {
        margin: 0.75rem;
    }

    .sm\:m-4 {
        margin: 1rem;
    }

    .sm\:m-5 {
        margin: 1.25rem;
    }

    .sm\:m-6 {
        margin: 1.5rem;
    }

    .sm\:m-7 {
        margin: 1.75rem;
    }

    .sm\:m-8 {
        margin: 2rem;
    }

    .sm\:m-9 {
        margin: 2.25rem;
    }

    .sm\:m-10 {
        margin: 2.5rem;
    }

    .sm\:m-11 {
        margin: 2.75rem;
    }

    .sm\:m-12 {
        margin: 3rem;
    }

    .sm\:m-13 {
        margin: 3.25rem;
    }

    .sm\:m-14 {
        margin: 3.5rem;
    }

    .sm\:m-16 {
        margin: 4rem;
    }

    .sm\:m-18 {
        margin: 4.375rem;
    }

    .sm\:m-19 {
        margin: 76px;
    }

    .sm\:m-20 {
        margin: 5rem;
    }

    .sm\:m-22 {
        margin: 5.3125rem;
    }

    .sm\:m-24 {
        margin: 6rem;
    }

    .sm\:m-28 {
        margin: 7rem;
    }

    .sm\:m-30 {
        margin: 120px;
    }

    .sm\:m-32 {
        margin: 8rem;
    }

    .sm\:m-36 {
        margin: 9rem;
    }

    .sm\:m-40 {
        margin: 10rem;
    }

    .sm\:m-44 {
        margin: 11rem;
    }

    .sm\:m-46 {
        margin: 11.44rem;
    }

    .sm\:m-48 {
        margin: 12rem;
    }

    .sm\:m-52 {
        margin: 13rem;
    }

    .sm\:m-56 {
        margin: 14rem;
    }

    .sm\:m-60 {
        margin: 15rem;
    }

    .sm\:m-64 {
        margin: 16rem;
    }

    .sm\:m-72 {
        margin: 18rem;
    }

    .sm\:m-80 {
        margin: 20rem;
    }

    .sm\:m-96 {
        margin: 24rem;
    }

    .sm\:m-auto {
        margin: auto;
    }

    .sm\:m-px {
        margin: 1px;
    }

    .sm\:m-0\.5 {
        margin: 0.125rem;
    }

    .sm\:m-1\.5 {
        margin: 0.375rem;
    }

    .sm\:m-2\.5 {
        margin: 0.625rem;
    }

    .sm\:m-3\.5 {
        margin: 0.875rem;
    }

    .sm\:m-5p {
        margin: 5px;
    }

    .sm\:m-10p {
        margin: 10px;
    }

    .sm\:m-14p {
        margin: 14px;
    }

    .sm\:m-15p {
        margin: 15px;
    }

    .sm\:m-15_2 {
        margin: 60px;
    }

    .sm\:m-16_1 {
        margin: 52px;
    }

    .sm\:m-16p {
        margin: 16px;
    }

    .sm\:m-25p {
        margin: 25px;
    }

    .sm\:m-48p {
        margin: 48%;
    }

    .sm\:m-52p {
        margin: 52%;
    }

    .sm\:-m-0 {
        margin: 0px;
    }

    .sm\:-m-1 {
        margin: -0.25rem;
    }

    .sm\:-m-2 {
        margin: -0.5rem;
    }

    .sm\:-m-3 {
        margin: -0.75rem;
    }

    .sm\:-m-4 {
        margin: -1rem;
    }

    .sm\:-m-5 {
        margin: -1.25rem;
    }

    .sm\:-m-6 {
        margin: -1.5rem;
    }

    .sm\:-m-7 {
        margin: -1.75rem;
    }

    .sm\:-m-8 {
        margin: -2rem;
    }

    .sm\:-m-9 {
        margin: -2.25rem;
    }

    .sm\:-m-10 {
        margin: -2.5rem;
    }

    .sm\:-m-11 {
        margin: -2.75rem;
    }

    .sm\:-m-12 {
        margin: -3rem;
    }

    .sm\:-m-14 {
        margin: -3.5rem;
    }

    .sm\:-m-16 {
        margin: -4rem;
    }

    .sm\:-m-18 {
        margin: -4.375rem;
    }

    .sm\:-m-19 {
        margin: -76px;
    }

    .sm\:-m-20 {
        margin: -5rem;
    }

    .sm\:-m-24 {
        margin: -6rem;
    }

    .sm\:-m-28 {
        margin: -7rem;
    }

    .sm\:-m-30 {
        margin: -120px;
    }

    .sm\:-m-32 {
        margin: -8rem;
    }

    .sm\:-m-36 {
        margin: -9rem;
    }

    .sm\:-m-40 {
        margin: -10rem;
    }

    .sm\:-m-44 {
        margin: -11rem;
    }

    .sm\:-m-48 {
        margin: -12rem;
    }

    .sm\:-m-52 {
        margin: -13rem;
    }

    .sm\:-m-56 {
        margin: -14rem;
    }

    .sm\:-m-60 {
        margin: -15rem;
    }

    .sm\:-m-64 {
        margin: -16rem;
    }

    .sm\:-m-72 {
        margin: -18rem;
    }

    .sm\:-m-80 {
        margin: -20rem;
    }

    .sm\:-m-96 {
        margin: -24rem;
    }

    .sm\:-m-px {
        margin: -1px;
    }

    .sm\:-m-0\.5 {
        margin: -0.125rem;
    }

    .sm\:-m-1\.5 {
        margin: -0.375rem;
    }

    .sm\:-m-2\.5 {
        margin: -0.625rem;
    }

    .sm\:-m-3\.5 {
        margin: -0.875rem;
    }

    .sm\:-m-5p {
        margin: -5px;
    }

    .sm\:-m-10p {
        margin: -10px;
    }

    .sm\:-m-14p {
        margin: -14px;
    }

    .sm\:-m-15p {
        margin: -15px;
    }

    .sm\:-m-15_2 {
        margin: -60px;
    }

    .sm\:-m-16_1 {
        margin: -52px;
    }

    .sm\:-m-16p {
        margin: -16px;
    }

    .sm\:-m-25p {
        margin: -25px;
    }

    .sm\:-m-48p {
        margin: -48%;
    }

    .sm\:-m-52p {
        margin: -52%;
    }

    .sm\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .sm\:mx-1 {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }

    .sm\:mx-2 {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .sm\:mx-3 {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
    }

    .sm\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .sm\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }

    .sm\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .sm\:mx-7 {
        margin-left: 1.75rem;
        margin-right: 1.75rem;
    }

    .sm\:mx-8 {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .sm\:mx-9 {
        margin-left: 2.25rem;
        margin-right: 2.25rem;
    }

    .sm\:mx-10 {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }

    .sm\:mx-11 {
        margin-left: 2.75rem;
        margin-right: 2.75rem;
    }

    .sm\:mx-12 {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .sm\:mx-13 {
        margin-left: 3.25rem;
        margin-right: 3.25rem;
    }

    .sm\:mx-14 {
        margin-left: 3.5rem;
        margin-right: 3.5rem;
    }

    .sm\:mx-16 {
        margin-left: 4rem;
        margin-right: 4rem;
    }

    .sm\:mx-18 {
        margin-left: 4.375rem;
        margin-right: 4.375rem;
    }

    .sm\:mx-19 {
        margin-left: 76px;
        margin-right: 76px;
    }

    .sm\:mx-20 {
        margin-left: 5rem;
        margin-right: 5rem;
    }

    .sm\:mx-22 {
        margin-left: 5.3125rem;
        margin-right: 5.3125rem;
    }

    .sm\:mx-24 {
        margin-left: 6rem;
        margin-right: 6rem;
    }

    .sm\:mx-28 {
        margin-left: 7rem;
        margin-right: 7rem;
    }

    .sm\:mx-30 {
        margin-left: 120px;
        margin-right: 120px;
    }

    .sm\:mx-32 {
        margin-left: 8rem;
        margin-right: 8rem;
    }

    .sm\:mx-36 {
        margin-left: 9rem;
        margin-right: 9rem;
    }

    .sm\:mx-40 {
        margin-left: 10rem;
        margin-right: 10rem;
    }

    .sm\:mx-44 {
        margin-left: 11rem;
        margin-right: 11rem;
    }

    .sm\:mx-46 {
        margin-left: 11.44rem;
        margin-right: 11.44rem;
    }

    .sm\:mx-48 {
        margin-left: 12rem;
        margin-right: 12rem;
    }

    .sm\:mx-52 {
        margin-left: 13rem;
        margin-right: 13rem;
    }

    .sm\:mx-56 {
        margin-left: 14rem;
        margin-right: 14rem;
    }

    .sm\:mx-60 {
        margin-left: 15rem;
        margin-right: 15rem;
    }

    .sm\:mx-64 {
        margin-left: 16rem;
        margin-right: 16rem;
    }

    .sm\:mx-72 {
        margin-left: 18rem;
        margin-right: 18rem;
    }

    .sm\:mx-80 {
        margin-left: 20rem;
        margin-right: 20rem;
    }

    .sm\:mx-96 {
        margin-left: 24rem;
        margin-right: 24rem;
    }

    .sm\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .sm\:mx-px {
        margin-left: 1px;
        margin-right: 1px;
    }

    .sm\:mx-0\.5 {
        margin-left: 0.125rem;
        margin-right: 0.125rem;
    }

    .sm\:mx-1\.5 {
        margin-left: 0.375rem;
        margin-right: 0.375rem;
    }

    .sm\:mx-2\.5 {
        margin-left: 0.625rem;
        margin-right: 0.625rem;
    }

    .sm\:mx-3\.5 {
        margin-left: 0.875rem;
        margin-right: 0.875rem;
    }

    .sm\:mx-5p {
        margin-left: 5px;
        margin-right: 5px;
    }

    .sm\:mx-10p {
        margin-left: 10px;
        margin-right: 10px;
    }

    .sm\:mx-14p {
        margin-left: 14px;
        margin-right: 14px;
    }

    .sm\:mx-15p {
        margin-left: 15px;
        margin-right: 15px;
    }

    .sm\:mx-15_2 {
        margin-left: 60px;
        margin-right: 60px;
    }

    .sm\:mx-16_1 {
        margin-left: 52px;
        margin-right: 52px;
    }

    .sm\:mx-16p {
        margin-left: 16px;
        margin-right: 16px;
    }

    .sm\:mx-25p {
        margin-left: 25px;
        margin-right: 25px;
    }

    .sm\:mx-48p {
        margin-left: 48%;
        margin-right: 48%;
    }

    .sm\:mx-52p {
        margin-left: 52%;
        margin-right: 52%;
    }

    .sm\:-mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .sm\:-mx-1 {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
    }

    .sm\:-mx-2 {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }

    .sm\:-mx-3 {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }

    .sm\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .sm\:-mx-5 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

    .sm\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .sm\:-mx-7 {
        margin-left: -1.75rem;
        margin-right: -1.75rem;
    }

    .sm\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem;
    }

    .sm\:-mx-9 {
        margin-left: -2.25rem;
        margin-right: -2.25rem;
    }

    .sm\:-mx-10 {
        margin-left: -2.5rem;
        margin-right: -2.5rem;
    }

    .sm\:-mx-11 {
        margin-left: -2.75rem;
        margin-right: -2.75rem;
    }

    .sm\:-mx-12 {
        margin-left: -3rem;
        margin-right: -3rem;
    }

    .sm\:-mx-14 {
        margin-left: -3.5rem;
        margin-right: -3.5rem;
    }

    .sm\:-mx-16 {
        margin-left: -4rem;
        margin-right: -4rem;
    }

    .sm\:-mx-18 {
        margin-left: -4.375rem;
        margin-right: -4.375rem;
    }

    .sm\:-mx-19 {
        margin-left: -76px;
        margin-right: -76px;
    }

    .sm\:-mx-20 {
        margin-left: -5rem;
        margin-right: -5rem;
    }

    .sm\:-mx-24 {
        margin-left: -6rem;
        margin-right: -6rem;
    }

    .sm\:-mx-28 {
        margin-left: -7rem;
        margin-right: -7rem;
    }

    .sm\:-mx-30 {
        margin-left: -120px;
        margin-right: -120px;
    }

    .sm\:-mx-32 {
        margin-left: -8rem;
        margin-right: -8rem;
    }

    .sm\:-mx-36 {
        margin-left: -9rem;
        margin-right: -9rem;
    }

    .sm\:-mx-40 {
        margin-left: -10rem;
        margin-right: -10rem;
    }

    .sm\:-mx-44 {
        margin-left: -11rem;
        margin-right: -11rem;
    }

    .sm\:-mx-48 {
        margin-left: -12rem;
        margin-right: -12rem;
    }

    .sm\:-mx-52 {
        margin-left: -13rem;
        margin-right: -13rem;
    }

    .sm\:-mx-56 {
        margin-left: -14rem;
        margin-right: -14rem;
    }

    .sm\:-mx-60 {
        margin-left: -15rem;
        margin-right: -15rem;
    }

    .sm\:-mx-64 {
        margin-left: -16rem;
        margin-right: -16rem;
    }

    .sm\:-mx-72 {
        margin-left: -18rem;
        margin-right: -18rem;
    }

    .sm\:-mx-80 {
        margin-left: -20rem;
        margin-right: -20rem;
    }

    .sm\:-mx-96 {
        margin-left: -24rem;
        margin-right: -24rem;
    }

    .sm\:-mx-px {
        margin-left: -1px;
        margin-right: -1px;
    }

    .sm\:-mx-0\.5 {
        margin-left: -0.125rem;
        margin-right: -0.125rem;
    }

    .sm\:-mx-1\.5 {
        margin-left: -0.375rem;
        margin-right: -0.375rem;
    }

    .sm\:-mx-2\.5 {
        margin-left: -0.625rem;
        margin-right: -0.625rem;
    }

    .sm\:-mx-3\.5 {
        margin-left: -0.875rem;
        margin-right: -0.875rem;
    }

    .sm\:-mx-5p {
        margin-left: -5px;
        margin-right: -5px;
    }

    .sm\:-mx-10p {
        margin-left: -10px;
        margin-right: -10px;
    }

    .sm\:-mx-14p {
        margin-left: -14px;
        margin-right: -14px;
    }

    .sm\:-mx-15p {
        margin-left: -15px;
        margin-right: -15px;
    }

    .sm\:-mx-15_2 {
        margin-left: -60px;
        margin-right: -60px;
    }

    .sm\:-mx-16_1 {
        margin-left: -52px;
        margin-right: -52px;
    }

    .sm\:-mx-16p {
        margin-left: -16px;
        margin-right: -16px;
    }

    .sm\:-mx-25p {
        margin-left: -25px;
        margin-right: -25px;
    }

    .sm\:-mx-48p {
        margin-left: -48%;
        margin-right: -48%;
    }

    .sm\:-mx-52p {
        margin-left: -52%;
        margin-right: -52%;
    }

    .sm\:my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .sm\:my-1 {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }

    .sm\:my-2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .sm\:my-3 {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }

    .sm\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .sm\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .sm\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .sm\:my-7 {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem;
    }

    .sm\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .sm\:my-9 {
        margin-top: 2.25rem;
        margin-bottom: 2.25rem;
    }

    .sm\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .sm\:my-11 {
        margin-top: 2.75rem;
        margin-bottom: 2.75rem;
    }

    .sm\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .sm\:my-13 {
        margin-top: 3.25rem;
        margin-bottom: 3.25rem;
    }

    .sm\:my-14 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }

    .sm\:my-16 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .sm\:my-18 {
        margin-top: 4.375rem;
        margin-bottom: 4.375rem;
    }

    .sm\:my-19 {
        margin-top: 76px;
        margin-bottom: 76px;
    }

    .sm\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .sm\:my-22 {
        margin-top: 5.3125rem;
        margin-bottom: 5.3125rem;
    }

    .sm\:my-24 {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }

    .sm\:my-28 {
        margin-top: 7rem;
        margin-bottom: 7rem;
    }

    .sm\:my-30 {
        margin-top: 120px;
        margin-bottom: 120px;
    }

    .sm\:my-32 {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }

    .sm\:my-36 {
        margin-top: 9rem;
        margin-bottom: 9rem;
    }

    .sm\:my-40 {
        margin-top: 10rem;
        margin-bottom: 10rem;
    }

    .sm\:my-44 {
        margin-top: 11rem;
        margin-bottom: 11rem;
    }

    .sm\:my-46 {
        margin-top: 11.44rem;
        margin-bottom: 11.44rem;
    }

    .sm\:my-48 {
        margin-top: 12rem;
        margin-bottom: 12rem;
    }

    .sm\:my-52 {
        margin-top: 13rem;
        margin-bottom: 13rem;
    }

    .sm\:my-56 {
        margin-top: 14rem;
        margin-bottom: 14rem;
    }

    .sm\:my-60 {
        margin-top: 15rem;
        margin-bottom: 15rem;
    }

    .sm\:my-64 {
        margin-top: 16rem;
        margin-bottom: 16rem;
    }

    .sm\:my-72 {
        margin-top: 18rem;
        margin-bottom: 18rem;
    }

    .sm\:my-80 {
        margin-top: 20rem;
        margin-bottom: 20rem;
    }

    .sm\:my-96 {
        margin-top: 24rem;
        margin-bottom: 24rem;
    }

    .sm\:my-auto {
        margin-top: auto;
        margin-bottom: auto;
    }

    .sm\:my-px {
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .sm\:my-0\.5 {
        margin-top: 0.125rem;
        margin-bottom: 0.125rem;
    }

    .sm\:my-1\.5 {
        margin-top: 0.375rem;
        margin-bottom: 0.375rem;
    }

    .sm\:my-2\.5 {
        margin-top: 0.625rem;
        margin-bottom: 0.625rem;
    }

    .sm\:my-3\.5 {
        margin-top: 0.875rem;
        margin-bottom: 0.875rem;
    }

    .sm\:my-5p {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .sm\:my-10p {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .sm\:my-14p {
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .sm\:my-15p {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .sm\:my-15_2 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .sm\:my-16_1 {
        margin-top: 52px;
        margin-bottom: 52px;
    }

    .sm\:my-16p {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .sm\:my-25p {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .sm\:my-48p {
        margin-top: 48%;
        margin-bottom: 48%;
    }

    .sm\:my-52p {
        margin-top: 52%;
        margin-bottom: 52%;
    }

    .sm\:-my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .sm\:-my-1 {
        margin-top: -0.25rem;
        margin-bottom: -0.25rem;
    }

    .sm\:-my-2 {
        margin-top: -0.5rem;
        margin-bottom: -0.5rem;
    }

    .sm\:-my-3 {
        margin-top: -0.75rem;
        margin-bottom: -0.75rem;
    }

    .sm\:-my-4 {
        margin-top: -1rem;
        margin-bottom: -1rem;
    }

    .sm\:-my-5 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem;
    }

    .sm\:-my-6 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem;
    }

    .sm\:-my-7 {
        margin-top: -1.75rem;
        margin-bottom: -1.75rem;
    }

    .sm\:-my-8 {
        margin-top: -2rem;
        margin-bottom: -2rem;
    }

    .sm\:-my-9 {
        margin-top: -2.25rem;
        margin-bottom: -2.25rem;
    }

    .sm\:-my-10 {
        margin-top: -2.5rem;
        margin-bottom: -2.5rem;
    }

    .sm\:-my-11 {
        margin-top: -2.75rem;
        margin-bottom: -2.75rem;
    }

    .sm\:-my-12 {
        margin-top: -3rem;
        margin-bottom: -3rem;
    }

    .sm\:-my-14 {
        margin-top: -3.5rem;
        margin-bottom: -3.5rem;
    }

    .sm\:-my-16 {
        margin-top: -4rem;
        margin-bottom: -4rem;
    }

    .sm\:-my-18 {
        margin-top: -4.375rem;
        margin-bottom: -4.375rem;
    }

    .sm\:-my-19 {
        margin-top: -76px;
        margin-bottom: -76px;
    }

    .sm\:-my-20 {
        margin-top: -5rem;
        margin-bottom: -5rem;
    }

    .sm\:-my-24 {
        margin-top: -6rem;
        margin-bottom: -6rem;
    }

    .sm\:-my-28 {
        margin-top: -7rem;
        margin-bottom: -7rem;
    }

    .sm\:-my-30 {
        margin-top: -120px;
        margin-bottom: -120px;
    }

    .sm\:-my-32 {
        margin-top: -8rem;
        margin-bottom: -8rem;
    }

    .sm\:-my-36 {
        margin-top: -9rem;
        margin-bottom: -9rem;
    }

    .sm\:-my-40 {
        margin-top: -10rem;
        margin-bottom: -10rem;
    }

    .sm\:-my-44 {
        margin-top: -11rem;
        margin-bottom: -11rem;
    }

    .sm\:-my-48 {
        margin-top: -12rem;
        margin-bottom: -12rem;
    }

    .sm\:-my-52 {
        margin-top: -13rem;
        margin-bottom: -13rem;
    }

    .sm\:-my-56 {
        margin-top: -14rem;
        margin-bottom: -14rem;
    }

    .sm\:-my-60 {
        margin-top: -15rem;
        margin-bottom: -15rem;
    }

    .sm\:-my-64 {
        margin-top: -16rem;
        margin-bottom: -16rem;
    }

    .sm\:-my-72 {
        margin-top: -18rem;
        margin-bottom: -18rem;
    }

    .sm\:-my-80 {
        margin-top: -20rem;
        margin-bottom: -20rem;
    }

    .sm\:-my-96 {
        margin-top: -24rem;
        margin-bottom: -24rem;
    }

    .sm\:-my-px {
        margin-top: -1px;
        margin-bottom: -1px;
    }

    .sm\:-my-0\.5 {
        margin-top: -0.125rem;
        margin-bottom: -0.125rem;
    }

    .sm\:-my-1\.5 {
        margin-top: -0.375rem;
        margin-bottom: -0.375rem;
    }

    .sm\:-my-2\.5 {
        margin-top: -0.625rem;
        margin-bottom: -0.625rem;
    }

    .sm\:-my-3\.5 {
        margin-top: -0.875rem;
        margin-bottom: -0.875rem;
    }

    .sm\:-my-5p {
        margin-top: -5px;
        margin-bottom: -5px;
    }

    .sm\:-my-10p {
        margin-top: -10px;
        margin-bottom: -10px;
    }

    .sm\:-my-14p {
        margin-top: -14px;
        margin-bottom: -14px;
    }

    .sm\:-my-15p {
        margin-top: -15px;
        margin-bottom: -15px;
    }

    .sm\:-my-15_2 {
        margin-top: -60px;
        margin-bottom: -60px;
    }

    .sm\:-my-16_1 {
        margin-top: -52px;
        margin-bottom: -52px;
    }

    .sm\:-my-16p {
        margin-top: -16px;
        margin-bottom: -16px;
    }

    .sm\:-my-25p {
        margin-top: -25px;
        margin-bottom: -25px;
    }

    .sm\:-my-48p {
        margin-top: -48%;
        margin-bottom: -48%;
    }

    .sm\:-my-52p {
        margin-top: -52%;
        margin-bottom: -52%;
    }

    .sm\:mt-0 {
        margin-top: 0px;
    }

    .sm\:mt-1 {
        margin-top: 0.25rem;
    }

    .sm\:mt-2 {
        margin-top: 0.5rem;
    }

    .sm\:mt-3 {
        margin-top: 0.75rem;
    }

    .sm\:mt-4 {
        margin-top: 1rem;
    }

    .sm\:mt-5 {
        margin-top: 1.25rem;
    }

    .sm\:mt-6 {
        margin-top: 1.5rem;
    }

    .sm\:mt-7 {
        margin-top: 1.75rem;
    }

    .sm\:mt-8 {
        margin-top: 2rem;
    }

    .sm\:mt-9 {
        margin-top: 2.25rem;
    }

    .sm\:mt-10 {
        margin-top: 2.5rem;
    }

    .sm\:mt-11 {
        margin-top: 2.75rem;
    }

    .sm\:mt-12 {
        margin-top: 3rem;
    }

    .sm\:mt-13 {
        margin-top: 3.25rem;
    }

    .sm\:mt-14 {
        margin-top: 3.5rem;
    }

    .sm\:mt-16 {
        margin-top: 4rem;
    }

    .sm\:mt-18 {
        margin-top: 4.375rem;
    }

    .sm\:mt-19 {
        margin-top: 76px;
    }

    .sm\:mt-20 {
        margin-top: 5rem;
    }

    .sm\:mt-22 {
        margin-top: 5.3125rem;
    }

    .sm\:mt-24 {
        margin-top: 6rem;
    }

    .sm\:mt-28 {
        margin-top: 7rem;
    }

    .sm\:mt-30 {
        margin-top: 120px;
    }

    .sm\:mt-32 {
        margin-top: 8rem;
    }

    .sm\:mt-36 {
        margin-top: 9rem;
    }

    .sm\:mt-40 {
        margin-top: 10rem;
    }

    .sm\:mt-44 {
        margin-top: 11rem;
    }

    .sm\:mt-46 {
        margin-top: 11.44rem;
    }

    .sm\:mt-48 {
        margin-top: 12rem;
    }

    .sm\:mt-52 {
        margin-top: 13rem;
    }

    .sm\:mt-56 {
        margin-top: 14rem;
    }

    .sm\:mt-60 {
        margin-top: 15rem;
    }

    .sm\:mt-64 {
        margin-top: 16rem;
    }

    .sm\:mt-72 {
        margin-top: 18rem;
    }

    .sm\:mt-80 {
        margin-top: 20rem;
    }

    .sm\:mt-96 {
        margin-top: 24rem;
    }

    .sm\:mt-auto {
        margin-top: auto;
    }

    .sm\:mt-px {
        margin-top: 1px;
    }

    .sm\:mt-0\.5 {
        margin-top: 0.125rem;
    }

    .sm\:mt-1\.5 {
        margin-top: 0.375rem;
    }

    .sm\:mt-2\.5 {
        margin-top: 0.625rem;
    }

    .sm\:mt-3\.5 {
        margin-top: 0.875rem;
    }

    .sm\:mt-5p {
        margin-top: 5px;
    }

    .sm\:mt-10p {
        margin-top: 10px;
    }

    .sm\:mt-14p {
        margin-top: 14px;
    }

    .sm\:mt-15p {
        margin-top: 15px;
    }

    .sm\:mt-15_2 {
        margin-top: 60px;
    }

    .sm\:mt-16_1 {
        margin-top: 52px;
    }

    .sm\:mt-16p {
        margin-top: 16px;
    }

    .sm\:mt-25p {
        margin-top: 25px;
    }

    .sm\:mt-48p {
        margin-top: 48%;
    }

    .sm\:mt-52p {
        margin-top: 52%;
    }

    .sm\:-mt-0 {
        margin-top: 0px;
    }

    .sm\:-mt-1 {
        margin-top: -0.25rem;
    }

    .sm\:-mt-2 {
        margin-top: -0.5rem;
    }

    .sm\:-mt-3 {
        margin-top: -0.75rem;
    }

    .sm\:-mt-4 {
        margin-top: -1rem;
    }

    .sm\:-mt-5 {
        margin-top: -1.25rem;
    }

    .sm\:-mt-6 {
        margin-top: -1.5rem;
    }

    .sm\:-mt-7 {
        margin-top: -1.75rem;
    }

    .sm\:-mt-8 {
        margin-top: -2rem;
    }

    .sm\:-mt-9 {
        margin-top: -2.25rem;
    }

    .sm\:-mt-10 {
        margin-top: -2.5rem;
    }

    .sm\:-mt-11 {
        margin-top: -2.75rem;
    }

    .sm\:-mt-12 {
        margin-top: -3rem;
    }

    .sm\:-mt-14 {
        margin-top: -3.5rem;
    }

    .sm\:-mt-16 {
        margin-top: -4rem;
    }

    .sm\:-mt-18 {
        margin-top: -4.375rem;
    }

    .sm\:-mt-19 {
        margin-top: -76px;
    }

    .sm\:-mt-20 {
        margin-top: -5rem;
    }

    .sm\:-mt-24 {
        margin-top: -6rem;
    }

    .sm\:-mt-28 {
        margin-top: -7rem;
    }

    .sm\:-mt-30 {
        margin-top: -120px;
    }

    .sm\:-mt-32 {
        margin-top: -8rem;
    }

    .sm\:-mt-36 {
        margin-top: -9rem;
    }

    .sm\:-mt-40 {
        margin-top: -10rem;
    }

    .sm\:-mt-44 {
        margin-top: -11rem;
    }

    .sm\:-mt-48 {
        margin-top: -12rem;
    }

    .sm\:-mt-52 {
        margin-top: -13rem;
    }

    .sm\:-mt-56 {
        margin-top: -14rem;
    }

    .sm\:-mt-60 {
        margin-top: -15rem;
    }

    .sm\:-mt-64 {
        margin-top: -16rem;
    }

    .sm\:-mt-72 {
        margin-top: -18rem;
    }

    .sm\:-mt-80 {
        margin-top: -20rem;
    }

    .sm\:-mt-96 {
        margin-top: -24rem;
    }

    .sm\:-mt-px {
        margin-top: -1px;
    }

    .sm\:-mt-0\.5 {
        margin-top: -0.125rem;
    }

    .sm\:-mt-1\.5 {
        margin-top: -0.375rem;
    }

    .sm\:-mt-2\.5 {
        margin-top: -0.625rem;
    }

    .sm\:-mt-3\.5 {
        margin-top: -0.875rem;
    }

    .sm\:-mt-5p {
        margin-top: -5px;
    }

    .sm\:-mt-10p {
        margin-top: -10px;
    }

    .sm\:-mt-14p {
        margin-top: -14px;
    }

    .sm\:-mt-15p {
        margin-top: -15px;
    }

    .sm\:-mt-15_2 {
        margin-top: -60px;
    }

    .sm\:-mt-16_1 {
        margin-top: -52px;
    }

    .sm\:-mt-16p {
        margin-top: -16px;
    }

    .sm\:-mt-25p {
        margin-top: -25px;
    }

    .sm\:-mt-48p {
        margin-top: -48%;
    }

    .sm\:-mt-52p {
        margin-top: -52%;
    }

    .sm\:mr-0 {
        margin-right: 0px;
    }

    .sm\:mr-1 {
        margin-right: 0.25rem;
    }

    .sm\:mr-2 {
        margin-right: 0.5rem;
    }

    .sm\:mr-3 {
        margin-right: 0.75rem;
    }

    .sm\:mr-4 {
        margin-right: 1rem;
    }

    .sm\:mr-5 {
        margin-right: 1.25rem;
    }

    .sm\:mr-6 {
        margin-right: 1.5rem;
    }

    .sm\:mr-7 {
        margin-right: 1.75rem;
    }

    .sm\:mr-8 {
        margin-right: 2rem;
    }

    .sm\:mr-9 {
        margin-right: 2.25rem;
    }

    .sm\:mr-10 {
        margin-right: 2.5rem;
    }

    .sm\:mr-11 {
        margin-right: 2.75rem;
    }

    .sm\:mr-12 {
        margin-right: 3rem;
    }

    .sm\:mr-13 {
        margin-right: 3.25rem;
    }

    .sm\:mr-14 {
        margin-right: 3.5rem;
    }

    .sm\:mr-16 {
        margin-right: 4rem;
    }

    .sm\:mr-18 {
        margin-right: 4.375rem;
    }

    .sm\:mr-19 {
        margin-right: 76px;
    }

    .sm\:mr-20 {
        margin-right: 5rem;
    }

    .sm\:mr-22 {
        margin-right: 5.3125rem;
    }

    .sm\:mr-24 {
        margin-right: 6rem;
    }

    .sm\:mr-28 {
        margin-right: 7rem;
    }

    .sm\:mr-30 {
        margin-right: 120px;
    }

    .sm\:mr-32 {
        margin-right: 8rem;
    }

    .sm\:mr-36 {
        margin-right: 9rem;
    }

    .sm\:mr-40 {
        margin-right: 10rem;
    }

    .sm\:mr-44 {
        margin-right: 11rem;
    }

    .sm\:mr-46 {
        margin-right: 11.44rem;
    }

    .sm\:mr-48 {
        margin-right: 12rem;
    }

    .sm\:mr-52 {
        margin-right: 13rem;
    }

    .sm\:mr-56 {
        margin-right: 14rem;
    }

    .sm\:mr-60 {
        margin-right: 15rem;
    }

    .sm\:mr-64 {
        margin-right: 16rem;
    }

    .sm\:mr-72 {
        margin-right: 18rem;
    }

    .sm\:mr-80 {
        margin-right: 20rem;
    }

    .sm\:mr-96 {
        margin-right: 24rem;
    }

    .sm\:mr-auto {
        margin-right: auto;
    }

    .sm\:mr-px {
        margin-right: 1px;
    }

    .sm\:mr-0\.5 {
        margin-right: 0.125rem;
    }

    .sm\:mr-1\.5 {
        margin-right: 0.375rem;
    }

    .sm\:mr-2\.5 {
        margin-right: 0.625rem;
    }

    .sm\:mr-3\.5 {
        margin-right: 0.875rem;
    }

    .sm\:mr-5p {
        margin-right: 5px;
    }

    .sm\:mr-10p {
        margin-right: 10px;
    }

    .sm\:mr-14p {
        margin-right: 14px;
    }

    .sm\:mr-15p {
        margin-right: 15px;
    }

    .sm\:mr-15_2 {
        margin-right: 60px;
    }

    .sm\:mr-16_1 {
        margin-right: 52px;
    }

    .sm\:mr-16p {
        margin-right: 16px;
    }

    .sm\:mr-25p {
        margin-right: 25px;
    }

    .sm\:mr-48p {
        margin-right: 48%;
    }

    .sm\:mr-52p {
        margin-right: 52%;
    }

    .sm\:-mr-0 {
        margin-right: 0px;
    }

    .sm\:-mr-1 {
        margin-right: -0.25rem;
    }

    .sm\:-mr-2 {
        margin-right: -0.5rem;
    }

    .sm\:-mr-3 {
        margin-right: -0.75rem;
    }

    .sm\:-mr-4 {
        margin-right: -1rem;
    }

    .sm\:-mr-5 {
        margin-right: -1.25rem;
    }

    .sm\:-mr-6 {
        margin-right: -1.5rem;
    }

    .sm\:-mr-7 {
        margin-right: -1.75rem;
    }

    .sm\:-mr-8 {
        margin-right: -2rem;
    }

    .sm\:-mr-9 {
        margin-right: -2.25rem;
    }

    .sm\:-mr-10 {
        margin-right: -2.5rem;
    }

    .sm\:-mr-11 {
        margin-right: -2.75rem;
    }

    .sm\:-mr-12 {
        margin-right: -3rem;
    }

    .sm\:-mr-14 {
        margin-right: -3.5rem;
    }

    .sm\:-mr-16 {
        margin-right: -4rem;
    }

    .sm\:-mr-18 {
        margin-right: -4.375rem;
    }

    .sm\:-mr-19 {
        margin-right: -76px;
    }

    .sm\:-mr-20 {
        margin-right: -5rem;
    }

    .sm\:-mr-24 {
        margin-right: -6rem;
    }

    .sm\:-mr-28 {
        margin-right: -7rem;
    }

    .sm\:-mr-30 {
        margin-right: -120px;
    }

    .sm\:-mr-32 {
        margin-right: -8rem;
    }

    .sm\:-mr-36 {
        margin-right: -9rem;
    }

    .sm\:-mr-40 {
        margin-right: -10rem;
    }

    .sm\:-mr-44 {
        margin-right: -11rem;
    }

    .sm\:-mr-48 {
        margin-right: -12rem;
    }

    .sm\:-mr-52 {
        margin-right: -13rem;
    }

    .sm\:-mr-56 {
        margin-right: -14rem;
    }

    .sm\:-mr-60 {
        margin-right: -15rem;
    }

    .sm\:-mr-64 {
        margin-right: -16rem;
    }

    .sm\:-mr-72 {
        margin-right: -18rem;
    }

    .sm\:-mr-80 {
        margin-right: -20rem;
    }

    .sm\:-mr-96 {
        margin-right: -24rem;
    }

    .sm\:-mr-px {
        margin-right: -1px;
    }

    .sm\:-mr-0\.5 {
        margin-right: -0.125rem;
    }

    .sm\:-mr-1\.5 {
        margin-right: -0.375rem;
    }

    .sm\:-mr-2\.5 {
        margin-right: -0.625rem;
    }

    .sm\:-mr-3\.5 {
        margin-right: -0.875rem;
    }

    .sm\:-mr-5p {
        margin-right: -5px;
    }

    .sm\:-mr-10p {
        margin-right: -10px;
    }

    .sm\:-mr-14p {
        margin-right: -14px;
    }

    .sm\:-mr-15p {
        margin-right: -15px;
    }

    .sm\:-mr-15_2 {
        margin-right: -60px;
    }

    .sm\:-mr-16_1 {
        margin-right: -52px;
    }

    .sm\:-mr-16p {
        margin-right: -16px;
    }

    .sm\:-mr-25p {
        margin-right: -25px;
    }

    .sm\:-mr-48p {
        margin-right: -48%;
    }

    .sm\:-mr-52p {
        margin-right: -52%;
    }

    .sm\:mb-0 {
        margin-bottom: 0px;
    }

    .sm\:mb-1 {
        margin-bottom: 0.25rem;
    }

    .sm\:mb-2 {
        margin-bottom: 0.5rem;
    }

    .sm\:mb-3 {
        margin-bottom: 0.75rem;
    }

    .sm\:mb-4 {
        margin-bottom: 1rem;
    }

    .sm\:mb-5 {
        margin-bottom: 1.25rem;
    }

    .sm\:mb-6 {
        margin-bottom: 1.5rem;
    }

    .sm\:mb-7 {
        margin-bottom: 1.75rem;
    }

    .sm\:mb-8 {
        margin-bottom: 2rem;
    }

    .sm\:mb-9 {
        margin-bottom: 2.25rem;
    }

    .sm\:mb-10 {
        margin-bottom: 2.5rem;
    }

    .sm\:mb-11 {
        margin-bottom: 2.75rem;
    }

    .sm\:mb-12 {
        margin-bottom: 3rem;
    }

    .sm\:mb-13 {
        margin-bottom: 3.25rem;
    }

    .sm\:mb-14 {
        margin-bottom: 3.5rem;
    }

    .sm\:mb-16 {
        margin-bottom: 4rem;
    }

    .sm\:mb-18 {
        margin-bottom: 4.375rem;
    }

    .sm\:mb-19 {
        margin-bottom: 76px;
    }

    .sm\:mb-20 {
        margin-bottom: 5rem;
    }

    .sm\:mb-22 {
        margin-bottom: 5.3125rem;
    }

    .sm\:mb-24 {
        margin-bottom: 6rem;
    }

    .sm\:mb-28 {
        margin-bottom: 7rem;
    }

    .sm\:mb-30 {
        margin-bottom: 120px;
    }

    .sm\:mb-32 {
        margin-bottom: 8rem;
    }

    .sm\:mb-36 {
        margin-bottom: 9rem;
    }

    .sm\:mb-40 {
        margin-bottom: 10rem;
    }

    .sm\:mb-44 {
        margin-bottom: 11rem;
    }

    .sm\:mb-46 {
        margin-bottom: 11.44rem;
    }

    .sm\:mb-48 {
        margin-bottom: 12rem;
    }

    .sm\:mb-52 {
        margin-bottom: 13rem;
    }

    .sm\:mb-56 {
        margin-bottom: 14rem;
    }

    .sm\:mb-60 {
        margin-bottom: 15rem;
    }

    .sm\:mb-64 {
        margin-bottom: 16rem;
    }

    .sm\:mb-72 {
        margin-bottom: 18rem;
    }

    .sm\:mb-80 {
        margin-bottom: 20rem;
    }

    .sm\:mb-96 {
        margin-bottom: 24rem;
    }

    .sm\:mb-auto {
        margin-bottom: auto;
    }

    .sm\:mb-px {
        margin-bottom: 1px;
    }

    .sm\:mb-0\.5 {
        margin-bottom: 0.125rem;
    }

    .sm\:mb-1\.5 {
        margin-bottom: 0.375rem;
    }

    .sm\:mb-2\.5 {
        margin-bottom: 0.625rem;
    }

    .sm\:mb-3\.5 {
        margin-bottom: 0.875rem;
    }

    .sm\:mb-5p {
        margin-bottom: 5px;
    }

    .sm\:mb-10p {
        margin-bottom: 10px;
    }

    .sm\:mb-14p {
        margin-bottom: 14px;
    }

    .sm\:mb-15p {
        margin-bottom: 15px;
    }

    .sm\:mb-15_2 {
        margin-bottom: 60px;
    }

    .sm\:mb-16_1 {
        margin-bottom: 52px;
    }

    .sm\:mb-16p {
        margin-bottom: 16px;
    }

    .sm\:mb-25p {
        margin-bottom: 25px;
    }

    .sm\:mb-48p {
        margin-bottom: 48%;
    }

    .sm\:mb-52p {
        margin-bottom: 52%;
    }

    .sm\:-mb-0 {
        margin-bottom: 0px;
    }

    .sm\:-mb-1 {
        margin-bottom: -0.25rem;
    }

    .sm\:-mb-2 {
        margin-bottom: -0.5rem;
    }

    .sm\:-mb-3 {
        margin-bottom: -0.75rem;
    }

    .sm\:-mb-4 {
        margin-bottom: -1rem;
    }

    .sm\:-mb-5 {
        margin-bottom: -1.25rem;
    }

    .sm\:-mb-6 {
        margin-bottom: -1.5rem;
    }

    .sm\:-mb-7 {
        margin-bottom: -1.75rem;
    }

    .sm\:-mb-8 {
        margin-bottom: -2rem;
    }

    .sm\:-mb-9 {
        margin-bottom: -2.25rem;
    }

    .sm\:-mb-10 {
        margin-bottom: -2.5rem;
    }

    .sm\:-mb-11 {
        margin-bottom: -2.75rem;
    }

    .sm\:-mb-12 {
        margin-bottom: -3rem;
    }

    .sm\:-mb-14 {
        margin-bottom: -3.5rem;
    }

    .sm\:-mb-16 {
        margin-bottom: -4rem;
    }

    .sm\:-mb-18 {
        margin-bottom: -4.375rem;
    }

    .sm\:-mb-19 {
        margin-bottom: -76px;
    }

    .sm\:-mb-20 {
        margin-bottom: -5rem;
    }

    .sm\:-mb-24 {
        margin-bottom: -6rem;
    }

    .sm\:-mb-28 {
        margin-bottom: -7rem;
    }

    .sm\:-mb-30 {
        margin-bottom: -120px;
    }

    .sm\:-mb-32 {
        margin-bottom: -8rem;
    }

    .sm\:-mb-36 {
        margin-bottom: -9rem;
    }

    .sm\:-mb-40 {
        margin-bottom: -10rem;
    }

    .sm\:-mb-44 {
        margin-bottom: -11rem;
    }

    .sm\:-mb-48 {
        margin-bottom: -12rem;
    }

    .sm\:-mb-52 {
        margin-bottom: -13rem;
    }

    .sm\:-mb-56 {
        margin-bottom: -14rem;
    }

    .sm\:-mb-60 {
        margin-bottom: -15rem;
    }

    .sm\:-mb-64 {
        margin-bottom: -16rem;
    }

    .sm\:-mb-72 {
        margin-bottom: -18rem;
    }

    .sm\:-mb-80 {
        margin-bottom: -20rem;
    }

    .sm\:-mb-96 {
        margin-bottom: -24rem;
    }

    .sm\:-mb-px {
        margin-bottom: -1px;
    }

    .sm\:-mb-0\.5 {
        margin-bottom: -0.125rem;
    }

    .sm\:-mb-1\.5 {
        margin-bottom: -0.375rem;
    }

    .sm\:-mb-2\.5 {
        margin-bottom: -0.625rem;
    }

    .sm\:-mb-3\.5 {
        margin-bottom: -0.875rem;
    }

    .sm\:-mb-5p {
        margin-bottom: -5px;
    }

    .sm\:-mb-10p {
        margin-bottom: -10px;
    }

    .sm\:-mb-14p {
        margin-bottom: -14px;
    }

    .sm\:-mb-15p {
        margin-bottom: -15px;
    }

    .sm\:-mb-15_2 {
        margin-bottom: -60px;
    }

    .sm\:-mb-16_1 {
        margin-bottom: -52px;
    }

    .sm\:-mb-16p {
        margin-bottom: -16px;
    }

    .sm\:-mb-25p {
        margin-bottom: -25px;
    }

    .sm\:-mb-48p {
        margin-bottom: -48%;
    }

    .sm\:-mb-52p {
        margin-bottom: -52%;
    }

    .sm\:ml-0 {
        margin-left: 0px;
    }

    .sm\:ml-1 {
        margin-left: 0.25rem;
    }

    .sm\:ml-2 {
        margin-left: 0.5rem;
    }

    .sm\:ml-3 {
        margin-left: 0.75rem;
    }

    .sm\:ml-4 {
        margin-left: 1rem;
    }

    .sm\:ml-5 {
        margin-left: 1.25rem;
    }

    .sm\:ml-6 {
        margin-left: 1.5rem;
    }

    .sm\:ml-7 {
        margin-left: 1.75rem;
    }

    .sm\:ml-8 {
        margin-left: 2rem;
    }

    .sm\:ml-9 {
        margin-left: 2.25rem;
    }

    .sm\:ml-10 {
        margin-left: 2.5rem;
    }

    .sm\:ml-11 {
        margin-left: 2.75rem;
    }

    .sm\:ml-12 {
        margin-left: 3rem;
    }

    .sm\:ml-13 {
        margin-left: 3.25rem;
    }

    .sm\:ml-14 {
        margin-left: 3.5rem;
    }

    .sm\:ml-16 {
        margin-left: 4rem;
    }

    .sm\:ml-18 {
        margin-left: 4.375rem;
    }

    .sm\:ml-19 {
        margin-left: 76px;
    }

    .sm\:ml-20 {
        margin-left: 5rem;
    }

    .sm\:ml-22 {
        margin-left: 5.3125rem;
    }

    .sm\:ml-24 {
        margin-left: 6rem;
    }

    .sm\:ml-28 {
        margin-left: 7rem;
    }

    .sm\:ml-30 {
        margin-left: 120px;
    }

    .sm\:ml-32 {
        margin-left: 8rem;
    }

    .sm\:ml-36 {
        margin-left: 9rem;
    }

    .sm\:ml-40 {
        margin-left: 10rem;
    }

    .sm\:ml-44 {
        margin-left: 11rem;
    }

    .sm\:ml-46 {
        margin-left: 11.44rem;
    }

    .sm\:ml-48 {
        margin-left: 12rem;
    }

    .sm\:ml-52 {
        margin-left: 13rem;
    }

    .sm\:ml-56 {
        margin-left: 14rem;
    }

    .sm\:ml-60 {
        margin-left: 15rem;
    }

    .sm\:ml-64 {
        margin-left: 16rem;
    }

    .sm\:ml-72 {
        margin-left: 18rem;
    }

    .sm\:ml-80 {
        margin-left: 20rem;
    }

    .sm\:ml-96 {
        margin-left: 24rem;
    }

    .sm\:ml-auto {
        margin-left: auto;
    }

    .sm\:ml-px {
        margin-left: 1px;
    }

    .sm\:ml-0\.5 {
        margin-left: 0.125rem;
    }

    .sm\:ml-1\.5 {
        margin-left: 0.375rem;
    }

    .sm\:ml-2\.5 {
        margin-left: 0.625rem;
    }

    .sm\:ml-3\.5 {
        margin-left: 0.875rem;
    }

    .sm\:ml-5p {
        margin-left: 5px;
    }

    .sm\:ml-10p {
        margin-left: 10px;
    }

    .sm\:ml-14p {
        margin-left: 14px;
    }

    .sm\:ml-15p {
        margin-left: 15px;
    }

    .sm\:ml-15_2 {
        margin-left: 60px;
    }

    .sm\:ml-16_1 {
        margin-left: 52px;
    }

    .sm\:ml-16p {
        margin-left: 16px;
    }

    .sm\:ml-25p {
        margin-left: 25px;
    }

    .sm\:ml-48p {
        margin-left: 48%;
    }

    .sm\:ml-52p {
        margin-left: 52%;
    }

    .sm\:-ml-0 {
        margin-left: 0px;
    }

    .sm\:-ml-1 {
        margin-left: -0.25rem;
    }

    .sm\:-ml-2 {
        margin-left: -0.5rem;
    }

    .sm\:-ml-3 {
        margin-left: -0.75rem;
    }

    .sm\:-ml-4 {
        margin-left: -1rem;
    }

    .sm\:-ml-5 {
        margin-left: -1.25rem;
    }

    .sm\:-ml-6 {
        margin-left: -1.5rem;
    }

    .sm\:-ml-7 {
        margin-left: -1.75rem;
    }

    .sm\:-ml-8 {
        margin-left: -2rem;
    }

    .sm\:-ml-9 {
        margin-left: -2.25rem;
    }

    .sm\:-ml-10 {
        margin-left: -2.5rem;
    }

    .sm\:-ml-11 {
        margin-left: -2.75rem;
    }

    .sm\:-ml-12 {
        margin-left: -3rem;
    }

    .sm\:-ml-14 {
        margin-left: -3.5rem;
    }

    .sm\:-ml-16 {
        margin-left: -4rem;
    }

    .sm\:-ml-18 {
        margin-left: -4.375rem;
    }

    .sm\:-ml-19 {
        margin-left: -76px;
    }

    .sm\:-ml-20 {
        margin-left: -5rem;
    }

    .sm\:-ml-24 {
        margin-left: -6rem;
    }

    .sm\:-ml-28 {
        margin-left: -7rem;
    }

    .sm\:-ml-30 {
        margin-left: -120px;
    }

    .sm\:-ml-32 {
        margin-left: -8rem;
    }

    .sm\:-ml-36 {
        margin-left: -9rem;
    }

    .sm\:-ml-40 {
        margin-left: -10rem;
    }

    .sm\:-ml-44 {
        margin-left: -11rem;
    }

    .sm\:-ml-48 {
        margin-left: -12rem;
    }

    .sm\:-ml-52 {
        margin-left: -13rem;
    }

    .sm\:-ml-56 {
        margin-left: -14rem;
    }

    .sm\:-ml-60 {
        margin-left: -15rem;
    }

    .sm\:-ml-64 {
        margin-left: -16rem;
    }

    .sm\:-ml-72 {
        margin-left: -18rem;
    }

    .sm\:-ml-80 {
        margin-left: -20rem;
    }

    .sm\:-ml-96 {
        margin-left: -24rem;
    }

    .sm\:-ml-px {
        margin-left: -1px;
    }

    .sm\:-ml-0\.5 {
        margin-left: -0.125rem;
    }

    .sm\:-ml-1\.5 {
        margin-left: -0.375rem;
    }

    .sm\:-ml-2\.5 {
        margin-left: -0.625rem;
    }

    .sm\:-ml-3\.5 {
        margin-left: -0.875rem;
    }

    .sm\:-ml-5p {
        margin-left: -5px;
    }

    .sm\:-ml-10p {
        margin-left: -10px;
    }

    .sm\:-ml-14p {
        margin-left: -14px;
    }

    .sm\:-ml-15p {
        margin-left: -15px;
    }

    .sm\:-ml-15_2 {
        margin-left: -60px;
    }

    .sm\:-ml-16_1 {
        margin-left: -52px;
    }

    .sm\:-ml-16p {
        margin-left: -16px;
    }

    .sm\:-ml-25p {
        margin-left: -25px;
    }

    .sm\:-ml-48p {
        margin-left: -48%;
    }

    .sm\:-ml-52p {
        margin-left: -52%;
    }

    .sm\:box-border {
        box-sizing: border-box;
    }

    .sm\:box-content {
        box-sizing: content-box;
    }

    .sm\:block {
        display: block;
    }

    .sm\:inline-block {
        display: inline-block;
    }

    .sm\:inline {
        display: inline;
    }

    .sm\:flex {
        display: flex;
    }

    .sm\:inline-flex {
        display: inline-flex;
    }

    .sm\:table {
        display: table;
    }

    .sm\:inline-table {
        display: inline-table;
    }

    .sm\:table-caption {
        display: table-caption;
    }

    .sm\:table-cell {
        display: table-cell;
    }

    .sm\:table-column {
        display: table-column;
    }

    .sm\:table-column-group {
        display: table-column-group;
    }

    .sm\:table-footer-group {
        display: table-footer-group;
    }

    .sm\:table-header-group {
        display: table-header-group;
    }

    .sm\:table-row-group {
        display: table-row-group;
    }

    .sm\:table-row {
        display: table-row;
    }

    .sm\:flow-root {
        display: flow-root;
    }

    .sm\:grid {
        display: grid;
    }

    .sm\:inline-grid {
        display: inline-grid;
    }

    .sm\:contents {
        display: contents;
    }

    .sm\:list-item {
        display: list-item;
    }

    .sm\:hidden {
        display: none;
    }

    .sm\:h-0 {
        height: 0px;
    }

    .sm\:h-1 {
        height: 0.25rem;
    }

    .sm\:h-2 {
        height: 0.5rem;
    }

    .sm\:h-3 {
        height: 0.75rem;
    }

    .sm\:h-4 {
        height: 1rem;
    }

    .sm\:h-5 {
        height: 1.25rem;
    }

    .sm\:h-6 {
        height: 1.5rem;
    }

    .sm\:h-7 {
        height: 1.75rem;
    }

    .sm\:h-8 {
        height: 2rem;
    }

    .sm\:h-9 {
        height: 2.25rem;
    }

    .sm\:h-10 {
        height: 2.5rem;
    }

    .sm\:h-11 {
        height: 2.75rem;
    }

    .sm\:h-12 {
        height: 3rem;
    }

    .sm\:h-14 {
        height: 3.5rem;
    }

    .sm\:h-16 {
        height: 4rem;
    }

    .sm\:h-18 {
        height: 4.375rem;
    }

    .sm\:h-19 {
        height: 76px;
    }

    .sm\:h-20 {
        height: 5rem;
    }

    .sm\:h-24 {
        height: 6rem;
    }

    .sm\:h-28 {
        height: 7rem;
    }

    .sm\:h-30 {
        height: 120px;
    }

    .sm\:h-32 {
        height: 8rem;
    }

    .sm\:h-36 {
        height: 9rem;
    }

    .sm\:h-40 {
        height: 10rem;
    }

    .sm\:h-44 {
        height: 11rem;
    }

    .sm\:h-48 {
        height: 12rem;
    }

    .sm\:h-52 {
        height: 13rem;
    }

    .sm\:h-56 {
        height: 14rem;
    }

    .sm\:h-60 {
        height: 15rem;
    }

    .sm\:h-64 {
        height: 16rem;
    }

    .sm\:h-72 {
        height: 18rem;
    }

    .sm\:h-80 {
        height: 20rem;
    }

    .sm\:h-96 {
        height: 24rem;
    }

    .sm\:h-auto {
        height: auto;
    }

    .sm\:h-px {
        height: 1px;
    }

    .sm\:h-0\.5 {
        height: 0.125rem;
    }

    .sm\:h-1\.5 {
        height: 0.375rem;
    }

    .sm\:h-2\.5 {
        height: 0.625rem;
    }

    .sm\:h-3\.5 {
        height: 0.875rem;
    }

    .sm\:h-5p {
        height: 5px;
    }

    .sm\:h-10p {
        height: 10px;
    }

    .sm\:h-14p {
        height: 14px;
    }

    .sm\:h-15p {
        height: 15px;
    }

    .sm\:h-15_2 {
        height: 60px;
    }

    .sm\:h-16_1 {
        height: 52px;
    }

    .sm\:h-16p {
        height: 16px;
    }

    .sm\:h-25p {
        height: 25px;
    }

    .sm\:h-48p {
        height: 48%;
    }

    .sm\:h-52p {
        height: 52%;
    }

    .sm\:h-1\/2 {
        height: 50%;
    }

    .sm\:h-1\/3 {
        height: 33.333333%;
    }

    .sm\:h-2\/3 {
        height: 66.666667%;
    }

    .sm\:h-1\/4 {
        height: 25%;
    }

    .sm\:h-2\/4 {
        height: 50%;
    }

    .sm\:h-3\/4 {
        height: 75%;
    }

    .sm\:h-1\/5 {
        height: 20%;
    }

    .sm\:h-2\/5 {
        height: 40%;
    }

    .sm\:h-3\/5 {
        height: 60%;
    }

    .sm\:h-4\/5 {
        height: 80%;
    }

    .sm\:h-1\/6 {
        height: 16.666667%;
    }

    .sm\:h-2\/6 {
        height: 33.333333%;
    }

    .sm\:h-3\/6 {
        height: 50%;
    }

    .sm\:h-4\/6 {
        height: 66.666667%;
    }

    .sm\:h-5\/6 {
        height: 83.333333%;
    }

    .sm\:h-full {
        height: 100%;
    }

    .sm\:h-screen {
        height: 100vh;
    }

    .sm\:max-h-0 {
        max-height: 0px;
    }

    .sm\:max-h-1 {
        max-height: 0.25rem;
    }

    .sm\:max-h-2 {
        max-height: 0.5rem;
    }

    .sm\:max-h-3 {
        max-height: 0.75rem;
    }

    .sm\:max-h-4 {
        max-height: 1rem;
    }

    .sm\:max-h-5 {
        max-height: 1.25rem;
    }

    .sm\:max-h-6 {
        max-height: 1.5rem;
    }

    .sm\:max-h-7 {
        max-height: 1.75rem;
    }

    .sm\:max-h-8 {
        max-height: 2rem;
    }

    .sm\:max-h-9 {
        max-height: 2.25rem;
    }

    .sm\:max-h-10 {
        max-height: 2.5rem;
    }

    .sm\:max-h-11 {
        max-height: 2.75rem;
    }

    .sm\:max-h-12 {
        max-height: 3rem;
    }

    .sm\:max-h-14 {
        max-height: 3.5rem;
    }

    .sm\:max-h-16 {
        max-height: 4rem;
    }

    .sm\:max-h-18 {
        max-height: 4.375rem;
    }

    .sm\:max-h-19 {
        max-height: 76px;
    }

    .sm\:max-h-20 {
        max-height: 5rem;
    }

    .sm\:max-h-24 {
        max-height: 6rem;
    }

    .sm\:max-h-28 {
        max-height: 7rem;
    }

    .sm\:max-h-30 {
        max-height: 120px;
    }

    .sm\:max-h-32 {
        max-height: 8rem;
    }

    .sm\:max-h-36 {
        max-height: 9rem;
    }

    .sm\:max-h-40 {
        max-height: 10rem;
    }

    .sm\:max-h-44 {
        max-height: 11rem;
    }

    .sm\:max-h-48 {
        max-height: 12rem;
    }

    .sm\:max-h-52 {
        max-height: 13rem;
    }

    .sm\:max-h-56 {
        max-height: 14rem;
    }

    .sm\:max-h-60 {
        max-height: 15rem;
    }

    .sm\:max-h-64 {
        max-height: 16rem;
    }

    .sm\:max-h-72 {
        max-height: 18rem;
    }

    .sm\:max-h-80 {
        max-height: 20rem;
    }

    .sm\:max-h-96 {
        max-height: 24rem;
    }

    .sm\:max-h-px {
        max-height: 1px;
    }

    .sm\:max-h-0\.5 {
        max-height: 0.125rem;
    }

    .sm\:max-h-1\.5 {
        max-height: 0.375rem;
    }

    .sm\:max-h-2\.5 {
        max-height: 0.625rem;
    }

    .sm\:max-h-3\.5 {
        max-height: 0.875rem;
    }

    .sm\:max-h-5p {
        max-height: 5px;
    }

    .sm\:max-h-10p {
        max-height: 10px;
    }

    .sm\:max-h-14p {
        max-height: 14px;
    }

    .sm\:max-h-15p {
        max-height: 15px;
    }

    .sm\:max-h-15_2 {
        max-height: 60px;
    }

    .sm\:max-h-16_1 {
        max-height: 52px;
    }

    .sm\:max-h-16p {
        max-height: 16px;
    }

    .sm\:max-h-25p {
        max-height: 25px;
    }

    .sm\:max-h-48p {
        max-height: 48%;
    }

    .sm\:max-h-52p {
        max-height: 52%;
    }

    .sm\:max-h-full {
        max-height: 100%;
    }

    .sm\:max-h-screen {
        max-height: 100vh;
    }

    .sm\:min-h-0 {
        min-height: 0px;
    }

    .sm\:min-h-full {
        min-height: 100%;
    }

    .sm\:min-h-screen {
        min-height: 100vh;
    }

    .sm\:w-0 {
        width: 0px;
    }

    .sm\:w-1 {
        width: 0.25rem;
    }

    .sm\:w-2 {
        width: 0.5rem;
    }

    .sm\:w-3 {
        width: 0.75rem;
    }

    .sm\:w-4 {
        width: 1rem;
    }

    .sm\:w-5 {
        width: 1.25rem;
    }

    .sm\:w-6 {
        width: 1.5rem;
    }

    .sm\:w-7 {
        width: 1.75rem;
    }

    .sm\:w-8 {
        width: 2rem;
    }

    .sm\:w-9 {
        width: 2.25rem;
    }

    .sm\:w-10 {
        width: 2.5rem;
    }

    .sm\:w-11 {
        width: 2.75rem;
    }

    .sm\:w-12 {
        width: 3rem;
    }

    .sm\:w-14 {
        width: 3.5rem;
    }

    .sm\:w-16 {
        width: 4rem;
    }

    .sm\:w-18 {
        width: 4.375rem;
    }

    .sm\:w-19 {
        width: 76px;
    }

    .sm\:w-20 {
        width: 5rem;
    }

    .sm\:w-24 {
        width: 6rem;
    }

    .sm\:w-28 {
        width: 7rem;
    }

    .sm\:w-30 {
        width: 120px;
    }

    .sm\:w-32 {
        width: 8rem;
    }

    .sm\:w-36 {
        width: 9rem;
    }

    .sm\:w-40 {
        width: 10rem;
    }

    .sm\:w-44 {
        width: 11rem;
    }

    .sm\:w-48 {
        width: 12rem;
    }

    .sm\:w-52 {
        width: 13rem;
    }

    .sm\:w-56 {
        width: 14rem;
    }

    .sm\:w-60 {
        width: 15rem;
    }

    .sm\:w-64 {
        width: 16rem;
    }

    .sm\:w-72 {
        width: 18rem;
    }

    .sm\:w-80 {
        width: 20rem;
    }

    .sm\:w-96 {
        width: 24rem;
    }

    .sm\:w-auto {
        width: auto;
    }

    .sm\:w-px {
        width: 1px;
    }

    .sm\:w-0\.5 {
        width: 0.125rem;
    }

    .sm\:w-1\.5 {
        width: 0.375rem;
    }

    .sm\:w-2\.5 {
        width: 0.625rem;
    }

    .sm\:w-3\.5 {
        width: 0.875rem;
    }

    .sm\:w-5p {
        width: 5px;
    }

    .sm\:w-10p {
        width: 10px;
    }

    .sm\:w-14p {
        width: 14px;
    }

    .sm\:w-15p {
        width: 15px;
    }

    .sm\:w-15_2 {
        width: 60px;
    }

    .sm\:w-16_1 {
        width: 52px;
    }

    .sm\:w-16p {
        width: 16px;
    }

    .sm\:w-25p {
        width: 25px;
    }

    .sm\:w-48p {
        width: 48%;
    }

    .sm\:w-52p {
        width: 52%;
    }

    .sm\:w-1\/2 {
        width: 50%;
    }

    .sm\:w-1\/3 {
        width: 33.333333%;
    }

    .sm\:w-2\/3 {
        width: 66.666667%;
    }

    .sm\:w-1\/4 {
        width: 25%;
    }

    .sm\:w-2\/4 {
        width: 50%;
    }

    .sm\:w-3\/4 {
        width: 75%;
    }

    .sm\:w-1\/5 {
        width: 20%;
    }

    .sm\:w-2\/5 {
        width: 40%;
    }

    .sm\:w-3\/5 {
        width: 60%;
    }

    .sm\:w-4\/5 {
        width: 80%;
    }

    .sm\:w-1\/6 {
        width: 16.666667%;
    }

    .sm\:w-2\/6 {
        width: 33.333333%;
    }

    .sm\:w-3\/6 {
        width: 50%;
    }

    .sm\:w-4\/6 {
        width: 66.666667%;
    }

    .sm\:w-5\/6 {
        width: 83.333333%;
    }

    .sm\:w-1\/12 {
        width: 8.333333%;
    }

    .sm\:w-2\/12 {
        width: 16.666667%;
    }

    .sm\:w-3\/12 {
        width: 25%;
    }

    .sm\:w-4\/12 {
        width: 33.333333%;
    }

    .sm\:w-5\/12 {
        width: 41.666667%;
    }

    .sm\:w-6\/12 {
        width: 50%;
    }

    .sm\:w-7\/12 {
        width: 58.333333%;
    }

    .sm\:w-8\/12 {
        width: 66.666667%;
    }

    .sm\:w-9\/12 {
        width: 75%;
    }

    .sm\:w-10\/12 {
        width: 83.333333%;
    }

    .sm\:w-11\/12 {
        width: 91.666667%;
    }

    .sm\:w-full {
        width: 100%;
    }

    .sm\:w-screen {
        width: 100vw;
    }

    .sm\:w-min {
        width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content;
    }

    .sm\:w-max {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .sm\:w-51\% {
        width: 51%;
    }

    .sm\:w-49\% {
        width: 49%;
    }

    .sm\:min-w-0 {
        min-width: 0px;
    }

    .sm\:min-w-full {
        min-width: 100%;
    }

    .sm\:min-w-min {
        min-width: -webkit-min-content;
        min-width: -moz-min-content;
        min-width: min-content;
    }

    .sm\:min-w-max {
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
    }

    .sm\:max-w-0 {
        max-width: 0rem;
    }

    .sm\:max-w-none {
        max-width: none;
    }

    .sm\:max-w-xs {
        max-width: 20rem;
    }

    .sm\:max-w-sm {
        max-width: 24rem;
    }

    .sm\:max-w-md {
        max-width: 28rem;
    }

    .sm\:max-w-lg {
        max-width: 32rem;
    }

    .sm\:max-w-xl {
        max-width: 36rem;
    }

    .sm\:max-w-2xl {
        max-width: 42rem;
    }

    .sm\:max-w-3xl {
        max-width: 48rem;
    }

    .sm\:max-w-4xl {
        max-width: 56rem;
    }

    .sm\:max-w-5xl {
        max-width: 64rem;
    }

    .sm\:max-w-6xl {
        max-width: 72rem;
    }

    .sm\:max-w-7xl {
        max-width: 80rem;
    }

    .sm\:max-w-full {
        max-width: 100%;
    }

    .sm\:max-w-min {
        max-width: -webkit-min-content;
        max-width: -moz-min-content;
        max-width: min-content;
    }

    .sm\:max-w-max {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }

    .sm\:max-w-prose {
        max-width: 65ch;
    }

    .sm\:max-w-screen-sm {
        max-width: 600px;
    }

    .sm\:max-w-screen-md {
        max-width: 768px;
    }

    .sm\:max-w-screen-lg {
        max-width: 992px;
    }

    .sm\:max-w-screen-xl {
        max-width: 1280px;
    }

    .sm\:max-w-screen-2xl {
        max-width: 1536px;
    }

    .sm\:max-w-1\.5xl {
        max-width: 40rem;
    }

    .sm\:max-w-3\.5xl {
        max-width: 51.5rem;
    }

    .sm\:max-w-4\.5xl {
        max-width: 62.5rem;
    }

    .sm\:max-w-thumb {
        max-width: 11.375rem;
    }

    .sm\:max-w-discription {
        max-width: 248px;
    }

    .sm\:max-w-5\.5xl {
        max-width: 1132px;
    }

    .sm\:flex-1 {
        flex: 1 1 0%;
    }

    .sm\:flex-auto {
        flex: 1 1 auto;
    }

    .sm\:flex-initial {
        flex: 0 1 auto;
    }

    .sm\:flex-none {
        flex: none;
    }

    .sm\:flex-shrink-0 {
        flex-shrink: 0;
    }

    .sm\:flex-shrink {
        flex-shrink: 1;
    }

    .sm\:flex-grow-0 {
        flex-grow: 0;
    }

    .sm\:flex-grow {
        flex-grow: 1;
    }

    .sm\:table-auto {
        table-layout: auto;
    }

    .sm\:table-fixed {
        table-layout: fixed;
    }

    .sm\:border-collapse {
        border-collapse: collapse;
    }

    .sm\:border-separate {
        border-collapse: separate;
    }

    .sm\:origin-center {
        transform-origin: center;
    }

    .sm\:origin-top {
        transform-origin: top;
    }

    .sm\:origin-top-right {
        transform-origin: top right;
    }

    .sm\:origin-right {
        transform-origin: right;
    }

    .sm\:origin-bottom-right {
        transform-origin: bottom right;
    }

    .sm\:origin-bottom {
        transform-origin: bottom;
    }

    .sm\:origin-bottom-left {
        transform-origin: bottom left;
    }

    .sm\:origin-left {
        transform-origin: left;
    }

    .sm\:origin-top-left {
        transform-origin: top left;
    }

    .sm\:transform {
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        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));
    }

    .sm\:transform-gpu {
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        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));
    }

    .sm\:transform-none {
        transform: none;
    }

    .sm\:translate-x-0 {
        --tw-translate-x: 0px;
    }

    .sm\:translate-x-1 {
        --tw-translate-x: 0.25rem;
    }

    .sm\:translate-x-2 {
        --tw-translate-x: 0.5rem;
    }

    .sm\:translate-x-3 {
        --tw-translate-x: 0.75rem;
    }

    .sm\:translate-x-4 {
        --tw-translate-x: 1rem;
    }

    .sm\:translate-x-5 {
        --tw-translate-x: 1.25rem;
    }

    .sm\:translate-x-6 {
        --tw-translate-x: 1.5rem;
    }

    .sm\:translate-x-7 {
        --tw-translate-x: 1.75rem;
    }

    .sm\:translate-x-8 {
        --tw-translate-x: 2rem;
    }

    .sm\:translate-x-9 {
        --tw-translate-x: 2.25rem;
    }

    .sm\:translate-x-10 {
        --tw-translate-x: 2.5rem;
    }

    .sm\:translate-x-11 {
        --tw-translate-x: 2.75rem;
    }

    .sm\:translate-x-12 {
        --tw-translate-x: 3rem;
    }

    .sm\:translate-x-14 {
        --tw-translate-x: 3.5rem;
    }

    .sm\:translate-x-16 {
        --tw-translate-x: 4rem;
    }

    .sm\:translate-x-18 {
        --tw-translate-x: 4.375rem;
    }

    .sm\:translate-x-19 {
        --tw-translate-x: 76px;
    }

    .sm\:translate-x-20 {
        --tw-translate-x: 5rem;
    }

    .sm\:translate-x-24 {
        --tw-translate-x: 6rem;
    }

    .sm\:translate-x-28 {
        --tw-translate-x: 7rem;
    }

    .sm\:translate-x-30 {
        --tw-translate-x: 120px;
    }

    .sm\:translate-x-32 {
        --tw-translate-x: 8rem;
    }

    .sm\:translate-x-36 {
        --tw-translate-x: 9rem;
    }

    .sm\:translate-x-40 {
        --tw-translate-x: 10rem;
    }

    .sm\:translate-x-44 {
        --tw-translate-x: 11rem;
    }

    .sm\:translate-x-48 {
        --tw-translate-x: 12rem;
    }

    .sm\:translate-x-52 {
        --tw-translate-x: 13rem;
    }

    .sm\:translate-x-56 {
        --tw-translate-x: 14rem;
    }

    .sm\:translate-x-60 {
        --tw-translate-x: 15rem;
    }

    .sm\:translate-x-64 {
        --tw-translate-x: 16rem;
    }

    .sm\:translate-x-72 {
        --tw-translate-x: 18rem;
    }

    .sm\:translate-x-80 {
        --tw-translate-x: 20rem;
    }

    .sm\:translate-x-96 {
        --tw-translate-x: 24rem;
    }

    .sm\:translate-x-px {
        --tw-translate-x: 1px;
    }

    .sm\:translate-x-0\.5 {
        --tw-translate-x: 0.125rem;
    }

    .sm\:translate-x-1\.5 {
        --tw-translate-x: 0.375rem;
    }

    .sm\:translate-x-2\.5 {
        --tw-translate-x: 0.625rem;
    }

    .sm\:translate-x-3\.5 {
        --tw-translate-x: 0.875rem;
    }

    .sm\:translate-x-5p {
        --tw-translate-x: 5px;
    }

    .sm\:translate-x-10p {
        --tw-translate-x: 10px;
    }

    .sm\:translate-x-14p {
        --tw-translate-x: 14px;
    }

    .sm\:translate-x-15p {
        --tw-translate-x: 15px;
    }

    .sm\:translate-x-15_2 {
        --tw-translate-x: 60px;
    }

    .sm\:translate-x-16_1 {
        --tw-translate-x: 52px;
    }

    .sm\:translate-x-16p {
        --tw-translate-x: 16px;
    }

    .sm\:translate-x-25p {
        --tw-translate-x: 25px;
    }

    .sm\:translate-x-48p {
        --tw-translate-x: 48%;
    }

    .sm\:translate-x-52p {
        --tw-translate-x: 52%;
    }

    .sm\:-translate-x-0 {
        --tw-translate-x: 0px;
    }

    .sm\:-translate-x-1 {
        --tw-translate-x: -0.25rem;
    }

    .sm\:-translate-x-2 {
        --tw-translate-x: -0.5rem;
    }

    .sm\:-translate-x-3 {
        --tw-translate-x: -0.75rem;
    }

    .sm\:-translate-x-4 {
        --tw-translate-x: -1rem;
    }

    .sm\:-translate-x-5 {
        --tw-translate-x: -1.25rem;
    }

    .sm\:-translate-x-6 {
        --tw-translate-x: -1.5rem;
    }

    .sm\:-translate-x-7 {
        --tw-translate-x: -1.75rem;
    }

    .sm\:-translate-x-8 {
        --tw-translate-x: -2rem;
    }

    .sm\:-translate-x-9 {
        --tw-translate-x: -2.25rem;
    }

    .sm\:-translate-x-10 {
        --tw-translate-x: -2.5rem;
    }

    .sm\:-translate-x-11 {
        --tw-translate-x: -2.75rem;
    }

    .sm\:-translate-x-12 {
        --tw-translate-x: -3rem;
    }

    .sm\:-translate-x-14 {
        --tw-translate-x: -3.5rem;
    }

    .sm\:-translate-x-16 {
        --tw-translate-x: -4rem;
    }

    .sm\:-translate-x-18 {
        --tw-translate-x: -4.375rem;
    }

    .sm\:-translate-x-19 {
        --tw-translate-x: -76px;
    }

    .sm\:-translate-x-20 {
        --tw-translate-x: -5rem;
    }

    .sm\:-translate-x-24 {
        --tw-translate-x: -6rem;
    }

    .sm\:-translate-x-28 {
        --tw-translate-x: -7rem;
    }

    .sm\:-translate-x-30 {
        --tw-translate-x: -120px;
    }

    .sm\:-translate-x-32 {
        --tw-translate-x: -8rem;
    }

    .sm\:-translate-x-36 {
        --tw-translate-x: -9rem;
    }

    .sm\:-translate-x-40 {
        --tw-translate-x: -10rem;
    }

    .sm\:-translate-x-44 {
        --tw-translate-x: -11rem;
    }

    .sm\:-translate-x-48 {
        --tw-translate-x: -12rem;
    }

    .sm\:-translate-x-52 {
        --tw-translate-x: -13rem;
    }

    .sm\:-translate-x-56 {
        --tw-translate-x: -14rem;
    }

    .sm\:-translate-x-60 {
        --tw-translate-x: -15rem;
    }

    .sm\:-translate-x-64 {
        --tw-translate-x: -16rem;
    }

    .sm\:-translate-x-72 {
        --tw-translate-x: -18rem;
    }

    .sm\:-translate-x-80 {
        --tw-translate-x: -20rem;
    }

    .sm\:-translate-x-96 {
        --tw-translate-x: -24rem;
    }

    .sm\:-translate-x-px {
        --tw-translate-x: -1px;
    }

    .sm\:-translate-x-0\.5 {
        --tw-translate-x: -0.125rem;
    }

    .sm\:-translate-x-1\.5 {
        --tw-translate-x: -0.375rem;
    }

    .sm\:-translate-x-2\.5 {
        --tw-translate-x: -0.625rem;
    }

    .sm\:-translate-x-3\.5 {
        --tw-translate-x: -0.875rem;
    }

    .sm\:-translate-x-5p {
        --tw-translate-x: -5px;
    }

    .sm\:-translate-x-10p {
        --tw-translate-x: -10px;
    }

    .sm\:-translate-x-14p {
        --tw-translate-x: -14px;
    }

    .sm\:-translate-x-15p {
        --tw-translate-x: -15px;
    }

    .sm\:-translate-x-15_2 {
        --tw-translate-x: -60px;
    }

    .sm\:-translate-x-16_1 {
        --tw-translate-x: -52px;
    }

    .sm\:-translate-x-16p {
        --tw-translate-x: -16px;
    }

    .sm\:-translate-x-25p {
        --tw-translate-x: -25px;
    }

    .sm\:-translate-x-48p {
        --tw-translate-x: -48%;
    }

    .sm\:-translate-x-52p {
        --tw-translate-x: -52%;
    }

    .sm\:translate-x-1\/2 {
        --tw-translate-x: 50%;
    }

    .sm\:translate-x-1\/3 {
        --tw-translate-x: 33.333333%;
    }

    .sm\:translate-x-2\/3 {
        --tw-translate-x: 66.666667%;
    }

    .sm\:translate-x-1\/4 {
        --tw-translate-x: 25%;
    }

    .sm\:translate-x-2\/4 {
        --tw-translate-x: 50%;
    }

    .sm\:translate-x-3\/4 {
        --tw-translate-x: 75%;
    }

    .sm\:translate-x-full {
        --tw-translate-x: 100%;
    }

    .sm\:-translate-x-1\/2 {
        --tw-translate-x: -50%;
    }

    .sm\:-translate-x-1\/3 {
        --tw-translate-x: -33.333333%;
    }

    .sm\:-translate-x-2\/3 {
        --tw-translate-x: -66.666667%;
    }

    .sm\:-translate-x-1\/4 {
        --tw-translate-x: -25%;
    }

    .sm\:-translate-x-2\/4 {
        --tw-translate-x: -50%;
    }

    .sm\:-translate-x-3\/4 {
        --tw-translate-x: -75%;
    }

    .sm\:-translate-x-full {
        --tw-translate-x: -100%;
    }

    .sm\:translate-y-0 {
        --tw-translate-y: 0px;
    }

    .sm\:translate-y-1 {
        --tw-translate-y: 0.25rem;
    }

    .sm\:translate-y-2 {
        --tw-translate-y: 0.5rem;
    }

    .sm\:translate-y-3 {
        --tw-translate-y: 0.75rem;
    }

    .sm\:translate-y-4 {
        --tw-translate-y: 1rem;
    }

    .sm\:translate-y-5 {
        --tw-translate-y: 1.25rem;
    }

    .sm\:translate-y-6 {
        --tw-translate-y: 1.5rem;
    }

    .sm\:translate-y-7 {
        --tw-translate-y: 1.75rem;
    }

    .sm\:translate-y-8 {
        --tw-translate-y: 2rem;
    }

    .sm\:translate-y-9 {
        --tw-translate-y: 2.25rem;
    }

    .sm\:translate-y-10 {
        --tw-translate-y: 2.5rem;
    }

    .sm\:translate-y-11 {
        --tw-translate-y: 2.75rem;
    }

    .sm\:translate-y-12 {
        --tw-translate-y: 3rem;
    }

    .sm\:translate-y-14 {
        --tw-translate-y: 3.5rem;
    }

    .sm\:translate-y-16 {
        --tw-translate-y: 4rem;
    }

    .sm\:translate-y-18 {
        --tw-translate-y: 4.375rem;
    }

    .sm\:translate-y-19 {
        --tw-translate-y: 76px;
    }

    .sm\:translate-y-20 {
        --tw-translate-y: 5rem;
    }

    .sm\:translate-y-24 {
        --tw-translate-y: 6rem;
    }

    .sm\:translate-y-28 {
        --tw-translate-y: 7rem;
    }

    .sm\:translate-y-30 {
        --tw-translate-y: 120px;
    }

    .sm\:translate-y-32 {
        --tw-translate-y: 8rem;
    }

    .sm\:translate-y-36 {
        --tw-translate-y: 9rem;
    }

    .sm\:translate-y-40 {
        --tw-translate-y: 10rem;
    }

    .sm\:translate-y-44 {
        --tw-translate-y: 11rem;
    }

    .sm\:translate-y-48 {
        --tw-translate-y: 12rem;
    }

    .sm\:translate-y-52 {
        --tw-translate-y: 13rem;
    }

    .sm\:translate-y-56 {
        --tw-translate-y: 14rem;
    }

    .sm\:translate-y-60 {
        --tw-translate-y: 15rem;
    }

    .sm\:translate-y-64 {
        --tw-translate-y: 16rem;
    }

    .sm\:translate-y-72 {
        --tw-translate-y: 18rem;
    }

    .sm\:translate-y-80 {
        --tw-translate-y: 20rem;
    }

    .sm\:translate-y-96 {
        --tw-translate-y: 24rem;
    }

    .sm\:translate-y-px {
        --tw-translate-y: 1px;
    }

    .sm\:translate-y-0\.5 {
        --tw-translate-y: 0.125rem;
    }

    .sm\:translate-y-1\.5 {
        --tw-translate-y: 0.375rem;
    }

    .sm\:translate-y-2\.5 {
        --tw-translate-y: 0.625rem;
    }

    .sm\:translate-y-3\.5 {
        --tw-translate-y: 0.875rem;
    }

    .sm\:translate-y-5p {
        --tw-translate-y: 5px;
    }

    .sm\:translate-y-10p {
        --tw-translate-y: 10px;
    }

    .sm\:translate-y-14p {
        --tw-translate-y: 14px;
    }

    .sm\:translate-y-15p {
        --tw-translate-y: 15px;
    }

    .sm\:translate-y-15_2 {
        --tw-translate-y: 60px;
    }

    .sm\:translate-y-16_1 {
        --tw-translate-y: 52px;
    }

    .sm\:translate-y-16p {
        --tw-translate-y: 16px;
    }

    .sm\:translate-y-25p {
        --tw-translate-y: 25px;
    }

    .sm\:translate-y-48p {
        --tw-translate-y: 48%;
    }

    .sm\:translate-y-52p {
        --tw-translate-y: 52%;
    }

    .sm\:-translate-y-0 {
        --tw-translate-y: 0px;
    }

    .sm\:-translate-y-1 {
        --tw-translate-y: -0.25rem;
    }

    .sm\:-translate-y-2 {
        --tw-translate-y: -0.5rem;
    }

    .sm\:-translate-y-3 {
        --tw-translate-y: -0.75rem;
    }

    .sm\:-translate-y-4 {
        --tw-translate-y: -1rem;
    }

    .sm\:-translate-y-5 {
        --tw-translate-y: -1.25rem;
    }

    .sm\:-translate-y-6 {
        --tw-translate-y: -1.5rem;
    }

    .sm\:-translate-y-7 {
        --tw-translate-y: -1.75rem;
    }

    .sm\:-translate-y-8 {
        --tw-translate-y: -2rem;
    }

    .sm\:-translate-y-9 {
        --tw-translate-y: -2.25rem;
    }

    .sm\:-translate-y-10 {
        --tw-translate-y: -2.5rem;
    }

    .sm\:-translate-y-11 {
        --tw-translate-y: -2.75rem;
    }

    .sm\:-translate-y-12 {
        --tw-translate-y: -3rem;
    }

    .sm\:-translate-y-14 {
        --tw-translate-y: -3.5rem;
    }

    .sm\:-translate-y-16 {
        --tw-translate-y: -4rem;
    }

    .sm\:-translate-y-18 {
        --tw-translate-y: -4.375rem;
    }

    .sm\:-translate-y-19 {
        --tw-translate-y: -76px;
    }

    .sm\:-translate-y-20 {
        --tw-translate-y: -5rem;
    }

    .sm\:-translate-y-24 {
        --tw-translate-y: -6rem;
    }

    .sm\:-translate-y-28 {
        --tw-translate-y: -7rem;
    }

    .sm\:-translate-y-30 {
        --tw-translate-y: -120px;
    }

    .sm\:-translate-y-32 {
        --tw-translate-y: -8rem;
    }

    .sm\:-translate-y-36 {
        --tw-translate-y: -9rem;
    }

    .sm\:-translate-y-40 {
        --tw-translate-y: -10rem;
    }

    .sm\:-translate-y-44 {
        --tw-translate-y: -11rem;
    }

    .sm\:-translate-y-48 {
        --tw-translate-y: -12rem;
    }

    .sm\:-translate-y-52 {
        --tw-translate-y: -13rem;
    }

    .sm\:-translate-y-56 {
        --tw-translate-y: -14rem;
    }

    .sm\:-translate-y-60 {
        --tw-translate-y: -15rem;
    }

    .sm\:-translate-y-64 {
        --tw-translate-y: -16rem;
    }

    .sm\:-translate-y-72 {
        --tw-translate-y: -18rem;
    }

    .sm\:-translate-y-80 {
        --tw-translate-y: -20rem;
    }

    .sm\:-translate-y-96 {
        --tw-translate-y: -24rem;
    }

    .sm\:-translate-y-px {
        --tw-translate-y: -1px;
    }

    .sm\:-translate-y-0\.5 {
        --tw-translate-y: -0.125rem;
    }

    .sm\:-translate-y-1\.5 {
        --tw-translate-y: -0.375rem;
    }

    .sm\:-translate-y-2\.5 {
        --tw-translate-y: -0.625rem;
    }

    .sm\:-translate-y-3\.5 {
        --tw-translate-y: -0.875rem;
    }

    .sm\:-translate-y-5p {
        --tw-translate-y: -5px;
    }

    .sm\:-translate-y-10p {
        --tw-translate-y: -10px;
    }

    .sm\:-translate-y-14p {
        --tw-translate-y: -14px;
    }

    .sm\:-translate-y-15p {
        --tw-translate-y: -15px;
    }

    .sm\:-translate-y-15_2 {
        --tw-translate-y: -60px;
    }

    .sm\:-translate-y-16_1 {
        --tw-translate-y: -52px;
    }

    .sm\:-translate-y-16p {
        --tw-translate-y: -16px;
    }

    .sm\:-translate-y-25p {
        --tw-translate-y: -25px;
    }

    .sm\:-translate-y-48p {
        --tw-translate-y: -48%;
    }

    .sm\:-translate-y-52p {
        --tw-translate-y: -52%;
    }

    .sm\:translate-y-1\/2 {
        --tw-translate-y: 50%;
    }

    .sm\:translate-y-1\/3 {
        --tw-translate-y: 33.333333%;
    }

    .sm\:translate-y-2\/3 {
        --tw-translate-y: 66.666667%;
    }

    .sm\:translate-y-1\/4 {
        --tw-translate-y: 25%;
    }

    .sm\:translate-y-2\/4 {
        --tw-translate-y: 50%;
    }

    .sm\:translate-y-3\/4 {
        --tw-translate-y: 75%;
    }

    .sm\:translate-y-full {
        --tw-translate-y: 100%;
    }

    .sm\:-translate-y-1\/2 {
        --tw-translate-y: -50%;
    }

    .sm\:-translate-y-1\/3 {
        --tw-translate-y: -33.333333%;
    }

    .sm\:-translate-y-2\/3 {
        --tw-translate-y: -66.666667%;
    }

    .sm\:-translate-y-1\/4 {
        --tw-translate-y: -25%;
    }

    .sm\:-translate-y-2\/4 {
        --tw-translate-y: -50%;
    }

    .sm\:-translate-y-3\/4 {
        --tw-translate-y: -75%;
    }

    .sm\:-translate-y-full {
        --tw-translate-y: -100%;
    }

    .sm\:hover\:translate-x-0:hover {
        --tw-translate-x: 0px;
    }

    .sm\:hover\:translate-x-1:hover {
        --tw-translate-x: 0.25rem;
    }

    .sm\:hover\:translate-x-2:hover {
        --tw-translate-x: 0.5rem;
    }

    .sm\:hover\:translate-x-3:hover {
        --tw-translate-x: 0.75rem;
    }

    .sm\:hover\:translate-x-4:hover {
        --tw-translate-x: 1rem;
    }

    .sm\:hover\:translate-x-5:hover {
        --tw-translate-x: 1.25rem;
    }

    .sm\:hover\:translate-x-6:hover {
        --tw-translate-x: 1.5rem;
    }

    .sm\:hover\:translate-x-7:hover {
        --tw-translate-x: 1.75rem;
    }

    .sm\:hover\:translate-x-8:hover {
        --tw-translate-x: 2rem;
    }

    .sm\:hover\:translate-x-9:hover {
        --tw-translate-x: 2.25rem;
    }

    .sm\:hover\:translate-x-10:hover {
        --tw-translate-x: 2.5rem;
    }

    .sm\:hover\:translate-x-11:hover {
        --tw-translate-x: 2.75rem;
    }

    .sm\:hover\:translate-x-12:hover {
        --tw-translate-x: 3rem;
    }

    .sm\:hover\:translate-x-14:hover {
        --tw-translate-x: 3.5rem;
    }

    .sm\:hover\:translate-x-16:hover {
        --tw-translate-x: 4rem;
    }

    .sm\:hover\:translate-x-18:hover {
        --tw-translate-x: 4.375rem;
    }

    .sm\:hover\:translate-x-19:hover {
        --tw-translate-x: 76px;
    }

    .sm\:hover\:translate-x-20:hover {
        --tw-translate-x: 5rem;
    }

    .sm\:hover\:translate-x-24:hover {
        --tw-translate-x: 6rem;
    }

    .sm\:hover\:translate-x-28:hover {
        --tw-translate-x: 7rem;
    }

    .sm\:hover\:translate-x-30:hover {
        --tw-translate-x: 120px;
    }

    .sm\:hover\:translate-x-32:hover {
        --tw-translate-x: 8rem;
    }

    .sm\:hover\:translate-x-36:hover {
        --tw-translate-x: 9rem;
    }

    .sm\:hover\:translate-x-40:hover {
        --tw-translate-x: 10rem;
    }

    .sm\:hover\:translate-x-44:hover {
        --tw-translate-x: 11rem;
    }

    .sm\:hover\:translate-x-48:hover {
        --tw-translate-x: 12rem;
    }

    .sm\:hover\:translate-x-52:hover {
        --tw-translate-x: 13rem;
    }

    .sm\:hover\:translate-x-56:hover {
        --tw-translate-x: 14rem;
    }

    .sm\:hover\:translate-x-60:hover {
        --tw-translate-x: 15rem;
    }

    .sm\:hover\:translate-x-64:hover {
        --tw-translate-x: 16rem;
    }

    .sm\:hover\:translate-x-72:hover {
        --tw-translate-x: 18rem;
    }

    .sm\:hover\:translate-x-80:hover {
        --tw-translate-x: 20rem;
    }

    .sm\:hover\:translate-x-96:hover {
        --tw-translate-x: 24rem;
    }

    .sm\:hover\:translate-x-px:hover {
        --tw-translate-x: 1px;
    }

    .sm\:hover\:translate-x-0\.5:hover {
        --tw-translate-x: 0.125rem;
    }

    .sm\:hover\:translate-x-1\.5:hover {
        --tw-translate-x: 0.375rem;
    }

    .sm\:hover\:translate-x-2\.5:hover {
        --tw-translate-x: 0.625rem;
    }

    .sm\:hover\:translate-x-3\.5:hover {
        --tw-translate-x: 0.875rem;
    }

    .sm\:hover\:translate-x-5p:hover {
        --tw-translate-x: 5px;
    }

    .sm\:hover\:translate-x-10p:hover {
        --tw-translate-x: 10px;
    }

    .sm\:hover\:translate-x-14p:hover {
        --tw-translate-x: 14px;
    }

    .sm\:hover\:translate-x-15p:hover {
        --tw-translate-x: 15px;
    }

    .sm\:hover\:translate-x-15_2:hover {
        --tw-translate-x: 60px;
    }

    .sm\:hover\:translate-x-16_1:hover {
        --tw-translate-x: 52px;
    }

    .sm\:hover\:translate-x-16p:hover {
        --tw-translate-x: 16px;
    }

    .sm\:hover\:translate-x-25p:hover {
        --tw-translate-x: 25px;
    }

    .sm\:hover\:translate-x-48p:hover {
        --tw-translate-x: 48%;
    }

    .sm\:hover\:translate-x-52p:hover {
        --tw-translate-x: 52%;
    }

    .sm\:hover\:-translate-x-0:hover {
        --tw-translate-x: 0px;
    }

    .sm\:hover\:-translate-x-1:hover {
        --tw-translate-x: -0.25rem;
    }

    .sm\:hover\:-translate-x-2:hover {
        --tw-translate-x: -0.5rem;
    }

    .sm\:hover\:-translate-x-3:hover {
        --tw-translate-x: -0.75rem;
    }

    .sm\:hover\:-translate-x-4:hover {
        --tw-translate-x: -1rem;
    }

    .sm\:hover\:-translate-x-5:hover {
        --tw-translate-x: -1.25rem;
    }

    .sm\:hover\:-translate-x-6:hover {
        --tw-translate-x: -1.5rem;
    }

    .sm\:hover\:-translate-x-7:hover {
        --tw-translate-x: -1.75rem;
    }

    .sm\:hover\:-translate-x-8:hover {
        --tw-translate-x: -2rem;
    }

    .sm\:hover\:-translate-x-9:hover {
        --tw-translate-x: -2.25rem;
    }

    .sm\:hover\:-translate-x-10:hover {
        --tw-translate-x: -2.5rem;
    }

    .sm\:hover\:-translate-x-11:hover {
        --tw-translate-x: -2.75rem;
    }

    .sm\:hover\:-translate-x-12:hover {
        --tw-translate-x: -3rem;
    }

    .sm\:hover\:-translate-x-14:hover {
        --tw-translate-x: -3.5rem;
    }

    .sm\:hover\:-translate-x-16:hover {
        --tw-translate-x: -4rem;
    }

    .sm\:hover\:-translate-x-18:hover {
        --tw-translate-x: -4.375rem;
    }

    .sm\:hover\:-translate-x-19:hover {
        --tw-translate-x: -76px;
    }

    .sm\:hover\:-translate-x-20:hover {
        --tw-translate-x: -5rem;
    }

    .sm\:hover\:-translate-x-24:hover {
        --tw-translate-x: -6rem;
    }

    .sm\:hover\:-translate-x-28:hover {
        --tw-translate-x: -7rem;
    }

    .sm\:hover\:-translate-x-30:hover {
        --tw-translate-x: -120px;
    }

    .sm\:hover\:-translate-x-32:hover {
        --tw-translate-x: -8rem;
    }

    .sm\:hover\:-translate-x-36:hover {
        --tw-translate-x: -9rem;
    }

    .sm\:hover\:-translate-x-40:hover {
        --tw-translate-x: -10rem;
    }

    .sm\:hover\:-translate-x-44:hover {
        --tw-translate-x: -11rem;
    }

    .sm\:hover\:-translate-x-48:hover {
        --tw-translate-x: -12rem;
    }

    .sm\:hover\:-translate-x-52:hover {
        --tw-translate-x: -13rem;
    }

    .sm\:hover\:-translate-x-56:hover {
        --tw-translate-x: -14rem;
    }

    .sm\:hover\:-translate-x-60:hover {
        --tw-translate-x: -15rem;
    }

    .sm\:hover\:-translate-x-64:hover {
        --tw-translate-x: -16rem;
    }

    .sm\:hover\:-translate-x-72:hover {
        --tw-translate-x: -18rem;
    }

    .sm\:hover\:-translate-x-80:hover {
        --tw-translate-x: -20rem;
    }

    .sm\:hover\:-translate-x-96:hover {
        --tw-translate-x: -24rem;
    }

    .sm\:hover\:-translate-x-px:hover {
        --tw-translate-x: -1px;
    }

    .sm\:hover\:-translate-x-0\.5:hover {
        --tw-translate-x: -0.125rem;
    }

    .sm\:hover\:-translate-x-1\.5:hover {
        --tw-translate-x: -0.375rem;
    }

    .sm\:hover\:-translate-x-2\.5:hover {
        --tw-translate-x: -0.625rem;
    }

    .sm\:hover\:-translate-x-3\.5:hover {
        --tw-translate-x: -0.875rem;
    }

    .sm\:hover\:-translate-x-5p:hover {
        --tw-translate-x: -5px;
    }

    .sm\:hover\:-translate-x-10p:hover {
        --tw-translate-x: -10px;
    }

    .sm\:hover\:-translate-x-14p:hover {
        --tw-translate-x: -14px;
    }

    .sm\:hover\:-translate-x-15p:hover {
        --tw-translate-x: -15px;
    }

    .sm\:hover\:-translate-x-15_2:hover {
        --tw-translate-x: -60px;
    }

    .sm\:hover\:-translate-x-16_1:hover {
        --tw-translate-x: -52px;
    }

    .sm\:hover\:-translate-x-16p:hover {
        --tw-translate-x: -16px;
    }

    .sm\:hover\:-translate-x-25p:hover {
        --tw-translate-x: -25px;
    }

    .sm\:hover\:-translate-x-48p:hover {
        --tw-translate-x: -48%;
    }

    .sm\:hover\:-translate-x-52p:hover {
        --tw-translate-x: -52%;
    }

    .sm\:hover\:translate-x-1\/2:hover {
        --tw-translate-x: 50%;
    }

    .sm\:hover\:translate-x-1\/3:hover {
        --tw-translate-x: 33.333333%;
    }

    .sm\:hover\:translate-x-2\/3:hover {
        --tw-translate-x: 66.666667%;
    }

    .sm\:hover\:translate-x-1\/4:hover {
        --tw-translate-x: 25%;
    }

    .sm\:hover\:translate-x-2\/4:hover {
        --tw-translate-x: 50%;
    }

    .sm\:hover\:translate-x-3\/4:hover {
        --tw-translate-x: 75%;
    }

    .sm\:hover\:translate-x-full:hover {
        --tw-translate-x: 100%;
    }

    .sm\:hover\:-translate-x-1\/2:hover {
        --tw-translate-x: -50%;
    }

    .sm\:hover\:-translate-x-1\/3:hover {
        --tw-translate-x: -33.333333%;
    }

    .sm\:hover\:-translate-x-2\/3:hover {
        --tw-translate-x: -66.666667%;
    }

    .sm\:hover\:-translate-x-1\/4:hover {
        --tw-translate-x: -25%;
    }

    .sm\:hover\:-translate-x-2\/4:hover {
        --tw-translate-x: -50%;
    }

    .sm\:hover\:-translate-x-3\/4:hover {
        --tw-translate-x: -75%;
    }

    .sm\:hover\:-translate-x-full:hover {
        --tw-translate-x: -100%;
    }

    .sm\:hover\:translate-y-0:hover {
        --tw-translate-y: 0px;
    }

    .sm\:hover\:translate-y-1:hover {
        --tw-translate-y: 0.25rem;
    }

    .sm\:hover\:translate-y-2:hover {
        --tw-translate-y: 0.5rem;
    }

    .sm\:hover\:translate-y-3:hover {
        --tw-translate-y: 0.75rem;
    }

    .sm\:hover\:translate-y-4:hover {
        --tw-translate-y: 1rem;
    }

    .sm\:hover\:translate-y-5:hover {
        --tw-translate-y: 1.25rem;
    }

    .sm\:hover\:translate-y-6:hover {
        --tw-translate-y: 1.5rem;
    }

    .sm\:hover\:translate-y-7:hover {
        --tw-translate-y: 1.75rem;
    }

    .sm\:hover\:translate-y-8:hover {
        --tw-translate-y: 2rem;
    }

    .sm\:hover\:translate-y-9:hover {
        --tw-translate-y: 2.25rem;
    }

    .sm\:hover\:translate-y-10:hover {
        --tw-translate-y: 2.5rem;
    }

    .sm\:hover\:translate-y-11:hover {
        --tw-translate-y: 2.75rem;
    }

    .sm\:hover\:translate-y-12:hover {
        --tw-translate-y: 3rem;
    }

    .sm\:hover\:translate-y-14:hover {
        --tw-translate-y: 3.5rem;
    }

    .sm\:hover\:translate-y-16:hover {
        --tw-translate-y: 4rem;
    }

    .sm\:hover\:translate-y-18:hover {
        --tw-translate-y: 4.375rem;
    }

    .sm\:hover\:translate-y-19:hover {
        --tw-translate-y: 76px;
    }

    .sm\:hover\:translate-y-20:hover {
        --tw-translate-y: 5rem;
    }

    .sm\:hover\:translate-y-24:hover {
        --tw-translate-y: 6rem;
    }

    .sm\:hover\:translate-y-28:hover {
        --tw-translate-y: 7rem;
    }

    .sm\:hover\:translate-y-30:hover {
        --tw-translate-y: 120px;
    }

    .sm\:hover\:translate-y-32:hover {
        --tw-translate-y: 8rem;
    }

    .sm\:hover\:translate-y-36:hover {
        --tw-translate-y: 9rem;
    }

    .sm\:hover\:translate-y-40:hover {
        --tw-translate-y: 10rem;
    }

    .sm\:hover\:translate-y-44:hover {
        --tw-translate-y: 11rem;
    }

    .sm\:hover\:translate-y-48:hover {
        --tw-translate-y: 12rem;
    }

    .sm\:hover\:translate-y-52:hover {
        --tw-translate-y: 13rem;
    }

    .sm\:hover\:translate-y-56:hover {
        --tw-translate-y: 14rem;
    }

    .sm\:hover\:translate-y-60:hover {
        --tw-translate-y: 15rem;
    }

    .sm\:hover\:translate-y-64:hover {
        --tw-translate-y: 16rem;
    }

    .sm\:hover\:translate-y-72:hover {
        --tw-translate-y: 18rem;
    }

    .sm\:hover\:translate-y-80:hover {
        --tw-translate-y: 20rem;
    }

    .sm\:hover\:translate-y-96:hover {
        --tw-translate-y: 24rem;
    }

    .sm\:hover\:translate-y-px:hover {
        --tw-translate-y: 1px;
    }

    .sm\:hover\:translate-y-0\.5:hover {
        --tw-translate-y: 0.125rem;
    }

    .sm\:hover\:translate-y-1\.5:hover {
        --tw-translate-y: 0.375rem;
    }

    .sm\:hover\:translate-y-2\.5:hover {
        --tw-translate-y: 0.625rem;
    }

    .sm\:hover\:translate-y-3\.5:hover {
        --tw-translate-y: 0.875rem;
    }

    .sm\:hover\:translate-y-5p:hover {
        --tw-translate-y: 5px;
    }

    .sm\:hover\:translate-y-10p:hover {
        --tw-translate-y: 10px;
    }

    .sm\:hover\:translate-y-14p:hover {
        --tw-translate-y: 14px;
    }

    .sm\:hover\:translate-y-15p:hover {
        --tw-translate-y: 15px;
    }

    .sm\:hover\:translate-y-15_2:hover {
        --tw-translate-y: 60px;
    }

    .sm\:hover\:translate-y-16_1:hover {
        --tw-translate-y: 52px;
    }

    .sm\:hover\:translate-y-16p:hover {
        --tw-translate-y: 16px;
    }

    .sm\:hover\:translate-y-25p:hover {
        --tw-translate-y: 25px;
    }

    .sm\:hover\:translate-y-48p:hover {
        --tw-translate-y: 48%;
    }

    .sm\:hover\:translate-y-52p:hover {
        --tw-translate-y: 52%;
    }

    .sm\:hover\:-translate-y-0:hover {
        --tw-translate-y: 0px;
    }

    .sm\:hover\:-translate-y-1:hover {
        --tw-translate-y: -0.25rem;
    }

    .sm\:hover\:-translate-y-2:hover {
        --tw-translate-y: -0.5rem;
    }

    .sm\:hover\:-translate-y-3:hover {
        --tw-translate-y: -0.75rem;
    }

    .sm\:hover\:-translate-y-4:hover {
        --tw-translate-y: -1rem;
    }

    .sm\:hover\:-translate-y-5:hover {
        --tw-translate-y: -1.25rem;
    }

    .sm\:hover\:-translate-y-6:hover {
        --tw-translate-y: -1.5rem;
    }

    .sm\:hover\:-translate-y-7:hover {
        --tw-translate-y: -1.75rem;
    }

    .sm\:hover\:-translate-y-8:hover {
        --tw-translate-y: -2rem;
    }

    .sm\:hover\:-translate-y-9:hover {
        --tw-translate-y: -2.25rem;
    }

    .sm\:hover\:-translate-y-10:hover {
        --tw-translate-y: -2.5rem;
    }

    .sm\:hover\:-translate-y-11:hover {
        --tw-translate-y: -2.75rem;
    }

    .sm\:hover\:-translate-y-12:hover {
        --tw-translate-y: -3rem;
    }

    .sm\:hover\:-translate-y-14:hover {
        --tw-translate-y: -3.5rem;
    }

    .sm\:hover\:-translate-y-16:hover {
        --tw-translate-y: -4rem;
    }

    .sm\:hover\:-translate-y-18:hover {
        --tw-translate-y: -4.375rem;
    }

    .sm\:hover\:-translate-y-19:hover {
        --tw-translate-y: -76px;
    }

    .sm\:hover\:-translate-y-20:hover {
        --tw-translate-y: -5rem;
    }

    .sm\:hover\:-translate-y-24:hover {
        --tw-translate-y: -6rem;
    }

    .sm\:hover\:-translate-y-28:hover {
        --tw-translate-y: -7rem;
    }

    .sm\:hover\:-translate-y-30:hover {
        --tw-translate-y: -120px;
    }

    .sm\:hover\:-translate-y-32:hover {
        --tw-translate-y: -8rem;
    }

    .sm\:hover\:-translate-y-36:hover {
        --tw-translate-y: -9rem;
    }

    .sm\:hover\:-translate-y-40:hover {
        --tw-translate-y: -10rem;
    }

    .sm\:hover\:-translate-y-44:hover {
        --tw-translate-y: -11rem;
    }

    .sm\:hover\:-translate-y-48:hover {
        --tw-translate-y: -12rem;
    }

    .sm\:hover\:-translate-y-52:hover {
        --tw-translate-y: -13rem;
    }

    .sm\:hover\:-translate-y-56:hover {
        --tw-translate-y: -14rem;
    }

    .sm\:hover\:-translate-y-60:hover {
        --tw-translate-y: -15rem;
    }

    .sm\:hover\:-translate-y-64:hover {
        --tw-translate-y: -16rem;
    }

    .sm\:hover\:-translate-y-72:hover {
        --tw-translate-y: -18rem;
    }

    .sm\:hover\:-translate-y-80:hover {
        --tw-translate-y: -20rem;
    }

    .sm\:hover\:-translate-y-96:hover {
        --tw-translate-y: -24rem;
    }

    .sm\:hover\:-translate-y-px:hover {
        --tw-translate-y: -1px;
    }

    .sm\:hover\:-translate-y-0\.5:hover {
        --tw-translate-y: -0.125rem;
    }

    .sm\:hover\:-translate-y-1\.5:hover {
        --tw-translate-y: -0.375rem;
    }

    .sm\:hover\:-translate-y-2\.5:hover {
        --tw-translate-y: -0.625rem;
    }

    .sm\:hover\:-translate-y-3\.5:hover {
        --tw-translate-y: -0.875rem;
    }

    .sm\:hover\:-translate-y-5p:hover {
        --tw-translate-y: -5px;
    }

    .sm\:hover\:-translate-y-10p:hover {
        --tw-translate-y: -10px;
    }

    .sm\:hover\:-translate-y-14p:hover {
        --tw-translate-y: -14px;
    }

    .sm\:hover\:-translate-y-15p:hover {
        --tw-translate-y: -15px;
    }

    .sm\:hover\:-translate-y-15_2:hover {
        --tw-translate-y: -60px;
    }

    .sm\:hover\:-translate-y-16_1:hover {
        --tw-translate-y: -52px;
    }

    .sm\:hover\:-translate-y-16p:hover {
        --tw-translate-y: -16px;
    }

    .sm\:hover\:-translate-y-25p:hover {
        --tw-translate-y: -25px;
    }

    .sm\:hover\:-translate-y-48p:hover {
        --tw-translate-y: -48%;
    }

    .sm\:hover\:-translate-y-52p:hover {
        --tw-translate-y: -52%;
    }

    .sm\:hover\:translate-y-1\/2:hover {
        --tw-translate-y: 50%;
    }

    .sm\:hover\:translate-y-1\/3:hover {
        --tw-translate-y: 33.333333%;
    }

    .sm\:hover\:translate-y-2\/3:hover {
        --tw-translate-y: 66.666667%;
    }

    .sm\:hover\:translate-y-1\/4:hover {
        --tw-translate-y: 25%;
    }

    .sm\:hover\:translate-y-2\/4:hover {
        --tw-translate-y: 50%;
    }

    .sm\:hover\:translate-y-3\/4:hover {
        --tw-translate-y: 75%;
    }

    .sm\:hover\:translate-y-full:hover {
        --tw-translate-y: 100%;
    }

    .sm\:hover\:-translate-y-1\/2:hover {
        --tw-translate-y: -50%;
    }

    .sm\:hover\:-translate-y-1\/3:hover {
        --tw-translate-y: -33.333333%;
    }

    .sm\:hover\:-translate-y-2\/3:hover {
        --tw-translate-y: -66.666667%;
    }

    .sm\:hover\:-translate-y-1\/4:hover {
        --tw-translate-y: -25%;
    }

    .sm\:hover\:-translate-y-2\/4:hover {
        --tw-translate-y: -50%;
    }

    .sm\:hover\:-translate-y-3\/4:hover {
        --tw-translate-y: -75%;
    }

    .sm\:hover\:-translate-y-full:hover {
        --tw-translate-y: -100%;
    }

    .sm\:focus\:translate-x-0:focus {
        --tw-translate-x: 0px;
    }

    .sm\:focus\:translate-x-1:focus {
        --tw-translate-x: 0.25rem;
    }

    .sm\:focus\:translate-x-2:focus {
        --tw-translate-x: 0.5rem;
    }

    .sm\:focus\:translate-x-3:focus {
        --tw-translate-x: 0.75rem;
    }

    .sm\:focus\:translate-x-4:focus {
        --tw-translate-x: 1rem;
    }

    .sm\:focus\:translate-x-5:focus {
        --tw-translate-x: 1.25rem;
    }

    .sm\:focus\:translate-x-6:focus {
        --tw-translate-x: 1.5rem;
    }

    .sm\:focus\:translate-x-7:focus {
        --tw-translate-x: 1.75rem;
    }

    .sm\:focus\:translate-x-8:focus {
        --tw-translate-x: 2rem;
    }

    .sm\:focus\:translate-x-9:focus {
        --tw-translate-x: 2.25rem;
    }

    .sm\:focus\:translate-x-10:focus {
        --tw-translate-x: 2.5rem;
    }

    .sm\:focus\:translate-x-11:focus {
        --tw-translate-x: 2.75rem;
    }

    .sm\:focus\:translate-x-12:focus {
        --tw-translate-x: 3rem;
    }

    .sm\:focus\:translate-x-14:focus {
        --tw-translate-x: 3.5rem;
    }

    .sm\:focus\:translate-x-16:focus {
        --tw-translate-x: 4rem;
    }

    .sm\:focus\:translate-x-18:focus {
        --tw-translate-x: 4.375rem;
    }

    .sm\:focus\:translate-x-19:focus {
        --tw-translate-x: 76px;
    }

    .sm\:focus\:translate-x-20:focus {
        --tw-translate-x: 5rem;
    }

    .sm\:focus\:translate-x-24:focus {
        --tw-translate-x: 6rem;
    }

    .sm\:focus\:translate-x-28:focus {
        --tw-translate-x: 7rem;
    }

    .sm\:focus\:translate-x-30:focus {
        --tw-translate-x: 120px;
    }

    .sm\:focus\:translate-x-32:focus {
        --tw-translate-x: 8rem;
    }

    .sm\:focus\:translate-x-36:focus {
        --tw-translate-x: 9rem;
    }

    .sm\:focus\:translate-x-40:focus {
        --tw-translate-x: 10rem;
    }

    .sm\:focus\:translate-x-44:focus {
        --tw-translate-x: 11rem;
    }

    .sm\:focus\:translate-x-48:focus {
        --tw-translate-x: 12rem;
    }

    .sm\:focus\:translate-x-52:focus {
        --tw-translate-x: 13rem;
    }

    .sm\:focus\:translate-x-56:focus {
        --tw-translate-x: 14rem;
    }

    .sm\:focus\:translate-x-60:focus {
        --tw-translate-x: 15rem;
    }

    .sm\:focus\:translate-x-64:focus {
        --tw-translate-x: 16rem;
    }

    .sm\:focus\:translate-x-72:focus {
        --tw-translate-x: 18rem;
    }

    .sm\:focus\:translate-x-80:focus {
        --tw-translate-x: 20rem;
    }

    .sm\:focus\:translate-x-96:focus {
        --tw-translate-x: 24rem;
    }

    .sm\:focus\:translate-x-px:focus {
        --tw-translate-x: 1px;
    }

    .sm\:focus\:translate-x-0\.5:focus {
        --tw-translate-x: 0.125rem;
    }

    .sm\:focus\:translate-x-1\.5:focus {
        --tw-translate-x: 0.375rem;
    }

    .sm\:focus\:translate-x-2\.5:focus {
        --tw-translate-x: 0.625rem;
    }

    .sm\:focus\:translate-x-3\.5:focus {
        --tw-translate-x: 0.875rem;
    }

    .sm\:focus\:translate-x-5p:focus {
        --tw-translate-x: 5px;
    }

    .sm\:focus\:translate-x-10p:focus {
        --tw-translate-x: 10px;
    }

    .sm\:focus\:translate-x-14p:focus {
        --tw-translate-x: 14px;
    }

    .sm\:focus\:translate-x-15p:focus {
        --tw-translate-x: 15px;
    }

    .sm\:focus\:translate-x-15_2:focus {
        --tw-translate-x: 60px;
    }

    .sm\:focus\:translate-x-16_1:focus {
        --tw-translate-x: 52px;
    }

    .sm\:focus\:translate-x-16p:focus {
        --tw-translate-x: 16px;
    }

    .sm\:focus\:translate-x-25p:focus {
        --tw-translate-x: 25px;
    }

    .sm\:focus\:translate-x-48p:focus {
        --tw-translate-x: 48%;
    }

    .sm\:focus\:translate-x-52p:focus {
        --tw-translate-x: 52%;
    }

    .sm\:focus\:-translate-x-0:focus {
        --tw-translate-x: 0px;
    }

    .sm\:focus\:-translate-x-1:focus {
        --tw-translate-x: -0.25rem;
    }

    .sm\:focus\:-translate-x-2:focus {
        --tw-translate-x: -0.5rem;
    }

    .sm\:focus\:-translate-x-3:focus {
        --tw-translate-x: -0.75rem;
    }

    .sm\:focus\:-translate-x-4:focus {
        --tw-translate-x: -1rem;
    }

    .sm\:focus\:-translate-x-5:focus {
        --tw-translate-x: -1.25rem;
    }

    .sm\:focus\:-translate-x-6:focus {
        --tw-translate-x: -1.5rem;
    }

    .sm\:focus\:-translate-x-7:focus {
        --tw-translate-x: -1.75rem;
    }

    .sm\:focus\:-translate-x-8:focus {
        --tw-translate-x: -2rem;
    }

    .sm\:focus\:-translate-x-9:focus {
        --tw-translate-x: -2.25rem;
    }

    .sm\:focus\:-translate-x-10:focus {
        --tw-translate-x: -2.5rem;
    }

    .sm\:focus\:-translate-x-11:focus {
        --tw-translate-x: -2.75rem;
    }

    .sm\:focus\:-translate-x-12:focus {
        --tw-translate-x: -3rem;
    }

    .sm\:focus\:-translate-x-14:focus {
        --tw-translate-x: -3.5rem;
    }

    .sm\:focus\:-translate-x-16:focus {
        --tw-translate-x: -4rem;
    }

    .sm\:focus\:-translate-x-18:focus {
        --tw-translate-x: -4.375rem;
    }

    .sm\:focus\:-translate-x-19:focus {
        --tw-translate-x: -76px;
    }

    .sm\:focus\:-translate-x-20:focus {
        --tw-translate-x: -5rem;
    }

    .sm\:focus\:-translate-x-24:focus {
        --tw-translate-x: -6rem;
    }

    .sm\:focus\:-translate-x-28:focus {
        --tw-translate-x: -7rem;
    }

    .sm\:focus\:-translate-x-30:focus {
        --tw-translate-x: -120px;
    }

    .sm\:focus\:-translate-x-32:focus {
        --tw-translate-x: -8rem;
    }

    .sm\:focus\:-translate-x-36:focus {
        --tw-translate-x: -9rem;
    }

    .sm\:focus\:-translate-x-40:focus {
        --tw-translate-x: -10rem;
    }

    .sm\:focus\:-translate-x-44:focus {
        --tw-translate-x: -11rem;
    }

    .sm\:focus\:-translate-x-48:focus {
        --tw-translate-x: -12rem;
    }

    .sm\:focus\:-translate-x-52:focus {
        --tw-translate-x: -13rem;
    }

    .sm\:focus\:-translate-x-56:focus {
        --tw-translate-x: -14rem;
    }

    .sm\:focus\:-translate-x-60:focus {
        --tw-translate-x: -15rem;
    }

    .sm\:focus\:-translate-x-64:focus {
        --tw-translate-x: -16rem;
    }

    .sm\:focus\:-translate-x-72:focus {
        --tw-translate-x: -18rem;
    }

    .sm\:focus\:-translate-x-80:focus {
        --tw-translate-x: -20rem;
    }

    .sm\:focus\:-translate-x-96:focus {
        --tw-translate-x: -24rem;
    }

    .sm\:focus\:-translate-x-px:focus {
        --tw-translate-x: -1px;
    }

    .sm\:focus\:-translate-x-0\.5:focus {
        --tw-translate-x: -0.125rem;
    }

    .sm\:focus\:-translate-x-1\.5:focus {
        --tw-translate-x: -0.375rem;
    }

    .sm\:focus\:-translate-x-2\.5:focus {
        --tw-translate-x: -0.625rem;
    }

    .sm\:focus\:-translate-x-3\.5:focus {
        --tw-translate-x: -0.875rem;
    }

    .sm\:focus\:-translate-x-5p:focus {
        --tw-translate-x: -5px;
    }

    .sm\:focus\:-translate-x-10p:focus {
        --tw-translate-x: -10px;
    }

    .sm\:focus\:-translate-x-14p:focus {
        --tw-translate-x: -14px;
    }

    .sm\:focus\:-translate-x-15p:focus {
        --tw-translate-x: -15px;
    }

    .sm\:focus\:-translate-x-15_2:focus {
        --tw-translate-x: -60px;
    }

    .sm\:focus\:-translate-x-16_1:focus {
        --tw-translate-x: -52px;
    }

    .sm\:focus\:-translate-x-16p:focus {
        --tw-translate-x: -16px;
    }

    .sm\:focus\:-translate-x-25p:focus {
        --tw-translate-x: -25px;
    }

    .sm\:focus\:-translate-x-48p:focus {
        --tw-translate-x: -48%;
    }

    .sm\:focus\:-translate-x-52p:focus {
        --tw-translate-x: -52%;
    }

    .sm\:focus\:translate-x-1\/2:focus {
        --tw-translate-x: 50%;
    }

    .sm\:focus\:translate-x-1\/3:focus {
        --tw-translate-x: 33.333333%;
    }

    .sm\:focus\:translate-x-2\/3:focus {
        --tw-translate-x: 66.666667%;
    }

    .sm\:focus\:translate-x-1\/4:focus {
        --tw-translate-x: 25%;
    }

    .sm\:focus\:translate-x-2\/4:focus {
        --tw-translate-x: 50%;
    }

    .sm\:focus\:translate-x-3\/4:focus {
        --tw-translate-x: 75%;
    }

    .sm\:focus\:translate-x-full:focus {
        --tw-translate-x: 100%;
    }

    .sm\:focus\:-translate-x-1\/2:focus {
        --tw-translate-x: -50%;
    }

    .sm\:focus\:-translate-x-1\/3:focus {
        --tw-translate-x: -33.333333%;
    }

    .sm\:focus\:-translate-x-2\/3:focus {
        --tw-translate-x: -66.666667%;
    }

    .sm\:focus\:-translate-x-1\/4:focus {
        --tw-translate-x: -25%;
    }

    .sm\:focus\:-translate-x-2\/4:focus {
        --tw-translate-x: -50%;
    }

    .sm\:focus\:-translate-x-3\/4:focus {
        --tw-translate-x: -75%;
    }

    .sm\:focus\:-translate-x-full:focus {
        --tw-translate-x: -100%;
    }

    .sm\:focus\:translate-y-0:focus {
        --tw-translate-y: 0px;
    }

    .sm\:focus\:translate-y-1:focus {
        --tw-translate-y: 0.25rem;
    }

    .sm\:focus\:translate-y-2:focus {
        --tw-translate-y: 0.5rem;
    }

    .sm\:focus\:translate-y-3:focus {
        --tw-translate-y: 0.75rem;
    }

    .sm\:focus\:translate-y-4:focus {
        --tw-translate-y: 1rem;
    }

    .sm\:focus\:translate-y-5:focus {
        --tw-translate-y: 1.25rem;
    }

    .sm\:focus\:translate-y-6:focus {
        --tw-translate-y: 1.5rem;
    }

    .sm\:focus\:translate-y-7:focus {
        --tw-translate-y: 1.75rem;
    }

    .sm\:focus\:translate-y-8:focus {
        --tw-translate-y: 2rem;
    }

    .sm\:focus\:translate-y-9:focus {
        --tw-translate-y: 2.25rem;
    }

    .sm\:focus\:translate-y-10:focus {
        --tw-translate-y: 2.5rem;
    }

    .sm\:focus\:translate-y-11:focus {
        --tw-translate-y: 2.75rem;
    }

    .sm\:focus\:translate-y-12:focus {
        --tw-translate-y: 3rem;
    }

    .sm\:focus\:translate-y-14:focus {
        --tw-translate-y: 3.5rem;
    }

    .sm\:focus\:translate-y-16:focus {
        --tw-translate-y: 4rem;
    }

    .sm\:focus\:translate-y-18:focus {
        --tw-translate-y: 4.375rem;
    }

    .sm\:focus\:translate-y-19:focus {
        --tw-translate-y: 76px;
    }

    .sm\:focus\:translate-y-20:focus {
        --tw-translate-y: 5rem;
    }

    .sm\:focus\:translate-y-24:focus {
        --tw-translate-y: 6rem;
    }

    .sm\:focus\:translate-y-28:focus {
        --tw-translate-y: 7rem;
    }

    .sm\:focus\:translate-y-30:focus {
        --tw-translate-y: 120px;
    }

    .sm\:focus\:translate-y-32:focus {
        --tw-translate-y: 8rem;
    }

    .sm\:focus\:translate-y-36:focus {
        --tw-translate-y: 9rem;
    }

    .sm\:focus\:translate-y-40:focus {
        --tw-translate-y: 10rem;
    }

    .sm\:focus\:translate-y-44:focus {
        --tw-translate-y: 11rem;
    }

    .sm\:focus\:translate-y-48:focus {
        --tw-translate-y: 12rem;
    }

    .sm\:focus\:translate-y-52:focus {
        --tw-translate-y: 13rem;
    }

    .sm\:focus\:translate-y-56:focus {
        --tw-translate-y: 14rem;
    }

    .sm\:focus\:translate-y-60:focus {
        --tw-translate-y: 15rem;
    }

    .sm\:focus\:translate-y-64:focus {
        --tw-translate-y: 16rem;
    }

    .sm\:focus\:translate-y-72:focus {
        --tw-translate-y: 18rem;
    }

    .sm\:focus\:translate-y-80:focus {
        --tw-translate-y: 20rem;
    }

    .sm\:focus\:translate-y-96:focus {
        --tw-translate-y: 24rem;
    }

    .sm\:focus\:translate-y-px:focus {
        --tw-translate-y: 1px;
    }

    .sm\:focus\:translate-y-0\.5:focus {
        --tw-translate-y: 0.125rem;
    }

    .sm\:focus\:translate-y-1\.5:focus {
        --tw-translate-y: 0.375rem;
    }

    .sm\:focus\:translate-y-2\.5:focus {
        --tw-translate-y: 0.625rem;
    }

    .sm\:focus\:translate-y-3\.5:focus {
        --tw-translate-y: 0.875rem;
    }

    .sm\:focus\:translate-y-5p:focus {
        --tw-translate-y: 5px;
    }

    .sm\:focus\:translate-y-10p:focus {
        --tw-translate-y: 10px;
    }

    .sm\:focus\:translate-y-14p:focus {
        --tw-translate-y: 14px;
    }

    .sm\:focus\:translate-y-15p:focus {
        --tw-translate-y: 15px;
    }

    .sm\:focus\:translate-y-15_2:focus {
        --tw-translate-y: 60px;
    }

    .sm\:focus\:translate-y-16_1:focus {
        --tw-translate-y: 52px;
    }

    .sm\:focus\:translate-y-16p:focus {
        --tw-translate-y: 16px;
    }

    .sm\:focus\:translate-y-25p:focus {
        --tw-translate-y: 25px;
    }

    .sm\:focus\:translate-y-48p:focus {
        --tw-translate-y: 48%;
    }

    .sm\:focus\:translate-y-52p:focus {
        --tw-translate-y: 52%;
    }

    .sm\:focus\:-translate-y-0:focus {
        --tw-translate-y: 0px;
    }

    .sm\:focus\:-translate-y-1:focus {
        --tw-translate-y: -0.25rem;
    }

    .sm\:focus\:-translate-y-2:focus {
        --tw-translate-y: -0.5rem;
    }

    .sm\:focus\:-translate-y-3:focus {
        --tw-translate-y: -0.75rem;
    }

    .sm\:focus\:-translate-y-4:focus {
        --tw-translate-y: -1rem;
    }

    .sm\:focus\:-translate-y-5:focus {
        --tw-translate-y: -1.25rem;
    }

    .sm\:focus\:-translate-y-6:focus {
        --tw-translate-y: -1.5rem;
    }

    .sm\:focus\:-translate-y-7:focus {
        --tw-translate-y: -1.75rem;
    }

    .sm\:focus\:-translate-y-8:focus {
        --tw-translate-y: -2rem;
    }

    .sm\:focus\:-translate-y-9:focus {
        --tw-translate-y: -2.25rem;
    }

    .sm\:focus\:-translate-y-10:focus {
        --tw-translate-y: -2.5rem;
    }

    .sm\:focus\:-translate-y-11:focus {
        --tw-translate-y: -2.75rem;
    }

    .sm\:focus\:-translate-y-12:focus {
        --tw-translate-y: -3rem;
    }

    .sm\:focus\:-translate-y-14:focus {
        --tw-translate-y: -3.5rem;
    }

    .sm\:focus\:-translate-y-16:focus {
        --tw-translate-y: -4rem;
    }

    .sm\:focus\:-translate-y-18:focus {
        --tw-translate-y: -4.375rem;
    }

    .sm\:focus\:-translate-y-19:focus {
        --tw-translate-y: -76px;
    }

    .sm\:focus\:-translate-y-20:focus {
        --tw-translate-y: -5rem;
    }

    .sm\:focus\:-translate-y-24:focus {
        --tw-translate-y: -6rem;
    }

    .sm\:focus\:-translate-y-28:focus {
        --tw-translate-y: -7rem;
    }

    .sm\:focus\:-translate-y-30:focus {
        --tw-translate-y: -120px;
    }

    .sm\:focus\:-translate-y-32:focus {
        --tw-translate-y: -8rem;
    }

    .sm\:focus\:-translate-y-36:focus {
        --tw-translate-y: -9rem;
    }

    .sm\:focus\:-translate-y-40:focus {
        --tw-translate-y: -10rem;
    }

    .sm\:focus\:-translate-y-44:focus {
        --tw-translate-y: -11rem;
    }

    .sm\:focus\:-translate-y-48:focus {
        --tw-translate-y: -12rem;
    }

    .sm\:focus\:-translate-y-52:focus {
        --tw-translate-y: -13rem;
    }

    .sm\:focus\:-translate-y-56:focus {
        --tw-translate-y: -14rem;
    }

    .sm\:focus\:-translate-y-60:focus {
        --tw-translate-y: -15rem;
    }

    .sm\:focus\:-translate-y-64:focus {
        --tw-translate-y: -16rem;
    }

    .sm\:focus\:-translate-y-72:focus {
        --tw-translate-y: -18rem;
    }

    .sm\:focus\:-translate-y-80:focus {
        --tw-translate-y: -20rem;
    }

    .sm\:focus\:-translate-y-96:focus {
        --tw-translate-y: -24rem;
    }

    .sm\:focus\:-translate-y-px:focus {
        --tw-translate-y: -1px;
    }

    .sm\:focus\:-translate-y-0\.5:focus {
        --tw-translate-y: -0.125rem;
    }

    .sm\:focus\:-translate-y-1\.5:focus {
        --tw-translate-y: -0.375rem;
    }

    .sm\:focus\:-translate-y-2\.5:focus {
        --tw-translate-y: -0.625rem;
    }

    .sm\:focus\:-translate-y-3\.5:focus {
        --tw-translate-y: -0.875rem;
    }

    .sm\:focus\:-translate-y-5p:focus {
        --tw-translate-y: -5px;
    }

    .sm\:focus\:-translate-y-10p:focus {
        --tw-translate-y: -10px;
    }

    .sm\:focus\:-translate-y-14p:focus {
        --tw-translate-y: -14px;
    }

    .sm\:focus\:-translate-y-15p:focus {
        --tw-translate-y: -15px;
    }

    .sm\:focus\:-translate-y-15_2:focus {
        --tw-translate-y: -60px;
    }

    .sm\:focus\:-translate-y-16_1:focus {
        --tw-translate-y: -52px;
    }

    .sm\:focus\:-translate-y-16p:focus {
        --tw-translate-y: -16px;
    }

    .sm\:focus\:-translate-y-25p:focus {
        --tw-translate-y: -25px;
    }

    .sm\:focus\:-translate-y-48p:focus {
        --tw-translate-y: -48%;
    }

    .sm\:focus\:-translate-y-52p:focus {
        --tw-translate-y: -52%;
    }

    .sm\:focus\:translate-y-1\/2:focus {
        --tw-translate-y: 50%;
    }

    .sm\:focus\:translate-y-1\/3:focus {
        --tw-translate-y: 33.333333%;
    }

    .sm\:focus\:translate-y-2\/3:focus {
        --tw-translate-y: 66.666667%;
    }

    .sm\:focus\:translate-y-1\/4:focus {
        --tw-translate-y: 25%;
    }

    .sm\:focus\:translate-y-2\/4:focus {
        --tw-translate-y: 50%;
    }

    .sm\:focus\:translate-y-3\/4:focus {
        --tw-translate-y: 75%;
    }

    .sm\:focus\:translate-y-full:focus {
        --tw-translate-y: 100%;
    }

    .sm\:focus\:-translate-y-1\/2:focus {
        --tw-translate-y: -50%;
    }

    .sm\:focus\:-translate-y-1\/3:focus {
        --tw-translate-y: -33.333333%;
    }

    .sm\:focus\:-translate-y-2\/3:focus {
        --tw-translate-y: -66.666667%;
    }

    .sm\:focus\:-translate-y-1\/4:focus {
        --tw-translate-y: -25%;
    }

    .sm\:focus\:-translate-y-2\/4:focus {
        --tw-translate-y: -50%;
    }

    .sm\:focus\:-translate-y-3\/4:focus {
        --tw-translate-y: -75%;
    }

    .sm\:focus\:-translate-y-full:focus {
        --tw-translate-y: -100%;
    }

    .sm\:rotate-0 {
        --tw-rotate: 0deg;
    }

    .sm\:rotate-1 {
        --tw-rotate: 1deg;
    }

    .sm\:rotate-2 {
        --tw-rotate: 2deg;
    }

    .sm\:rotate-3 {
        --tw-rotate: 3deg;
    }

    .sm\:rotate-6 {
        --tw-rotate: 6deg;
    }

    .sm\:rotate-12 {
        --tw-rotate: 12deg;
    }

    .sm\:rotate-45 {
        --tw-rotate: 45deg;
    }

    .sm\:rotate-90 {
        --tw-rotate: 90deg;
    }

    .sm\:rotate-180 {
        --tw-rotate: 180deg;
    }

    .sm\:-rotate-180 {
        --tw-rotate: -180deg;
    }

    .sm\:-rotate-90 {
        --tw-rotate: -90deg;
    }

    .sm\:-rotate-45 {
        --tw-rotate: -45deg;
    }

    .sm\:-rotate-12 {
        --tw-rotate: -12deg;
    }

    .sm\:-rotate-6 {
        --tw-rotate: -6deg;
    }

    .sm\:-rotate-3 {
        --tw-rotate: -3deg;
    }

    .sm\:-rotate-2 {
        --tw-rotate: -2deg;
    }

    .sm\:-rotate-1 {
        --tw-rotate: -1deg;
    }

    .sm\:hover\:rotate-0:hover {
        --tw-rotate: 0deg;
    }

    .sm\:hover\:rotate-1:hover {
        --tw-rotate: 1deg;
    }

    .sm\:hover\:rotate-2:hover {
        --tw-rotate: 2deg;
    }

    .sm\:hover\:rotate-3:hover {
        --tw-rotate: 3deg;
    }

    .sm\:hover\:rotate-6:hover {
        --tw-rotate: 6deg;
    }

    .sm\:hover\:rotate-12:hover {
        --tw-rotate: 12deg;
    }

    .sm\:hover\:rotate-45:hover {
        --tw-rotate: 45deg;
    }

    .sm\:hover\:rotate-90:hover {
        --tw-rotate: 90deg;
    }

    .sm\:hover\:rotate-180:hover {
        --tw-rotate: 180deg;
    }

    .sm\:hover\:-rotate-180:hover {
        --tw-rotate: -180deg;
    }

    .sm\:hover\:-rotate-90:hover {
        --tw-rotate: -90deg;
    }

    .sm\:hover\:-rotate-45:hover {
        --tw-rotate: -45deg;
    }

    .sm\:hover\:-rotate-12:hover {
        --tw-rotate: -12deg;
    }

    .sm\:hover\:-rotate-6:hover {
        --tw-rotate: -6deg;
    }

    .sm\:hover\:-rotate-3:hover {
        --tw-rotate: -3deg;
    }

    .sm\:hover\:-rotate-2:hover {
        --tw-rotate: -2deg;
    }

    .sm\:hover\:-rotate-1:hover {
        --tw-rotate: -1deg;
    }

    .sm\:focus\:rotate-0:focus {
        --tw-rotate: 0deg;
    }

    .sm\:focus\:rotate-1:focus {
        --tw-rotate: 1deg;
    }

    .sm\:focus\:rotate-2:focus {
        --tw-rotate: 2deg;
    }

    .sm\:focus\:rotate-3:focus {
        --tw-rotate: 3deg;
    }

    .sm\:focus\:rotate-6:focus {
        --tw-rotate: 6deg;
    }

    .sm\:focus\:rotate-12:focus {
        --tw-rotate: 12deg;
    }

    .sm\:focus\:rotate-45:focus {
        --tw-rotate: 45deg;
    }

    .sm\:focus\:rotate-90:focus {
        --tw-rotate: 90deg;
    }

    .sm\:focus\:rotate-180:focus {
        --tw-rotate: 180deg;
    }

    .sm\:focus\:-rotate-180:focus {
        --tw-rotate: -180deg;
    }

    .sm\:focus\:-rotate-90:focus {
        --tw-rotate: -90deg;
    }

    .sm\:focus\:-rotate-45:focus {
        --tw-rotate: -45deg;
    }

    .sm\:focus\:-rotate-12:focus {
        --tw-rotate: -12deg;
    }

    .sm\:focus\:-rotate-6:focus {
        --tw-rotate: -6deg;
    }

    .sm\:focus\:-rotate-3:focus {
        --tw-rotate: -3deg;
    }

    .sm\:focus\:-rotate-2:focus {
        --tw-rotate: -2deg;
    }

    .sm\:focus\:-rotate-1:focus {
        --tw-rotate: -1deg;
    }

    .sm\:skew-x-0 {
        --tw-skew-x: 0deg;
    }

    .sm\:skew-x-1 {
        --tw-skew-x: 1deg;
    }

    .sm\:skew-x-2 {
        --tw-skew-x: 2deg;
    }

    .sm\:skew-x-3 {
        --tw-skew-x: 3deg;
    }

    .sm\:skew-x-6 {
        --tw-skew-x: 6deg;
    }

    .sm\:skew-x-12 {
        --tw-skew-x: 12deg;
    }

    .sm\:-skew-x-12 {
        --tw-skew-x: -12deg;
    }

    .sm\:-skew-x-6 {
        --tw-skew-x: -6deg;
    }

    .sm\:-skew-x-3 {
        --tw-skew-x: -3deg;
    }

    .sm\:-skew-x-2 {
        --tw-skew-x: -2deg;
    }

    .sm\:-skew-x-1 {
        --tw-skew-x: -1deg;
    }

    .sm\:skew-y-0 {
        --tw-skew-y: 0deg;
    }

    .sm\:skew-y-1 {
        --tw-skew-y: 1deg;
    }

    .sm\:skew-y-2 {
        --tw-skew-y: 2deg;
    }

    .sm\:skew-y-3 {
        --tw-skew-y: 3deg;
    }

    .sm\:skew-y-6 {
        --tw-skew-y: 6deg;
    }

    .sm\:skew-y-12 {
        --tw-skew-y: 12deg;
    }

    .sm\:-skew-y-12 {
        --tw-skew-y: -12deg;
    }

    .sm\:-skew-y-6 {
        --tw-skew-y: -6deg;
    }

    .sm\:-skew-y-3 {
        --tw-skew-y: -3deg;
    }

    .sm\:-skew-y-2 {
        --tw-skew-y: -2deg;
    }

    .sm\:-skew-y-1 {
        --tw-skew-y: -1deg;
    }

    .sm\:hover\:skew-x-0:hover {
        --tw-skew-x: 0deg;
    }

    .sm\:hover\:skew-x-1:hover {
        --tw-skew-x: 1deg;
    }

    .sm\:hover\:skew-x-2:hover {
        --tw-skew-x: 2deg;
    }

    .sm\:hover\:skew-x-3:hover {
        --tw-skew-x: 3deg;
    }

    .sm\:hover\:skew-x-6:hover {
        --tw-skew-x: 6deg;
    }

    .sm\:hover\:skew-x-12:hover {
        --tw-skew-x: 12deg;
    }

    .sm\:hover\:-skew-x-12:hover {
        --tw-skew-x: -12deg;
    }

    .sm\:hover\:-skew-x-6:hover {
        --tw-skew-x: -6deg;
    }

    .sm\:hover\:-skew-x-3:hover {
        --tw-skew-x: -3deg;
    }

    .sm\:hover\:-skew-x-2:hover {
        --tw-skew-x: -2deg;
    }

    .sm\:hover\:-skew-x-1:hover {
        --tw-skew-x: -1deg;
    }

    .sm\:hover\:skew-y-0:hover {
        --tw-skew-y: 0deg;
    }

    .sm\:hover\:skew-y-1:hover {
        --tw-skew-y: 1deg;
    }

    .sm\:hover\:skew-y-2:hover {
        --tw-skew-y: 2deg;
    }

    .sm\:hover\:skew-y-3:hover {
        --tw-skew-y: 3deg;
    }

    .sm\:hover\:skew-y-6:hover {
        --tw-skew-y: 6deg;
    }

    .sm\:hover\:skew-y-12:hover {
        --tw-skew-y: 12deg;
    }

    .sm\:hover\:-skew-y-12:hover {
        --tw-skew-y: -12deg;
    }

    .sm\:hover\:-skew-y-6:hover {
        --tw-skew-y: -6deg;
    }

    .sm\:hover\:-skew-y-3:hover {
        --tw-skew-y: -3deg;
    }

    .sm\:hover\:-skew-y-2:hover {
        --tw-skew-y: -2deg;
    }

    .sm\:hover\:-skew-y-1:hover {
        --tw-skew-y: -1deg;
    }

    .sm\:focus\:skew-x-0:focus {
        --tw-skew-x: 0deg;
    }

    .sm\:focus\:skew-x-1:focus {
        --tw-skew-x: 1deg;
    }

    .sm\:focus\:skew-x-2:focus {
        --tw-skew-x: 2deg;
    }

    .sm\:focus\:skew-x-3:focus {
        --tw-skew-x: 3deg;
    }

    .sm\:focus\:skew-x-6:focus {
        --tw-skew-x: 6deg;
    }

    .sm\:focus\:skew-x-12:focus {
        --tw-skew-x: 12deg;
    }

    .sm\:focus\:-skew-x-12:focus {
        --tw-skew-x: -12deg;
    }

    .sm\:focus\:-skew-x-6:focus {
        --tw-skew-x: -6deg;
    }

    .sm\:focus\:-skew-x-3:focus {
        --tw-skew-x: -3deg;
    }

    .sm\:focus\:-skew-x-2:focus {
        --tw-skew-x: -2deg;
    }

    .sm\:focus\:-skew-x-1:focus {
        --tw-skew-x: -1deg;
    }

    .sm\:focus\:skew-y-0:focus {
        --tw-skew-y: 0deg;
    }

    .sm\:focus\:skew-y-1:focus {
        --tw-skew-y: 1deg;
    }

    .sm\:focus\:skew-y-2:focus {
        --tw-skew-y: 2deg;
    }

    .sm\:focus\:skew-y-3:focus {
        --tw-skew-y: 3deg;
    }

    .sm\:focus\:skew-y-6:focus {
        --tw-skew-y: 6deg;
    }

    .sm\:focus\:skew-y-12:focus {
        --tw-skew-y: 12deg;
    }

    .sm\:focus\:-skew-y-12:focus {
        --tw-skew-y: -12deg;
    }

    .sm\:focus\:-skew-y-6:focus {
        --tw-skew-y: -6deg;
    }

    .sm\:focus\:-skew-y-3:focus {
        --tw-skew-y: -3deg;
    }

    .sm\:focus\:-skew-y-2:focus {
        --tw-skew-y: -2deg;
    }

    .sm\:focus\:-skew-y-1:focus {
        --tw-skew-y: -1deg;
    }

    .sm\:scale-0 {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }

    .sm\:scale-50 {
        --tw-scale-x: .5;
        --tw-scale-y: .5;
    }

    .sm\:scale-75 {
        --tw-scale-x: .75;
        --tw-scale-y: .75;
    }

    .sm\:scale-90 {
        --tw-scale-x: .9;
        --tw-scale-y: .9;
    }

    .sm\:scale-95 {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
    }

    .sm\:scale-100 {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }

    .sm\:scale-105 {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }

    .sm\:scale-110 {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }

    .sm\:scale-125 {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }

    .sm\:scale-150 {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }

    .sm\:hover\:scale-0:hover {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }

    .sm\:hover\:scale-50:hover {
        --tw-scale-x: .5;
        --tw-scale-y: .5;
    }

    .sm\:hover\:scale-75:hover {
        --tw-scale-x: .75;
        --tw-scale-y: .75;
    }

    .sm\:hover\:scale-90:hover {
        --tw-scale-x: .9;
        --tw-scale-y: .9;
    }

    .sm\:hover\:scale-95:hover {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
    }

    .sm\:hover\:scale-100:hover {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }

    .sm\:hover\:scale-105:hover {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }

    .sm\:hover\:scale-110:hover {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }

    .sm\:hover\:scale-125:hover {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }

    .sm\:hover\:scale-150:hover {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }

    .sm\:focus\:scale-0:focus {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }

    .sm\:focus\:scale-50:focus {
        --tw-scale-x: .5;
        --tw-scale-y: .5;
    }

    .sm\:focus\:scale-75:focus {
        --tw-scale-x: .75;
        --tw-scale-y: .75;
    }

    .sm\:focus\:scale-90:focus {
        --tw-scale-x: .9;
        --tw-scale-y: .9;
    }

    .sm\:focus\:scale-95:focus {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
    }

    .sm\:focus\:scale-100:focus {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }

    .sm\:focus\:scale-105:focus {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }

    .sm\:focus\:scale-110:focus {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }

    .sm\:focus\:scale-125:focus {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }

    .sm\:focus\:scale-150:focus {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }

    .sm\:scale-x-0 {
        --tw-scale-x: 0;
    }

    .sm\:scale-x-50 {
        --tw-scale-x: .5;
    }

    .sm\:scale-x-75 {
        --tw-scale-x: .75;
    }

    .sm\:scale-x-90 {
        --tw-scale-x: .9;
    }

    .sm\:scale-x-95 {
        --tw-scale-x: .95;
    }

    .sm\:scale-x-100 {
        --tw-scale-x: 1;
    }

    .sm\:scale-x-105 {
        --tw-scale-x: 1.05;
    }

    .sm\:scale-x-110 {
        --tw-scale-x: 1.1;
    }

    .sm\:scale-x-125 {
        --tw-scale-x: 1.25;
    }

    .sm\:scale-x-150 {
        --tw-scale-x: 1.5;
    }

    .sm\:scale-y-0 {
        --tw-scale-y: 0;
    }

    .sm\:scale-y-50 {
        --tw-scale-y: .5;
    }

    .sm\:scale-y-75 {
        --tw-scale-y: .75;
    }

    .sm\:scale-y-90 {
        --tw-scale-y: .9;
    }

    .sm\:scale-y-95 {
        --tw-scale-y: .95;
    }

    .sm\:scale-y-100 {
        --tw-scale-y: 1;
    }

    .sm\:scale-y-105 {
        --tw-scale-y: 1.05;
    }

    .sm\:scale-y-110 {
        --tw-scale-y: 1.1;
    }

    .sm\:scale-y-125 {
        --tw-scale-y: 1.25;
    }

    .sm\:scale-y-150 {
        --tw-scale-y: 1.5;
    }

    .sm\:hover\:scale-x-0:hover {
        --tw-scale-x: 0;
    }

    .sm\:hover\:scale-x-50:hover {
        --tw-scale-x: .5;
    }

    .sm\:hover\:scale-x-75:hover {
        --tw-scale-x: .75;
    }

    .sm\:hover\:scale-x-90:hover {
        --tw-scale-x: .9;
    }

    .sm\:hover\:scale-x-95:hover {
        --tw-scale-x: .95;
    }

    .sm\:hover\:scale-x-100:hover {
        --tw-scale-x: 1;
    }

    .sm\:hover\:scale-x-105:hover {
        --tw-scale-x: 1.05;
    }

    .sm\:hover\:scale-x-110:hover {
        --tw-scale-x: 1.1;
    }

    .sm\:hover\:scale-x-125:hover {
        --tw-scale-x: 1.25;
    }

    .sm\:hover\:scale-x-150:hover {
        --tw-scale-x: 1.5;
    }

    .sm\:hover\:scale-y-0:hover {
        --tw-scale-y: 0;
    }

    .sm\:hover\:scale-y-50:hover {
        --tw-scale-y: .5;
    }

    .sm\:hover\:scale-y-75:hover {
        --tw-scale-y: .75;
    }

    .sm\:hover\:scale-y-90:hover {
        --tw-scale-y: .9;
    }

    .sm\:hover\:scale-y-95:hover {
        --tw-scale-y: .95;
    }

    .sm\:hover\:scale-y-100:hover {
        --tw-scale-y: 1;
    }

    .sm\:hover\:scale-y-105:hover {
        --tw-scale-y: 1.05;
    }

    .sm\:hover\:scale-y-110:hover {
        --tw-scale-y: 1.1;
    }

    .sm\:hover\:scale-y-125:hover {
        --tw-scale-y: 1.25;
    }

    .sm\:hover\:scale-y-150:hover {
        --tw-scale-y: 1.5;
    }

    .sm\:focus\:scale-x-0:focus {
        --tw-scale-x: 0;
    }

    .sm\:focus\:scale-x-50:focus {
        --tw-scale-x: .5;
    }

    .sm\:focus\:scale-x-75:focus {
        --tw-scale-x: .75;
    }

    .sm\:focus\:scale-x-90:focus {
        --tw-scale-x: .9;
    }

    .sm\:focus\:scale-x-95:focus {
        --tw-scale-x: .95;
    }

    .sm\:focus\:scale-x-100:focus {
        --tw-scale-x: 1;
    }

    .sm\:focus\:scale-x-105:focus {
        --tw-scale-x: 1.05;
    }

    .sm\:focus\:scale-x-110:focus {
        --tw-scale-x: 1.1;
    }

    .sm\:focus\:scale-x-125:focus {
        --tw-scale-x: 1.25;
    }

    .sm\:focus\:scale-x-150:focus {
        --tw-scale-x: 1.5;
    }

    .sm\:focus\:scale-y-0:focus {
        --tw-scale-y: 0;
    }

    .sm\:focus\:scale-y-50:focus {
        --tw-scale-y: .5;
    }

    .sm\:focus\:scale-y-75:focus {
        --tw-scale-y: .75;
    }

    .sm\:focus\:scale-y-90:focus {
        --tw-scale-y: .9;
    }

    .sm\:focus\:scale-y-95:focus {
        --tw-scale-y: .95;
    }

    .sm\:focus\:scale-y-100:focus {
        --tw-scale-y: 1;
    }

    .sm\:focus\:scale-y-105:focus {
        --tw-scale-y: 1.05;
    }

    .sm\:focus\:scale-y-110:focus {
        --tw-scale-y: 1.1;
    }

    .sm\:focus\:scale-y-125:focus {
        --tw-scale-y: 1.25;
    }

    .sm\:focus\:scale-y-150:focus {
        --tw-scale-y: 1.5;
    }

    .sm\:animate-none {
        -webkit-animation: none;
        animation: none;
    }

    .sm\:animate-spin {
        -webkit-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite;
    }

    .sm\:animate-ping {
        -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
        animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }

    .sm\:animate-pulse {
        -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
        animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }

    .sm\:animate-bounce {
        -webkit-animation: bounce 1s infinite;
        animation: bounce 1s infinite;
    }

    .sm\:cursor-auto {
        cursor: auto;
    }

    .sm\:cursor-default {
        cursor: default;
    }

    .sm\:cursor-pointer {
        cursor: pointer;
    }

    .sm\:cursor-wait {
        cursor: wait;
    }

    .sm\:cursor-text {
        cursor: text;
    }

    .sm\:cursor-move {
        cursor: move;
    }

    .sm\:cursor-help {
        cursor: help;
    }

    .sm\:cursor-not-allowed {
        cursor: not-allowed;
    }

    .sm\:select-none {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .sm\:select-text {
        -webkit-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text;
    }

    .sm\:select-all {
        -webkit-user-select: all;
        -moz-user-select: all;
        user-select: all;
    }

    .sm\:select-auto {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
    }

    .sm\:resize-none {
        resize: none;
    }

    .sm\:resize-y {
        resize: vertical;
    }

    .sm\:resize-x {
        resize: horizontal;
    }

    .sm\:resize {
        resize: both;
    }

    .sm\:list-inside {
        list-style-position: inside;
    }

    .sm\:list-outside {
        list-style-position: outside;
    }

    .sm\:list-none {
        list-style-type: none;
    }

    .sm\:list-disc {
        list-style-type: disc;
    }

    .sm\:list-decimal {
        list-style-type: decimal;
    }

    .sm\:appearance-none {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .sm\:auto-cols-auto {
        grid-auto-columns: auto;
    }

    .sm\:auto-cols-min {
        grid-auto-columns: -webkit-min-content;
        grid-auto-columns: min-content;
    }

    .sm\:auto-cols-max {
        grid-auto-columns: -webkit-max-content;
        grid-auto-columns: max-content;
    }

    .sm\:auto-cols-fr {
        grid-auto-columns: minmax(0, 1fr);
    }

    .sm\:grid-flow-row {
        grid-auto-flow: row;
    }

    .sm\:grid-flow-col {
        grid-auto-flow: column;
    }

    .sm\:grid-flow-row-dense {
        grid-auto-flow: row dense;
    }

    .sm\:grid-flow-col-dense {
        grid-auto-flow: column dense;
    }

    .sm\:auto-rows-auto {
        grid-auto-rows: auto;
    }

    .sm\:auto-rows-min {
        grid-auto-rows: -webkit-min-content;
        grid-auto-rows: min-content;
    }

    .sm\:auto-rows-max {
        grid-auto-rows: -webkit-max-content;
        grid-auto-rows: max-content;
    }

    .sm\:auto-rows-fr {
        grid-auto-rows: minmax(0, 1fr);
    }

    .sm\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sm\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .sm\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .sm\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .sm\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }

    .sm\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    .sm\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }

    .sm\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }

    .sm\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }

    .sm\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .sm\:grid-cols-none {
        grid-template-columns: none;
    }

    .sm\:grid-rows-1 {
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }

    .sm\:grid-rows-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }

    .sm\:grid-rows-3 {
        grid-template-rows: repeat(3, minmax(0, 1fr));
    }

    .sm\:grid-rows-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr));
    }

    .sm\:grid-rows-5 {
        grid-template-rows: repeat(5, minmax(0, 1fr));
    }

    .sm\:grid-rows-6 {
        grid-template-rows: repeat(6, minmax(0, 1fr));
    }

    .sm\:grid-rows-none {
        grid-template-rows: none;
    }

    .sm\:flex-row {
        flex-direction: row;
    }

    .sm\:flex-row-reverse {
        flex-direction: row-reverse;
    }

    .sm\:flex-col {
        flex-direction: column;
    }

    .sm\:flex-col-reverse {
        flex-direction: column-reverse;
    }

    .sm\:flex-wrap {
        flex-wrap: wrap;
    }

    .sm\:flex-wrap-reverse {
        flex-wrap: wrap-reverse;
    }

    .sm\:flex-nowrap {
        flex-wrap: nowrap;
    }

    .sm\:place-content-center {
        place-content: center;
    }

    .sm\:place-content-start {
        place-content: start;
    }

    .sm\:place-content-end {
        place-content: end;
    }

    .sm\:place-content-between {
        place-content: space-between;
    }

    .sm\:place-content-around {
        place-content: space-around;
    }

    .sm\:place-content-evenly {
        place-content: space-evenly;
    }

    .sm\:place-content-stretch {
        place-content: stretch;
    }

    .sm\:place-items-start {
        place-items: start;
    }

    .sm\:place-items-end {
        place-items: end;
    }

    .sm\:place-items-center {
        place-items: center;
    }

    .sm\:place-items-stretch {
        place-items: stretch;
    }

    .sm\:content-center {
        align-content: center;
    }

    .sm\:content-start {
        align-content: flex-start;
    }

    .sm\:content-end {
        align-content: flex-end;
    }

    .sm\:content-between {
        align-content: space-between;
    }

    .sm\:content-around {
        align-content: space-around;
    }

    .sm\:content-evenly {
        align-content: space-evenly;
    }

    .sm\:items-start {
        align-items: flex-start;
    }

    .sm\:items-end {
        align-items: flex-end;
    }

    .sm\:items-center {
        align-items: center;
    }

    .sm\:items-baseline {
        align-items: baseline;
    }

    .sm\:items-stretch {
        align-items: stretch;
    }

    .sm\:justify-start {
        justify-content: flex-start;
    }

    .sm\:justify-end {
        justify-content: flex-end;
    }

    .sm\:justify-center {
        justify-content: center;
    }

    .sm\:justify-between {
        justify-content: space-between;
    }

    .sm\:justify-around {
        justify-content: space-around;
    }

    .sm\:justify-evenly {
        justify-content: space-evenly;
    }

    .sm\:justify-items-start {
        justify-items: start;
    }

    .sm\:justify-items-end {
        justify-items: end;
    }

    .sm\:justify-items-center {
        justify-items: center;
    }

    .sm\:justify-items-stretch {
        justify-items: stretch;
    }

    .sm\:gap-0 {
        gap: 0px;
    }

    .sm\:gap-1 {
        gap: 0.25rem;
    }

    .sm\:gap-2 {
        gap: 0.5rem;
    }

    .sm\:gap-3 {
        gap: 0.75rem;
    }

    .sm\:gap-4 {
        gap: 1rem;
    }

    .sm\:gap-5 {
        gap: 1.25rem;
    }

    .sm\:gap-6 {
        gap: 1.5rem;
    }

    .sm\:gap-7 {
        gap: 1.75rem;
    }

    .sm\:gap-8 {
        gap: 2rem;
    }

    .sm\:gap-9 {
        gap: 2.25rem;
    }

    .sm\:gap-10 {
        gap: 2.5rem;
    }

    .sm\:gap-11 {
        gap: 2.75rem;
    }

    .sm\:gap-12 {
        gap: 3rem;
    }

    .sm\:gap-14 {
        gap: 3.5rem;
    }

    .sm\:gap-16 {
        gap: 4rem;
    }

    .sm\:gap-18 {
        gap: 4.375rem;
    }

    .sm\:gap-19 {
        gap: 76px;
    }

    .sm\:gap-20 {
        gap: 5rem;
    }

    .sm\:gap-24 {
        gap: 6rem;
    }

    .sm\:gap-28 {
        gap: 7rem;
    }

    .sm\:gap-30 {
        gap: 120px;
    }

    .sm\:gap-32 {
        gap: 8rem;
    }

    .sm\:gap-36 {
        gap: 9rem;
    }

    .sm\:gap-40 {
        gap: 10rem;
    }

    .sm\:gap-44 {
        gap: 11rem;
    }

    .sm\:gap-48 {
        gap: 12rem;
    }

    .sm\:gap-52 {
        gap: 13rem;
    }

    .sm\:gap-56 {
        gap: 14rem;
    }

    .sm\:gap-60 {
        gap: 15rem;
    }

    .sm\:gap-64 {
        gap: 16rem;
    }

    .sm\:gap-72 {
        gap: 18rem;
    }

    .sm\:gap-80 {
        gap: 20rem;
    }

    .sm\:gap-96 {
        gap: 24rem;
    }

    .sm\:gap-px {
        gap: 1px;
    }

    .sm\:gap-0\.5 {
        gap: 0.125rem;
    }

    .sm\:gap-1\.5 {
        gap: 0.375rem;
    }

    .sm\:gap-2\.5 {
        gap: 0.625rem;
    }

    .sm\:gap-3\.5 {
        gap: 0.875rem;
    }

    .sm\:gap-5p {
        gap: 5px;
    }

    .sm\:gap-10p {
        gap: 10px;
    }

    .sm\:gap-14p {
        gap: 14px;
    }

    .sm\:gap-15p {
        gap: 15px;
    }

    .sm\:gap-15_2 {
        gap: 60px;
    }

    .sm\:gap-16_1 {
        gap: 52px;
    }

    .sm\:gap-16p {
        gap: 16px;
    }

    .sm\:gap-25p {
        gap: 25px;
    }

    .sm\:gap-48p {
        gap: 48%;
    }

    .sm\:gap-52p {
        gap: 52%;
    }

    .sm\:gap-x-0 {
        -moz-column-gap: 0px;
        column-gap: 0px;
    }

    .sm\:gap-x-1 {
        -moz-column-gap: 0.25rem;
        column-gap: 0.25rem;
    }

    .sm\:gap-x-2 {
        -moz-column-gap: 0.5rem;
        column-gap: 0.5rem;
    }

    .sm\:gap-x-3 {
        -moz-column-gap: 0.75rem;
        column-gap: 0.75rem;
    }

    .sm\:gap-x-4 {
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }

    .sm\:gap-x-5 {
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

    .sm\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }

    .sm\:gap-x-7 {
        -moz-column-gap: 1.75rem;
        column-gap: 1.75rem;
    }

    .sm\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }

    .sm\:gap-x-9 {
        -moz-column-gap: 2.25rem;
        column-gap: 2.25rem;
    }

    .sm\:gap-x-10 {
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }

    .sm\:gap-x-11 {
        -moz-column-gap: 2.75rem;
        column-gap: 2.75rem;
    }

    .sm\:gap-x-12 {
        -moz-column-gap: 3rem;
        column-gap: 3rem;
    }

    .sm\:gap-x-14 {
        -moz-column-gap: 3.5rem;
        column-gap: 3.5rem;
    }

    .sm\:gap-x-16 {
        -moz-column-gap: 4rem;
        column-gap: 4rem;
    }

    .sm\:gap-x-18 {
        -moz-column-gap: 4.375rem;
        column-gap: 4.375rem;
    }

    .sm\:gap-x-19 {
        -moz-column-gap: 76px;
        column-gap: 76px;
    }

    .sm\:gap-x-20 {
        -moz-column-gap: 5rem;
        column-gap: 5rem;
    }

    .sm\:gap-x-24 {
        -moz-column-gap: 6rem;
        column-gap: 6rem;
    }

    .sm\:gap-x-28 {
        -moz-column-gap: 7rem;
        column-gap: 7rem;
    }

    .sm\:gap-x-30 {
        -moz-column-gap: 120px;
        column-gap: 120px;
    }

    .sm\:gap-x-32 {
        -moz-column-gap: 8rem;
        column-gap: 8rem;
    }

    .sm\:gap-x-36 {
        -moz-column-gap: 9rem;
        column-gap: 9rem;
    }

    .sm\:gap-x-40 {
        -moz-column-gap: 10rem;
        column-gap: 10rem;
    }

    .sm\:gap-x-44 {
        -moz-column-gap: 11rem;
        column-gap: 11rem;
    }

    .sm\:gap-x-48 {
        -moz-column-gap: 12rem;
        column-gap: 12rem;
    }

    .sm\:gap-x-52 {
        -moz-column-gap: 13rem;
        column-gap: 13rem;
    }

    .sm\:gap-x-56 {
        -moz-column-gap: 14rem;
        column-gap: 14rem;
    }

    .sm\:gap-x-60 {
        -moz-column-gap: 15rem;
        column-gap: 15rem;
    }

    .sm\:gap-x-64 {
        -moz-column-gap: 16rem;
        column-gap: 16rem;
    }

    .sm\:gap-x-72 {
        -moz-column-gap: 18rem;
        column-gap: 18rem;
    }

    .sm\:gap-x-80 {
        -moz-column-gap: 20rem;
        column-gap: 20rem;
    }

    .sm\:gap-x-96 {
        -moz-column-gap: 24rem;
        column-gap: 24rem;
    }

    .sm\:gap-x-px {
        -moz-column-gap: 1px;
        column-gap: 1px;
    }

    .sm\:gap-x-0\.5 {
        -moz-column-gap: 0.125rem;
        column-gap: 0.125rem;
    }

    .sm\:gap-x-1\.5 {
        -moz-column-gap: 0.375rem;
        column-gap: 0.375rem;
    }

    .sm\:gap-x-2\.5 {
        -moz-column-gap: 0.625rem;
        column-gap: 0.625rem;
    }

    .sm\:gap-x-3\.5 {
        -moz-column-gap: 0.875rem;
        column-gap: 0.875rem;
    }

    .sm\:gap-x-5p {
        -moz-column-gap: 5px;
        column-gap: 5px;
    }

    .sm\:gap-x-10p {
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .sm\:gap-x-14p {
        -moz-column-gap: 14px;
        column-gap: 14px;
    }

    .sm\:gap-x-15p {
        -moz-column-gap: 15px;
        column-gap: 15px;
    }

    .sm\:gap-x-15_2 {
        -moz-column-gap: 60px;
        column-gap: 60px;
    }

    .sm\:gap-x-16_1 {
        -moz-column-gap: 52px;
        column-gap: 52px;
    }

    .sm\:gap-x-16p {
        -moz-column-gap: 16px;
        column-gap: 16px;
    }

    .sm\:gap-x-25p {
        -moz-column-gap: 25px;
        column-gap: 25px;
    }

    .sm\:gap-x-48p {
        -moz-column-gap: 48%;
        column-gap: 48%;
    }

    .sm\:gap-x-52p {
        -moz-column-gap: 52%;
        column-gap: 52%;
    }

    .sm\:gap-y-0 {
        row-gap: 0px;
    }

    .sm\:gap-y-1 {
        row-gap: 0.25rem;
    }

    .sm\:gap-y-2 {
        row-gap: 0.5rem;
    }

    .sm\:gap-y-3 {
        row-gap: 0.75rem;
    }

    .sm\:gap-y-4 {
        row-gap: 1rem;
    }

    .sm\:gap-y-5 {
        row-gap: 1.25rem;
    }

    .sm\:gap-y-6 {
        row-gap: 1.5rem;
    }

    .sm\:gap-y-7 {
        row-gap: 1.75rem;
    }

    .sm\:gap-y-8 {
        row-gap: 2rem;
    }

    .sm\:gap-y-9 {
        row-gap: 2.25rem;
    }

    .sm\:gap-y-10 {
        row-gap: 2.5rem;
    }

    .sm\:gap-y-11 {
        row-gap: 2.75rem;
    }

    .sm\:gap-y-12 {
        row-gap: 3rem;
    }

    .sm\:gap-y-14 {
        row-gap: 3.5rem;
    }

    .sm\:gap-y-16 {
        row-gap: 4rem;
    }

    .sm\:gap-y-18 {
        row-gap: 4.375rem;
    }

    .sm\:gap-y-19 {
        row-gap: 76px;
    }

    .sm\:gap-y-20 {
        row-gap: 5rem;
    }

    .sm\:gap-y-24 {
        row-gap: 6rem;
    }

    .sm\:gap-y-28 {
        row-gap: 7rem;
    }

    .sm\:gap-y-30 {
        row-gap: 120px;
    }

    .sm\:gap-y-32 {
        row-gap: 8rem;
    }

    .sm\:gap-y-36 {
        row-gap: 9rem;
    }

    .sm\:gap-y-40 {
        row-gap: 10rem;
    }

    .sm\:gap-y-44 {
        row-gap: 11rem;
    }

    .sm\:gap-y-48 {
        row-gap: 12rem;
    }

    .sm\:gap-y-52 {
        row-gap: 13rem;
    }

    .sm\:gap-y-56 {
        row-gap: 14rem;
    }

    .sm\:gap-y-60 {
        row-gap: 15rem;
    }

    .sm\:gap-y-64 {
        row-gap: 16rem;
    }

    .sm\:gap-y-72 {
        row-gap: 18rem;
    }

    .sm\:gap-y-80 {
        row-gap: 20rem;
    }

    .sm\:gap-y-96 {
        row-gap: 24rem;
    }

    .sm\:gap-y-px {
        row-gap: 1px;
    }

    .sm\:gap-y-0\.5 {
        row-gap: 0.125rem;
    }

    .sm\:gap-y-1\.5 {
        row-gap: 0.375rem;
    }

    .sm\:gap-y-2\.5 {
        row-gap: 0.625rem;
    }

    .sm\:gap-y-3\.5 {
        row-gap: 0.875rem;
    }

    .sm\:gap-y-5p {
        row-gap: 5px;
    }

    .sm\:gap-y-10p {
        row-gap: 10px;
    }

    .sm\:gap-y-14p {
        row-gap: 14px;
    }

    .sm\:gap-y-15p {
        row-gap: 15px;
    }

    .sm\:gap-y-15_2 {
        row-gap: 60px;
    }

    .sm\:gap-y-16_1 {
        row-gap: 52px;
    }

    .sm\:gap-y-16p {
        row-gap: 16px;
    }

    .sm\:gap-y-25p {
        row-gap: 25px;
    }

    .sm\:gap-y-48p {
        row-gap: 48%;
    }

    .sm\:gap-y-52p {
        row-gap: 52%;
    }

    .sm\:space-x-0> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.25rem * var(--tw-space-x-reverse));
        margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-3> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.75rem * var(--tw-space-x-reverse));
        margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-4> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1rem * var(--tw-space-x-reverse));
        margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-6> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-7> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.75rem * var(--tw-space-x-reverse));
        margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-8> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2rem * var(--tw-space-x-reverse));
        margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-9> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.25rem * var(--tw-space-x-reverse));
        margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-10> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-11> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.75rem * var(--tw-space-x-reverse));
        margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-12> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3rem * var(--tw-space-x-reverse));
        margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-14> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3.5rem * var(--tw-space-x-reverse));
        margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-16> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(4rem * var(--tw-space-x-reverse));
        margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-18> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(4.375rem * var(--tw-space-x-reverse));
        margin-left: calc(4.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-19> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(76px * var(--tw-space-x-reverse));
        margin-left: calc(76px * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-20> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(5rem * var(--tw-space-x-reverse));
        margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-24> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(6rem * var(--tw-space-x-reverse));
        margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-28> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(7rem * var(--tw-space-x-reverse));
        margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-30> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(120px * var(--tw-space-x-reverse));
        margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-32> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(8rem * var(--tw-space-x-reverse));
        margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-36> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(9rem * var(--tw-space-x-reverse));
        margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-40> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(10rem * var(--tw-space-x-reverse));
        margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-44> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(11rem * var(--tw-space-x-reverse));
        margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-48> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(12rem * var(--tw-space-x-reverse));
        margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-52> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(13rem * var(--tw-space-x-reverse));
        margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-56> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(14rem * var(--tw-space-x-reverse));
        margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-60> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(15rem * var(--tw-space-x-reverse));
        margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-64> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(16rem * var(--tw-space-x-reverse));
        margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-72> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(18rem * var(--tw-space-x-reverse));
        margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-80> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(20rem * var(--tw-space-x-reverse));
        margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-96> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(24rem * var(--tw-space-x-reverse));
        margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-px> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1px * var(--tw-space-x-reverse));
        margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.125rem * var(--tw-space-x-reverse));
        margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.375rem * var(--tw-space-x-reverse));
        margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.625rem * var(--tw-space-x-reverse));
        margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.875rem * var(--tw-space-x-reverse));
        margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(5px * var(--tw-space-x-reverse));
        margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(10px * var(--tw-space-x-reverse));
        margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(14px * var(--tw-space-x-reverse));
        margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(15px * var(--tw-space-x-reverse));
        margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(60px * var(--tw-space-x-reverse));
        margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(52px * var(--tw-space-x-reverse));
        margin-left: calc(52px * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(16px * var(--tw-space-x-reverse));
        margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(25px * var(--tw-space-x-reverse));
        margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(48% * var(--tw-space-x-reverse));
        margin-left: calc(48% * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-x-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(52% * var(--tw-space-x-reverse));
        margin-left: calc(52% * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-0> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-3> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-4> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1rem * var(--tw-space-x-reverse));
        margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-6> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-7> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-8> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2rem * var(--tw-space-x-reverse));
        margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-9> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-10> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-11> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-12> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3rem * var(--tw-space-x-reverse));
        margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-14> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-16> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-4rem * var(--tw-space-x-reverse));
        margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-18> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-4.375rem * var(--tw-space-x-reverse));
        margin-left: calc(-4.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-19> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-76px * var(--tw-space-x-reverse));
        margin-left: calc(-76px * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-20> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-5rem * var(--tw-space-x-reverse));
        margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-24> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-6rem * var(--tw-space-x-reverse));
        margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-28> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-7rem * var(--tw-space-x-reverse));
        margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-30> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-120px * var(--tw-space-x-reverse));
        margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-32> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-8rem * var(--tw-space-x-reverse));
        margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-36> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-9rem * var(--tw-space-x-reverse));
        margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-40> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-10rem * var(--tw-space-x-reverse));
        margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-44> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-11rem * var(--tw-space-x-reverse));
        margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-48> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-12rem * var(--tw-space-x-reverse));
        margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-52> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-13rem * var(--tw-space-x-reverse));
        margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-56> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-14rem * var(--tw-space-x-reverse));
        margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-60> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-15rem * var(--tw-space-x-reverse));
        margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-64> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-16rem * var(--tw-space-x-reverse));
        margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-72> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-18rem * var(--tw-space-x-reverse));
        margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-80> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-20rem * var(--tw-space-x-reverse));
        margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-96> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-24rem * var(--tw-space-x-reverse));
        margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-px> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1px * var(--tw-space-x-reverse));
        margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-5px * var(--tw-space-x-reverse));
        margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-10px * var(--tw-space-x-reverse));
        margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-14px * var(--tw-space-x-reverse));
        margin-left: calc(-14px * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-15px * var(--tw-space-x-reverse));
        margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-60px * var(--tw-space-x-reverse));
        margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-52px * var(--tw-space-x-reverse));
        margin-left: calc(-52px * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-16px * var(--tw-space-x-reverse));
        margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-25px * var(--tw-space-x-reverse));
        margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-48% * var(--tw-space-x-reverse));
        margin-left: calc(-48% * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:-space-x-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-52% * var(--tw-space-x-reverse));
        margin-left: calc(-52% * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:space-y-0> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }

    .sm\:space-y-1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-3> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-4> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-6> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-7> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-8> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-9> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-10> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-11> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-12> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-14> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-16> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(4rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-18> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(4.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(4.375rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-19> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(76px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(76px * var(--tw-space-y-reverse));
    }

    .sm\:space-y-20> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-24> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(6rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-28> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(7rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-30> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(120px * var(--tw-space-y-reverse));
    }

    .sm\:space-y-32> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(8rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-36> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(9rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-40> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(10rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-44> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(11rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-48> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(12rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-52> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(13rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-56> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(14rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-60> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(15rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-64> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(16rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-72> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(18rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-80> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(20rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-96> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(24rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-px> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1px * var(--tw-space-y-reverse));
    }

    .sm\:space-y-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
    }

    .sm\:space-y-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5px * var(--tw-space-y-reverse));
    }

    .sm\:space-y-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(10px * var(--tw-space-y-reverse));
    }

    .sm\:space-y-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(14px * var(--tw-space-y-reverse));
    }

    .sm\:space-y-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(15px * var(--tw-space-y-reverse));
    }

    .sm\:space-y-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(60px * var(--tw-space-y-reverse));
    }

    .sm\:space-y-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(52px * var(--tw-space-y-reverse));
    }

    .sm\:space-y-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(16px * var(--tw-space-y-reverse));
    }

    .sm\:space-y-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(25px * var(--tw-space-y-reverse));
    }

    .sm\:space-y-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(48% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(48% * var(--tw-space-y-reverse));
    }

    .sm\:space-y-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(52% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(52% * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-0> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-3> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-4> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-6> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-7> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-8> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-9> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-10> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-11> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-12> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-14> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-16> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-18> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-4.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-4.375rem * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-19> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-76px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-76px * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-20> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-24> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-28> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-30> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-120px * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-32> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-36> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-40> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-44> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-48> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-52> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-56> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-60> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-64> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-72> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-80> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-96> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-px> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1px * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-5px * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-10px * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-14px * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-15px * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-60px * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-52px * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-16px * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-25px * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-48% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-48% * var(--tw-space-y-reverse));
    }

    .sm\:-space-y-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-52% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-52% * var(--tw-space-y-reverse));
    }

    .sm\:space-y-reverse> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 1;
    }

    .sm\:space-x-reverse> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 1;
    }

    .sm\:divide-x-0> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(0px * var(--tw-divide-x-reverse));
        border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .sm\:divide-x-2> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(2px * var(--tw-divide-x-reverse));
        border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .sm\:divide-x-4> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(4px * var(--tw-divide-x-reverse));
        border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .sm\:divide-x-8> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(8px * var(--tw-divide-x-reverse));
        border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .sm\:divide-x> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(1px * var(--tw-divide-x-reverse));
        border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .sm\:divide-y-0> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
    }

    .sm\:divide-y-2> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
    }

    .sm\:divide-y-4> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
    }

    .sm\:divide-y-8> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
    }

    .sm\:divide-y> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
    }

    .sm\:divide-y-reverse> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 1;
    }

    .sm\:divide-x-reverse> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 1;
    }

    .sm\:divide-solid> :not([hidden])~ :not([hidden]) {
        border-style: solid;
    }

    .sm\:divide-dashed> :not([hidden])~ :not([hidden]) {
        border-style: dashed;
    }

    .sm\:divide-dotted> :not([hidden])~ :not([hidden]) {
        border-style: dotted;
    }

    .sm\:divide-double> :not([hidden])~ :not([hidden]) {
        border-style: double;
    }

    .sm\:divide-none> :not([hidden])~ :not([hidden]) {
        border-style: none;
    }

    .sm\:divide-transparent> :not([hidden])~ :not([hidden]) {
        border-color: transparent;
    }

    .sm\:divide-current> :not([hidden])~ :not([hidden]) {
        border-color: currentColor;
    }

    .sm\:divide-black> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
    }

    .sm\:divide-white> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
    }

    .sm\:divide-gray-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
    }

    .sm\:divide-gray-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
    }

    .sm\:divide-gray-200> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
    }

    .sm\:divide-gray-300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
    }

    .sm\:divide-gray-400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
    }

    .sm\:divide-gray-500> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
    }

    .sm\:divide-gray-600> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
    }

    .sm\:divide-gray-700> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
    }

    .sm\:divide-gray-800> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
    }

    .sm\:divide-gray-900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
    }

    .sm\:divide-red-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
    }

    .sm\:divide-red-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
    }

    .sm\:divide-red-200> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
    }

    .sm\:divide-red-300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
    }

    .sm\:divide-red-400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
    }

    .sm\:divide-red-500> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
    }

    .sm\:divide-red-600> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
    }

    .sm\:divide-red-700> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
    }

    .sm\:divide-red-800> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
    }

    .sm\:divide-red-900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
    }

    .sm\:divide-yellow> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-divide-opacity));
    }

    .sm\:divide-green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-divide-opacity));
    }

    .sm\:divide-blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-divide-opacity));
    }

    .sm\:divide-indigo-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
    }

    .sm\:divide-indigo-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
    }

    .sm\:divide-indigo-200> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
    }

    .sm\:divide-indigo-300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
    }

    .sm\:divide-indigo-400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
    }

    .sm\:divide-indigo-500> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
    }

    .sm\:divide-indigo-600> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
    }

    .sm\:divide-indigo-700> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
    }

    .sm\:divide-indigo-800> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
    }

    .sm\:divide-indigo-900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
    }

    .sm\:divide-purple> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-divide-opacity));
    }

    .sm\:divide-pink> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-divide-opacity));
    }

    .sm\:divide-primary> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-divide-opacity));
    }

    .sm\:divide-secondary> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-divide-opacity));
    }

    .sm\:divide-body_bg> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
    }

    .sm\:divide-body_text> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-divide-opacity));
    }

    .sm\:divide-title> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-divide-opacity));
    }

    .sm\:divide-grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-divide-opacity));
    }

    .sm\:divide-dark_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-divide-opacity));
    }

    .sm\:divide-light_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-divide-opacity));
    }

    .sm\:divide-medium_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-divide-opacity));
    }

    .sm\:divide-lightten_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-divide-opacity));
    }

    .sm\:divide-grey_300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-divide-opacity));
    }

    .sm\:divide-grey_400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-divide-opacity));
    }

    .sm\:divide-medium_blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-divide-opacity));
    }

    .sm\:divide-dark_blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-divide-opacity));
    }

    .sm\:divide-text_blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-divide-opacity));
    }

    .sm\:divide-footer_bg> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-divide-opacity));
    }

    .sm\:divide-brown> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-divide-opacity));
    }

    .sm\:divide-dark_brown> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-divide-opacity));
    }

    .sm\:divide-Light_purple> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-divide-opacity));
    }

    .sm\:divide-dark_green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-divide-opacity));
    }

    .sm\:divide-medium_green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-divide-opacity));
    }

    .sm\:divide-light_green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-divide-opacity));
    }

    .sm\:divide-green_900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-divide-opacity));
    }

    .sm\:divide-dark_border> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-divide-opacity));
    }

    .sm\:divide-opacity-0> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0;
    }

    .sm\:divide-opacity-5> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.05;
    }

    .sm\:divide-opacity-10> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.1;
    }

    .sm\:divide-opacity-20> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.2;
    }

    .sm\:divide-opacity-25> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.25;
    }

    .sm\:divide-opacity-30> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.3;
    }

    .sm\:divide-opacity-40> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.4;
    }

    .sm\:divide-opacity-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.5;
    }

    .sm\:divide-opacity-60> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.6;
    }

    .sm\:divide-opacity-70> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.7;
    }

    .sm\:divide-opacity-75> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.75;
    }

    .sm\:divide-opacity-80> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.8;
    }

    .sm\:divide-opacity-90> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.9;
    }

    .sm\:divide-opacity-95> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.95;
    }

    .sm\:divide-opacity-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
    }

    .sm\:place-self-auto {
        place-self: auto;
    }

    .sm\:place-self-start {
        place-self: start;
    }

    .sm\:place-self-end {
        place-self: end;
    }

    .sm\:place-self-center {
        place-self: center;
    }

    .sm\:place-self-stretch {
        place-self: stretch;
    }

    .sm\:self-auto {
        align-self: auto;
    }

    .sm\:self-start {
        align-self: flex-start;
    }

    .sm\:self-end {
        align-self: flex-end;
    }

    .sm\:self-center {
        align-self: center;
    }

    .sm\:self-stretch {
        align-self: stretch;
    }

    .sm\:self-baseline {
        align-self: baseline;
    }

    .sm\:justify-self-auto {
        justify-self: auto;
    }

    .sm\:justify-self-start {
        justify-self: start;
    }

    .sm\:justify-self-end {
        justify-self: end;
    }

    .sm\:justify-self-center {
        justify-self: center;
    }

    .sm\:justify-self-stretch {
        justify-self: stretch;
    }

    .sm\:overflow-auto {
        overflow: auto;
    }

    .sm\:overflow-hidden {
        overflow: hidden;
    }

    .sm\:overflow-visible {
        overflow: visible;
    }

    .sm\:overflow-scroll {
        overflow: scroll;
    }

    .sm\:overflow-x-auto {
        overflow-x: auto;
    }

    .sm\:overflow-y-auto {
        overflow-y: auto;
    }

    .sm\:overflow-x-hidden {
        overflow-x: hidden;
    }

    .sm\:overflow-y-hidden {
        overflow-y: hidden;
    }

    .sm\:overflow-x-visible {
        overflow-x: visible;
    }

    .sm\:overflow-y-visible {
        overflow-y: visible;
    }

    .sm\:overflow-x-scroll {
        overflow-x: scroll;
    }

    .sm\:overflow-y-scroll {
        overflow-y: scroll;
    }

    .sm\:overscroll-auto {
        -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
    }

    .sm\:overscroll-contain {
        -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    }

    .sm\:overscroll-none {
        -ms-scroll-chaining: none;
        overscroll-behavior: none;
    }

    .sm\:overscroll-y-auto {
        overscroll-behavior-y: auto;
    }

    .sm\:overscroll-y-contain {
        overscroll-behavior-y: contain;
    }

    .sm\:overscroll-y-none {
        overscroll-behavior-y: none;
    }

    .sm\:overscroll-x-auto {
        overscroll-behavior-x: auto;
    }

    .sm\:overscroll-x-contain {
        overscroll-behavior-x: contain;
    }

    .sm\:overscroll-x-none {
        overscroll-behavior-x: none;
    }

    .sm\:truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .sm\:overflow-ellipsis {
        text-overflow: ellipsis;
    }

    .sm\:overflow-clip {
        text-overflow: clip;
    }

    .sm\:whitespace-normal {
        white-space: normal;
    }

    .sm\:whitespace-nowrap {
        white-space: nowrap;
    }

    .sm\:whitespace-pre {
        white-space: pre;
    }

    .sm\:whitespace-pre-line {
        white-space: pre-line;
    }

    .sm\:whitespace-pre-wrap {
        white-space: pre-wrap;
    }

    .sm\:break-normal {
        overflow-wrap: normal;
        word-break: normal;
    }

    .sm\:break-words {
        overflow-wrap: break-word;
    }

    .sm\:break-all {
        word-break: break-all;
    }

    .sm\:rounded-none {
        border-radius: 0px;
    }

    .sm\:rounded-sm {
        border-radius: 0.125rem;
    }

    .sm\:rounded {
        border-radius: 0.25rem;
    }

    .sm\:rounded-md {
        border-radius: 0.375rem;
    }

    .sm\:rounded-lg {
        border-radius: 0.5rem;
    }

    .sm\:rounded-xl {
        border-radius: 0.75rem;
    }

    .sm\:rounded-2xl {
        border-radius: 1rem;
    }

    .sm\:rounded-3xl {
        border-radius: 1.5rem;
    }

    .sm\:rounded-full {
        border-radius: 9999px;
    }

    .sm\:rounded-btn {
        border-radius: 31px;
    }

    .sm\:rounded-10p {
        border-radius: 10px;
    }

    .sm\:rounded-t-none {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .sm\:rounded-t-sm {
        border-top-left-radius: 0.125rem;
        border-top-right-radius: 0.125rem;
    }

    .sm\:rounded-t {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .sm\:rounded-t-md {
        border-top-left-radius: 0.375rem;
        border-top-right-radius: 0.375rem;
    }

    .sm\:rounded-t-lg {
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
    }

    .sm\:rounded-t-xl {
        border-top-left-radius: 0.75rem;
        border-top-right-radius: 0.75rem;
    }

    .sm\:rounded-t-2xl {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }

    .sm\:rounded-t-3xl {
        border-top-left-radius: 1.5rem;
        border-top-right-radius: 1.5rem;
    }

    .sm\:rounded-t-full {
        border-top-left-radius: 9999px;
        border-top-right-radius: 9999px;
    }

    .sm\:rounded-t-btn {
        border-top-left-radius: 31px;
        border-top-right-radius: 31px;
    }

    .sm\:rounded-t-10p {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .sm\:rounded-r-none {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .sm\:rounded-r-sm {
        border-top-right-radius: 0.125rem;
        border-bottom-right-radius: 0.125rem;
    }

    .sm\:rounded-r {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }

    .sm\:rounded-r-md {
        border-top-right-radius: 0.375rem;
        border-bottom-right-radius: 0.375rem;
    }

    .sm\:rounded-r-lg {
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
    }

    .sm\:rounded-r-xl {
        border-top-right-radius: 0.75rem;
        border-bottom-right-radius: 0.75rem;
    }

    .sm\:rounded-r-2xl {
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }

    .sm\:rounded-r-3xl {
        border-top-right-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
    }

    .sm\:rounded-r-full {
        border-top-right-radius: 9999px;
        border-bottom-right-radius: 9999px;
    }

    .sm\:rounded-r-btn {
        border-top-right-radius: 31px;
        border-bottom-right-radius: 31px;
    }

    .sm\:rounded-r-10p {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .sm\:rounded-b-none {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .sm\:rounded-b-sm {
        border-bottom-right-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }

    .sm\:rounded-b {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .sm\:rounded-b-md {
        border-bottom-right-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }

    .sm\:rounded-b-lg {
        border-bottom-right-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }

    .sm\:rounded-b-xl {
        border-bottom-right-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }

    .sm\:rounded-b-2xl {
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }

    .sm\:rounded-b-3xl {
        border-bottom-right-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }

    .sm\:rounded-b-full {
        border-bottom-right-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }

    .sm\:rounded-b-btn {
        border-bottom-right-radius: 31px;
        border-bottom-left-radius: 31px;
    }

    .sm\:rounded-b-10p {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .sm\:rounded-l-none {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .sm\:rounded-l-sm {
        border-top-left-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }

    .sm\:rounded-l {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .sm\:rounded-l-md {
        border-top-left-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }

    .sm\:rounded-l-lg {
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }

    .sm\:rounded-l-xl {
        border-top-left-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }

    .sm\:rounded-l-2xl {
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }

    .sm\:rounded-l-3xl {
        border-top-left-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }

    .sm\:rounded-l-full {
        border-top-left-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }

    .sm\:rounded-l-btn {
        border-top-left-radius: 31px;
        border-bottom-left-radius: 31px;
    }

    .sm\:rounded-l-10p {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .sm\:rounded-tl-none {
        border-top-left-radius: 0px;
    }

    .sm\:rounded-tl-sm {
        border-top-left-radius: 0.125rem;
    }

    .sm\:rounded-tl {
        border-top-left-radius: 0.25rem;
    }

    .sm\:rounded-tl-md {
        border-top-left-radius: 0.375rem;
    }

    .sm\:rounded-tl-lg {
        border-top-left-radius: 0.5rem;
    }

    .sm\:rounded-tl-xl {
        border-top-left-radius: 0.75rem;
    }

    .sm\:rounded-tl-2xl {
        border-top-left-radius: 1rem;
    }

    .sm\:rounded-tl-3xl {
        border-top-left-radius: 1.5rem;
    }

    .sm\:rounded-tl-full {
        border-top-left-radius: 9999px;
    }

    .sm\:rounded-tl-btn {
        border-top-left-radius: 31px;
    }

    .sm\:rounded-tl-10p {
        border-top-left-radius: 10px;
    }

    .sm\:rounded-tr-none {
        border-top-right-radius: 0px;
    }

    .sm\:rounded-tr-sm {
        border-top-right-radius: 0.125rem;
    }

    .sm\:rounded-tr {
        border-top-right-radius: 0.25rem;
    }

    .sm\:rounded-tr-md {
        border-top-right-radius: 0.375rem;
    }

    .sm\:rounded-tr-lg {
        border-top-right-radius: 0.5rem;
    }

    .sm\:rounded-tr-xl {
        border-top-right-radius: 0.75rem;
    }

    .sm\:rounded-tr-2xl {
        border-top-right-radius: 1rem;
    }

    .sm\:rounded-tr-3xl {
        border-top-right-radius: 1.5rem;
    }

    .sm\:rounded-tr-full {
        border-top-right-radius: 9999px;
    }

    .sm\:rounded-tr-btn {
        border-top-right-radius: 31px;
    }

    .sm\:rounded-tr-10p {
        border-top-right-radius: 10px;
    }

    .sm\:rounded-br-none {
        border-bottom-right-radius: 0px;
    }

    .sm\:rounded-br-sm {
        border-bottom-right-radius: 0.125rem;
    }

    .sm\:rounded-br {
        border-bottom-right-radius: 0.25rem;
    }

    .sm\:rounded-br-md {
        border-bottom-right-radius: 0.375rem;
    }

    .sm\:rounded-br-lg {
        border-bottom-right-radius: 0.5rem;
    }

    .sm\:rounded-br-xl {
        border-bottom-right-radius: 0.75rem;
    }

    .sm\:rounded-br-2xl {
        border-bottom-right-radius: 1rem;
    }

    .sm\:rounded-br-3xl {
        border-bottom-right-radius: 1.5rem;
    }

    .sm\:rounded-br-full {
        border-bottom-right-radius: 9999px;
    }

    .sm\:rounded-br-btn {
        border-bottom-right-radius: 31px;
    }

    .sm\:rounded-br-10p {
        border-bottom-right-radius: 10px;
    }

    .sm\:rounded-bl-none {
        border-bottom-left-radius: 0px;
    }

    .sm\:rounded-bl-sm {
        border-bottom-left-radius: 0.125rem;
    }

    .sm\:rounded-bl {
        border-bottom-left-radius: 0.25rem;
    }

    .sm\:rounded-bl-md {
        border-bottom-left-radius: 0.375rem;
    }

    .sm\:rounded-bl-lg {
        border-bottom-left-radius: 0.5rem;
    }

    .sm\:rounded-bl-xl {
        border-bottom-left-radius: 0.75rem;
    }

    .sm\:rounded-bl-2xl {
        border-bottom-left-radius: 1rem;
    }

    .sm\:rounded-bl-3xl {
        border-bottom-left-radius: 1.5rem;
    }

    .sm\:rounded-bl-full {
        border-bottom-left-radius: 9999px;
    }

    .sm\:rounded-bl-btn {
        border-bottom-left-radius: 31px;
    }

    .sm\:rounded-bl-10p {
        border-bottom-left-radius: 10px;
    }

    .sm\:border-0 {
        border-width: 0px;
    }

    .sm\:border-2 {
        border-width: 2px;
    }

    .sm\:border-4 {
        border-width: 4px;
    }

    .sm\:border-8 {
        border-width: 8px;
    }

    .sm\:border {
        border-width: 1px;
    }

    .sm\:border-t-0 {
        border-top-width: 0px;
    }

    .sm\:border-t-2 {
        border-top-width: 2px;
    }

    .sm\:border-t-4 {
        border-top-width: 4px;
    }

    .sm\:border-t-8 {
        border-top-width: 8px;
    }

    .sm\:border-t {
        border-top-width: 1px;
    }

    .sm\:border-r-0 {
        border-right-width: 0px;
    }

    .sm\:border-r-2 {
        border-right-width: 2px;
    }

    .sm\:border-r-4 {
        border-right-width: 4px;
    }

    .sm\:border-r-8 {
        border-right-width: 8px;
    }

    .sm\:border-r {
        border-right-width: 1px;
    }

    .sm\:border-b-0 {
        border-bottom-width: 0px;
    }

    .sm\:border-b-2 {
        border-bottom-width: 2px;
    }

    .sm\:border-b-4 {
        border-bottom-width: 4px;
    }

    .sm\:border-b-8 {
        border-bottom-width: 8px;
    }

    .sm\:border-b {
        border-bottom-width: 1px;
    }

    .sm\:border-l-0 {
        border-left-width: 0px;
    }

    .sm\:border-l-2 {
        border-left-width: 2px;
    }

    .sm\:border-l-4 {
        border-left-width: 4px;
    }

    .sm\:border-l-8 {
        border-left-width: 8px;
    }

    .sm\:border-l {
        border-left-width: 1px;
    }

    .sm\:border-solid {
        border-style: solid;
    }

    .sm\:border-dashed {
        border-style: dashed;
    }

    .sm\:border-dotted {
        border-style: dotted;
    }

    .sm\:border-double {
        border-style: double;
    }

    .sm\:border-none {
        border-style: none;
    }

    .sm\:border-transparent {
        border-color: transparent;
    }

    .sm\:border-current {
        border-color: currentColor;
    }

    .sm\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .sm\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .sm\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .sm\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .sm\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .sm\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .sm\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .sm\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .sm\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .sm\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .sm\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .sm\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .sm\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .sm\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .sm\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .sm\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .sm\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .sm\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .sm\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .sm\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .sm\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .sm\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .sm\:border-yellow {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .sm\:border-green {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .sm\:border-blue {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .sm\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .sm\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .sm\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .sm\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .sm\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .sm\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .sm\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .sm\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .sm\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .sm\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .sm\:border-purple {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .sm\:border-pink {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .sm\:border-primary {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .sm\:border-secondary {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .sm\:border-body_bg {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .sm\:border-body_text {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .sm\:border-title {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .sm\:border-grey {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .sm\:border-dark_grey {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .sm\:border-light_grey {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .sm\:border-medium_grey {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .sm\:border-lightten_grey {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .sm\:border-grey_300 {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .sm\:border-grey_400 {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .sm\:border-medium_blue {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .sm\:border-dark_blue {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .sm\:border-text_blue {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .sm\:border-footer_bg {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .sm\:border-brown {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .sm\:border-dark_brown {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .sm\:border-Light_purple {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .sm\:border-dark_green {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .sm\:border-medium_green {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .sm\:border-light_green {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .sm\:border-green_900 {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .sm\:border-dark_border {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-transparent {
        border-color: transparent;
    }

    .group:hover .sm\:group-hover\:border-current {
        border-color: currentColor;
    }

    .group:hover .sm\:group-hover\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-yellow {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-green {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-blue {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-purple {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-pink {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-primary {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-secondary {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-body_bg {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-body_text {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-title {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-grey {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-dark_grey {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-light_grey {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-medium_grey {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-lightten_grey {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-grey_300 {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-grey_400 {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-medium_blue {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-dark_blue {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-text_blue {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-footer_bg {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-brown {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-dark_brown {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-Light_purple {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-dark_green {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-medium_green {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-light_green {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-green_900 {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .group:hover .sm\:group-hover\:border-dark_border {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-transparent:focus-within {
        border-color: transparent;
    }

    .sm\:focus-within\:border-current:focus-within {
        border-color: currentColor;
    }

    .sm\:focus-within\:border-black:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-white:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-gray-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-gray-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-gray-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-gray-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-gray-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-gray-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-gray-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-gray-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-gray-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-gray-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-red-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-red-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-red-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-red-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-red-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-red-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-red-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-red-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-red-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-red-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-yellow:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-indigo-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-indigo-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-indigo-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-indigo-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-indigo-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-indigo-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-indigo-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-indigo-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-indigo-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-indigo-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-purple:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-pink:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-primary:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-secondary:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-body_bg:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-body_text:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-title:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-dark_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-light_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-medium_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-lightten_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-grey_300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-grey_400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-medium_blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-dark_blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-text_blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-footer_bg:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-brown:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-dark_brown:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-Light_purple:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-dark_green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-medium_green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-light_green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-green_900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .sm\:focus-within\:border-dark_border:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .sm\:hover\:border-transparent:hover {
        border-color: transparent;
    }

    .sm\:hover\:border-current:hover {
        border-color: currentColor;
    }

    .sm\:hover\:border-black:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .sm\:hover\:border-white:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .sm\:hover\:border-gray-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .sm\:hover\:border-gray-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .sm\:hover\:border-gray-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .sm\:hover\:border-gray-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .sm\:hover\:border-gray-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .sm\:hover\:border-gray-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .sm\:hover\:border-gray-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .sm\:hover\:border-gray-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .sm\:hover\:border-gray-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .sm\:hover\:border-gray-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .sm\:hover\:border-red-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .sm\:hover\:border-red-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .sm\:hover\:border-red-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .sm\:hover\:border-red-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .sm\:hover\:border-red-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .sm\:hover\:border-red-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .sm\:hover\:border-red-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .sm\:hover\:border-red-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .sm\:hover\:border-red-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .sm\:hover\:border-red-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .sm\:hover\:border-yellow:hover {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .sm\:hover\:border-green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .sm\:hover\:border-blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .sm\:hover\:border-indigo-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .sm\:hover\:border-indigo-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .sm\:hover\:border-indigo-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .sm\:hover\:border-indigo-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .sm\:hover\:border-indigo-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .sm\:hover\:border-indigo-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .sm\:hover\:border-indigo-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .sm\:hover\:border-indigo-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .sm\:hover\:border-indigo-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .sm\:hover\:border-indigo-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .sm\:hover\:border-purple:hover {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .sm\:hover\:border-pink:hover {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .sm\:hover\:border-primary:hover {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .sm\:hover\:border-secondary:hover {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .sm\:hover\:border-body_bg:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .sm\:hover\:border-body_text:hover {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .sm\:hover\:border-title:hover {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .sm\:hover\:border-grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .sm\:hover\:border-dark_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .sm\:hover\:border-light_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .sm\:hover\:border-medium_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .sm\:hover\:border-lightten_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .sm\:hover\:border-grey_300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .sm\:hover\:border-grey_400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .sm\:hover\:border-medium_blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .sm\:hover\:border-dark_blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .sm\:hover\:border-text_blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .sm\:hover\:border-footer_bg:hover {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .sm\:hover\:border-brown:hover {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .sm\:hover\:border-dark_brown:hover {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .sm\:hover\:border-Light_purple:hover {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .sm\:hover\:border-dark_green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .sm\:hover\:border-medium_green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .sm\:hover\:border-light_green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .sm\:hover\:border-green_900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .sm\:hover\:border-dark_border:hover {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .sm\:focus\:border-transparent:focus {
        border-color: transparent;
    }

    .sm\:focus\:border-current:focus {
        border-color: currentColor;
    }

    .sm\:focus\:border-black:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .sm\:focus\:border-white:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .sm\:focus\:border-gray-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .sm\:focus\:border-gray-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .sm\:focus\:border-gray-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .sm\:focus\:border-gray-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .sm\:focus\:border-gray-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .sm\:focus\:border-gray-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .sm\:focus\:border-gray-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .sm\:focus\:border-gray-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .sm\:focus\:border-gray-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .sm\:focus\:border-gray-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .sm\:focus\:border-red-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .sm\:focus\:border-red-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .sm\:focus\:border-red-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .sm\:focus\:border-red-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .sm\:focus\:border-red-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .sm\:focus\:border-red-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .sm\:focus\:border-red-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .sm\:focus\:border-red-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .sm\:focus\:border-red-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .sm\:focus\:border-red-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .sm\:focus\:border-yellow:focus {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .sm\:focus\:border-green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .sm\:focus\:border-blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .sm\:focus\:border-indigo-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .sm\:focus\:border-indigo-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .sm\:focus\:border-indigo-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .sm\:focus\:border-indigo-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .sm\:focus\:border-indigo-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .sm\:focus\:border-indigo-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .sm\:focus\:border-indigo-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .sm\:focus\:border-indigo-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .sm\:focus\:border-indigo-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .sm\:focus\:border-indigo-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .sm\:focus\:border-purple:focus {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .sm\:focus\:border-pink:focus {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .sm\:focus\:border-primary:focus {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .sm\:focus\:border-secondary:focus {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .sm\:focus\:border-body_bg:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .sm\:focus\:border-body_text:focus {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .sm\:focus\:border-title:focus {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .sm\:focus\:border-grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .sm\:focus\:border-dark_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .sm\:focus\:border-light_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .sm\:focus\:border-medium_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .sm\:focus\:border-lightten_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .sm\:focus\:border-grey_300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .sm\:focus\:border-grey_400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .sm\:focus\:border-medium_blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .sm\:focus\:border-dark_blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .sm\:focus\:border-text_blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .sm\:focus\:border-footer_bg:focus {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .sm\:focus\:border-brown:focus {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .sm\:focus\:border-dark_brown:focus {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .sm\:focus\:border-Light_purple:focus {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .sm\:focus\:border-dark_green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .sm\:focus\:border-medium_green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .sm\:focus\:border-light_green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .sm\:focus\:border-green_900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .sm\:focus\:border-dark_border:focus {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .sm\:border-opacity-0 {
        --tw-border-opacity: 0;
    }

    .sm\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }

    .sm\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }

    .sm\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }

    .sm\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }

    .sm\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }

    .sm\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }

    .sm\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }

    .sm\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }

    .sm\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }

    .sm\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }

    .sm\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }

    .sm\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }

    .sm\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }

    .sm\:border-opacity-100 {
        --tw-border-opacity: 1;
    }

    .group:hover .sm\:group-hover\:border-opacity-0 {
        --tw-border-opacity: 0;
    }

    .group:hover .sm\:group-hover\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }

    .group:hover .sm\:group-hover\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }

    .group:hover .sm\:group-hover\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }

    .group:hover .sm\:group-hover\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }

    .group:hover .sm\:group-hover\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }

    .group:hover .sm\:group-hover\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }

    .group:hover .sm\:group-hover\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }

    .group:hover .sm\:group-hover\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }

    .group:hover .sm\:group-hover\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }

    .group:hover .sm\:group-hover\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }

    .group:hover .sm\:group-hover\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }

    .group:hover .sm\:group-hover\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }

    .group:hover .sm\:group-hover\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }

    .group:hover .sm\:group-hover\:border-opacity-100 {
        --tw-border-opacity: 1;
    }

    .sm\:focus-within\:border-opacity-0:focus-within {
        --tw-border-opacity: 0;
    }

    .sm\:focus-within\:border-opacity-5:focus-within {
        --tw-border-opacity: 0.05;
    }

    .sm\:focus-within\:border-opacity-10:focus-within {
        --tw-border-opacity: 0.1;
    }

    .sm\:focus-within\:border-opacity-20:focus-within {
        --tw-border-opacity: 0.2;
    }

    .sm\:focus-within\:border-opacity-25:focus-within {
        --tw-border-opacity: 0.25;
    }

    .sm\:focus-within\:border-opacity-30:focus-within {
        --tw-border-opacity: 0.3;
    }

    .sm\:focus-within\:border-opacity-40:focus-within {
        --tw-border-opacity: 0.4;
    }

    .sm\:focus-within\:border-opacity-50:focus-within {
        --tw-border-opacity: 0.5;
    }

    .sm\:focus-within\:border-opacity-60:focus-within {
        --tw-border-opacity: 0.6;
    }

    .sm\:focus-within\:border-opacity-70:focus-within {
        --tw-border-opacity: 0.7;
    }

    .sm\:focus-within\:border-opacity-75:focus-within {
        --tw-border-opacity: 0.75;
    }

    .sm\:focus-within\:border-opacity-80:focus-within {
        --tw-border-opacity: 0.8;
    }

    .sm\:focus-within\:border-opacity-90:focus-within {
        --tw-border-opacity: 0.9;
    }

    .sm\:focus-within\:border-opacity-95:focus-within {
        --tw-border-opacity: 0.95;
    }

    .sm\:focus-within\:border-opacity-100:focus-within {
        --tw-border-opacity: 1;
    }

    .sm\:hover\:border-opacity-0:hover {
        --tw-border-opacity: 0;
    }

    .sm\:hover\:border-opacity-5:hover {
        --tw-border-opacity: 0.05;
    }

    .sm\:hover\:border-opacity-10:hover {
        --tw-border-opacity: 0.1;
    }

    .sm\:hover\:border-opacity-20:hover {
        --tw-border-opacity: 0.2;
    }

    .sm\:hover\:border-opacity-25:hover {
        --tw-border-opacity: 0.25;
    }

    .sm\:hover\:border-opacity-30:hover {
        --tw-border-opacity: 0.3;
    }

    .sm\:hover\:border-opacity-40:hover {
        --tw-border-opacity: 0.4;
    }

    .sm\:hover\:border-opacity-50:hover {
        --tw-border-opacity: 0.5;
    }

    .sm\:hover\:border-opacity-60:hover {
        --tw-border-opacity: 0.6;
    }

    .sm\:hover\:border-opacity-70:hover {
        --tw-border-opacity: 0.7;
    }

    .sm\:hover\:border-opacity-75:hover {
        --tw-border-opacity: 0.75;
    }

    .sm\:hover\:border-opacity-80:hover {
        --tw-border-opacity: 0.8;
    }

    .sm\:hover\:border-opacity-90:hover {
        --tw-border-opacity: 0.9;
    }

    .sm\:hover\:border-opacity-95:hover {
        --tw-border-opacity: 0.95;
    }

    .sm\:hover\:border-opacity-100:hover {
        --tw-border-opacity: 1;
    }

    .sm\:focus\:border-opacity-0:focus {
        --tw-border-opacity: 0;
    }

    .sm\:focus\:border-opacity-5:focus {
        --tw-border-opacity: 0.05;
    }

    .sm\:focus\:border-opacity-10:focus {
        --tw-border-opacity: 0.1;
    }

    .sm\:focus\:border-opacity-20:focus {
        --tw-border-opacity: 0.2;
    }

    .sm\:focus\:border-opacity-25:focus {
        --tw-border-opacity: 0.25;
    }

    .sm\:focus\:border-opacity-30:focus {
        --tw-border-opacity: 0.3;
    }

    .sm\:focus\:border-opacity-40:focus {
        --tw-border-opacity: 0.4;
    }

    .sm\:focus\:border-opacity-50:focus {
        --tw-border-opacity: 0.5;
    }

    .sm\:focus\:border-opacity-60:focus {
        --tw-border-opacity: 0.6;
    }

    .sm\:focus\:border-opacity-70:focus {
        --tw-border-opacity: 0.7;
    }

    .sm\:focus\:border-opacity-75:focus {
        --tw-border-opacity: 0.75;
    }

    .sm\:focus\:border-opacity-80:focus {
        --tw-border-opacity: 0.8;
    }

    .sm\:focus\:border-opacity-90:focus {
        --tw-border-opacity: 0.9;
    }

    .sm\:focus\:border-opacity-95:focus {
        --tw-border-opacity: 0.95;
    }

    .sm\:focus\:border-opacity-100:focus {
        --tw-border-opacity: 1;
    }

    .sm\:bg-transparent {
        background-color: transparent;
    }

    .sm\:bg-current {
        background-color: currentColor;
    }

    .sm\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .sm\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .sm\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .sm\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .sm\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .sm\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .sm\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .sm\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .sm\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .sm\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .sm\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .sm\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .sm\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .sm\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .sm\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .sm\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .sm\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .sm\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .sm\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .sm\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .sm\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .sm\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .sm\:bg-yellow {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .sm\:bg-green {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .sm\:bg-blue {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .sm\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .sm\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .sm\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .sm\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .sm\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .sm\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .sm\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .sm\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .sm\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .sm\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .sm\:bg-purple {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .sm\:bg-pink {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .sm\:bg-primary {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .sm\:bg-secondary {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .sm\:bg-body_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .sm\:bg-body_text {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .sm\:bg-title {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .sm\:bg-grey {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .sm\:bg-dark_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .sm\:bg-light_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .sm\:bg-medium_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .sm\:bg-lightten_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .sm\:bg-grey_300 {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .sm\:bg-grey_400 {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .sm\:bg-medium_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .sm\:bg-dark_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .sm\:bg-text_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .sm\:bg-footer_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .sm\:bg-brown {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .sm\:bg-dark_brown {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .sm\:bg-Light_purple {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .sm\:bg-dark_green {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .sm\:bg-medium_green {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .sm\:bg-light_green {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .sm\:bg-green_900 {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .sm\:bg-dark_border {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-transparent {
        background-color: transparent;
    }

    .group:hover .sm\:group-hover\:bg-current {
        background-color: currentColor;
    }

    .group:hover .sm\:group-hover\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-yellow {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-green {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-blue {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-purple {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-pink {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-primary {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-secondary {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-body_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-body_text {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-title {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-grey {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-dark_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-light_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-medium_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-lightten_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-grey_300 {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-grey_400 {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-medium_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-dark_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-text_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-footer_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-brown {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-dark_brown {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-Light_purple {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-dark_green {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-medium_green {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-light_green {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-green_900 {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .group:hover .sm\:group-hover\:bg-dark_border {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-transparent:focus-within {
        background-color: transparent;
    }

    .sm\:focus-within\:bg-current:focus-within {
        background-color: currentColor;
    }

    .sm\:focus-within\:bg-black:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-white:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-gray-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-gray-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-gray-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-gray-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-gray-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-gray-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-gray-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-gray-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-gray-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-gray-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-red-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-red-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-red-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-red-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-red-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-red-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-red-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-red-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-red-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-red-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-yellow:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-indigo-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-indigo-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-indigo-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-indigo-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-indigo-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-indigo-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-indigo-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-indigo-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-indigo-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-indigo-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-purple:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-pink:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-primary:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-secondary:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-body_bg:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-body_text:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-title:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-dark_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-light_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-medium_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-lightten_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-grey_300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-grey_400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-medium_blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-dark_blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-text_blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-footer_bg:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-brown:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-dark_brown:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-Light_purple:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-dark_green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-medium_green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-light_green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-green_900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .sm\:focus-within\:bg-dark_border:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-transparent:hover {
        background-color: transparent;
    }

    .sm\:hover\:bg-current:hover {
        background-color: currentColor;
    }

    .sm\:hover\:bg-black:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-white:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-gray-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-gray-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-gray-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-gray-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-gray-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-gray-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-gray-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-gray-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-gray-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-gray-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-red-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-red-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-red-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-red-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-red-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-red-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-red-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-red-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-red-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-red-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-yellow:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-indigo-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-indigo-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-indigo-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-indigo-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-indigo-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-indigo-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-indigo-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-indigo-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-indigo-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-indigo-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-purple:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-pink:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-primary:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-secondary:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-body_bg:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-body_text:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-title:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-dark_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-light_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-medium_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-lightten_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-grey_300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-grey_400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-medium_blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-dark_blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-text_blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-footer_bg:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-brown:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-dark_brown:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-Light_purple:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-dark_green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-medium_green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-light_green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-green_900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .sm\:hover\:bg-dark_border:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-transparent:focus {
        background-color: transparent;
    }

    .sm\:focus\:bg-current:focus {
        background-color: currentColor;
    }

    .sm\:focus\:bg-black:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-white:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-gray-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-gray-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-gray-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-gray-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-gray-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-gray-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-gray-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-gray-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-gray-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-gray-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-red-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-red-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-red-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-red-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-red-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-red-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-red-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-red-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-red-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-red-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-yellow:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-indigo-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-indigo-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-indigo-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-indigo-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-indigo-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-indigo-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-indigo-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-indigo-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-indigo-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-indigo-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-purple:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-pink:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-primary:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-secondary:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-body_bg:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-body_text:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-title:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-dark_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-light_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-medium_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-lightten_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-grey_300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-grey_400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-medium_blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-dark_blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-text_blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-footer_bg:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-brown:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-dark_brown:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-Light_purple:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-dark_green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-medium_green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-light_green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-green_900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .sm\:focus\:bg-dark_border:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .sm\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }

    .sm\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }

    .sm\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }

    .sm\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }

    .sm\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }

    .sm\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }

    .sm\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }

    .sm\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }

    .sm\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }

    .sm\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }

    .sm\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }

    .sm\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }

    .sm\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }

    .sm\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }

    .sm\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }

    .group:hover .sm\:group-hover\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }

    .group:hover .sm\:group-hover\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }

    .group:hover .sm\:group-hover\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }

    .group:hover .sm\:group-hover\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }

    .group:hover .sm\:group-hover\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }

    .group:hover .sm\:group-hover\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }

    .group:hover .sm\:group-hover\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }

    .group:hover .sm\:group-hover\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }

    .group:hover .sm\:group-hover\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }

    .group:hover .sm\:group-hover\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }

    .group:hover .sm\:group-hover\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }

    .group:hover .sm\:group-hover\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }

    .group:hover .sm\:group-hover\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }

    .group:hover .sm\:group-hover\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }

    .group:hover .sm\:group-hover\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }

    .sm\:focus-within\:bg-opacity-0:focus-within {
        --tw-bg-opacity: 0;
    }

    .sm\:focus-within\:bg-opacity-5:focus-within {
        --tw-bg-opacity: 0.05;
    }

    .sm\:focus-within\:bg-opacity-10:focus-within {
        --tw-bg-opacity: 0.1;
    }

    .sm\:focus-within\:bg-opacity-20:focus-within {
        --tw-bg-opacity: 0.2;
    }

    .sm\:focus-within\:bg-opacity-25:focus-within {
        --tw-bg-opacity: 0.25;
    }

    .sm\:focus-within\:bg-opacity-30:focus-within {
        --tw-bg-opacity: 0.3;
    }

    .sm\:focus-within\:bg-opacity-40:focus-within {
        --tw-bg-opacity: 0.4;
    }

    .sm\:focus-within\:bg-opacity-50:focus-within {
        --tw-bg-opacity: 0.5;
    }

    .sm\:focus-within\:bg-opacity-60:focus-within {
        --tw-bg-opacity: 0.6;
    }

    .sm\:focus-within\:bg-opacity-70:focus-within {
        --tw-bg-opacity: 0.7;
    }

    .sm\:focus-within\:bg-opacity-75:focus-within {
        --tw-bg-opacity: 0.75;
    }

    .sm\:focus-within\:bg-opacity-80:focus-within {
        --tw-bg-opacity: 0.8;
    }

    .sm\:focus-within\:bg-opacity-90:focus-within {
        --tw-bg-opacity: 0.9;
    }

    .sm\:focus-within\:bg-opacity-95:focus-within {
        --tw-bg-opacity: 0.95;
    }

    .sm\:focus-within\:bg-opacity-100:focus-within {
        --tw-bg-opacity: 1;
    }

    .sm\:hover\:bg-opacity-0:hover {
        --tw-bg-opacity: 0;
    }

    .sm\:hover\:bg-opacity-5:hover {
        --tw-bg-opacity: 0.05;
    }

    .sm\:hover\:bg-opacity-10:hover {
        --tw-bg-opacity: 0.1;
    }

    .sm\:hover\:bg-opacity-20:hover {
        --tw-bg-opacity: 0.2;
    }

    .sm\:hover\:bg-opacity-25:hover {
        --tw-bg-opacity: 0.25;
    }

    .sm\:hover\:bg-opacity-30:hover {
        --tw-bg-opacity: 0.3;
    }

    .sm\:hover\:bg-opacity-40:hover {
        --tw-bg-opacity: 0.4;
    }

    .sm\:hover\:bg-opacity-50:hover {
        --tw-bg-opacity: 0.5;
    }

    .sm\:hover\:bg-opacity-60:hover {
        --tw-bg-opacity: 0.6;
    }

    .sm\:hover\:bg-opacity-70:hover {
        --tw-bg-opacity: 0.7;
    }

    .sm\:hover\:bg-opacity-75:hover {
        --tw-bg-opacity: 0.75;
    }

    .sm\:hover\:bg-opacity-80:hover {
        --tw-bg-opacity: 0.8;
    }

    .sm\:hover\:bg-opacity-90:hover {
        --tw-bg-opacity: 0.9;
    }

    .sm\:hover\:bg-opacity-95:hover {
        --tw-bg-opacity: 0.95;
    }

    .sm\:hover\:bg-opacity-100:hover {
        --tw-bg-opacity: 1;
    }

    .sm\:focus\:bg-opacity-0:focus {
        --tw-bg-opacity: 0;
    }

    .sm\:focus\:bg-opacity-5:focus {
        --tw-bg-opacity: 0.05;
    }

    .sm\:focus\:bg-opacity-10:focus {
        --tw-bg-opacity: 0.1;
    }

    .sm\:focus\:bg-opacity-20:focus {
        --tw-bg-opacity: 0.2;
    }

    .sm\:focus\:bg-opacity-25:focus {
        --tw-bg-opacity: 0.25;
    }

    .sm\:focus\:bg-opacity-30:focus {
        --tw-bg-opacity: 0.3;
    }

    .sm\:focus\:bg-opacity-40:focus {
        --tw-bg-opacity: 0.4;
    }

    .sm\:focus\:bg-opacity-50:focus {
        --tw-bg-opacity: 0.5;
    }

    .sm\:focus\:bg-opacity-60:focus {
        --tw-bg-opacity: 0.6;
    }

    .sm\:focus\:bg-opacity-70:focus {
        --tw-bg-opacity: 0.7;
    }

    .sm\:focus\:bg-opacity-75:focus {
        --tw-bg-opacity: 0.75;
    }

    .sm\:focus\:bg-opacity-80:focus {
        --tw-bg-opacity: 0.8;
    }

    .sm\:focus\:bg-opacity-90:focus {
        --tw-bg-opacity: 0.9;
    }

    .sm\:focus\:bg-opacity-95:focus {
        --tw-bg-opacity: 0.95;
    }

    .sm\:focus\:bg-opacity-100:focus {
        --tw-bg-opacity: 1;
    }

    .sm\:bg-none {
        background-image: none;
    }

    .sm\:bg-gradient-to-t {
        background-image: linear-gradient(to top, var(--tw-gradient-stops));
    }

    .sm\:bg-gradient-to-tr {
        background-image: linear-gradient(to top right, var(--tw-gradient-stops));
    }

    .sm\:bg-gradient-to-r {
        background-image: linear-gradient(to right, var(--tw-gradient-stops));
    }

    .sm\:bg-gradient-to-br {
        background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
    }

    .sm\:bg-gradient-to-b {
        background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    }

    .sm\:bg-gradient-to-bl {
        background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
    }

    .sm\:bg-gradient-to-l {
        background-image: linear-gradient(to left, var(--tw-gradient-stops));
    }

    .sm\:bg-gradient-to-tl {
        background-image: linear-gradient(to top left, var(--tw-gradient-stops));
    }

    .sm\:from-transparent {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .sm\:from-current {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .sm\:from-black {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .sm\:from-white {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .sm\:from-gray-50 {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .sm\:from-gray-100 {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .sm\:from-gray-200 {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .sm\:from-gray-300 {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .sm\:from-gray-400 {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .sm\:from-gray-500 {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .sm\:from-gray-600 {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .sm\:from-gray-700 {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .sm\:from-gray-800 {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .sm\:from-gray-900 {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .sm\:from-red-50 {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .sm\:from-red-100 {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .sm\:from-red-200 {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .sm\:from-red-300 {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .sm\:from-red-400 {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .sm\:from-red-500 {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .sm\:from-red-600 {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .sm\:from-red-700 {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .sm\:from-red-800 {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .sm\:from-red-900 {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .sm\:from-yellow {
        --tw-gradient-from: #ed9143;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .sm\:from-green {
        --tw-gradient-from: #7bbc00;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .sm\:from-blue {
        --tw-gradient-from: #5ba4dc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .sm\:from-indigo-50 {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .sm\:from-indigo-100 {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .sm\:from-indigo-200 {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .sm\:from-indigo-300 {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .sm\:from-indigo-400 {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .sm\:from-indigo-500 {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .sm\:from-indigo-600 {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .sm\:from-indigo-700 {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .sm\:from-indigo-800 {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .sm\:from-indigo-900 {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .sm\:from-purple {
        --tw-gradient-from: #6847c3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .sm\:from-pink {
        --tw-gradient-from: #850737;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .sm\:from-primary {
        --tw-gradient-from: #6E6E6E;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .sm\:from-secondary {
        --tw-gradient-from: #ededed;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .sm\:from-body_bg {
        --tw-gradient-from: #ffffff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .sm\:from-body_text {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .sm\:from-title {
        --tw-gradient-from: #3fb2cf;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .sm\:from-grey {
        --tw-gradient-from: #524A51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .sm\:from-dark_grey {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .sm\:from-light_grey {
        --tw-gradient-from: #B7B7B7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .sm\:from-medium_grey {
        --tw-gradient-from: #575156;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .sm\:from-lightten_grey {
        --tw-gradient-from: #C6C6C6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .sm\:from-grey_300 {
        --tw-gradient-from: #d3d3d3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .sm\:from-grey_400 {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .sm\:from-medium_blue {
        --tw-gradient-from: #45cdfc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .sm\:from-dark_blue {
        --tw-gradient-from: #0080ac;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .sm\:from-text_blue {
        --tw-gradient-from: #3FB2CF;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .sm\:from-footer_bg {
        --tw-gradient-from: #464646;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .sm\:from-brown {
        --tw-gradient-from: #805300;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .sm\:from-dark_brown {
        --tw-gradient-from: #874433;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .sm\:from-Light_purple {
        --tw-gradient-from: #65479b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .sm\:from-dark_green {
        --tw-gradient-from: #479b51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .sm\:from-medium_green {
        --tw-gradient-from: #3aac2b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .sm\:from-light_green {
        --tw-gradient-from: #9acb3e;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .sm\:from-green_900 {
        --tw-gradient-from: #396676;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .sm\:from-dark_border {
        --tw-gradient-from: #707070;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .sm\:hover\:from-transparent:hover {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .sm\:hover\:from-current:hover {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .sm\:hover\:from-black:hover {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .sm\:hover\:from-white:hover {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .sm\:hover\:from-gray-50:hover {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .sm\:hover\:from-gray-100:hover {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .sm\:hover\:from-gray-200:hover {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .sm\:hover\:from-gray-300:hover {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .sm\:hover\:from-gray-400:hover {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .sm\:hover\:from-gray-500:hover {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .sm\:hover\:from-gray-600:hover {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .sm\:hover\:from-gray-700:hover {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .sm\:hover\:from-gray-800:hover {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .sm\:hover\:from-gray-900:hover {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .sm\:hover\:from-red-50:hover {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .sm\:hover\:from-red-100:hover {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .sm\:hover\:from-red-200:hover {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .sm\:hover\:from-red-300:hover {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .sm\:hover\:from-red-400:hover {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .sm\:hover\:from-red-500:hover {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .sm\:hover\:from-red-600:hover {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .sm\:hover\:from-red-700:hover {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .sm\:hover\:from-red-800:hover {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .sm\:hover\:from-red-900:hover {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .sm\:hover\:from-yellow:hover {
        --tw-gradient-from: #ed9143;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .sm\:hover\:from-green:hover {
        --tw-gradient-from: #7bbc00;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .sm\:hover\:from-blue:hover {
        --tw-gradient-from: #5ba4dc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .sm\:hover\:from-indigo-50:hover {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .sm\:hover\:from-indigo-100:hover {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .sm\:hover\:from-indigo-200:hover {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .sm\:hover\:from-indigo-300:hover {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .sm\:hover\:from-indigo-400:hover {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .sm\:hover\:from-indigo-500:hover {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .sm\:hover\:from-indigo-600:hover {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .sm\:hover\:from-indigo-700:hover {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .sm\:hover\:from-indigo-800:hover {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .sm\:hover\:from-indigo-900:hover {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .sm\:hover\:from-purple:hover {
        --tw-gradient-from: #6847c3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .sm\:hover\:from-pink:hover {
        --tw-gradient-from: #850737;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .sm\:hover\:from-primary:hover {
        --tw-gradient-from: #6E6E6E;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .sm\:hover\:from-secondary:hover {
        --tw-gradient-from: #ededed;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .sm\:hover\:from-body_bg:hover {
        --tw-gradient-from: #ffffff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .sm\:hover\:from-body_text:hover {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .sm\:hover\:from-title:hover {
        --tw-gradient-from: #3fb2cf;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .sm\:hover\:from-grey:hover {
        --tw-gradient-from: #524A51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .sm\:hover\:from-dark_grey:hover {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .sm\:hover\:from-light_grey:hover {
        --tw-gradient-from: #B7B7B7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .sm\:hover\:from-medium_grey:hover {
        --tw-gradient-from: #575156;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .sm\:hover\:from-lightten_grey:hover {
        --tw-gradient-from: #C6C6C6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .sm\:hover\:from-grey_300:hover {
        --tw-gradient-from: #d3d3d3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .sm\:hover\:from-grey_400:hover {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .sm\:hover\:from-medium_blue:hover {
        --tw-gradient-from: #45cdfc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .sm\:hover\:from-dark_blue:hover {
        --tw-gradient-from: #0080ac;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .sm\:hover\:from-text_blue:hover {
        --tw-gradient-from: #3FB2CF;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .sm\:hover\:from-footer_bg:hover {
        --tw-gradient-from: #464646;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .sm\:hover\:from-brown:hover {
        --tw-gradient-from: #805300;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .sm\:hover\:from-dark_brown:hover {
        --tw-gradient-from: #874433;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .sm\:hover\:from-Light_purple:hover {
        --tw-gradient-from: #65479b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .sm\:hover\:from-dark_green:hover {
        --tw-gradient-from: #479b51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .sm\:hover\:from-medium_green:hover {
        --tw-gradient-from: #3aac2b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .sm\:hover\:from-light_green:hover {
        --tw-gradient-from: #9acb3e;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .sm\:hover\:from-green_900:hover {
        --tw-gradient-from: #396676;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .sm\:hover\:from-dark_border:hover {
        --tw-gradient-from: #707070;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .sm\:focus\:from-transparent:focus {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .sm\:focus\:from-current:focus {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .sm\:focus\:from-black:focus {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .sm\:focus\:from-white:focus {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .sm\:focus\:from-gray-50:focus {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .sm\:focus\:from-gray-100:focus {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .sm\:focus\:from-gray-200:focus {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .sm\:focus\:from-gray-300:focus {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .sm\:focus\:from-gray-400:focus {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .sm\:focus\:from-gray-500:focus {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .sm\:focus\:from-gray-600:focus {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .sm\:focus\:from-gray-700:focus {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .sm\:focus\:from-gray-800:focus {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .sm\:focus\:from-gray-900:focus {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .sm\:focus\:from-red-50:focus {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .sm\:focus\:from-red-100:focus {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .sm\:focus\:from-red-200:focus {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .sm\:focus\:from-red-300:focus {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .sm\:focus\:from-red-400:focus {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .sm\:focus\:from-red-500:focus {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .sm\:focus\:from-red-600:focus {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .sm\:focus\:from-red-700:focus {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .sm\:focus\:from-red-800:focus {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .sm\:focus\:from-red-900:focus {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .sm\:focus\:from-yellow:focus {
        --tw-gradient-from: #ed9143;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .sm\:focus\:from-green:focus {
        --tw-gradient-from: #7bbc00;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .sm\:focus\:from-blue:focus {
        --tw-gradient-from: #5ba4dc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .sm\:focus\:from-indigo-50:focus {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .sm\:focus\:from-indigo-100:focus {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .sm\:focus\:from-indigo-200:focus {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .sm\:focus\:from-indigo-300:focus {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .sm\:focus\:from-indigo-400:focus {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .sm\:focus\:from-indigo-500:focus {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .sm\:focus\:from-indigo-600:focus {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .sm\:focus\:from-indigo-700:focus {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .sm\:focus\:from-indigo-800:focus {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .sm\:focus\:from-indigo-900:focus {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .sm\:focus\:from-purple:focus {
        --tw-gradient-from: #6847c3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .sm\:focus\:from-pink:focus {
        --tw-gradient-from: #850737;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .sm\:focus\:from-primary:focus {
        --tw-gradient-from: #6E6E6E;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .sm\:focus\:from-secondary:focus {
        --tw-gradient-from: #ededed;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .sm\:focus\:from-body_bg:focus {
        --tw-gradient-from: #ffffff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .sm\:focus\:from-body_text:focus {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .sm\:focus\:from-title:focus {
        --tw-gradient-from: #3fb2cf;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .sm\:focus\:from-grey:focus {
        --tw-gradient-from: #524A51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .sm\:focus\:from-dark_grey:focus {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .sm\:focus\:from-light_grey:focus {
        --tw-gradient-from: #B7B7B7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .sm\:focus\:from-medium_grey:focus {
        --tw-gradient-from: #575156;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .sm\:focus\:from-lightten_grey:focus {
        --tw-gradient-from: #C6C6C6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .sm\:focus\:from-grey_300:focus {
        --tw-gradient-from: #d3d3d3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .sm\:focus\:from-grey_400:focus {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .sm\:focus\:from-medium_blue:focus {
        --tw-gradient-from: #45cdfc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .sm\:focus\:from-dark_blue:focus {
        --tw-gradient-from: #0080ac;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .sm\:focus\:from-text_blue:focus {
        --tw-gradient-from: #3FB2CF;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .sm\:focus\:from-footer_bg:focus {
        --tw-gradient-from: #464646;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .sm\:focus\:from-brown:focus {
        --tw-gradient-from: #805300;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .sm\:focus\:from-dark_brown:focus {
        --tw-gradient-from: #874433;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .sm\:focus\:from-Light_purple:focus {
        --tw-gradient-from: #65479b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .sm\:focus\:from-dark_green:focus {
        --tw-gradient-from: #479b51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .sm\:focus\:from-medium_green:focus {
        --tw-gradient-from: #3aac2b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .sm\:focus\:from-light_green:focus {
        --tw-gradient-from: #9acb3e;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .sm\:focus\:from-green_900:focus {
        --tw-gradient-from: #396676;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .sm\:focus\:from-dark_border:focus {
        --tw-gradient-from: #707070;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .sm\:via-transparent {
        --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .sm\:via-current {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .sm\:via-black {
        --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .sm\:via-white {
        --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .sm\:via-gray-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .sm\:via-gray-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .sm\:via-gray-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .sm\:via-gray-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .sm\:via-gray-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .sm\:via-gray-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .sm\:via-gray-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .sm\:via-gray-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .sm\:via-gray-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .sm\:via-gray-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .sm\:via-red-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .sm\:via-red-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .sm\:via-red-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .sm\:via-red-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .sm\:via-red-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .sm\:via-red-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .sm\:via-red-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .sm\:via-red-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .sm\:via-red-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .sm\:via-red-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .sm\:via-yellow {
        --tw-gradient-stops: var(--tw-gradient-from), #ed9143, var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .sm\:via-green {
        --tw-gradient-stops: var(--tw-gradient-from), #7bbc00, var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .sm\:via-blue {
        --tw-gradient-stops: var(--tw-gradient-from), #5ba4dc, var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .sm\:via-indigo-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .sm\:via-indigo-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .sm\:via-indigo-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .sm\:via-indigo-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .sm\:via-indigo-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .sm\:via-indigo-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .sm\:via-indigo-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .sm\:via-indigo-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .sm\:via-indigo-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .sm\:via-indigo-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .sm\:via-purple {
        --tw-gradient-stops: var(--tw-gradient-from), #6847c3, var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .sm\:via-pink {
        --tw-gradient-stops: var(--tw-gradient-from), #850737, var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .sm\:via-primary {
        --tw-gradient-stops: var(--tw-gradient-from), #6E6E6E, var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .sm\:via-secondary {
        --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .sm\:via-body_bg {
        --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .sm\:via-body_text {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .sm\:via-title {
        --tw-gradient-stops: var(--tw-gradient-from), #3fb2cf, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .sm\:via-grey {
        --tw-gradient-stops: var(--tw-gradient-from), #524A51, var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .sm\:via-dark_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .sm\:via-light_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .sm\:via-medium_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #575156, var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .sm\:via-lightten_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #C6C6C6, var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .sm\:via-grey_300 {
        --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .sm\:via-grey_400 {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .sm\:via-medium_blue {
        --tw-gradient-stops: var(--tw-gradient-from), #45cdfc, var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .sm\:via-dark_blue {
        --tw-gradient-stops: var(--tw-gradient-from), #0080ac, var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .sm\:via-text_blue {
        --tw-gradient-stops: var(--tw-gradient-from), #3FB2CF, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .sm\:via-footer_bg {
        --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .sm\:via-brown {
        --tw-gradient-stops: var(--tw-gradient-from), #805300, var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .sm\:via-dark_brown {
        --tw-gradient-stops: var(--tw-gradient-from), #874433, var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .sm\:via-Light_purple {
        --tw-gradient-stops: var(--tw-gradient-from), #65479b, var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .sm\:via-dark_green {
        --tw-gradient-stops: var(--tw-gradient-from), #479b51, var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .sm\:via-medium_green {
        --tw-gradient-stops: var(--tw-gradient-from), #3aac2b, var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .sm\:via-light_green {
        --tw-gradient-stops: var(--tw-gradient-from), #9acb3e, var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .sm\:via-green_900 {
        --tw-gradient-stops: var(--tw-gradient-from), #396676, var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .sm\:via-dark_border {
        --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .sm\:hover\:via-transparent:hover {
        --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .sm\:hover\:via-current:hover {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .sm\:hover\:via-black:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .sm\:hover\:via-white:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .sm\:hover\:via-gray-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .sm\:hover\:via-gray-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .sm\:hover\:via-gray-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .sm\:hover\:via-gray-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .sm\:hover\:via-gray-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .sm\:hover\:via-gray-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .sm\:hover\:via-gray-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .sm\:hover\:via-gray-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .sm\:hover\:via-gray-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .sm\:hover\:via-gray-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .sm\:hover\:via-red-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .sm\:hover\:via-red-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .sm\:hover\:via-red-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .sm\:hover\:via-red-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .sm\:hover\:via-red-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .sm\:hover\:via-red-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .sm\:hover\:via-red-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .sm\:hover\:via-red-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .sm\:hover\:via-red-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .sm\:hover\:via-red-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .sm\:hover\:via-yellow:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ed9143, var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .sm\:hover\:via-green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7bbc00, var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .sm\:hover\:via-blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #5ba4dc, var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .sm\:hover\:via-indigo-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .sm\:hover\:via-indigo-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .sm\:hover\:via-indigo-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .sm\:hover\:via-indigo-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .sm\:hover\:via-indigo-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .sm\:hover\:via-indigo-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .sm\:hover\:via-indigo-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .sm\:hover\:via-indigo-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .sm\:hover\:via-indigo-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .sm\:hover\:via-indigo-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .sm\:hover\:via-purple:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6847c3, var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .sm\:hover\:via-pink:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #850737, var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .sm\:hover\:via-primary:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6E6E6E, var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .sm\:hover\:via-secondary:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .sm\:hover\:via-body_bg:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .sm\:hover\:via-body_text:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .sm\:hover\:via-title:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3fb2cf, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .sm\:hover\:via-grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #524A51, var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .sm\:hover\:via-dark_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .sm\:hover\:via-light_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .sm\:hover\:via-medium_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #575156, var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .sm\:hover\:via-lightten_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #C6C6C6, var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .sm\:hover\:via-grey_300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .sm\:hover\:via-grey_400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .sm\:hover\:via-medium_blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #45cdfc, var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .sm\:hover\:via-dark_blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #0080ac, var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .sm\:hover\:via-text_blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3FB2CF, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .sm\:hover\:via-footer_bg:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .sm\:hover\:via-brown:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #805300, var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .sm\:hover\:via-dark_brown:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #874433, var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .sm\:hover\:via-Light_purple:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #65479b, var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .sm\:hover\:via-dark_green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #479b51, var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .sm\:hover\:via-medium_green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3aac2b, var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .sm\:hover\:via-light_green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9acb3e, var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .sm\:hover\:via-green_900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #396676, var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .sm\:hover\:via-dark_border:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .sm\:focus\:via-transparent:focus {
        --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .sm\:focus\:via-current:focus {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .sm\:focus\:via-black:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .sm\:focus\:via-white:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .sm\:focus\:via-gray-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .sm\:focus\:via-gray-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .sm\:focus\:via-gray-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .sm\:focus\:via-gray-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .sm\:focus\:via-gray-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .sm\:focus\:via-gray-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .sm\:focus\:via-gray-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .sm\:focus\:via-gray-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .sm\:focus\:via-gray-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .sm\:focus\:via-gray-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .sm\:focus\:via-red-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .sm\:focus\:via-red-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .sm\:focus\:via-red-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .sm\:focus\:via-red-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .sm\:focus\:via-red-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .sm\:focus\:via-red-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .sm\:focus\:via-red-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .sm\:focus\:via-red-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .sm\:focus\:via-red-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .sm\:focus\:via-red-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .sm\:focus\:via-yellow:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ed9143, var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .sm\:focus\:via-green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7bbc00, var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .sm\:focus\:via-blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #5ba4dc, var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .sm\:focus\:via-indigo-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .sm\:focus\:via-indigo-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .sm\:focus\:via-indigo-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .sm\:focus\:via-indigo-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .sm\:focus\:via-indigo-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .sm\:focus\:via-indigo-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .sm\:focus\:via-indigo-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .sm\:focus\:via-indigo-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .sm\:focus\:via-indigo-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .sm\:focus\:via-indigo-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .sm\:focus\:via-purple:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6847c3, var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .sm\:focus\:via-pink:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #850737, var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .sm\:focus\:via-primary:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6E6E6E, var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .sm\:focus\:via-secondary:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .sm\:focus\:via-body_bg:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .sm\:focus\:via-body_text:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .sm\:focus\:via-title:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3fb2cf, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .sm\:focus\:via-grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #524A51, var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .sm\:focus\:via-dark_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .sm\:focus\:via-light_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .sm\:focus\:via-medium_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #575156, var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .sm\:focus\:via-lightten_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #C6C6C6, var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .sm\:focus\:via-grey_300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .sm\:focus\:via-grey_400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .sm\:focus\:via-medium_blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #45cdfc, var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .sm\:focus\:via-dark_blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #0080ac, var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .sm\:focus\:via-text_blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3FB2CF, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .sm\:focus\:via-footer_bg:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .sm\:focus\:via-brown:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #805300, var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .sm\:focus\:via-dark_brown:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #874433, var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .sm\:focus\:via-Light_purple:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #65479b, var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .sm\:focus\:via-dark_green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #479b51, var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .sm\:focus\:via-medium_green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3aac2b, var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .sm\:focus\:via-light_green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9acb3e, var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .sm\:focus\:via-green_900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #396676, var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .sm\:focus\:via-dark_border:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .sm\:to-transparent {
        --tw-gradient-to: transparent;
    }

    .sm\:to-current {
        --tw-gradient-to: currentColor;
    }

    .sm\:to-black {
        --tw-gradient-to: #000;
    }

    .sm\:to-white {
        --tw-gradient-to: #fff;
    }

    .sm\:to-gray-50 {
        --tw-gradient-to: #f9fafb;
    }

    .sm\:to-gray-100 {
        --tw-gradient-to: #f3f4f6;
    }

    .sm\:to-gray-200 {
        --tw-gradient-to: #e5e7eb;
    }

    .sm\:to-gray-300 {
        --tw-gradient-to: #d1d5db;
    }

    .sm\:to-gray-400 {
        --tw-gradient-to: #9ca3af;
    }

    .sm\:to-gray-500 {
        --tw-gradient-to: #6b7280;
    }

    .sm\:to-gray-600 {
        --tw-gradient-to: #4b5563;
    }

    .sm\:to-gray-700 {
        --tw-gradient-to: #374151;
    }

    .sm\:to-gray-800 {
        --tw-gradient-to: #1f2937;
    }

    .sm\:to-gray-900 {
        --tw-gradient-to: #111827;
    }

    .sm\:to-red-50 {
        --tw-gradient-to: #fef2f2;
    }

    .sm\:to-red-100 {
        --tw-gradient-to: #fee2e2;
    }

    .sm\:to-red-200 {
        --tw-gradient-to: #fecaca;
    }

    .sm\:to-red-300 {
        --tw-gradient-to: #fca5a5;
    }

    .sm\:to-red-400 {
        --tw-gradient-to: #f87171;
    }

    .sm\:to-red-500 {
        --tw-gradient-to: #ef4444;
    }

    .sm\:to-red-600 {
        --tw-gradient-to: #dc2626;
    }

    .sm\:to-red-700 {
        --tw-gradient-to: #b91c1c;
    }

    .sm\:to-red-800 {
        --tw-gradient-to: #991b1b;
    }

    .sm\:to-red-900 {
        --tw-gradient-to: #7f1d1d;
    }

    .sm\:to-yellow {
        --tw-gradient-to: #ed9143;
    }

    .sm\:to-green {
        --tw-gradient-to: #7bbc00;
    }

    .sm\:to-blue {
        --tw-gradient-to: #5ba4dc;
    }

    .sm\:to-indigo-50 {
        --tw-gradient-to: #eef2ff;
    }

    .sm\:to-indigo-100 {
        --tw-gradient-to: #e0e7ff;
    }

    .sm\:to-indigo-200 {
        --tw-gradient-to: #c7d2fe;
    }

    .sm\:to-indigo-300 {
        --tw-gradient-to: #a5b4fc;
    }

    .sm\:to-indigo-400 {
        --tw-gradient-to: #818cf8;
    }

    .sm\:to-indigo-500 {
        --tw-gradient-to: #6366f1;
    }

    .sm\:to-indigo-600 {
        --tw-gradient-to: #4f46e5;
    }

    .sm\:to-indigo-700 {
        --tw-gradient-to: #4338ca;
    }

    .sm\:to-indigo-800 {
        --tw-gradient-to: #3730a3;
    }

    .sm\:to-indigo-900 {
        --tw-gradient-to: #312e81;
    }

    .sm\:to-purple {
        --tw-gradient-to: #6847c3;
    }

    .sm\:to-pink {
        --tw-gradient-to: #850737;
    }

    .sm\:to-primary {
        --tw-gradient-to: #6E6E6E;
    }

    .sm\:to-secondary {
        --tw-gradient-to: #ededed;
    }

    .sm\:to-body_bg {
        --tw-gradient-to: #ffffff;
    }

    .sm\:to-body_text {
        --tw-gradient-to: #4a4349;
    }

    .sm\:to-title {
        --tw-gradient-to: #3fb2cf;
    }

    .sm\:to-grey {
        --tw-gradient-to: #524A51;
    }

    .sm\:to-dark_grey {
        --tw-gradient-to: #4a4349;
    }

    .sm\:to-light_grey {
        --tw-gradient-to: #B7B7B7;
    }

    .sm\:to-medium_grey {
        --tw-gradient-to: #575156;
    }

    .sm\:to-lightten_grey {
        --tw-gradient-to: #C6C6C6;
    }

    .sm\:to-grey_300 {
        --tw-gradient-to: #d3d3d3;
    }

    .sm\:to-grey_400 {
        --tw-gradient-to: #b7b7b7;
    }

    .sm\:to-medium_blue {
        --tw-gradient-to: #45cdfc;
    }

    .sm\:to-dark_blue {
        --tw-gradient-to: #0080ac;
    }

    .sm\:to-text_blue {
        --tw-gradient-to: #3FB2CF;
    }

    .sm\:to-footer_bg {
        --tw-gradient-to: #464646;
    }

    .sm\:to-brown {
        --tw-gradient-to: #805300;
    }

    .sm\:to-dark_brown {
        --tw-gradient-to: #874433;
    }

    .sm\:to-Light_purple {
        --tw-gradient-to: #65479b;
    }

    .sm\:to-dark_green {
        --tw-gradient-to: #479b51;
    }

    .sm\:to-medium_green {
        --tw-gradient-to: #3aac2b;
    }

    .sm\:to-light_green {
        --tw-gradient-to: #9acb3e;
    }

    .sm\:to-green_900 {
        --tw-gradient-to: #396676;
    }

    .sm\:to-dark_border {
        --tw-gradient-to: #707070;
    }

    .sm\:hover\:to-transparent:hover {
        --tw-gradient-to: transparent;
    }

    .sm\:hover\:to-current:hover {
        --tw-gradient-to: currentColor;
    }

    .sm\:hover\:to-black:hover {
        --tw-gradient-to: #000;
    }

    .sm\:hover\:to-white:hover {
        --tw-gradient-to: #fff;
    }

    .sm\:hover\:to-gray-50:hover {
        --tw-gradient-to: #f9fafb;
    }

    .sm\:hover\:to-gray-100:hover {
        --tw-gradient-to: #f3f4f6;
    }

    .sm\:hover\:to-gray-200:hover {
        --tw-gradient-to: #e5e7eb;
    }

    .sm\:hover\:to-gray-300:hover {
        --tw-gradient-to: #d1d5db;
    }

    .sm\:hover\:to-gray-400:hover {
        --tw-gradient-to: #9ca3af;
    }

    .sm\:hover\:to-gray-500:hover {
        --tw-gradient-to: #6b7280;
    }

    .sm\:hover\:to-gray-600:hover {
        --tw-gradient-to: #4b5563;
    }

    .sm\:hover\:to-gray-700:hover {
        --tw-gradient-to: #374151;
    }

    .sm\:hover\:to-gray-800:hover {
        --tw-gradient-to: #1f2937;
    }

    .sm\:hover\:to-gray-900:hover {
        --tw-gradient-to: #111827;
    }

    .sm\:hover\:to-red-50:hover {
        --tw-gradient-to: #fef2f2;
    }

    .sm\:hover\:to-red-100:hover {
        --tw-gradient-to: #fee2e2;
    }

    .sm\:hover\:to-red-200:hover {
        --tw-gradient-to: #fecaca;
    }

    .sm\:hover\:to-red-300:hover {
        --tw-gradient-to: #fca5a5;
    }

    .sm\:hover\:to-red-400:hover {
        --tw-gradient-to: #f87171;
    }

    .sm\:hover\:to-red-500:hover {
        --tw-gradient-to: #ef4444;
    }

    .sm\:hover\:to-red-600:hover {
        --tw-gradient-to: #dc2626;
    }

    .sm\:hover\:to-red-700:hover {
        --tw-gradient-to: #b91c1c;
    }

    .sm\:hover\:to-red-800:hover {
        --tw-gradient-to: #991b1b;
    }

    .sm\:hover\:to-red-900:hover {
        --tw-gradient-to: #7f1d1d;
    }

    .sm\:hover\:to-yellow:hover {
        --tw-gradient-to: #ed9143;
    }

    .sm\:hover\:to-green:hover {
        --tw-gradient-to: #7bbc00;
    }

    .sm\:hover\:to-blue:hover {
        --tw-gradient-to: #5ba4dc;
    }

    .sm\:hover\:to-indigo-50:hover {
        --tw-gradient-to: #eef2ff;
    }

    .sm\:hover\:to-indigo-100:hover {
        --tw-gradient-to: #e0e7ff;
    }

    .sm\:hover\:to-indigo-200:hover {
        --tw-gradient-to: #c7d2fe;
    }

    .sm\:hover\:to-indigo-300:hover {
        --tw-gradient-to: #a5b4fc;
    }

    .sm\:hover\:to-indigo-400:hover {
        --tw-gradient-to: #818cf8;
    }

    .sm\:hover\:to-indigo-500:hover {
        --tw-gradient-to: #6366f1;
    }

    .sm\:hover\:to-indigo-600:hover {
        --tw-gradient-to: #4f46e5;
    }

    .sm\:hover\:to-indigo-700:hover {
        --tw-gradient-to: #4338ca;
    }

    .sm\:hover\:to-indigo-800:hover {
        --tw-gradient-to: #3730a3;
    }

    .sm\:hover\:to-indigo-900:hover {
        --tw-gradient-to: #312e81;
    }

    .sm\:hover\:to-purple:hover {
        --tw-gradient-to: #6847c3;
    }

    .sm\:hover\:to-pink:hover {
        --tw-gradient-to: #850737;
    }

    .sm\:hover\:to-primary:hover {
        --tw-gradient-to: #6E6E6E;
    }

    .sm\:hover\:to-secondary:hover {
        --tw-gradient-to: #ededed;
    }

    .sm\:hover\:to-body_bg:hover {
        --tw-gradient-to: #ffffff;
    }

    .sm\:hover\:to-body_text:hover {
        --tw-gradient-to: #4a4349;
    }

    .sm\:hover\:to-title:hover {
        --tw-gradient-to: #3fb2cf;
    }

    .sm\:hover\:to-grey:hover {
        --tw-gradient-to: #524A51;
    }

    .sm\:hover\:to-dark_grey:hover {
        --tw-gradient-to: #4a4349;
    }

    .sm\:hover\:to-light_grey:hover {
        --tw-gradient-to: #B7B7B7;
    }

    .sm\:hover\:to-medium_grey:hover {
        --tw-gradient-to: #575156;
    }

    .sm\:hover\:to-lightten_grey:hover {
        --tw-gradient-to: #C6C6C6;
    }

    .sm\:hover\:to-grey_300:hover {
        --tw-gradient-to: #d3d3d3;
    }

    .sm\:hover\:to-grey_400:hover {
        --tw-gradient-to: #b7b7b7;
    }

    .sm\:hover\:to-medium_blue:hover {
        --tw-gradient-to: #45cdfc;
    }

    .sm\:hover\:to-dark_blue:hover {
        --tw-gradient-to: #0080ac;
    }

    .sm\:hover\:to-text_blue:hover {
        --tw-gradient-to: #3FB2CF;
    }

    .sm\:hover\:to-footer_bg:hover {
        --tw-gradient-to: #464646;
    }

    .sm\:hover\:to-brown:hover {
        --tw-gradient-to: #805300;
    }

    .sm\:hover\:to-dark_brown:hover {
        --tw-gradient-to: #874433;
    }

    .sm\:hover\:to-Light_purple:hover {
        --tw-gradient-to: #65479b;
    }

    .sm\:hover\:to-dark_green:hover {
        --tw-gradient-to: #479b51;
    }

    .sm\:hover\:to-medium_green:hover {
        --tw-gradient-to: #3aac2b;
    }

    .sm\:hover\:to-light_green:hover {
        --tw-gradient-to: #9acb3e;
    }

    .sm\:hover\:to-green_900:hover {
        --tw-gradient-to: #396676;
    }

    .sm\:hover\:to-dark_border:hover {
        --tw-gradient-to: #707070;
    }

    .sm\:focus\:to-transparent:focus {
        --tw-gradient-to: transparent;
    }

    .sm\:focus\:to-current:focus {
        --tw-gradient-to: currentColor;
    }

    .sm\:focus\:to-black:focus {
        --tw-gradient-to: #000;
    }

    .sm\:focus\:to-white:focus {
        --tw-gradient-to: #fff;
    }

    .sm\:focus\:to-gray-50:focus {
        --tw-gradient-to: #f9fafb;
    }

    .sm\:focus\:to-gray-100:focus {
        --tw-gradient-to: #f3f4f6;
    }

    .sm\:focus\:to-gray-200:focus {
        --tw-gradient-to: #e5e7eb;
    }

    .sm\:focus\:to-gray-300:focus {
        --tw-gradient-to: #d1d5db;
    }

    .sm\:focus\:to-gray-400:focus {
        --tw-gradient-to: #9ca3af;
    }

    .sm\:focus\:to-gray-500:focus {
        --tw-gradient-to: #6b7280;
    }

    .sm\:focus\:to-gray-600:focus {
        --tw-gradient-to: #4b5563;
    }

    .sm\:focus\:to-gray-700:focus {
        --tw-gradient-to: #374151;
    }

    .sm\:focus\:to-gray-800:focus {
        --tw-gradient-to: #1f2937;
    }

    .sm\:focus\:to-gray-900:focus {
        --tw-gradient-to: #111827;
    }

    .sm\:focus\:to-red-50:focus {
        --tw-gradient-to: #fef2f2;
    }

    .sm\:focus\:to-red-100:focus {
        --tw-gradient-to: #fee2e2;
    }

    .sm\:focus\:to-red-200:focus {
        --tw-gradient-to: #fecaca;
    }

    .sm\:focus\:to-red-300:focus {
        --tw-gradient-to: #fca5a5;
    }

    .sm\:focus\:to-red-400:focus {
        --tw-gradient-to: #f87171;
    }

    .sm\:focus\:to-red-500:focus {
        --tw-gradient-to: #ef4444;
    }

    .sm\:focus\:to-red-600:focus {
        --tw-gradient-to: #dc2626;
    }

    .sm\:focus\:to-red-700:focus {
        --tw-gradient-to: #b91c1c;
    }

    .sm\:focus\:to-red-800:focus {
        --tw-gradient-to: #991b1b;
    }

    .sm\:focus\:to-red-900:focus {
        --tw-gradient-to: #7f1d1d;
    }

    .sm\:focus\:to-yellow:focus {
        --tw-gradient-to: #ed9143;
    }

    .sm\:focus\:to-green:focus {
        --tw-gradient-to: #7bbc00;
    }

    .sm\:focus\:to-blue:focus {
        --tw-gradient-to: #5ba4dc;
    }

    .sm\:focus\:to-indigo-50:focus {
        --tw-gradient-to: #eef2ff;
    }

    .sm\:focus\:to-indigo-100:focus {
        --tw-gradient-to: #e0e7ff;
    }

    .sm\:focus\:to-indigo-200:focus {
        --tw-gradient-to: #c7d2fe;
    }

    .sm\:focus\:to-indigo-300:focus {
        --tw-gradient-to: #a5b4fc;
    }

    .sm\:focus\:to-indigo-400:focus {
        --tw-gradient-to: #818cf8;
    }

    .sm\:focus\:to-indigo-500:focus {
        --tw-gradient-to: #6366f1;
    }

    .sm\:focus\:to-indigo-600:focus {
        --tw-gradient-to: #4f46e5;
    }

    .sm\:focus\:to-indigo-700:focus {
        --tw-gradient-to: #4338ca;
    }

    .sm\:focus\:to-indigo-800:focus {
        --tw-gradient-to: #3730a3;
    }

    .sm\:focus\:to-indigo-900:focus {
        --tw-gradient-to: #312e81;
    }

    .sm\:focus\:to-purple:focus {
        --tw-gradient-to: #6847c3;
    }

    .sm\:focus\:to-pink:focus {
        --tw-gradient-to: #850737;
    }

    .sm\:focus\:to-primary:focus {
        --tw-gradient-to: #6E6E6E;
    }

    .sm\:focus\:to-secondary:focus {
        --tw-gradient-to: #ededed;
    }

    .sm\:focus\:to-body_bg:focus {
        --tw-gradient-to: #ffffff;
    }

    .sm\:focus\:to-body_text:focus {
        --tw-gradient-to: #4a4349;
    }

    .sm\:focus\:to-title:focus {
        --tw-gradient-to: #3fb2cf;
    }

    .sm\:focus\:to-grey:focus {
        --tw-gradient-to: #524A51;
    }

    .sm\:focus\:to-dark_grey:focus {
        --tw-gradient-to: #4a4349;
    }

    .sm\:focus\:to-light_grey:focus {
        --tw-gradient-to: #B7B7B7;
    }

    .sm\:focus\:to-medium_grey:focus {
        --tw-gradient-to: #575156;
    }

    .sm\:focus\:to-lightten_grey:focus {
        --tw-gradient-to: #C6C6C6;
    }

    .sm\:focus\:to-grey_300:focus {
        --tw-gradient-to: #d3d3d3;
    }

    .sm\:focus\:to-grey_400:focus {
        --tw-gradient-to: #b7b7b7;
    }

    .sm\:focus\:to-medium_blue:focus {
        --tw-gradient-to: #45cdfc;
    }

    .sm\:focus\:to-dark_blue:focus {
        --tw-gradient-to: #0080ac;
    }

    .sm\:focus\:to-text_blue:focus {
        --tw-gradient-to: #3FB2CF;
    }

    .sm\:focus\:to-footer_bg:focus {
        --tw-gradient-to: #464646;
    }

    .sm\:focus\:to-brown:focus {
        --tw-gradient-to: #805300;
    }

    .sm\:focus\:to-dark_brown:focus {
        --tw-gradient-to: #874433;
    }

    .sm\:focus\:to-Light_purple:focus {
        --tw-gradient-to: #65479b;
    }

    .sm\:focus\:to-dark_green:focus {
        --tw-gradient-to: #479b51;
    }

    .sm\:focus\:to-medium_green:focus {
        --tw-gradient-to: #3aac2b;
    }

    .sm\:focus\:to-light_green:focus {
        --tw-gradient-to: #9acb3e;
    }

    .sm\:focus\:to-green_900:focus {
        --tw-gradient-to: #396676;
    }

    .sm\:focus\:to-dark_border:focus {
        --tw-gradient-to: #707070;
    }

    .sm\:decoration-slice {
        -webkit-box-decoration-break: slice;
        box-decoration-break: slice;
    }

    .sm\:decoration-clone {
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
    }

    .sm\:bg-auto {
        background-size: auto;
    }

    .sm\:bg-cover {
        background-size: cover;
    }

    .sm\:bg-contain {
        background-size: contain;
    }

    .sm\:bg-fixed {
        background-attachment: fixed;
    }

    .sm\:bg-local {
        background-attachment: local;
    }

    .sm\:bg-scroll {
        background-attachment: scroll;
    }

    .sm\:bg-clip-border {
        background-clip: border-box;
    }

    .sm\:bg-clip-padding {
        background-clip: padding-box;
    }

    .sm\:bg-clip-content {
        background-clip: content-box;
    }

    .sm\:bg-clip-text {
        -webkit-background-clip: text;
        background-clip: text;
    }

    .sm\:bg-bottom {
        background-position: bottom;
    }

    .sm\:bg-center {
        background-position: center;
    }

    .sm\:bg-left {
        background-position: left;
    }

    .sm\:bg-left-bottom {
        background-position: left bottom;
    }

    .sm\:bg-left-top {
        background-position: left top;
    }

    .sm\:bg-right {
        background-position: right;
    }

    .sm\:bg-right-bottom {
        background-position: right bottom;
    }

    .sm\:bg-right-top {
        background-position: right top;
    }

    .sm\:bg-top {
        background-position: top;
    }

    .sm\:bg-repeat {
        background-repeat: repeat;
    }

    .sm\:bg-no-repeat {
        background-repeat: no-repeat;
    }

    .sm\:bg-repeat-x {
        background-repeat: repeat-x;
    }

    .sm\:bg-repeat-y {
        background-repeat: repeat-y;
    }

    .sm\:bg-repeat-round {
        background-repeat: round;
    }

    .sm\:bg-repeat-space {
        background-repeat: space;
    }

    .sm\:bg-origin-border {
        background-origin: border-box;
    }

    .sm\:bg-origin-padding {
        background-origin: padding-box;
    }

    .sm\:bg-origin-content {
        background-origin: content-box;
    }

    .sm\:fill-current {
        fill: currentColor;
    }

    .sm\:stroke-current {
        stroke: currentColor;
    }

    .sm\:stroke-0 {
        stroke-width: 0;
    }

    .sm\:stroke-1 {
        stroke-width: 1;
    }

    .sm\:stroke-2 {
        stroke-width: 2;
    }

    .sm\:object-contain {
        -o-object-fit: contain;
        object-fit: contain;
    }

    .sm\:object-cover {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .sm\:object-fill {
        -o-object-fit: fill;
        object-fit: fill;
    }

    .sm\:object-none {
        -o-object-fit: none;
        object-fit: none;
    }

    .sm\:object-scale-down {
        -o-object-fit: scale-down;
        object-fit: scale-down;
    }

    .sm\:object-bottom {
        -o-object-position: bottom;
        object-position: bottom;
    }

    .sm\:object-center {
        -o-object-position: center;
        object-position: center;
    }

    .sm\:object-left {
        -o-object-position: left;
        object-position: left;
    }

    .sm\:object-left-bottom {
        -o-object-position: left bottom;
        object-position: left bottom;
    }

    .sm\:object-left-top {
        -o-object-position: left top;
        object-position: left top;
    }

    .sm\:object-right {
        -o-object-position: right;
        object-position: right;
    }

    .sm\:object-right-bottom {
        -o-object-position: right bottom;
        object-position: right bottom;
    }

    .sm\:object-right-top {
        -o-object-position: right top;
        object-position: right top;
    }

    .sm\:object-top {
        -o-object-position: top;
        object-position: top;
    }

    .sm\:p-0 {
        padding: 0px;
    }

    .sm\:p-1 {
        padding: 0.25rem;
    }

    .sm\:p-2 {
        padding: 0.5rem;
    }

    .sm\:p-3 {
        padding: 0.75rem;
    }

    .sm\:p-4 {
        padding: 1rem;
    }

    .sm\:p-5 {
        padding: 1.25rem;
    }

    .sm\:p-6 {
        padding: 1.5rem;
    }

    .sm\:p-7 {
        padding: 1.75rem;
    }

    .sm\:p-8 {
        padding: 2rem;
    }

    .sm\:p-9 {
        padding: 2.25rem;
    }

    .sm\:p-10 {
        padding: 2.5rem;
    }

    .sm\:p-11 {
        padding: 2.75rem;
    }

    .sm\:p-12 {
        padding: 3rem;
    }

    .sm\:p-13 {
        padding: 52px;
    }

    .sm\:p-14 {
        padding: 3.5rem;
    }

    .sm\:p-15 {
        padding: 3.93rem;
    }

    .sm\:p-16 {
        padding: 4rem;
    }

    .sm\:p-18 {
        padding: 4.375rem;
    }

    .sm\:p-19 {
        padding: 76px;
    }

    .sm\:p-20 {
        padding: 5rem;
    }

    .sm\:p-22 {
        padding: 5.625rem;
    }

    .sm\:p-24 {
        padding: 6rem;
    }

    .sm\:p-26 {
        padding: 6.6875rem;
    }

    .sm\:p-28 {
        padding: 7rem;
    }

    .sm\:p-30 {
        padding: 120px;
    }

    .sm\:p-32 {
        padding: 8rem;
    }

    .sm\:p-36 {
        padding: 9rem;
    }

    .sm\:p-40 {
        padding: 10rem;
    }

    .sm\:p-44 {
        padding: 11rem;
    }

    .sm\:p-46 {
        padding: 11.5625rem;
    }

    .sm\:p-48 {
        padding: 12rem;
    }

    .sm\:p-52 {
        padding: 13rem;
    }

    .sm\:p-56 {
        padding: 14rem;
    }

    .sm\:p-60 {
        padding: 15rem;
    }

    .sm\:p-64 {
        padding: 16rem;
    }

    .sm\:p-72 {
        padding: 18rem;
    }

    .sm\:p-80 {
        padding: 20rem;
    }

    .sm\:p-96 {
        padding: 24rem;
    }

    .sm\:p-px {
        padding: 1px;
    }

    .sm\:p-0\.5 {
        padding: 0.125rem;
    }

    .sm\:p-1\.5 {
        padding: 0.375rem;
    }

    .sm\:p-2\.5 {
        padding: 0.625rem;
    }

    .sm\:p-3\.5 {
        padding: 0.875rem;
    }

    .sm\:p-5p {
        padding: 5px;
    }

    .sm\:p-10p {
        padding: 10px;
    }

    .sm\:p-14p {
        padding: 14px;
    }

    .sm\:p-15p {
        padding: 15px;
    }

    .sm\:p-15_2 {
        padding: 60px;
    }

    .sm\:p-16_1 {
        padding: 52px;
    }

    .sm\:p-16p {
        padding: 16px;
    }

    .sm\:p-25p {
        padding: 25px;
    }

    .sm\:p-48p {
        padding: 48%;
    }

    .sm\:p-52p {
        padding: 52%;
    }

    .sm\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .sm\:px-1 {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .sm\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .sm\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .sm\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .sm\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .sm\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

    .sm\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .sm\:px-9 {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }

    .sm\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .sm\:px-11 {
        padding-left: 2.75rem;
        padding-right: 2.75rem;
    }

    .sm\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .sm\:px-13 {
        padding-left: 52px;
        padding-right: 52px;
    }

    .sm\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }

    .sm\:px-15 {
        padding-left: 3.93rem;
        padding-right: 3.93rem;
    }

    .sm\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .sm\:px-18 {
        padding-left: 4.375rem;
        padding-right: 4.375rem;
    }

    .sm\:px-19 {
        padding-left: 76px;
        padding-right: 76px;
    }

    .sm\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .sm\:px-22 {
        padding-left: 5.625rem;
        padding-right: 5.625rem;
    }

    .sm\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem;
    }

    .sm\:px-26 {
        padding-left: 6.6875rem;
        padding-right: 6.6875rem;
    }

    .sm\:px-28 {
        padding-left: 7rem;
        padding-right: 7rem;
    }

    .sm\:px-30 {
        padding-left: 120px;
        padding-right: 120px;
    }

    .sm\:px-32 {
        padding-left: 8rem;
        padding-right: 8rem;
    }

    .sm\:px-36 {
        padding-left: 9rem;
        padding-right: 9rem;
    }

    .sm\:px-40 {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .sm\:px-44 {
        padding-left: 11rem;
        padding-right: 11rem;
    }

    .sm\:px-46 {
        padding-left: 11.5625rem;
        padding-right: 11.5625rem;
    }

    .sm\:px-48 {
        padding-left: 12rem;
        padding-right: 12rem;
    }

    .sm\:px-52 {
        padding-left: 13rem;
        padding-right: 13rem;
    }

    .sm\:px-56 {
        padding-left: 14rem;
        padding-right: 14rem;
    }

    .sm\:px-60 {
        padding-left: 15rem;
        padding-right: 15rem;
    }

    .sm\:px-64 {
        padding-left: 16rem;
        padding-right: 16rem;
    }

    .sm\:px-72 {
        padding-left: 18rem;
        padding-right: 18rem;
    }

    .sm\:px-80 {
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .sm\:px-96 {
        padding-left: 24rem;
        padding-right: 24rem;
    }

    .sm\:px-px {
        padding-left: 1px;
        padding-right: 1px;
    }

    .sm\:px-0\.5 {
        padding-left: 0.125rem;
        padding-right: 0.125rem;
    }

    .sm\:px-1\.5 {
        padding-left: 0.375rem;
        padding-right: 0.375rem;
    }

    .sm\:px-2\.5 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }

    .sm\:px-3\.5 {
        padding-left: 0.875rem;
        padding-right: 0.875rem;
    }

    .sm\:px-5p {
        padding-left: 5px;
        padding-right: 5px;
    }

    .sm\:px-10p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .sm\:px-14p {
        padding-left: 14px;
        padding-right: 14px;
    }

    .sm\:px-15p {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sm\:px-15_2 {
        padding-left: 60px;
        padding-right: 60px;
    }

    .sm\:px-16_1 {
        padding-left: 52px;
        padding-right: 52px;
    }

    .sm\:px-16p {
        padding-left: 16px;
        padding-right: 16px;
    }

    .sm\:px-25p {
        padding-left: 25px;
        padding-right: 25px;
    }

    .sm\:px-48p {
        padding-left: 48%;
        padding-right: 48%;
    }

    .sm\:px-52p {
        padding-left: 52%;
        padding-right: 52%;
    }

    .sm\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .sm\:py-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .sm\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .sm\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .sm\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .sm\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .sm\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .sm\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

    .sm\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .sm\:py-9 {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }

    .sm\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .sm\:py-11 {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem;
    }

    .sm\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .sm\:py-13 {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .sm\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .sm\:py-15 {
        padding-top: 3.93rem;
        padding-bottom: 3.93rem;
    }

    .sm\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .sm\:py-18 {
        padding-top: 4.375rem;
        padding-bottom: 4.375rem;
    }

    .sm\:py-19 {
        padding-top: 76px;
        padding-bottom: 76px;
    }

    .sm\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .sm\:py-22 {
        padding-top: 5.625rem;
        padding-bottom: 5.625rem;
    }

    .sm\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .sm\:py-26 {
        padding-top: 6.6875rem;
        padding-bottom: 6.6875rem;
    }

    .sm\:py-28 {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    .sm\:py-30 {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .sm\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .sm\:py-36 {
        padding-top: 9rem;
        padding-bottom: 9rem;
    }

    .sm\:py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .sm\:py-44 {
        padding-top: 11rem;
        padding-bottom: 11rem;
    }

    .sm\:py-46 {
        padding-top: 11.5625rem;
        padding-bottom: 11.5625rem;
    }

    .sm\:py-48 {
        padding-top: 12rem;
        padding-bottom: 12rem;
    }

    .sm\:py-52 {
        padding-top: 13rem;
        padding-bottom: 13rem;
    }

    .sm\:py-56 {
        padding-top: 14rem;
        padding-bottom: 14rem;
    }

    .sm\:py-60 {
        padding-top: 15rem;
        padding-bottom: 15rem;
    }

    .sm\:py-64 {
        padding-top: 16rem;
        padding-bottom: 16rem;
    }

    .sm\:py-72 {
        padding-top: 18rem;
        padding-bottom: 18rem;
    }

    .sm\:py-80 {
        padding-top: 20rem;
        padding-bottom: 20rem;
    }

    .sm\:py-96 {
        padding-top: 24rem;
        padding-bottom: 24rem;
    }

    .sm\:py-px {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .sm\:py-0\.5 {
        padding-top: 0.125rem;
        padding-bottom: 0.125rem;
    }

    .sm\:py-1\.5 {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
    }

    .sm\:py-2\.5 {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }

    .sm\:py-3\.5 {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
    }

    .sm\:py-5p {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .sm\:py-10p {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .sm\:py-14p {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .sm\:py-15p {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .sm\:py-15_2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .sm\:py-16_1 {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .sm\:py-16p {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .sm\:py-25p {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .sm\:py-48p {
        padding-top: 48%;
        padding-bottom: 48%;
    }

    .sm\:py-52p {
        padding-top: 52%;
        padding-bottom: 52%;
    }

    .sm\:pt-0 {
        padding-top: 0px;
    }

    .sm\:pt-1 {
        padding-top: 0.25rem;
    }

    .sm\:pt-2 {
        padding-top: 0.5rem;
    }

    .sm\:pt-3 {
        padding-top: 0.75rem;
    }

    .sm\:pt-4 {
        padding-top: 1rem;
    }

    .sm\:pt-5 {
        padding-top: 1.25rem;
    }

    .sm\:pt-6 {
        padding-top: 1.5rem;
    }

    .sm\:pt-7 {
        padding-top: 1.75rem;
    }

    .sm\:pt-8 {
        padding-top: 2rem;
    }

    .sm\:pt-9 {
        padding-top: 2.25rem;
    }

    .sm\:pt-10 {
        padding-top: 2.5rem;
    }

    .sm\:pt-11 {
        padding-top: 2.75rem;
    }

    .sm\:pt-12 {
        padding-top: 3rem;
    }

    .sm\:pt-13 {
        padding-top: 52px;
    }

    .sm\:pt-14 {
        padding-top: 3.5rem;
    }

    .sm\:pt-15 {
        padding-top: 3.93rem;
    }

    .sm\:pt-16 {
        padding-top: 4rem;
    }

    .sm\:pt-18 {
        padding-top: 4.375rem;
    }

    .sm\:pt-19 {
        padding-top: 76px;
    }

    .sm\:pt-20 {
        padding-top: 5rem;
    }

    .sm\:pt-22 {
        padding-top: 5.625rem;
    }

    .sm\:pt-24 {
        padding-top: 6rem;
    }

    .sm\:pt-26 {
        padding-top: 6.6875rem;
    }

    .sm\:pt-28 {
        padding-top: 7rem;
    }

    .sm\:pt-30 {
        padding-top: 120px;
    }

    .sm\:pt-32 {
        padding-top: 8rem;
    }

    .sm\:pt-36 {
        padding-top: 9rem;
    }

    .sm\:pt-40 {
        padding-top: 10rem;
    }

    .sm\:pt-44 {
        padding-top: 11rem;
    }

    .sm\:pt-46 {
        padding-top: 11.5625rem;
    }

    .sm\:pt-48 {
        padding-top: 12rem;
    }

    .sm\:pt-52 {
        padding-top: 13rem;
    }

    .sm\:pt-56 {
        padding-top: 14rem;
    }

    .sm\:pt-60 {
        padding-top: 15rem;
    }

    .sm\:pt-64 {
        padding-top: 16rem;
    }

    .sm\:pt-72 {
        padding-top: 18rem;
    }

    .sm\:pt-80 {
        padding-top: 20rem;
    }

    .sm\:pt-96 {
        padding-top: 24rem;
    }

    .sm\:pt-px {
        padding-top: 1px;
    }

    .sm\:pt-0\.5 {
        padding-top: 0.125rem;
    }

    .sm\:pt-1\.5 {
        padding-top: 0.375rem;
    }

    .sm\:pt-2\.5 {
        padding-top: 0.625rem;
    }

    .sm\:pt-3\.5 {
        padding-top: 0.875rem;
    }

    .sm\:pt-5p {
        padding-top: 5px;
    }

    .sm\:pt-10p {
        padding-top: 10px;
    }

    .sm\:pt-14p {
        padding-top: 14px;
    }

    .sm\:pt-15p {
        padding-top: 15px;
    }

    .sm\:pt-15_2 {
        padding-top: 60px;
    }

    .sm\:pt-16_1 {
        padding-top: 52px;
    }

    .sm\:pt-16p {
        padding-top: 16px;
    }

    .sm\:pt-25p {
        padding-top: 25px;
    }

    .sm\:pt-48p {
        padding-top: 48%;
    }

    .sm\:pt-52p {
        padding-top: 52%;
    }

    .sm\:pr-0 {
        padding-right: 0px;
    }

    .sm\:pr-1 {
        padding-right: 0.25rem;
    }

    .sm\:pr-2 {
        padding-right: 0.5rem;
    }

    .sm\:pr-3 {
        padding-right: 0.75rem;
    }

    .sm\:pr-4 {
        padding-right: 1rem;
    }

    .sm\:pr-5 {
        padding-right: 1.25rem;
    }

    .sm\:pr-6 {
        padding-right: 1.5rem;
    }

    .sm\:pr-7 {
        padding-right: 1.75rem;
    }

    .sm\:pr-8 {
        padding-right: 2rem;
    }

    .sm\:pr-9 {
        padding-right: 2.25rem;
    }

    .sm\:pr-10 {
        padding-right: 2.5rem;
    }

    .sm\:pr-11 {
        padding-right: 2.75rem;
    }

    .sm\:pr-12 {
        padding-right: 3rem;
    }

    .sm\:pr-13 {
        padding-right: 52px;
    }

    .sm\:pr-14 {
        padding-right: 3.5rem;
    }

    .sm\:pr-15 {
        padding-right: 3.93rem;
    }

    .sm\:pr-16 {
        padding-right: 4rem;
    }

    .sm\:pr-18 {
        padding-right: 4.375rem;
    }

    .sm\:pr-19 {
        padding-right: 76px;
    }

    .sm\:pr-20 {
        padding-right: 5rem;
    }

    .sm\:pr-22 {
        padding-right: 5.625rem;
    }

    .sm\:pr-24 {
        padding-right: 6rem;
    }

    .sm\:pr-26 {
        padding-right: 6.6875rem;
    }

    .sm\:pr-28 {
        padding-right: 7rem;
    }

    .sm\:pr-30 {
        padding-right: 120px;
    }

    .sm\:pr-32 {
        padding-right: 8rem;
    }

    .sm\:pr-36 {
        padding-right: 9rem;
    }

    .sm\:pr-40 {
        padding-right: 10rem;
    }

    .sm\:pr-44 {
        padding-right: 11rem;
    }

    .sm\:pr-46 {
        padding-right: 11.5625rem;
    }

    .sm\:pr-48 {
        padding-right: 12rem;
    }

    .sm\:pr-52 {
        padding-right: 13rem;
    }

    .sm\:pr-56 {
        padding-right: 14rem;
    }

    .sm\:pr-60 {
        padding-right: 15rem;
    }

    .sm\:pr-64 {
        padding-right: 16rem;
    }

    .sm\:pr-72 {
        padding-right: 18rem;
    }

    .sm\:pr-80 {
        padding-right: 20rem;
    }

    .sm\:pr-96 {
        padding-right: 24rem;
    }

    .sm\:pr-px {
        padding-right: 1px;
    }

    .sm\:pr-0\.5 {
        padding-right: 0.125rem;
    }

    .sm\:pr-1\.5 {
        padding-right: 0.375rem;
    }

    .sm\:pr-2\.5 {
        padding-right: 0.625rem;
    }

    .sm\:pr-3\.5 {
        padding-right: 0.875rem;
    }

    .sm\:pr-5p {
        padding-right: 5px;
    }

    .sm\:pr-10p {
        padding-right: 10px;
    }

    .sm\:pr-14p {
        padding-right: 14px;
    }

    .sm\:pr-15p {
        padding-right: 15px;
    }

    .sm\:pr-15_2 {
        padding-right: 60px;
    }

    .sm\:pr-16_1 {
        padding-right: 52px;
    }

    .sm\:pr-16p {
        padding-right: 16px;
    }

    .sm\:pr-25p {
        padding-right: 25px;
    }

    .sm\:pr-48p {
        padding-right: 48%;
    }

    .sm\:pr-52p {
        padding-right: 52%;
    }

    .sm\:pb-0 {
        padding-bottom: 0px;
    }

    .sm\:pb-1 {
        padding-bottom: 0.25rem;
    }

    .sm\:pb-2 {
        padding-bottom: 0.5rem;
    }

    .sm\:pb-3 {
        padding-bottom: 0.75rem;
    }

    .sm\:pb-4 {
        padding-bottom: 1rem;
    }

    .sm\:pb-5 {
        padding-bottom: 1.25rem;
    }

    .sm\:pb-6 {
        padding-bottom: 1.5rem;
    }

    .sm\:pb-7 {
        padding-bottom: 1.75rem;
    }

    .sm\:pb-8 {
        padding-bottom: 2rem;
    }

    .sm\:pb-9 {
        padding-bottom: 2.25rem;
    }

    .sm\:pb-10 {
        padding-bottom: 2.5rem;
    }

    .sm\:pb-11 {
        padding-bottom: 2.75rem;
    }

    .sm\:pb-12 {
        padding-bottom: 3rem;
    }

    .sm\:pb-13 {
        padding-bottom: 52px;
    }

    .sm\:pb-14 {
        padding-bottom: 3.5rem;
    }

    .sm\:pb-15 {
        padding-bottom: 3.93rem;
    }

    .sm\:pb-16 {
        padding-bottom: 4rem;
    }

    .sm\:pb-18 {
        padding-bottom: 4.375rem;
    }

    .sm\:pb-19 {
        padding-bottom: 76px;
    }

    .sm\:pb-20 {
        padding-bottom: 5rem;
    }

    .sm\:pb-22 {
        padding-bottom: 5.625rem;
    }

    .sm\:pb-24 {
        padding-bottom: 6rem;
    }

    .sm\:pb-26 {
        padding-bottom: 6.6875rem;
    }

    .sm\:pb-28 {
        padding-bottom: 7rem;
    }

    .sm\:pb-30 {
        padding-bottom: 120px;
    }

    .sm\:pb-32 {
        padding-bottom: 8rem;
    }

    .sm\:pb-36 {
        padding-bottom: 9rem;
    }

    .sm\:pb-40 {
        padding-bottom: 10rem;
    }

    .sm\:pb-44 {
        padding-bottom: 11rem;
    }

    .sm\:pb-46 {
        padding-bottom: 11.5625rem;
    }

    .sm\:pb-48 {
        padding-bottom: 12rem;
    }

    .sm\:pb-52 {
        padding-bottom: 13rem;
    }

    .sm\:pb-56 {
        padding-bottom: 14rem;
    }

    .sm\:pb-60 {
        padding-bottom: 15rem;
    }

    .sm\:pb-64 {
        padding-bottom: 16rem;
    }

    .sm\:pb-72 {
        padding-bottom: 18rem;
    }

    .sm\:pb-80 {
        padding-bottom: 20rem;
    }

    .sm\:pb-96 {
        padding-bottom: 24rem;
    }

    .sm\:pb-px {
        padding-bottom: 1px;
    }

    .sm\:pb-0\.5 {
        padding-bottom: 0.125rem;
    }

    .sm\:pb-1\.5 {
        padding-bottom: 0.375rem;
    }

    .sm\:pb-2\.5 {
        padding-bottom: 0.625rem;
    }

    .sm\:pb-3\.5 {
        padding-bottom: 0.875rem;
    }

    .sm\:pb-5p {
        padding-bottom: 5px;
    }

    .sm\:pb-10p {
        padding-bottom: 10px;
    }

    .sm\:pb-14p {
        padding-bottom: 14px;
    }

    .sm\:pb-15p {
        padding-bottom: 15px;
    }

    .sm\:pb-15_2 {
        padding-bottom: 60px;
    }

    .sm\:pb-16_1 {
        padding-bottom: 52px;
    }

    .sm\:pb-16p {
        padding-bottom: 16px;
    }

    .sm\:pb-25p {
        padding-bottom: 25px;
    }

    .sm\:pb-48p {
        padding-bottom: 48%;
    }

    .sm\:pb-52p {
        padding-bottom: 52%;
    }

    .sm\:pl-0 {
        padding-left: 0px;
    }

    .sm\:pl-1 {
        padding-left: 0.25rem;
    }

    .sm\:pl-2 {
        padding-left: 0.5rem;
    }

    .sm\:pl-3 {
        padding-left: 0.75rem;
    }

    .sm\:pl-4 {
        padding-left: 1rem;
    }

    .sm\:pl-5 {
        padding-left: 1.25rem;
    }

    .sm\:pl-6 {
        padding-left: 1.5rem;
    }

    .sm\:pl-7 {
        padding-left: 1.75rem;
    }

    .sm\:pl-8 {
        padding-left: 2rem;
    }

    .sm\:pl-9 {
        padding-left: 2.25rem;
    }

    .sm\:pl-10 {
        padding-left: 2.5rem;
    }

    .sm\:pl-11 {
        padding-left: 2.75rem;
    }

    .sm\:pl-12 {
        padding-left: 3rem;
    }

    .sm\:pl-13 {
        padding-left: 52px;
    }

    .sm\:pl-14 {
        padding-left: 3.5rem;
    }

    .sm\:pl-15 {
        padding-left: 3.93rem;
    }

    .sm\:pl-16 {
        padding-left: 4rem;
    }

    .sm\:pl-18 {
        padding-left: 4.375rem;
    }

    .sm\:pl-19 {
        padding-left: 76px;
    }

    .sm\:pl-20 {
        padding-left: 5rem;
    }

    .sm\:pl-22 {
        padding-left: 5.625rem;
    }

    .sm\:pl-24 {
        padding-left: 6rem;
    }

    .sm\:pl-26 {
        padding-left: 6.6875rem;
    }

    .sm\:pl-28 {
        padding-left: 7rem;
    }

    .sm\:pl-30 {
        padding-left: 120px;
    }

    .sm\:pl-32 {
        padding-left: 8rem;
    }

    .sm\:pl-36 {
        padding-left: 9rem;
    }

    .sm\:pl-40 {
        padding-left: 10rem;
    }

    .sm\:pl-44 {
        padding-left: 11rem;
    }

    .sm\:pl-46 {
        padding-left: 11.5625rem;
    }

    .sm\:pl-48 {
        padding-left: 12rem;
    }

    .sm\:pl-52 {
        padding-left: 13rem;
    }

    .sm\:pl-56 {
        padding-left: 14rem;
    }

    .sm\:pl-60 {
        padding-left: 15rem;
    }

    .sm\:pl-64 {
        padding-left: 16rem;
    }

    .sm\:pl-72 {
        padding-left: 18rem;
    }

    .sm\:pl-80 {
        padding-left: 20rem;
    }

    .sm\:pl-96 {
        padding-left: 24rem;
    }

    .sm\:pl-px {
        padding-left: 1px;
    }

    .sm\:pl-0\.5 {
        padding-left: 0.125rem;
    }

    .sm\:pl-1\.5 {
        padding-left: 0.375rem;
    }

    .sm\:pl-2\.5 {
        padding-left: 0.625rem;
    }

    .sm\:pl-3\.5 {
        padding-left: 0.875rem;
    }

    .sm\:pl-5p {
        padding-left: 5px;
    }

    .sm\:pl-10p {
        padding-left: 10px;
    }

    .sm\:pl-14p {
        padding-left: 14px;
    }

    .sm\:pl-15p {
        padding-left: 15px;
    }

    .sm\:pl-15_2 {
        padding-left: 60px;
    }

    .sm\:pl-16_1 {
        padding-left: 52px;
    }

    .sm\:pl-16p {
        padding-left: 16px;
    }

    .sm\:pl-25p {
        padding-left: 25px;
    }

    .sm\:pl-48p {
        padding-left: 48%;
    }

    .sm\:pl-52p {
        padding-left: 52%;
    }

    .sm\:text-left {
        text-align: left;
    }

    .sm\:text-center {
        text-align: center;
    }

    .sm\:text-right {
        text-align: right;
    }

    .sm\:text-justify {
        text-align: justify;
    }

    .sm\:align-baseline {
        vertical-align: baseline;
    }

    .sm\:align-top {
        vertical-align: top;
    }

    .sm\:align-middle {
        vertical-align: middle;
    }

    .sm\:align-bottom {
        vertical-align: bottom;
    }

    .sm\:align-text-top {
        vertical-align: text-top;
    }

    .sm\:align-text-bottom {
        vertical-align: text-bottom;
    }

    .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";
    }

    .sm\:font-serif {
        font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    }

    .sm\:font-mono {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    }

    .sm\:font-body {
        font-family: "Red Hat Display";
    }

    .sm\:font-primary {
        font-family: "Noto Sans";
    }

    .sm\:font-secondary {
        font-family: "Montserrat";
    }

    .sm\:font-Helvetica_Bold {
        font-family: "Helvetica-Bold";
    }

    .sm\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }

    .sm\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .sm\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .sm\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .sm\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .sm\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .sm\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .sm\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .sm\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

    .sm\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }

    .sm\:text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }

    .sm\:text-8xl {
        font-size: 6rem;
        line-height: 1;
    }

    .sm\:text-9xl {
        font-size: 8rem;
        line-height: 1;
    }

    .sm\:text-10p {
        font-size: 0.625rem;
    }

    .sm\:text-50p {
        font-size: 3.125rem;
    }

    .sm\:text-40p {
        font-size: 2.5rem;
    }

    .sm\:text-8\.5xl {
        font-size: 7.5rem;
        line-height: 7.8rem;
    }

    .sm\:text-80p {
        font-size: 80px;
        line-height: 90px;
    }

    .sm\:font-thin {
        font-weight: 100;
    }

    .sm\:font-extralight {
        font-weight: 200;
    }

    .sm\:font-light {
        font-weight: 300;
    }

    .sm\:font-normal {
        font-weight: 400;
    }

    .sm\:font-medium {
        font-weight: 500;
    }

    .sm\:font-semibold {
        font-weight: 600;
    }

    .sm\:font-bold {
        font-weight: 700;
    }

    .sm\:font-extrabold {
        font-weight: 800;
    }

    .sm\:font-black {
        font-weight: 900;
    }

    .sm\:uppercase {
        text-transform: uppercase;
    }

    .sm\:lowercase {
        text-transform: lowercase;
    }

    .sm\:capitalize {
        text-transform: capitalize;
    }

    .sm\:normal-case {
        text-transform: none;
    }

    .sm\:italic {
        font-style: italic;
    }

    .sm\:not-italic {
        font-style: normal;
    }

    .sm\:ordinal,
    .sm\:slashed-zero,
    .sm\:lining-nums,
    .sm\:oldstyle-nums,
    .sm\:proportional-nums,
    .sm\:tabular-nums,
    .sm\:diagonal-fractions,
    .sm\:stacked-fractions {
        --tw-ordinal: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-slashed-zero: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-numeric-figure: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-numeric-spacing: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-numeric-fraction: var(--tw-empty,
                /*!*/
                /*!*/
            );
        font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
    }

    .sm\:normal-nums {
        font-variant-numeric: normal;
    }

    .sm\:ordinal {
        --tw-ordinal: ordinal;
    }

    .sm\:slashed-zero {
        --tw-slashed-zero: slashed-zero;
    }

    .sm\:lining-nums {
        --tw-numeric-figure: lining-nums;
    }

    .sm\:oldstyle-nums {
        --tw-numeric-figure: oldstyle-nums;
    }

    .sm\:proportional-nums {
        --tw-numeric-spacing: proportional-nums;
    }

    .sm\:tabular-nums {
        --tw-numeric-spacing: tabular-nums;
    }

    .sm\:diagonal-fractions {
        --tw-numeric-fraction: diagonal-fractions;
    }

    .sm\:stacked-fractions {
        --tw-numeric-fraction: stacked-fractions;
    }

    .sm\:leading-3 {
        line-height: .75rem;
    }

    .sm\:leading-4 {
        line-height: 1rem;
    }

    .sm\:leading-5 {
        line-height: 1.25rem;
    }

    .sm\:leading-6 {
        line-height: 1.5rem;
    }

    .sm\:leading-7 {
        line-height: 1.75rem;
    }

    .sm\:leading-8 {
        line-height: 2rem;
    }

    .sm\:leading-9 {
        line-height: 2.25rem;
    }

    .sm\:leading-10 {
        line-height: 2.5rem;
    }

    .sm\:leading-none {
        line-height: 1;
    }

    .sm\:leading-tight {
        line-height: 1.25;
    }

    .sm\:leading-snug {
        line-height: 1.375;
    }

    .sm\:leading-normal {
        line-height: 1.5;
    }

    .sm\:leading-relaxed {
        line-height: 1.625;
    }

    .sm\:leading-loose {
        line-height: 2;
    }

    .sm\:tracking-tightest {
        letter-spacing: -.075em;
    }

    .sm\:tracking-tighter {
        letter-spacing: -.05em;
    }

    .sm\:tracking-tight {
        letter-spacing: -.025em;
    }

    .sm\:tracking-normal {
        letter-spacing: 0;
    }

    .sm\:tracking-wide {
        letter-spacing: 1.5px;
    }

    .sm\:tracking-wider {
        letter-spacing: .05em;
    }

    .sm\:tracking-wider_lg {
        letter-spacing: .1em;
    }

    .sm\:tracking-widest {
        letter-spacing: .15em;
    }

    .sm\:text-transparent {
        color: transparent;
    }

    .sm\:text-current {
        color: currentColor;
    }

    .sm\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .sm\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .sm\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .sm\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .sm\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .sm\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .sm\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .sm\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .sm\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .sm\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .sm\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .sm\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .sm\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .sm\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .sm\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .sm\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .sm\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .sm\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .sm\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .sm\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .sm\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .sm\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .sm\:text-yellow {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .sm\:text-green {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .sm\:text-blue {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .sm\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .sm\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .sm\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .sm\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .sm\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .sm\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .sm\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .sm\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .sm\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .sm\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .sm\:text-purple {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .sm\:text-pink {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .sm\:text-primary {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .sm\:text-secondary {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .sm\:text-body_bg {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .sm\:text-body_text {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .sm\:text-title {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .sm\:text-grey {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .sm\:text-dark_grey {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .sm\:text-light_grey {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .sm\:text-medium_grey {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .sm\:text-lightten_grey {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .sm\:text-grey_300 {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .sm\:text-grey_400 {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .sm\:text-medium_blue {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .sm\:text-dark_blue {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .sm\:text-text_blue {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .sm\:text-footer_bg {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .sm\:text-brown {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .sm\:text-dark_brown {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .sm\:text-Light_purple {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .sm\:text-dark_green {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .sm\:text-medium_green {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .sm\:text-light_green {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .sm\:text-green_900 {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .sm\:text-dark_border {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-transparent {
        color: transparent;
    }

    .group:hover .sm\:group-hover\:text-current {
        color: currentColor;
    }

    .group:hover .sm\:group-hover\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-yellow {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-green {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-blue {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-purple {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-pink {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-primary {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-secondary {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-body_bg {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-body_text {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-title {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-grey {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-dark_grey {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-light_grey {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-medium_grey {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-lightten_grey {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-grey_300 {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-grey_400 {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-medium_blue {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-dark_blue {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-text_blue {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-footer_bg {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-brown {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-dark_brown {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-Light_purple {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-dark_green {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-medium_green {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-light_green {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-green_900 {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .group:hover .sm\:group-hover\:text-dark_border {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-transparent:focus-within {
        color: transparent;
    }

    .sm\:focus-within\:text-current:focus-within {
        color: currentColor;
    }

    .sm\:focus-within\:text-black:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-white:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-gray-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-gray-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-gray-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-gray-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-gray-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-gray-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-gray-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-gray-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-gray-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-gray-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-red-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-red-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-red-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-red-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-red-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-red-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-red-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-red-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-red-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-red-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-yellow:focus-within {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-indigo-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-indigo-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-indigo-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-indigo-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-indigo-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-indigo-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-indigo-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-indigo-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-indigo-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-indigo-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-purple:focus-within {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-pink:focus-within {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-primary:focus-within {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-secondary:focus-within {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-body_bg:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-body_text:focus-within {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-title:focus-within {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-dark_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-light_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-medium_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-lightten_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-grey_300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-grey_400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-medium_blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-dark_blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-text_blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-footer_bg:focus-within {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-brown:focus-within {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-dark_brown:focus-within {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-Light_purple:focus-within {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-dark_green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-medium_green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-light_green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-green_900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .sm\:focus-within\:text-dark_border:focus-within {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .sm\:hover\:text-transparent:hover {
        color: transparent;
    }

    .sm\:hover\:text-current:hover {
        color: currentColor;
    }

    .sm\:hover\:text-black:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .sm\:hover\:text-white:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .sm\:hover\:text-gray-50:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .sm\:hover\:text-gray-100:hover {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .sm\:hover\:text-gray-200:hover {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .sm\:hover\:text-gray-300:hover {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .sm\:hover\:text-gray-400:hover {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .sm\:hover\:text-gray-500:hover {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .sm\:hover\:text-gray-600:hover {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .sm\:hover\:text-gray-700:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .sm\:hover\:text-gray-800:hover {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .sm\:hover\:text-gray-900:hover {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .sm\:hover\:text-red-50:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .sm\:hover\:text-red-100:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .sm\:hover\:text-red-200:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .sm\:hover\:text-red-300:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .sm\:hover\:text-red-400:hover {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .sm\:hover\:text-red-500:hover {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .sm\:hover\:text-red-600:hover {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .sm\:hover\:text-red-700:hover {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .sm\:hover\:text-red-800:hover {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .sm\:hover\:text-red-900:hover {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .sm\:hover\:text-yellow:hover {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .sm\:hover\:text-green:hover {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .sm\:hover\:text-blue:hover {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .sm\:hover\:text-indigo-50:hover {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .sm\:hover\:text-indigo-100:hover {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .sm\:hover\:text-indigo-200:hover {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .sm\:hover\:text-indigo-300:hover {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .sm\:hover\:text-indigo-400:hover {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .sm\:hover\:text-indigo-500:hover {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .sm\:hover\:text-indigo-600:hover {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .sm\:hover\:text-indigo-700:hover {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .sm\:hover\:text-indigo-800:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .sm\:hover\:text-indigo-900:hover {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .sm\:hover\:text-purple:hover {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .sm\:hover\:text-pink:hover {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .sm\:hover\:text-primary:hover {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .sm\:hover\:text-secondary:hover {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .sm\:hover\:text-body_bg:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .sm\:hover\:text-body_text:hover {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .sm\:hover\:text-title:hover {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .sm\:hover\:text-grey:hover {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .sm\:hover\:text-dark_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .sm\:hover\:text-light_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .sm\:hover\:text-medium_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .sm\:hover\:text-lightten_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .sm\:hover\:text-grey_300:hover {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .sm\:hover\:text-grey_400:hover {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .sm\:hover\:text-medium_blue:hover {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .sm\:hover\:text-dark_blue:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .sm\:hover\:text-text_blue:hover {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .sm\:hover\:text-footer_bg:hover {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .sm\:hover\:text-brown:hover {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .sm\:hover\:text-dark_brown:hover {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .sm\:hover\:text-Light_purple:hover {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .sm\:hover\:text-dark_green:hover {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .sm\:hover\:text-medium_green:hover {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .sm\:hover\:text-light_green:hover {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .sm\:hover\:text-green_900:hover {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .sm\:hover\:text-dark_border:hover {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .sm\:focus\:text-transparent:focus {
        color: transparent;
    }

    .sm\:focus\:text-current:focus {
        color: currentColor;
    }

    .sm\:focus\:text-black:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .sm\:focus\:text-white:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .sm\:focus\:text-gray-50:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .sm\:focus\:text-gray-100:focus {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .sm\:focus\:text-gray-200:focus {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .sm\:focus\:text-gray-300:focus {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .sm\:focus\:text-gray-400:focus {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .sm\:focus\:text-gray-500:focus {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .sm\:focus\:text-gray-600:focus {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .sm\:focus\:text-gray-700:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .sm\:focus\:text-gray-800:focus {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .sm\:focus\:text-gray-900:focus {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .sm\:focus\:text-red-50:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .sm\:focus\:text-red-100:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .sm\:focus\:text-red-200:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .sm\:focus\:text-red-300:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .sm\:focus\:text-red-400:focus {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .sm\:focus\:text-red-500:focus {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .sm\:focus\:text-red-600:focus {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .sm\:focus\:text-red-700:focus {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .sm\:focus\:text-red-800:focus {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .sm\:focus\:text-red-900:focus {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .sm\:focus\:text-yellow:focus {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .sm\:focus\:text-green:focus {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .sm\:focus\:text-blue:focus {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .sm\:focus\:text-indigo-50:focus {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .sm\:focus\:text-indigo-100:focus {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .sm\:focus\:text-indigo-200:focus {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .sm\:focus\:text-indigo-300:focus {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .sm\:focus\:text-indigo-400:focus {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .sm\:focus\:text-indigo-500:focus {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .sm\:focus\:text-indigo-600:focus {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .sm\:focus\:text-indigo-700:focus {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .sm\:focus\:text-indigo-800:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .sm\:focus\:text-indigo-900:focus {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .sm\:focus\:text-purple:focus {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .sm\:focus\:text-pink:focus {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .sm\:focus\:text-primary:focus {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .sm\:focus\:text-secondary:focus {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .sm\:focus\:text-body_bg:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .sm\:focus\:text-body_text:focus {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .sm\:focus\:text-title:focus {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .sm\:focus\:text-grey:focus {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .sm\:focus\:text-dark_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .sm\:focus\:text-light_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .sm\:focus\:text-medium_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .sm\:focus\:text-lightten_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .sm\:focus\:text-grey_300:focus {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .sm\:focus\:text-grey_400:focus {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .sm\:focus\:text-medium_blue:focus {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .sm\:focus\:text-dark_blue:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .sm\:focus\:text-text_blue:focus {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .sm\:focus\:text-footer_bg:focus {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .sm\:focus\:text-brown:focus {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .sm\:focus\:text-dark_brown:focus {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .sm\:focus\:text-Light_purple:focus {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .sm\:focus\:text-dark_green:focus {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .sm\:focus\:text-medium_green:focus {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .sm\:focus\:text-light_green:focus {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .sm\:focus\:text-green_900:focus {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .sm\:focus\:text-dark_border:focus {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .sm\:text-opacity-0 {
        --tw-text-opacity: 0;
    }

    .sm\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }

    .sm\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }

    .sm\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }

    .sm\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }

    .sm\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }

    .sm\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }

    .sm\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }

    .sm\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }

    .sm\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }

    .sm\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }

    .sm\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }

    .sm\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }

    .sm\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }

    .sm\:text-opacity-100 {
        --tw-text-opacity: 1;
    }

    .group:hover .sm\:group-hover\:text-opacity-0 {
        --tw-text-opacity: 0;
    }

    .group:hover .sm\:group-hover\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }

    .group:hover .sm\:group-hover\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }

    .group:hover .sm\:group-hover\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }

    .group:hover .sm\:group-hover\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }

    .group:hover .sm\:group-hover\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }

    .group:hover .sm\:group-hover\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }

    .group:hover .sm\:group-hover\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }

    .group:hover .sm\:group-hover\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }

    .group:hover .sm\:group-hover\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }

    .group:hover .sm\:group-hover\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }

    .group:hover .sm\:group-hover\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }

    .group:hover .sm\:group-hover\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }

    .group:hover .sm\:group-hover\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }

    .group:hover .sm\:group-hover\:text-opacity-100 {
        --tw-text-opacity: 1;
    }

    .sm\:focus-within\:text-opacity-0:focus-within {
        --tw-text-opacity: 0;
    }

    .sm\:focus-within\:text-opacity-5:focus-within {
        --tw-text-opacity: 0.05;
    }

    .sm\:focus-within\:text-opacity-10:focus-within {
        --tw-text-opacity: 0.1;
    }

    .sm\:focus-within\:text-opacity-20:focus-within {
        --tw-text-opacity: 0.2;
    }

    .sm\:focus-within\:text-opacity-25:focus-within {
        --tw-text-opacity: 0.25;
    }

    .sm\:focus-within\:text-opacity-30:focus-within {
        --tw-text-opacity: 0.3;
    }

    .sm\:focus-within\:text-opacity-40:focus-within {
        --tw-text-opacity: 0.4;
    }

    .sm\:focus-within\:text-opacity-50:focus-within {
        --tw-text-opacity: 0.5;
    }

    .sm\:focus-within\:text-opacity-60:focus-within {
        --tw-text-opacity: 0.6;
    }

    .sm\:focus-within\:text-opacity-70:focus-within {
        --tw-text-opacity: 0.7;
    }

    .sm\:focus-within\:text-opacity-75:focus-within {
        --tw-text-opacity: 0.75;
    }

    .sm\:focus-within\:text-opacity-80:focus-within {
        --tw-text-opacity: 0.8;
    }

    .sm\:focus-within\:text-opacity-90:focus-within {
        --tw-text-opacity: 0.9;
    }

    .sm\:focus-within\:text-opacity-95:focus-within {
        --tw-text-opacity: 0.95;
    }

    .sm\:focus-within\:text-opacity-100:focus-within {
        --tw-text-opacity: 1;
    }

    .sm\:hover\:text-opacity-0:hover {
        --tw-text-opacity: 0;
    }

    .sm\:hover\:text-opacity-5:hover {
        --tw-text-opacity: 0.05;
    }

    .sm\:hover\:text-opacity-10:hover {
        --tw-text-opacity: 0.1;
    }

    .sm\:hover\:text-opacity-20:hover {
        --tw-text-opacity: 0.2;
    }

    .sm\:hover\:text-opacity-25:hover {
        --tw-text-opacity: 0.25;
    }

    .sm\:hover\:text-opacity-30:hover {
        --tw-text-opacity: 0.3;
    }

    .sm\:hover\:text-opacity-40:hover {
        --tw-text-opacity: 0.4;
    }

    .sm\:hover\:text-opacity-50:hover {
        --tw-text-opacity: 0.5;
    }

    .sm\:hover\:text-opacity-60:hover {
        --tw-text-opacity: 0.6;
    }

    .sm\:hover\:text-opacity-70:hover {
        --tw-text-opacity: 0.7;
    }

    .sm\:hover\:text-opacity-75:hover {
        --tw-text-opacity: 0.75;
    }

    .sm\:hover\:text-opacity-80:hover {
        --tw-text-opacity: 0.8;
    }

    .sm\:hover\:text-opacity-90:hover {
        --tw-text-opacity: 0.9;
    }

    .sm\:hover\:text-opacity-95:hover {
        --tw-text-opacity: 0.95;
    }

    .sm\:hover\:text-opacity-100:hover {
        --tw-text-opacity: 1;
    }

    .sm\:focus\:text-opacity-0:focus {
        --tw-text-opacity: 0;
    }

    .sm\:focus\:text-opacity-5:focus {
        --tw-text-opacity: 0.05;
    }

    .sm\:focus\:text-opacity-10:focus {
        --tw-text-opacity: 0.1;
    }

    .sm\:focus\:text-opacity-20:focus {
        --tw-text-opacity: 0.2;
    }

    .sm\:focus\:text-opacity-25:focus {
        --tw-text-opacity: 0.25;
    }

    .sm\:focus\:text-opacity-30:focus {
        --tw-text-opacity: 0.3;
    }

    .sm\:focus\:text-opacity-40:focus {
        --tw-text-opacity: 0.4;
    }

    .sm\:focus\:text-opacity-50:focus {
        --tw-text-opacity: 0.5;
    }

    .sm\:focus\:text-opacity-60:focus {
        --tw-text-opacity: 0.6;
    }

    .sm\:focus\:text-opacity-70:focus {
        --tw-text-opacity: 0.7;
    }

    .sm\:focus\:text-opacity-75:focus {
        --tw-text-opacity: 0.75;
    }

    .sm\:focus\:text-opacity-80:focus {
        --tw-text-opacity: 0.8;
    }

    .sm\:focus\:text-opacity-90:focus {
        --tw-text-opacity: 0.9;
    }

    .sm\:focus\:text-opacity-95:focus {
        --tw-text-opacity: 0.95;
    }

    .sm\:focus\:text-opacity-100:focus {
        --tw-text-opacity: 1;
    }

    .sm\:underline {
        text-decoration: underline;
    }

    .sm\:line-through {
        text-decoration: line-through;
    }

    .sm\:no-underline {
        text-decoration: none;
    }

    .group:hover .sm\:group-hover\:underline {
        text-decoration: underline;
    }

    .group:hover .sm\:group-hover\:line-through {
        text-decoration: line-through;
    }

    .group:hover .sm\:group-hover\:no-underline {
        text-decoration: none;
    }

    .sm\:focus-within\:underline:focus-within {
        text-decoration: underline;
    }

    .sm\:focus-within\:line-through:focus-within {
        text-decoration: line-through;
    }

    .sm\:focus-within\:no-underline:focus-within {
        text-decoration: none;
    }

    .sm\:hover\:underline:hover {
        text-decoration: underline;
    }

    .sm\:hover\:line-through:hover {
        text-decoration: line-through;
    }

    .sm\:hover\:no-underline:hover {
        text-decoration: none;
    }

    .sm\:focus\:underline:focus {
        text-decoration: underline;
    }

    .sm\:focus\:line-through:focus {
        text-decoration: line-through;
    }

    .sm\:focus\:no-underline:focus {
        text-decoration: none;
    }

    .sm\:antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .sm\:subpixel-antialiased {
        -webkit-font-smoothing: auto;
        -moz-osx-font-smoothing: auto;
    }

    .sm\:placeholder-transparent::-moz-placeholder {
        color: transparent;
    }

    .sm\:placeholder-transparent:-ms-input-placeholder {
        color: transparent;
    }

    .sm\:placeholder-transparent::placeholder {
        color: transparent;
    }

    .sm\:placeholder-current::-moz-placeholder {
        color: currentColor;
    }

    .sm\:placeholder-current:-ms-input-placeholder {
        color: currentColor;
    }

    .sm\:placeholder-current::placeholder {
        color: currentColor;
    }

    .sm\:placeholder-black::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-black:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-black::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-white::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-white:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-white::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-gray-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-gray-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-gray-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-gray-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-gray-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-gray-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-gray-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-gray-200:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-gray-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-gray-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-gray-300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-gray-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-gray-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-gray-400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-gray-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-gray-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-gray-500:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-gray-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-gray-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-gray-600:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-gray-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-gray-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-gray-700:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-gray-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-gray-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-gray-800:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-gray-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-gray-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-gray-900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-gray-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-red-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-red-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-red-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-red-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-red-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-red-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-red-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-red-200:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-red-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-red-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-red-300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-red-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-red-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-red-400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-red-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-red-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-red-500:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-red-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-red-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-red-600:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-red-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-red-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-red-700:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-red-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-red-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-red-800:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-red-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-red-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-red-900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-red-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-yellow::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-yellow:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-yellow::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-indigo-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-indigo-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-indigo-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-indigo-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-indigo-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-indigo-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-indigo-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-indigo-200:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-indigo-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-indigo-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-indigo-300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-indigo-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-indigo-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-indigo-400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-indigo-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-indigo-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-indigo-500:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-indigo-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-indigo-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-indigo-600:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-indigo-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-indigo-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-indigo-700:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-indigo-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-indigo-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-indigo-800:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-indigo-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-indigo-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-indigo-900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-indigo-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-purple::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-purple:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-purple::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-pink::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-pink:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-pink::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-primary::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-primary:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-primary::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-secondary::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-secondary:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-secondary::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-body_bg::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-body_bg:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-body_bg::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-body_text::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-body_text:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-body_text::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-title::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-title:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-title::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-dark_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-dark_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-dark_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-light_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-light_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-light_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-medium_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-medium_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-medium_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-lightten_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-lightten_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-lightten_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-grey_300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-grey_300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-grey_300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-grey_400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-grey_400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-grey_400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-medium_blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-medium_blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-medium_blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-dark_blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-dark_blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-dark_blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-text_blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-text_blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-text_blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-footer_bg::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-footer_bg:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-footer_bg::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-brown::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-brown:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-brown::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-dark_brown::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-dark_brown:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-dark_brown::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-Light_purple::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-Light_purple:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-Light_purple::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-dark_green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-dark_green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-dark_green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-medium_green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-medium_green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-medium_green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-light_green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-light_green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-light_green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-green_900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-green_900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-green_900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-dark_border::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-dark_border:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-dark_border::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-transparent:focus::-moz-placeholder {
        color: transparent;
    }

    .sm\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
        color: transparent;
    }

    .sm\:focus\:placeholder-transparent:focus::placeholder {
        color: transparent;
    }

    .sm\:focus\:placeholder-current:focus::-moz-placeholder {
        color: currentColor;
    }

    .sm\:focus\:placeholder-current:focus:-ms-input-placeholder {
        color: currentColor;
    }

    .sm\:focus\:placeholder-current:focus::placeholder {
        color: currentColor;
    }

    .sm\:focus\:placeholder-black:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-black:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-black:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-white:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-white:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-white:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-gray-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-gray-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-gray-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-gray-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-gray-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-gray-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-gray-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-gray-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-gray-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-gray-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-gray-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-gray-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-gray-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-gray-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-gray-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-gray-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-gray-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-gray-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-gray-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-gray-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-gray-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-red-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-red-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-red-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-red-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-red-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-red-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-red-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-red-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-red-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-red-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-red-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-red-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-red-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-red-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-red-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-red-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-red-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-red-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-red-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-red-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-red-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-yellow:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-yellow:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-indigo-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-indigo-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-indigo-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-indigo-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-indigo-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-indigo-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-indigo-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-indigo-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-indigo-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-indigo-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-purple:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-purple:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-purple:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-pink:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-pink:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-pink:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-primary:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-primary:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-primary:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-secondary:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-secondary:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-secondary:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-body_bg:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-body_bg:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-body_bg:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-body_text:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-body_text:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-body_text:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-title:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-title:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-title:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-dark_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-dark_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-dark_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-light_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-light_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-light_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-medium_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-medium_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-medium_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-lightten_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-lightten_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-lightten_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-grey_300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-grey_300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-grey_300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-grey_400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-grey_400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-grey_400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-medium_blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-medium_blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-medium_blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-dark_blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-dark_blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-dark_blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-text_blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-text_blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-text_blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-footer_bg:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-footer_bg:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-footer_bg:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-brown:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-brown:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-brown:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-dark_brown:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-dark_brown:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-dark_brown:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-Light_purple:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-Light_purple:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-Light_purple:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-dark_green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-dark_green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-dark_green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-medium_green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-medium_green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-medium_green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-light_green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-light_green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-light_green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-green_900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-green_900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-green_900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-dark_border:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-dark_border:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .sm\:focus\:placeholder-dark_border:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .sm\:placeholder-opacity-0::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .sm\:placeholder-opacity-0:-ms-input-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .sm\:placeholder-opacity-0::placeholder {
        --tw-placeholder-opacity: 0;
    }

    .sm\:placeholder-opacity-5::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .sm\:placeholder-opacity-5:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .sm\:placeholder-opacity-5::placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .sm\:placeholder-opacity-10::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .sm\:placeholder-opacity-10:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .sm\:placeholder-opacity-10::placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .sm\:placeholder-opacity-20::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .sm\:placeholder-opacity-20:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .sm\:placeholder-opacity-20::placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .sm\:placeholder-opacity-25::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .sm\:placeholder-opacity-25:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .sm\:placeholder-opacity-25::placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .sm\:placeholder-opacity-30::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .sm\:placeholder-opacity-30:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .sm\:placeholder-opacity-30::placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .sm\:placeholder-opacity-40::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .sm\:placeholder-opacity-40:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .sm\:placeholder-opacity-40::placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .sm\:placeholder-opacity-50::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .sm\:placeholder-opacity-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .sm\:placeholder-opacity-50::placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .sm\:placeholder-opacity-60::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .sm\:placeholder-opacity-60:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .sm\:placeholder-opacity-60::placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .sm\:placeholder-opacity-70::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .sm\:placeholder-opacity-70:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .sm\:placeholder-opacity-70::placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .sm\:placeholder-opacity-75::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .sm\:placeholder-opacity-75:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .sm\:placeholder-opacity-75::placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .sm\:placeholder-opacity-80::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .sm\:placeholder-opacity-80:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .sm\:placeholder-opacity-80::placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .sm\:placeholder-opacity-90::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .sm\:placeholder-opacity-90:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .sm\:placeholder-opacity-90::placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .sm\:placeholder-opacity-95::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .sm\:placeholder-opacity-95:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .sm\:placeholder-opacity-95::placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .sm\:placeholder-opacity-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .sm\:placeholder-opacity-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .sm\:placeholder-opacity-100::placeholder {
        --tw-placeholder-opacity: 1;
    }

    .sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .sm\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .sm\:focus\:placeholder-opacity-0:focus::placeholder {
        --tw-placeholder-opacity: 0;
    }

    .sm\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .sm\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .sm\:focus\:placeholder-opacity-5:focus::placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .sm\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .sm\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .sm\:focus\:placeholder-opacity-10:focus::placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .sm\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .sm\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .sm\:focus\:placeholder-opacity-20:focus::placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .sm\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .sm\:focus\:placeholder-opacity-25:focus::placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .sm\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .sm\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .sm\:focus\:placeholder-opacity-30:focus::placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .sm\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .sm\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .sm\:focus\:placeholder-opacity-40:focus::placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .sm\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .sm\:focus\:placeholder-opacity-50:focus::placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .sm\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .sm\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .sm\:focus\:placeholder-opacity-60:focus::placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .sm\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .sm\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .sm\:focus\:placeholder-opacity-70:focus::placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .sm\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .sm\:focus\:placeholder-opacity-75:focus::placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .sm\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .sm\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .sm\:focus\:placeholder-opacity-80:focus::placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .sm\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .sm\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .sm\:focus\:placeholder-opacity-90:focus::placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .sm\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .sm\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .sm\:focus\:placeholder-opacity-95:focus::placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .sm\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .sm\:focus\:placeholder-opacity-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
    }

    .sm\:opacity-0 {
        opacity: 0;
    }

    .sm\:opacity-5 {
        opacity: 0.05;
    }

    .sm\:opacity-10 {
        opacity: 0.1;
    }

    .sm\:opacity-20 {
        opacity: 0.2;
    }

    .sm\:opacity-25 {
        opacity: 0.25;
    }

    .sm\:opacity-30 {
        opacity: 0.3;
    }

    .sm\:opacity-40 {
        opacity: 0.4;
    }

    .sm\:opacity-50 {
        opacity: 0.5;
    }

    .sm\:opacity-60 {
        opacity: 0.6;
    }

    .sm\:opacity-70 {
        opacity: 0.7;
    }

    .sm\:opacity-75 {
        opacity: 0.75;
    }

    .sm\:opacity-80 {
        opacity: 0.8;
    }

    .sm\:opacity-90 {
        opacity: 0.9;
    }

    .sm\:opacity-95 {
        opacity: 0.95;
    }

    .sm\:opacity-100 {
        opacity: 1;
    }

    .group:hover .sm\:group-hover\:opacity-0 {
        opacity: 0;
    }

    .group:hover .sm\:group-hover\:opacity-5 {
        opacity: 0.05;
    }

    .group:hover .sm\:group-hover\:opacity-10 {
        opacity: 0.1;
    }

    .group:hover .sm\:group-hover\:opacity-20 {
        opacity: 0.2;
    }

    .group:hover .sm\:group-hover\:opacity-25 {
        opacity: 0.25;
    }

    .group:hover .sm\:group-hover\:opacity-30 {
        opacity: 0.3;
    }

    .group:hover .sm\:group-hover\:opacity-40 {
        opacity: 0.4;
    }

    .group:hover .sm\:group-hover\:opacity-50 {
        opacity: 0.5;
    }

    .group:hover .sm\:group-hover\:opacity-60 {
        opacity: 0.6;
    }

    .group:hover .sm\:group-hover\:opacity-70 {
        opacity: 0.7;
    }

    .group:hover .sm\:group-hover\:opacity-75 {
        opacity: 0.75;
    }

    .group:hover .sm\:group-hover\:opacity-80 {
        opacity: 0.8;
    }

    .group:hover .sm\:group-hover\:opacity-90 {
        opacity: 0.9;
    }

    .group:hover .sm\:group-hover\:opacity-95 {
        opacity: 0.95;
    }

    .group:hover .sm\:group-hover\:opacity-100 {
        opacity: 1;
    }

    .sm\:focus-within\:opacity-0:focus-within {
        opacity: 0;
    }

    .sm\:focus-within\:opacity-5:focus-within {
        opacity: 0.05;
    }

    .sm\:focus-within\:opacity-10:focus-within {
        opacity: 0.1;
    }

    .sm\:focus-within\:opacity-20:focus-within {
        opacity: 0.2;
    }

    .sm\:focus-within\:opacity-25:focus-within {
        opacity: 0.25;
    }

    .sm\:focus-within\:opacity-30:focus-within {
        opacity: 0.3;
    }

    .sm\:focus-within\:opacity-40:focus-within {
        opacity: 0.4;
    }

    .sm\:focus-within\:opacity-50:focus-within {
        opacity: 0.5;
    }

    .sm\:focus-within\:opacity-60:focus-within {
        opacity: 0.6;
    }

    .sm\:focus-within\:opacity-70:focus-within {
        opacity: 0.7;
    }

    .sm\:focus-within\:opacity-75:focus-within {
        opacity: 0.75;
    }

    .sm\:focus-within\:opacity-80:focus-within {
        opacity: 0.8;
    }

    .sm\:focus-within\:opacity-90:focus-within {
        opacity: 0.9;
    }

    .sm\:focus-within\:opacity-95:focus-within {
        opacity: 0.95;
    }

    .sm\:focus-within\:opacity-100:focus-within {
        opacity: 1;
    }

    .sm\:hover\:opacity-0:hover {
        opacity: 0;
    }

    .sm\:hover\:opacity-5:hover {
        opacity: 0.05;
    }

    .sm\:hover\:opacity-10:hover {
        opacity: 0.1;
    }

    .sm\:hover\:opacity-20:hover {
        opacity: 0.2;
    }

    .sm\:hover\:opacity-25:hover {
        opacity: 0.25;
    }

    .sm\:hover\:opacity-30:hover {
        opacity: 0.3;
    }

    .sm\:hover\:opacity-40:hover {
        opacity: 0.4;
    }

    .sm\:hover\:opacity-50:hover {
        opacity: 0.5;
    }

    .sm\:hover\:opacity-60:hover {
        opacity: 0.6;
    }

    .sm\:hover\:opacity-70:hover {
        opacity: 0.7;
    }

    .sm\:hover\:opacity-75:hover {
        opacity: 0.75;
    }

    .sm\:hover\:opacity-80:hover {
        opacity: 0.8;
    }

    .sm\:hover\:opacity-90:hover {
        opacity: 0.9;
    }

    .sm\:hover\:opacity-95:hover {
        opacity: 0.95;
    }

    .sm\:hover\:opacity-100:hover {
        opacity: 1;
    }

    .sm\:focus\:opacity-0:focus {
        opacity: 0;
    }

    .sm\:focus\:opacity-5:focus {
        opacity: 0.05;
    }

    .sm\:focus\:opacity-10:focus {
        opacity: 0.1;
    }

    .sm\:focus\:opacity-20:focus {
        opacity: 0.2;
    }

    .sm\:focus\:opacity-25:focus {
        opacity: 0.25;
    }

    .sm\:focus\:opacity-30:focus {
        opacity: 0.3;
    }

    .sm\:focus\:opacity-40:focus {
        opacity: 0.4;
    }

    .sm\:focus\:opacity-50:focus {
        opacity: 0.5;
    }

    .sm\:focus\:opacity-60:focus {
        opacity: 0.6;
    }

    .sm\:focus\:opacity-70:focus {
        opacity: 0.7;
    }

    .sm\:focus\:opacity-75:focus {
        opacity: 0.75;
    }

    .sm\:focus\:opacity-80:focus {
        opacity: 0.8;
    }

    .sm\:focus\:opacity-90:focus {
        opacity: 0.9;
    }

    .sm\:focus\:opacity-95:focus {
        opacity: 0.95;
    }

    .sm\:focus\:opacity-100:focus {
        opacity: 1;
    }

    .sm\:bg-blend-normal {
        background-blend-mode: normal;
    }

    .sm\:bg-blend-multiply {
        background-blend-mode: multiply;
    }

    .sm\:bg-blend-screen {
        background-blend-mode: screen;
    }

    .sm\:bg-blend-overlay {
        background-blend-mode: overlay;
    }

    .sm\:bg-blend-darken {
        background-blend-mode: darken;
    }

    .sm\:bg-blend-lighten {
        background-blend-mode: lighten;
    }

    .sm\:bg-blend-color-dodge {
        background-blend-mode: color-dodge;
    }

    .sm\:bg-blend-color-burn {
        background-blend-mode: color-burn;
    }

    .sm\:bg-blend-hard-light {
        background-blend-mode: hard-light;
    }

    .sm\:bg-blend-soft-light {
        background-blend-mode: soft-light;
    }

    .sm\:bg-blend-difference {
        background-blend-mode: difference;
    }

    .sm\:bg-blend-exclusion {
        background-blend-mode: exclusion;
    }

    .sm\:bg-blend-hue {
        background-blend-mode: hue;
    }

    .sm\:bg-blend-saturation {
        background-blend-mode: saturation;
    }

    .sm\:bg-blend-color {
        background-blend-mode: color;
    }

    .sm\:bg-blend-luminosity {
        background-blend-mode: luminosity;
    }

    .sm\:mix-blend-normal {
        mix-blend-mode: normal;
    }

    .sm\:mix-blend-multiply {
        mix-blend-mode: multiply;
    }

    .sm\:mix-blend-screen {
        mix-blend-mode: screen;
    }

    .sm\:mix-blend-overlay {
        mix-blend-mode: overlay;
    }

    .sm\:mix-blend-darken {
        mix-blend-mode: darken;
    }

    .sm\:mix-blend-lighten {
        mix-blend-mode: lighten;
    }

    .sm\:mix-blend-color-dodge {
        mix-blend-mode: color-dodge;
    }

    .sm\:mix-blend-color-burn {
        mix-blend-mode: color-burn;
    }

    .sm\:mix-blend-hard-light {
        mix-blend-mode: hard-light;
    }

    .sm\:mix-blend-soft-light {
        mix-blend-mode: soft-light;
    }

    .sm\:mix-blend-difference {
        mix-blend-mode: difference;
    }

    .sm\:mix-blend-exclusion {
        mix-blend-mode: exclusion;
    }

    .sm\:mix-blend-hue {
        mix-blend-mode: hue;
    }

    .sm\:mix-blend-saturation {
        mix-blend-mode: saturation;
    }

    .sm\:mix-blend-color {
        mix-blend-mode: color;
    }

    .sm\:mix-blend-luminosity {
        mix-blend-mode: luminosity;
    }

    .sm\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .sm\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .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);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .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);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .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);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .sm\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .sm\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .sm\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .sm\:group-hover\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .sm\:group-hover\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .sm\:group-hover\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .sm\:group-hover\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .sm\:group-hover\:shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .sm\:group-hover\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .sm\:group-hover\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .sm\:group-hover\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .sm\:focus-within\:shadow-sm:focus-within {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .sm\:focus-within\:shadow:focus-within {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .sm\:focus-within\:shadow-md:focus-within {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .sm\:focus-within\:shadow-lg:focus-within {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .sm\:focus-within\:shadow-xl:focus-within {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .sm\:focus-within\:shadow-2xl:focus-within {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .sm\:focus-within\:shadow-inner:focus-within {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .sm\:focus-within\:shadow-none:focus-within {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .sm\:hover\:shadow-sm:hover {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .sm\:hover\:shadow:hover {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .sm\:hover\:shadow-md:hover {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .sm\:hover\:shadow-lg:hover {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .sm\:hover\:shadow-xl:hover {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .sm\:hover\:shadow-2xl:hover {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .sm\:hover\:shadow-inner:hover {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .sm\:hover\:shadow-none:hover {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .sm\:focus\:shadow-sm:focus {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .sm\:focus\:shadow:focus {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .sm\:focus\:shadow-md:focus {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .sm\:focus\:shadow-lg:focus {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .sm\:focus\:shadow-xl:focus {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .sm\:focus\:shadow-2xl:focus {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .sm\:focus\:shadow-inner:focus {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .sm\:focus\:shadow-none:focus {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .sm\:outline-none {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .sm\:outline-white {
        outline: 2px dotted white;
        outline-offset: 2px;
    }

    .sm\:outline-black {
        outline: 2px dotted black;
        outline-offset: 2px;
    }

    .sm\:focus-within\:outline-none:focus-within {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .sm\:focus-within\:outline-white:focus-within {
        outline: 2px dotted white;
        outline-offset: 2px;
    }

    .sm\:focus-within\:outline-black:focus-within {
        outline: 2px dotted black;
        outline-offset: 2px;
    }

    .sm\:focus\:outline-none:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .sm\:focus\:outline-white:focus {
        outline: 2px dotted white;
        outline-offset: 2px;
    }

    .sm\:focus\:outline-black:focus {
        outline: 2px dotted black;
        outline-offset: 2px;
    }

    .sm\:ring-0 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .sm\:ring-1 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .sm\:ring-2 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .sm\:ring-4 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .sm\:ring-8 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .sm\:ring {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .sm\:focus-within\:ring-0:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .sm\:focus-within\:ring-1:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .sm\:focus-within\:ring-2:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .sm\:focus-within\:ring-4:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .sm\:focus-within\:ring-8:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .sm\:focus-within\:ring:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .sm\:focus\:ring-0:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .sm\:focus\:ring-1:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .sm\:focus\:ring-2:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .sm\:focus\:ring-4:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .sm\:focus\:ring-8:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .sm\:focus\:ring:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .sm\:ring-inset {
        --tw-ring-inset: inset;
    }

    .sm\:focus-within\:ring-inset:focus-within {
        --tw-ring-inset: inset;
    }

    .sm\:focus\:ring-inset:focus {
        --tw-ring-inset: inset;
    }

    .sm\:ring-transparent {
        --tw-ring-color: transparent;
    }

    .sm\:ring-current {
        --tw-ring-color: currentColor;
    }

    .sm\:ring-black {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }

    .sm\:ring-white {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .sm\:ring-gray-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }

    .sm\:ring-gray-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }

    .sm\:ring-gray-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }

    .sm\:ring-gray-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }

    .sm\:ring-gray-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }

    .sm\:ring-gray-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }

    .sm\:ring-gray-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }

    .sm\:ring-gray-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }

    .sm\:ring-gray-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }

    .sm\:ring-gray-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }

    .sm\:ring-red-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }

    .sm\:ring-red-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }

    .sm\:ring-red-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }

    .sm\:ring-red-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }

    .sm\:ring-red-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }

    .sm\:ring-red-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }

    .sm\:ring-red-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }

    .sm\:ring-red-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }

    .sm\:ring-red-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }

    .sm\:ring-red-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }

    .sm\:ring-yellow {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 145, 67, var(--tw-ring-opacity));
    }

    .sm\:ring-green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(123, 188, 0, var(--tw-ring-opacity));
    }

    .sm\:ring-blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 164, 220, var(--tw-ring-opacity));
    }

    .sm\:ring-indigo-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }

    .sm\:ring-indigo-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }

    .sm\:ring-indigo-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }

    .sm\:ring-indigo-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }

    .sm\:ring-indigo-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }

    .sm\:ring-indigo-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }

    .sm\:ring-indigo-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }

    .sm\:ring-indigo-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }

    .sm\:ring-indigo-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }

    .sm\:ring-indigo-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }

    .sm\:ring-purple {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(104, 71, 195, var(--tw-ring-opacity));
    }

    .sm\:ring-pink {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(133, 7, 55, var(--tw-ring-opacity));
    }

    .sm\:ring-primary {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 110, 110, var(--tw-ring-opacity));
    }

    .sm\:ring-secondary {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
    }

    .sm\:ring-body_bg {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .sm\:ring-body_text {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .sm\:ring-title {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .sm\:ring-grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(82, 74, 81, var(--tw-ring-opacity));
    }

    .sm\:ring-dark_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .sm\:ring-light_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .sm\:ring-medium_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(87, 81, 86, var(--tw-ring-opacity));
    }

    .sm\:ring-lightten_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(198, 198, 198, var(--tw-ring-opacity));
    }

    .sm\:ring-grey_300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
    }

    .sm\:ring-grey_400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .sm\:ring-medium_blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(69, 205, 252, var(--tw-ring-opacity));
    }

    .sm\:ring-dark_blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 128, 172, var(--tw-ring-opacity));
    }

    .sm\:ring-text_blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .sm\:ring-footer_bg {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
    }

    .sm\:ring-brown {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(128, 83, 0, var(--tw-ring-opacity));
    }

    .sm\:ring-dark_brown {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(135, 68, 51, var(--tw-ring-opacity));
    }

    .sm\:ring-Light_purple {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(101, 71, 155, var(--tw-ring-opacity));
    }

    .sm\:ring-dark_green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 155, 81, var(--tw-ring-opacity));
    }

    .sm\:ring-medium_green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 172, 43, var(--tw-ring-opacity));
    }

    .sm\:ring-light_green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(154, 203, 62, var(--tw-ring-opacity));
    }

    .sm\:ring-green_900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(57, 102, 118, var(--tw-ring-opacity));
    }

    .sm\:ring-dark_border {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-transparent:focus-within {
        --tw-ring-color: transparent;
    }

    .sm\:focus-within\:ring-current:focus-within {
        --tw-ring-color: currentColor;
    }

    .sm\:focus-within\:ring-black:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-white:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-gray-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-gray-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-gray-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-gray-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-gray-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-gray-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-gray-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-gray-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-gray-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-gray-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-red-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-red-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-red-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-red-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-red-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-red-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-red-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-red-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-red-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-red-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-yellow:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 145, 67, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(123, 188, 0, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 164, 220, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-indigo-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-indigo-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-indigo-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-indigo-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-indigo-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-indigo-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-indigo-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-indigo-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-indigo-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-indigo-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-purple:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(104, 71, 195, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-pink:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(133, 7, 55, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-primary:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 110, 110, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-secondary:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-body_bg:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-body_text:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-title:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(82, 74, 81, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-dark_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-light_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-medium_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(87, 81, 86, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-lightten_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(198, 198, 198, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-grey_300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-grey_400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-medium_blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(69, 205, 252, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-dark_blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 128, 172, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-text_blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-footer_bg:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-brown:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(128, 83, 0, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-dark_brown:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(135, 68, 51, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-Light_purple:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(101, 71, 155, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-dark_green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 155, 81, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-medium_green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 172, 43, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-light_green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(154, 203, 62, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-green_900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(57, 102, 118, var(--tw-ring-opacity));
    }

    .sm\:focus-within\:ring-dark_border:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-transparent:focus {
        --tw-ring-color: transparent;
    }

    .sm\:focus\:ring-current:focus {
        --tw-ring-color: currentColor;
    }

    .sm\:focus\:ring-black:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-white:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-gray-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-gray-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-gray-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-gray-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-gray-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-gray-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-gray-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-gray-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-gray-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-gray-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-red-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-red-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-red-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-red-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-red-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-red-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-red-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-red-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-red-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-red-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-yellow:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 145, 67, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(123, 188, 0, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 164, 220, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-indigo-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-indigo-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-indigo-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-indigo-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-indigo-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-indigo-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-indigo-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-indigo-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-indigo-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-indigo-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-purple:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(104, 71, 195, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-pink:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(133, 7, 55, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-primary:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 110, 110, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-secondary:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-body_bg:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-body_text:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-title:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(82, 74, 81, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-dark_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-light_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-medium_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(87, 81, 86, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-lightten_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(198, 198, 198, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-grey_300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-grey_400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-medium_blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(69, 205, 252, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-dark_blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 128, 172, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-text_blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-footer_bg:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-brown:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(128, 83, 0, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-dark_brown:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(135, 68, 51, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-Light_purple:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(101, 71, 155, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-dark_green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 155, 81, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-medium_green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 172, 43, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-light_green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(154, 203, 62, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-green_900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(57, 102, 118, var(--tw-ring-opacity));
    }

    .sm\:focus\:ring-dark_border:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity));
    }

    .sm\:ring-opacity-0 {
        --tw-ring-opacity: 0;
    }

    .sm\:ring-opacity-5 {
        --tw-ring-opacity: 0.05;
    }

    .sm\:ring-opacity-10 {
        --tw-ring-opacity: 0.1;
    }

    .sm\:ring-opacity-20 {
        --tw-ring-opacity: 0.2;
    }

    .sm\:ring-opacity-25 {
        --tw-ring-opacity: 0.25;
    }

    .sm\:ring-opacity-30 {
        --tw-ring-opacity: 0.3;
    }

    .sm\:ring-opacity-40 {
        --tw-ring-opacity: 0.4;
    }

    .sm\:ring-opacity-50 {
        --tw-ring-opacity: 0.5;
    }

    .sm\:ring-opacity-60 {
        --tw-ring-opacity: 0.6;
    }

    .sm\:ring-opacity-70 {
        --tw-ring-opacity: 0.7;
    }

    .sm\:ring-opacity-75 {
        --tw-ring-opacity: 0.75;
    }

    .sm\:ring-opacity-80 {
        --tw-ring-opacity: 0.8;
    }

    .sm\:ring-opacity-90 {
        --tw-ring-opacity: 0.9;
    }

    .sm\:ring-opacity-95 {
        --tw-ring-opacity: 0.95;
    }

    .sm\:ring-opacity-100 {
        --tw-ring-opacity: 1;
    }

    .sm\:focus-within\:ring-opacity-0:focus-within {
        --tw-ring-opacity: 0;
    }

    .sm\:focus-within\:ring-opacity-5:focus-within {
        --tw-ring-opacity: 0.05;
    }

    .sm\:focus-within\:ring-opacity-10:focus-within {
        --tw-ring-opacity: 0.1;
    }

    .sm\:focus-within\:ring-opacity-20:focus-within {
        --tw-ring-opacity: 0.2;
    }

    .sm\:focus-within\:ring-opacity-25:focus-within {
        --tw-ring-opacity: 0.25;
    }

    .sm\:focus-within\:ring-opacity-30:focus-within {
        --tw-ring-opacity: 0.3;
    }

    .sm\:focus-within\:ring-opacity-40:focus-within {
        --tw-ring-opacity: 0.4;
    }

    .sm\:focus-within\:ring-opacity-50:focus-within {
        --tw-ring-opacity: 0.5;
    }

    .sm\:focus-within\:ring-opacity-60:focus-within {
        --tw-ring-opacity: 0.6;
    }

    .sm\:focus-within\:ring-opacity-70:focus-within {
        --tw-ring-opacity: 0.7;
    }

    .sm\:focus-within\:ring-opacity-75:focus-within {
        --tw-ring-opacity: 0.75;
    }

    .sm\:focus-within\:ring-opacity-80:focus-within {
        --tw-ring-opacity: 0.8;
    }

    .sm\:focus-within\:ring-opacity-90:focus-within {
        --tw-ring-opacity: 0.9;
    }

    .sm\:focus-within\:ring-opacity-95:focus-within {
        --tw-ring-opacity: 0.95;
    }

    .sm\:focus-within\:ring-opacity-100:focus-within {
        --tw-ring-opacity: 1;
    }

    .sm\:focus\:ring-opacity-0:focus {
        --tw-ring-opacity: 0;
    }

    .sm\:focus\:ring-opacity-5:focus {
        --tw-ring-opacity: 0.05;
    }

    .sm\:focus\:ring-opacity-10:focus {
        --tw-ring-opacity: 0.1;
    }

    .sm\:focus\:ring-opacity-20:focus {
        --tw-ring-opacity: 0.2;
    }

    .sm\:focus\:ring-opacity-25:focus {
        --tw-ring-opacity: 0.25;
    }

    .sm\:focus\:ring-opacity-30:focus {
        --tw-ring-opacity: 0.3;
    }

    .sm\:focus\:ring-opacity-40:focus {
        --tw-ring-opacity: 0.4;
    }

    .sm\:focus\:ring-opacity-50:focus {
        --tw-ring-opacity: 0.5;
    }

    .sm\:focus\:ring-opacity-60:focus {
        --tw-ring-opacity: 0.6;
    }

    .sm\:focus\:ring-opacity-70:focus {
        --tw-ring-opacity: 0.7;
    }

    .sm\:focus\:ring-opacity-75:focus {
        --tw-ring-opacity: 0.75;
    }

    .sm\:focus\:ring-opacity-80:focus {
        --tw-ring-opacity: 0.8;
    }

    .sm\:focus\:ring-opacity-90:focus {
        --tw-ring-opacity: 0.9;
    }

    .sm\:focus\:ring-opacity-95:focus {
        --tw-ring-opacity: 0.95;
    }

    .sm\:focus\:ring-opacity-100:focus {
        --tw-ring-opacity: 1;
    }

    .sm\:ring-offset-0 {
        --tw-ring-offset-width: 0px;
    }

    .sm\:ring-offset-1 {
        --tw-ring-offset-width: 1px;
    }

    .sm\:ring-offset-2 {
        --tw-ring-offset-width: 2px;
    }

    .sm\:ring-offset-4 {
        --tw-ring-offset-width: 4px;
    }

    .sm\:ring-offset-8 {
        --tw-ring-offset-width: 8px;
    }

    .sm\:focus-within\:ring-offset-0:focus-within {
        --tw-ring-offset-width: 0px;
    }

    .sm\:focus-within\:ring-offset-1:focus-within {
        --tw-ring-offset-width: 1px;
    }

    .sm\:focus-within\:ring-offset-2:focus-within {
        --tw-ring-offset-width: 2px;
    }

    .sm\:focus-within\:ring-offset-4:focus-within {
        --tw-ring-offset-width: 4px;
    }

    .sm\:focus-within\:ring-offset-8:focus-within {
        --tw-ring-offset-width: 8px;
    }

    .sm\:focus\:ring-offset-0:focus {
        --tw-ring-offset-width: 0px;
    }

    .sm\:focus\:ring-offset-1:focus {
        --tw-ring-offset-width: 1px;
    }

    .sm\:focus\:ring-offset-2:focus {
        --tw-ring-offset-width: 2px;
    }

    .sm\:focus\:ring-offset-4:focus {
        --tw-ring-offset-width: 4px;
    }

    .sm\:focus\:ring-offset-8:focus {
        --tw-ring-offset-width: 8px;
    }

    .sm\:ring-offset-transparent {
        --tw-ring-offset-color: transparent;
    }

    .sm\:ring-offset-current {
        --tw-ring-offset-color: currentColor;
    }

    .sm\:ring-offset-black {
        --tw-ring-offset-color: #000;
    }

    .sm\:ring-offset-white {
        --tw-ring-offset-color: #fff;
    }

    .sm\:ring-offset-gray-50 {
        --tw-ring-offset-color: #f9fafb;
    }

    .sm\:ring-offset-gray-100 {
        --tw-ring-offset-color: #f3f4f6;
    }

    .sm\:ring-offset-gray-200 {
        --tw-ring-offset-color: #e5e7eb;
    }

    .sm\:ring-offset-gray-300 {
        --tw-ring-offset-color: #d1d5db;
    }

    .sm\:ring-offset-gray-400 {
        --tw-ring-offset-color: #9ca3af;
    }

    .sm\:ring-offset-gray-500 {
        --tw-ring-offset-color: #6b7280;
    }

    .sm\:ring-offset-gray-600 {
        --tw-ring-offset-color: #4b5563;
    }

    .sm\:ring-offset-gray-700 {
        --tw-ring-offset-color: #374151;
    }

    .sm\:ring-offset-gray-800 {
        --tw-ring-offset-color: #1f2937;
    }

    .sm\:ring-offset-gray-900 {
        --tw-ring-offset-color: #111827;
    }

    .sm\:ring-offset-red-50 {
        --tw-ring-offset-color: #fef2f2;
    }

    .sm\:ring-offset-red-100 {
        --tw-ring-offset-color: #fee2e2;
    }

    .sm\:ring-offset-red-200 {
        --tw-ring-offset-color: #fecaca;
    }

    .sm\:ring-offset-red-300 {
        --tw-ring-offset-color: #fca5a5;
    }

    .sm\:ring-offset-red-400 {
        --tw-ring-offset-color: #f87171;
    }

    .sm\:ring-offset-red-500 {
        --tw-ring-offset-color: #ef4444;
    }

    .sm\:ring-offset-red-600 {
        --tw-ring-offset-color: #dc2626;
    }

    .sm\:ring-offset-red-700 {
        --tw-ring-offset-color: #b91c1c;
    }

    .sm\:ring-offset-red-800 {
        --tw-ring-offset-color: #991b1b;
    }

    .sm\:ring-offset-red-900 {
        --tw-ring-offset-color: #7f1d1d;
    }

    .sm\:ring-offset-yellow {
        --tw-ring-offset-color: #ed9143;
    }

    .sm\:ring-offset-green {
        --tw-ring-offset-color: #7bbc00;
    }

    .sm\:ring-offset-blue {
        --tw-ring-offset-color: #5ba4dc;
    }

    .sm\:ring-offset-indigo-50 {
        --tw-ring-offset-color: #eef2ff;
    }

    .sm\:ring-offset-indigo-100 {
        --tw-ring-offset-color: #e0e7ff;
    }

    .sm\:ring-offset-indigo-200 {
        --tw-ring-offset-color: #c7d2fe;
    }

    .sm\:ring-offset-indigo-300 {
        --tw-ring-offset-color: #a5b4fc;
    }

    .sm\:ring-offset-indigo-400 {
        --tw-ring-offset-color: #818cf8;
    }

    .sm\:ring-offset-indigo-500 {
        --tw-ring-offset-color: #6366f1;
    }

    .sm\:ring-offset-indigo-600 {
        --tw-ring-offset-color: #4f46e5;
    }

    .sm\:ring-offset-indigo-700 {
        --tw-ring-offset-color: #4338ca;
    }

    .sm\:ring-offset-indigo-800 {
        --tw-ring-offset-color: #3730a3;
    }

    .sm\:ring-offset-indigo-900 {
        --tw-ring-offset-color: #312e81;
    }

    .sm\:ring-offset-purple {
        --tw-ring-offset-color: #6847c3;
    }

    .sm\:ring-offset-pink {
        --tw-ring-offset-color: #850737;
    }

    .sm\:ring-offset-primary {
        --tw-ring-offset-color: #6E6E6E;
    }

    .sm\:ring-offset-secondary {
        --tw-ring-offset-color: #ededed;
    }

    .sm\:ring-offset-body_bg {
        --tw-ring-offset-color: #ffffff;
    }

    .sm\:ring-offset-body_text {
        --tw-ring-offset-color: #4a4349;
    }

    .sm\:ring-offset-title {
        --tw-ring-offset-color: #3fb2cf;
    }

    .sm\:ring-offset-grey {
        --tw-ring-offset-color: #524A51;
    }

    .sm\:ring-offset-dark_grey {
        --tw-ring-offset-color: #4a4349;
    }

    .sm\:ring-offset-light_grey {
        --tw-ring-offset-color: #B7B7B7;
    }

    .sm\:ring-offset-medium_grey {
        --tw-ring-offset-color: #575156;
    }

    .sm\:ring-offset-lightten_grey {
        --tw-ring-offset-color: #C6C6C6;
    }

    .sm\:ring-offset-grey_300 {
        --tw-ring-offset-color: #d3d3d3;
    }

    .sm\:ring-offset-grey_400 {
        --tw-ring-offset-color: #b7b7b7;
    }

    .sm\:ring-offset-medium_blue {
        --tw-ring-offset-color: #45cdfc;
    }

    .sm\:ring-offset-dark_blue {
        --tw-ring-offset-color: #0080ac;
    }

    .sm\:ring-offset-text_blue {
        --tw-ring-offset-color: #3FB2CF;
    }

    .sm\:ring-offset-footer_bg {
        --tw-ring-offset-color: #464646;
    }

    .sm\:ring-offset-brown {
        --tw-ring-offset-color: #805300;
    }

    .sm\:ring-offset-dark_brown {
        --tw-ring-offset-color: #874433;
    }

    .sm\:ring-offset-Light_purple {
        --tw-ring-offset-color: #65479b;
    }

    .sm\:ring-offset-dark_green {
        --tw-ring-offset-color: #479b51;
    }

    .sm\:ring-offset-medium_green {
        --tw-ring-offset-color: #3aac2b;
    }

    .sm\:ring-offset-light_green {
        --tw-ring-offset-color: #9acb3e;
    }

    .sm\:ring-offset-green_900 {
        --tw-ring-offset-color: #396676;
    }

    .sm\:ring-offset-dark_border {
        --tw-ring-offset-color: #707070;
    }

    .sm\:focus-within\:ring-offset-transparent:focus-within {
        --tw-ring-offset-color: transparent;
    }

    .sm\:focus-within\:ring-offset-current:focus-within {
        --tw-ring-offset-color: currentColor;
    }

    .sm\:focus-within\:ring-offset-black:focus-within {
        --tw-ring-offset-color: #000;
    }

    .sm\:focus-within\:ring-offset-white:focus-within {
        --tw-ring-offset-color: #fff;
    }

    .sm\:focus-within\:ring-offset-gray-50:focus-within {
        --tw-ring-offset-color: #f9fafb;
    }

    .sm\:focus-within\:ring-offset-gray-100:focus-within {
        --tw-ring-offset-color: #f3f4f6;
    }

    .sm\:focus-within\:ring-offset-gray-200:focus-within {
        --tw-ring-offset-color: #e5e7eb;
    }

    .sm\:focus-within\:ring-offset-gray-300:focus-within {
        --tw-ring-offset-color: #d1d5db;
    }

    .sm\:focus-within\:ring-offset-gray-400:focus-within {
        --tw-ring-offset-color: #9ca3af;
    }

    .sm\:focus-within\:ring-offset-gray-500:focus-within {
        --tw-ring-offset-color: #6b7280;
    }

    .sm\:focus-within\:ring-offset-gray-600:focus-within {
        --tw-ring-offset-color: #4b5563;
    }

    .sm\:focus-within\:ring-offset-gray-700:focus-within {
        --tw-ring-offset-color: #374151;
    }

    .sm\:focus-within\:ring-offset-gray-800:focus-within {
        --tw-ring-offset-color: #1f2937;
    }

    .sm\:focus-within\:ring-offset-gray-900:focus-within {
        --tw-ring-offset-color: #111827;
    }

    .sm\:focus-within\:ring-offset-red-50:focus-within {
        --tw-ring-offset-color: #fef2f2;
    }

    .sm\:focus-within\:ring-offset-red-100:focus-within {
        --tw-ring-offset-color: #fee2e2;
    }

    .sm\:focus-within\:ring-offset-red-200:focus-within {
        --tw-ring-offset-color: #fecaca;
    }

    .sm\:focus-within\:ring-offset-red-300:focus-within {
        --tw-ring-offset-color: #fca5a5;
    }

    .sm\:focus-within\:ring-offset-red-400:focus-within {
        --tw-ring-offset-color: #f87171;
    }

    .sm\:focus-within\:ring-offset-red-500:focus-within {
        --tw-ring-offset-color: #ef4444;
    }

    .sm\:focus-within\:ring-offset-red-600:focus-within {
        --tw-ring-offset-color: #dc2626;
    }

    .sm\:focus-within\:ring-offset-red-700:focus-within {
        --tw-ring-offset-color: #b91c1c;
    }

    .sm\:focus-within\:ring-offset-red-800:focus-within {
        --tw-ring-offset-color: #991b1b;
    }

    .sm\:focus-within\:ring-offset-red-900:focus-within {
        --tw-ring-offset-color: #7f1d1d;
    }

    .sm\:focus-within\:ring-offset-yellow:focus-within {
        --tw-ring-offset-color: #ed9143;
    }

    .sm\:focus-within\:ring-offset-green:focus-within {
        --tw-ring-offset-color: #7bbc00;
    }

    .sm\:focus-within\:ring-offset-blue:focus-within {
        --tw-ring-offset-color: #5ba4dc;
    }

    .sm\:focus-within\:ring-offset-indigo-50:focus-within {
        --tw-ring-offset-color: #eef2ff;
    }

    .sm\:focus-within\:ring-offset-indigo-100:focus-within {
        --tw-ring-offset-color: #e0e7ff;
    }

    .sm\:focus-within\:ring-offset-indigo-200:focus-within {
        --tw-ring-offset-color: #c7d2fe;
    }

    .sm\:focus-within\:ring-offset-indigo-300:focus-within {
        --tw-ring-offset-color: #a5b4fc;
    }

    .sm\:focus-within\:ring-offset-indigo-400:focus-within {
        --tw-ring-offset-color: #818cf8;
    }

    .sm\:focus-within\:ring-offset-indigo-500:focus-within {
        --tw-ring-offset-color: #6366f1;
    }

    .sm\:focus-within\:ring-offset-indigo-600:focus-within {
        --tw-ring-offset-color: #4f46e5;
    }

    .sm\:focus-within\:ring-offset-indigo-700:focus-within {
        --tw-ring-offset-color: #4338ca;
    }

    .sm\:focus-within\:ring-offset-indigo-800:focus-within {
        --tw-ring-offset-color: #3730a3;
    }

    .sm\:focus-within\:ring-offset-indigo-900:focus-within {
        --tw-ring-offset-color: #312e81;
    }

    .sm\:focus-within\:ring-offset-purple:focus-within {
        --tw-ring-offset-color: #6847c3;
    }

    .sm\:focus-within\:ring-offset-pink:focus-within {
        --tw-ring-offset-color: #850737;
    }

    .sm\:focus-within\:ring-offset-primary:focus-within {
        --tw-ring-offset-color: #6E6E6E;
    }

    .sm\:focus-within\:ring-offset-secondary:focus-within {
        --tw-ring-offset-color: #ededed;
    }

    .sm\:focus-within\:ring-offset-body_bg:focus-within {
        --tw-ring-offset-color: #ffffff;
    }

    .sm\:focus-within\:ring-offset-body_text:focus-within {
        --tw-ring-offset-color: #4a4349;
    }

    .sm\:focus-within\:ring-offset-title:focus-within {
        --tw-ring-offset-color: #3fb2cf;
    }

    .sm\:focus-within\:ring-offset-grey:focus-within {
        --tw-ring-offset-color: #524A51;
    }

    .sm\:focus-within\:ring-offset-dark_grey:focus-within {
        --tw-ring-offset-color: #4a4349;
    }

    .sm\:focus-within\:ring-offset-light_grey:focus-within {
        --tw-ring-offset-color: #B7B7B7;
    }

    .sm\:focus-within\:ring-offset-medium_grey:focus-within {
        --tw-ring-offset-color: #575156;
    }

    .sm\:focus-within\:ring-offset-lightten_grey:focus-within {
        --tw-ring-offset-color: #C6C6C6;
    }

    .sm\:focus-within\:ring-offset-grey_300:focus-within {
        --tw-ring-offset-color: #d3d3d3;
    }

    .sm\:focus-within\:ring-offset-grey_400:focus-within {
        --tw-ring-offset-color: #b7b7b7;
    }

    .sm\:focus-within\:ring-offset-medium_blue:focus-within {
        --tw-ring-offset-color: #45cdfc;
    }

    .sm\:focus-within\:ring-offset-dark_blue:focus-within {
        --tw-ring-offset-color: #0080ac;
    }

    .sm\:focus-within\:ring-offset-text_blue:focus-within {
        --tw-ring-offset-color: #3FB2CF;
    }

    .sm\:focus-within\:ring-offset-footer_bg:focus-within {
        --tw-ring-offset-color: #464646;
    }

    .sm\:focus-within\:ring-offset-brown:focus-within {
        --tw-ring-offset-color: #805300;
    }

    .sm\:focus-within\:ring-offset-dark_brown:focus-within {
        --tw-ring-offset-color: #874433;
    }

    .sm\:focus-within\:ring-offset-Light_purple:focus-within {
        --tw-ring-offset-color: #65479b;
    }

    .sm\:focus-within\:ring-offset-dark_green:focus-within {
        --tw-ring-offset-color: #479b51;
    }

    .sm\:focus-within\:ring-offset-medium_green:focus-within {
        --tw-ring-offset-color: #3aac2b;
    }

    .sm\:focus-within\:ring-offset-light_green:focus-within {
        --tw-ring-offset-color: #9acb3e;
    }

    .sm\:focus-within\:ring-offset-green_900:focus-within {
        --tw-ring-offset-color: #396676;
    }

    .sm\:focus-within\:ring-offset-dark_border:focus-within {
        --tw-ring-offset-color: #707070;
    }

    .sm\:focus\:ring-offset-transparent:focus {
        --tw-ring-offset-color: transparent;
    }

    .sm\:focus\:ring-offset-current:focus {
        --tw-ring-offset-color: currentColor;
    }

    .sm\:focus\:ring-offset-black:focus {
        --tw-ring-offset-color: #000;
    }

    .sm\:focus\:ring-offset-white:focus {
        --tw-ring-offset-color: #fff;
    }

    .sm\:focus\:ring-offset-gray-50:focus {
        --tw-ring-offset-color: #f9fafb;
    }

    .sm\:focus\:ring-offset-gray-100:focus {
        --tw-ring-offset-color: #f3f4f6;
    }

    .sm\:focus\:ring-offset-gray-200:focus {
        --tw-ring-offset-color: #e5e7eb;
    }

    .sm\:focus\:ring-offset-gray-300:focus {
        --tw-ring-offset-color: #d1d5db;
    }

    .sm\:focus\:ring-offset-gray-400:focus {
        --tw-ring-offset-color: #9ca3af;
    }

    .sm\:focus\:ring-offset-gray-500:focus {
        --tw-ring-offset-color: #6b7280;
    }

    .sm\:focus\:ring-offset-gray-600:focus {
        --tw-ring-offset-color: #4b5563;
    }

    .sm\:focus\:ring-offset-gray-700:focus {
        --tw-ring-offset-color: #374151;
    }

    .sm\:focus\:ring-offset-gray-800:focus {
        --tw-ring-offset-color: #1f2937;
    }

    .sm\:focus\:ring-offset-gray-900:focus {
        --tw-ring-offset-color: #111827;
    }

    .sm\:focus\:ring-offset-red-50:focus {
        --tw-ring-offset-color: #fef2f2;
    }

    .sm\:focus\:ring-offset-red-100:focus {
        --tw-ring-offset-color: #fee2e2;
    }

    .sm\:focus\:ring-offset-red-200:focus {
        --tw-ring-offset-color: #fecaca;
    }

    .sm\:focus\:ring-offset-red-300:focus {
        --tw-ring-offset-color: #fca5a5;
    }

    .sm\:focus\:ring-offset-red-400:focus {
        --tw-ring-offset-color: #f87171;
    }

    .sm\:focus\:ring-offset-red-500:focus {
        --tw-ring-offset-color: #ef4444;
    }

    .sm\:focus\:ring-offset-red-600:focus {
        --tw-ring-offset-color: #dc2626;
    }

    .sm\:focus\:ring-offset-red-700:focus {
        --tw-ring-offset-color: #b91c1c;
    }

    .sm\:focus\:ring-offset-red-800:focus {
        --tw-ring-offset-color: #991b1b;
    }

    .sm\:focus\:ring-offset-red-900:focus {
        --tw-ring-offset-color: #7f1d1d;
    }

    .sm\:focus\:ring-offset-yellow:focus {
        --tw-ring-offset-color: #ed9143;
    }

    .sm\:focus\:ring-offset-green:focus {
        --tw-ring-offset-color: #7bbc00;
    }

    .sm\:focus\:ring-offset-blue:focus {
        --tw-ring-offset-color: #5ba4dc;
    }

    .sm\:focus\:ring-offset-indigo-50:focus {
        --tw-ring-offset-color: #eef2ff;
    }

    .sm\:focus\:ring-offset-indigo-100:focus {
        --tw-ring-offset-color: #e0e7ff;
    }

    .sm\:focus\:ring-offset-indigo-200:focus {
        --tw-ring-offset-color: #c7d2fe;
    }

    .sm\:focus\:ring-offset-indigo-300:focus {
        --tw-ring-offset-color: #a5b4fc;
    }

    .sm\:focus\:ring-offset-indigo-400:focus {
        --tw-ring-offset-color: #818cf8;
    }

    .sm\:focus\:ring-offset-indigo-500:focus {
        --tw-ring-offset-color: #6366f1;
    }

    .sm\:focus\:ring-offset-indigo-600:focus {
        --tw-ring-offset-color: #4f46e5;
    }

    .sm\:focus\:ring-offset-indigo-700:focus {
        --tw-ring-offset-color: #4338ca;
    }

    .sm\:focus\:ring-offset-indigo-800:focus {
        --tw-ring-offset-color: #3730a3;
    }

    .sm\:focus\:ring-offset-indigo-900:focus {
        --tw-ring-offset-color: #312e81;
    }

    .sm\:focus\:ring-offset-purple:focus {
        --tw-ring-offset-color: #6847c3;
    }

    .sm\:focus\:ring-offset-pink:focus {
        --tw-ring-offset-color: #850737;
    }

    .sm\:focus\:ring-offset-primary:focus {
        --tw-ring-offset-color: #6E6E6E;
    }

    .sm\:focus\:ring-offset-secondary:focus {
        --tw-ring-offset-color: #ededed;
    }

    .sm\:focus\:ring-offset-body_bg:focus {
        --tw-ring-offset-color: #ffffff;
    }

    .sm\:focus\:ring-offset-body_text:focus {
        --tw-ring-offset-color: #4a4349;
    }

    .sm\:focus\:ring-offset-title:focus {
        --tw-ring-offset-color: #3fb2cf;
    }

    .sm\:focus\:ring-offset-grey:focus {
        --tw-ring-offset-color: #524A51;
    }

    .sm\:focus\:ring-offset-dark_grey:focus {
        --tw-ring-offset-color: #4a4349;
    }

    .sm\:focus\:ring-offset-light_grey:focus {
        --tw-ring-offset-color: #B7B7B7;
    }

    .sm\:focus\:ring-offset-medium_grey:focus {
        --tw-ring-offset-color: #575156;
    }

    .sm\:focus\:ring-offset-lightten_grey:focus {
        --tw-ring-offset-color: #C6C6C6;
    }

    .sm\:focus\:ring-offset-grey_300:focus {
        --tw-ring-offset-color: #d3d3d3;
    }

    .sm\:focus\:ring-offset-grey_400:focus {
        --tw-ring-offset-color: #b7b7b7;
    }

    .sm\:focus\:ring-offset-medium_blue:focus {
        --tw-ring-offset-color: #45cdfc;
    }

    .sm\:focus\:ring-offset-dark_blue:focus {
        --tw-ring-offset-color: #0080ac;
    }

    .sm\:focus\:ring-offset-text_blue:focus {
        --tw-ring-offset-color: #3FB2CF;
    }

    .sm\:focus\:ring-offset-footer_bg:focus {
        --tw-ring-offset-color: #464646;
    }

    .sm\:focus\:ring-offset-brown:focus {
        --tw-ring-offset-color: #805300;
    }

    .sm\:focus\:ring-offset-dark_brown:focus {
        --tw-ring-offset-color: #874433;
    }

    .sm\:focus\:ring-offset-Light_purple:focus {
        --tw-ring-offset-color: #65479b;
    }

    .sm\:focus\:ring-offset-dark_green:focus {
        --tw-ring-offset-color: #479b51;
    }

    .sm\:focus\:ring-offset-medium_green:focus {
        --tw-ring-offset-color: #3aac2b;
    }

    .sm\:focus\:ring-offset-light_green:focus {
        --tw-ring-offset-color: #9acb3e;
    }

    .sm\:focus\:ring-offset-green_900:focus {
        --tw-ring-offset-color: #396676;
    }

    .sm\:focus\:ring-offset-dark_border:focus {
        --tw-ring-offset-color: #707070;
    }

    .sm\:filter {
        --tw-blur: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-brightness: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-contrast: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-grayscale: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-hue-rotate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-invert: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-saturate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-sepia: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-drop-shadow: var(--tw-empty,
                /*!*/
                /*!*/
            );
        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);
    }

    .sm\:filter-none {
        filter: none;
    }

    .sm\:blur-0 {
        --tw-blur: blur(0);
    }

    .sm\:blur-none {
        --tw-blur: blur(0);
    }

    .sm\:blur-sm {
        --tw-blur: blur(4px);
    }

    .sm\:blur {
        --tw-blur: blur(8px);
    }

    .sm\:blur-md {
        --tw-blur: blur(12px);
    }

    .sm\:blur-lg {
        --tw-blur: blur(16px);
    }

    .sm\:blur-xl {
        --tw-blur: blur(24px);
    }

    .sm\:blur-2xl {
        --tw-blur: blur(40px);
    }

    .sm\:blur-3xl {
        --tw-blur: blur(64px);
    }

    .sm\:brightness-0 {
        --tw-brightness: brightness(0);
    }

    .sm\:brightness-50 {
        --tw-brightness: brightness(.5);
    }

    .sm\:brightness-75 {
        --tw-brightness: brightness(.75);
    }

    .sm\:brightness-90 {
        --tw-brightness: brightness(.9);
    }

    .sm\:brightness-95 {
        --tw-brightness: brightness(.95);
    }

    .sm\:brightness-100 {
        --tw-brightness: brightness(1);
    }

    .sm\:brightness-105 {
        --tw-brightness: brightness(1.05);
    }

    .sm\:brightness-110 {
        --tw-brightness: brightness(1.1);
    }

    .sm\:brightness-125 {
        --tw-brightness: brightness(1.25);
    }

    .sm\:brightness-150 {
        --tw-brightness: brightness(1.5);
    }

    .sm\:brightness-200 {
        --tw-brightness: brightness(2);
    }

    .sm\:contrast-0 {
        --tw-contrast: contrast(0);
    }

    .sm\:contrast-50 {
        --tw-contrast: contrast(.5);
    }

    .sm\:contrast-75 {
        --tw-contrast: contrast(.75);
    }

    .sm\:contrast-100 {
        --tw-contrast: contrast(1);
    }

    .sm\:contrast-125 {
        --tw-contrast: contrast(1.25);
    }

    .sm\:contrast-150 {
        --tw-contrast: contrast(1.5);
    }

    .sm\:contrast-200 {
        --tw-contrast: contrast(2);
    }

    .sm\:drop-shadow-sm {
        --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
    }

    .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));
    }

    .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));
    }

    .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));
    }

    .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));
    }

    .sm\:drop-shadow-2xl {
        --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
    }

    .sm\:drop-shadow-none {
        --tw-drop-shadow: drop-shadow(0 0 #0000);
    }

    .sm\:grayscale-0 {
        --tw-grayscale: grayscale(0);
    }

    .sm\:grayscale {
        --tw-grayscale: grayscale(100%);
    }

    .sm\:hue-rotate-0 {
        --tw-hue-rotate: hue-rotate(0deg);
    }

    .sm\:hue-rotate-15 {
        --tw-hue-rotate: hue-rotate(15deg);
    }

    .sm\:hue-rotate-30 {
        --tw-hue-rotate: hue-rotate(30deg);
    }

    .sm\:hue-rotate-60 {
        --tw-hue-rotate: hue-rotate(60deg);
    }

    .sm\:hue-rotate-90 {
        --tw-hue-rotate: hue-rotate(90deg);
    }

    .sm\:hue-rotate-180 {
        --tw-hue-rotate: hue-rotate(180deg);
    }

    .sm\:-hue-rotate-180 {
        --tw-hue-rotate: hue-rotate(-180deg);
    }

    .sm\:-hue-rotate-90 {
        --tw-hue-rotate: hue-rotate(-90deg);
    }

    .sm\:-hue-rotate-60 {
        --tw-hue-rotate: hue-rotate(-60deg);
    }

    .sm\:-hue-rotate-30 {
        --tw-hue-rotate: hue-rotate(-30deg);
    }

    .sm\:-hue-rotate-15 {
        --tw-hue-rotate: hue-rotate(-15deg);
    }

    .sm\:invert-0 {
        --tw-invert: invert(0);
    }

    .sm\:invert {
        --tw-invert: invert(100%);
    }

    .sm\:saturate-0 {
        --tw-saturate: saturate(0);
    }

    .sm\:saturate-50 {
        --tw-saturate: saturate(.5);
    }

    .sm\:saturate-100 {
        --tw-saturate: saturate(1);
    }

    .sm\:saturate-150 {
        --tw-saturate: saturate(1.5);
    }

    .sm\:saturate-200 {
        --tw-saturate: saturate(2);
    }

    .sm\:sepia-0 {
        --tw-sepia: sepia(0);
    }

    .sm\:sepia {
        --tw-sepia: sepia(100%);
    }

    .sm\:backdrop-filter {
        --tw-backdrop-blur: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-brightness: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-contrast: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-grayscale: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-hue-rotate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-invert: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-opacity: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-saturate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-sepia: var(--tw-empty,
                /*!*/
                /*!*/
            );
        -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
        backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    }

    .sm\:backdrop-filter-none {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .sm\:backdrop-blur-0 {
        --tw-backdrop-blur: blur(0);
    }

    .sm\:backdrop-blur-none {
        --tw-backdrop-blur: blur(0);
    }

    .sm\:backdrop-blur-sm {
        --tw-backdrop-blur: blur(4px);
    }

    .sm\:backdrop-blur {
        --tw-backdrop-blur: blur(8px);
    }

    .sm\:backdrop-blur-md {
        --tw-backdrop-blur: blur(12px);
    }

    .sm\:backdrop-blur-lg {
        --tw-backdrop-blur: blur(16px);
    }

    .sm\:backdrop-blur-xl {
        --tw-backdrop-blur: blur(24px);
    }

    .sm\:backdrop-blur-2xl {
        --tw-backdrop-blur: blur(40px);
    }

    .sm\:backdrop-blur-3xl {
        --tw-backdrop-blur: blur(64px);
    }

    .sm\:backdrop-brightness-0 {
        --tw-backdrop-brightness: brightness(0);
    }

    .sm\:backdrop-brightness-50 {
        --tw-backdrop-brightness: brightness(.5);
    }

    .sm\:backdrop-brightness-75 {
        --tw-backdrop-brightness: brightness(.75);
    }

    .sm\:backdrop-brightness-90 {
        --tw-backdrop-brightness: brightness(.9);
    }

    .sm\:backdrop-brightness-95 {
        --tw-backdrop-brightness: brightness(.95);
    }

    .sm\:backdrop-brightness-100 {
        --tw-backdrop-brightness: brightness(1);
    }

    .sm\:backdrop-brightness-105 {
        --tw-backdrop-brightness: brightness(1.05);
    }

    .sm\:backdrop-brightness-110 {
        --tw-backdrop-brightness: brightness(1.1);
    }

    .sm\:backdrop-brightness-125 {
        --tw-backdrop-brightness: brightness(1.25);
    }

    .sm\:backdrop-brightness-150 {
        --tw-backdrop-brightness: brightness(1.5);
    }

    .sm\:backdrop-brightness-200 {
        --tw-backdrop-brightness: brightness(2);
    }

    .sm\:backdrop-contrast-0 {
        --tw-backdrop-contrast: contrast(0);
    }

    .sm\:backdrop-contrast-50 {
        --tw-backdrop-contrast: contrast(.5);
    }

    .sm\:backdrop-contrast-75 {
        --tw-backdrop-contrast: contrast(.75);
    }

    .sm\:backdrop-contrast-100 {
        --tw-backdrop-contrast: contrast(1);
    }

    .sm\:backdrop-contrast-125 {
        --tw-backdrop-contrast: contrast(1.25);
    }

    .sm\:backdrop-contrast-150 {
        --tw-backdrop-contrast: contrast(1.5);
    }

    .sm\:backdrop-contrast-200 {
        --tw-backdrop-contrast: contrast(2);
    }

    .sm\:backdrop-grayscale-0 {
        --tw-backdrop-grayscale: grayscale(0);
    }

    .sm\:backdrop-grayscale {
        --tw-backdrop-grayscale: grayscale(100%);
    }

    .sm\:backdrop-hue-rotate-0 {
        --tw-backdrop-hue-rotate: hue-rotate(0deg);
    }

    .sm\:backdrop-hue-rotate-15 {
        --tw-backdrop-hue-rotate: hue-rotate(15deg);
    }

    .sm\:backdrop-hue-rotate-30 {
        --tw-backdrop-hue-rotate: hue-rotate(30deg);
    }

    .sm\:backdrop-hue-rotate-60 {
        --tw-backdrop-hue-rotate: hue-rotate(60deg);
    }

    .sm\:backdrop-hue-rotate-90 {
        --tw-backdrop-hue-rotate: hue-rotate(90deg);
    }

    .sm\:backdrop-hue-rotate-180 {
        --tw-backdrop-hue-rotate: hue-rotate(180deg);
    }

    .sm\:-backdrop-hue-rotate-180 {
        --tw-backdrop-hue-rotate: hue-rotate(-180deg);
    }

    .sm\:-backdrop-hue-rotate-90 {
        --tw-backdrop-hue-rotate: hue-rotate(-90deg);
    }

    .sm\:-backdrop-hue-rotate-60 {
        --tw-backdrop-hue-rotate: hue-rotate(-60deg);
    }

    .sm\:-backdrop-hue-rotate-30 {
        --tw-backdrop-hue-rotate: hue-rotate(-30deg);
    }

    .sm\:-backdrop-hue-rotate-15 {
        --tw-backdrop-hue-rotate: hue-rotate(-15deg);
    }

    .sm\:backdrop-invert-0 {
        --tw-backdrop-invert: invert(0);
    }

    .sm\:backdrop-invert {
        --tw-backdrop-invert: invert(100%);
    }

    .sm\:backdrop-opacity-0 {
        --tw-backdrop-opacity: opacity(0);
    }

    .sm\:backdrop-opacity-5 {
        --tw-backdrop-opacity: opacity(0.05);
    }

    .sm\:backdrop-opacity-10 {
        --tw-backdrop-opacity: opacity(0.1);
    }

    .sm\:backdrop-opacity-20 {
        --tw-backdrop-opacity: opacity(0.2);
    }

    .sm\:backdrop-opacity-25 {
        --tw-backdrop-opacity: opacity(0.25);
    }

    .sm\:backdrop-opacity-30 {
        --tw-backdrop-opacity: opacity(0.3);
    }

    .sm\:backdrop-opacity-40 {
        --tw-backdrop-opacity: opacity(0.4);
    }

    .sm\:backdrop-opacity-50 {
        --tw-backdrop-opacity: opacity(0.5);
    }

    .sm\:backdrop-opacity-60 {
        --tw-backdrop-opacity: opacity(0.6);
    }

    .sm\:backdrop-opacity-70 {
        --tw-backdrop-opacity: opacity(0.7);
    }

    .sm\:backdrop-opacity-75 {
        --tw-backdrop-opacity: opacity(0.75);
    }

    .sm\:backdrop-opacity-80 {
        --tw-backdrop-opacity: opacity(0.8);
    }

    .sm\:backdrop-opacity-90 {
        --tw-backdrop-opacity: opacity(0.9);
    }

    .sm\:backdrop-opacity-95 {
        --tw-backdrop-opacity: opacity(0.95);
    }

    .sm\:backdrop-opacity-100 {
        --tw-backdrop-opacity: opacity(1);
    }

    .sm\:backdrop-saturate-0 {
        --tw-backdrop-saturate: saturate(0);
    }

    .sm\:backdrop-saturate-50 {
        --tw-backdrop-saturate: saturate(.5);
    }

    .sm\:backdrop-saturate-100 {
        --tw-backdrop-saturate: saturate(1);
    }

    .sm\:backdrop-saturate-150 {
        --tw-backdrop-saturate: saturate(1.5);
    }

    .sm\:backdrop-saturate-200 {
        --tw-backdrop-saturate: saturate(2);
    }

    .sm\:backdrop-sepia-0 {
        --tw-backdrop-sepia: sepia(0);
    }

    .sm\:backdrop-sepia {
        --tw-backdrop-sepia: sepia(100%);
    }

    .sm\:transition-none {
        transition-property: none;
    }

    .sm\:transition-all {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .sm\:transition {
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .sm\:transition-colors {
        transition-property: background-color, border-color, color, fill, stroke;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .sm\:transition-opacity {
        transition-property: opacity;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .sm\:transition-shadow {
        transition-property: box-shadow;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .sm\:transition-transform {
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .sm\:delay-75 {
        transition-delay: 75ms;
    }

    .sm\:delay-100 {
        transition-delay: 100ms;
    }

    .sm\:delay-150 {
        transition-delay: 150ms;
    }

    .sm\:delay-200 {
        transition-delay: 200ms;
    }

    .sm\:delay-300 {
        transition-delay: 300ms;
    }

    .sm\:delay-500 {
        transition-delay: 500ms;
    }

    .sm\:delay-700 {
        transition-delay: 700ms;
    }

    .sm\:delay-1000 {
        transition-delay: 1000ms;
    }

    .sm\:duration-75 {
        transition-duration: 75ms;
    }

    .sm\:duration-100 {
        transition-duration: 100ms;
    }

    .sm\:duration-150 {
        transition-duration: 150ms;
    }

    .sm\:duration-200 {
        transition-duration: 200ms;
    }

    .sm\:duration-300 {
        transition-duration: 300ms;
    }

    .sm\:duration-500 {
        transition-duration: 500ms;
    }

    .sm\:duration-700 {
        transition-duration: 700ms;
    }

    .sm\:duration-1000 {
        transition-duration: 1000ms;
    }

    .sm\:ease-linear {
        transition-timing-function: linear;
    }

    .sm\:ease-in {
        transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    }

    .sm\:ease-out {
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }

    .sm\:ease-in-out {
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
}

@media (min-width: 768px) {
    .md\:container {
        width: 100%;
    }

    @media (min-width: 100%) {
        .md\:container {
            max-width: 100%;
        }
    }

    @media (min-width: 1232px) {
        .md\:container {
            max-width: 1232px;
        }
    }

    .md\:sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

    .md\:not-sr-only {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }

    .md\:focus-within\:sr-only:focus-within {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

    .md\:focus-within\:not-sr-only:focus-within {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }

    .md\:focus\:sr-only:focus {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

    .md\:focus\:not-sr-only:focus {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }

    .md\:pointer-events-none {
        pointer-events: none;
    }

    .md\:pointer-events-auto {
        pointer-events: auto;
    }

    .md\:visible {
        visibility: visible;
    }

    .md\:invisible {
        visibility: hidden;
    }

    .md\:static {
        position: static;
    }

    .md\:fixed {
        position: fixed;
    }

    .md\:absolute {
        position: absolute;
    }

    .md\:relative {
        position: relative;
    }

    .md\:sticky {
        position: sticky;
    }

    .md\:inset-0 {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }

    .md\:inset-1 {
        top: 0.25rem;
        right: 0.25rem;
        bottom: 0.25rem;
        left: 0.25rem;
    }

    .md\:inset-2 {
        top: 0.5rem;
        right: 0.5rem;
        bottom: 0.5rem;
        left: 0.5rem;
    }

    .md\:inset-3 {
        top: 0.75rem;
        right: 0.75rem;
        bottom: 0.75rem;
        left: 0.75rem;
    }

    .md\:inset-4 {
        top: 1rem;
        right: 1rem;
        bottom: 1rem;
        left: 1rem;
    }

    .md\:inset-5 {
        top: 1.25rem;
        right: 1.25rem;
        bottom: 1.25rem;
        left: 1.25rem;
    }

    .md\:inset-6 {
        top: 1.5rem;
        right: 1.5rem;
        bottom: 1.5rem;
        left: 1.5rem;
    }

    .md\:inset-7 {
        top: 1.75rem;
        right: 1.75rem;
        bottom: 1.75rem;
        left: 1.75rem;
    }

    .md\:inset-8 {
        top: 2rem;
        right: 2rem;
        bottom: 2rem;
        left: 2rem;
    }

    .md\:inset-9 {
        top: 2.25rem;
        right: 2.25rem;
        bottom: 2.25rem;
        left: 2.25rem;
    }

    .md\:inset-10 {
        top: 2.5rem;
        right: 2.5rem;
        bottom: 2.5rem;
        left: 2.5rem;
    }

    .md\:inset-11 {
        top: 2.75rem;
        right: 2.75rem;
        bottom: 2.75rem;
        left: 2.75rem;
    }

    .md\:inset-12 {
        top: 3rem;
        right: 3rem;
        bottom: 3rem;
        left: 3rem;
    }

    .md\:inset-14 {
        top: 3.5rem;
        right: 3.5rem;
        bottom: 3.5rem;
        left: 3.5rem;
    }

    .md\:inset-16 {
        top: 4rem;
        right: 4rem;
        bottom: 4rem;
        left: 4rem;
    }

    .md\:inset-18 {
        top: 4.375rem;
        right: 4.375rem;
        bottom: 4.375rem;
        left: 4.375rem;
    }

    .md\:inset-19 {
        top: 76px;
        right: 76px;
        bottom: 76px;
        left: 76px;
    }

    .md\:inset-20 {
        top: 5rem;
        right: 5rem;
        bottom: 5rem;
        left: 5rem;
    }

    .md\:inset-24 {
        top: 6rem;
        right: 6rem;
        bottom: 6rem;
        left: 6rem;
    }

    .md\:inset-28 {
        top: 7rem;
        right: 7rem;
        bottom: 7rem;
        left: 7rem;
    }

    .md\:inset-30 {
        top: 120px;
        right: 120px;
        bottom: 120px;
        left: 120px;
    }

    .md\:inset-32 {
        top: 8rem;
        right: 8rem;
        bottom: 8rem;
        left: 8rem;
    }

    .md\:inset-36 {
        top: 9rem;
        right: 9rem;
        bottom: 9rem;
        left: 9rem;
    }

    .md\:inset-40 {
        top: 10rem;
        right: 10rem;
        bottom: 10rem;
        left: 10rem;
    }

    .md\:inset-44 {
        top: 11rem;
        right: 11rem;
        bottom: 11rem;
        left: 11rem;
    }

    .md\:inset-48 {
        top: 12rem;
        right: 12rem;
        bottom: 12rem;
        left: 12rem;
    }

    .md\:inset-52 {
        top: 13rem;
        right: 13rem;
        bottom: 13rem;
        left: 13rem;
    }

    .md\:inset-56 {
        top: 14rem;
        right: 14rem;
        bottom: 14rem;
        left: 14rem;
    }

    .md\:inset-60 {
        top: 15rem;
        right: 15rem;
        bottom: 15rem;
        left: 15rem;
    }

    .md\:inset-64 {
        top: 16rem;
        right: 16rem;
        bottom: 16rem;
        left: 16rem;
    }

    .md\:inset-72 {
        top: 18rem;
        right: 18rem;
        bottom: 18rem;
        left: 18rem;
    }

    .md\:inset-80 {
        top: 20rem;
        right: 20rem;
        bottom: 20rem;
        left: 20rem;
    }

    .md\:inset-96 {
        top: 24rem;
        right: 24rem;
        bottom: 24rem;
        left: 24rem;
    }

    .md\:inset-auto {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }

    .md\:inset-px {
        top: 1px;
        right: 1px;
        bottom: 1px;
        left: 1px;
    }

    .md\:inset-0\.5 {
        top: 0.125rem;
        right: 0.125rem;
        bottom: 0.125rem;
        left: 0.125rem;
    }

    .md\:inset-1\.5 {
        top: 0.375rem;
        right: 0.375rem;
        bottom: 0.375rem;
        left: 0.375rem;
    }

    .md\:inset-2\.5 {
        top: 0.625rem;
        right: 0.625rem;
        bottom: 0.625rem;
        left: 0.625rem;
    }

    .md\:inset-3\.5 {
        top: 0.875rem;
        right: 0.875rem;
        bottom: 0.875rem;
        left: 0.875rem;
    }

    .md\:inset-5p {
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
    }

    .md\:inset-10p {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }

    .md\:inset-14p {
        top: 14px;
        right: 14px;
        bottom: 14px;
        left: 14px;
    }

    .md\:inset-15p {
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
    }

    .md\:inset-15_2 {
        top: 60px;
        right: 60px;
        bottom: 60px;
        left: 60px;
    }

    .md\:inset-16_1 {
        top: 52px;
        right: 52px;
        bottom: 52px;
        left: 52px;
    }

    .md\:inset-16p {
        top: 16px;
        right: 16px;
        bottom: 16px;
        left: 16px;
    }

    .md\:inset-25p {
        top: 25px;
        right: 25px;
        bottom: 25px;
        left: 25px;
    }

    .md\:inset-48p {
        top: 48%;
        right: 48%;
        bottom: 48%;
        left: 48%;
    }

    .md\:inset-52p {
        top: 52%;
        right: 52%;
        bottom: 52%;
        left: 52%;
    }

    .md\:-inset-0 {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }

    .md\:-inset-1 {
        top: -0.25rem;
        right: -0.25rem;
        bottom: -0.25rem;
        left: -0.25rem;
    }

    .md\:-inset-2 {
        top: -0.5rem;
        right: -0.5rem;
        bottom: -0.5rem;
        left: -0.5rem;
    }

    .md\:-inset-3 {
        top: -0.75rem;
        right: -0.75rem;
        bottom: -0.75rem;
        left: -0.75rem;
    }

    .md\:-inset-4 {
        top: -1rem;
        right: -1rem;
        bottom: -1rem;
        left: -1rem;
    }

    .md\:-inset-5 {
        top: -1.25rem;
        right: -1.25rem;
        bottom: -1.25rem;
        left: -1.25rem;
    }

    .md\:-inset-6 {
        top: -1.5rem;
        right: -1.5rem;
        bottom: -1.5rem;
        left: -1.5rem;
    }

    .md\:-inset-7 {
        top: -1.75rem;
        right: -1.75rem;
        bottom: -1.75rem;
        left: -1.75rem;
    }

    .md\:-inset-8 {
        top: -2rem;
        right: -2rem;
        bottom: -2rem;
        left: -2rem;
    }

    .md\:-inset-9 {
        top: -2.25rem;
        right: -2.25rem;
        bottom: -2.25rem;
        left: -2.25rem;
    }

    .md\:-inset-10 {
        top: -2.5rem;
        right: -2.5rem;
        bottom: -2.5rem;
        left: -2.5rem;
    }

    .md\:-inset-11 {
        top: -2.75rem;
        right: -2.75rem;
        bottom: -2.75rem;
        left: -2.75rem;
    }

    .md\:-inset-12 {
        top: -3rem;
        right: -3rem;
        bottom: -3rem;
        left: -3rem;
    }

    .md\:-inset-14 {
        top: -3.5rem;
        right: -3.5rem;
        bottom: -3.5rem;
        left: -3.5rem;
    }

    .md\:-inset-16 {
        top: -4rem;
        right: -4rem;
        bottom: -4rem;
        left: -4rem;
    }

    .md\:-inset-18 {
        top: -4.375rem;
        right: -4.375rem;
        bottom: -4.375rem;
        left: -4.375rem;
    }

    .md\:-inset-19 {
        top: -76px;
        right: -76px;
        bottom: -76px;
        left: -76px;
    }

    .md\:-inset-20 {
        top: -5rem;
        right: -5rem;
        bottom: -5rem;
        left: -5rem;
    }

    .md\:-inset-24 {
        top: -6rem;
        right: -6rem;
        bottom: -6rem;
        left: -6rem;
    }

    .md\:-inset-28 {
        top: -7rem;
        right: -7rem;
        bottom: -7rem;
        left: -7rem;
    }

    .md\:-inset-30 {
        top: -120px;
        right: -120px;
        bottom: -120px;
        left: -120px;
    }

    .md\:-inset-32 {
        top: -8rem;
        right: -8rem;
        bottom: -8rem;
        left: -8rem;
    }

    .md\:-inset-36 {
        top: -9rem;
        right: -9rem;
        bottom: -9rem;
        left: -9rem;
    }

    .md\:-inset-40 {
        top: -10rem;
        right: -10rem;
        bottom: -10rem;
        left: -10rem;
    }

    .md\:-inset-44 {
        top: -11rem;
        right: -11rem;
        bottom: -11rem;
        left: -11rem;
    }

    .md\:-inset-48 {
        top: -12rem;
        right: -12rem;
        bottom: -12rem;
        left: -12rem;
    }

    .md\:-inset-52 {
        top: -13rem;
        right: -13rem;
        bottom: -13rem;
        left: -13rem;
    }

    .md\:-inset-56 {
        top: -14rem;
        right: -14rem;
        bottom: -14rem;
        left: -14rem;
    }

    .md\:-inset-60 {
        top: -15rem;
        right: -15rem;
        bottom: -15rem;
        left: -15rem;
    }

    .md\:-inset-64 {
        top: -16rem;
        right: -16rem;
        bottom: -16rem;
        left: -16rem;
    }

    .md\:-inset-72 {
        top: -18rem;
        right: -18rem;
        bottom: -18rem;
        left: -18rem;
    }

    .md\:-inset-80 {
        top: -20rem;
        right: -20rem;
        bottom: -20rem;
        left: -20rem;
    }

    .md\:-inset-96 {
        top: -24rem;
        right: -24rem;
        bottom: -24rem;
        left: -24rem;
    }

    .md\:-inset-px {
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
    }

    .md\:-inset-0\.5 {
        top: -0.125rem;
        right: -0.125rem;
        bottom: -0.125rem;
        left: -0.125rem;
    }

    .md\:-inset-1\.5 {
        top: -0.375rem;
        right: -0.375rem;
        bottom: -0.375rem;
        left: -0.375rem;
    }

    .md\:-inset-2\.5 {
        top: -0.625rem;
        right: -0.625rem;
        bottom: -0.625rem;
        left: -0.625rem;
    }

    .md\:-inset-3\.5 {
        top: -0.875rem;
        right: -0.875rem;
        bottom: -0.875rem;
        left: -0.875rem;
    }

    .md\:-inset-5p {
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
    }

    .md\:-inset-10p {
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
    }

    .md\:-inset-14p {
        top: -14px;
        right: -14px;
        bottom: -14px;
        left: -14px;
    }

    .md\:-inset-15p {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
    }

    .md\:-inset-15_2 {
        top: -60px;
        right: -60px;
        bottom: -60px;
        left: -60px;
    }

    .md\:-inset-16_1 {
        top: -52px;
        right: -52px;
        bottom: -52px;
        left: -52px;
    }

    .md\:-inset-16p {
        top: -16px;
        right: -16px;
        bottom: -16px;
        left: -16px;
    }

    .md\:-inset-25p {
        top: -25px;
        right: -25px;
        bottom: -25px;
        left: -25px;
    }

    .md\:-inset-48p {
        top: -48%;
        right: -48%;
        bottom: -48%;
        left: -48%;
    }

    .md\:-inset-52p {
        top: -52%;
        right: -52%;
        bottom: -52%;
        left: -52%;
    }

    .md\:inset-1\/2 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }

    .md\:inset-1\/3 {
        top: 33.333333%;
        right: 33.333333%;
        bottom: 33.333333%;
        left: 33.333333%;
    }

    .md\:inset-2\/3 {
        top: 66.666667%;
        right: 66.666667%;
        bottom: 66.666667%;
        left: 66.666667%;
    }

    .md\:inset-1\/4 {
        top: 25%;
        right: 25%;
        bottom: 25%;
        left: 25%;
    }

    .md\:inset-2\/4 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }

    .md\:inset-3\/4 {
        top: 75%;
        right: 75%;
        bottom: 75%;
        left: 75%;
    }

    .md\:inset-full {
        top: 100%;
        right: 100%;
        bottom: 100%;
        left: 100%;
    }

    .md\:-inset-1\/2 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }

    .md\:-inset-1\/3 {
        top: -33.333333%;
        right: -33.333333%;
        bottom: -33.333333%;
        left: -33.333333%;
    }

    .md\:-inset-2\/3 {
        top: -66.666667%;
        right: -66.666667%;
        bottom: -66.666667%;
        left: -66.666667%;
    }

    .md\:-inset-1\/4 {
        top: -25%;
        right: -25%;
        bottom: -25%;
        left: -25%;
    }

    .md\:-inset-2\/4 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }

    .md\:-inset-3\/4 {
        top: -75%;
        right: -75%;
        bottom: -75%;
        left: -75%;
    }

    .md\:-inset-full {
        top: -100%;
        right: -100%;
        bottom: -100%;
        left: -100%;
    }

    .md\:inset-x-0 {
        left: 0px;
        right: 0px;
    }

    .md\:inset-x-1 {
        left: 0.25rem;
        right: 0.25rem;
    }

    .md\:inset-x-2 {
        left: 0.5rem;
        right: 0.5rem;
    }

    .md\:inset-x-3 {
        left: 0.75rem;
        right: 0.75rem;
    }

    .md\:inset-x-4 {
        left: 1rem;
        right: 1rem;
    }

    .md\:inset-x-5 {
        left: 1.25rem;
        right: 1.25rem;
    }

    .md\:inset-x-6 {
        left: 1.5rem;
        right: 1.5rem;
    }

    .md\:inset-x-7 {
        left: 1.75rem;
        right: 1.75rem;
    }

    .md\:inset-x-8 {
        left: 2rem;
        right: 2rem;
    }

    .md\:inset-x-9 {
        left: 2.25rem;
        right: 2.25rem;
    }

    .md\:inset-x-10 {
        left: 2.5rem;
        right: 2.5rem;
    }

    .md\:inset-x-11 {
        left: 2.75rem;
        right: 2.75rem;
    }

    .md\:inset-x-12 {
        left: 3rem;
        right: 3rem;
    }

    .md\:inset-x-14 {
        left: 3.5rem;
        right: 3.5rem;
    }

    .md\:inset-x-16 {
        left: 4rem;
        right: 4rem;
    }

    .md\:inset-x-18 {
        left: 4.375rem;
        right: 4.375rem;
    }

    .md\:inset-x-19 {
        left: 76px;
        right: 76px;
    }

    .md\:inset-x-20 {
        left: 5rem;
        right: 5rem;
    }

    .md\:inset-x-24 {
        left: 6rem;
        right: 6rem;
    }

    .md\:inset-x-28 {
        left: 7rem;
        right: 7rem;
    }

    .md\:inset-x-30 {
        left: 120px;
        right: 120px;
    }

    .md\:inset-x-32 {
        left: 8rem;
        right: 8rem;
    }

    .md\:inset-x-36 {
        left: 9rem;
        right: 9rem;
    }

    .md\:inset-x-40 {
        left: 10rem;
        right: 10rem;
    }

    .md\:inset-x-44 {
        left: 11rem;
        right: 11rem;
    }

    .md\:inset-x-48 {
        left: 12rem;
        right: 12rem;
    }

    .md\:inset-x-52 {
        left: 13rem;
        right: 13rem;
    }

    .md\:inset-x-56 {
        left: 14rem;
        right: 14rem;
    }

    .md\:inset-x-60 {
        left: 15rem;
        right: 15rem;
    }

    .md\:inset-x-64 {
        left: 16rem;
        right: 16rem;
    }

    .md\:inset-x-72 {
        left: 18rem;
        right: 18rem;
    }

    .md\:inset-x-80 {
        left: 20rem;
        right: 20rem;
    }

    .md\:inset-x-96 {
        left: 24rem;
        right: 24rem;
    }

    .md\:inset-x-auto {
        left: auto;
        right: auto;
    }

    .md\:inset-x-px {
        left: 1px;
        right: 1px;
    }

    .md\:inset-x-0\.5 {
        left: 0.125rem;
        right: 0.125rem;
    }

    .md\:inset-x-1\.5 {
        left: 0.375rem;
        right: 0.375rem;
    }

    .md\:inset-x-2\.5 {
        left: 0.625rem;
        right: 0.625rem;
    }

    .md\:inset-x-3\.5 {
        left: 0.875rem;
        right: 0.875rem;
    }

    .md\:inset-x-5p {
        left: 5px;
        right: 5px;
    }

    .md\:inset-x-10p {
        left: 10px;
        right: 10px;
    }

    .md\:inset-x-14p {
        left: 14px;
        right: 14px;
    }

    .md\:inset-x-15p {
        left: 15px;
        right: 15px;
    }

    .md\:inset-x-15_2 {
        left: 60px;
        right: 60px;
    }

    .md\:inset-x-16_1 {
        left: 52px;
        right: 52px;
    }

    .md\:inset-x-16p {
        left: 16px;
        right: 16px;
    }

    .md\:inset-x-25p {
        left: 25px;
        right: 25px;
    }

    .md\:inset-x-48p {
        left: 48%;
        right: 48%;
    }

    .md\:inset-x-52p {
        left: 52%;
        right: 52%;
    }

    .md\:-inset-x-0 {
        left: 0px;
        right: 0px;
    }

    .md\:-inset-x-1 {
        left: -0.25rem;
        right: -0.25rem;
    }

    .md\:-inset-x-2 {
        left: -0.5rem;
        right: -0.5rem;
    }

    .md\:-inset-x-3 {
        left: -0.75rem;
        right: -0.75rem;
    }

    .md\:-inset-x-4 {
        left: -1rem;
        right: -1rem;
    }

    .md\:-inset-x-5 {
        left: -1.25rem;
        right: -1.25rem;
    }

    .md\:-inset-x-6 {
        left: -1.5rem;
        right: -1.5rem;
    }

    .md\:-inset-x-7 {
        left: -1.75rem;
        right: -1.75rem;
    }

    .md\:-inset-x-8 {
        left: -2rem;
        right: -2rem;
    }

    .md\:-inset-x-9 {
        left: -2.25rem;
        right: -2.25rem;
    }

    .md\:-inset-x-10 {
        left: -2.5rem;
        right: -2.5rem;
    }

    .md\:-inset-x-11 {
        left: -2.75rem;
        right: -2.75rem;
    }

    .md\:-inset-x-12 {
        left: -3rem;
        right: -3rem;
    }

    .md\:-inset-x-14 {
        left: -3.5rem;
        right: -3.5rem;
    }

    .md\:-inset-x-16 {
        left: -4rem;
        right: -4rem;
    }

    .md\:-inset-x-18 {
        left: -4.375rem;
        right: -4.375rem;
    }

    .md\:-inset-x-19 {
        left: -76px;
        right: -76px;
    }

    .md\:-inset-x-20 {
        left: -5rem;
        right: -5rem;
    }

    .md\:-inset-x-24 {
        left: -6rem;
        right: -6rem;
    }

    .md\:-inset-x-28 {
        left: -7rem;
        right: -7rem;
    }

    .md\:-inset-x-30 {
        left: -120px;
        right: -120px;
    }

    .md\:-inset-x-32 {
        left: -8rem;
        right: -8rem;
    }

    .md\:-inset-x-36 {
        left: -9rem;
        right: -9rem;
    }

    .md\:-inset-x-40 {
        left: -10rem;
        right: -10rem;
    }

    .md\:-inset-x-44 {
        left: -11rem;
        right: -11rem;
    }

    .md\:-inset-x-48 {
        left: -12rem;
        right: -12rem;
    }

    .md\:-inset-x-52 {
        left: -13rem;
        right: -13rem;
    }

    .md\:-inset-x-56 {
        left: -14rem;
        right: -14rem;
    }

    .md\:-inset-x-60 {
        left: -15rem;
        right: -15rem;
    }

    .md\:-inset-x-64 {
        left: -16rem;
        right: -16rem;
    }

    .md\:-inset-x-72 {
        left: -18rem;
        right: -18rem;
    }

    .md\:-inset-x-80 {
        left: -20rem;
        right: -20rem;
    }

    .md\:-inset-x-96 {
        left: -24rem;
        right: -24rem;
    }

    .md\:-inset-x-px {
        left: -1px;
        right: -1px;
    }

    .md\:-inset-x-0\.5 {
        left: -0.125rem;
        right: -0.125rem;
    }

    .md\:-inset-x-1\.5 {
        left: -0.375rem;
        right: -0.375rem;
    }

    .md\:-inset-x-2\.5 {
        left: -0.625rem;
        right: -0.625rem;
    }

    .md\:-inset-x-3\.5 {
        left: -0.875rem;
        right: -0.875rem;
    }

    .md\:-inset-x-5p {
        left: -5px;
        right: -5px;
    }

    .md\:-inset-x-10p {
        left: -10px;
        right: -10px;
    }

    .md\:-inset-x-14p {
        left: -14px;
        right: -14px;
    }

    .md\:-inset-x-15p {
        left: -15px;
        right: -15px;
    }

    .md\:-inset-x-15_2 {
        left: -60px;
        right: -60px;
    }

    .md\:-inset-x-16_1 {
        left: -52px;
        right: -52px;
    }

    .md\:-inset-x-16p {
        left: -16px;
        right: -16px;
    }

    .md\:-inset-x-25p {
        left: -25px;
        right: -25px;
    }

    .md\:-inset-x-48p {
        left: -48%;
        right: -48%;
    }

    .md\:-inset-x-52p {
        left: -52%;
        right: -52%;
    }

    .md\:inset-x-1\/2 {
        left: 50%;
        right: 50%;
    }

    .md\:inset-x-1\/3 {
        left: 33.333333%;
        right: 33.333333%;
    }

    .md\:inset-x-2\/3 {
        left: 66.666667%;
        right: 66.666667%;
    }

    .md\:inset-x-1\/4 {
        left: 25%;
        right: 25%;
    }

    .md\:inset-x-2\/4 {
        left: 50%;
        right: 50%;
    }

    .md\:inset-x-3\/4 {
        left: 75%;
        right: 75%;
    }

    .md\:inset-x-full {
        left: 100%;
        right: 100%;
    }

    .md\:-inset-x-1\/2 {
        left: -50%;
        right: -50%;
    }

    .md\:-inset-x-1\/3 {
        left: -33.333333%;
        right: -33.333333%;
    }

    .md\:-inset-x-2\/3 {
        left: -66.666667%;
        right: -66.666667%;
    }

    .md\:-inset-x-1\/4 {
        left: -25%;
        right: -25%;
    }

    .md\:-inset-x-2\/4 {
        left: -50%;
        right: -50%;
    }

    .md\:-inset-x-3\/4 {
        left: -75%;
        right: -75%;
    }

    .md\:-inset-x-full {
        left: -100%;
        right: -100%;
    }

    .md\:inset-y-0 {
        top: 0px;
        bottom: 0px;
    }

    .md\:inset-y-1 {
        top: 0.25rem;
        bottom: 0.25rem;
    }

    .md\:inset-y-2 {
        top: 0.5rem;
        bottom: 0.5rem;
    }

    .md\:inset-y-3 {
        top: 0.75rem;
        bottom: 0.75rem;
    }

    .md\:inset-y-4 {
        top: 1rem;
        bottom: 1rem;
    }

    .md\:inset-y-5 {
        top: 1.25rem;
        bottom: 1.25rem;
    }

    .md\:inset-y-6 {
        top: 1.5rem;
        bottom: 1.5rem;
    }

    .md\:inset-y-7 {
        top: 1.75rem;
        bottom: 1.75rem;
    }

    .md\:inset-y-8 {
        top: 2rem;
        bottom: 2rem;
    }

    .md\:inset-y-9 {
        top: 2.25rem;
        bottom: 2.25rem;
    }

    .md\:inset-y-10 {
        top: 2.5rem;
        bottom: 2.5rem;
    }

    .md\:inset-y-11 {
        top: 2.75rem;
        bottom: 2.75rem;
    }

    .md\:inset-y-12 {
        top: 3rem;
        bottom: 3rem;
    }

    .md\:inset-y-14 {
        top: 3.5rem;
        bottom: 3.5rem;
    }

    .md\:inset-y-16 {
        top: 4rem;
        bottom: 4rem;
    }

    .md\:inset-y-18 {
        top: 4.375rem;
        bottom: 4.375rem;
    }

    .md\:inset-y-19 {
        top: 76px;
        bottom: 76px;
    }

    .md\:inset-y-20 {
        top: 5rem;
        bottom: 5rem;
    }

    .md\:inset-y-24 {
        top: 6rem;
        bottom: 6rem;
    }

    .md\:inset-y-28 {
        top: 7rem;
        bottom: 7rem;
    }

    .md\:inset-y-30 {
        top: 120px;
        bottom: 120px;
    }

    .md\:inset-y-32 {
        top: 8rem;
        bottom: 8rem;
    }

    .md\:inset-y-36 {
        top: 9rem;
        bottom: 9rem;
    }

    .md\:inset-y-40 {
        top: 10rem;
        bottom: 10rem;
    }

    .md\:inset-y-44 {
        top: 11rem;
        bottom: 11rem;
    }

    .md\:inset-y-48 {
        top: 12rem;
        bottom: 12rem;
    }

    .md\:inset-y-52 {
        top: 13rem;
        bottom: 13rem;
    }

    .md\:inset-y-56 {
        top: 14rem;
        bottom: 14rem;
    }

    .md\:inset-y-60 {
        top: 15rem;
        bottom: 15rem;
    }

    .md\:inset-y-64 {
        top: 16rem;
        bottom: 16rem;
    }

    .md\:inset-y-72 {
        top: 18rem;
        bottom: 18rem;
    }

    .md\:inset-y-80 {
        top: 20rem;
        bottom: 20rem;
    }

    .md\:inset-y-96 {
        top: 24rem;
        bottom: 24rem;
    }

    .md\:inset-y-auto {
        top: auto;
        bottom: auto;
    }

    .md\:inset-y-px {
        top: 1px;
        bottom: 1px;
    }

    .md\:inset-y-0\.5 {
        top: 0.125rem;
        bottom: 0.125rem;
    }

    .md\:inset-y-1\.5 {
        top: 0.375rem;
        bottom: 0.375rem;
    }

    .md\:inset-y-2\.5 {
        top: 0.625rem;
        bottom: 0.625rem;
    }

    .md\:inset-y-3\.5 {
        top: 0.875rem;
        bottom: 0.875rem;
    }

    .md\:inset-y-5p {
        top: 5px;
        bottom: 5px;
    }

    .md\:inset-y-10p {
        top: 10px;
        bottom: 10px;
    }

    .md\:inset-y-14p {
        top: 14px;
        bottom: 14px;
    }

    .md\:inset-y-15p {
        top: 15px;
        bottom: 15px;
    }

    .md\:inset-y-15_2 {
        top: 60px;
        bottom: 60px;
    }

    .md\:inset-y-16_1 {
        top: 52px;
        bottom: 52px;
    }

    .md\:inset-y-16p {
        top: 16px;
        bottom: 16px;
    }

    .md\:inset-y-25p {
        top: 25px;
        bottom: 25px;
    }

    .md\:inset-y-48p {
        top: 48%;
        bottom: 48%;
    }

    .md\:inset-y-52p {
        top: 52%;
        bottom: 52%;
    }

    .md\:-inset-y-0 {
        top: 0px;
        bottom: 0px;
    }

    .md\:-inset-y-1 {
        top: -0.25rem;
        bottom: -0.25rem;
    }

    .md\:-inset-y-2 {
        top: -0.5rem;
        bottom: -0.5rem;
    }

    .md\:-inset-y-3 {
        top: -0.75rem;
        bottom: -0.75rem;
    }

    .md\:-inset-y-4 {
        top: -1rem;
        bottom: -1rem;
    }

    .md\:-inset-y-5 {
        top: -1.25rem;
        bottom: -1.25rem;
    }

    .md\:-inset-y-6 {
        top: -1.5rem;
        bottom: -1.5rem;
    }

    .md\:-inset-y-7 {
        top: -1.75rem;
        bottom: -1.75rem;
    }

    .md\:-inset-y-8 {
        top: -2rem;
        bottom: -2rem;
    }

    .md\:-inset-y-9 {
        top: -2.25rem;
        bottom: -2.25rem;
    }

    .md\:-inset-y-10 {
        top: -2.5rem;
        bottom: -2.5rem;
    }

    .md\:-inset-y-11 {
        top: -2.75rem;
        bottom: -2.75rem;
    }

    .md\:-inset-y-12 {
        top: -3rem;
        bottom: -3rem;
    }

    .md\:-inset-y-14 {
        top: -3.5rem;
        bottom: -3.5rem;
    }

    .md\:-inset-y-16 {
        top: -4rem;
        bottom: -4rem;
    }

    .md\:-inset-y-18 {
        top: -4.375rem;
        bottom: -4.375rem;
    }

    .md\:-inset-y-19 {
        top: -76px;
        bottom: -76px;
    }

    .md\:-inset-y-20 {
        top: -5rem;
        bottom: -5rem;
    }

    .md\:-inset-y-24 {
        top: -6rem;
        bottom: -6rem;
    }

    .md\:-inset-y-28 {
        top: -7rem;
        bottom: -7rem;
    }

    .md\:-inset-y-30 {
        top: -120px;
        bottom: -120px;
    }

    .md\:-inset-y-32 {
        top: -8rem;
        bottom: -8rem;
    }

    .md\:-inset-y-36 {
        top: -9rem;
        bottom: -9rem;
    }

    .md\:-inset-y-40 {
        top: -10rem;
        bottom: -10rem;
    }

    .md\:-inset-y-44 {
        top: -11rem;
        bottom: -11rem;
    }

    .md\:-inset-y-48 {
        top: -12rem;
        bottom: -12rem;
    }

    .md\:-inset-y-52 {
        top: -13rem;
        bottom: -13rem;
    }

    .md\:-inset-y-56 {
        top: -14rem;
        bottom: -14rem;
    }

    .md\:-inset-y-60 {
        top: -15rem;
        bottom: -15rem;
    }

    .md\:-inset-y-64 {
        top: -16rem;
        bottom: -16rem;
    }

    .md\:-inset-y-72 {
        top: -18rem;
        bottom: -18rem;
    }

    .md\:-inset-y-80 {
        top: -20rem;
        bottom: -20rem;
    }

    .md\:-inset-y-96 {
        top: -24rem;
        bottom: -24rem;
    }

    .md\:-inset-y-px {
        top: -1px;
        bottom: -1px;
    }

    .md\:-inset-y-0\.5 {
        top: -0.125rem;
        bottom: -0.125rem;
    }

    .md\:-inset-y-1\.5 {
        top: -0.375rem;
        bottom: -0.375rem;
    }

    .md\:-inset-y-2\.5 {
        top: -0.625rem;
        bottom: -0.625rem;
    }

    .md\:-inset-y-3\.5 {
        top: -0.875rem;
        bottom: -0.875rem;
    }

    .md\:-inset-y-5p {
        top: -5px;
        bottom: -5px;
    }

    .md\:-inset-y-10p {
        top: -10px;
        bottom: -10px;
    }

    .md\:-inset-y-14p {
        top: -14px;
        bottom: -14px;
    }

    .md\:-inset-y-15p {
        top: -15px;
        bottom: -15px;
    }

    .md\:-inset-y-15_2 {
        top: -60px;
        bottom: -60px;
    }

    .md\:-inset-y-16_1 {
        top: -52px;
        bottom: -52px;
    }

    .md\:-inset-y-16p {
        top: -16px;
        bottom: -16px;
    }

    .md\:-inset-y-25p {
        top: -25px;
        bottom: -25px;
    }

    .md\:-inset-y-48p {
        top: -48%;
        bottom: -48%;
    }

    .md\:-inset-y-52p {
        top: -52%;
        bottom: -52%;
    }

    .md\:inset-y-1\/2 {
        top: 50%;
        bottom: 50%;
    }

    .md\:inset-y-1\/3 {
        top: 33.333333%;
        bottom: 33.333333%;
    }

    .md\:inset-y-2\/3 {
        top: 66.666667%;
        bottom: 66.666667%;
    }

    .md\:inset-y-1\/4 {
        top: 25%;
        bottom: 25%;
    }

    .md\:inset-y-2\/4 {
        top: 50%;
        bottom: 50%;
    }

    .md\:inset-y-3\/4 {
        top: 75%;
        bottom: 75%;
    }

    .md\:inset-y-full {
        top: 100%;
        bottom: 100%;
    }

    .md\:-inset-y-1\/2 {
        top: -50%;
        bottom: -50%;
    }

    .md\:-inset-y-1\/3 {
        top: -33.333333%;
        bottom: -33.333333%;
    }

    .md\:-inset-y-2\/3 {
        top: -66.666667%;
        bottom: -66.666667%;
    }

    .md\:-inset-y-1\/4 {
        top: -25%;
        bottom: -25%;
    }

    .md\:-inset-y-2\/4 {
        top: -50%;
        bottom: -50%;
    }

    .md\:-inset-y-3\/4 {
        top: -75%;
        bottom: -75%;
    }

    .md\:-inset-y-full {
        top: -100%;
        bottom: -100%;
    }

    .md\:top-0 {
        top: 0px;
    }

    .md\:top-1 {
        top: 0.25rem;
    }

    .md\:top-2 {
        top: 0.5rem;
    }

    .md\:top-3 {
        top: 0.75rem;
    }

    .md\:top-4 {
        top: 1rem;
    }

    .md\:top-5 {
        top: 1.25rem;
    }

    .md\:top-6 {
        top: 1.5rem;
    }

    .md\:top-7 {
        top: 1.75rem;
    }

    .md\:top-8 {
        top: 2rem;
    }

    .md\:top-9 {
        top: 2.25rem;
    }

    .md\:top-10 {
        top: 2.5rem;
    }

    .md\:top-11 {
        top: 2.75rem;
    }

    .md\:top-12 {
        top: 3rem;
    }

    .md\:top-14 {
        top: 3.5rem;
    }

    .md\:top-16 {
        top: 4rem;
    }

    .md\:top-18 {
        top: 4.375rem;
    }

    .md\:top-19 {
        top: 76px;
    }

    .md\:top-20 {
        top: 5rem;
    }

    .md\:top-24 {
        top: 6rem;
    }

    .md\:top-28 {
        top: 7rem;
    }

    .md\:top-30 {
        top: 120px;
    }

    .md\:top-32 {
        top: 8rem;
    }

    .md\:top-36 {
        top: 9rem;
    }

    .md\:top-40 {
        top: 10rem;
    }

    .md\:top-44 {
        top: 11rem;
    }

    .md\:top-48 {
        top: 12rem;
    }

    .md\:top-52 {
        top: 13rem;
    }

    .md\:top-56 {
        top: 14rem;
    }

    .md\:top-60 {
        top: 15rem;
    }

    .md\:top-64 {
        top: 16rem;
    }

    .md\:top-72 {
        top: 18rem;
    }

    .md\:top-80 {
        top: 20rem;
    }

    .md\:top-96 {
        top: 24rem;
    }

    .md\:top-auto {
        top: auto;
    }

    .md\:top-px {
        top: 1px;
    }

    .md\:top-0\.5 {
        top: 0.125rem;
    }

    .md\:top-1\.5 {
        top: 0.375rem;
    }

    .md\:top-2\.5 {
        top: 0.625rem;
    }

    .md\:top-3\.5 {
        top: 0.875rem;
    }

    .md\:top-5p {
        top: 5px;
    }

    .md\:top-10p {
        top: 10px;
    }

    .md\:top-14p {
        top: 14px;
    }

    .md\:top-15p {
        top: 15px;
    }

    .md\:top-15_2 {
        top: 60px;
    }

    .md\:top-16_1 {
        top: 52px;
    }

    .md\:top-16p {
        top: 16px;
    }

    .md\:top-25p {
        top: 25px;
    }

    .md\:top-48p {
        top: 48%;
    }

    .md\:top-52p {
        top: 52%;
    }

    .md\:-top-0 {
        top: 0px;
    }

    .md\:-top-1 {
        top: -0.25rem;
    }

    .md\:-top-2 {
        top: -0.5rem;
    }

    .md\:-top-3 {
        top: -0.75rem;
    }

    .md\:-top-4 {
        top: -1rem;
    }

    .md\:-top-5 {
        top: -1.25rem;
    }

    .md\:-top-6 {
        top: -1.5rem;
    }

    .md\:-top-7 {
        top: -1.75rem;
    }

    .md\:-top-8 {
        top: -2rem;
    }

    .md\:-top-9 {
        top: -2.25rem;
    }

    .md\:-top-10 {
        top: -2.5rem;
    }

    .md\:-top-11 {
        top: -2.75rem;
    }

    .md\:-top-12 {
        top: -3rem;
    }

    .md\:-top-14 {
        top: -3.5rem;
    }

    .md\:-top-16 {
        top: -4rem;
    }

    .md\:-top-18 {
        top: -4.375rem;
    }

    .md\:-top-19 {
        top: -76px;
    }

    .md\:-top-20 {
        top: -5rem;
    }

    .md\:-top-24 {
        top: -6rem;
    }

    .md\:-top-28 {
        top: -7rem;
    }

    .md\:-top-30 {
        top: -120px;
    }

    .md\:-top-32 {
        top: -8rem;
    }

    .md\:-top-36 {
        top: -9rem;
    }

    .md\:-top-40 {
        top: -10rem;
    }

    .md\:-top-44 {
        top: -11rem;
    }

    .md\:-top-48 {
        top: -12rem;
    }

    .md\:-top-52 {
        top: -13rem;
    }

    .md\:-top-56 {
        top: -14rem;
    }

    .md\:-top-60 {
        top: -15rem;
    }

    .md\:-top-64 {
        top: -16rem;
    }

    .md\:-top-72 {
        top: -18rem;
    }

    .md\:-top-80 {
        top: -20rem;
    }

    .md\:-top-96 {
        top: -24rem;
    }

    .md\:-top-px {
        top: -1px;
    }

    .md\:-top-0\.5 {
        top: -0.125rem;
    }

    .md\:-top-1\.5 {
        top: -0.375rem;
    }

    .md\:-top-2\.5 {
        top: -0.625rem;
    }

    .md\:-top-3\.5 {
        top: -0.875rem;
    }

    .md\:-top-5p {
        top: -5px;
    }

    .md\:-top-10p {
        top: -10px;
    }

    .md\:-top-14p {
        top: -14px;
    }

    .md\:-top-15p {
        top: -15px;
    }

    .md\:-top-15_2 {
        top: -60px;
    }

    .md\:-top-16_1 {
        top: -52px;
    }

    .md\:-top-16p {
        top: -16px;
    }

    .md\:-top-25p {
        top: -25px;
    }

    .md\:-top-48p {
        top: -48%;
    }

    .md\:-top-52p {
        top: -52%;
    }

    .md\:top-1\/2 {
        top: 50%;
    }

    .md\:top-1\/3 {
        top: 33.333333%;
    }

    .md\:top-2\/3 {
        top: 66.666667%;
    }

    .md\:top-1\/4 {
        top: 25%;
    }

    .md\:top-2\/4 {
        top: 50%;
    }

    .md\:top-3\/4 {
        top: 75%;
    }

    .md\:top-full {
        top: 100%;
    }

    .md\:-top-1\/2 {
        top: -50%;
    }

    .md\:-top-1\/3 {
        top: -33.333333%;
    }

    .md\:-top-2\/3 {
        top: -66.666667%;
    }

    .md\:-top-1\/4 {
        top: -25%;
    }

    .md\:-top-2\/4 {
        top: -50%;
    }

    .md\:-top-3\/4 {
        top: -75%;
    }

    .md\:-top-full {
        top: -100%;
    }

    .md\:right-0 {
        right: 0px;
    }

    .md\:right-1 {
        right: 0.25rem;
    }

    .md\:right-2 {
        right: 0.5rem;
    }

    .md\:right-3 {
        right: 0.75rem;
    }

    .md\:right-4 {
        right: 1rem;
    }

    .md\:right-5 {
        right: 1.25rem;
    }

    .md\:right-6 {
        right: 1.5rem;
    }

    .md\:right-7 {
        right: 1.75rem;
    }

    .md\:right-8 {
        right: 2rem;
    }

    .md\:right-9 {
        right: 2.25rem;
    }

    .md\:right-10 {
        right: 2.5rem;
    }

    .md\:right-11 {
        right: 2.75rem;
    }

    .md\:right-12 {
        right: 3rem;
    }

    .md\:right-14 {
        right: 3.5rem;
    }

    .md\:right-16 {
        right: 4rem;
    }

    .md\:right-18 {
        right: 4.375rem;
    }

    .md\:right-19 {
        right: 76px;
    }

    .md\:right-20 {
        right: 5rem;
    }

    .md\:right-24 {
        right: 6rem;
    }

    .md\:right-28 {
        right: 7rem;
    }

    .md\:right-30 {
        right: 120px;
    }

    .md\:right-32 {
        right: 8rem;
    }

    .md\:right-36 {
        right: 9rem;
    }

    .md\:right-40 {
        right: 10rem;
    }

    .md\:right-44 {
        right: 11rem;
    }

    .md\:right-48 {
        right: 12rem;
    }

    .md\:right-52 {
        right: 13rem;
    }

    .md\:right-56 {
        right: 14rem;
    }

    .md\:right-60 {
        right: 15rem;
    }

    .md\:right-64 {
        right: 16rem;
    }

    .md\:right-72 {
        right: 18rem;
    }

    .md\:right-80 {
        right: 20rem;
    }

    .md\:right-96 {
        right: 24rem;
    }

    .md\:right-auto {
        right: auto;
    }

    .md\:right-px {
        right: 1px;
    }

    .md\:right-0\.5 {
        right: 0.125rem;
    }

    .md\:right-1\.5 {
        right: 0.375rem;
    }

    .md\:right-2\.5 {
        right: 0.625rem;
    }

    .md\:right-3\.5 {
        right: 0.875rem;
    }

    .md\:right-5p {
        right: 5px;
    }

    .md\:right-10p {
        right: 10px;
    }

    .md\:right-14p {
        right: 14px;
    }

    .md\:right-15p {
        right: 15px;
    }

    .md\:right-15_2 {
        right: 60px;
    }

    .md\:right-16_1 {
        right: 52px;
    }

    .md\:right-16p {
        right: 16px;
    }

    .md\:right-25p {
        right: 25px;
    }

    .md\:right-48p {
        right: 48%;
    }

    .md\:right-52p {
        right: 52%;
    }

    .md\:-right-0 {
        right: 0px;
    }

    .md\:-right-1 {
        right: -0.25rem;
    }

    .md\:-right-2 {
        right: -0.5rem;
    }

    .md\:-right-3 {
        right: -0.75rem;
    }

    .md\:-right-4 {
        right: -1rem;
    }

    .md\:-right-5 {
        right: -1.25rem;
    }

    .md\:-right-6 {
        right: -1.5rem;
    }

    .md\:-right-7 {
        right: -1.75rem;
    }

    .md\:-right-8 {
        right: -2rem;
    }

    .md\:-right-9 {
        right: -2.25rem;
    }

    .md\:-right-10 {
        right: -2.5rem;
    }

    .md\:-right-11 {
        right: -2.75rem;
    }

    .md\:-right-12 {
        right: -3rem;
    }

    .md\:-right-14 {
        right: -3.5rem;
    }

    .md\:-right-16 {
        right: -4rem;
    }

    .md\:-right-18 {
        right: -4.375rem;
    }

    .md\:-right-19 {
        right: -76px;
    }

    .md\:-right-20 {
        right: -5rem;
    }

    .md\:-right-24 {
        right: -6rem;
    }

    .md\:-right-28 {
        right: -7rem;
    }

    .md\:-right-30 {
        right: -120px;
    }

    .md\:-right-32 {
        right: -8rem;
    }

    .md\:-right-36 {
        right: -9rem;
    }

    .md\:-right-40 {
        right: -10rem;
    }

    .md\:-right-44 {
        right: -11rem;
    }

    .md\:-right-48 {
        right: -12rem;
    }

    .md\:-right-52 {
        right: -13rem;
    }

    .md\:-right-56 {
        right: -14rem;
    }

    .md\:-right-60 {
        right: -15rem;
    }

    .md\:-right-64 {
        right: -16rem;
    }

    .md\:-right-72 {
        right: -18rem;
    }

    .md\:-right-80 {
        right: -20rem;
    }

    .md\:-right-96 {
        right: -24rem;
    }

    .md\:-right-px {
        right: -1px;
    }

    .md\:-right-0\.5 {
        right: -0.125rem;
    }

    .md\:-right-1\.5 {
        right: -0.375rem;
    }

    .md\:-right-2\.5 {
        right: -0.625rem;
    }

    .md\:-right-3\.5 {
        right: -0.875rem;
    }

    .md\:-right-5p {
        right: -5px;
    }

    .md\:-right-10p {
        right: -10px;
    }

    .md\:-right-14p {
        right: -14px;
    }

    .md\:-right-15p {
        right: -15px;
    }

    .md\:-right-15_2 {
        right: -60px;
    }

    .md\:-right-16_1 {
        right: -52px;
    }

    .md\:-right-16p {
        right: -16px;
    }

    .md\:-right-25p {
        right: -25px;
    }

    .md\:-right-48p {
        right: -48%;
    }

    .md\:-right-52p {
        right: -52%;
    }

    .md\:right-1\/2 {
        right: 50%;
    }

    .md\:right-1\/3 {
        right: 33.333333%;
    }

    .md\:right-2\/3 {
        right: 66.666667%;
    }

    .md\:right-1\/4 {
        right: 25%;
    }

    .md\:right-2\/4 {
        right: 50%;
    }

    .md\:right-3\/4 {
        right: 75%;
    }

    .md\:right-full {
        right: 100%;
    }

    .md\:-right-1\/2 {
        right: -50%;
    }

    .md\:-right-1\/3 {
        right: -33.333333%;
    }

    .md\:-right-2\/3 {
        right: -66.666667%;
    }

    .md\:-right-1\/4 {
        right: -25%;
    }

    .md\:-right-2\/4 {
        right: -50%;
    }

    .md\:-right-3\/4 {
        right: -75%;
    }

    .md\:-right-full {
        right: -100%;
    }

    .md\:bottom-0 {
        bottom: 0px;
    }

    .md\:bottom-1 {
        bottom: 0.25rem;
    }

    .md\:bottom-2 {
        bottom: 0.5rem;
    }

    .md\:bottom-3 {
        bottom: 0.75rem;
    }

    .md\:bottom-4 {
        bottom: 1rem;
    }

    .md\:bottom-5 {
        bottom: 1.25rem;
    }

    .md\:bottom-6 {
        bottom: 1.5rem;
    }

    .md\:bottom-7 {
        bottom: 1.75rem;
    }

    .md\:bottom-8 {
        bottom: 2rem;
    }

    .md\:bottom-9 {
        bottom: 2.25rem;
    }

    .md\:bottom-10 {
        bottom: 2.5rem;
    }

    .md\:bottom-11 {
        bottom: 2.75rem;
    }

    .md\:bottom-12 {
        bottom: 3rem;
    }

    .md\:bottom-14 {
        bottom: 3.5rem;
    }

    .md\:bottom-16 {
        bottom: 4rem;
    }

    .md\:bottom-18 {
        bottom: 4.375rem;
    }

    .md\:bottom-19 {
        bottom: 76px;
    }

    .md\:bottom-20 {
        bottom: 5rem;
    }

    .md\:bottom-24 {
        bottom: 6rem;
    }

    .md\:bottom-28 {
        bottom: 7rem;
    }

    .md\:bottom-30 {
        bottom: 120px;
    }

    .md\:bottom-32 {
        bottom: 8rem;
    }

    .md\:bottom-36 {
        bottom: 9rem;
    }

    .md\:bottom-40 {
        bottom: 10rem;
    }

    .md\:bottom-44 {
        bottom: 11rem;
    }

    .md\:bottom-48 {
        bottom: 12rem;
    }

    .md\:bottom-52 {
        bottom: 13rem;
    }

    .md\:bottom-56 {
        bottom: 14rem;
    }

    .md\:bottom-60 {
        bottom: 15rem;
    }

    .md\:bottom-64 {
        bottom: 16rem;
    }

    .md\:bottom-72 {
        bottom: 18rem;
    }

    .md\:bottom-80 {
        bottom: 20rem;
    }

    .md\:bottom-96 {
        bottom: 24rem;
    }

    .md\:bottom-auto {
        bottom: auto;
    }

    .md\:bottom-px {
        bottom: 1px;
    }

    .md\:bottom-0\.5 {
        bottom: 0.125rem;
    }

    .md\:bottom-1\.5 {
        bottom: 0.375rem;
    }

    .md\:bottom-2\.5 {
        bottom: 0.625rem;
    }

    .md\:bottom-3\.5 {
        bottom: 0.875rem;
    }

    .md\:bottom-5p {
        bottom: 5px;
    }

    .md\:bottom-10p {
        bottom: 10px;
    }

    .md\:bottom-14p {
        bottom: 14px;
    }

    .md\:bottom-15p {
        bottom: 15px;
    }

    .md\:bottom-15_2 {
        bottom: 60px;
    }

    .md\:bottom-16_1 {
        bottom: 52px;
    }

    .md\:bottom-16p {
        bottom: 16px;
    }

    .md\:bottom-25p {
        bottom: 25px;
    }

    .md\:bottom-48p {
        bottom: 48%;
    }

    .md\:bottom-52p {
        bottom: 52%;
    }

    .md\:-bottom-0 {
        bottom: 0px;
    }

    .md\:-bottom-1 {
        bottom: -0.25rem;
    }

    .md\:-bottom-2 {
        bottom: -0.5rem;
    }

    .md\:-bottom-3 {
        bottom: -0.75rem;
    }

    .md\:-bottom-4 {
        bottom: -1rem;
    }

    .md\:-bottom-5 {
        bottom: -1.25rem;
    }

    .md\:-bottom-6 {
        bottom: -1.5rem;
    }

    .md\:-bottom-7 {
        bottom: -1.75rem;
    }

    .md\:-bottom-8 {
        bottom: -2rem;
    }

    .md\:-bottom-9 {
        bottom: -2.25rem;
    }

    .md\:-bottom-10 {
        bottom: -2.5rem;
    }

    .md\:-bottom-11 {
        bottom: -2.75rem;
    }

    .md\:-bottom-12 {
        bottom: -3rem;
    }

    .md\:-bottom-14 {
        bottom: -3.5rem;
    }

    .md\:-bottom-16 {
        bottom: -4rem;
    }

    .md\:-bottom-18 {
        bottom: -4.375rem;
    }

    .md\:-bottom-19 {
        bottom: -76px;
    }

    .md\:-bottom-20 {
        bottom: -5rem;
    }

    .md\:-bottom-24 {
        bottom: -6rem;
    }

    .md\:-bottom-28 {
        bottom: -7rem;
    }

    .md\:-bottom-30 {
        bottom: -120px;
    }

    .md\:-bottom-32 {
        bottom: -8rem;
    }

    .md\:-bottom-36 {
        bottom: -9rem;
    }

    .md\:-bottom-40 {
        bottom: -10rem;
    }

    .md\:-bottom-44 {
        bottom: -11rem;
    }

    .md\:-bottom-48 {
        bottom: -12rem;
    }

    .md\:-bottom-52 {
        bottom: -13rem;
    }

    .md\:-bottom-56 {
        bottom: -14rem;
    }

    .md\:-bottom-60 {
        bottom: -15rem;
    }

    .md\:-bottom-64 {
        bottom: -16rem;
    }

    .md\:-bottom-72 {
        bottom: -18rem;
    }

    .md\:-bottom-80 {
        bottom: -20rem;
    }

    .md\:-bottom-96 {
        bottom: -24rem;
    }

    .md\:-bottom-px {
        bottom: -1px;
    }

    .md\:-bottom-0\.5 {
        bottom: -0.125rem;
    }

    .md\:-bottom-1\.5 {
        bottom: -0.375rem;
    }

    .md\:-bottom-2\.5 {
        bottom: -0.625rem;
    }

    .md\:-bottom-3\.5 {
        bottom: -0.875rem;
    }

    .md\:-bottom-5p {
        bottom: -5px;
    }

    .md\:-bottom-10p {
        bottom: -10px;
    }

    .md\:-bottom-14p {
        bottom: -14px;
    }

    .md\:-bottom-15p {
        bottom: -15px;
    }

    .md\:-bottom-15_2 {
        bottom: -60px;
    }

    .md\:-bottom-16_1 {
        bottom: -52px;
    }

    .md\:-bottom-16p {
        bottom: -16px;
    }

    .md\:-bottom-25p {
        bottom: -25px;
    }

    .md\:-bottom-48p {
        bottom: -48%;
    }

    .md\:-bottom-52p {
        bottom: -52%;
    }

    .md\:bottom-1\/2 {
        bottom: 50%;
    }

    .md\:bottom-1\/3 {
        bottom: 33.333333%;
    }

    .md\:bottom-2\/3 {
        bottom: 66.666667%;
    }

    .md\:bottom-1\/4 {
        bottom: 25%;
    }

    .md\:bottom-2\/4 {
        bottom: 50%;
    }

    .md\:bottom-3\/4 {
        bottom: 75%;
    }

    .md\:bottom-full {
        bottom: 100%;
    }

    .md\:-bottom-1\/2 {
        bottom: -50%;
    }

    .md\:-bottom-1\/3 {
        bottom: -33.333333%;
    }

    .md\:-bottom-2\/3 {
        bottom: -66.666667%;
    }

    .md\:-bottom-1\/4 {
        bottom: -25%;
    }

    .md\:-bottom-2\/4 {
        bottom: -50%;
    }

    .md\:-bottom-3\/4 {
        bottom: -75%;
    }

    .md\:-bottom-full {
        bottom: -100%;
    }

    .md\:left-0 {
        left: 0px;
    }

    .md\:left-1 {
        left: 0.25rem;
    }

    .md\:left-2 {
        left: 0.5rem;
    }

    .md\:left-3 {
        left: 0.75rem;
    }

    .md\:left-4 {
        left: 1rem;
    }

    .md\:left-5 {
        left: 1.25rem;
    }

    .md\:left-6 {
        left: 1.5rem;
    }

    .md\:left-7 {
        left: 1.75rem;
    }

    .md\:left-8 {
        left: 2rem;
    }

    .md\:left-9 {
        left: 2.25rem;
    }

    .md\:left-10 {
        left: 2.5rem;
    }

    .md\:left-11 {
        left: 2.75rem;
    }

    .md\:left-12 {
        left: 3rem;
    }

    .md\:left-14 {
        left: 3.5rem;
    }

    .md\:left-16 {
        left: 4rem;
    }

    .md\:left-18 {
        left: 4.375rem;
    }

    .md\:left-19 {
        left: 76px;
    }

    .md\:left-20 {
        left: 5rem;
    }

    .md\:left-24 {
        left: 6rem;
    }

    .md\:left-28 {
        left: 7rem;
    }

    .md\:left-30 {
        left: 120px;
    }

    .md\:left-32 {
        left: 8rem;
    }

    .md\:left-36 {
        left: 9rem;
    }

    .md\:left-40 {
        left: 10rem;
    }

    .md\:left-44 {
        left: 11rem;
    }

    .md\:left-48 {
        left: 12rem;
    }

    .md\:left-52 {
        left: 13rem;
    }

    .md\:left-56 {
        left: 14rem;
    }

    .md\:left-60 {
        left: 15rem;
    }

    .md\:left-64 {
        left: 16rem;
    }

    .md\:left-72 {
        left: 18rem;
    }

    .md\:left-80 {
        left: 20rem;
    }

    .md\:left-96 {
        left: 24rem;
    }

    .md\:left-auto {
        left: auto;
    }

    .md\:left-px {
        left: 1px;
    }

    .md\:left-0\.5 {
        left: 0.125rem;
    }

    .md\:left-1\.5 {
        left: 0.375rem;
    }

    .md\:left-2\.5 {
        left: 0.625rem;
    }

    .md\:left-3\.5 {
        left: 0.875rem;
    }

    .md\:left-5p {
        left: 5px;
    }

    .md\:left-10p {
        left: 10px;
    }

    .md\:left-14p {
        left: 14px;
    }

    .md\:left-15p {
        left: 15px;
    }

    .md\:left-15_2 {
        left: 60px;
    }

    .md\:left-16_1 {
        left: 52px;
    }

    .md\:left-16p {
        left: 16px;
    }

    .md\:left-25p {
        left: 25px;
    }

    .md\:left-48p {
        left: 48%;
    }

    .md\:left-52p {
        left: 52%;
    }

    .md\:-left-0 {
        left: 0px;
    }

    .md\:-left-1 {
        left: -0.25rem;
    }

    .md\:-left-2 {
        left: -0.5rem;
    }

    .md\:-left-3 {
        left: -0.75rem;
    }

    .md\:-left-4 {
        left: -1rem;
    }

    .md\:-left-5 {
        left: -1.25rem;
    }

    .md\:-left-6 {
        left: -1.5rem;
    }

    .md\:-left-7 {
        left: -1.75rem;
    }

    .md\:-left-8 {
        left: -2rem;
    }

    .md\:-left-9 {
        left: -2.25rem;
    }

    .md\:-left-10 {
        left: -2.5rem;
    }

    .md\:-left-11 {
        left: -2.75rem;
    }

    .md\:-left-12 {
        left: -3rem;
    }

    .md\:-left-14 {
        left: -3.5rem;
    }

    .md\:-left-16 {
        left: -4rem;
    }

    .md\:-left-18 {
        left: -4.375rem;
    }

    .md\:-left-19 {
        left: -76px;
    }

    .md\:-left-20 {
        left: -5rem;
    }

    .md\:-left-24 {
        left: -6rem;
    }

    .md\:-left-28 {
        left: -7rem;
    }

    .md\:-left-30 {
        left: -120px;
    }

    .md\:-left-32 {
        left: -8rem;
    }

    .md\:-left-36 {
        left: -9rem;
    }

    .md\:-left-40 {
        left: -10rem;
    }

    .md\:-left-44 {
        left: -11rem;
    }

    .md\:-left-48 {
        left: -12rem;
    }

    .md\:-left-52 {
        left: -13rem;
    }

    .md\:-left-56 {
        left: -14rem;
    }

    .md\:-left-60 {
        left: -15rem;
    }

    .md\:-left-64 {
        left: -16rem;
    }

    .md\:-left-72 {
        left: -18rem;
    }

    .md\:-left-80 {
        left: -20rem;
    }

    .md\:-left-96 {
        left: -24rem;
    }

    .md\:-left-px {
        left: -1px;
    }

    .md\:-left-0\.5 {
        left: -0.125rem;
    }

    .md\:-left-1\.5 {
        left: -0.375rem;
    }

    .md\:-left-2\.5 {
        left: -0.625rem;
    }

    .md\:-left-3\.5 {
        left: -0.875rem;
    }

    .md\:-left-5p {
        left: -5px;
    }

    .md\:-left-10p {
        left: -10px;
    }

    .md\:-left-14p {
        left: -14px;
    }

    .md\:-left-15p {
        left: -15px;
    }

    .md\:-left-15_2 {
        left: -60px;
    }

    .md\:-left-16_1 {
        left: -52px;
    }

    .md\:-left-16p {
        left: -16px;
    }

    .md\:-left-25p {
        left: -25px;
    }

    .md\:-left-48p {
        left: -48%;
    }

    .md\:-left-52p {
        left: -52%;
    }

    .md\:left-1\/2 {
        left: 50%;
    }

    .md\:left-1\/3 {
        left: 33.333333%;
    }

    .md\:left-2\/3 {
        left: 66.666667%;
    }

    .md\:left-1\/4 {
        left: 25%;
    }

    .md\:left-2\/4 {
        left: 50%;
    }

    .md\:left-3\/4 {
        left: 75%;
    }

    .md\:left-full {
        left: 100%;
    }

    .md\:-left-1\/2 {
        left: -50%;
    }

    .md\:-left-1\/3 {
        left: -33.333333%;
    }

    .md\:-left-2\/3 {
        left: -66.666667%;
    }

    .md\:-left-1\/4 {
        left: -25%;
    }

    .md\:-left-2\/4 {
        left: -50%;
    }

    .md\:-left-3\/4 {
        left: -75%;
    }

    .md\:-left-full {
        left: -100%;
    }

    .md\:isolate {
        isolation: isolate;
    }

    .md\:isolation-auto {
        isolation: auto;
    }

    .md\:z-0 {
        z-index: 0;
    }

    .md\:z-10 {
        z-index: 10;
    }

    .md\:z-20 {
        z-index: 20;
    }

    .md\:z-30 {
        z-index: 30;
    }

    .md\:z-40 {
        z-index: 40;
    }

    .md\:z-50 {
        z-index: 50;
    }

    .md\:z-auto {
        z-index: auto;
    }

    .md\:focus-within\:z-0:focus-within {
        z-index: 0;
    }

    .md\:focus-within\:z-10:focus-within {
        z-index: 10;
    }

    .md\:focus-within\:z-20:focus-within {
        z-index: 20;
    }

    .md\:focus-within\:z-30:focus-within {
        z-index: 30;
    }

    .md\:focus-within\:z-40:focus-within {
        z-index: 40;
    }

    .md\:focus-within\:z-50:focus-within {
        z-index: 50;
    }

    .md\:focus-within\:z-auto:focus-within {
        z-index: auto;
    }

    .md\:focus\:z-0:focus {
        z-index: 0;
    }

    .md\:focus\:z-10:focus {
        z-index: 10;
    }

    .md\:focus\:z-20:focus {
        z-index: 20;
    }

    .md\:focus\:z-30:focus {
        z-index: 30;
    }

    .md\:focus\:z-40:focus {
        z-index: 40;
    }

    .md\:focus\:z-50:focus {
        z-index: 50;
    }

    .md\:focus\:z-auto:focus {
        z-index: auto;
    }

    .md\:order-1 {
        order: 1;
    }

    .md\:order-2 {
        order: 2;
    }

    .md\:order-3 {
        order: 3;
    }

    .md\:order-4 {
        order: 4;
    }

    .md\:order-5 {
        order: 5;
    }

    .md\:order-6 {
        order: 6;
    }

    .md\:order-7 {
        order: 7;
    }

    .md\:order-8 {
        order: 8;
    }

    .md\:order-9 {
        order: 9;
    }

    .md\:order-10 {
        order: 10;
    }

    .md\:order-11 {
        order: 11;
    }

    .md\:order-12 {
        order: 12;
    }

    .md\:order-first {
        order: -9999;
    }

    .md\:order-last {
        order: 9999;
    }

    .md\:order-none {
        order: 0;
    }

    .md\:col-auto {
        grid-column: auto;
    }

    .md\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .md\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .md\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .md\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .md\:col-span-5 {
        grid-column: span 5 / span 5;
    }

    .md\:col-span-6 {
        grid-column: span 6 / span 6;
    }

    .md\:col-span-7 {
        grid-column: span 7 / span 7;
    }

    .md\:col-span-8 {
        grid-column: span 8 / span 8;
    }

    .md\:col-span-9 {
        grid-column: span 9 / span 9;
    }

    .md\:col-span-10 {
        grid-column: span 10 / span 10;
    }

    .md\:col-span-11 {
        grid-column: span 11 / span 11;
    }

    .md\:col-span-12 {
        grid-column: span 12 / span 12;
    }

    .md\:col-span-full {
        grid-column: 1 / -1;
    }

    .md\:col-start-1 {
        grid-column-start: 1;
    }

    .md\:col-start-2 {
        grid-column-start: 2;
    }

    .md\:col-start-3 {
        grid-column-start: 3;
    }

    .md\:col-start-4 {
        grid-column-start: 4;
    }

    .md\:col-start-5 {
        grid-column-start: 5;
    }

    .md\:col-start-6 {
        grid-column-start: 6;
    }

    .md\:col-start-7 {
        grid-column-start: 7;
    }

    .md\:col-start-8 {
        grid-column-start: 8;
    }

    .md\:col-start-9 {
        grid-column-start: 9;
    }

    .md\:col-start-10 {
        grid-column-start: 10;
    }

    .md\:col-start-11 {
        grid-column-start: 11;
    }

    .md\:col-start-12 {
        grid-column-start: 12;
    }

    .md\:col-start-13 {
        grid-column-start: 13;
    }

    .md\:col-start-auto {
        grid-column-start: auto;
    }

    .md\:col-end-1 {
        grid-column-end: 1;
    }

    .md\:col-end-2 {
        grid-column-end: 2;
    }

    .md\:col-end-3 {
        grid-column-end: 3;
    }

    .md\:col-end-4 {
        grid-column-end: 4;
    }

    .md\:col-end-5 {
        grid-column-end: 5;
    }

    .md\:col-end-6 {
        grid-column-end: 6;
    }

    .md\:col-end-7 {
        grid-column-end: 7;
    }

    .md\:col-end-8 {
        grid-column-end: 8;
    }

    .md\:col-end-9 {
        grid-column-end: 9;
    }

    .md\:col-end-10 {
        grid-column-end: 10;
    }

    .md\:col-end-11 {
        grid-column-end: 11;
    }

    .md\:col-end-12 {
        grid-column-end: 12;
    }

    .md\:col-end-13 {
        grid-column-end: 13;
    }

    .md\:col-end-auto {
        grid-column-end: auto;
    }

    .md\:row-auto {
        grid-row: auto;
    }

    .md\:row-span-1 {
        grid-row: span 1 / span 1;
    }

    .md\:row-span-2 {
        grid-row: span 2 / span 2;
    }

    .md\:row-span-3 {
        grid-row: span 3 / span 3;
    }

    .md\:row-span-4 {
        grid-row: span 4 / span 4;
    }

    .md\:row-span-5 {
        grid-row: span 5 / span 5;
    }

    .md\:row-span-6 {
        grid-row: span 6 / span 6;
    }

    .md\:row-span-full {
        grid-row: 1 / -1;
    }

    .md\:row-start-1 {
        grid-row-start: 1;
    }

    .md\:row-start-2 {
        grid-row-start: 2;
    }

    .md\:row-start-3 {
        grid-row-start: 3;
    }

    .md\:row-start-4 {
        grid-row-start: 4;
    }

    .md\:row-start-5 {
        grid-row-start: 5;
    }

    .md\:row-start-6 {
        grid-row-start: 6;
    }

    .md\:row-start-7 {
        grid-row-start: 7;
    }

    .md\:row-start-auto {
        grid-row-start: auto;
    }

    .md\:row-end-1 {
        grid-row-end: 1;
    }

    .md\:row-end-2 {
        grid-row-end: 2;
    }

    .md\:row-end-3 {
        grid-row-end: 3;
    }

    .md\:row-end-4 {
        grid-row-end: 4;
    }

    .md\:row-end-5 {
        grid-row-end: 5;
    }

    .md\:row-end-6 {
        grid-row-end: 6;
    }

    .md\:row-end-7 {
        grid-row-end: 7;
    }

    .md\:row-end-auto {
        grid-row-end: auto;
    }

    .md\:float-right {
        float: right;
    }

    .md\:float-left {
        float: left;
    }

    .md\:float-none {
        float: none;
    }

    .md\:clear-left {
        clear: left;
    }

    .md\:clear-right {
        clear: right;
    }

    .md\:clear-both {
        clear: both;
    }

    .md\:clear-none {
        clear: none;
    }

    .md\:m-0 {
        margin: 0px;
    }

    .md\:m-1 {
        margin: 0.25rem;
    }

    .md\:m-2 {
        margin: 0.5rem;
    }

    .md\:m-3 {
        margin: 0.75rem;
    }

    .md\:m-4 {
        margin: 1rem;
    }

    .md\:m-5 {
        margin: 1.25rem;
    }

    .md\:m-6 {
        margin: 1.5rem;
    }

    .md\:m-7 {
        margin: 1.75rem;
    }

    .md\:m-8 {
        margin: 2rem;
    }

    .md\:m-9 {
        margin: 2.25rem;
    }

    .md\:m-10 {
        margin: 2.5rem;
    }

    .md\:m-11 {
        margin: 2.75rem;
    }

    .md\:m-12 {
        margin: 3rem;
    }

    .md\:m-13 {
        margin: 3.25rem;
    }

    .md\:m-14 {
        margin: 3.5rem;
    }

    .md\:m-16 {
        margin: 4rem;
    }

    .md\:m-18 {
        margin: 4.375rem;
    }

    .md\:m-19 {
        margin: 76px;
    }

    .md\:m-20 {
        margin: 5rem;
    }

    .md\:m-22 {
        margin: 5.3125rem;
    }

    .md\:m-24 {
        margin: 6rem;
    }

    .md\:m-28 {
        margin: 7rem;
    }

    .md\:m-30 {
        margin: 120px;
    }

    .md\:m-32 {
        margin: 8rem;
    }

    .md\:m-36 {
        margin: 9rem;
    }

    .md\:m-40 {
        margin: 10rem;
    }

    .md\:m-44 {
        margin: 11rem;
    }

    .md\:m-46 {
        margin: 11.44rem;
    }

    .md\:m-48 {
        margin: 12rem;
    }

    .md\:m-52 {
        margin: 13rem;
    }

    .md\:m-56 {
        margin: 14rem;
    }

    .md\:m-60 {
        margin: 15rem;
    }

    .md\:m-64 {
        margin: 16rem;
    }

    .md\:m-72 {
        margin: 18rem;
    }

    .md\:m-80 {
        margin: 20rem;
    }

    .md\:m-96 {
        margin: 24rem;
    }

    .md\:m-auto {
        margin: auto;
    }

    .md\:m-px {
        margin: 1px;
    }

    .md\:m-0\.5 {
        margin: 0.125rem;
    }

    .md\:m-1\.5 {
        margin: 0.375rem;
    }

    .md\:m-2\.5 {
        margin: 0.625rem;
    }

    .md\:m-3\.5 {
        margin: 0.875rem;
    }

    .md\:m-5p {
        margin: 5px;
    }

    .md\:m-10p {
        margin: 10px;
    }

    .md\:m-14p {
        margin: 14px;
    }

    .md\:m-15p {
        margin: 15px;
    }

    .md\:m-15_2 {
        margin: 60px;
    }

    .md\:m-16_1 {
        margin: 52px;
    }

    .md\:m-16p {
        margin: 16px;
    }

    .md\:m-25p {
        margin: 25px;
    }

    .md\:m-48p {
        margin: 48%;
    }

    .md\:m-52p {
        margin: 52%;
    }

    .md\:-m-0 {
        margin: 0px;
    }

    .md\:-m-1 {
        margin: -0.25rem;
    }

    .md\:-m-2 {
        margin: -0.5rem;
    }

    .md\:-m-3 {
        margin: -0.75rem;
    }

    .md\:-m-4 {
        margin: -1rem;
    }

    .md\:-m-5 {
        margin: -1.25rem;
    }

    .md\:-m-6 {
        margin: -1.5rem;
    }

    .md\:-m-7 {
        margin: -1.75rem;
    }

    .md\:-m-8 {
        margin: -2rem;
    }

    .md\:-m-9 {
        margin: -2.25rem;
    }

    .md\:-m-10 {
        margin: -2.5rem;
    }

    .md\:-m-11 {
        margin: -2.75rem;
    }

    .md\:-m-12 {
        margin: -3rem;
    }

    .md\:-m-14 {
        margin: -3.5rem;
    }

    .md\:-m-16 {
        margin: -4rem;
    }

    .md\:-m-18 {
        margin: -4.375rem;
    }

    .md\:-m-19 {
        margin: -76px;
    }

    .md\:-m-20 {
        margin: -5rem;
    }

    .md\:-m-24 {
        margin: -6rem;
    }

    .md\:-m-28 {
        margin: -7rem;
    }

    .md\:-m-30 {
        margin: -120px;
    }

    .md\:-m-32 {
        margin: -8rem;
    }

    .md\:-m-36 {
        margin: -9rem;
    }

    .md\:-m-40 {
        margin: -10rem;
    }

    .md\:-m-44 {
        margin: -11rem;
    }

    .md\:-m-48 {
        margin: -12rem;
    }

    .md\:-m-52 {
        margin: -13rem;
    }

    .md\:-m-56 {
        margin: -14rem;
    }

    .md\:-m-60 {
        margin: -15rem;
    }

    .md\:-m-64 {
        margin: -16rem;
    }

    .md\:-m-72 {
        margin: -18rem;
    }

    .md\:-m-80 {
        margin: -20rem;
    }

    .md\:-m-96 {
        margin: -24rem;
    }

    .md\:-m-px {
        margin: -1px;
    }

    .md\:-m-0\.5 {
        margin: -0.125rem;
    }

    .md\:-m-1\.5 {
        margin: -0.375rem;
    }

    .md\:-m-2\.5 {
        margin: -0.625rem;
    }

    .md\:-m-3\.5 {
        margin: -0.875rem;
    }

    .md\:-m-5p {
        margin: -5px;
    }

    .md\:-m-10p {
        margin: -10px;
    }

    .md\:-m-14p {
        margin: -14px;
    }

    .md\:-m-15p {
        margin: -15px;
    }

    .md\:-m-15_2 {
        margin: -60px;
    }

    .md\:-m-16_1 {
        margin: -52px;
    }

    .md\:-m-16p {
        margin: -16px;
    }

    .md\:-m-25p {
        margin: -25px;
    }

    .md\:-m-48p {
        margin: -48%;
    }

    .md\:-m-52p {
        margin: -52%;
    }

    .md\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .md\:mx-1 {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }

    .md\:mx-2 {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .md\:mx-3 {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
    }

    .md\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .md\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }

    .md\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .md\:mx-7 {
        margin-left: 1.75rem;
        margin-right: 1.75rem;
    }

    .md\:mx-8 {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .md\:mx-9 {
        margin-left: 2.25rem;
        margin-right: 2.25rem;
    }

    .md\:mx-10 {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }

    .md\:mx-11 {
        margin-left: 2.75rem;
        margin-right: 2.75rem;
    }

    .md\:mx-12 {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .md\:mx-13 {
        margin-left: 3.25rem;
        margin-right: 3.25rem;
    }

    .md\:mx-14 {
        margin-left: 3.5rem;
        margin-right: 3.5rem;
    }

    .md\:mx-16 {
        margin-left: 4rem;
        margin-right: 4rem;
    }

    .md\:mx-18 {
        margin-left: 4.375rem;
        margin-right: 4.375rem;
    }

    .md\:mx-19 {
        margin-left: 76px;
        margin-right: 76px;
    }

    .md\:mx-20 {
        margin-left: 5rem;
        margin-right: 5rem;
    }

    .md\:mx-22 {
        margin-left: 5.3125rem;
        margin-right: 5.3125rem;
    }

    .md\:mx-24 {
        margin-left: 6rem;
        margin-right: 6rem;
    }

    .md\:mx-28 {
        margin-left: 7rem;
        margin-right: 7rem;
    }

    .md\:mx-30 {
        margin-left: 120px;
        margin-right: 120px;
    }

    .md\:mx-32 {
        margin-left: 8rem;
        margin-right: 8rem;
    }

    .md\:mx-36 {
        margin-left: 9rem;
        margin-right: 9rem;
    }

    .md\:mx-40 {
        margin-left: 10rem;
        margin-right: 10rem;
    }

    .md\:mx-44 {
        margin-left: 11rem;
        margin-right: 11rem;
    }

    .md\:mx-46 {
        margin-left: 11.44rem;
        margin-right: 11.44rem;
    }

    .md\:mx-48 {
        margin-left: 12rem;
        margin-right: 12rem;
    }

    .md\:mx-52 {
        margin-left: 13rem;
        margin-right: 13rem;
    }

    .md\:mx-56 {
        margin-left: 14rem;
        margin-right: 14rem;
    }

    .md\:mx-60 {
        margin-left: 15rem;
        margin-right: 15rem;
    }

    .md\:mx-64 {
        margin-left: 16rem;
        margin-right: 16rem;
    }

    .md\:mx-72 {
        margin-left: 18rem;
        margin-right: 18rem;
    }

    .md\:mx-80 {
        margin-left: 20rem;
        margin-right: 20rem;
    }

    .md\:mx-96 {
        margin-left: 24rem;
        margin-right: 24rem;
    }

    .md\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .md\:mx-px {
        margin-left: 1px;
        margin-right: 1px;
    }

    .md\:mx-0\.5 {
        margin-left: 0.125rem;
        margin-right: 0.125rem;
    }

    .md\:mx-1\.5 {
        margin-left: 0.375rem;
        margin-right: 0.375rem;
    }

    .md\:mx-2\.5 {
        margin-left: 0.625rem;
        margin-right: 0.625rem;
    }

    .md\:mx-3\.5 {
        margin-left: 0.875rem;
        margin-right: 0.875rem;
    }

    .md\:mx-5p {
        margin-left: 5px;
        margin-right: 5px;
    }

    .md\:mx-10p {
        margin-left: 10px;
        margin-right: 10px;
    }

    .md\:mx-14p {
        margin-left: 14px;
        margin-right: 14px;
    }

    .md\:mx-15p {
        margin-left: 15px;
        margin-right: 15px;
    }

    .md\:mx-15_2 {
        margin-left: 60px;
        margin-right: 60px;
    }

    .md\:mx-16_1 {
        margin-left: 52px;
        margin-right: 52px;
    }

    .md\:mx-16p {
        margin-left: 16px;
        margin-right: 16px;
    }

    .md\:mx-25p {
        margin-left: 25px;
        margin-right: 25px;
    }

    .md\:mx-48p {
        margin-left: 48%;
        margin-right: 48%;
    }

    .md\:mx-52p {
        margin-left: 52%;
        margin-right: 52%;
    }

    .md\:-mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .md\:-mx-1 {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
    }

    .md\:-mx-2 {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }

    .md\:-mx-3 {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }

    .md\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .md\:-mx-5 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

    .md\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .md\:-mx-7 {
        margin-left: -1.75rem;
        margin-right: -1.75rem;
    }

    .md\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem;
    }

    .md\:-mx-9 {
        margin-left: -2.25rem;
        margin-right: -2.25rem;
    }

    .md\:-mx-10 {
        margin-left: -2.5rem;
        margin-right: -2.5rem;
    }

    .md\:-mx-11 {
        margin-left: -2.75rem;
        margin-right: -2.75rem;
    }

    .md\:-mx-12 {
        margin-left: -3rem;
        margin-right: -3rem;
    }

    .md\:-mx-14 {
        margin-left: -3.5rem;
        margin-right: -3.5rem;
    }

    .md\:-mx-16 {
        margin-left: -4rem;
        margin-right: -4rem;
    }

    .md\:-mx-18 {
        margin-left: -4.375rem;
        margin-right: -4.375rem;
    }

    .md\:-mx-19 {
        margin-left: -76px;
        margin-right: -76px;
    }

    .md\:-mx-20 {
        margin-left: -5rem;
        margin-right: -5rem;
    }

    .md\:-mx-24 {
        margin-left: -6rem;
        margin-right: -6rem;
    }

    .md\:-mx-28 {
        margin-left: -7rem;
        margin-right: -7rem;
    }

    .md\:-mx-30 {
        margin-left: -120px;
        margin-right: -120px;
    }

    .md\:-mx-32 {
        margin-left: -8rem;
        margin-right: -8rem;
    }

    .md\:-mx-36 {
        margin-left: -9rem;
        margin-right: -9rem;
    }

    .md\:-mx-40 {
        margin-left: -10rem;
        margin-right: -10rem;
    }

    .md\:-mx-44 {
        margin-left: -11rem;
        margin-right: -11rem;
    }

    .md\:-mx-48 {
        margin-left: -12rem;
        margin-right: -12rem;
    }

    .md\:-mx-52 {
        margin-left: -13rem;
        margin-right: -13rem;
    }

    .md\:-mx-56 {
        margin-left: -14rem;
        margin-right: -14rem;
    }

    .md\:-mx-60 {
        margin-left: -15rem;
        margin-right: -15rem;
    }

    .md\:-mx-64 {
        margin-left: -16rem;
        margin-right: -16rem;
    }

    .md\:-mx-72 {
        margin-left: -18rem;
        margin-right: -18rem;
    }

    .md\:-mx-80 {
        margin-left: -20rem;
        margin-right: -20rem;
    }

    .md\:-mx-96 {
        margin-left: -24rem;
        margin-right: -24rem;
    }

    .md\:-mx-px {
        margin-left: -1px;
        margin-right: -1px;
    }

    .md\:-mx-0\.5 {
        margin-left: -0.125rem;
        margin-right: -0.125rem;
    }

    .md\:-mx-1\.5 {
        margin-left: -0.375rem;
        margin-right: -0.375rem;
    }

    .md\:-mx-2\.5 {
        margin-left: -0.625rem;
        margin-right: -0.625rem;
    }

    .md\:-mx-3\.5 {
        margin-left: -0.875rem;
        margin-right: -0.875rem;
    }

    .md\:-mx-5p {
        margin-left: -5px;
        margin-right: -5px;
    }

    .md\:-mx-10p {
        margin-left: -10px;
        margin-right: -10px;
    }

    .md\:-mx-14p {
        margin-left: -14px;
        margin-right: -14px;
    }

    .md\:-mx-15p {
        margin-left: -15px;
        margin-right: -15px;
    }

    .md\:-mx-15_2 {
        margin-left: -60px;
        margin-right: -60px;
    }

    .md\:-mx-16_1 {
        margin-left: -52px;
        margin-right: -52px;
    }

    .md\:-mx-16p {
        margin-left: -16px;
        margin-right: -16px;
    }

    .md\:-mx-25p {
        margin-left: -25px;
        margin-right: -25px;
    }

    .md\:-mx-48p {
        margin-left: -48%;
        margin-right: -48%;
    }

    .md\:-mx-52p {
        margin-left: -52%;
        margin-right: -52%;
    }

    .md\:my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .md\:my-1 {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }

    .md\:my-2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .md\:my-3 {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }

    .md\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .md\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .md\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .md\:my-7 {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem;
    }

    .md\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .md\:my-9 {
        margin-top: 2.25rem;
        margin-bottom: 2.25rem;
    }

    .md\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .md\:my-11 {
        margin-top: 2.75rem;
        margin-bottom: 2.75rem;
    }

    .md\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .md\:my-13 {
        margin-top: 3.25rem;
        margin-bottom: 3.25rem;
    }

    .md\:my-14 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }

    .md\:my-16 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .md\:my-18 {
        margin-top: 4.375rem;
        margin-bottom: 4.375rem;
    }

    .md\:my-19 {
        margin-top: 76px;
        margin-bottom: 76px;
    }

    .md\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .md\:my-22 {
        margin-top: 5.3125rem;
        margin-bottom: 5.3125rem;
    }

    .md\:my-24 {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }

    .md\:my-28 {
        margin-top: 7rem;
        margin-bottom: 7rem;
    }

    .md\:my-30 {
        margin-top: 120px;
        margin-bottom: 120px;
    }

    .md\:my-32 {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }

    .md\:my-36 {
        margin-top: 9rem;
        margin-bottom: 9rem;
    }

    .md\:my-40 {
        margin-top: 10rem;
        margin-bottom: 10rem;
    }

    .md\:my-44 {
        margin-top: 11rem;
        margin-bottom: 11rem;
    }

    .md\:my-46 {
        margin-top: 11.44rem;
        margin-bottom: 11.44rem;
    }

    .md\:my-48 {
        margin-top: 12rem;
        margin-bottom: 12rem;
    }

    .md\:my-52 {
        margin-top: 13rem;
        margin-bottom: 13rem;
    }

    .md\:my-56 {
        margin-top: 14rem;
        margin-bottom: 14rem;
    }

    .md\:my-60 {
        margin-top: 15rem;
        margin-bottom: 15rem;
    }

    .md\:my-64 {
        margin-top: 16rem;
        margin-bottom: 16rem;
    }

    .md\:my-72 {
        margin-top: 18rem;
        margin-bottom: 18rem;
    }

    .md\:my-80 {
        margin-top: 20rem;
        margin-bottom: 20rem;
    }

    .md\:my-96 {
        margin-top: 24rem;
        margin-bottom: 24rem;
    }

    .md\:my-auto {
        margin-top: auto;
        margin-bottom: auto;
    }

    .md\:my-px {
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .md\:my-0\.5 {
        margin-top: 0.125rem;
        margin-bottom: 0.125rem;
    }

    .md\:my-1\.5 {
        margin-top: 0.375rem;
        margin-bottom: 0.375rem;
    }

    .md\:my-2\.5 {
        margin-top: 0.625rem;
        margin-bottom: 0.625rem;
    }

    .md\:my-3\.5 {
        margin-top: 0.875rem;
        margin-bottom: 0.875rem;
    }

    .md\:my-5p {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .md\:my-10p {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .md\:my-14p {
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .md\:my-15p {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .md\:my-15_2 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .md\:my-16_1 {
        margin-top: 52px;
        margin-bottom: 52px;
    }

    .md\:my-16p {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .md\:my-25p {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .md\:my-48p {
        margin-top: 48%;
        margin-bottom: 48%;
    }

    .md\:my-52p {
        margin-top: 52%;
        margin-bottom: 52%;
    }

    .md\:-my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .md\:-my-1 {
        margin-top: -0.25rem;
        margin-bottom: -0.25rem;
    }

    .md\:-my-2 {
        margin-top: -0.5rem;
        margin-bottom: -0.5rem;
    }

    .md\:-my-3 {
        margin-top: -0.75rem;
        margin-bottom: -0.75rem;
    }

    .md\:-my-4 {
        margin-top: -1rem;
        margin-bottom: -1rem;
    }

    .md\:-my-5 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem;
    }

    .md\:-my-6 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem;
    }

    .md\:-my-7 {
        margin-top: -1.75rem;
        margin-bottom: -1.75rem;
    }

    .md\:-my-8 {
        margin-top: -2rem;
        margin-bottom: -2rem;
    }

    .md\:-my-9 {
        margin-top: -2.25rem;
        margin-bottom: -2.25rem;
    }

    .md\:-my-10 {
        margin-top: -2.5rem;
        margin-bottom: -2.5rem;
    }

    .md\:-my-11 {
        margin-top: -2.75rem;
        margin-bottom: -2.75rem;
    }

    .md\:-my-12 {
        margin-top: -3rem;
        margin-bottom: -3rem;
    }

    .md\:-my-14 {
        margin-top: -3.5rem;
        margin-bottom: -3.5rem;
    }

    .md\:-my-16 {
        margin-top: -4rem;
        margin-bottom: -4rem;
    }

    .md\:-my-18 {
        margin-top: -4.375rem;
        margin-bottom: -4.375rem;
    }

    .md\:-my-19 {
        margin-top: -76px;
        margin-bottom: -76px;
    }

    .md\:-my-20 {
        margin-top: -5rem;
        margin-bottom: -5rem;
    }

    .md\:-my-24 {
        margin-top: -6rem;
        margin-bottom: -6rem;
    }

    .md\:-my-28 {
        margin-top: -7rem;
        margin-bottom: -7rem;
    }

    .md\:-my-30 {
        margin-top: -120px;
        margin-bottom: -120px;
    }

    .md\:-my-32 {
        margin-top: -8rem;
        margin-bottom: -8rem;
    }

    .md\:-my-36 {
        margin-top: -9rem;
        margin-bottom: -9rem;
    }

    .md\:-my-40 {
        margin-top: -10rem;
        margin-bottom: -10rem;
    }

    .md\:-my-44 {
        margin-top: -11rem;
        margin-bottom: -11rem;
    }

    .md\:-my-48 {
        margin-top: -12rem;
        margin-bottom: -12rem;
    }

    .md\:-my-52 {
        margin-top: -13rem;
        margin-bottom: -13rem;
    }

    .md\:-my-56 {
        margin-top: -14rem;
        margin-bottom: -14rem;
    }

    .md\:-my-60 {
        margin-top: -15rem;
        margin-bottom: -15rem;
    }

    .md\:-my-64 {
        margin-top: -16rem;
        margin-bottom: -16rem;
    }

    .md\:-my-72 {
        margin-top: -18rem;
        margin-bottom: -18rem;
    }

    .md\:-my-80 {
        margin-top: -20rem;
        margin-bottom: -20rem;
    }

    .md\:-my-96 {
        margin-top: -24rem;
        margin-bottom: -24rem;
    }

    .md\:-my-px {
        margin-top: -1px;
        margin-bottom: -1px;
    }

    .md\:-my-0\.5 {
        margin-top: -0.125rem;
        margin-bottom: -0.125rem;
    }

    .md\:-my-1\.5 {
        margin-top: -0.375rem;
        margin-bottom: -0.375rem;
    }

    .md\:-my-2\.5 {
        margin-top: -0.625rem;
        margin-bottom: -0.625rem;
    }

    .md\:-my-3\.5 {
        margin-top: -0.875rem;
        margin-bottom: -0.875rem;
    }

    .md\:-my-5p {
        margin-top: -5px;
        margin-bottom: -5px;
    }

    .md\:-my-10p {
        margin-top: -10px;
        margin-bottom: -10px;
    }

    .md\:-my-14p {
        margin-top: -14px;
        margin-bottom: -14px;
    }

    .md\:-my-15p {
        margin-top: -15px;
        margin-bottom: -15px;
    }

    .md\:-my-15_2 {
        margin-top: -60px;
        margin-bottom: -60px;
    }

    .md\:-my-16_1 {
        margin-top: -52px;
        margin-bottom: -52px;
    }

    .md\:-my-16p {
        margin-top: -16px;
        margin-bottom: -16px;
    }

    .md\:-my-25p {
        margin-top: -25px;
        margin-bottom: -25px;
    }

    .md\:-my-48p {
        margin-top: -48%;
        margin-bottom: -48%;
    }

    .md\:-my-52p {
        margin-top: -52%;
        margin-bottom: -52%;
    }

    .md\:mt-0 {
        margin-top: 0px;
    }

    .md\:mt-1 {
        margin-top: 0.25rem;
    }

    .md\:mt-2 {
        margin-top: 0.5rem;
    }

    .md\:mt-3 {
        margin-top: 0.75rem;
    }

    .md\:mt-4 {
        margin-top: 1rem;
    }

    .md\:mt-5 {
        margin-top: 1.25rem;
    }

    .md\:mt-6 {
        margin-top: 1.5rem;
    }

    .md\:mt-7 {
        margin-top: 1.75rem;
    }

    .md\:mt-8 {
        margin-top: 2rem;
    }

    .md\:mt-9 {
        margin-top: 2.25rem;
    }

    .md\:mt-10 {
        margin-top: 2.5rem;
    }

    .md\:mt-11 {
        margin-top: 2.75rem;
    }

    .md\:mt-12 {
        margin-top: 3rem;
    }

    .md\:mt-13 {
        margin-top: 3.25rem;
    }

    .md\:mt-14 {
        margin-top: 3.5rem;
    }

    .md\:mt-16 {
        margin-top: 4rem;
    }

    .md\:mt-18 {
        margin-top: 4.375rem;
    }

    .md\:mt-19 {
        margin-top: 76px;
    }

    .md\:mt-20 {
        margin-top: 5rem;
    }

    .md\:mt-22 {
        margin-top: 5.3125rem;
    }

    .md\:mt-24 {
        margin-top: 6rem;
    }

    .md\:mt-28 {
        margin-top: 7rem;
    }

    .md\:mt-30 {
        margin-top: 120px;
    }

    .md\:mt-32 {
        margin-top: 8rem;
    }

    .md\:mt-36 {
        margin-top: 9rem;
    }

    .md\:mt-40 {
        margin-top: 10rem;
    }

    .md\:mt-44 {
        margin-top: 11rem;
    }

    .md\:mt-46 {
        margin-top: 11.44rem;
    }

    .md\:mt-48 {
        margin-top: 12rem;
    }

    .md\:mt-52 {
        margin-top: 13rem;
    }

    .md\:mt-56 {
        margin-top: 14rem;
    }

    .md\:mt-60 {
        margin-top: 15rem;
    }

    .md\:mt-64 {
        margin-top: 16rem;
    }

    .md\:mt-72 {
        margin-top: 18rem;
    }

    .md\:mt-80 {
        margin-top: 20rem;
    }

    .md\:mt-96 {
        margin-top: 24rem;
    }

    .md\:mt-auto {
        margin-top: auto;
    }

    .md\:mt-px {
        margin-top: 1px;
    }

    .md\:mt-0\.5 {
        margin-top: 0.125rem;
    }

    .md\:mt-1\.5 {
        margin-top: 0.375rem;
    }

    .md\:mt-2\.5 {
        margin-top: 0.625rem;
    }

    .md\:mt-3\.5 {
        margin-top: 0.875rem;
    }

    .md\:mt-5p {
        margin-top: 5px;
    }

    .md\:mt-10p {
        margin-top: 10px;
    }

    .md\:mt-14p {
        margin-top: 14px;
    }

    .md\:mt-15p {
        margin-top: 15px;
    }

    .md\:mt-15_2 {
        margin-top: 60px;
    }

    .md\:mt-16_1 {
        margin-top: 52px;
    }

    .md\:mt-16p {
        margin-top: 16px;
    }

    .md\:mt-25p {
        margin-top: 25px;
    }

    .md\:mt-48p {
        margin-top: 48%;
    }

    .md\:mt-52p {
        margin-top: 52%;
    }

    .md\:-mt-0 {
        margin-top: 0px;
    }

    .md\:-mt-1 {
        margin-top: -0.25rem;
    }

    .md\:-mt-2 {
        margin-top: -0.5rem;
    }

    .md\:-mt-3 {
        margin-top: -0.75rem;
    }

    .md\:-mt-4 {
        margin-top: -1rem;
    }

    .md\:-mt-5 {
        margin-top: -1.25rem;
    }

    .md\:-mt-6 {
        margin-top: -1.5rem;
    }

    .md\:-mt-7 {
        margin-top: -1.75rem;
    }

    .md\:-mt-8 {
        margin-top: -2rem;
    }

    .md\:-mt-9 {
        margin-top: -2.25rem;
    }

    .md\:-mt-10 {
        margin-top: -2.5rem;
    }

    .md\:-mt-11 {
        margin-top: -2.75rem;
    }

    .md\:-mt-12 {
        margin-top: -3rem;
    }

    .md\:-mt-14 {
        margin-top: -3.5rem;
    }

    .md\:-mt-16 {
        margin-top: -4rem;
    }

    .md\:-mt-18 {
        margin-top: -4.375rem;
    }

    .md\:-mt-19 {
        margin-top: -76px;
    }

    .md\:-mt-20 {
        margin-top: -5rem;
    }

    .md\:-mt-24 {
        margin-top: -6rem;
    }

    .md\:-mt-28 {
        margin-top: -7rem;
    }

    .md\:-mt-30 {
        margin-top: -120px;
    }

    .md\:-mt-32 {
        margin-top: -8rem;
    }

    .md\:-mt-36 {
        margin-top: -9rem;
    }

    .md\:-mt-40 {
        margin-top: -10rem;
    }

    .md\:-mt-44 {
        margin-top: -11rem;
    }

    .md\:-mt-48 {
        margin-top: -12rem;
    }

    .md\:-mt-52 {
        margin-top: -13rem;
    }

    .md\:-mt-56 {
        margin-top: -14rem;
    }

    .md\:-mt-60 {
        margin-top: -15rem;
    }

    .md\:-mt-64 {
        margin-top: -16rem;
    }

    .md\:-mt-72 {
        margin-top: -18rem;
    }

    .md\:-mt-80 {
        margin-top: -20rem;
    }

    .md\:-mt-96 {
        margin-top: -24rem;
    }

    .md\:-mt-px {
        margin-top: -1px;
    }

    .md\:-mt-0\.5 {
        margin-top: -0.125rem;
    }

    .md\:-mt-1\.5 {
        margin-top: -0.375rem;
    }

    .md\:-mt-2\.5 {
        margin-top: -0.625rem;
    }

    .md\:-mt-3\.5 {
        margin-top: -0.875rem;
    }

    .md\:-mt-5p {
        margin-top: -5px;
    }

    .md\:-mt-10p {
        margin-top: -10px;
    }

    .md\:-mt-14p {
        margin-top: -14px;
    }

    .md\:-mt-15p {
        margin-top: -15px;
    }

    .md\:-mt-15_2 {
        margin-top: -60px;
    }

    .md\:-mt-16_1 {
        margin-top: -52px;
    }

    .md\:-mt-16p {
        margin-top: -16px;
    }

    .md\:-mt-25p {
        margin-top: -25px;
    }

    .md\:-mt-48p {
        margin-top: -48%;
    }

    .md\:-mt-52p {
        margin-top: -52%;
    }

    .md\:mr-0 {
        margin-right: 0px;
    }

    .md\:mr-1 {
        margin-right: 0.25rem;
    }

    .md\:mr-2 {
        margin-right: 0.5rem;
    }

    .md\:mr-3 {
        margin-right: 0.75rem;
    }

    .md\:mr-4 {
        margin-right: 1rem;
    }

    .md\:mr-5 {
        margin-right: 1.25rem;
    }

    .md\:mr-6 {
        margin-right: 1.5rem;
    }

    .md\:mr-7 {
        margin-right: 1.75rem;
    }

    .md\:mr-8 {
        margin-right: 2rem;
    }

    .md\:mr-9 {
        margin-right: 2.25rem;
    }

    .md\:mr-10 {
        margin-right: 2.5rem;
    }

    .md\:mr-11 {
        margin-right: 2.75rem;
    }

    .md\:mr-12 {
        margin-right: 3rem;
    }

    .md\:mr-13 {
        margin-right: 3.25rem;
    }

    .md\:mr-14 {
        margin-right: 3.5rem;
    }

    .md\:mr-16 {
        margin-right: 4rem;
    }

    .md\:mr-18 {
        margin-right: 4.375rem;
    }

    .md\:mr-19 {
        margin-right: 76px;
    }

    .md\:mr-20 {
        margin-right: 5rem;
    }

    .md\:mr-22 {
        margin-right: 5.3125rem;
    }

    .md\:mr-24 {
        margin-right: 6rem;
    }

    .md\:mr-28 {
        margin-right: 7rem;
    }

    .md\:mr-30 {
        margin-right: 120px;
    }

    .md\:mr-32 {
        margin-right: 8rem;
    }

    .md\:mr-36 {
        margin-right: 9rem;
    }

    .md\:mr-40 {
        margin-right: 10rem;
    }

    .md\:mr-44 {
        margin-right: 11rem;
    }

    .md\:mr-46 {
        margin-right: 11.44rem;
    }

    .md\:mr-48 {
        margin-right: 12rem;
    }

    .md\:mr-52 {
        margin-right: 13rem;
    }

    .md\:mr-56 {
        margin-right: 14rem;
    }

    .md\:mr-60 {
        margin-right: 15rem;
    }

    .md\:mr-64 {
        margin-right: 16rem;
    }

    .md\:mr-72 {
        margin-right: 18rem;
    }

    .md\:mr-80 {
        margin-right: 20rem;
    }

    .md\:mr-96 {
        margin-right: 24rem;
    }

    .md\:mr-auto {
        margin-right: auto;
    }

    .md\:mr-px {
        margin-right: 1px;
    }

    .md\:mr-0\.5 {
        margin-right: 0.125rem;
    }

    .md\:mr-1\.5 {
        margin-right: 0.375rem;
    }

    .md\:mr-2\.5 {
        margin-right: 0.625rem;
    }

    .md\:mr-3\.5 {
        margin-right: 0.875rem;
    }

    .md\:mr-5p {
        margin-right: 5px;
    }

    .md\:mr-10p {
        margin-right: 10px;
    }

    .md\:mr-14p {
        margin-right: 14px;
    }

    .md\:mr-15p {
        margin-right: 15px;
    }

    .md\:mr-15_2 {
        margin-right: 60px;
    }

    .md\:mr-16_1 {
        margin-right: 52px;
    }

    .md\:mr-16p {
        margin-right: 16px;
    }

    .md\:mr-25p {
        margin-right: 25px;
    }

    .md\:mr-48p {
        margin-right: 48%;
    }

    .md\:mr-52p {
        margin-right: 52%;
    }

    .md\:-mr-0 {
        margin-right: 0px;
    }

    .md\:-mr-1 {
        margin-right: -0.25rem;
    }

    .md\:-mr-2 {
        margin-right: -0.5rem;
    }

    .md\:-mr-3 {
        margin-right: -0.75rem;
    }

    .md\:-mr-4 {
        margin-right: -1rem;
    }

    .md\:-mr-5 {
        margin-right: -1.25rem;
    }

    .md\:-mr-6 {
        margin-right: -1.5rem;
    }

    .md\:-mr-7 {
        margin-right: -1.75rem;
    }

    .md\:-mr-8 {
        margin-right: -2rem;
    }

    .md\:-mr-9 {
        margin-right: -2.25rem;
    }

    .md\:-mr-10 {
        margin-right: -2.5rem;
    }

    .md\:-mr-11 {
        margin-right: -2.75rem;
    }

    .md\:-mr-12 {
        margin-right: -3rem;
    }

    .md\:-mr-14 {
        margin-right: -3.5rem;
    }

    .md\:-mr-16 {
        margin-right: -4rem;
    }

    .md\:-mr-18 {
        margin-right: -4.375rem;
    }

    .md\:-mr-19 {
        margin-right: -76px;
    }

    .md\:-mr-20 {
        margin-right: -5rem;
    }

    .md\:-mr-24 {
        margin-right: -6rem;
    }

    .md\:-mr-28 {
        margin-right: -7rem;
    }

    .md\:-mr-30 {
        margin-right: -120px;
    }

    .md\:-mr-32 {
        margin-right: -8rem;
    }

    .md\:-mr-36 {
        margin-right: -9rem;
    }

    .md\:-mr-40 {
        margin-right: -10rem;
    }

    .md\:-mr-44 {
        margin-right: -11rem;
    }

    .md\:-mr-48 {
        margin-right: -12rem;
    }

    .md\:-mr-52 {
        margin-right: -13rem;
    }

    .md\:-mr-56 {
        margin-right: -14rem;
    }

    .md\:-mr-60 {
        margin-right: -15rem;
    }

    .md\:-mr-64 {
        margin-right: -16rem;
    }

    .md\:-mr-72 {
        margin-right: -18rem;
    }

    .md\:-mr-80 {
        margin-right: -20rem;
    }

    .md\:-mr-96 {
        margin-right: -24rem;
    }

    .md\:-mr-px {
        margin-right: -1px;
    }

    .md\:-mr-0\.5 {
        margin-right: -0.125rem;
    }

    .md\:-mr-1\.5 {
        margin-right: -0.375rem;
    }

    .md\:-mr-2\.5 {
        margin-right: -0.625rem;
    }

    .md\:-mr-3\.5 {
        margin-right: -0.875rem;
    }

    .md\:-mr-5p {
        margin-right: -5px;
    }

    .md\:-mr-10p {
        margin-right: -10px;
    }

    .md\:-mr-14p {
        margin-right: -14px;
    }

    .md\:-mr-15p {
        margin-right: -15px;
    }

    .md\:-mr-15_2 {
        margin-right: -60px;
    }

    .md\:-mr-16_1 {
        margin-right: -52px;
    }

    .md\:-mr-16p {
        margin-right: -16px;
    }

    .md\:-mr-25p {
        margin-right: -25px;
    }

    .md\:-mr-48p {
        margin-right: -48%;
    }

    .md\:-mr-52p {
        margin-right: -52%;
    }

    .md\:mb-0 {
        margin-bottom: 0px;
    }

    .md\:mb-1 {
        margin-bottom: 0.25rem;
    }

    .md\:mb-2 {
        margin-bottom: 0.5rem;
    }

    .md\:mb-3 {
        margin-bottom: 0.75rem;
    }

    .md\:mb-4 {
        margin-bottom: 1rem;
    }

    .md\:mb-5 {
        margin-bottom: 1.25rem;
    }

    .md\:mb-6 {
        margin-bottom: 1.5rem;
    }

    .md\:mb-7 {
        margin-bottom: 1.75rem;
    }

    .md\:mb-8 {
        margin-bottom: 2rem;
    }

    .md\:mb-9 {
        margin-bottom: 2.25rem;
    }

    .md\:mb-10 {
        margin-bottom: 2.5rem;
    }

    .md\:mb-11 {
        margin-bottom: 2.75rem;
    }

    .md\:mb-12 {
        margin-bottom: 3rem;
    }

    .md\:mb-13 {
        margin-bottom: 3.25rem;
    }

    .md\:mb-14 {
        margin-bottom: 3.5rem;
    }

    .md\:mb-16 {
        margin-bottom: 4rem;
    }

    .md\:mb-18 {
        margin-bottom: 4.375rem;
    }

    .md\:mb-19 {
        margin-bottom: 76px;
    }

    .md\:mb-20 {
        margin-bottom: 5rem;
    }

    .md\:mb-22 {
        margin-bottom: 5.3125rem;
    }

    .md\:mb-24 {
        margin-bottom: 6rem;
    }

    .md\:mb-28 {
        margin-bottom: 7rem;
    }

    .md\:mb-30 {
        margin-bottom: 120px;
    }

    .md\:mb-32 {
        margin-bottom: 8rem;
    }

    .md\:mb-36 {
        margin-bottom: 9rem;
    }

    .md\:mb-40 {
        margin-bottom: 10rem;
    }

    .md\:mb-44 {
        margin-bottom: 11rem;
    }

    .md\:mb-46 {
        margin-bottom: 11.44rem;
    }

    .md\:mb-48 {
        margin-bottom: 12rem;
    }

    .md\:mb-52 {
        margin-bottom: 13rem;
    }

    .md\:mb-56 {
        margin-bottom: 14rem;
    }

    .md\:mb-60 {
        margin-bottom: 15rem;
    }

    .md\:mb-64 {
        margin-bottom: 16rem;
    }

    .md\:mb-72 {
        margin-bottom: 18rem;
    }

    .md\:mb-80 {
        margin-bottom: 20rem;
    }

    .md\:mb-96 {
        margin-bottom: 24rem;
    }

    .md\:mb-auto {
        margin-bottom: auto;
    }

    .md\:mb-px {
        margin-bottom: 1px;
    }

    .md\:mb-0\.5 {
        margin-bottom: 0.125rem;
    }

    .md\:mb-1\.5 {
        margin-bottom: 0.375rem;
    }

    .md\:mb-2\.5 {
        margin-bottom: 0.625rem;
    }

    .md\:mb-3\.5 {
        margin-bottom: 0.875rem;
    }

    .md\:mb-5p {
        margin-bottom: 5px;
    }

    .md\:mb-10p {
        margin-bottom: 10px;
    }

    .md\:mb-14p {
        margin-bottom: 14px;
    }

    .md\:mb-15p {
        margin-bottom: 15px;
    }

    .md\:mb-15_2 {
        margin-bottom: 60px;
    }

    .md\:mb-16_1 {
        margin-bottom: 52px;
    }

    .md\:mb-16p {
        margin-bottom: 16px;
    }

    .md\:mb-25p {
        margin-bottom: 25px;
    }

    .md\:mb-48p {
        margin-bottom: 48%;
    }

    .md\:mb-52p {
        margin-bottom: 52%;
    }

    .md\:-mb-0 {
        margin-bottom: 0px;
    }

    .md\:-mb-1 {
        margin-bottom: -0.25rem;
    }

    .md\:-mb-2 {
        margin-bottom: -0.5rem;
    }

    .md\:-mb-3 {
        margin-bottom: -0.75rem;
    }

    .md\:-mb-4 {
        margin-bottom: -1rem;
    }

    .md\:-mb-5 {
        margin-bottom: -1.25rem;
    }

    .md\:-mb-6 {
        margin-bottom: -1.5rem;
    }

    .md\:-mb-7 {
        margin-bottom: -1.75rem;
    }

    .md\:-mb-8 {
        margin-bottom: -2rem;
    }

    .md\:-mb-9 {
        margin-bottom: -2.25rem;
    }

    .md\:-mb-10 {
        margin-bottom: -2.5rem;
    }

    .md\:-mb-11 {
        margin-bottom: -2.75rem;
    }

    .md\:-mb-12 {
        margin-bottom: -3rem;
    }

    .md\:-mb-14 {
        margin-bottom: -3.5rem;
    }

    .md\:-mb-16 {
        margin-bottom: -4rem;
    }

    .md\:-mb-18 {
        margin-bottom: -4.375rem;
    }

    .md\:-mb-19 {
        margin-bottom: -76px;
    }

    .md\:-mb-20 {
        margin-bottom: -5rem;
    }

    .md\:-mb-24 {
        margin-bottom: -6rem;
    }

    .md\:-mb-28 {
        margin-bottom: -7rem;
    }

    .md\:-mb-30 {
        margin-bottom: -120px;
    }

    .md\:-mb-32 {
        margin-bottom: -8rem;
    }

    .md\:-mb-36 {
        margin-bottom: -9rem;
    }

    .md\:-mb-40 {
        margin-bottom: -10rem;
    }

    .md\:-mb-44 {
        margin-bottom: -11rem;
    }

    .md\:-mb-48 {
        margin-bottom: -12rem;
    }

    .md\:-mb-52 {
        margin-bottom: -13rem;
    }

    .md\:-mb-56 {
        margin-bottom: -14rem;
    }

    .md\:-mb-60 {
        margin-bottom: -15rem;
    }

    .md\:-mb-64 {
        margin-bottom: -16rem;
    }

    .md\:-mb-72 {
        margin-bottom: -18rem;
    }

    .md\:-mb-80 {
        margin-bottom: -20rem;
    }

    .md\:-mb-96 {
        margin-bottom: -24rem;
    }

    .md\:-mb-px {
        margin-bottom: -1px;
    }

    .md\:-mb-0\.5 {
        margin-bottom: -0.125rem;
    }

    .md\:-mb-1\.5 {
        margin-bottom: -0.375rem;
    }

    .md\:-mb-2\.5 {
        margin-bottom: -0.625rem;
    }

    .md\:-mb-3\.5 {
        margin-bottom: -0.875rem;
    }

    .md\:-mb-5p {
        margin-bottom: -5px;
    }

    .md\:-mb-10p {
        margin-bottom: -10px;
    }

    .md\:-mb-14p {
        margin-bottom: -14px;
    }

    .md\:-mb-15p {
        margin-bottom: -15px;
    }

    .md\:-mb-15_2 {
        margin-bottom: -60px;
    }

    .md\:-mb-16_1 {
        margin-bottom: -52px;
    }

    .md\:-mb-16p {
        margin-bottom: -16px;
    }

    .md\:-mb-25p {
        margin-bottom: -25px;
    }

    .md\:-mb-48p {
        margin-bottom: -48%;
    }

    .md\:-mb-52p {
        margin-bottom: -52%;
    }

    .md\:ml-0 {
        margin-left: 0px;
    }

    .md\:ml-1 {
        margin-left: 0.25rem;
    }

    .md\:ml-2 {
        margin-left: 0.5rem;
    }

    .md\:ml-3 {
        margin-left: 0.75rem;
    }

    .md\:ml-4 {
        margin-left: 1rem;
    }

    .md\:ml-5 {
        margin-left: 1.25rem;
    }

    .md\:ml-6 {
        margin-left: 1.5rem;
    }

    .md\:ml-7 {
        margin-left: 1.75rem;
    }

    .md\:ml-8 {
        margin-left: 2rem;
    }

    .md\:ml-9 {
        margin-left: 2.25rem;
    }

    .md\:ml-10 {
        margin-left: 2.5rem;
    }

    .md\:ml-11 {
        margin-left: 2.75rem;
    }

    .md\:ml-12 {
        margin-left: 3rem;
    }

    .md\:ml-13 {
        margin-left: 3.25rem;
    }

    .md\:ml-14 {
        margin-left: 3.5rem;
    }

    .md\:ml-16 {
        margin-left: 4rem;
    }

    .md\:ml-18 {
        margin-left: 4.375rem;
    }

    .md\:ml-19 {
        margin-left: 76px;
    }

    .md\:ml-20 {
        margin-left: 5rem;
    }

    .md\:ml-22 {
        margin-left: 5.3125rem;
    }

    .md\:ml-24 {
        margin-left: 6rem;
    }

    .md\:ml-28 {
        margin-left: 7rem;
    }

    .md\:ml-30 {
        margin-left: 120px;
    }

    .md\:ml-32 {
        margin-left: 8rem;
    }

    .md\:ml-36 {
        margin-left: 9rem;
    }

    .md\:ml-40 {
        margin-left: 10rem;
    }

    .md\:ml-44 {
        margin-left: 11rem;
    }

    .md\:ml-46 {
        margin-left: 11.44rem;
    }

    .md\:ml-48 {
        margin-left: 12rem;
    }

    .md\:ml-52 {
        margin-left: 13rem;
    }

    .md\:ml-56 {
        margin-left: 14rem;
    }

    .md\:ml-60 {
        margin-left: 15rem;
    }

    .md\:ml-64 {
        margin-left: 16rem;
    }

    .md\:ml-72 {
        margin-left: 18rem;
    }

    .md\:ml-80 {
        margin-left: 20rem;
    }

    .md\:ml-96 {
        margin-left: 24rem;
    }

    .md\:ml-auto {
        margin-left: auto;
    }

    .md\:ml-px {
        margin-left: 1px;
    }

    .md\:ml-0\.5 {
        margin-left: 0.125rem;
    }

    .md\:ml-1\.5 {
        margin-left: 0.375rem;
    }

    .md\:ml-2\.5 {
        margin-left: 0.625rem;
    }

    .md\:ml-3\.5 {
        margin-left: 0.875rem;
    }

    .md\:ml-5p {
        margin-left: 5px;
    }

    .md\:ml-10p {
        margin-left: 10px;
    }

    .md\:ml-14p {
        margin-left: 14px;
    }

    .md\:ml-15p {
        margin-left: 15px;
    }

    .md\:ml-15_2 {
        margin-left: 60px;
    }

    .md\:ml-16_1 {
        margin-left: 52px;
    }

    .md\:ml-16p {
        margin-left: 16px;
    }

    .md\:ml-25p {
        margin-left: 25px;
    }

    .md\:ml-48p {
        margin-left: 48%;
    }

    .md\:ml-52p {
        margin-left: 52%;
    }

    .md\:-ml-0 {
        margin-left: 0px;
    }

    .md\:-ml-1 {
        margin-left: -0.25rem;
    }

    .md\:-ml-2 {
        margin-left: -0.5rem;
    }

    .md\:-ml-3 {
        margin-left: -0.75rem;
    }

    .md\:-ml-4 {
        margin-left: -1rem;
    }

    .md\:-ml-5 {
        margin-left: -1.25rem;
    }

    .md\:-ml-6 {
        margin-left: -1.5rem;
    }

    .md\:-ml-7 {
        margin-left: -1.75rem;
    }

    .md\:-ml-8 {
        margin-left: -2rem;
    }

    .md\:-ml-9 {
        margin-left: -2.25rem;
    }

    .md\:-ml-10 {
        margin-left: -2.5rem;
    }

    .md\:-ml-11 {
        margin-left: -2.75rem;
    }

    .md\:-ml-12 {
        margin-left: -3rem;
    }

    .md\:-ml-14 {
        margin-left: -3.5rem;
    }

    .md\:-ml-16 {
        margin-left: -4rem;
    }

    .md\:-ml-18 {
        margin-left: -4.375rem;
    }

    .md\:-ml-19 {
        margin-left: -76px;
    }

    .md\:-ml-20 {
        margin-left: -5rem;
    }

    .md\:-ml-24 {
        margin-left: -6rem;
    }

    .md\:-ml-28 {
        margin-left: -7rem;
    }

    .md\:-ml-30 {
        margin-left: -120px;
    }

    .md\:-ml-32 {
        margin-left: -8rem;
    }

    .md\:-ml-36 {
        margin-left: -9rem;
    }

    .md\:-ml-40 {
        margin-left: -10rem;
    }

    .md\:-ml-44 {
        margin-left: -11rem;
    }

    .md\:-ml-48 {
        margin-left: -12rem;
    }

    .md\:-ml-52 {
        margin-left: -13rem;
    }

    .md\:-ml-56 {
        margin-left: -14rem;
    }

    .md\:-ml-60 {
        margin-left: -15rem;
    }

    .md\:-ml-64 {
        margin-left: -16rem;
    }

    .md\:-ml-72 {
        margin-left: -18rem;
    }

    .md\:-ml-80 {
        margin-left: -20rem;
    }

    .md\:-ml-96 {
        margin-left: -24rem;
    }

    .md\:-ml-px {
        margin-left: -1px;
    }

    .md\:-ml-0\.5 {
        margin-left: -0.125rem;
    }

    .md\:-ml-1\.5 {
        margin-left: -0.375rem;
    }

    .md\:-ml-2\.5 {
        margin-left: -0.625rem;
    }

    .md\:-ml-3\.5 {
        margin-left: -0.875rem;
    }

    .md\:-ml-5p {
        margin-left: -5px;
    }

    .md\:-ml-10p {
        margin-left: -10px;
    }

    .md\:-ml-14p {
        margin-left: -14px;
    }

    .md\:-ml-15p {
        margin-left: -15px;
    }

    .md\:-ml-15_2 {
        margin-left: -60px;
    }

    .md\:-ml-16_1 {
        margin-left: -52px;
    }

    .md\:-ml-16p {
        margin-left: -16px;
    }

    .md\:-ml-25p {
        margin-left: -25px;
    }

    .md\:-ml-48p {
        margin-left: -48%;
    }

    .md\:-ml-52p {
        margin-left: -52%;
    }

    .md\:box-border {
        box-sizing: border-box;
    }

    .md\:box-content {
        box-sizing: content-box;
    }

    .md\:block {
        display: block;
    }

    .md\:inline-block {
        display: inline-block;
    }

    .md\:inline {
        display: inline;
    }

    .md\:flex {
        display: flex;
    }

    .md\:inline-flex {
        display: inline-flex;
    }

    .md\:table {
        display: table;
    }

    .md\:inline-table {
        display: inline-table;
    }

    .md\:table-caption {
        display: table-caption;
    }

    .md\:table-cell {
        display: table-cell;
    }

    .md\:table-column {
        display: table-column;
    }

    .md\:table-column-group {
        display: table-column-group;
    }

    .md\:table-footer-group {
        display: table-footer-group;
    }

    .md\:table-header-group {
        display: table-header-group;
    }

    .md\:table-row-group {
        display: table-row-group;
    }

    .md\:table-row {
        display: table-row;
    }

    .md\:flow-root {
        display: flow-root;
    }

    .md\:grid {
        display: grid;
    }

    .md\:inline-grid {
        display: inline-grid;
    }

    .md\:contents {
        display: contents;
    }

    .md\:list-item {
        display: list-item;
    }

    .md\:hidden {
        display: none;
    }

    .md\:h-0 {
        height: 0px;
    }

    .md\:h-1 {
        height: 0.25rem;
    }

    .md\:h-2 {
        height: 0.5rem;
    }

    .md\:h-3 {
        height: 0.75rem;
    }

    .md\:h-4 {
        height: 1rem;
    }

    .md\:h-5 {
        height: 1.25rem;
    }

    .md\:h-6 {
        height: 1.5rem;
    }

    .md\:h-7 {
        height: 1.75rem;
    }

    .md\:h-8 {
        height: 2rem;
    }

    .md\:h-9 {
        height: 2.25rem;
    }

    .md\:h-10 {
        height: 2.5rem;
    }

    .md\:h-11 {
        height: 2.75rem;
    }

    .md\:h-12 {
        height: 3rem;
    }

    .md\:h-14 {
        height: 3.5rem;
    }

    .md\:h-16 {
        height: 4rem;
    }

    .md\:h-18 {
        height: 4.375rem;
    }

    .md\:h-19 {
        height: 76px;
    }

    .md\:h-20 {
        height: 5rem;
    }

    .md\:h-24 {
        height: 6rem;
    }

    .md\:h-28 {
        height: 7rem;
    }

    .md\:h-30 {
        height: 120px;
    }

    .md\:h-32 {
        height: 8rem;
    }

    .md\:h-36 {
        height: 9rem;
    }

    .md\:h-40 {
        height: 10rem;
    }

    .md\:h-44 {
        height: 11rem;
    }

    .md\:h-48 {
        height: 12rem;
    }

    .md\:h-52 {
        height: 13rem;
    }

    .md\:h-56 {
        height: 14rem;
    }

    .md\:h-60 {
        height: 15rem;
    }

    .md\:h-64 {
        height: 16rem;
    }

    .md\:h-72 {
        height: 18rem;
    }

    .md\:h-80 {
        height: 20rem;
    }

    .md\:h-96 {
        height: 24rem;
    }

    .md\:h-auto {
        height: auto;
    }

    .md\:h-px {
        height: 1px;
    }

    .md\:h-0\.5 {
        height: 0.125rem;
    }

    .md\:h-1\.5 {
        height: 0.375rem;
    }

    .md\:h-2\.5 {
        height: 0.625rem;
    }

    .md\:h-3\.5 {
        height: 0.875rem;
    }

    .md\:h-5p {
        height: 5px;
    }

    .md\:h-10p {
        height: 10px;
    }

    .md\:h-14p {
        height: 14px;
    }

    .md\:h-15p {
        height: 15px;
    }

    .md\:h-15_2 {
        height: 60px;
    }

    .md\:h-16_1 {
        height: 52px;
    }

    .md\:h-16p {
        height: 16px;
    }

    .md\:h-25p {
        height: 25px;
    }

    .md\:h-48p {
        height: 48%;
    }

    .md\:h-52p {
        height: 52%;
    }

    .md\:h-1\/2 {
        height: 50%;
    }

    .md\:h-1\/3 {
        height: 33.333333%;
    }

    .md\:h-2\/3 {
        height: 66.666667%;
    }

    .md\:h-1\/4 {
        height: 25%;
    }

    .md\:h-2\/4 {
        height: 50%;
    }

    .md\:h-3\/4 {
        height: 75%;
    }

    .md\:h-1\/5 {
        height: 20%;
    }

    .md\:h-2\/5 {
        height: 40%;
    }

    .md\:h-3\/5 {
        height: 60%;
    }

    .md\:h-4\/5 {
        height: 80%;
    }

    .md\:h-1\/6 {
        height: 16.666667%;
    }

    .md\:h-2\/6 {
        height: 33.333333%;
    }

    .md\:h-3\/6 {
        height: 50%;
    }

    .md\:h-4\/6 {
        height: 66.666667%;
    }

    .md\:h-5\/6 {
        height: 83.333333%;
    }

    .md\:h-full {
        height: 100%;
    }

    .md\:h-screen {
        height: 100vh;
    }

    .md\:max-h-0 {
        max-height: 0px;
    }

    .md\:max-h-1 {
        max-height: 0.25rem;
    }

    .md\:max-h-2 {
        max-height: 0.5rem;
    }

    .md\:max-h-3 {
        max-height: 0.75rem;
    }

    .md\:max-h-4 {
        max-height: 1rem;
    }

    .md\:max-h-5 {
        max-height: 1.25rem;
    }

    .md\:max-h-6 {
        max-height: 1.5rem;
    }

    .md\:max-h-7 {
        max-height: 1.75rem;
    }

    .md\:max-h-8 {
        max-height: 2rem;
    }

    .md\:max-h-9 {
        max-height: 2.25rem;
    }

    .md\:max-h-10 {
        max-height: 2.5rem;
    }

    .md\:max-h-11 {
        max-height: 2.75rem;
    }

    .md\:max-h-12 {
        max-height: 3rem;
    }

    .md\:max-h-14 {
        max-height: 3.5rem;
    }

    .md\:max-h-16 {
        max-height: 4rem;
    }

    .md\:max-h-18 {
        max-height: 4.375rem;
    }

    .md\:max-h-19 {
        max-height: 76px;
    }

    .md\:max-h-20 {
        max-height: 5rem;
    }

    .md\:max-h-24 {
        max-height: 6rem;
    }

    .md\:max-h-28 {
        max-height: 7rem;
    }

    .md\:max-h-30 {
        max-height: 120px;
    }

    .md\:max-h-32 {
        max-height: 8rem;
    }

    .md\:max-h-36 {
        max-height: 9rem;
    }

    .md\:max-h-40 {
        max-height: 10rem;
    }

    .md\:max-h-44 {
        max-height: 11rem;
    }

    .md\:max-h-48 {
        max-height: 12rem;
    }

    .md\:max-h-52 {
        max-height: 13rem;
    }

    .md\:max-h-56 {
        max-height: 14rem;
    }

    .md\:max-h-60 {
        max-height: 15rem;
    }

    .md\:max-h-64 {
        max-height: 16rem;
    }

    .md\:max-h-72 {
        max-height: 18rem;
    }

    .md\:max-h-80 {
        max-height: 20rem;
    }

    .md\:max-h-96 {
        max-height: 24rem;
    }

    .md\:max-h-px {
        max-height: 1px;
    }

    .md\:max-h-0\.5 {
        max-height: 0.125rem;
    }

    .md\:max-h-1\.5 {
        max-height: 0.375rem;
    }

    .md\:max-h-2\.5 {
        max-height: 0.625rem;
    }

    .md\:max-h-3\.5 {
        max-height: 0.875rem;
    }

    .md\:max-h-5p {
        max-height: 5px;
    }

    .md\:max-h-10p {
        max-height: 10px;
    }

    .md\:max-h-14p {
        max-height: 14px;
    }

    .md\:max-h-15p {
        max-height: 15px;
    }

    .md\:max-h-15_2 {
        max-height: 60px;
    }

    .md\:max-h-16_1 {
        max-height: 52px;
    }

    .md\:max-h-16p {
        max-height: 16px;
    }

    .md\:max-h-25p {
        max-height: 25px;
    }

    .md\:max-h-48p {
        max-height: 48%;
    }

    .md\:max-h-52p {
        max-height: 52%;
    }

    .md\:max-h-full {
        max-height: 100%;
    }

    .md\:max-h-screen {
        max-height: 100vh;
    }

    .md\:min-h-0 {
        min-height: 0px;
    }

    .md\:min-h-full {
        min-height: 100%;
    }

    .md\:min-h-screen {
        min-height: 100vh;
    }

    .md\:w-0 {
        width: 0px;
    }

    .md\:w-1 {
        width: 0.25rem;
    }

    .md\:w-2 {
        width: 0.5rem;
    }

    .md\:w-3 {
        width: 0.75rem;
    }

    .md\:w-4 {
        width: 1rem;
    }

    .md\:w-5 {
        width: 1.25rem;
    }

    .md\:w-6 {
        width: 1.5rem;
    }

    .md\:w-7 {
        width: 1.75rem;
    }

    .md\:w-8 {
        width: 2rem;
    }

    .md\:w-9 {
        width: 2.25rem;
    }

    .md\:w-10 {
        width: 2.5rem;
    }

    .md\:w-11 {
        width: 2.75rem;
    }

    .md\:w-12 {
        width: 3rem;
    }

    .md\:w-14 {
        width: 3.5rem;
    }

    .md\:w-16 {
        width: 4rem;
    }

    .md\:w-18 {
        width: 4.375rem;
    }

    .md\:w-19 {
        width: 76px;
    }

    .md\:w-20 {
        width: 5rem;
    }

    .md\:w-24 {
        width: 6rem;
    }

    .md\:w-28 {
        width: 7rem;
    }

    .md\:w-30 {
        width: 120px;
    }

    .md\:w-32 {
        width: 8rem;
    }

    .md\:w-36 {
        width: 9rem;
    }

    .md\:w-40 {
        width: 10rem;
    }

    .md\:w-44 {
        width: 11rem;
    }

    .md\:w-48 {
        width: 12rem;
    }

    .md\:w-52 {
        width: 13rem;
    }

    .md\:w-56 {
        width: 14rem;
    }

    .md\:w-60 {
        width: 15rem;
    }

    .md\:w-64 {
        width: 16rem;
    }

    .md\:w-72 {
        width: 18rem;
    }

    .md\:w-80 {
        width: 20rem;
    }

    .md\:w-96 {
        width: 24rem;
    }

    .md\:w-auto {
        width: auto;
    }

    .md\:w-px {
        width: 1px;
    }

    .md\:w-0\.5 {
        width: 0.125rem;
    }

    .md\:w-1\.5 {
        width: 0.375rem;
    }

    .md\:w-2\.5 {
        width: 0.625rem;
    }

    .md\:w-3\.5 {
        width: 0.875rem;
    }

    .md\:w-5p {
        width: 5px;
    }

    .md\:w-10p {
        width: 10px;
    }

    .md\:w-14p {
        width: 14px;
    }

    .md\:w-15p {
        width: 15px;
    }

    .md\:w-15_2 {
        width: 60px;
    }

    .md\:w-16_1 {
        width: 52px;
    }

    .md\:w-16p {
        width: 16px;
    }

    .md\:w-25p {
        width: 25px;
    }

    .md\:w-48p {
        width: 48%;
    }

    .md\:w-52p {
        width: 52%;
    }

    .md\:w-1\/2 {
        width: 50%;
    }

    .md\:w-1\/3 {
        width: 33.333333%;
    }

    .md\:w-2\/3 {
        width: 66.666667%;
    }

    .md\:w-1\/4 {
        width: 25%;
    }

    .md\:w-2\/4 {
        width: 50%;
    }

    .md\:w-3\/4 {
        width: 75%;
    }

    .md\:w-1\/5 {
        width: 20%;
    }

    .md\:w-2\/5 {
        width: 40%;
    }

    .md\:w-3\/5 {
        width: 60%;
    }

    .md\:w-4\/5 {
        width: 80%;
    }

    .md\:w-1\/6 {
        width: 16.666667%;
    }

    .md\:w-2\/6 {
        width: 33.333333%;
    }

    .md\:w-3\/6 {
        width: 50%;
    }

    .md\:w-4\/6 {
        width: 66.666667%;
    }

    .md\:w-5\/6 {
        width: 83.333333%;
    }

    .md\:w-1\/12 {
        width: 8.333333%;
    }

    .md\:w-2\/12 {
        width: 16.666667%;
    }

    .md\:w-3\/12 {
        width: 25%;
    }

    .md\:w-4\/12 {
        width: 33.333333%;
    }

    .md\:w-5\/12 {
        width: 41.666667%;
    }

    .md\:w-6\/12 {
        width: 50%;
    }

    .md\:w-7\/12 {
        width: 58.333333%;
    }

    .md\:w-8\/12 {
        width: 66.666667%;
    }

    .md\:w-9\/12 {
        width: 75%;
    }

    .md\:w-10\/12 {
        width: 83.333333%;
    }

    .md\:w-11\/12 {
        width: 91.666667%;
    }

    .md\:w-full {
        width: 100%;
    }

    .md\:w-screen {
        width: 100vw;
    }

    .md\:w-min {
        width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content;
    }

    .md\:w-max {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .md\:w-51\% {
        width: 51%;
    }

    .md\:w-49\% {
        width: 49%;
    }

    .md\:min-w-0 {
        min-width: 0px;
    }

    .md\:min-w-full {
        min-width: 100%;
    }

    .md\:min-w-min {
        min-width: -webkit-min-content;
        min-width: -moz-min-content;
        min-width: min-content;
    }

    .md\:min-w-max {
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
    }

    .md\:max-w-0 {
        max-width: 0rem;
    }

    .md\:max-w-none {
        max-width: none;
    }

    .md\:max-w-xs {
        max-width: 20rem;
    }

    .md\:max-w-sm {
        max-width: 24rem;
    }

    .md\:max-w-md {
        max-width: 28rem;
    }

    .md\:max-w-lg {
        max-width: 32rem;
    }

    .md\:max-w-xl {
        max-width: 36rem;
    }

    .md\:max-w-2xl {
        max-width: 42rem;
    }

    .md\:max-w-3xl {
        max-width: 48rem;
    }

    .md\:max-w-4xl {
        max-width: 56rem;
    }

    .md\:max-w-5xl {
        max-width: 64rem;
    }

    .md\:max-w-6xl {
        max-width: 72rem;
    }

    .md\:max-w-7xl {
        max-width: 80rem;
    }

    .md\:max-w-full {
        max-width: 100%;
    }

    .md\:max-w-min {
        max-width: -webkit-min-content;
        max-width: -moz-min-content;
        max-width: min-content;
    }

    .md\:max-w-max {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }

    .md\:max-w-prose {
        max-width: 65ch;
    }

    .md\:max-w-screen-sm {
        max-width: 600px;
    }

    .md\:max-w-screen-md {
        max-width: 768px;
    }

    .md\:max-w-screen-lg {
        max-width: 992px;
    }

    .md\:max-w-screen-xl {
        max-width: 1280px;
    }

    .md\:max-w-screen-2xl {
        max-width: 1536px;
    }

    .md\:max-w-1\.5xl {
        max-width: 40rem;
    }

    .md\:max-w-3\.5xl {
        max-width: 51.5rem;
    }

    .md\:max-w-4\.5xl {
        max-width: 62.5rem;
    }

    .md\:max-w-thumb {
        max-width: 11.375rem;
    }

    .md\:max-w-discription {
        max-width: 248px;
    }

    .md\:max-w-5\.5xl {
        max-width: 1132px;
    }

    .md\:flex-1 {
        flex: 1 1 0%;
    }

    .md\:flex-auto {
        flex: 1 1 auto;
    }

    .md\:flex-initial {
        flex: 0 1 auto;
    }

    .md\:flex-none {
        flex: none;
    }

    .md\:flex-shrink-0 {
        flex-shrink: 0;
    }

    .md\:flex-shrink {
        flex-shrink: 1;
    }

    .md\:flex-grow-0 {
        flex-grow: 0;
    }

    .md\:flex-grow {
        flex-grow: 1;
    }

    .md\:table-auto {
        table-layout: auto;
    }

    .md\:table-fixed {
        table-layout: fixed;
    }

    .md\:border-collapse {
        border-collapse: collapse;
    }

    .md\:border-separate {
        border-collapse: separate;
    }

    .md\:origin-center {
        transform-origin: center;
    }

    .md\:origin-top {
        transform-origin: top;
    }

    .md\:origin-top-right {
        transform-origin: top right;
    }

    .md\:origin-right {
        transform-origin: right;
    }

    .md\:origin-bottom-right {
        transform-origin: bottom right;
    }

    .md\:origin-bottom {
        transform-origin: bottom;
    }

    .md\:origin-bottom-left {
        transform-origin: bottom left;
    }

    .md\:origin-left {
        transform-origin: left;
    }

    .md\:origin-top-left {
        transform-origin: top left;
    }

    .md\:transform {
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        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));
    }

    .md\:transform-gpu {
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        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));
    }

    .md\:transform-none {
        transform: none;
    }

    .md\:translate-x-0 {
        --tw-translate-x: 0px;
    }

    .md\:translate-x-1 {
        --tw-translate-x: 0.25rem;
    }

    .md\:translate-x-2 {
        --tw-translate-x: 0.5rem;
    }

    .md\:translate-x-3 {
        --tw-translate-x: 0.75rem;
    }

    .md\:translate-x-4 {
        --tw-translate-x: 1rem;
    }

    .md\:translate-x-5 {
        --tw-translate-x: 1.25rem;
    }

    .md\:translate-x-6 {
        --tw-translate-x: 1.5rem;
    }

    .md\:translate-x-7 {
        --tw-translate-x: 1.75rem;
    }

    .md\:translate-x-8 {
        --tw-translate-x: 2rem;
    }

    .md\:translate-x-9 {
        --tw-translate-x: 2.25rem;
    }

    .md\:translate-x-10 {
        --tw-translate-x: 2.5rem;
    }

    .md\:translate-x-11 {
        --tw-translate-x: 2.75rem;
    }

    .md\:translate-x-12 {
        --tw-translate-x: 3rem;
    }

    .md\:translate-x-14 {
        --tw-translate-x: 3.5rem;
    }

    .md\:translate-x-16 {
        --tw-translate-x: 4rem;
    }

    .md\:translate-x-18 {
        --tw-translate-x: 4.375rem;
    }

    .md\:translate-x-19 {
        --tw-translate-x: 76px;
    }

    .md\:translate-x-20 {
        --tw-translate-x: 5rem;
    }

    .md\:translate-x-24 {
        --tw-translate-x: 6rem;
    }

    .md\:translate-x-28 {
        --tw-translate-x: 7rem;
    }

    .md\:translate-x-30 {
        --tw-translate-x: 120px;
    }

    .md\:translate-x-32 {
        --tw-translate-x: 8rem;
    }

    .md\:translate-x-36 {
        --tw-translate-x: 9rem;
    }

    .md\:translate-x-40 {
        --tw-translate-x: 10rem;
    }

    .md\:translate-x-44 {
        --tw-translate-x: 11rem;
    }

    .md\:translate-x-48 {
        --tw-translate-x: 12rem;
    }

    .md\:translate-x-52 {
        --tw-translate-x: 13rem;
    }

    .md\:translate-x-56 {
        --tw-translate-x: 14rem;
    }

    .md\:translate-x-60 {
        --tw-translate-x: 15rem;
    }

    .md\:translate-x-64 {
        --tw-translate-x: 16rem;
    }

    .md\:translate-x-72 {
        --tw-translate-x: 18rem;
    }

    .md\:translate-x-80 {
        --tw-translate-x: 20rem;
    }

    .md\:translate-x-96 {
        --tw-translate-x: 24rem;
    }

    .md\:translate-x-px {
        --tw-translate-x: 1px;
    }

    .md\:translate-x-0\.5 {
        --tw-translate-x: 0.125rem;
    }

    .md\:translate-x-1\.5 {
        --tw-translate-x: 0.375rem;
    }

    .md\:translate-x-2\.5 {
        --tw-translate-x: 0.625rem;
    }

    .md\:translate-x-3\.5 {
        --tw-translate-x: 0.875rem;
    }

    .md\:translate-x-5p {
        --tw-translate-x: 5px;
    }

    .md\:translate-x-10p {
        --tw-translate-x: 10px;
    }

    .md\:translate-x-14p {
        --tw-translate-x: 14px;
    }

    .md\:translate-x-15p {
        --tw-translate-x: 15px;
    }

    .md\:translate-x-15_2 {
        --tw-translate-x: 60px;
    }

    .md\:translate-x-16_1 {
        --tw-translate-x: 52px;
    }

    .md\:translate-x-16p {
        --tw-translate-x: 16px;
    }

    .md\:translate-x-25p {
        --tw-translate-x: 25px;
    }

    .md\:translate-x-48p {
        --tw-translate-x: 48%;
    }

    .md\:translate-x-52p {
        --tw-translate-x: 52%;
    }

    .md\:-translate-x-0 {
        --tw-translate-x: 0px;
    }

    .md\:-translate-x-1 {
        --tw-translate-x: -0.25rem;
    }

    .md\:-translate-x-2 {
        --tw-translate-x: -0.5rem;
    }

    .md\:-translate-x-3 {
        --tw-translate-x: -0.75rem;
    }

    .md\:-translate-x-4 {
        --tw-translate-x: -1rem;
    }

    .md\:-translate-x-5 {
        --tw-translate-x: -1.25rem;
    }

    .md\:-translate-x-6 {
        --tw-translate-x: -1.5rem;
    }

    .md\:-translate-x-7 {
        --tw-translate-x: -1.75rem;
    }

    .md\:-translate-x-8 {
        --tw-translate-x: -2rem;
    }

    .md\:-translate-x-9 {
        --tw-translate-x: -2.25rem;
    }

    .md\:-translate-x-10 {
        --tw-translate-x: -2.5rem;
    }

    .md\:-translate-x-11 {
        --tw-translate-x: -2.75rem;
    }

    .md\:-translate-x-12 {
        --tw-translate-x: -3rem;
    }

    .md\:-translate-x-14 {
        --tw-translate-x: -3.5rem;
    }

    .md\:-translate-x-16 {
        --tw-translate-x: -4rem;
    }

    .md\:-translate-x-18 {
        --tw-translate-x: -4.375rem;
    }

    .md\:-translate-x-19 {
        --tw-translate-x: -76px;
    }

    .md\:-translate-x-20 {
        --tw-translate-x: -5rem;
    }

    .md\:-translate-x-24 {
        --tw-translate-x: -6rem;
    }

    .md\:-translate-x-28 {
        --tw-translate-x: -7rem;
    }

    .md\:-translate-x-30 {
        --tw-translate-x: -120px;
    }

    .md\:-translate-x-32 {
        --tw-translate-x: -8rem;
    }

    .md\:-translate-x-36 {
        --tw-translate-x: -9rem;
    }

    .md\:-translate-x-40 {
        --tw-translate-x: -10rem;
    }

    .md\:-translate-x-44 {
        --tw-translate-x: -11rem;
    }

    .md\:-translate-x-48 {
        --tw-translate-x: -12rem;
    }

    .md\:-translate-x-52 {
        --tw-translate-x: -13rem;
    }

    .md\:-translate-x-56 {
        --tw-translate-x: -14rem;
    }

    .md\:-translate-x-60 {
        --tw-translate-x: -15rem;
    }

    .md\:-translate-x-64 {
        --tw-translate-x: -16rem;
    }

    .md\:-translate-x-72 {
        --tw-translate-x: -18rem;
    }

    .md\:-translate-x-80 {
        --tw-translate-x: -20rem;
    }

    .md\:-translate-x-96 {
        --tw-translate-x: -24rem;
    }

    .md\:-translate-x-px {
        --tw-translate-x: -1px;
    }

    .md\:-translate-x-0\.5 {
        --tw-translate-x: -0.125rem;
    }

    .md\:-translate-x-1\.5 {
        --tw-translate-x: -0.375rem;
    }

    .md\:-translate-x-2\.5 {
        --tw-translate-x: -0.625rem;
    }

    .md\:-translate-x-3\.5 {
        --tw-translate-x: -0.875rem;
    }

    .md\:-translate-x-5p {
        --tw-translate-x: -5px;
    }

    .md\:-translate-x-10p {
        --tw-translate-x: -10px;
    }

    .md\:-translate-x-14p {
        --tw-translate-x: -14px;
    }

    .md\:-translate-x-15p {
        --tw-translate-x: -15px;
    }

    .md\:-translate-x-15_2 {
        --tw-translate-x: -60px;
    }

    .md\:-translate-x-16_1 {
        --tw-translate-x: -52px;
    }

    .md\:-translate-x-16p {
        --tw-translate-x: -16px;
    }

    .md\:-translate-x-25p {
        --tw-translate-x: -25px;
    }

    .md\:-translate-x-48p {
        --tw-translate-x: -48%;
    }

    .md\:-translate-x-52p {
        --tw-translate-x: -52%;
    }

    .md\:translate-x-1\/2 {
        --tw-translate-x: 50%;
    }

    .md\:translate-x-1\/3 {
        --tw-translate-x: 33.333333%;
    }

    .md\:translate-x-2\/3 {
        --tw-translate-x: 66.666667%;
    }

    .md\:translate-x-1\/4 {
        --tw-translate-x: 25%;
    }

    .md\:translate-x-2\/4 {
        --tw-translate-x: 50%;
    }

    .md\:translate-x-3\/4 {
        --tw-translate-x: 75%;
    }

    .md\:translate-x-full {
        --tw-translate-x: 100%;
    }

    .md\:-translate-x-1\/2 {
        --tw-translate-x: -50%;
    }

    .md\:-translate-x-1\/3 {
        --tw-translate-x: -33.333333%;
    }

    .md\:-translate-x-2\/3 {
        --tw-translate-x: -66.666667%;
    }

    .md\:-translate-x-1\/4 {
        --tw-translate-x: -25%;
    }

    .md\:-translate-x-2\/4 {
        --tw-translate-x: -50%;
    }

    .md\:-translate-x-3\/4 {
        --tw-translate-x: -75%;
    }

    .md\:-translate-x-full {
        --tw-translate-x: -100%;
    }

    .md\:translate-y-0 {
        --tw-translate-y: 0px;
    }

    .md\:translate-y-1 {
        --tw-translate-y: 0.25rem;
    }

    .md\:translate-y-2 {
        --tw-translate-y: 0.5rem;
    }

    .md\:translate-y-3 {
        --tw-translate-y: 0.75rem;
    }

    .md\:translate-y-4 {
        --tw-translate-y: 1rem;
    }

    .md\:translate-y-5 {
        --tw-translate-y: 1.25rem;
    }

    .md\:translate-y-6 {
        --tw-translate-y: 1.5rem;
    }

    .md\:translate-y-7 {
        --tw-translate-y: 1.75rem;
    }

    .md\:translate-y-8 {
        --tw-translate-y: 2rem;
    }

    .md\:translate-y-9 {
        --tw-translate-y: 2.25rem;
    }

    .md\:translate-y-10 {
        --tw-translate-y: 2.5rem;
    }

    .md\:translate-y-11 {
        --tw-translate-y: 2.75rem;
    }

    .md\:translate-y-12 {
        --tw-translate-y: 3rem;
    }

    .md\:translate-y-14 {
        --tw-translate-y: 3.5rem;
    }

    .md\:translate-y-16 {
        --tw-translate-y: 4rem;
    }

    .md\:translate-y-18 {
        --tw-translate-y: 4.375rem;
    }

    .md\:translate-y-19 {
        --tw-translate-y: 76px;
    }

    .md\:translate-y-20 {
        --tw-translate-y: 5rem;
    }

    .md\:translate-y-24 {
        --tw-translate-y: 6rem;
    }

    .md\:translate-y-28 {
        --tw-translate-y: 7rem;
    }

    .md\:translate-y-30 {
        --tw-translate-y: 120px;
    }

    .md\:translate-y-32 {
        --tw-translate-y: 8rem;
    }

    .md\:translate-y-36 {
        --tw-translate-y: 9rem;
    }

    .md\:translate-y-40 {
        --tw-translate-y: 10rem;
    }

    .md\:translate-y-44 {
        --tw-translate-y: 11rem;
    }

    .md\:translate-y-48 {
        --tw-translate-y: 12rem;
    }

    .md\:translate-y-52 {
        --tw-translate-y: 13rem;
    }

    .md\:translate-y-56 {
        --tw-translate-y: 14rem;
    }

    .md\:translate-y-60 {
        --tw-translate-y: 15rem;
    }

    .md\:translate-y-64 {
        --tw-translate-y: 16rem;
    }

    .md\:translate-y-72 {
        --tw-translate-y: 18rem;
    }

    .md\:translate-y-80 {
        --tw-translate-y: 20rem;
    }

    .md\:translate-y-96 {
        --tw-translate-y: 24rem;
    }

    .md\:translate-y-px {
        --tw-translate-y: 1px;
    }

    .md\:translate-y-0\.5 {
        --tw-translate-y: 0.125rem;
    }

    .md\:translate-y-1\.5 {
        --tw-translate-y: 0.375rem;
    }

    .md\:translate-y-2\.5 {
        --tw-translate-y: 0.625rem;
    }

    .md\:translate-y-3\.5 {
        --tw-translate-y: 0.875rem;
    }

    .md\:translate-y-5p {
        --tw-translate-y: 5px;
    }

    .md\:translate-y-10p {
        --tw-translate-y: 10px;
    }

    .md\:translate-y-14p {
        --tw-translate-y: 14px;
    }

    .md\:translate-y-15p {
        --tw-translate-y: 15px;
    }

    .md\:translate-y-15_2 {
        --tw-translate-y: 60px;
    }

    .md\:translate-y-16_1 {
        --tw-translate-y: 52px;
    }

    .md\:translate-y-16p {
        --tw-translate-y: 16px;
    }

    .md\:translate-y-25p {
        --tw-translate-y: 25px;
    }

    .md\:translate-y-48p {
        --tw-translate-y: 48%;
    }

    .md\:translate-y-52p {
        --tw-translate-y: 52%;
    }

    .md\:-translate-y-0 {
        --tw-translate-y: 0px;
    }

    .md\:-translate-y-1 {
        --tw-translate-y: -0.25rem;
    }

    .md\:-translate-y-2 {
        --tw-translate-y: -0.5rem;
    }

    .md\:-translate-y-3 {
        --tw-translate-y: -0.75rem;
    }

    .md\:-translate-y-4 {
        --tw-translate-y: -1rem;
    }

    .md\:-translate-y-5 {
        --tw-translate-y: -1.25rem;
    }

    .md\:-translate-y-6 {
        --tw-translate-y: -1.5rem;
    }

    .md\:-translate-y-7 {
        --tw-translate-y: -1.75rem;
    }

    .md\:-translate-y-8 {
        --tw-translate-y: -2rem;
    }

    .md\:-translate-y-9 {
        --tw-translate-y: -2.25rem;
    }

    .md\:-translate-y-10 {
        --tw-translate-y: -2.5rem;
    }

    .md\:-translate-y-11 {
        --tw-translate-y: -2.75rem;
    }

    .md\:-translate-y-12 {
        --tw-translate-y: -3rem;
    }

    .md\:-translate-y-14 {
        --tw-translate-y: -3.5rem;
    }

    .md\:-translate-y-16 {
        --tw-translate-y: -4rem;
    }

    .md\:-translate-y-18 {
        --tw-translate-y: -4.375rem;
    }

    .md\:-translate-y-19 {
        --tw-translate-y: -76px;
    }

    .md\:-translate-y-20 {
        --tw-translate-y: -5rem;
    }

    .md\:-translate-y-24 {
        --tw-translate-y: -6rem;
    }

    .md\:-translate-y-28 {
        --tw-translate-y: -7rem;
    }

    .md\:-translate-y-30 {
        --tw-translate-y: -120px;
    }

    .md\:-translate-y-32 {
        --tw-translate-y: -8rem;
    }

    .md\:-translate-y-36 {
        --tw-translate-y: -9rem;
    }

    .md\:-translate-y-40 {
        --tw-translate-y: -10rem;
    }

    .md\:-translate-y-44 {
        --tw-translate-y: -11rem;
    }

    .md\:-translate-y-48 {
        --tw-translate-y: -12rem;
    }

    .md\:-translate-y-52 {
        --tw-translate-y: -13rem;
    }

    .md\:-translate-y-56 {
        --tw-translate-y: -14rem;
    }

    .md\:-translate-y-60 {
        --tw-translate-y: -15rem;
    }

    .md\:-translate-y-64 {
        --tw-translate-y: -16rem;
    }

    .md\:-translate-y-72 {
        --tw-translate-y: -18rem;
    }

    .md\:-translate-y-80 {
        --tw-translate-y: -20rem;
    }

    .md\:-translate-y-96 {
        --tw-translate-y: -24rem;
    }

    .md\:-translate-y-px {
        --tw-translate-y: -1px;
    }

    .md\:-translate-y-0\.5 {
        --tw-translate-y: -0.125rem;
    }

    .md\:-translate-y-1\.5 {
        --tw-translate-y: -0.375rem;
    }

    .md\:-translate-y-2\.5 {
        --tw-translate-y: -0.625rem;
    }

    .md\:-translate-y-3\.5 {
        --tw-translate-y: -0.875rem;
    }

    .md\:-translate-y-5p {
        --tw-translate-y: -5px;
    }

    .md\:-translate-y-10p {
        --tw-translate-y: -10px;
    }

    .md\:-translate-y-14p {
        --tw-translate-y: -14px;
    }

    .md\:-translate-y-15p {
        --tw-translate-y: -15px;
    }

    .md\:-translate-y-15_2 {
        --tw-translate-y: -60px;
    }

    .md\:-translate-y-16_1 {
        --tw-translate-y: -52px;
    }

    .md\:-translate-y-16p {
        --tw-translate-y: -16px;
    }

    .md\:-translate-y-25p {
        --tw-translate-y: -25px;
    }

    .md\:-translate-y-48p {
        --tw-translate-y: -48%;
    }

    .md\:-translate-y-52p {
        --tw-translate-y: -52%;
    }

    .md\:translate-y-1\/2 {
        --tw-translate-y: 50%;
    }

    .md\:translate-y-1\/3 {
        --tw-translate-y: 33.333333%;
    }

    .md\:translate-y-2\/3 {
        --tw-translate-y: 66.666667%;
    }

    .md\:translate-y-1\/4 {
        --tw-translate-y: 25%;
    }

    .md\:translate-y-2\/4 {
        --tw-translate-y: 50%;
    }

    .md\:translate-y-3\/4 {
        --tw-translate-y: 75%;
    }

    .md\:translate-y-full {
        --tw-translate-y: 100%;
    }

    .md\:-translate-y-1\/2 {
        --tw-translate-y: -50%;
    }

    .md\:-translate-y-1\/3 {
        --tw-translate-y: -33.333333%;
    }

    .md\:-translate-y-2\/3 {
        --tw-translate-y: -66.666667%;
    }

    .md\:-translate-y-1\/4 {
        --tw-translate-y: -25%;
    }

    .md\:-translate-y-2\/4 {
        --tw-translate-y: -50%;
    }

    .md\:-translate-y-3\/4 {
        --tw-translate-y: -75%;
    }

    .md\:-translate-y-full {
        --tw-translate-y: -100%;
    }

    .md\:hover\:translate-x-0:hover {
        --tw-translate-x: 0px;
    }

    .md\:hover\:translate-x-1:hover {
        --tw-translate-x: 0.25rem;
    }

    .md\:hover\:translate-x-2:hover {
        --tw-translate-x: 0.5rem;
    }

    .md\:hover\:translate-x-3:hover {
        --tw-translate-x: 0.75rem;
    }

    .md\:hover\:translate-x-4:hover {
        --tw-translate-x: 1rem;
    }

    .md\:hover\:translate-x-5:hover {
        --tw-translate-x: 1.25rem;
    }

    .md\:hover\:translate-x-6:hover {
        --tw-translate-x: 1.5rem;
    }

    .md\:hover\:translate-x-7:hover {
        --tw-translate-x: 1.75rem;
    }

    .md\:hover\:translate-x-8:hover {
        --tw-translate-x: 2rem;
    }

    .md\:hover\:translate-x-9:hover {
        --tw-translate-x: 2.25rem;
    }

    .md\:hover\:translate-x-10:hover {
        --tw-translate-x: 2.5rem;
    }

    .md\:hover\:translate-x-11:hover {
        --tw-translate-x: 2.75rem;
    }

    .md\:hover\:translate-x-12:hover {
        --tw-translate-x: 3rem;
    }

    .md\:hover\:translate-x-14:hover {
        --tw-translate-x: 3.5rem;
    }

    .md\:hover\:translate-x-16:hover {
        --tw-translate-x: 4rem;
    }

    .md\:hover\:translate-x-18:hover {
        --tw-translate-x: 4.375rem;
    }

    .md\:hover\:translate-x-19:hover {
        --tw-translate-x: 76px;
    }

    .md\:hover\:translate-x-20:hover {
        --tw-translate-x: 5rem;
    }

    .md\:hover\:translate-x-24:hover {
        --tw-translate-x: 6rem;
    }

    .md\:hover\:translate-x-28:hover {
        --tw-translate-x: 7rem;
    }

    .md\:hover\:translate-x-30:hover {
        --tw-translate-x: 120px;
    }

    .md\:hover\:translate-x-32:hover {
        --tw-translate-x: 8rem;
    }

    .md\:hover\:translate-x-36:hover {
        --tw-translate-x: 9rem;
    }

    .md\:hover\:translate-x-40:hover {
        --tw-translate-x: 10rem;
    }

    .md\:hover\:translate-x-44:hover {
        --tw-translate-x: 11rem;
    }

    .md\:hover\:translate-x-48:hover {
        --tw-translate-x: 12rem;
    }

    .md\:hover\:translate-x-52:hover {
        --tw-translate-x: 13rem;
    }

    .md\:hover\:translate-x-56:hover {
        --tw-translate-x: 14rem;
    }

    .md\:hover\:translate-x-60:hover {
        --tw-translate-x: 15rem;
    }

    .md\:hover\:translate-x-64:hover {
        --tw-translate-x: 16rem;
    }

    .md\:hover\:translate-x-72:hover {
        --tw-translate-x: 18rem;
    }

    .md\:hover\:translate-x-80:hover {
        --tw-translate-x: 20rem;
    }

    .md\:hover\:translate-x-96:hover {
        --tw-translate-x: 24rem;
    }

    .md\:hover\:translate-x-px:hover {
        --tw-translate-x: 1px;
    }

    .md\:hover\:translate-x-0\.5:hover {
        --tw-translate-x: 0.125rem;
    }

    .md\:hover\:translate-x-1\.5:hover {
        --tw-translate-x: 0.375rem;
    }

    .md\:hover\:translate-x-2\.5:hover {
        --tw-translate-x: 0.625rem;
    }

    .md\:hover\:translate-x-3\.5:hover {
        --tw-translate-x: 0.875rem;
    }

    .md\:hover\:translate-x-5p:hover {
        --tw-translate-x: 5px;
    }

    .md\:hover\:translate-x-10p:hover {
        --tw-translate-x: 10px;
    }

    .md\:hover\:translate-x-14p:hover {
        --tw-translate-x: 14px;
    }

    .md\:hover\:translate-x-15p:hover {
        --tw-translate-x: 15px;
    }

    .md\:hover\:translate-x-15_2:hover {
        --tw-translate-x: 60px;
    }

    .md\:hover\:translate-x-16_1:hover {
        --tw-translate-x: 52px;
    }

    .md\:hover\:translate-x-16p:hover {
        --tw-translate-x: 16px;
    }

    .md\:hover\:translate-x-25p:hover {
        --tw-translate-x: 25px;
    }

    .md\:hover\:translate-x-48p:hover {
        --tw-translate-x: 48%;
    }

    .md\:hover\:translate-x-52p:hover {
        --tw-translate-x: 52%;
    }

    .md\:hover\:-translate-x-0:hover {
        --tw-translate-x: 0px;
    }

    .md\:hover\:-translate-x-1:hover {
        --tw-translate-x: -0.25rem;
    }

    .md\:hover\:-translate-x-2:hover {
        --tw-translate-x: -0.5rem;
    }

    .md\:hover\:-translate-x-3:hover {
        --tw-translate-x: -0.75rem;
    }

    .md\:hover\:-translate-x-4:hover {
        --tw-translate-x: -1rem;
    }

    .md\:hover\:-translate-x-5:hover {
        --tw-translate-x: -1.25rem;
    }

    .md\:hover\:-translate-x-6:hover {
        --tw-translate-x: -1.5rem;
    }

    .md\:hover\:-translate-x-7:hover {
        --tw-translate-x: -1.75rem;
    }

    .md\:hover\:-translate-x-8:hover {
        --tw-translate-x: -2rem;
    }

    .md\:hover\:-translate-x-9:hover {
        --tw-translate-x: -2.25rem;
    }

    .md\:hover\:-translate-x-10:hover {
        --tw-translate-x: -2.5rem;
    }

    .md\:hover\:-translate-x-11:hover {
        --tw-translate-x: -2.75rem;
    }

    .md\:hover\:-translate-x-12:hover {
        --tw-translate-x: -3rem;
    }

    .md\:hover\:-translate-x-14:hover {
        --tw-translate-x: -3.5rem;
    }

    .md\:hover\:-translate-x-16:hover {
        --tw-translate-x: -4rem;
    }

    .md\:hover\:-translate-x-18:hover {
        --tw-translate-x: -4.375rem;
    }

    .md\:hover\:-translate-x-19:hover {
        --tw-translate-x: -76px;
    }

    .md\:hover\:-translate-x-20:hover {
        --tw-translate-x: -5rem;
    }

    .md\:hover\:-translate-x-24:hover {
        --tw-translate-x: -6rem;
    }

    .md\:hover\:-translate-x-28:hover {
        --tw-translate-x: -7rem;
    }

    .md\:hover\:-translate-x-30:hover {
        --tw-translate-x: -120px;
    }

    .md\:hover\:-translate-x-32:hover {
        --tw-translate-x: -8rem;
    }

    .md\:hover\:-translate-x-36:hover {
        --tw-translate-x: -9rem;
    }

    .md\:hover\:-translate-x-40:hover {
        --tw-translate-x: -10rem;
    }

    .md\:hover\:-translate-x-44:hover {
        --tw-translate-x: -11rem;
    }

    .md\:hover\:-translate-x-48:hover {
        --tw-translate-x: -12rem;
    }

    .md\:hover\:-translate-x-52:hover {
        --tw-translate-x: -13rem;
    }

    .md\:hover\:-translate-x-56:hover {
        --tw-translate-x: -14rem;
    }

    .md\:hover\:-translate-x-60:hover {
        --tw-translate-x: -15rem;
    }

    .md\:hover\:-translate-x-64:hover {
        --tw-translate-x: -16rem;
    }

    .md\:hover\:-translate-x-72:hover {
        --tw-translate-x: -18rem;
    }

    .md\:hover\:-translate-x-80:hover {
        --tw-translate-x: -20rem;
    }

    .md\:hover\:-translate-x-96:hover {
        --tw-translate-x: -24rem;
    }

    .md\:hover\:-translate-x-px:hover {
        --tw-translate-x: -1px;
    }

    .md\:hover\:-translate-x-0\.5:hover {
        --tw-translate-x: -0.125rem;
    }

    .md\:hover\:-translate-x-1\.5:hover {
        --tw-translate-x: -0.375rem;
    }

    .md\:hover\:-translate-x-2\.5:hover {
        --tw-translate-x: -0.625rem;
    }

    .md\:hover\:-translate-x-3\.5:hover {
        --tw-translate-x: -0.875rem;
    }

    .md\:hover\:-translate-x-5p:hover {
        --tw-translate-x: -5px;
    }

    .md\:hover\:-translate-x-10p:hover {
        --tw-translate-x: -10px;
    }

    .md\:hover\:-translate-x-14p:hover {
        --tw-translate-x: -14px;
    }

    .md\:hover\:-translate-x-15p:hover {
        --tw-translate-x: -15px;
    }

    .md\:hover\:-translate-x-15_2:hover {
        --tw-translate-x: -60px;
    }

    .md\:hover\:-translate-x-16_1:hover {
        --tw-translate-x: -52px;
    }

    .md\:hover\:-translate-x-16p:hover {
        --tw-translate-x: -16px;
    }

    .md\:hover\:-translate-x-25p:hover {
        --tw-translate-x: -25px;
    }

    .md\:hover\:-translate-x-48p:hover {
        --tw-translate-x: -48%;
    }

    .md\:hover\:-translate-x-52p:hover {
        --tw-translate-x: -52%;
    }

    .md\:hover\:translate-x-1\/2:hover {
        --tw-translate-x: 50%;
    }

    .md\:hover\:translate-x-1\/3:hover {
        --tw-translate-x: 33.333333%;
    }

    .md\:hover\:translate-x-2\/3:hover {
        --tw-translate-x: 66.666667%;
    }

    .md\:hover\:translate-x-1\/4:hover {
        --tw-translate-x: 25%;
    }

    .md\:hover\:translate-x-2\/4:hover {
        --tw-translate-x: 50%;
    }

    .md\:hover\:translate-x-3\/4:hover {
        --tw-translate-x: 75%;
    }

    .md\:hover\:translate-x-full:hover {
        --tw-translate-x: 100%;
    }

    .md\:hover\:-translate-x-1\/2:hover {
        --tw-translate-x: -50%;
    }

    .md\:hover\:-translate-x-1\/3:hover {
        --tw-translate-x: -33.333333%;
    }

    .md\:hover\:-translate-x-2\/3:hover {
        --tw-translate-x: -66.666667%;
    }

    .md\:hover\:-translate-x-1\/4:hover {
        --tw-translate-x: -25%;
    }

    .md\:hover\:-translate-x-2\/4:hover {
        --tw-translate-x: -50%;
    }

    .md\:hover\:-translate-x-3\/4:hover {
        --tw-translate-x: -75%;
    }

    .md\:hover\:-translate-x-full:hover {
        --tw-translate-x: -100%;
    }

    .md\:hover\:translate-y-0:hover {
        --tw-translate-y: 0px;
    }

    .md\:hover\:translate-y-1:hover {
        --tw-translate-y: 0.25rem;
    }

    .md\:hover\:translate-y-2:hover {
        --tw-translate-y: 0.5rem;
    }

    .md\:hover\:translate-y-3:hover {
        --tw-translate-y: 0.75rem;
    }

    .md\:hover\:translate-y-4:hover {
        --tw-translate-y: 1rem;
    }

    .md\:hover\:translate-y-5:hover {
        --tw-translate-y: 1.25rem;
    }

    .md\:hover\:translate-y-6:hover {
        --tw-translate-y: 1.5rem;
    }

    .md\:hover\:translate-y-7:hover {
        --tw-translate-y: 1.75rem;
    }

    .md\:hover\:translate-y-8:hover {
        --tw-translate-y: 2rem;
    }

    .md\:hover\:translate-y-9:hover {
        --tw-translate-y: 2.25rem;
    }

    .md\:hover\:translate-y-10:hover {
        --tw-translate-y: 2.5rem;
    }

    .md\:hover\:translate-y-11:hover {
        --tw-translate-y: 2.75rem;
    }

    .md\:hover\:translate-y-12:hover {
        --tw-translate-y: 3rem;
    }

    .md\:hover\:translate-y-14:hover {
        --tw-translate-y: 3.5rem;
    }

    .md\:hover\:translate-y-16:hover {
        --tw-translate-y: 4rem;
    }

    .md\:hover\:translate-y-18:hover {
        --tw-translate-y: 4.375rem;
    }

    .md\:hover\:translate-y-19:hover {
        --tw-translate-y: 76px;
    }

    .md\:hover\:translate-y-20:hover {
        --tw-translate-y: 5rem;
    }

    .md\:hover\:translate-y-24:hover {
        --tw-translate-y: 6rem;
    }

    .md\:hover\:translate-y-28:hover {
        --tw-translate-y: 7rem;
    }

    .md\:hover\:translate-y-30:hover {
        --tw-translate-y: 120px;
    }

    .md\:hover\:translate-y-32:hover {
        --tw-translate-y: 8rem;
    }

    .md\:hover\:translate-y-36:hover {
        --tw-translate-y: 9rem;
    }

    .md\:hover\:translate-y-40:hover {
        --tw-translate-y: 10rem;
    }

    .md\:hover\:translate-y-44:hover {
        --tw-translate-y: 11rem;
    }

    .md\:hover\:translate-y-48:hover {
        --tw-translate-y: 12rem;
    }

    .md\:hover\:translate-y-52:hover {
        --tw-translate-y: 13rem;
    }

    .md\:hover\:translate-y-56:hover {
        --tw-translate-y: 14rem;
    }

    .md\:hover\:translate-y-60:hover {
        --tw-translate-y: 15rem;
    }

    .md\:hover\:translate-y-64:hover {
        --tw-translate-y: 16rem;
    }

    .md\:hover\:translate-y-72:hover {
        --tw-translate-y: 18rem;
    }

    .md\:hover\:translate-y-80:hover {
        --tw-translate-y: 20rem;
    }

    .md\:hover\:translate-y-96:hover {
        --tw-translate-y: 24rem;
    }

    .md\:hover\:translate-y-px:hover {
        --tw-translate-y: 1px;
    }

    .md\:hover\:translate-y-0\.5:hover {
        --tw-translate-y: 0.125rem;
    }

    .md\:hover\:translate-y-1\.5:hover {
        --tw-translate-y: 0.375rem;
    }

    .md\:hover\:translate-y-2\.5:hover {
        --tw-translate-y: 0.625rem;
    }

    .md\:hover\:translate-y-3\.5:hover {
        --tw-translate-y: 0.875rem;
    }

    .md\:hover\:translate-y-5p:hover {
        --tw-translate-y: 5px;
    }

    .md\:hover\:translate-y-10p:hover {
        --tw-translate-y: 10px;
    }

    .md\:hover\:translate-y-14p:hover {
        --tw-translate-y: 14px;
    }

    .md\:hover\:translate-y-15p:hover {
        --tw-translate-y: 15px;
    }

    .md\:hover\:translate-y-15_2:hover {
        --tw-translate-y: 60px;
    }

    .md\:hover\:translate-y-16_1:hover {
        --tw-translate-y: 52px;
    }

    .md\:hover\:translate-y-16p:hover {
        --tw-translate-y: 16px;
    }

    .md\:hover\:translate-y-25p:hover {
        --tw-translate-y: 25px;
    }

    .md\:hover\:translate-y-48p:hover {
        --tw-translate-y: 48%;
    }

    .md\:hover\:translate-y-52p:hover {
        --tw-translate-y: 52%;
    }

    .md\:hover\:-translate-y-0:hover {
        --tw-translate-y: 0px;
    }

    .md\:hover\:-translate-y-1:hover {
        --tw-translate-y: -0.25rem;
    }

    .md\:hover\:-translate-y-2:hover {
        --tw-translate-y: -0.5rem;
    }

    .md\:hover\:-translate-y-3:hover {
        --tw-translate-y: -0.75rem;
    }

    .md\:hover\:-translate-y-4:hover {
        --tw-translate-y: -1rem;
    }

    .md\:hover\:-translate-y-5:hover {
        --tw-translate-y: -1.25rem;
    }

    .md\:hover\:-translate-y-6:hover {
        --tw-translate-y: -1.5rem;
    }

    .md\:hover\:-translate-y-7:hover {
        --tw-translate-y: -1.75rem;
    }

    .md\:hover\:-translate-y-8:hover {
        --tw-translate-y: -2rem;
    }

    .md\:hover\:-translate-y-9:hover {
        --tw-translate-y: -2.25rem;
    }

    .md\:hover\:-translate-y-10:hover {
        --tw-translate-y: -2.5rem;
    }

    .md\:hover\:-translate-y-11:hover {
        --tw-translate-y: -2.75rem;
    }

    .md\:hover\:-translate-y-12:hover {
        --tw-translate-y: -3rem;
    }

    .md\:hover\:-translate-y-14:hover {
        --tw-translate-y: -3.5rem;
    }

    .md\:hover\:-translate-y-16:hover {
        --tw-translate-y: -4rem;
    }

    .md\:hover\:-translate-y-18:hover {
        --tw-translate-y: -4.375rem;
    }

    .md\:hover\:-translate-y-19:hover {
        --tw-translate-y: -76px;
    }

    .md\:hover\:-translate-y-20:hover {
        --tw-translate-y: -5rem;
    }

    .md\:hover\:-translate-y-24:hover {
        --tw-translate-y: -6rem;
    }

    .md\:hover\:-translate-y-28:hover {
        --tw-translate-y: -7rem;
    }

    .md\:hover\:-translate-y-30:hover {
        --tw-translate-y: -120px;
    }

    .md\:hover\:-translate-y-32:hover {
        --tw-translate-y: -8rem;
    }

    .md\:hover\:-translate-y-36:hover {
        --tw-translate-y: -9rem;
    }

    .md\:hover\:-translate-y-40:hover {
        --tw-translate-y: -10rem;
    }

    .md\:hover\:-translate-y-44:hover {
        --tw-translate-y: -11rem;
    }

    .md\:hover\:-translate-y-48:hover {
        --tw-translate-y: -12rem;
    }

    .md\:hover\:-translate-y-52:hover {
        --tw-translate-y: -13rem;
    }

    .md\:hover\:-translate-y-56:hover {
        --tw-translate-y: -14rem;
    }

    .md\:hover\:-translate-y-60:hover {
        --tw-translate-y: -15rem;
    }

    .md\:hover\:-translate-y-64:hover {
        --tw-translate-y: -16rem;
    }

    .md\:hover\:-translate-y-72:hover {
        --tw-translate-y: -18rem;
    }

    .md\:hover\:-translate-y-80:hover {
        --tw-translate-y: -20rem;
    }

    .md\:hover\:-translate-y-96:hover {
        --tw-translate-y: -24rem;
    }

    .md\:hover\:-translate-y-px:hover {
        --tw-translate-y: -1px;
    }

    .md\:hover\:-translate-y-0\.5:hover {
        --tw-translate-y: -0.125rem;
    }

    .md\:hover\:-translate-y-1\.5:hover {
        --tw-translate-y: -0.375rem;
    }

    .md\:hover\:-translate-y-2\.5:hover {
        --tw-translate-y: -0.625rem;
    }

    .md\:hover\:-translate-y-3\.5:hover {
        --tw-translate-y: -0.875rem;
    }

    .md\:hover\:-translate-y-5p:hover {
        --tw-translate-y: -5px;
    }

    .md\:hover\:-translate-y-10p:hover {
        --tw-translate-y: -10px;
    }

    .md\:hover\:-translate-y-14p:hover {
        --tw-translate-y: -14px;
    }

    .md\:hover\:-translate-y-15p:hover {
        --tw-translate-y: -15px;
    }

    .md\:hover\:-translate-y-15_2:hover {
        --tw-translate-y: -60px;
    }

    .md\:hover\:-translate-y-16_1:hover {
        --tw-translate-y: -52px;
    }

    .md\:hover\:-translate-y-16p:hover {
        --tw-translate-y: -16px;
    }

    .md\:hover\:-translate-y-25p:hover {
        --tw-translate-y: -25px;
    }

    .md\:hover\:-translate-y-48p:hover {
        --tw-translate-y: -48%;
    }

    .md\:hover\:-translate-y-52p:hover {
        --tw-translate-y: -52%;
    }

    .md\:hover\:translate-y-1\/2:hover {
        --tw-translate-y: 50%;
    }

    .md\:hover\:translate-y-1\/3:hover {
        --tw-translate-y: 33.333333%;
    }

    .md\:hover\:translate-y-2\/3:hover {
        --tw-translate-y: 66.666667%;
    }

    .md\:hover\:translate-y-1\/4:hover {
        --tw-translate-y: 25%;
    }

    .md\:hover\:translate-y-2\/4:hover {
        --tw-translate-y: 50%;
    }

    .md\:hover\:translate-y-3\/4:hover {
        --tw-translate-y: 75%;
    }

    .md\:hover\:translate-y-full:hover {
        --tw-translate-y: 100%;
    }

    .md\:hover\:-translate-y-1\/2:hover {
        --tw-translate-y: -50%;
    }

    .md\:hover\:-translate-y-1\/3:hover {
        --tw-translate-y: -33.333333%;
    }

    .md\:hover\:-translate-y-2\/3:hover {
        --tw-translate-y: -66.666667%;
    }

    .md\:hover\:-translate-y-1\/4:hover {
        --tw-translate-y: -25%;
    }

    .md\:hover\:-translate-y-2\/4:hover {
        --tw-translate-y: -50%;
    }

    .md\:hover\:-translate-y-3\/4:hover {
        --tw-translate-y: -75%;
    }

    .md\:hover\:-translate-y-full:hover {
        --tw-translate-y: -100%;
    }

    .md\:focus\:translate-x-0:focus {
        --tw-translate-x: 0px;
    }

    .md\:focus\:translate-x-1:focus {
        --tw-translate-x: 0.25rem;
    }

    .md\:focus\:translate-x-2:focus {
        --tw-translate-x: 0.5rem;
    }

    .md\:focus\:translate-x-3:focus {
        --tw-translate-x: 0.75rem;
    }

    .md\:focus\:translate-x-4:focus {
        --tw-translate-x: 1rem;
    }

    .md\:focus\:translate-x-5:focus {
        --tw-translate-x: 1.25rem;
    }

    .md\:focus\:translate-x-6:focus {
        --tw-translate-x: 1.5rem;
    }

    .md\:focus\:translate-x-7:focus {
        --tw-translate-x: 1.75rem;
    }

    .md\:focus\:translate-x-8:focus {
        --tw-translate-x: 2rem;
    }

    .md\:focus\:translate-x-9:focus {
        --tw-translate-x: 2.25rem;
    }

    .md\:focus\:translate-x-10:focus {
        --tw-translate-x: 2.5rem;
    }

    .md\:focus\:translate-x-11:focus {
        --tw-translate-x: 2.75rem;
    }

    .md\:focus\:translate-x-12:focus {
        --tw-translate-x: 3rem;
    }

    .md\:focus\:translate-x-14:focus {
        --tw-translate-x: 3.5rem;
    }

    .md\:focus\:translate-x-16:focus {
        --tw-translate-x: 4rem;
    }

    .md\:focus\:translate-x-18:focus {
        --tw-translate-x: 4.375rem;
    }

    .md\:focus\:translate-x-19:focus {
        --tw-translate-x: 76px;
    }

    .md\:focus\:translate-x-20:focus {
        --tw-translate-x: 5rem;
    }

    .md\:focus\:translate-x-24:focus {
        --tw-translate-x: 6rem;
    }

    .md\:focus\:translate-x-28:focus {
        --tw-translate-x: 7rem;
    }

    .md\:focus\:translate-x-30:focus {
        --tw-translate-x: 120px;
    }

    .md\:focus\:translate-x-32:focus {
        --tw-translate-x: 8rem;
    }

    .md\:focus\:translate-x-36:focus {
        --tw-translate-x: 9rem;
    }

    .md\:focus\:translate-x-40:focus {
        --tw-translate-x: 10rem;
    }

    .md\:focus\:translate-x-44:focus {
        --tw-translate-x: 11rem;
    }

    .md\:focus\:translate-x-48:focus {
        --tw-translate-x: 12rem;
    }

    .md\:focus\:translate-x-52:focus {
        --tw-translate-x: 13rem;
    }

    .md\:focus\:translate-x-56:focus {
        --tw-translate-x: 14rem;
    }

    .md\:focus\:translate-x-60:focus {
        --tw-translate-x: 15rem;
    }

    .md\:focus\:translate-x-64:focus {
        --tw-translate-x: 16rem;
    }

    .md\:focus\:translate-x-72:focus {
        --tw-translate-x: 18rem;
    }

    .md\:focus\:translate-x-80:focus {
        --tw-translate-x: 20rem;
    }

    .md\:focus\:translate-x-96:focus {
        --tw-translate-x: 24rem;
    }

    .md\:focus\:translate-x-px:focus {
        --tw-translate-x: 1px;
    }

    .md\:focus\:translate-x-0\.5:focus {
        --tw-translate-x: 0.125rem;
    }

    .md\:focus\:translate-x-1\.5:focus {
        --tw-translate-x: 0.375rem;
    }

    .md\:focus\:translate-x-2\.5:focus {
        --tw-translate-x: 0.625rem;
    }

    .md\:focus\:translate-x-3\.5:focus {
        --tw-translate-x: 0.875rem;
    }

    .md\:focus\:translate-x-5p:focus {
        --tw-translate-x: 5px;
    }

    .md\:focus\:translate-x-10p:focus {
        --tw-translate-x: 10px;
    }

    .md\:focus\:translate-x-14p:focus {
        --tw-translate-x: 14px;
    }

    .md\:focus\:translate-x-15p:focus {
        --tw-translate-x: 15px;
    }

    .md\:focus\:translate-x-15_2:focus {
        --tw-translate-x: 60px;
    }

    .md\:focus\:translate-x-16_1:focus {
        --tw-translate-x: 52px;
    }

    .md\:focus\:translate-x-16p:focus {
        --tw-translate-x: 16px;
    }

    .md\:focus\:translate-x-25p:focus {
        --tw-translate-x: 25px;
    }

    .md\:focus\:translate-x-48p:focus {
        --tw-translate-x: 48%;
    }

    .md\:focus\:translate-x-52p:focus {
        --tw-translate-x: 52%;
    }

    .md\:focus\:-translate-x-0:focus {
        --tw-translate-x: 0px;
    }

    .md\:focus\:-translate-x-1:focus {
        --tw-translate-x: -0.25rem;
    }

    .md\:focus\:-translate-x-2:focus {
        --tw-translate-x: -0.5rem;
    }

    .md\:focus\:-translate-x-3:focus {
        --tw-translate-x: -0.75rem;
    }

    .md\:focus\:-translate-x-4:focus {
        --tw-translate-x: -1rem;
    }

    .md\:focus\:-translate-x-5:focus {
        --tw-translate-x: -1.25rem;
    }

    .md\:focus\:-translate-x-6:focus {
        --tw-translate-x: -1.5rem;
    }

    .md\:focus\:-translate-x-7:focus {
        --tw-translate-x: -1.75rem;
    }

    .md\:focus\:-translate-x-8:focus {
        --tw-translate-x: -2rem;
    }

    .md\:focus\:-translate-x-9:focus {
        --tw-translate-x: -2.25rem;
    }

    .md\:focus\:-translate-x-10:focus {
        --tw-translate-x: -2.5rem;
    }

    .md\:focus\:-translate-x-11:focus {
        --tw-translate-x: -2.75rem;
    }

    .md\:focus\:-translate-x-12:focus {
        --tw-translate-x: -3rem;
    }

    .md\:focus\:-translate-x-14:focus {
        --tw-translate-x: -3.5rem;
    }

    .md\:focus\:-translate-x-16:focus {
        --tw-translate-x: -4rem;
    }

    .md\:focus\:-translate-x-18:focus {
        --tw-translate-x: -4.375rem;
    }

    .md\:focus\:-translate-x-19:focus {
        --tw-translate-x: -76px;
    }

    .md\:focus\:-translate-x-20:focus {
        --tw-translate-x: -5rem;
    }

    .md\:focus\:-translate-x-24:focus {
        --tw-translate-x: -6rem;
    }

    .md\:focus\:-translate-x-28:focus {
        --tw-translate-x: -7rem;
    }

    .md\:focus\:-translate-x-30:focus {
        --tw-translate-x: -120px;
    }

    .md\:focus\:-translate-x-32:focus {
        --tw-translate-x: -8rem;
    }

    .md\:focus\:-translate-x-36:focus {
        --tw-translate-x: -9rem;
    }

    .md\:focus\:-translate-x-40:focus {
        --tw-translate-x: -10rem;
    }

    .md\:focus\:-translate-x-44:focus {
        --tw-translate-x: -11rem;
    }

    .md\:focus\:-translate-x-48:focus {
        --tw-translate-x: -12rem;
    }

    .md\:focus\:-translate-x-52:focus {
        --tw-translate-x: -13rem;
    }

    .md\:focus\:-translate-x-56:focus {
        --tw-translate-x: -14rem;
    }

    .md\:focus\:-translate-x-60:focus {
        --tw-translate-x: -15rem;
    }

    .md\:focus\:-translate-x-64:focus {
        --tw-translate-x: -16rem;
    }

    .md\:focus\:-translate-x-72:focus {
        --tw-translate-x: -18rem;
    }

    .md\:focus\:-translate-x-80:focus {
        --tw-translate-x: -20rem;
    }

    .md\:focus\:-translate-x-96:focus {
        --tw-translate-x: -24rem;
    }

    .md\:focus\:-translate-x-px:focus {
        --tw-translate-x: -1px;
    }

    .md\:focus\:-translate-x-0\.5:focus {
        --tw-translate-x: -0.125rem;
    }

    .md\:focus\:-translate-x-1\.5:focus {
        --tw-translate-x: -0.375rem;
    }

    .md\:focus\:-translate-x-2\.5:focus {
        --tw-translate-x: -0.625rem;
    }

    .md\:focus\:-translate-x-3\.5:focus {
        --tw-translate-x: -0.875rem;
    }

    .md\:focus\:-translate-x-5p:focus {
        --tw-translate-x: -5px;
    }

    .md\:focus\:-translate-x-10p:focus {
        --tw-translate-x: -10px;
    }

    .md\:focus\:-translate-x-14p:focus {
        --tw-translate-x: -14px;
    }

    .md\:focus\:-translate-x-15p:focus {
        --tw-translate-x: -15px;
    }

    .md\:focus\:-translate-x-15_2:focus {
        --tw-translate-x: -60px;
    }

    .md\:focus\:-translate-x-16_1:focus {
        --tw-translate-x: -52px;
    }

    .md\:focus\:-translate-x-16p:focus {
        --tw-translate-x: -16px;
    }

    .md\:focus\:-translate-x-25p:focus {
        --tw-translate-x: -25px;
    }

    .md\:focus\:-translate-x-48p:focus {
        --tw-translate-x: -48%;
    }

    .md\:focus\:-translate-x-52p:focus {
        --tw-translate-x: -52%;
    }

    .md\:focus\:translate-x-1\/2:focus {
        --tw-translate-x: 50%;
    }

    .md\:focus\:translate-x-1\/3:focus {
        --tw-translate-x: 33.333333%;
    }

    .md\:focus\:translate-x-2\/3:focus {
        --tw-translate-x: 66.666667%;
    }

    .md\:focus\:translate-x-1\/4:focus {
        --tw-translate-x: 25%;
    }

    .md\:focus\:translate-x-2\/4:focus {
        --tw-translate-x: 50%;
    }

    .md\:focus\:translate-x-3\/4:focus {
        --tw-translate-x: 75%;
    }

    .md\:focus\:translate-x-full:focus {
        --tw-translate-x: 100%;
    }

    .md\:focus\:-translate-x-1\/2:focus {
        --tw-translate-x: -50%;
    }

    .md\:focus\:-translate-x-1\/3:focus {
        --tw-translate-x: -33.333333%;
    }

    .md\:focus\:-translate-x-2\/3:focus {
        --tw-translate-x: -66.666667%;
    }

    .md\:focus\:-translate-x-1\/4:focus {
        --tw-translate-x: -25%;
    }

    .md\:focus\:-translate-x-2\/4:focus {
        --tw-translate-x: -50%;
    }

    .md\:focus\:-translate-x-3\/4:focus {
        --tw-translate-x: -75%;
    }

    .md\:focus\:-translate-x-full:focus {
        --tw-translate-x: -100%;
    }

    .md\:focus\:translate-y-0:focus {
        --tw-translate-y: 0px;
    }

    .md\:focus\:translate-y-1:focus {
        --tw-translate-y: 0.25rem;
    }

    .md\:focus\:translate-y-2:focus {
        --tw-translate-y: 0.5rem;
    }

    .md\:focus\:translate-y-3:focus {
        --tw-translate-y: 0.75rem;
    }

    .md\:focus\:translate-y-4:focus {
        --tw-translate-y: 1rem;
    }

    .md\:focus\:translate-y-5:focus {
        --tw-translate-y: 1.25rem;
    }

    .md\:focus\:translate-y-6:focus {
        --tw-translate-y: 1.5rem;
    }

    .md\:focus\:translate-y-7:focus {
        --tw-translate-y: 1.75rem;
    }

    .md\:focus\:translate-y-8:focus {
        --tw-translate-y: 2rem;
    }

    .md\:focus\:translate-y-9:focus {
        --tw-translate-y: 2.25rem;
    }

    .md\:focus\:translate-y-10:focus {
        --tw-translate-y: 2.5rem;
    }

    .md\:focus\:translate-y-11:focus {
        --tw-translate-y: 2.75rem;
    }

    .md\:focus\:translate-y-12:focus {
        --tw-translate-y: 3rem;
    }

    .md\:focus\:translate-y-14:focus {
        --tw-translate-y: 3.5rem;
    }

    .md\:focus\:translate-y-16:focus {
        --tw-translate-y: 4rem;
    }

    .md\:focus\:translate-y-18:focus {
        --tw-translate-y: 4.375rem;
    }

    .md\:focus\:translate-y-19:focus {
        --tw-translate-y: 76px;
    }

    .md\:focus\:translate-y-20:focus {
        --tw-translate-y: 5rem;
    }

    .md\:focus\:translate-y-24:focus {
        --tw-translate-y: 6rem;
    }

    .md\:focus\:translate-y-28:focus {
        --tw-translate-y: 7rem;
    }

    .md\:focus\:translate-y-30:focus {
        --tw-translate-y: 120px;
    }

    .md\:focus\:translate-y-32:focus {
        --tw-translate-y: 8rem;
    }

    .md\:focus\:translate-y-36:focus {
        --tw-translate-y: 9rem;
    }

    .md\:focus\:translate-y-40:focus {
        --tw-translate-y: 10rem;
    }

    .md\:focus\:translate-y-44:focus {
        --tw-translate-y: 11rem;
    }

    .md\:focus\:translate-y-48:focus {
        --tw-translate-y: 12rem;
    }

    .md\:focus\:translate-y-52:focus {
        --tw-translate-y: 13rem;
    }

    .md\:focus\:translate-y-56:focus {
        --tw-translate-y: 14rem;
    }

    .md\:focus\:translate-y-60:focus {
        --tw-translate-y: 15rem;
    }

    .md\:focus\:translate-y-64:focus {
        --tw-translate-y: 16rem;
    }

    .md\:focus\:translate-y-72:focus {
        --tw-translate-y: 18rem;
    }

    .md\:focus\:translate-y-80:focus {
        --tw-translate-y: 20rem;
    }

    .md\:focus\:translate-y-96:focus {
        --tw-translate-y: 24rem;
    }

    .md\:focus\:translate-y-px:focus {
        --tw-translate-y: 1px;
    }

    .md\:focus\:translate-y-0\.5:focus {
        --tw-translate-y: 0.125rem;
    }

    .md\:focus\:translate-y-1\.5:focus {
        --tw-translate-y: 0.375rem;
    }

    .md\:focus\:translate-y-2\.5:focus {
        --tw-translate-y: 0.625rem;
    }

    .md\:focus\:translate-y-3\.5:focus {
        --tw-translate-y: 0.875rem;
    }

    .md\:focus\:translate-y-5p:focus {
        --tw-translate-y: 5px;
    }

    .md\:focus\:translate-y-10p:focus {
        --tw-translate-y: 10px;
    }

    .md\:focus\:translate-y-14p:focus {
        --tw-translate-y: 14px;
    }

    .md\:focus\:translate-y-15p:focus {
        --tw-translate-y: 15px;
    }

    .md\:focus\:translate-y-15_2:focus {
        --tw-translate-y: 60px;
    }

    .md\:focus\:translate-y-16_1:focus {
        --tw-translate-y: 52px;
    }

    .md\:focus\:translate-y-16p:focus {
        --tw-translate-y: 16px;
    }

    .md\:focus\:translate-y-25p:focus {
        --tw-translate-y: 25px;
    }

    .md\:focus\:translate-y-48p:focus {
        --tw-translate-y: 48%;
    }

    .md\:focus\:translate-y-52p:focus {
        --tw-translate-y: 52%;
    }

    .md\:focus\:-translate-y-0:focus {
        --tw-translate-y: 0px;
    }

    .md\:focus\:-translate-y-1:focus {
        --tw-translate-y: -0.25rem;
    }

    .md\:focus\:-translate-y-2:focus {
        --tw-translate-y: -0.5rem;
    }

    .md\:focus\:-translate-y-3:focus {
        --tw-translate-y: -0.75rem;
    }

    .md\:focus\:-translate-y-4:focus {
        --tw-translate-y: -1rem;
    }

    .md\:focus\:-translate-y-5:focus {
        --tw-translate-y: -1.25rem;
    }

    .md\:focus\:-translate-y-6:focus {
        --tw-translate-y: -1.5rem;
    }

    .md\:focus\:-translate-y-7:focus {
        --tw-translate-y: -1.75rem;
    }

    .md\:focus\:-translate-y-8:focus {
        --tw-translate-y: -2rem;
    }

    .md\:focus\:-translate-y-9:focus {
        --tw-translate-y: -2.25rem;
    }

    .md\:focus\:-translate-y-10:focus {
        --tw-translate-y: -2.5rem;
    }

    .md\:focus\:-translate-y-11:focus {
        --tw-translate-y: -2.75rem;
    }

    .md\:focus\:-translate-y-12:focus {
        --tw-translate-y: -3rem;
    }

    .md\:focus\:-translate-y-14:focus {
        --tw-translate-y: -3.5rem;
    }

    .md\:focus\:-translate-y-16:focus {
        --tw-translate-y: -4rem;
    }

    .md\:focus\:-translate-y-18:focus {
        --tw-translate-y: -4.375rem;
    }

    .md\:focus\:-translate-y-19:focus {
        --tw-translate-y: -76px;
    }

    .md\:focus\:-translate-y-20:focus {
        --tw-translate-y: -5rem;
    }

    .md\:focus\:-translate-y-24:focus {
        --tw-translate-y: -6rem;
    }

    .md\:focus\:-translate-y-28:focus {
        --tw-translate-y: -7rem;
    }

    .md\:focus\:-translate-y-30:focus {
        --tw-translate-y: -120px;
    }

    .md\:focus\:-translate-y-32:focus {
        --tw-translate-y: -8rem;
    }

    .md\:focus\:-translate-y-36:focus {
        --tw-translate-y: -9rem;
    }

    .md\:focus\:-translate-y-40:focus {
        --tw-translate-y: -10rem;
    }

    .md\:focus\:-translate-y-44:focus {
        --tw-translate-y: -11rem;
    }

    .md\:focus\:-translate-y-48:focus {
        --tw-translate-y: -12rem;
    }

    .md\:focus\:-translate-y-52:focus {
        --tw-translate-y: -13rem;
    }

    .md\:focus\:-translate-y-56:focus {
        --tw-translate-y: -14rem;
    }

    .md\:focus\:-translate-y-60:focus {
        --tw-translate-y: -15rem;
    }

    .md\:focus\:-translate-y-64:focus {
        --tw-translate-y: -16rem;
    }

    .md\:focus\:-translate-y-72:focus {
        --tw-translate-y: -18rem;
    }

    .md\:focus\:-translate-y-80:focus {
        --tw-translate-y: -20rem;
    }

    .md\:focus\:-translate-y-96:focus {
        --tw-translate-y: -24rem;
    }

    .md\:focus\:-translate-y-px:focus {
        --tw-translate-y: -1px;
    }

    .md\:focus\:-translate-y-0\.5:focus {
        --tw-translate-y: -0.125rem;
    }

    .md\:focus\:-translate-y-1\.5:focus {
        --tw-translate-y: -0.375rem;
    }

    .md\:focus\:-translate-y-2\.5:focus {
        --tw-translate-y: -0.625rem;
    }

    .md\:focus\:-translate-y-3\.5:focus {
        --tw-translate-y: -0.875rem;
    }

    .md\:focus\:-translate-y-5p:focus {
        --tw-translate-y: -5px;
    }

    .md\:focus\:-translate-y-10p:focus {
        --tw-translate-y: -10px;
    }

    .md\:focus\:-translate-y-14p:focus {
        --tw-translate-y: -14px;
    }

    .md\:focus\:-translate-y-15p:focus {
        --tw-translate-y: -15px;
    }

    .md\:focus\:-translate-y-15_2:focus {
        --tw-translate-y: -60px;
    }

    .md\:focus\:-translate-y-16_1:focus {
        --tw-translate-y: -52px;
    }

    .md\:focus\:-translate-y-16p:focus {
        --tw-translate-y: -16px;
    }

    .md\:focus\:-translate-y-25p:focus {
        --tw-translate-y: -25px;
    }

    .md\:focus\:-translate-y-48p:focus {
        --tw-translate-y: -48%;
    }

    .md\:focus\:-translate-y-52p:focus {
        --tw-translate-y: -52%;
    }

    .md\:focus\:translate-y-1\/2:focus {
        --tw-translate-y: 50%;
    }

    .md\:focus\:translate-y-1\/3:focus {
        --tw-translate-y: 33.333333%;
    }

    .md\:focus\:translate-y-2\/3:focus {
        --tw-translate-y: 66.666667%;
    }

    .md\:focus\:translate-y-1\/4:focus {
        --tw-translate-y: 25%;
    }

    .md\:focus\:translate-y-2\/4:focus {
        --tw-translate-y: 50%;
    }

    .md\:focus\:translate-y-3\/4:focus {
        --tw-translate-y: 75%;
    }

    .md\:focus\:translate-y-full:focus {
        --tw-translate-y: 100%;
    }

    .md\:focus\:-translate-y-1\/2:focus {
        --tw-translate-y: -50%;
    }

    .md\:focus\:-translate-y-1\/3:focus {
        --tw-translate-y: -33.333333%;
    }

    .md\:focus\:-translate-y-2\/3:focus {
        --tw-translate-y: -66.666667%;
    }

    .md\:focus\:-translate-y-1\/4:focus {
        --tw-translate-y: -25%;
    }

    .md\:focus\:-translate-y-2\/4:focus {
        --tw-translate-y: -50%;
    }

    .md\:focus\:-translate-y-3\/4:focus {
        --tw-translate-y: -75%;
    }

    .md\:focus\:-translate-y-full:focus {
        --tw-translate-y: -100%;
    }

    .md\:rotate-0 {
        --tw-rotate: 0deg;
    }

    .md\:rotate-1 {
        --tw-rotate: 1deg;
    }

    .md\:rotate-2 {
        --tw-rotate: 2deg;
    }

    .md\:rotate-3 {
        --tw-rotate: 3deg;
    }

    .md\:rotate-6 {
        --tw-rotate: 6deg;
    }

    .md\:rotate-12 {
        --tw-rotate: 12deg;
    }

    .md\:rotate-45 {
        --tw-rotate: 45deg;
    }

    .md\:rotate-90 {
        --tw-rotate: 90deg;
    }

    .md\:rotate-180 {
        --tw-rotate: 180deg;
    }

    .md\:-rotate-180 {
        --tw-rotate: -180deg;
    }

    .md\:-rotate-90 {
        --tw-rotate: -90deg;
    }

    .md\:-rotate-45 {
        --tw-rotate: -45deg;
    }

    .md\:-rotate-12 {
        --tw-rotate: -12deg;
    }

    .md\:-rotate-6 {
        --tw-rotate: -6deg;
    }

    .md\:-rotate-3 {
        --tw-rotate: -3deg;
    }

    .md\:-rotate-2 {
        --tw-rotate: -2deg;
    }

    .md\:-rotate-1 {
        --tw-rotate: -1deg;
    }

    .md\:hover\:rotate-0:hover {
        --tw-rotate: 0deg;
    }

    .md\:hover\:rotate-1:hover {
        --tw-rotate: 1deg;
    }

    .md\:hover\:rotate-2:hover {
        --tw-rotate: 2deg;
    }

    .md\:hover\:rotate-3:hover {
        --tw-rotate: 3deg;
    }

    .md\:hover\:rotate-6:hover {
        --tw-rotate: 6deg;
    }

    .md\:hover\:rotate-12:hover {
        --tw-rotate: 12deg;
    }

    .md\:hover\:rotate-45:hover {
        --tw-rotate: 45deg;
    }

    .md\:hover\:rotate-90:hover {
        --tw-rotate: 90deg;
    }

    .md\:hover\:rotate-180:hover {
        --tw-rotate: 180deg;
    }

    .md\:hover\:-rotate-180:hover {
        --tw-rotate: -180deg;
    }

    .md\:hover\:-rotate-90:hover {
        --tw-rotate: -90deg;
    }

    .md\:hover\:-rotate-45:hover {
        --tw-rotate: -45deg;
    }

    .md\:hover\:-rotate-12:hover {
        --tw-rotate: -12deg;
    }

    .md\:hover\:-rotate-6:hover {
        --tw-rotate: -6deg;
    }

    .md\:hover\:-rotate-3:hover {
        --tw-rotate: -3deg;
    }

    .md\:hover\:-rotate-2:hover {
        --tw-rotate: -2deg;
    }

    .md\:hover\:-rotate-1:hover {
        --tw-rotate: -1deg;
    }

    .md\:focus\:rotate-0:focus {
        --tw-rotate: 0deg;
    }

    .md\:focus\:rotate-1:focus {
        --tw-rotate: 1deg;
    }

    .md\:focus\:rotate-2:focus {
        --tw-rotate: 2deg;
    }

    .md\:focus\:rotate-3:focus {
        --tw-rotate: 3deg;
    }

    .md\:focus\:rotate-6:focus {
        --tw-rotate: 6deg;
    }

    .md\:focus\:rotate-12:focus {
        --tw-rotate: 12deg;
    }

    .md\:focus\:rotate-45:focus {
        --tw-rotate: 45deg;
    }

    .md\:focus\:rotate-90:focus {
        --tw-rotate: 90deg;
    }

    .md\:focus\:rotate-180:focus {
        --tw-rotate: 180deg;
    }

    .md\:focus\:-rotate-180:focus {
        --tw-rotate: -180deg;
    }

    .md\:focus\:-rotate-90:focus {
        --tw-rotate: -90deg;
    }

    .md\:focus\:-rotate-45:focus {
        --tw-rotate: -45deg;
    }

    .md\:focus\:-rotate-12:focus {
        --tw-rotate: -12deg;
    }

    .md\:focus\:-rotate-6:focus {
        --tw-rotate: -6deg;
    }

    .md\:focus\:-rotate-3:focus {
        --tw-rotate: -3deg;
    }

    .md\:focus\:-rotate-2:focus {
        --tw-rotate: -2deg;
    }

    .md\:focus\:-rotate-1:focus {
        --tw-rotate: -1deg;
    }

    .md\:skew-x-0 {
        --tw-skew-x: 0deg;
    }

    .md\:skew-x-1 {
        --tw-skew-x: 1deg;
    }

    .md\:skew-x-2 {
        --tw-skew-x: 2deg;
    }

    .md\:skew-x-3 {
        --tw-skew-x: 3deg;
    }

    .md\:skew-x-6 {
        --tw-skew-x: 6deg;
    }

    .md\:skew-x-12 {
        --tw-skew-x: 12deg;
    }

    .md\:-skew-x-12 {
        --tw-skew-x: -12deg;
    }

    .md\:-skew-x-6 {
        --tw-skew-x: -6deg;
    }

    .md\:-skew-x-3 {
        --tw-skew-x: -3deg;
    }

    .md\:-skew-x-2 {
        --tw-skew-x: -2deg;
    }

    .md\:-skew-x-1 {
        --tw-skew-x: -1deg;
    }

    .md\:skew-y-0 {
        --tw-skew-y: 0deg;
    }

    .md\:skew-y-1 {
        --tw-skew-y: 1deg;
    }

    .md\:skew-y-2 {
        --tw-skew-y: 2deg;
    }

    .md\:skew-y-3 {
        --tw-skew-y: 3deg;
    }

    .md\:skew-y-6 {
        --tw-skew-y: 6deg;
    }

    .md\:skew-y-12 {
        --tw-skew-y: 12deg;
    }

    .md\:-skew-y-12 {
        --tw-skew-y: -12deg;
    }

    .md\:-skew-y-6 {
        --tw-skew-y: -6deg;
    }

    .md\:-skew-y-3 {
        --tw-skew-y: -3deg;
    }

    .md\:-skew-y-2 {
        --tw-skew-y: -2deg;
    }

    .md\:-skew-y-1 {
        --tw-skew-y: -1deg;
    }

    .md\:hover\:skew-x-0:hover {
        --tw-skew-x: 0deg;
    }

    .md\:hover\:skew-x-1:hover {
        --tw-skew-x: 1deg;
    }

    .md\:hover\:skew-x-2:hover {
        --tw-skew-x: 2deg;
    }

    .md\:hover\:skew-x-3:hover {
        --tw-skew-x: 3deg;
    }

    .md\:hover\:skew-x-6:hover {
        --tw-skew-x: 6deg;
    }

    .md\:hover\:skew-x-12:hover {
        --tw-skew-x: 12deg;
    }

    .md\:hover\:-skew-x-12:hover {
        --tw-skew-x: -12deg;
    }

    .md\:hover\:-skew-x-6:hover {
        --tw-skew-x: -6deg;
    }

    .md\:hover\:-skew-x-3:hover {
        --tw-skew-x: -3deg;
    }

    .md\:hover\:-skew-x-2:hover {
        --tw-skew-x: -2deg;
    }

    .md\:hover\:-skew-x-1:hover {
        --tw-skew-x: -1deg;
    }

    .md\:hover\:skew-y-0:hover {
        --tw-skew-y: 0deg;
    }

    .md\:hover\:skew-y-1:hover {
        --tw-skew-y: 1deg;
    }

    .md\:hover\:skew-y-2:hover {
        --tw-skew-y: 2deg;
    }

    .md\:hover\:skew-y-3:hover {
        --tw-skew-y: 3deg;
    }

    .md\:hover\:skew-y-6:hover {
        --tw-skew-y: 6deg;
    }

    .md\:hover\:skew-y-12:hover {
        --tw-skew-y: 12deg;
    }

    .md\:hover\:-skew-y-12:hover {
        --tw-skew-y: -12deg;
    }

    .md\:hover\:-skew-y-6:hover {
        --tw-skew-y: -6deg;
    }

    .md\:hover\:-skew-y-3:hover {
        --tw-skew-y: -3deg;
    }

    .md\:hover\:-skew-y-2:hover {
        --tw-skew-y: -2deg;
    }

    .md\:hover\:-skew-y-1:hover {
        --tw-skew-y: -1deg;
    }

    .md\:focus\:skew-x-0:focus {
        --tw-skew-x: 0deg;
    }

    .md\:focus\:skew-x-1:focus {
        --tw-skew-x: 1deg;
    }

    .md\:focus\:skew-x-2:focus {
        --tw-skew-x: 2deg;
    }

    .md\:focus\:skew-x-3:focus {
        --tw-skew-x: 3deg;
    }

    .md\:focus\:skew-x-6:focus {
        --tw-skew-x: 6deg;
    }

    .md\:focus\:skew-x-12:focus {
        --tw-skew-x: 12deg;
    }

    .md\:focus\:-skew-x-12:focus {
        --tw-skew-x: -12deg;
    }

    .md\:focus\:-skew-x-6:focus {
        --tw-skew-x: -6deg;
    }

    .md\:focus\:-skew-x-3:focus {
        --tw-skew-x: -3deg;
    }

    .md\:focus\:-skew-x-2:focus {
        --tw-skew-x: -2deg;
    }

    .md\:focus\:-skew-x-1:focus {
        --tw-skew-x: -1deg;
    }

    .md\:focus\:skew-y-0:focus {
        --tw-skew-y: 0deg;
    }

    .md\:focus\:skew-y-1:focus {
        --tw-skew-y: 1deg;
    }

    .md\:focus\:skew-y-2:focus {
        --tw-skew-y: 2deg;
    }

    .md\:focus\:skew-y-3:focus {
        --tw-skew-y: 3deg;
    }

    .md\:focus\:skew-y-6:focus {
        --tw-skew-y: 6deg;
    }

    .md\:focus\:skew-y-12:focus {
        --tw-skew-y: 12deg;
    }

    .md\:focus\:-skew-y-12:focus {
        --tw-skew-y: -12deg;
    }

    .md\:focus\:-skew-y-6:focus {
        --tw-skew-y: -6deg;
    }

    .md\:focus\:-skew-y-3:focus {
        --tw-skew-y: -3deg;
    }

    .md\:focus\:-skew-y-2:focus {
        --tw-skew-y: -2deg;
    }

    .md\:focus\:-skew-y-1:focus {
        --tw-skew-y: -1deg;
    }

    .md\:scale-0 {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }

    .md\:scale-50 {
        --tw-scale-x: .5;
        --tw-scale-y: .5;
    }

    .md\:scale-75 {
        --tw-scale-x: .75;
        --tw-scale-y: .75;
    }

    .md\:scale-90 {
        --tw-scale-x: .9;
        --tw-scale-y: .9;
    }

    .md\:scale-95 {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
    }

    .md\:scale-100 {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }

    .md\:scale-105 {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }

    .md\:scale-110 {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }

    .md\:scale-125 {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }

    .md\:scale-150 {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }

    .md\:hover\:scale-0:hover {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }

    .md\:hover\:scale-50:hover {
        --tw-scale-x: .5;
        --tw-scale-y: .5;
    }

    .md\:hover\:scale-75:hover {
        --tw-scale-x: .75;
        --tw-scale-y: .75;
    }

    .md\:hover\:scale-90:hover {
        --tw-scale-x: .9;
        --tw-scale-y: .9;
    }

    .md\:hover\:scale-95:hover {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
    }

    .md\:hover\:scale-100:hover {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }

    .md\:hover\:scale-105:hover {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }

    .md\:hover\:scale-110:hover {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }

    .md\:hover\:scale-125:hover {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }

    .md\:hover\:scale-150:hover {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }

    .md\:focus\:scale-0:focus {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }

    .md\:focus\:scale-50:focus {
        --tw-scale-x: .5;
        --tw-scale-y: .5;
    }

    .md\:focus\:scale-75:focus {
        --tw-scale-x: .75;
        --tw-scale-y: .75;
    }

    .md\:focus\:scale-90:focus {
        --tw-scale-x: .9;
        --tw-scale-y: .9;
    }

    .md\:focus\:scale-95:focus {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
    }

    .md\:focus\:scale-100:focus {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }

    .md\:focus\:scale-105:focus {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }

    .md\:focus\:scale-110:focus {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }

    .md\:focus\:scale-125:focus {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }

    .md\:focus\:scale-150:focus {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }

    .md\:scale-x-0 {
        --tw-scale-x: 0;
    }

    .md\:scale-x-50 {
        --tw-scale-x: .5;
    }

    .md\:scale-x-75 {
        --tw-scale-x: .75;
    }

    .md\:scale-x-90 {
        --tw-scale-x: .9;
    }

    .md\:scale-x-95 {
        --tw-scale-x: .95;
    }

    .md\:scale-x-100 {
        --tw-scale-x: 1;
    }

    .md\:scale-x-105 {
        --tw-scale-x: 1.05;
    }

    .md\:scale-x-110 {
        --tw-scale-x: 1.1;
    }

    .md\:scale-x-125 {
        --tw-scale-x: 1.25;
    }

    .md\:scale-x-150 {
        --tw-scale-x: 1.5;
    }

    .md\:scale-y-0 {
        --tw-scale-y: 0;
    }

    .md\:scale-y-50 {
        --tw-scale-y: .5;
    }

    .md\:scale-y-75 {
        --tw-scale-y: .75;
    }

    .md\:scale-y-90 {
        --tw-scale-y: .9;
    }

    .md\:scale-y-95 {
        --tw-scale-y: .95;
    }

    .md\:scale-y-100 {
        --tw-scale-y: 1;
    }

    .md\:scale-y-105 {
        --tw-scale-y: 1.05;
    }

    .md\:scale-y-110 {
        --tw-scale-y: 1.1;
    }

    .md\:scale-y-125 {
        --tw-scale-y: 1.25;
    }

    .md\:scale-y-150 {
        --tw-scale-y: 1.5;
    }

    .md\:hover\:scale-x-0:hover {
        --tw-scale-x: 0;
    }

    .md\:hover\:scale-x-50:hover {
        --tw-scale-x: .5;
    }

    .md\:hover\:scale-x-75:hover {
        --tw-scale-x: .75;
    }

    .md\:hover\:scale-x-90:hover {
        --tw-scale-x: .9;
    }

    .md\:hover\:scale-x-95:hover {
        --tw-scale-x: .95;
    }

    .md\:hover\:scale-x-100:hover {
        --tw-scale-x: 1;
    }

    .md\:hover\:scale-x-105:hover {
        --tw-scale-x: 1.05;
    }

    .md\:hover\:scale-x-110:hover {
        --tw-scale-x: 1.1;
    }

    .md\:hover\:scale-x-125:hover {
        --tw-scale-x: 1.25;
    }

    .md\:hover\:scale-x-150:hover {
        --tw-scale-x: 1.5;
    }

    .md\:hover\:scale-y-0:hover {
        --tw-scale-y: 0;
    }

    .md\:hover\:scale-y-50:hover {
        --tw-scale-y: .5;
    }

    .md\:hover\:scale-y-75:hover {
        --tw-scale-y: .75;
    }

    .md\:hover\:scale-y-90:hover {
        --tw-scale-y: .9;
    }

    .md\:hover\:scale-y-95:hover {
        --tw-scale-y: .95;
    }

    .md\:hover\:scale-y-100:hover {
        --tw-scale-y: 1;
    }

    .md\:hover\:scale-y-105:hover {
        --tw-scale-y: 1.05;
    }

    .md\:hover\:scale-y-110:hover {
        --tw-scale-y: 1.1;
    }

    .md\:hover\:scale-y-125:hover {
        --tw-scale-y: 1.25;
    }

    .md\:hover\:scale-y-150:hover {
        --tw-scale-y: 1.5;
    }

    .md\:focus\:scale-x-0:focus {
        --tw-scale-x: 0;
    }

    .md\:focus\:scale-x-50:focus {
        --tw-scale-x: .5;
    }

    .md\:focus\:scale-x-75:focus {
        --tw-scale-x: .75;
    }

    .md\:focus\:scale-x-90:focus {
        --tw-scale-x: .9;
    }

    .md\:focus\:scale-x-95:focus {
        --tw-scale-x: .95;
    }

    .md\:focus\:scale-x-100:focus {
        --tw-scale-x: 1;
    }

    .md\:focus\:scale-x-105:focus {
        --tw-scale-x: 1.05;
    }

    .md\:focus\:scale-x-110:focus {
        --tw-scale-x: 1.1;
    }

    .md\:focus\:scale-x-125:focus {
        --tw-scale-x: 1.25;
    }

    .md\:focus\:scale-x-150:focus {
        --tw-scale-x: 1.5;
    }

    .md\:focus\:scale-y-0:focus {
        --tw-scale-y: 0;
    }

    .md\:focus\:scale-y-50:focus {
        --tw-scale-y: .5;
    }

    .md\:focus\:scale-y-75:focus {
        --tw-scale-y: .75;
    }

    .md\:focus\:scale-y-90:focus {
        --tw-scale-y: .9;
    }

    .md\:focus\:scale-y-95:focus {
        --tw-scale-y: .95;
    }

    .md\:focus\:scale-y-100:focus {
        --tw-scale-y: 1;
    }

    .md\:focus\:scale-y-105:focus {
        --tw-scale-y: 1.05;
    }

    .md\:focus\:scale-y-110:focus {
        --tw-scale-y: 1.1;
    }

    .md\:focus\:scale-y-125:focus {
        --tw-scale-y: 1.25;
    }

    .md\:focus\:scale-y-150:focus {
        --tw-scale-y: 1.5;
    }

    .md\:animate-none {
        -webkit-animation: none;
        animation: none;
    }

    .md\:animate-spin {
        -webkit-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite;
    }

    .md\:animate-ping {
        -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
        animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }

    .md\:animate-pulse {
        -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
        animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }

    .md\:animate-bounce {
        -webkit-animation: bounce 1s infinite;
        animation: bounce 1s infinite;
    }

    .md\:cursor-auto {
        cursor: auto;
    }

    .md\:cursor-default {
        cursor: default;
    }

    .md\:cursor-pointer {
        cursor: pointer;
    }

    .md\:cursor-wait {
        cursor: wait;
    }

    .md\:cursor-text {
        cursor: text;
    }

    .md\:cursor-move {
        cursor: move;
    }

    .md\:cursor-help {
        cursor: help;
    }

    .md\:cursor-not-allowed {
        cursor: not-allowed;
    }

    .md\:select-none {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .md\:select-text {
        -webkit-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text;
    }

    .md\:select-all {
        -webkit-user-select: all;
        -moz-user-select: all;
        user-select: all;
    }

    .md\:select-auto {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
    }

    .md\:resize-none {
        resize: none;
    }

    .md\:resize-y {
        resize: vertical;
    }

    .md\:resize-x {
        resize: horizontal;
    }

    .md\:resize {
        resize: both;
    }

    .md\:list-inside {
        list-style-position: inside;
    }

    .md\:list-outside {
        list-style-position: outside;
    }

    .md\:list-none {
        list-style-type: none;
    }

    .md\:list-disc {
        list-style-type: disc;
    }

    .md\:list-decimal {
        list-style-type: decimal;
    }

    .md\:appearance-none {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .md\:auto-cols-auto {
        grid-auto-columns: auto;
    }

    .md\:auto-cols-min {
        grid-auto-columns: -webkit-min-content;
        grid-auto-columns: min-content;
    }

    .md\:auto-cols-max {
        grid-auto-columns: -webkit-max-content;
        grid-auto-columns: max-content;
    }

    .md\:auto-cols-fr {
        grid-auto-columns: minmax(0, 1fr);
    }

    .md\:grid-flow-row {
        grid-auto-flow: row;
    }

    .md\:grid-flow-col {
        grid-auto-flow: column;
    }

    .md\:grid-flow-row-dense {
        grid-auto-flow: row dense;
    }

    .md\:grid-flow-col-dense {
        grid-auto-flow: column dense;
    }

    .md\:auto-rows-auto {
        grid-auto-rows: auto;
    }

    .md\:auto-rows-min {
        grid-auto-rows: -webkit-min-content;
        grid-auto-rows: min-content;
    }

    .md\:auto-rows-max {
        grid-auto-rows: -webkit-max-content;
        grid-auto-rows: max-content;
    }

    .md\:auto-rows-fr {
        grid-auto-rows: minmax(0, 1fr);
    }

    .md\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .md\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .md\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .md\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }

    .md\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    .md\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }

    .md\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }

    .md\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }

    .md\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .md\:grid-cols-none {
        grid-template-columns: none;
    }

    .md\:grid-rows-1 {
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }

    .md\:grid-rows-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }

    .md\:grid-rows-3 {
        grid-template-rows: repeat(3, minmax(0, 1fr));
    }

    .md\:grid-rows-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr));
    }

    .md\:grid-rows-5 {
        grid-template-rows: repeat(5, minmax(0, 1fr));
    }

    .md\:grid-rows-6 {
        grid-template-rows: repeat(6, minmax(0, 1fr));
    }

    .md\:grid-rows-none {
        grid-template-rows: none;
    }

    .md\:flex-row {
        flex-direction: row;
    }

    .md\:flex-row-reverse {
        flex-direction: row-reverse;
    }

    .md\:flex-col {
        flex-direction: column;
    }

    .md\:flex-col-reverse {
        flex-direction: column-reverse;
    }

    .md\:flex-wrap {
        flex-wrap: wrap;
    }

    .md\:flex-wrap-reverse {
        flex-wrap: wrap-reverse;
    }

    .md\:flex-nowrap {
        flex-wrap: nowrap;
    }

    .md\:place-content-center {
        place-content: center;
    }

    .md\:place-content-start {
        place-content: start;
    }

    .md\:place-content-end {
        place-content: end;
    }

    .md\:place-content-between {
        place-content: space-between;
    }

    .md\:place-content-around {
        place-content: space-around;
    }

    .md\:place-content-evenly {
        place-content: space-evenly;
    }

    .md\:place-content-stretch {
        place-content: stretch;
    }

    .md\:place-items-start {
        place-items: start;
    }

    .md\:place-items-end {
        place-items: end;
    }

    .md\:place-items-center {
        place-items: center;
    }

    .md\:place-items-stretch {
        place-items: stretch;
    }

    .md\:content-center {
        align-content: center;
    }

    .md\:content-start {
        align-content: flex-start;
    }

    .md\:content-end {
        align-content: flex-end;
    }

    .md\:content-between {
        align-content: space-between;
    }

    .md\:content-around {
        align-content: space-around;
    }

    .md\:content-evenly {
        align-content: space-evenly;
    }

    .md\:items-start {
        align-items: flex-start;
    }

    .md\:items-end {
        align-items: flex-end;
    }

    .md\:items-center {
        align-items: center;
    }

    .md\:items-baseline {
        align-items: baseline;
    }

    .md\:items-stretch {
        align-items: stretch;
    }

    .md\:justify-start {
        justify-content: flex-start;
    }

    .md\:justify-end {
        justify-content: flex-end;
    }

    .md\:justify-center {
        justify-content: center;
    }

    .md\:justify-between {
        justify-content: space-between;
    }

    .md\:justify-around {
        justify-content: space-around;
    }

    .md\:justify-evenly {
        justify-content: space-evenly;
    }

    .md\:justify-items-start {
        justify-items: start;
    }

    .md\:justify-items-end {
        justify-items: end;
    }

    .md\:justify-items-center {
        justify-items: center;
    }

    .md\:justify-items-stretch {
        justify-items: stretch;
    }

    .md\:gap-0 {
        gap: 0px;
    }

    .md\:gap-1 {
        gap: 0.25rem;
    }

    .md\:gap-2 {
        gap: 0.5rem;
    }

    .md\:gap-3 {
        gap: 0.75rem;
    }

    .md\:gap-4 {
        gap: 1rem;
    }

    .md\:gap-5 {
        gap: 1.25rem;
    }

    .md\:gap-6 {
        gap: 1.5rem;
    }

    .md\:gap-7 {
        gap: 1.75rem;
    }

    .md\:gap-8 {
        gap: 2rem;
    }

    .md\:gap-9 {
        gap: 2.25rem;
    }

    .md\:gap-10 {
        gap: 2.5rem;
    }

    .md\:gap-11 {
        gap: 2.75rem;
    }

    .md\:gap-12 {
        gap: 3rem;
    }

    .md\:gap-14 {
        gap: 3.5rem;
    }

    .md\:gap-16 {
        gap: 4rem;
    }

    .md\:gap-18 {
        gap: 4.375rem;
    }

    .md\:gap-19 {
        gap: 76px;
    }

    .md\:gap-20 {
        gap: 5rem;
    }

    .md\:gap-24 {
        gap: 6rem;
    }

    .md\:gap-28 {
        gap: 7rem;
    }

    .md\:gap-30 {
        gap: 120px;
    }

    .md\:gap-32 {
        gap: 8rem;
    }

    .md\:gap-36 {
        gap: 9rem;
    }

    .md\:gap-40 {
        gap: 10rem;
    }

    .md\:gap-44 {
        gap: 11rem;
    }

    .md\:gap-48 {
        gap: 12rem;
    }

    .md\:gap-52 {
        gap: 13rem;
    }

    .md\:gap-56 {
        gap: 14rem;
    }

    .md\:gap-60 {
        gap: 15rem;
    }

    .md\:gap-64 {
        gap: 16rem;
    }

    .md\:gap-72 {
        gap: 18rem;
    }

    .md\:gap-80 {
        gap: 20rem;
    }

    .md\:gap-96 {
        gap: 24rem;
    }

    .md\:gap-px {
        gap: 1px;
    }

    .md\:gap-0\.5 {
        gap: 0.125rem;
    }

    .md\:gap-1\.5 {
        gap: 0.375rem;
    }

    .md\:gap-2\.5 {
        gap: 0.625rem;
    }

    .md\:gap-3\.5 {
        gap: 0.875rem;
    }

    .md\:gap-5p {
        gap: 5px;
    }

    .md\:gap-10p {
        gap: 10px;
    }

    .md\:gap-14p {
        gap: 14px;
    }

    .md\:gap-15p {
        gap: 15px;
    }

    .md\:gap-15_2 {
        gap: 60px;
    }

    .md\:gap-16_1 {
        gap: 52px;
    }

    .md\:gap-16p {
        gap: 16px;
    }

    .md\:gap-25p {
        gap: 25px;
    }

    .md\:gap-48p {
        gap: 48%;
    }

    .md\:gap-52p {
        gap: 52%;
    }

    .md\:gap-x-0 {
        -moz-column-gap: 0px;
        column-gap: 0px;
    }

    .md\:gap-x-1 {
        -moz-column-gap: 0.25rem;
        column-gap: 0.25rem;
    }

    .md\:gap-x-2 {
        -moz-column-gap: 0.5rem;
        column-gap: 0.5rem;
    }

    .md\:gap-x-3 {
        -moz-column-gap: 0.75rem;
        column-gap: 0.75rem;
    }

    .md\:gap-x-4 {
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }

    .md\:gap-x-5 {
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

    .md\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }

    .md\:gap-x-7 {
        -moz-column-gap: 1.75rem;
        column-gap: 1.75rem;
    }

    .md\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }

    .md\:gap-x-9 {
        -moz-column-gap: 2.25rem;
        column-gap: 2.25rem;
    }

    .md\:gap-x-10 {
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }

    .md\:gap-x-11 {
        -moz-column-gap: 2.75rem;
        column-gap: 2.75rem;
    }

    .md\:gap-x-12 {
        -moz-column-gap: 3rem;
        column-gap: 3rem;
    }

    .md\:gap-x-14 {
        -moz-column-gap: 3.5rem;
        column-gap: 3.5rem;
    }

    .md\:gap-x-16 {
        -moz-column-gap: 4rem;
        column-gap: 4rem;
    }

    .md\:gap-x-18 {
        -moz-column-gap: 4.375rem;
        column-gap: 4.375rem;
    }

    .md\:gap-x-19 {
        -moz-column-gap: 76px;
        column-gap: 76px;
    }

    .md\:gap-x-20 {
        -moz-column-gap: 5rem;
        column-gap: 5rem;
    }

    .md\:gap-x-24 {
        -moz-column-gap: 6rem;
        column-gap: 6rem;
    }

    .md\:gap-x-28 {
        -moz-column-gap: 7rem;
        column-gap: 7rem;
    }

    .md\:gap-x-30 {
        -moz-column-gap: 120px;
        column-gap: 120px;
    }

    .md\:gap-x-32 {
        -moz-column-gap: 8rem;
        column-gap: 8rem;
    }

    .md\:gap-x-36 {
        -moz-column-gap: 9rem;
        column-gap: 9rem;
    }

    .md\:gap-x-40 {
        -moz-column-gap: 10rem;
        column-gap: 10rem;
    }

    .md\:gap-x-44 {
        -moz-column-gap: 11rem;
        column-gap: 11rem;
    }

    .md\:gap-x-48 {
        -moz-column-gap: 12rem;
        column-gap: 12rem;
    }

    .md\:gap-x-52 {
        -moz-column-gap: 13rem;
        column-gap: 13rem;
    }

    .md\:gap-x-56 {
        -moz-column-gap: 14rem;
        column-gap: 14rem;
    }

    .md\:gap-x-60 {
        -moz-column-gap: 15rem;
        column-gap: 15rem;
    }

    .md\:gap-x-64 {
        -moz-column-gap: 16rem;
        column-gap: 16rem;
    }

    .md\:gap-x-72 {
        -moz-column-gap: 18rem;
        column-gap: 18rem;
    }

    .md\:gap-x-80 {
        -moz-column-gap: 20rem;
        column-gap: 20rem;
    }

    .md\:gap-x-96 {
        -moz-column-gap: 24rem;
        column-gap: 24rem;
    }

    .md\:gap-x-px {
        -moz-column-gap: 1px;
        column-gap: 1px;
    }

    .md\:gap-x-0\.5 {
        -moz-column-gap: 0.125rem;
        column-gap: 0.125rem;
    }

    .md\:gap-x-1\.5 {
        -moz-column-gap: 0.375rem;
        column-gap: 0.375rem;
    }

    .md\:gap-x-2\.5 {
        -moz-column-gap: 0.625rem;
        column-gap: 0.625rem;
    }

    .md\:gap-x-3\.5 {
        -moz-column-gap: 0.875rem;
        column-gap: 0.875rem;
    }

    .md\:gap-x-5p {
        -moz-column-gap: 5px;
        column-gap: 5px;
    }

    .md\:gap-x-10p {
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .md\:gap-x-14p {
        -moz-column-gap: 14px;
        column-gap: 14px;
    }

    .md\:gap-x-15p {
        -moz-column-gap: 15px;
        column-gap: 15px;
    }

    .md\:gap-x-15_2 {
        -moz-column-gap: 60px;
        column-gap: 60px;
    }

    .md\:gap-x-16_1 {
        -moz-column-gap: 52px;
        column-gap: 52px;
    }

    .md\:gap-x-16p {
        -moz-column-gap: 16px;
        column-gap: 16px;
    }

    .md\:gap-x-25p {
        -moz-column-gap: 25px;
        column-gap: 25px;
    }

    .md\:gap-x-48p {
        -moz-column-gap: 48%;
        column-gap: 48%;
    }

    .md\:gap-x-52p {
        -moz-column-gap: 52%;
        column-gap: 52%;
    }

    .md\:gap-y-0 {
        row-gap: 0px;
    }

    .md\:gap-y-1 {
        row-gap: 0.25rem;
    }

    .md\:gap-y-2 {
        row-gap: 0.5rem;
    }

    .md\:gap-y-3 {
        row-gap: 0.75rem;
    }

    .md\:gap-y-4 {
        row-gap: 1rem;
    }

    .md\:gap-y-5 {
        row-gap: 1.25rem;
    }

    .md\:gap-y-6 {
        row-gap: 1.5rem;
    }

    .md\:gap-y-7 {
        row-gap: 1.75rem;
    }

    .md\:gap-y-8 {
        row-gap: 2rem;
    }

    .md\:gap-y-9 {
        row-gap: 2.25rem;
    }

    .md\:gap-y-10 {
        row-gap: 2.5rem;
    }

    .md\:gap-y-11 {
        row-gap: 2.75rem;
    }

    .md\:gap-y-12 {
        row-gap: 3rem;
    }

    .md\:gap-y-14 {
        row-gap: 3.5rem;
    }

    .md\:gap-y-16 {
        row-gap: 4rem;
    }

    .md\:gap-y-18 {
        row-gap: 4.375rem;
    }

    .md\:gap-y-19 {
        row-gap: 76px;
    }

    .md\:gap-y-20 {
        row-gap: 5rem;
    }

    .md\:gap-y-24 {
        row-gap: 6rem;
    }

    .md\:gap-y-28 {
        row-gap: 7rem;
    }

    .md\:gap-y-30 {
        row-gap: 120px;
    }

    .md\:gap-y-32 {
        row-gap: 8rem;
    }

    .md\:gap-y-36 {
        row-gap: 9rem;
    }

    .md\:gap-y-40 {
        row-gap: 10rem;
    }

    .md\:gap-y-44 {
        row-gap: 11rem;
    }

    .md\:gap-y-48 {
        row-gap: 12rem;
    }

    .md\:gap-y-52 {
        row-gap: 13rem;
    }

    .md\:gap-y-56 {
        row-gap: 14rem;
    }

    .md\:gap-y-60 {
        row-gap: 15rem;
    }

    .md\:gap-y-64 {
        row-gap: 16rem;
    }

    .md\:gap-y-72 {
        row-gap: 18rem;
    }

    .md\:gap-y-80 {
        row-gap: 20rem;
    }

    .md\:gap-y-96 {
        row-gap: 24rem;
    }

    .md\:gap-y-px {
        row-gap: 1px;
    }

    .md\:gap-y-0\.5 {
        row-gap: 0.125rem;
    }

    .md\:gap-y-1\.5 {
        row-gap: 0.375rem;
    }

    .md\:gap-y-2\.5 {
        row-gap: 0.625rem;
    }

    .md\:gap-y-3\.5 {
        row-gap: 0.875rem;
    }

    .md\:gap-y-5p {
        row-gap: 5px;
    }

    .md\:gap-y-10p {
        row-gap: 10px;
    }

    .md\:gap-y-14p {
        row-gap: 14px;
    }

    .md\:gap-y-15p {
        row-gap: 15px;
    }

    .md\:gap-y-15_2 {
        row-gap: 60px;
    }

    .md\:gap-y-16_1 {
        row-gap: 52px;
    }

    .md\:gap-y-16p {
        row-gap: 16px;
    }

    .md\:gap-y-25p {
        row-gap: 25px;
    }

    .md\:gap-y-48p {
        row-gap: 48%;
    }

    .md\:gap-y-52p {
        row-gap: 52%;
    }

    .md\:space-x-0> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.25rem * var(--tw-space-x-reverse));
        margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-3> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.75rem * var(--tw-space-x-reverse));
        margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-4> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1rem * var(--tw-space-x-reverse));
        margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-6> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-7> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.75rem * var(--tw-space-x-reverse));
        margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-8> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2rem * var(--tw-space-x-reverse));
        margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-9> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.25rem * var(--tw-space-x-reverse));
        margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-10> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-11> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.75rem * var(--tw-space-x-reverse));
        margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-12> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3rem * var(--tw-space-x-reverse));
        margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-14> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3.5rem * var(--tw-space-x-reverse));
        margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-16> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(4rem * var(--tw-space-x-reverse));
        margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-18> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(4.375rem * var(--tw-space-x-reverse));
        margin-left: calc(4.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-19> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(76px * var(--tw-space-x-reverse));
        margin-left: calc(76px * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-20> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(5rem * var(--tw-space-x-reverse));
        margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-24> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(6rem * var(--tw-space-x-reverse));
        margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-28> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(7rem * var(--tw-space-x-reverse));
        margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-30> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(120px * var(--tw-space-x-reverse));
        margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-32> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(8rem * var(--tw-space-x-reverse));
        margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-36> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(9rem * var(--tw-space-x-reverse));
        margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-40> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(10rem * var(--tw-space-x-reverse));
        margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-44> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(11rem * var(--tw-space-x-reverse));
        margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-48> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(12rem * var(--tw-space-x-reverse));
        margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-52> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(13rem * var(--tw-space-x-reverse));
        margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-56> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(14rem * var(--tw-space-x-reverse));
        margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-60> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(15rem * var(--tw-space-x-reverse));
        margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-64> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(16rem * var(--tw-space-x-reverse));
        margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-72> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(18rem * var(--tw-space-x-reverse));
        margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-80> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(20rem * var(--tw-space-x-reverse));
        margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-96> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(24rem * var(--tw-space-x-reverse));
        margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-px> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1px * var(--tw-space-x-reverse));
        margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.125rem * var(--tw-space-x-reverse));
        margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.375rem * var(--tw-space-x-reverse));
        margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.625rem * var(--tw-space-x-reverse));
        margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.875rem * var(--tw-space-x-reverse));
        margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(5px * var(--tw-space-x-reverse));
        margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(10px * var(--tw-space-x-reverse));
        margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(14px * var(--tw-space-x-reverse));
        margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(15px * var(--tw-space-x-reverse));
        margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(60px * var(--tw-space-x-reverse));
        margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(52px * var(--tw-space-x-reverse));
        margin-left: calc(52px * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(16px * var(--tw-space-x-reverse));
        margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(25px * var(--tw-space-x-reverse));
        margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(48% * var(--tw-space-x-reverse));
        margin-left: calc(48% * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-x-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(52% * var(--tw-space-x-reverse));
        margin-left: calc(52% * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-0> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-3> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-4> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1rem * var(--tw-space-x-reverse));
        margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-6> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-7> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-8> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2rem * var(--tw-space-x-reverse));
        margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-9> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-10> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-11> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-12> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3rem * var(--tw-space-x-reverse));
        margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-14> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-16> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-4rem * var(--tw-space-x-reverse));
        margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-18> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-4.375rem * var(--tw-space-x-reverse));
        margin-left: calc(-4.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-19> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-76px * var(--tw-space-x-reverse));
        margin-left: calc(-76px * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-20> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-5rem * var(--tw-space-x-reverse));
        margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-24> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-6rem * var(--tw-space-x-reverse));
        margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-28> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-7rem * var(--tw-space-x-reverse));
        margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-30> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-120px * var(--tw-space-x-reverse));
        margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-32> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-8rem * var(--tw-space-x-reverse));
        margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-36> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-9rem * var(--tw-space-x-reverse));
        margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-40> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-10rem * var(--tw-space-x-reverse));
        margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-44> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-11rem * var(--tw-space-x-reverse));
        margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-48> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-12rem * var(--tw-space-x-reverse));
        margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-52> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-13rem * var(--tw-space-x-reverse));
        margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-56> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-14rem * var(--tw-space-x-reverse));
        margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-60> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-15rem * var(--tw-space-x-reverse));
        margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-64> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-16rem * var(--tw-space-x-reverse));
        margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-72> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-18rem * var(--tw-space-x-reverse));
        margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-80> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-20rem * var(--tw-space-x-reverse));
        margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-96> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-24rem * var(--tw-space-x-reverse));
        margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-px> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1px * var(--tw-space-x-reverse));
        margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-5px * var(--tw-space-x-reverse));
        margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-10px * var(--tw-space-x-reverse));
        margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-14px * var(--tw-space-x-reverse));
        margin-left: calc(-14px * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-15px * var(--tw-space-x-reverse));
        margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-60px * var(--tw-space-x-reverse));
        margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-52px * var(--tw-space-x-reverse));
        margin-left: calc(-52px * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-16px * var(--tw-space-x-reverse));
        margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-25px * var(--tw-space-x-reverse));
        margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-48% * var(--tw-space-x-reverse));
        margin-left: calc(-48% * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:-space-x-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-52% * var(--tw-space-x-reverse));
        margin-left: calc(-52% * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-y-0> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }

    .md\:space-y-1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
    }

    .md\:space-y-2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
    }

    .md\:space-y-3> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
    }

    .md\:space-y-4> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1rem * var(--tw-space-y-reverse));
    }

    .md\:space-y-5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
    }

    .md\:space-y-6> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
    }

    .md\:space-y-7> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
    }

    .md\:space-y-8> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2rem * var(--tw-space-y-reverse));
    }

    .md\:space-y-9> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
    }

    .md\:space-y-10> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
    }

    .md\:space-y-11> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
    }

    .md\:space-y-12> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3rem * var(--tw-space-y-reverse));
    }

    .md\:space-y-14> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
    }

    .md\:space-y-16> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(4rem * var(--tw-space-y-reverse));
    }

    .md\:space-y-18> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(4.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(4.375rem * var(--tw-space-y-reverse));
    }

    .md\:space-y-19> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(76px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(76px * var(--tw-space-y-reverse));
    }

    .md\:space-y-20> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5rem * var(--tw-space-y-reverse));
    }

    .md\:space-y-24> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(6rem * var(--tw-space-y-reverse));
    }

    .md\:space-y-28> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(7rem * var(--tw-space-y-reverse));
    }

    .md\:space-y-30> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(120px * var(--tw-space-y-reverse));
    }

    .md\:space-y-32> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(8rem * var(--tw-space-y-reverse));
    }

    .md\:space-y-36> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(9rem * var(--tw-space-y-reverse));
    }

    .md\:space-y-40> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(10rem * var(--tw-space-y-reverse));
    }

    .md\:space-y-44> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(11rem * var(--tw-space-y-reverse));
    }

    .md\:space-y-48> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(12rem * var(--tw-space-y-reverse));
    }

    .md\:space-y-52> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(13rem * var(--tw-space-y-reverse));
    }

    .md\:space-y-56> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(14rem * var(--tw-space-y-reverse));
    }

    .md\:space-y-60> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(15rem * var(--tw-space-y-reverse));
    }

    .md\:space-y-64> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(16rem * var(--tw-space-y-reverse));
    }

    .md\:space-y-72> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(18rem * var(--tw-space-y-reverse));
    }

    .md\:space-y-80> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(20rem * var(--tw-space-y-reverse));
    }

    .md\:space-y-96> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(24rem * var(--tw-space-y-reverse));
    }

    .md\:space-y-px> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1px * var(--tw-space-y-reverse));
    }

    .md\:space-y-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
    }

    .md\:space-y-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
    }

    .md\:space-y-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
    }

    .md\:space-y-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
    }

    .md\:space-y-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5px * var(--tw-space-y-reverse));
    }

    .md\:space-y-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(10px * var(--tw-space-y-reverse));
    }

    .md\:space-y-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(14px * var(--tw-space-y-reverse));
    }

    .md\:space-y-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(15px * var(--tw-space-y-reverse));
    }

    .md\:space-y-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(60px * var(--tw-space-y-reverse));
    }

    .md\:space-y-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(52px * var(--tw-space-y-reverse));
    }

    .md\:space-y-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(16px * var(--tw-space-y-reverse));
    }

    .md\:space-y-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(25px * var(--tw-space-y-reverse));
    }

    .md\:space-y-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(48% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(48% * var(--tw-space-y-reverse));
    }

    .md\:space-y-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(52% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(52% * var(--tw-space-y-reverse));
    }

    .md\:-space-y-0> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }

    .md\:-space-y-1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
    }

    .md\:-space-y-2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
    }

    .md\:-space-y-3> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
    }

    .md\:-space-y-4> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
    }

    .md\:-space-y-5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
    }

    .md\:-space-y-6> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
    }

    .md\:-space-y-7> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
    }

    .md\:-space-y-8> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
    }

    .md\:-space-y-9> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
    }

    .md\:-space-y-10> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
    }

    .md\:-space-y-11> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
    }

    .md\:-space-y-12> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
    }

    .md\:-space-y-14> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
    }

    .md\:-space-y-16> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
    }

    .md\:-space-y-18> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-4.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-4.375rem * var(--tw-space-y-reverse));
    }

    .md\:-space-y-19> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-76px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-76px * var(--tw-space-y-reverse));
    }

    .md\:-space-y-20> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
    }

    .md\:-space-y-24> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
    }

    .md\:-space-y-28> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
    }

    .md\:-space-y-30> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-120px * var(--tw-space-y-reverse));
    }

    .md\:-space-y-32> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
    }

    .md\:-space-y-36> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
    }

    .md\:-space-y-40> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
    }

    .md\:-space-y-44> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
    }

    .md\:-space-y-48> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
    }

    .md\:-space-y-52> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
    }

    .md\:-space-y-56> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
    }

    .md\:-space-y-60> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
    }

    .md\:-space-y-64> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
    }

    .md\:-space-y-72> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
    }

    .md\:-space-y-80> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
    }

    .md\:-space-y-96> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
    }

    .md\:-space-y-px> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1px * var(--tw-space-y-reverse));
    }

    .md\:-space-y-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
    }

    .md\:-space-y-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
    }

    .md\:-space-y-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
    }

    .md\:-space-y-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
    }

    .md\:-space-y-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-5px * var(--tw-space-y-reverse));
    }

    .md\:-space-y-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-10px * var(--tw-space-y-reverse));
    }

    .md\:-space-y-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-14px * var(--tw-space-y-reverse));
    }

    .md\:-space-y-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-15px * var(--tw-space-y-reverse));
    }

    .md\:-space-y-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-60px * var(--tw-space-y-reverse));
    }

    .md\:-space-y-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-52px * var(--tw-space-y-reverse));
    }

    .md\:-space-y-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-16px * var(--tw-space-y-reverse));
    }

    .md\:-space-y-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-25px * var(--tw-space-y-reverse));
    }

    .md\:-space-y-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-48% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-48% * var(--tw-space-y-reverse));
    }

    .md\:-space-y-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-52% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-52% * var(--tw-space-y-reverse));
    }

    .md\:space-y-reverse> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 1;
    }

    .md\:space-x-reverse> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 1;
    }

    .md\:divide-x-0> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(0px * var(--tw-divide-x-reverse));
        border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .md\:divide-x-2> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(2px * var(--tw-divide-x-reverse));
        border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .md\:divide-x-4> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(4px * var(--tw-divide-x-reverse));
        border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .md\:divide-x-8> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(8px * var(--tw-divide-x-reverse));
        border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .md\:divide-x> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(1px * var(--tw-divide-x-reverse));
        border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .md\:divide-y-0> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
    }

    .md\:divide-y-2> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
    }

    .md\:divide-y-4> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
    }

    .md\:divide-y-8> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
    }

    .md\:divide-y> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
    }

    .md\:divide-y-reverse> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 1;
    }

    .md\:divide-x-reverse> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 1;
    }

    .md\:divide-solid> :not([hidden])~ :not([hidden]) {
        border-style: solid;
    }

    .md\:divide-dashed> :not([hidden])~ :not([hidden]) {
        border-style: dashed;
    }

    .md\:divide-dotted> :not([hidden])~ :not([hidden]) {
        border-style: dotted;
    }

    .md\:divide-double> :not([hidden])~ :not([hidden]) {
        border-style: double;
    }

    .md\:divide-none> :not([hidden])~ :not([hidden]) {
        border-style: none;
    }

    .md\:divide-transparent> :not([hidden])~ :not([hidden]) {
        border-color: transparent;
    }

    .md\:divide-current> :not([hidden])~ :not([hidden]) {
        border-color: currentColor;
    }

    .md\:divide-black> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
    }

    .md\:divide-white> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
    }

    .md\:divide-gray-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
    }

    .md\:divide-gray-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
    }

    .md\:divide-gray-200> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
    }

    .md\:divide-gray-300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
    }

    .md\:divide-gray-400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
    }

    .md\:divide-gray-500> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
    }

    .md\:divide-gray-600> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
    }

    .md\:divide-gray-700> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
    }

    .md\:divide-gray-800> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
    }

    .md\:divide-gray-900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
    }

    .md\:divide-red-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
    }

    .md\:divide-red-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
    }

    .md\:divide-red-200> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
    }

    .md\:divide-red-300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
    }

    .md\:divide-red-400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
    }

    .md\:divide-red-500> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
    }

    .md\:divide-red-600> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
    }

    .md\:divide-red-700> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
    }

    .md\:divide-red-800> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
    }

    .md\:divide-red-900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
    }

    .md\:divide-yellow> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-divide-opacity));
    }

    .md\:divide-green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-divide-opacity));
    }

    .md\:divide-blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-divide-opacity));
    }

    .md\:divide-indigo-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
    }

    .md\:divide-indigo-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
    }

    .md\:divide-indigo-200> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
    }

    .md\:divide-indigo-300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
    }

    .md\:divide-indigo-400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
    }

    .md\:divide-indigo-500> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
    }

    .md\:divide-indigo-600> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
    }

    .md\:divide-indigo-700> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
    }

    .md\:divide-indigo-800> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
    }

    .md\:divide-indigo-900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
    }

    .md\:divide-purple> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-divide-opacity));
    }

    .md\:divide-pink> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-divide-opacity));
    }

    .md\:divide-primary> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-divide-opacity));
    }

    .md\:divide-secondary> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-divide-opacity));
    }

    .md\:divide-body_bg> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
    }

    .md\:divide-body_text> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-divide-opacity));
    }

    .md\:divide-title> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-divide-opacity));
    }

    .md\:divide-grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-divide-opacity));
    }

    .md\:divide-dark_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-divide-opacity));
    }

    .md\:divide-light_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-divide-opacity));
    }

    .md\:divide-medium_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-divide-opacity));
    }

    .md\:divide-lightten_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-divide-opacity));
    }

    .md\:divide-grey_300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-divide-opacity));
    }

    .md\:divide-grey_400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-divide-opacity));
    }

    .md\:divide-medium_blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-divide-opacity));
    }

    .md\:divide-dark_blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-divide-opacity));
    }

    .md\:divide-text_blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-divide-opacity));
    }

    .md\:divide-footer_bg> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-divide-opacity));
    }

    .md\:divide-brown> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-divide-opacity));
    }

    .md\:divide-dark_brown> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-divide-opacity));
    }

    .md\:divide-Light_purple> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-divide-opacity));
    }

    .md\:divide-dark_green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-divide-opacity));
    }

    .md\:divide-medium_green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-divide-opacity));
    }

    .md\:divide-light_green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-divide-opacity));
    }

    .md\:divide-green_900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-divide-opacity));
    }

    .md\:divide-dark_border> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-divide-opacity));
    }

    .md\:divide-opacity-0> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0;
    }

    .md\:divide-opacity-5> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.05;
    }

    .md\:divide-opacity-10> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.1;
    }

    .md\:divide-opacity-20> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.2;
    }

    .md\:divide-opacity-25> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.25;
    }

    .md\:divide-opacity-30> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.3;
    }

    .md\:divide-opacity-40> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.4;
    }

    .md\:divide-opacity-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.5;
    }

    .md\:divide-opacity-60> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.6;
    }

    .md\:divide-opacity-70> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.7;
    }

    .md\:divide-opacity-75> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.75;
    }

    .md\:divide-opacity-80> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.8;
    }

    .md\:divide-opacity-90> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.9;
    }

    .md\:divide-opacity-95> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.95;
    }

    .md\:divide-opacity-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
    }

    .md\:place-self-auto {
        place-self: auto;
    }

    .md\:place-self-start {
        place-self: start;
    }

    .md\:place-self-end {
        place-self: end;
    }

    .md\:place-self-center {
        place-self: center;
    }

    .md\:place-self-stretch {
        place-self: stretch;
    }

    .md\:self-auto {
        align-self: auto;
    }

    .md\:self-start {
        align-self: flex-start;
    }

    .md\:self-end {
        align-self: flex-end;
    }

    .md\:self-center {
        align-self: center;
    }

    .md\:self-stretch {
        align-self: stretch;
    }

    .md\:self-baseline {
        align-self: baseline;
    }

    .md\:justify-self-auto {
        justify-self: auto;
    }

    .md\:justify-self-start {
        justify-self: start;
    }

    .md\:justify-self-end {
        justify-self: end;
    }

    .md\:justify-self-center {
        justify-self: center;
    }

    .md\:justify-self-stretch {
        justify-self: stretch;
    }

    .md\:overflow-auto {
        overflow: auto;
    }

    .md\:overflow-hidden {
        overflow: hidden;
    }

    .md\:overflow-visible {
        overflow: visible;
    }

    .md\:overflow-scroll {
        overflow: scroll;
    }

    .md\:overflow-x-auto {
        overflow-x: auto;
    }

    .md\:overflow-y-auto {
        overflow-y: auto;
    }

    .md\:overflow-x-hidden {
        overflow-x: hidden;
    }

    .md\:overflow-y-hidden {
        overflow-y: hidden;
    }

    .md\:overflow-x-visible {
        overflow-x: visible;
    }

    .md\:overflow-y-visible {
        overflow-y: visible;
    }

    .md\:overflow-x-scroll {
        overflow-x: scroll;
    }

    .md\:overflow-y-scroll {
        overflow-y: scroll;
    }

    .md\:overscroll-auto {
        -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
    }

    .md\:overscroll-contain {
        -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    }

    .md\:overscroll-none {
        -ms-scroll-chaining: none;
        overscroll-behavior: none;
    }

    .md\:overscroll-y-auto {
        overscroll-behavior-y: auto;
    }

    .md\:overscroll-y-contain {
        overscroll-behavior-y: contain;
    }

    .md\:overscroll-y-none {
        overscroll-behavior-y: none;
    }

    .md\:overscroll-x-auto {
        overscroll-behavior-x: auto;
    }

    .md\:overscroll-x-contain {
        overscroll-behavior-x: contain;
    }

    .md\:overscroll-x-none {
        overscroll-behavior-x: none;
    }

    .md\:truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .md\:overflow-ellipsis {
        text-overflow: ellipsis;
    }

    .md\:overflow-clip {
        text-overflow: clip;
    }

    .md\:whitespace-normal {
        white-space: normal;
    }

    .md\:whitespace-nowrap {
        white-space: nowrap;
    }

    .md\:whitespace-pre {
        white-space: pre;
    }

    .md\:whitespace-pre-line {
        white-space: pre-line;
    }

    .md\:whitespace-pre-wrap {
        white-space: pre-wrap;
    }

    .md\:break-normal {
        overflow-wrap: normal;
        word-break: normal;
    }

    .md\:break-words {
        overflow-wrap: break-word;
    }

    .md\:break-all {
        word-break: break-all;
    }

    .md\:rounded-none {
        border-radius: 0px;
    }

    .md\:rounded-sm {
        border-radius: 0.125rem;
    }

    .md\:rounded {
        border-radius: 0.25rem;
    }

    .md\:rounded-md {
        border-radius: 0.375rem;
    }

    .md\:rounded-lg {
        border-radius: 0.5rem;
    }

    .md\:rounded-xl {
        border-radius: 0.75rem;
    }

    .md\:rounded-2xl {
        border-radius: 1rem;
    }

    .md\:rounded-3xl {
        border-radius: 1.5rem;
    }

    .md\:rounded-full {
        border-radius: 9999px;
    }

    .md\:rounded-btn {
        border-radius: 31px;
    }

    .md\:rounded-10p {
        border-radius: 10px;
    }

    .md\:rounded-t-none {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .md\:rounded-t-sm {
        border-top-left-radius: 0.125rem;
        border-top-right-radius: 0.125rem;
    }

    .md\:rounded-t {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .md\:rounded-t-md {
        border-top-left-radius: 0.375rem;
        border-top-right-radius: 0.375rem;
    }

    .md\:rounded-t-lg {
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
    }

    .md\:rounded-t-xl {
        border-top-left-radius: 0.75rem;
        border-top-right-radius: 0.75rem;
    }

    .md\:rounded-t-2xl {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }

    .md\:rounded-t-3xl {
        border-top-left-radius: 1.5rem;
        border-top-right-radius: 1.5rem;
    }

    .md\:rounded-t-full {
        border-top-left-radius: 9999px;
        border-top-right-radius: 9999px;
    }

    .md\:rounded-t-btn {
        border-top-left-radius: 31px;
        border-top-right-radius: 31px;
    }

    .md\:rounded-t-10p {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .md\:rounded-r-none {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .md\:rounded-r-sm {
        border-top-right-radius: 0.125rem;
        border-bottom-right-radius: 0.125rem;
    }

    .md\:rounded-r {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }

    .md\:rounded-r-md {
        border-top-right-radius: 0.375rem;
        border-bottom-right-radius: 0.375rem;
    }

    .md\:rounded-r-lg {
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
    }

    .md\:rounded-r-xl {
        border-top-right-radius: 0.75rem;
        border-bottom-right-radius: 0.75rem;
    }

    .md\:rounded-r-2xl {
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }

    .md\:rounded-r-3xl {
        border-top-right-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
    }

    .md\:rounded-r-full {
        border-top-right-radius: 9999px;
        border-bottom-right-radius: 9999px;
    }

    .md\:rounded-r-btn {
        border-top-right-radius: 31px;
        border-bottom-right-radius: 31px;
    }

    .md\:rounded-r-10p {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .md\:rounded-b-none {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .md\:rounded-b-sm {
        border-bottom-right-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }

    .md\:rounded-b {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .md\:rounded-b-md {
        border-bottom-right-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }

    .md\:rounded-b-lg {
        border-bottom-right-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }

    .md\:rounded-b-xl {
        border-bottom-right-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }

    .md\:rounded-b-2xl {
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }

    .md\:rounded-b-3xl {
        border-bottom-right-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }

    .md\:rounded-b-full {
        border-bottom-right-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }

    .md\:rounded-b-btn {
        border-bottom-right-radius: 31px;
        border-bottom-left-radius: 31px;
    }

    .md\:rounded-b-10p {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .md\:rounded-l-none {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .md\:rounded-l-sm {
        border-top-left-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }

    .md\:rounded-l {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .md\:rounded-l-md {
        border-top-left-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }

    .md\:rounded-l-lg {
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }

    .md\:rounded-l-xl {
        border-top-left-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }

    .md\:rounded-l-2xl {
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }

    .md\:rounded-l-3xl {
        border-top-left-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }

    .md\:rounded-l-full {
        border-top-left-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }

    .md\:rounded-l-btn {
        border-top-left-radius: 31px;
        border-bottom-left-radius: 31px;
    }

    .md\:rounded-l-10p {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .md\:rounded-tl-none {
        border-top-left-radius: 0px;
    }

    .md\:rounded-tl-sm {
        border-top-left-radius: 0.125rem;
    }

    .md\:rounded-tl {
        border-top-left-radius: 0.25rem;
    }

    .md\:rounded-tl-md {
        border-top-left-radius: 0.375rem;
    }

    .md\:rounded-tl-lg {
        border-top-left-radius: 0.5rem;
    }

    .md\:rounded-tl-xl {
        border-top-left-radius: 0.75rem;
    }

    .md\:rounded-tl-2xl {
        border-top-left-radius: 1rem;
    }

    .md\:rounded-tl-3xl {
        border-top-left-radius: 1.5rem;
    }

    .md\:rounded-tl-full {
        border-top-left-radius: 9999px;
    }

    .md\:rounded-tl-btn {
        border-top-left-radius: 31px;
    }

    .md\:rounded-tl-10p {
        border-top-left-radius: 10px;
    }

    .md\:rounded-tr-none {
        border-top-right-radius: 0px;
    }

    .md\:rounded-tr-sm {
        border-top-right-radius: 0.125rem;
    }

    .md\:rounded-tr {
        border-top-right-radius: 0.25rem;
    }

    .md\:rounded-tr-md {
        border-top-right-radius: 0.375rem;
    }

    .md\:rounded-tr-lg {
        border-top-right-radius: 0.5rem;
    }

    .md\:rounded-tr-xl {
        border-top-right-radius: 0.75rem;
    }

    .md\:rounded-tr-2xl {
        border-top-right-radius: 1rem;
    }

    .md\:rounded-tr-3xl {
        border-top-right-radius: 1.5rem;
    }

    .md\:rounded-tr-full {
        border-top-right-radius: 9999px;
    }

    .md\:rounded-tr-btn {
        border-top-right-radius: 31px;
    }

    .md\:rounded-tr-10p {
        border-top-right-radius: 10px;
    }

    .md\:rounded-br-none {
        border-bottom-right-radius: 0px;
    }

    .md\:rounded-br-sm {
        border-bottom-right-radius: 0.125rem;
    }

    .md\:rounded-br {
        border-bottom-right-radius: 0.25rem;
    }

    .md\:rounded-br-md {
        border-bottom-right-radius: 0.375rem;
    }

    .md\:rounded-br-lg {
        border-bottom-right-radius: 0.5rem;
    }

    .md\:rounded-br-xl {
        border-bottom-right-radius: 0.75rem;
    }

    .md\:rounded-br-2xl {
        border-bottom-right-radius: 1rem;
    }

    .md\:rounded-br-3xl {
        border-bottom-right-radius: 1.5rem;
    }

    .md\:rounded-br-full {
        border-bottom-right-radius: 9999px;
    }

    .md\:rounded-br-btn {
        border-bottom-right-radius: 31px;
    }

    .md\:rounded-br-10p {
        border-bottom-right-radius: 10px;
    }

    .md\:rounded-bl-none {
        border-bottom-left-radius: 0px;
    }

    .md\:rounded-bl-sm {
        border-bottom-left-radius: 0.125rem;
    }

    .md\:rounded-bl {
        border-bottom-left-radius: 0.25rem;
    }

    .md\:rounded-bl-md {
        border-bottom-left-radius: 0.375rem;
    }

    .md\:rounded-bl-lg {
        border-bottom-left-radius: 0.5rem;
    }

    .md\:rounded-bl-xl {
        border-bottom-left-radius: 0.75rem;
    }

    .md\:rounded-bl-2xl {
        border-bottom-left-radius: 1rem;
    }

    .md\:rounded-bl-3xl {
        border-bottom-left-radius: 1.5rem;
    }

    .md\:rounded-bl-full {
        border-bottom-left-radius: 9999px;
    }

    .md\:rounded-bl-btn {
        border-bottom-left-radius: 31px;
    }

    .md\:rounded-bl-10p {
        border-bottom-left-radius: 10px;
    }

    .md\:border-0 {
        border-width: 0px;
    }

    .md\:border-2 {
        border-width: 2px;
    }

    .md\:border-4 {
        border-width: 4px;
    }

    .md\:border-8 {
        border-width: 8px;
    }

    .md\:border {
        border-width: 1px;
    }

    .md\:border-t-0 {
        border-top-width: 0px;
    }

    .md\:border-t-2 {
        border-top-width: 2px;
    }

    .md\:border-t-4 {
        border-top-width: 4px;
    }

    .md\:border-t-8 {
        border-top-width: 8px;
    }

    .md\:border-t {
        border-top-width: 1px;
    }

    .md\:border-r-0 {
        border-right-width: 0px;
    }

    .md\:border-r-2 {
        border-right-width: 2px;
    }

    .md\:border-r-4 {
        border-right-width: 4px;
    }

    .md\:border-r-8 {
        border-right-width: 8px;
    }

    .md\:border-r {
        border-right-width: 1px;
    }

    .md\:border-b-0 {
        border-bottom-width: 0px;
    }

    .md\:border-b-2 {
        border-bottom-width: 2px;
    }

    .md\:border-b-4 {
        border-bottom-width: 4px;
    }

    .md\:border-b-8 {
        border-bottom-width: 8px;
    }

    .md\:border-b {
        border-bottom-width: 1px;
    }

    .md\:border-l-0 {
        border-left-width: 0px;
    }

    .md\:border-l-2 {
        border-left-width: 2px;
    }

    .md\:border-l-4 {
        border-left-width: 4px;
    }

    .md\:border-l-8 {
        border-left-width: 8px;
    }

    .md\:border-l {
        border-left-width: 1px;
    }

    .md\:border-solid {
        border-style: solid;
    }

    .md\:border-dashed {
        border-style: dashed;
    }

    .md\:border-dotted {
        border-style: dotted;
    }

    .md\:border-double {
        border-style: double;
    }

    .md\:border-none {
        border-style: none;
    }

    .md\:border-transparent {
        border-color: transparent;
    }

    .md\:border-current {
        border-color: currentColor;
    }

    .md\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .md\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .md\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .md\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .md\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .md\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .md\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .md\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .md\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .md\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .md\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .md\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .md\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .md\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .md\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .md\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .md\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .md\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .md\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .md\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .md\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .md\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .md\:border-yellow {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .md\:border-green {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .md\:border-blue {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .md\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .md\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .md\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .md\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .md\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .md\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .md\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .md\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .md\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .md\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .md\:border-purple {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .md\:border-pink {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .md\:border-primary {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .md\:border-secondary {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .md\:border-body_bg {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .md\:border-body_text {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .md\:border-title {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .md\:border-grey {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .md\:border-dark_grey {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .md\:border-light_grey {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .md\:border-medium_grey {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .md\:border-lightten_grey {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .md\:border-grey_300 {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .md\:border-grey_400 {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .md\:border-medium_blue {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .md\:border-dark_blue {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .md\:border-text_blue {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .md\:border-footer_bg {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .md\:border-brown {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .md\:border-dark_brown {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .md\:border-Light_purple {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .md\:border-dark_green {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .md\:border-medium_green {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .md\:border-light_green {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .md\:border-green_900 {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .md\:border-dark_border {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-transparent {
        border-color: transparent;
    }

    .group:hover .md\:group-hover\:border-current {
        border-color: currentColor;
    }

    .group:hover .md\:group-hover\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-yellow {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-green {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-blue {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-purple {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-pink {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-primary {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-secondary {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-body_bg {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-body_text {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-title {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-grey {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-dark_grey {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-light_grey {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-medium_grey {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-lightten_grey {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-grey_300 {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-grey_400 {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-medium_blue {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-dark_blue {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-text_blue {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-footer_bg {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-brown {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-dark_brown {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-Light_purple {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-dark_green {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-medium_green {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-light_green {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-green_900 {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .group:hover .md\:group-hover\:border-dark_border {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-transparent:focus-within {
        border-color: transparent;
    }

    .md\:focus-within\:border-current:focus-within {
        border-color: currentColor;
    }

    .md\:focus-within\:border-black:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-white:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-gray-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-gray-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-gray-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-gray-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-gray-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-gray-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-gray-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-gray-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-gray-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-gray-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-red-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-red-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-red-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-red-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-red-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-red-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-red-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-red-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-red-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-red-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-yellow:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-indigo-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-indigo-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-indigo-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-indigo-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-indigo-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-indigo-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-indigo-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-indigo-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-indigo-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-indigo-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-purple:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-pink:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-primary:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-secondary:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-body_bg:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-body_text:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-title:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-dark_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-light_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-medium_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-lightten_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-grey_300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-grey_400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-medium_blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-dark_blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-text_blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-footer_bg:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-brown:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-dark_brown:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-Light_purple:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-dark_green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-medium_green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-light_green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-green_900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .md\:focus-within\:border-dark_border:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .md\:hover\:border-transparent:hover {
        border-color: transparent;
    }

    .md\:hover\:border-current:hover {
        border-color: currentColor;
    }

    .md\:hover\:border-black:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .md\:hover\:border-white:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .md\:hover\:border-gray-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .md\:hover\:border-gray-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .md\:hover\:border-gray-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .md\:hover\:border-gray-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .md\:hover\:border-gray-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .md\:hover\:border-gray-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .md\:hover\:border-gray-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .md\:hover\:border-gray-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .md\:hover\:border-gray-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .md\:hover\:border-gray-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .md\:hover\:border-red-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .md\:hover\:border-red-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .md\:hover\:border-red-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .md\:hover\:border-red-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .md\:hover\:border-red-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .md\:hover\:border-red-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .md\:hover\:border-red-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .md\:hover\:border-red-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .md\:hover\:border-red-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .md\:hover\:border-red-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .md\:hover\:border-yellow:hover {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .md\:hover\:border-green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .md\:hover\:border-blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .md\:hover\:border-indigo-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .md\:hover\:border-indigo-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .md\:hover\:border-indigo-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .md\:hover\:border-indigo-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .md\:hover\:border-indigo-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .md\:hover\:border-indigo-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .md\:hover\:border-indigo-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .md\:hover\:border-indigo-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .md\:hover\:border-indigo-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .md\:hover\:border-indigo-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .md\:hover\:border-purple:hover {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .md\:hover\:border-pink:hover {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .md\:hover\:border-primary:hover {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .md\:hover\:border-secondary:hover {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .md\:hover\:border-body_bg:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .md\:hover\:border-body_text:hover {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .md\:hover\:border-title:hover {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .md\:hover\:border-grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .md\:hover\:border-dark_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .md\:hover\:border-light_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .md\:hover\:border-medium_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .md\:hover\:border-lightten_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .md\:hover\:border-grey_300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .md\:hover\:border-grey_400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .md\:hover\:border-medium_blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .md\:hover\:border-dark_blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .md\:hover\:border-text_blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .md\:hover\:border-footer_bg:hover {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .md\:hover\:border-brown:hover {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .md\:hover\:border-dark_brown:hover {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .md\:hover\:border-Light_purple:hover {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .md\:hover\:border-dark_green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .md\:hover\:border-medium_green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .md\:hover\:border-light_green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .md\:hover\:border-green_900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .md\:hover\:border-dark_border:hover {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .md\:focus\:border-transparent:focus {
        border-color: transparent;
    }

    .md\:focus\:border-current:focus {
        border-color: currentColor;
    }

    .md\:focus\:border-black:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .md\:focus\:border-white:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .md\:focus\:border-gray-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .md\:focus\:border-gray-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .md\:focus\:border-gray-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .md\:focus\:border-gray-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .md\:focus\:border-gray-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .md\:focus\:border-gray-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .md\:focus\:border-gray-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .md\:focus\:border-gray-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .md\:focus\:border-gray-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .md\:focus\:border-gray-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .md\:focus\:border-red-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .md\:focus\:border-red-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .md\:focus\:border-red-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .md\:focus\:border-red-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .md\:focus\:border-red-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .md\:focus\:border-red-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .md\:focus\:border-red-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .md\:focus\:border-red-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .md\:focus\:border-red-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .md\:focus\:border-red-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .md\:focus\:border-yellow:focus {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .md\:focus\:border-green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .md\:focus\:border-blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .md\:focus\:border-indigo-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .md\:focus\:border-indigo-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .md\:focus\:border-indigo-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .md\:focus\:border-indigo-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .md\:focus\:border-indigo-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .md\:focus\:border-indigo-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .md\:focus\:border-indigo-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .md\:focus\:border-indigo-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .md\:focus\:border-indigo-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .md\:focus\:border-indigo-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .md\:focus\:border-purple:focus {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .md\:focus\:border-pink:focus {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .md\:focus\:border-primary:focus {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .md\:focus\:border-secondary:focus {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .md\:focus\:border-body_bg:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .md\:focus\:border-body_text:focus {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .md\:focus\:border-title:focus {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .md\:focus\:border-grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .md\:focus\:border-dark_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .md\:focus\:border-light_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .md\:focus\:border-medium_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .md\:focus\:border-lightten_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .md\:focus\:border-grey_300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .md\:focus\:border-grey_400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .md\:focus\:border-medium_blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .md\:focus\:border-dark_blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .md\:focus\:border-text_blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .md\:focus\:border-footer_bg:focus {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .md\:focus\:border-brown:focus {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .md\:focus\:border-dark_brown:focus {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .md\:focus\:border-Light_purple:focus {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .md\:focus\:border-dark_green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .md\:focus\:border-medium_green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .md\:focus\:border-light_green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .md\:focus\:border-green_900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .md\:focus\:border-dark_border:focus {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .md\:border-opacity-0 {
        --tw-border-opacity: 0;
    }

    .md\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }

    .md\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }

    .md\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }

    .md\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }

    .md\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }

    .md\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }

    .md\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }

    .md\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }

    .md\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }

    .md\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }

    .md\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }

    .md\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }

    .md\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }

    .md\:border-opacity-100 {
        --tw-border-opacity: 1;
    }

    .group:hover .md\:group-hover\:border-opacity-0 {
        --tw-border-opacity: 0;
    }

    .group:hover .md\:group-hover\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }

    .group:hover .md\:group-hover\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }

    .group:hover .md\:group-hover\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }

    .group:hover .md\:group-hover\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }

    .group:hover .md\:group-hover\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }

    .group:hover .md\:group-hover\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }

    .group:hover .md\:group-hover\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }

    .group:hover .md\:group-hover\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }

    .group:hover .md\:group-hover\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }

    .group:hover .md\:group-hover\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }

    .group:hover .md\:group-hover\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }

    .group:hover .md\:group-hover\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }

    .group:hover .md\:group-hover\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }

    .group:hover .md\:group-hover\:border-opacity-100 {
        --tw-border-opacity: 1;
    }

    .md\:focus-within\:border-opacity-0:focus-within {
        --tw-border-opacity: 0;
    }

    .md\:focus-within\:border-opacity-5:focus-within {
        --tw-border-opacity: 0.05;
    }

    .md\:focus-within\:border-opacity-10:focus-within {
        --tw-border-opacity: 0.1;
    }

    .md\:focus-within\:border-opacity-20:focus-within {
        --tw-border-opacity: 0.2;
    }

    .md\:focus-within\:border-opacity-25:focus-within {
        --tw-border-opacity: 0.25;
    }

    .md\:focus-within\:border-opacity-30:focus-within {
        --tw-border-opacity: 0.3;
    }

    .md\:focus-within\:border-opacity-40:focus-within {
        --tw-border-opacity: 0.4;
    }

    .md\:focus-within\:border-opacity-50:focus-within {
        --tw-border-opacity: 0.5;
    }

    .md\:focus-within\:border-opacity-60:focus-within {
        --tw-border-opacity: 0.6;
    }

    .md\:focus-within\:border-opacity-70:focus-within {
        --tw-border-opacity: 0.7;
    }

    .md\:focus-within\:border-opacity-75:focus-within {
        --tw-border-opacity: 0.75;
    }

    .md\:focus-within\:border-opacity-80:focus-within {
        --tw-border-opacity: 0.8;
    }

    .md\:focus-within\:border-opacity-90:focus-within {
        --tw-border-opacity: 0.9;
    }

    .md\:focus-within\:border-opacity-95:focus-within {
        --tw-border-opacity: 0.95;
    }

    .md\:focus-within\:border-opacity-100:focus-within {
        --tw-border-opacity: 1;
    }

    .md\:hover\:border-opacity-0:hover {
        --tw-border-opacity: 0;
    }

    .md\:hover\:border-opacity-5:hover {
        --tw-border-opacity: 0.05;
    }

    .md\:hover\:border-opacity-10:hover {
        --tw-border-opacity: 0.1;
    }

    .md\:hover\:border-opacity-20:hover {
        --tw-border-opacity: 0.2;
    }

    .md\:hover\:border-opacity-25:hover {
        --tw-border-opacity: 0.25;
    }

    .md\:hover\:border-opacity-30:hover {
        --tw-border-opacity: 0.3;
    }

    .md\:hover\:border-opacity-40:hover {
        --tw-border-opacity: 0.4;
    }

    .md\:hover\:border-opacity-50:hover {
        --tw-border-opacity: 0.5;
    }

    .md\:hover\:border-opacity-60:hover {
        --tw-border-opacity: 0.6;
    }

    .md\:hover\:border-opacity-70:hover {
        --tw-border-opacity: 0.7;
    }

    .md\:hover\:border-opacity-75:hover {
        --tw-border-opacity: 0.75;
    }

    .md\:hover\:border-opacity-80:hover {
        --tw-border-opacity: 0.8;
    }

    .md\:hover\:border-opacity-90:hover {
        --tw-border-opacity: 0.9;
    }

    .md\:hover\:border-opacity-95:hover {
        --tw-border-opacity: 0.95;
    }

    .md\:hover\:border-opacity-100:hover {
        --tw-border-opacity: 1;
    }

    .md\:focus\:border-opacity-0:focus {
        --tw-border-opacity: 0;
    }

    .md\:focus\:border-opacity-5:focus {
        --tw-border-opacity: 0.05;
    }

    .md\:focus\:border-opacity-10:focus {
        --tw-border-opacity: 0.1;
    }

    .md\:focus\:border-opacity-20:focus {
        --tw-border-opacity: 0.2;
    }

    .md\:focus\:border-opacity-25:focus {
        --tw-border-opacity: 0.25;
    }

    .md\:focus\:border-opacity-30:focus {
        --tw-border-opacity: 0.3;
    }

    .md\:focus\:border-opacity-40:focus {
        --tw-border-opacity: 0.4;
    }

    .md\:focus\:border-opacity-50:focus {
        --tw-border-opacity: 0.5;
    }

    .md\:focus\:border-opacity-60:focus {
        --tw-border-opacity: 0.6;
    }

    .md\:focus\:border-opacity-70:focus {
        --tw-border-opacity: 0.7;
    }

    .md\:focus\:border-opacity-75:focus {
        --tw-border-opacity: 0.75;
    }

    .md\:focus\:border-opacity-80:focus {
        --tw-border-opacity: 0.8;
    }

    .md\:focus\:border-opacity-90:focus {
        --tw-border-opacity: 0.9;
    }

    .md\:focus\:border-opacity-95:focus {
        --tw-border-opacity: 0.95;
    }

    .md\:focus\:border-opacity-100:focus {
        --tw-border-opacity: 1;
    }

    .md\:bg-transparent {
        background-color: transparent;
    }

    .md\:bg-current {
        background-color: currentColor;
    }

    .md\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .md\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .md\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .md\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .md\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .md\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .md\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .md\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .md\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .md\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .md\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .md\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .md\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .md\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .md\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .md\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .md\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .md\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .md\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .md\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .md\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .md\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .md\:bg-yellow {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .md\:bg-green {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .md\:bg-blue {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .md\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .md\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .md\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .md\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .md\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .md\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .md\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .md\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .md\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .md\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .md\:bg-purple {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .md\:bg-pink {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .md\:bg-primary {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .md\:bg-secondary {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .md\:bg-body_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .md\:bg-body_text {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .md\:bg-title {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .md\:bg-grey {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .md\:bg-dark_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .md\:bg-light_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .md\:bg-medium_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .md\:bg-lightten_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .md\:bg-grey_300 {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .md\:bg-grey_400 {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .md\:bg-medium_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .md\:bg-dark_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .md\:bg-text_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .md\:bg-footer_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .md\:bg-brown {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .md\:bg-dark_brown {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .md\:bg-Light_purple {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .md\:bg-dark_green {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .md\:bg-medium_green {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .md\:bg-light_green {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .md\:bg-green_900 {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .md\:bg-dark_border {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-transparent {
        background-color: transparent;
    }

    .group:hover .md\:group-hover\:bg-current {
        background-color: currentColor;
    }

    .group:hover .md\:group-hover\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-yellow {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-green {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-blue {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-purple {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-pink {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-primary {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-secondary {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-body_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-body_text {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-title {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-grey {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-dark_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-light_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-medium_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-lightten_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-grey_300 {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-grey_400 {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-medium_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-dark_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-text_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-footer_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-brown {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-dark_brown {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-Light_purple {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-dark_green {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-medium_green {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-light_green {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-green_900 {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-dark_border {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-transparent:focus-within {
        background-color: transparent;
    }

    .md\:focus-within\:bg-current:focus-within {
        background-color: currentColor;
    }

    .md\:focus-within\:bg-black:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-white:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-gray-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-gray-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-gray-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-gray-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-gray-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-gray-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-gray-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-gray-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-gray-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-gray-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-red-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-red-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-red-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-red-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-red-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-red-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-red-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-red-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-red-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-red-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-yellow:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-indigo-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-indigo-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-indigo-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-indigo-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-indigo-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-indigo-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-indigo-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-indigo-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-indigo-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-indigo-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-purple:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-pink:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-primary:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-secondary:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-body_bg:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-body_text:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-title:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-dark_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-light_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-medium_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-lightten_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-grey_300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-grey_400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-medium_blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-dark_blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-text_blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-footer_bg:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-brown:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-dark_brown:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-Light_purple:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-dark_green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-medium_green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-light_green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-green_900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .md\:focus-within\:bg-dark_border:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-transparent:hover {
        background-color: transparent;
    }

    .md\:hover\:bg-current:hover {
        background-color: currentColor;
    }

    .md\:hover\:bg-black:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-white:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-gray-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-gray-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-gray-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-gray-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-gray-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-gray-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-gray-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-gray-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-gray-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-gray-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-red-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-red-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-red-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-red-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-red-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-red-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-red-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-red-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-red-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-red-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-yellow:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-indigo-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-indigo-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-indigo-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-indigo-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-indigo-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-indigo-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-indigo-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-indigo-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-indigo-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-indigo-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-purple:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-pink:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-primary:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-secondary:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-body_bg:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-body_text:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-title:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-dark_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-light_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-medium_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-lightten_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-grey_300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-grey_400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-medium_blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-dark_blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-text_blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-footer_bg:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-brown:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-dark_brown:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-Light_purple:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-dark_green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-medium_green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-light_green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-green_900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .md\:hover\:bg-dark_border:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-transparent:focus {
        background-color: transparent;
    }

    .md\:focus\:bg-current:focus {
        background-color: currentColor;
    }

    .md\:focus\:bg-black:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-white:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-gray-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-gray-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-gray-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-gray-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-gray-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-gray-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-gray-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-gray-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-gray-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-gray-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-red-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-red-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-red-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-red-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-red-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-red-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-red-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-red-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-red-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-red-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-yellow:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-indigo-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-indigo-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-indigo-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-indigo-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-indigo-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-indigo-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-indigo-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-indigo-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-indigo-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-indigo-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-purple:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-pink:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-primary:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-secondary:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-body_bg:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-body_text:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-title:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-dark_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-light_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-medium_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-lightten_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-grey_300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-grey_400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-medium_blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-dark_blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-text_blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-footer_bg:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-brown:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-dark_brown:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-Light_purple:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-dark_green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-medium_green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-light_green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-green_900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .md\:focus\:bg-dark_border:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .md\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }

    .md\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }

    .md\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }

    .md\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }

    .md\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }

    .md\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }

    .md\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }

    .md\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }

    .md\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }

    .md\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }

    .md\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }

    .md\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }

    .md\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }

    .md\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }

    .md\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }

    .group:hover .md\:group-hover\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }

    .group:hover .md\:group-hover\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }

    .group:hover .md\:group-hover\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }

    .group:hover .md\:group-hover\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }

    .group:hover .md\:group-hover\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }

    .group:hover .md\:group-hover\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }

    .group:hover .md\:group-hover\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }

    .group:hover .md\:group-hover\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }

    .group:hover .md\:group-hover\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }

    .group:hover .md\:group-hover\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }

    .group:hover .md\:group-hover\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }

    .group:hover .md\:group-hover\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }

    .group:hover .md\:group-hover\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }

    .group:hover .md\:group-hover\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }

    .group:hover .md\:group-hover\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }

    .md\:focus-within\:bg-opacity-0:focus-within {
        --tw-bg-opacity: 0;
    }

    .md\:focus-within\:bg-opacity-5:focus-within {
        --tw-bg-opacity: 0.05;
    }

    .md\:focus-within\:bg-opacity-10:focus-within {
        --tw-bg-opacity: 0.1;
    }

    .md\:focus-within\:bg-opacity-20:focus-within {
        --tw-bg-opacity: 0.2;
    }

    .md\:focus-within\:bg-opacity-25:focus-within {
        --tw-bg-opacity: 0.25;
    }

    .md\:focus-within\:bg-opacity-30:focus-within {
        --tw-bg-opacity: 0.3;
    }

    .md\:focus-within\:bg-opacity-40:focus-within {
        --tw-bg-opacity: 0.4;
    }

    .md\:focus-within\:bg-opacity-50:focus-within {
        --tw-bg-opacity: 0.5;
    }

    .md\:focus-within\:bg-opacity-60:focus-within {
        --tw-bg-opacity: 0.6;
    }

    .md\:focus-within\:bg-opacity-70:focus-within {
        --tw-bg-opacity: 0.7;
    }

    .md\:focus-within\:bg-opacity-75:focus-within {
        --tw-bg-opacity: 0.75;
    }

    .md\:focus-within\:bg-opacity-80:focus-within {
        --tw-bg-opacity: 0.8;
    }

    .md\:focus-within\:bg-opacity-90:focus-within {
        --tw-bg-opacity: 0.9;
    }

    .md\:focus-within\:bg-opacity-95:focus-within {
        --tw-bg-opacity: 0.95;
    }

    .md\:focus-within\:bg-opacity-100:focus-within {
        --tw-bg-opacity: 1;
    }

    .md\:hover\:bg-opacity-0:hover {
        --tw-bg-opacity: 0;
    }

    .md\:hover\:bg-opacity-5:hover {
        --tw-bg-opacity: 0.05;
    }

    .md\:hover\:bg-opacity-10:hover {
        --tw-bg-opacity: 0.1;
    }

    .md\:hover\:bg-opacity-20:hover {
        --tw-bg-opacity: 0.2;
    }

    .md\:hover\:bg-opacity-25:hover {
        --tw-bg-opacity: 0.25;
    }

    .md\:hover\:bg-opacity-30:hover {
        --tw-bg-opacity: 0.3;
    }

    .md\:hover\:bg-opacity-40:hover {
        --tw-bg-opacity: 0.4;
    }

    .md\:hover\:bg-opacity-50:hover {
        --tw-bg-opacity: 0.5;
    }

    .md\:hover\:bg-opacity-60:hover {
        --tw-bg-opacity: 0.6;
    }

    .md\:hover\:bg-opacity-70:hover {
        --tw-bg-opacity: 0.7;
    }

    .md\:hover\:bg-opacity-75:hover {
        --tw-bg-opacity: 0.75;
    }

    .md\:hover\:bg-opacity-80:hover {
        --tw-bg-opacity: 0.8;
    }

    .md\:hover\:bg-opacity-90:hover {
        --tw-bg-opacity: 0.9;
    }

    .md\:hover\:bg-opacity-95:hover {
        --tw-bg-opacity: 0.95;
    }

    .md\:hover\:bg-opacity-100:hover {
        --tw-bg-opacity: 1;
    }

    .md\:focus\:bg-opacity-0:focus {
        --tw-bg-opacity: 0;
    }

    .md\:focus\:bg-opacity-5:focus {
        --tw-bg-opacity: 0.05;
    }

    .md\:focus\:bg-opacity-10:focus {
        --tw-bg-opacity: 0.1;
    }

    .md\:focus\:bg-opacity-20:focus {
        --tw-bg-opacity: 0.2;
    }

    .md\:focus\:bg-opacity-25:focus {
        --tw-bg-opacity: 0.25;
    }

    .md\:focus\:bg-opacity-30:focus {
        --tw-bg-opacity: 0.3;
    }

    .md\:focus\:bg-opacity-40:focus {
        --tw-bg-opacity: 0.4;
    }

    .md\:focus\:bg-opacity-50:focus {
        --tw-bg-opacity: 0.5;
    }

    .md\:focus\:bg-opacity-60:focus {
        --tw-bg-opacity: 0.6;
    }

    .md\:focus\:bg-opacity-70:focus {
        --tw-bg-opacity: 0.7;
    }

    .md\:focus\:bg-opacity-75:focus {
        --tw-bg-opacity: 0.75;
    }

    .md\:focus\:bg-opacity-80:focus {
        --tw-bg-opacity: 0.8;
    }

    .md\:focus\:bg-opacity-90:focus {
        --tw-bg-opacity: 0.9;
    }

    .md\:focus\:bg-opacity-95:focus {
        --tw-bg-opacity: 0.95;
    }

    .md\:focus\:bg-opacity-100:focus {
        --tw-bg-opacity: 1;
    }

    .md\:bg-none {
        background-image: none;
    }

    .md\:bg-gradient-to-t {
        background-image: linear-gradient(to top, var(--tw-gradient-stops));
    }

    .md\:bg-gradient-to-tr {
        background-image: linear-gradient(to top right, var(--tw-gradient-stops));
    }

    .md\:bg-gradient-to-r {
        background-image: linear-gradient(to right, var(--tw-gradient-stops));
    }

    .md\:bg-gradient-to-br {
        background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
    }

    .md\:bg-gradient-to-b {
        background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    }

    .md\:bg-gradient-to-bl {
        background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
    }

    .md\:bg-gradient-to-l {
        background-image: linear-gradient(to left, var(--tw-gradient-stops));
    }

    .md\:bg-gradient-to-tl {
        background-image: linear-gradient(to top left, var(--tw-gradient-stops));
    }

    .md\:from-transparent {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .md\:from-current {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .md\:from-black {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .md\:from-white {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .md\:from-gray-50 {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .md\:from-gray-100 {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .md\:from-gray-200 {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .md\:from-gray-300 {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .md\:from-gray-400 {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .md\:from-gray-500 {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .md\:from-gray-600 {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .md\:from-gray-700 {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .md\:from-gray-800 {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .md\:from-gray-900 {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .md\:from-red-50 {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .md\:from-red-100 {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .md\:from-red-200 {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .md\:from-red-300 {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .md\:from-red-400 {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .md\:from-red-500 {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .md\:from-red-600 {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .md\:from-red-700 {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .md\:from-red-800 {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .md\:from-red-900 {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .md\:from-yellow {
        --tw-gradient-from: #ed9143;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .md\:from-green {
        --tw-gradient-from: #7bbc00;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .md\:from-blue {
        --tw-gradient-from: #5ba4dc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .md\:from-indigo-50 {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .md\:from-indigo-100 {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .md\:from-indigo-200 {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .md\:from-indigo-300 {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .md\:from-indigo-400 {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .md\:from-indigo-500 {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .md\:from-indigo-600 {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .md\:from-indigo-700 {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .md\:from-indigo-800 {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .md\:from-indigo-900 {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .md\:from-purple {
        --tw-gradient-from: #6847c3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .md\:from-pink {
        --tw-gradient-from: #850737;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .md\:from-primary {
        --tw-gradient-from: #6E6E6E;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .md\:from-secondary {
        --tw-gradient-from: #ededed;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .md\:from-body_bg {
        --tw-gradient-from: #ffffff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .md\:from-body_text {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .md\:from-title {
        --tw-gradient-from: #3fb2cf;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .md\:from-grey {
        --tw-gradient-from: #524A51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .md\:from-dark_grey {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .md\:from-light_grey {
        --tw-gradient-from: #B7B7B7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .md\:from-medium_grey {
        --tw-gradient-from: #575156;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .md\:from-lightten_grey {
        --tw-gradient-from: #C6C6C6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .md\:from-grey_300 {
        --tw-gradient-from: #d3d3d3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .md\:from-grey_400 {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .md\:from-medium_blue {
        --tw-gradient-from: #45cdfc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .md\:from-dark_blue {
        --tw-gradient-from: #0080ac;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .md\:from-text_blue {
        --tw-gradient-from: #3FB2CF;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .md\:from-footer_bg {
        --tw-gradient-from: #464646;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .md\:from-brown {
        --tw-gradient-from: #805300;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .md\:from-dark_brown {
        --tw-gradient-from: #874433;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .md\:from-Light_purple {
        --tw-gradient-from: #65479b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .md\:from-dark_green {
        --tw-gradient-from: #479b51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .md\:from-medium_green {
        --tw-gradient-from: #3aac2b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .md\:from-light_green {
        --tw-gradient-from: #9acb3e;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .md\:from-green_900 {
        --tw-gradient-from: #396676;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .md\:from-dark_border {
        --tw-gradient-from: #707070;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .md\:hover\:from-transparent:hover {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .md\:hover\:from-current:hover {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .md\:hover\:from-black:hover {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .md\:hover\:from-white:hover {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .md\:hover\:from-gray-50:hover {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .md\:hover\:from-gray-100:hover {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .md\:hover\:from-gray-200:hover {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .md\:hover\:from-gray-300:hover {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .md\:hover\:from-gray-400:hover {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .md\:hover\:from-gray-500:hover {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .md\:hover\:from-gray-600:hover {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .md\:hover\:from-gray-700:hover {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .md\:hover\:from-gray-800:hover {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .md\:hover\:from-gray-900:hover {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .md\:hover\:from-red-50:hover {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .md\:hover\:from-red-100:hover {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .md\:hover\:from-red-200:hover {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .md\:hover\:from-red-300:hover {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .md\:hover\:from-red-400:hover {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .md\:hover\:from-red-500:hover {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .md\:hover\:from-red-600:hover {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .md\:hover\:from-red-700:hover {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .md\:hover\:from-red-800:hover {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .md\:hover\:from-red-900:hover {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .md\:hover\:from-yellow:hover {
        --tw-gradient-from: #ed9143;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .md\:hover\:from-green:hover {
        --tw-gradient-from: #7bbc00;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .md\:hover\:from-blue:hover {
        --tw-gradient-from: #5ba4dc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .md\:hover\:from-indigo-50:hover {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .md\:hover\:from-indigo-100:hover {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .md\:hover\:from-indigo-200:hover {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .md\:hover\:from-indigo-300:hover {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .md\:hover\:from-indigo-400:hover {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .md\:hover\:from-indigo-500:hover {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .md\:hover\:from-indigo-600:hover {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .md\:hover\:from-indigo-700:hover {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .md\:hover\:from-indigo-800:hover {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .md\:hover\:from-indigo-900:hover {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .md\:hover\:from-purple:hover {
        --tw-gradient-from: #6847c3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .md\:hover\:from-pink:hover {
        --tw-gradient-from: #850737;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .md\:hover\:from-primary:hover {
        --tw-gradient-from: #6E6E6E;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .md\:hover\:from-secondary:hover {
        --tw-gradient-from: #ededed;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .md\:hover\:from-body_bg:hover {
        --tw-gradient-from: #ffffff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .md\:hover\:from-body_text:hover {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .md\:hover\:from-title:hover {
        --tw-gradient-from: #3fb2cf;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .md\:hover\:from-grey:hover {
        --tw-gradient-from: #524A51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .md\:hover\:from-dark_grey:hover {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .md\:hover\:from-light_grey:hover {
        --tw-gradient-from: #B7B7B7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .md\:hover\:from-medium_grey:hover {
        --tw-gradient-from: #575156;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .md\:hover\:from-lightten_grey:hover {
        --tw-gradient-from: #C6C6C6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .md\:hover\:from-grey_300:hover {
        --tw-gradient-from: #d3d3d3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .md\:hover\:from-grey_400:hover {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .md\:hover\:from-medium_blue:hover {
        --tw-gradient-from: #45cdfc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .md\:hover\:from-dark_blue:hover {
        --tw-gradient-from: #0080ac;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .md\:hover\:from-text_blue:hover {
        --tw-gradient-from: #3FB2CF;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .md\:hover\:from-footer_bg:hover {
        --tw-gradient-from: #464646;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .md\:hover\:from-brown:hover {
        --tw-gradient-from: #805300;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .md\:hover\:from-dark_brown:hover {
        --tw-gradient-from: #874433;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .md\:hover\:from-Light_purple:hover {
        --tw-gradient-from: #65479b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .md\:hover\:from-dark_green:hover {
        --tw-gradient-from: #479b51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .md\:hover\:from-medium_green:hover {
        --tw-gradient-from: #3aac2b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .md\:hover\:from-light_green:hover {
        --tw-gradient-from: #9acb3e;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .md\:hover\:from-green_900:hover {
        --tw-gradient-from: #396676;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .md\:hover\:from-dark_border:hover {
        --tw-gradient-from: #707070;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .md\:focus\:from-transparent:focus {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .md\:focus\:from-current:focus {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .md\:focus\:from-black:focus {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .md\:focus\:from-white:focus {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .md\:focus\:from-gray-50:focus {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .md\:focus\:from-gray-100:focus {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .md\:focus\:from-gray-200:focus {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .md\:focus\:from-gray-300:focus {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .md\:focus\:from-gray-400:focus {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .md\:focus\:from-gray-500:focus {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .md\:focus\:from-gray-600:focus {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .md\:focus\:from-gray-700:focus {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .md\:focus\:from-gray-800:focus {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .md\:focus\:from-gray-900:focus {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .md\:focus\:from-red-50:focus {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .md\:focus\:from-red-100:focus {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .md\:focus\:from-red-200:focus {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .md\:focus\:from-red-300:focus {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .md\:focus\:from-red-400:focus {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .md\:focus\:from-red-500:focus {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .md\:focus\:from-red-600:focus {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .md\:focus\:from-red-700:focus {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .md\:focus\:from-red-800:focus {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .md\:focus\:from-red-900:focus {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .md\:focus\:from-yellow:focus {
        --tw-gradient-from: #ed9143;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .md\:focus\:from-green:focus {
        --tw-gradient-from: #7bbc00;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .md\:focus\:from-blue:focus {
        --tw-gradient-from: #5ba4dc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .md\:focus\:from-indigo-50:focus {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .md\:focus\:from-indigo-100:focus {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .md\:focus\:from-indigo-200:focus {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .md\:focus\:from-indigo-300:focus {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .md\:focus\:from-indigo-400:focus {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .md\:focus\:from-indigo-500:focus {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .md\:focus\:from-indigo-600:focus {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .md\:focus\:from-indigo-700:focus {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .md\:focus\:from-indigo-800:focus {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .md\:focus\:from-indigo-900:focus {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .md\:focus\:from-purple:focus {
        --tw-gradient-from: #6847c3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .md\:focus\:from-pink:focus {
        --tw-gradient-from: #850737;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .md\:focus\:from-primary:focus {
        --tw-gradient-from: #6E6E6E;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .md\:focus\:from-secondary:focus {
        --tw-gradient-from: #ededed;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .md\:focus\:from-body_bg:focus {
        --tw-gradient-from: #ffffff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .md\:focus\:from-body_text:focus {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .md\:focus\:from-title:focus {
        --tw-gradient-from: #3fb2cf;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .md\:focus\:from-grey:focus {
        --tw-gradient-from: #524A51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .md\:focus\:from-dark_grey:focus {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .md\:focus\:from-light_grey:focus {
        --tw-gradient-from: #B7B7B7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .md\:focus\:from-medium_grey:focus {
        --tw-gradient-from: #575156;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .md\:focus\:from-lightten_grey:focus {
        --tw-gradient-from: #C6C6C6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .md\:focus\:from-grey_300:focus {
        --tw-gradient-from: #d3d3d3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .md\:focus\:from-grey_400:focus {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .md\:focus\:from-medium_blue:focus {
        --tw-gradient-from: #45cdfc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .md\:focus\:from-dark_blue:focus {
        --tw-gradient-from: #0080ac;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .md\:focus\:from-text_blue:focus {
        --tw-gradient-from: #3FB2CF;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .md\:focus\:from-footer_bg:focus {
        --tw-gradient-from: #464646;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .md\:focus\:from-brown:focus {
        --tw-gradient-from: #805300;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .md\:focus\:from-dark_brown:focus {
        --tw-gradient-from: #874433;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .md\:focus\:from-Light_purple:focus {
        --tw-gradient-from: #65479b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .md\:focus\:from-dark_green:focus {
        --tw-gradient-from: #479b51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .md\:focus\:from-medium_green:focus {
        --tw-gradient-from: #3aac2b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .md\:focus\:from-light_green:focus {
        --tw-gradient-from: #9acb3e;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .md\:focus\:from-green_900:focus {
        --tw-gradient-from: #396676;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .md\:focus\:from-dark_border:focus {
        --tw-gradient-from: #707070;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .md\:via-transparent {
        --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .md\:via-current {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .md\:via-black {
        --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .md\:via-white {
        --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .md\:via-gray-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .md\:via-gray-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .md\:via-gray-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .md\:via-gray-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .md\:via-gray-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .md\:via-gray-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .md\:via-gray-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .md\:via-gray-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .md\:via-gray-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .md\:via-gray-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .md\:via-red-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .md\:via-red-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .md\:via-red-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .md\:via-red-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .md\:via-red-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .md\:via-red-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .md\:via-red-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .md\:via-red-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .md\:via-red-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .md\:via-red-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .md\:via-yellow {
        --tw-gradient-stops: var(--tw-gradient-from), #ed9143, var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .md\:via-green {
        --tw-gradient-stops: var(--tw-gradient-from), #7bbc00, var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .md\:via-blue {
        --tw-gradient-stops: var(--tw-gradient-from), #5ba4dc, var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .md\:via-indigo-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .md\:via-indigo-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .md\:via-indigo-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .md\:via-indigo-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .md\:via-indigo-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .md\:via-indigo-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .md\:via-indigo-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .md\:via-indigo-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .md\:via-indigo-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .md\:via-indigo-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .md\:via-purple {
        --tw-gradient-stops: var(--tw-gradient-from), #6847c3, var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .md\:via-pink {
        --tw-gradient-stops: var(--tw-gradient-from), #850737, var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .md\:via-primary {
        --tw-gradient-stops: var(--tw-gradient-from), #6E6E6E, var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .md\:via-secondary {
        --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .md\:via-body_bg {
        --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .md\:via-body_text {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .md\:via-title {
        --tw-gradient-stops: var(--tw-gradient-from), #3fb2cf, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .md\:via-grey {
        --tw-gradient-stops: var(--tw-gradient-from), #524A51, var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .md\:via-dark_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .md\:via-light_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .md\:via-medium_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #575156, var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .md\:via-lightten_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #C6C6C6, var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .md\:via-grey_300 {
        --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .md\:via-grey_400 {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .md\:via-medium_blue {
        --tw-gradient-stops: var(--tw-gradient-from), #45cdfc, var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .md\:via-dark_blue {
        --tw-gradient-stops: var(--tw-gradient-from), #0080ac, var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .md\:via-text_blue {
        --tw-gradient-stops: var(--tw-gradient-from), #3FB2CF, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .md\:via-footer_bg {
        --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .md\:via-brown {
        --tw-gradient-stops: var(--tw-gradient-from), #805300, var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .md\:via-dark_brown {
        --tw-gradient-stops: var(--tw-gradient-from), #874433, var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .md\:via-Light_purple {
        --tw-gradient-stops: var(--tw-gradient-from), #65479b, var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .md\:via-dark_green {
        --tw-gradient-stops: var(--tw-gradient-from), #479b51, var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .md\:via-medium_green {
        --tw-gradient-stops: var(--tw-gradient-from), #3aac2b, var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .md\:via-light_green {
        --tw-gradient-stops: var(--tw-gradient-from), #9acb3e, var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .md\:via-green_900 {
        --tw-gradient-stops: var(--tw-gradient-from), #396676, var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .md\:via-dark_border {
        --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .md\:hover\:via-transparent:hover {
        --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .md\:hover\:via-current:hover {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .md\:hover\:via-black:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .md\:hover\:via-white:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .md\:hover\:via-gray-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .md\:hover\:via-gray-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .md\:hover\:via-gray-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .md\:hover\:via-gray-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .md\:hover\:via-gray-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .md\:hover\:via-gray-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .md\:hover\:via-gray-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .md\:hover\:via-gray-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .md\:hover\:via-gray-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .md\:hover\:via-gray-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .md\:hover\:via-red-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .md\:hover\:via-red-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .md\:hover\:via-red-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .md\:hover\:via-red-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .md\:hover\:via-red-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .md\:hover\:via-red-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .md\:hover\:via-red-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .md\:hover\:via-red-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .md\:hover\:via-red-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .md\:hover\:via-red-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .md\:hover\:via-yellow:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ed9143, var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .md\:hover\:via-green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7bbc00, var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .md\:hover\:via-blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #5ba4dc, var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .md\:hover\:via-indigo-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .md\:hover\:via-indigo-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .md\:hover\:via-indigo-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .md\:hover\:via-indigo-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .md\:hover\:via-indigo-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .md\:hover\:via-indigo-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .md\:hover\:via-indigo-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .md\:hover\:via-indigo-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .md\:hover\:via-indigo-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .md\:hover\:via-indigo-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .md\:hover\:via-purple:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6847c3, var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .md\:hover\:via-pink:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #850737, var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .md\:hover\:via-primary:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6E6E6E, var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .md\:hover\:via-secondary:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .md\:hover\:via-body_bg:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .md\:hover\:via-body_text:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .md\:hover\:via-title:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3fb2cf, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .md\:hover\:via-grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #524A51, var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .md\:hover\:via-dark_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .md\:hover\:via-light_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .md\:hover\:via-medium_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #575156, var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .md\:hover\:via-lightten_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #C6C6C6, var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .md\:hover\:via-grey_300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .md\:hover\:via-grey_400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .md\:hover\:via-medium_blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #45cdfc, var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .md\:hover\:via-dark_blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #0080ac, var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .md\:hover\:via-text_blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3FB2CF, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .md\:hover\:via-footer_bg:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .md\:hover\:via-brown:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #805300, var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .md\:hover\:via-dark_brown:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #874433, var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .md\:hover\:via-Light_purple:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #65479b, var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .md\:hover\:via-dark_green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #479b51, var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .md\:hover\:via-medium_green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3aac2b, var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .md\:hover\:via-light_green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9acb3e, var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .md\:hover\:via-green_900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #396676, var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .md\:hover\:via-dark_border:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .md\:focus\:via-transparent:focus {
        --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .md\:focus\:via-current:focus {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .md\:focus\:via-black:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .md\:focus\:via-white:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .md\:focus\:via-gray-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .md\:focus\:via-gray-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .md\:focus\:via-gray-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .md\:focus\:via-gray-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .md\:focus\:via-gray-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .md\:focus\:via-gray-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .md\:focus\:via-gray-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .md\:focus\:via-gray-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .md\:focus\:via-gray-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .md\:focus\:via-gray-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .md\:focus\:via-red-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .md\:focus\:via-red-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .md\:focus\:via-red-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .md\:focus\:via-red-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .md\:focus\:via-red-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .md\:focus\:via-red-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .md\:focus\:via-red-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .md\:focus\:via-red-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .md\:focus\:via-red-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .md\:focus\:via-red-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .md\:focus\:via-yellow:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ed9143, var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .md\:focus\:via-green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7bbc00, var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .md\:focus\:via-blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #5ba4dc, var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .md\:focus\:via-indigo-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .md\:focus\:via-indigo-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .md\:focus\:via-indigo-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .md\:focus\:via-indigo-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .md\:focus\:via-indigo-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .md\:focus\:via-indigo-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .md\:focus\:via-indigo-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .md\:focus\:via-indigo-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .md\:focus\:via-indigo-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .md\:focus\:via-indigo-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .md\:focus\:via-purple:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6847c3, var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .md\:focus\:via-pink:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #850737, var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .md\:focus\:via-primary:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6E6E6E, var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .md\:focus\:via-secondary:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .md\:focus\:via-body_bg:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .md\:focus\:via-body_text:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .md\:focus\:via-title:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3fb2cf, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .md\:focus\:via-grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #524A51, var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .md\:focus\:via-dark_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .md\:focus\:via-light_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .md\:focus\:via-medium_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #575156, var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .md\:focus\:via-lightten_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #C6C6C6, var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .md\:focus\:via-grey_300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .md\:focus\:via-grey_400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .md\:focus\:via-medium_blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #45cdfc, var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .md\:focus\:via-dark_blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #0080ac, var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .md\:focus\:via-text_blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3FB2CF, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .md\:focus\:via-footer_bg:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .md\:focus\:via-brown:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #805300, var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .md\:focus\:via-dark_brown:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #874433, var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .md\:focus\:via-Light_purple:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #65479b, var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .md\:focus\:via-dark_green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #479b51, var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .md\:focus\:via-medium_green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3aac2b, var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .md\:focus\:via-light_green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9acb3e, var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .md\:focus\:via-green_900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #396676, var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .md\:focus\:via-dark_border:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .md\:to-transparent {
        --tw-gradient-to: transparent;
    }

    .md\:to-current {
        --tw-gradient-to: currentColor;
    }

    .md\:to-black {
        --tw-gradient-to: #000;
    }

    .md\:to-white {
        --tw-gradient-to: #fff;
    }

    .md\:to-gray-50 {
        --tw-gradient-to: #f9fafb;
    }

    .md\:to-gray-100 {
        --tw-gradient-to: #f3f4f6;
    }

    .md\:to-gray-200 {
        --tw-gradient-to: #e5e7eb;
    }

    .md\:to-gray-300 {
        --tw-gradient-to: #d1d5db;
    }

    .md\:to-gray-400 {
        --tw-gradient-to: #9ca3af;
    }

    .md\:to-gray-500 {
        --tw-gradient-to: #6b7280;
    }

    .md\:to-gray-600 {
        --tw-gradient-to: #4b5563;
    }

    .md\:to-gray-700 {
        --tw-gradient-to: #374151;
    }

    .md\:to-gray-800 {
        --tw-gradient-to: #1f2937;
    }

    .md\:to-gray-900 {
        --tw-gradient-to: #111827;
    }

    .md\:to-red-50 {
        --tw-gradient-to: #fef2f2;
    }

    .md\:to-red-100 {
        --tw-gradient-to: #fee2e2;
    }

    .md\:to-red-200 {
        --tw-gradient-to: #fecaca;
    }

    .md\:to-red-300 {
        --tw-gradient-to: #fca5a5;
    }

    .md\:to-red-400 {
        --tw-gradient-to: #f87171;
    }

    .md\:to-red-500 {
        --tw-gradient-to: #ef4444;
    }

    .md\:to-red-600 {
        --tw-gradient-to: #dc2626;
    }

    .md\:to-red-700 {
        --tw-gradient-to: #b91c1c;
    }

    .md\:to-red-800 {
        --tw-gradient-to: #991b1b;
    }

    .md\:to-red-900 {
        --tw-gradient-to: #7f1d1d;
    }

    .md\:to-yellow {
        --tw-gradient-to: #ed9143;
    }

    .md\:to-green {
        --tw-gradient-to: #7bbc00;
    }

    .md\:to-blue {
        --tw-gradient-to: #5ba4dc;
    }

    .md\:to-indigo-50 {
        --tw-gradient-to: #eef2ff;
    }

    .md\:to-indigo-100 {
        --tw-gradient-to: #e0e7ff;
    }

    .md\:to-indigo-200 {
        --tw-gradient-to: #c7d2fe;
    }

    .md\:to-indigo-300 {
        --tw-gradient-to: #a5b4fc;
    }

    .md\:to-indigo-400 {
        --tw-gradient-to: #818cf8;
    }

    .md\:to-indigo-500 {
        --tw-gradient-to: #6366f1;
    }

    .md\:to-indigo-600 {
        --tw-gradient-to: #4f46e5;
    }

    .md\:to-indigo-700 {
        --tw-gradient-to: #4338ca;
    }

    .md\:to-indigo-800 {
        --tw-gradient-to: #3730a3;
    }

    .md\:to-indigo-900 {
        --tw-gradient-to: #312e81;
    }

    .md\:to-purple {
        --tw-gradient-to: #6847c3;
    }

    .md\:to-pink {
        --tw-gradient-to: #850737;
    }

    .md\:to-primary {
        --tw-gradient-to: #6E6E6E;
    }

    .md\:to-secondary {
        --tw-gradient-to: #ededed;
    }

    .md\:to-body_bg {
        --tw-gradient-to: #ffffff;
    }

    .md\:to-body_text {
        --tw-gradient-to: #4a4349;
    }

    .md\:to-title {
        --tw-gradient-to: #3fb2cf;
    }

    .md\:to-grey {
        --tw-gradient-to: #524A51;
    }

    .md\:to-dark_grey {
        --tw-gradient-to: #4a4349;
    }

    .md\:to-light_grey {
        --tw-gradient-to: #B7B7B7;
    }

    .md\:to-medium_grey {
        --tw-gradient-to: #575156;
    }

    .md\:to-lightten_grey {
        --tw-gradient-to: #C6C6C6;
    }

    .md\:to-grey_300 {
        --tw-gradient-to: #d3d3d3;
    }

    .md\:to-grey_400 {
        --tw-gradient-to: #b7b7b7;
    }

    .md\:to-medium_blue {
        --tw-gradient-to: #45cdfc;
    }

    .md\:to-dark_blue {
        --tw-gradient-to: #0080ac;
    }

    .md\:to-text_blue {
        --tw-gradient-to: #3FB2CF;
    }

    .md\:to-footer_bg {
        --tw-gradient-to: #464646;
    }

    .md\:to-brown {
        --tw-gradient-to: #805300;
    }

    .md\:to-dark_brown {
        --tw-gradient-to: #874433;
    }

    .md\:to-Light_purple {
        --tw-gradient-to: #65479b;
    }

    .md\:to-dark_green {
        --tw-gradient-to: #479b51;
    }

    .md\:to-medium_green {
        --tw-gradient-to: #3aac2b;
    }

    .md\:to-light_green {
        --tw-gradient-to: #9acb3e;
    }

    .md\:to-green_900 {
        --tw-gradient-to: #396676;
    }

    .md\:to-dark_border {
        --tw-gradient-to: #707070;
    }

    .md\:hover\:to-transparent:hover {
        --tw-gradient-to: transparent;
    }

    .md\:hover\:to-current:hover {
        --tw-gradient-to: currentColor;
    }

    .md\:hover\:to-black:hover {
        --tw-gradient-to: #000;
    }

    .md\:hover\:to-white:hover {
        --tw-gradient-to: #fff;
    }

    .md\:hover\:to-gray-50:hover {
        --tw-gradient-to: #f9fafb;
    }

    .md\:hover\:to-gray-100:hover {
        --tw-gradient-to: #f3f4f6;
    }

    .md\:hover\:to-gray-200:hover {
        --tw-gradient-to: #e5e7eb;
    }

    .md\:hover\:to-gray-300:hover {
        --tw-gradient-to: #d1d5db;
    }

    .md\:hover\:to-gray-400:hover {
        --tw-gradient-to: #9ca3af;
    }

    .md\:hover\:to-gray-500:hover {
        --tw-gradient-to: #6b7280;
    }

    .md\:hover\:to-gray-600:hover {
        --tw-gradient-to: #4b5563;
    }

    .md\:hover\:to-gray-700:hover {
        --tw-gradient-to: #374151;
    }

    .md\:hover\:to-gray-800:hover {
        --tw-gradient-to: #1f2937;
    }

    .md\:hover\:to-gray-900:hover {
        --tw-gradient-to: #111827;
    }

    .md\:hover\:to-red-50:hover {
        --tw-gradient-to: #fef2f2;
    }

    .md\:hover\:to-red-100:hover {
        --tw-gradient-to: #fee2e2;
    }

    .md\:hover\:to-red-200:hover {
        --tw-gradient-to: #fecaca;
    }

    .md\:hover\:to-red-300:hover {
        --tw-gradient-to: #fca5a5;
    }

    .md\:hover\:to-red-400:hover {
        --tw-gradient-to: #f87171;
    }

    .md\:hover\:to-red-500:hover {
        --tw-gradient-to: #ef4444;
    }

    .md\:hover\:to-red-600:hover {
        --tw-gradient-to: #dc2626;
    }

    .md\:hover\:to-red-700:hover {
        --tw-gradient-to: #b91c1c;
    }

    .md\:hover\:to-red-800:hover {
        --tw-gradient-to: #991b1b;
    }

    .md\:hover\:to-red-900:hover {
        --tw-gradient-to: #7f1d1d;
    }

    .md\:hover\:to-yellow:hover {
        --tw-gradient-to: #ed9143;
    }

    .md\:hover\:to-green:hover {
        --tw-gradient-to: #7bbc00;
    }

    .md\:hover\:to-blue:hover {
        --tw-gradient-to: #5ba4dc;
    }

    .md\:hover\:to-indigo-50:hover {
        --tw-gradient-to: #eef2ff;
    }

    .md\:hover\:to-indigo-100:hover {
        --tw-gradient-to: #e0e7ff;
    }

    .md\:hover\:to-indigo-200:hover {
        --tw-gradient-to: #c7d2fe;
    }

    .md\:hover\:to-indigo-300:hover {
        --tw-gradient-to: #a5b4fc;
    }

    .md\:hover\:to-indigo-400:hover {
        --tw-gradient-to: #818cf8;
    }

    .md\:hover\:to-indigo-500:hover {
        --tw-gradient-to: #6366f1;
    }

    .md\:hover\:to-indigo-600:hover {
        --tw-gradient-to: #4f46e5;
    }

    .md\:hover\:to-indigo-700:hover {
        --tw-gradient-to: #4338ca;
    }

    .md\:hover\:to-indigo-800:hover {
        --tw-gradient-to: #3730a3;
    }

    .md\:hover\:to-indigo-900:hover {
        --tw-gradient-to: #312e81;
    }

    .md\:hover\:to-purple:hover {
        --tw-gradient-to: #6847c3;
    }

    .md\:hover\:to-pink:hover {
        --tw-gradient-to: #850737;
    }

    .md\:hover\:to-primary:hover {
        --tw-gradient-to: #6E6E6E;
    }

    .md\:hover\:to-secondary:hover {
        --tw-gradient-to: #ededed;
    }

    .md\:hover\:to-body_bg:hover {
        --tw-gradient-to: #ffffff;
    }

    .md\:hover\:to-body_text:hover {
        --tw-gradient-to: #4a4349;
    }

    .md\:hover\:to-title:hover {
        --tw-gradient-to: #3fb2cf;
    }

    .md\:hover\:to-grey:hover {
        --tw-gradient-to: #524A51;
    }

    .md\:hover\:to-dark_grey:hover {
        --tw-gradient-to: #4a4349;
    }

    .md\:hover\:to-light_grey:hover {
        --tw-gradient-to: #B7B7B7;
    }

    .md\:hover\:to-medium_grey:hover {
        --tw-gradient-to: #575156;
    }

    .md\:hover\:to-lightten_grey:hover {
        --tw-gradient-to: #C6C6C6;
    }

    .md\:hover\:to-grey_300:hover {
        --tw-gradient-to: #d3d3d3;
    }

    .md\:hover\:to-grey_400:hover {
        --tw-gradient-to: #b7b7b7;
    }

    .md\:hover\:to-medium_blue:hover {
        --tw-gradient-to: #45cdfc;
    }

    .md\:hover\:to-dark_blue:hover {
        --tw-gradient-to: #0080ac;
    }

    .md\:hover\:to-text_blue:hover {
        --tw-gradient-to: #3FB2CF;
    }

    .md\:hover\:to-footer_bg:hover {
        --tw-gradient-to: #464646;
    }

    .md\:hover\:to-brown:hover {
        --tw-gradient-to: #805300;
    }

    .md\:hover\:to-dark_brown:hover {
        --tw-gradient-to: #874433;
    }

    .md\:hover\:to-Light_purple:hover {
        --tw-gradient-to: #65479b;
    }

    .md\:hover\:to-dark_green:hover {
        --tw-gradient-to: #479b51;
    }

    .md\:hover\:to-medium_green:hover {
        --tw-gradient-to: #3aac2b;
    }

    .md\:hover\:to-light_green:hover {
        --tw-gradient-to: #9acb3e;
    }

    .md\:hover\:to-green_900:hover {
        --tw-gradient-to: #396676;
    }

    .md\:hover\:to-dark_border:hover {
        --tw-gradient-to: #707070;
    }

    .md\:focus\:to-transparent:focus {
        --tw-gradient-to: transparent;
    }

    .md\:focus\:to-current:focus {
        --tw-gradient-to: currentColor;
    }

    .md\:focus\:to-black:focus {
        --tw-gradient-to: #000;
    }

    .md\:focus\:to-white:focus {
        --tw-gradient-to: #fff;
    }

    .md\:focus\:to-gray-50:focus {
        --tw-gradient-to: #f9fafb;
    }

    .md\:focus\:to-gray-100:focus {
        --tw-gradient-to: #f3f4f6;
    }

    .md\:focus\:to-gray-200:focus {
        --tw-gradient-to: #e5e7eb;
    }

    .md\:focus\:to-gray-300:focus {
        --tw-gradient-to: #d1d5db;
    }

    .md\:focus\:to-gray-400:focus {
        --tw-gradient-to: #9ca3af;
    }

    .md\:focus\:to-gray-500:focus {
        --tw-gradient-to: #6b7280;
    }

    .md\:focus\:to-gray-600:focus {
        --tw-gradient-to: #4b5563;
    }

    .md\:focus\:to-gray-700:focus {
        --tw-gradient-to: #374151;
    }

    .md\:focus\:to-gray-800:focus {
        --tw-gradient-to: #1f2937;
    }

    .md\:focus\:to-gray-900:focus {
        --tw-gradient-to: #111827;
    }

    .md\:focus\:to-red-50:focus {
        --tw-gradient-to: #fef2f2;
    }

    .md\:focus\:to-red-100:focus {
        --tw-gradient-to: #fee2e2;
    }

    .md\:focus\:to-red-200:focus {
        --tw-gradient-to: #fecaca;
    }

    .md\:focus\:to-red-300:focus {
        --tw-gradient-to: #fca5a5;
    }

    .md\:focus\:to-red-400:focus {
        --tw-gradient-to: #f87171;
    }

    .md\:focus\:to-red-500:focus {
        --tw-gradient-to: #ef4444;
    }

    .md\:focus\:to-red-600:focus {
        --tw-gradient-to: #dc2626;
    }

    .md\:focus\:to-red-700:focus {
        --tw-gradient-to: #b91c1c;
    }

    .md\:focus\:to-red-800:focus {
        --tw-gradient-to: #991b1b;
    }

    .md\:focus\:to-red-900:focus {
        --tw-gradient-to: #7f1d1d;
    }

    .md\:focus\:to-yellow:focus {
        --tw-gradient-to: #ed9143;
    }

    .md\:focus\:to-green:focus {
        --tw-gradient-to: #7bbc00;
    }

    .md\:focus\:to-blue:focus {
        --tw-gradient-to: #5ba4dc;
    }

    .md\:focus\:to-indigo-50:focus {
        --tw-gradient-to: #eef2ff;
    }

    .md\:focus\:to-indigo-100:focus {
        --tw-gradient-to: #e0e7ff;
    }

    .md\:focus\:to-indigo-200:focus {
        --tw-gradient-to: #c7d2fe;
    }

    .md\:focus\:to-indigo-300:focus {
        --tw-gradient-to: #a5b4fc;
    }

    .md\:focus\:to-indigo-400:focus {
        --tw-gradient-to: #818cf8;
    }

    .md\:focus\:to-indigo-500:focus {
        --tw-gradient-to: #6366f1;
    }

    .md\:focus\:to-indigo-600:focus {
        --tw-gradient-to: #4f46e5;
    }

    .md\:focus\:to-indigo-700:focus {
        --tw-gradient-to: #4338ca;
    }

    .md\:focus\:to-indigo-800:focus {
        --tw-gradient-to: #3730a3;
    }

    .md\:focus\:to-indigo-900:focus {
        --tw-gradient-to: #312e81;
    }

    .md\:focus\:to-purple:focus {
        --tw-gradient-to: #6847c3;
    }

    .md\:focus\:to-pink:focus {
        --tw-gradient-to: #850737;
    }

    .md\:focus\:to-primary:focus {
        --tw-gradient-to: #6E6E6E;
    }

    .md\:focus\:to-secondary:focus {
        --tw-gradient-to: #ededed;
    }

    .md\:focus\:to-body_bg:focus {
        --tw-gradient-to: #ffffff;
    }

    .md\:focus\:to-body_text:focus {
        --tw-gradient-to: #4a4349;
    }

    .md\:focus\:to-title:focus {
        --tw-gradient-to: #3fb2cf;
    }

    .md\:focus\:to-grey:focus {
        --tw-gradient-to: #524A51;
    }

    .md\:focus\:to-dark_grey:focus {
        --tw-gradient-to: #4a4349;
    }

    .md\:focus\:to-light_grey:focus {
        --tw-gradient-to: #B7B7B7;
    }

    .md\:focus\:to-medium_grey:focus {
        --tw-gradient-to: #575156;
    }

    .md\:focus\:to-lightten_grey:focus {
        --tw-gradient-to: #C6C6C6;
    }

    .md\:focus\:to-grey_300:focus {
        --tw-gradient-to: #d3d3d3;
    }

    .md\:focus\:to-grey_400:focus {
        --tw-gradient-to: #b7b7b7;
    }

    .md\:focus\:to-medium_blue:focus {
        --tw-gradient-to: #45cdfc;
    }

    .md\:focus\:to-dark_blue:focus {
        --tw-gradient-to: #0080ac;
    }

    .md\:focus\:to-text_blue:focus {
        --tw-gradient-to: #3FB2CF;
    }

    .md\:focus\:to-footer_bg:focus {
        --tw-gradient-to: #464646;
    }

    .md\:focus\:to-brown:focus {
        --tw-gradient-to: #805300;
    }

    .md\:focus\:to-dark_brown:focus {
        --tw-gradient-to: #874433;
    }

    .md\:focus\:to-Light_purple:focus {
        --tw-gradient-to: #65479b;
    }

    .md\:focus\:to-dark_green:focus {
        --tw-gradient-to: #479b51;
    }

    .md\:focus\:to-medium_green:focus {
        --tw-gradient-to: #3aac2b;
    }

    .md\:focus\:to-light_green:focus {
        --tw-gradient-to: #9acb3e;
    }

    .md\:focus\:to-green_900:focus {
        --tw-gradient-to: #396676;
    }

    .md\:focus\:to-dark_border:focus {
        --tw-gradient-to: #707070;
    }

    .md\:decoration-slice {
        -webkit-box-decoration-break: slice;
        box-decoration-break: slice;
    }

    .md\:decoration-clone {
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
    }

    .md\:bg-auto {
        background-size: auto;
    }

    .md\:bg-cover {
        background-size: cover;
    }

    .md\:bg-contain {
        background-size: contain;
    }

    .md\:bg-fixed {
        background-attachment: fixed;
    }

    .md\:bg-local {
        background-attachment: local;
    }

    .md\:bg-scroll {
        background-attachment: scroll;
    }

    .md\:bg-clip-border {
        background-clip: border-box;
    }

    .md\:bg-clip-padding {
        background-clip: padding-box;
    }

    .md\:bg-clip-content {
        background-clip: content-box;
    }

    .md\:bg-clip-text {
        -webkit-background-clip: text;
        background-clip: text;
    }

    .md\:bg-bottom {
        background-position: bottom;
    }

    .md\:bg-center {
        background-position: center;
    }

    .md\:bg-left {
        background-position: left;
    }

    .md\:bg-left-bottom {
        background-position: left bottom;
    }

    .md\:bg-left-top {
        background-position: left top;
    }

    .md\:bg-right {
        background-position: right;
    }

    .md\:bg-right-bottom {
        background-position: right bottom;
    }

    .md\:bg-right-top {
        background-position: right top;
    }

    .md\:bg-top {
        background-position: top;
    }

    .md\:bg-repeat {
        background-repeat: repeat;
    }

    .md\:bg-no-repeat {
        background-repeat: no-repeat;
    }

    .md\:bg-repeat-x {
        background-repeat: repeat-x;
    }

    .md\:bg-repeat-y {
        background-repeat: repeat-y;
    }

    .md\:bg-repeat-round {
        background-repeat: round;
    }

    .md\:bg-repeat-space {
        background-repeat: space;
    }

    .md\:bg-origin-border {
        background-origin: border-box;
    }

    .md\:bg-origin-padding {
        background-origin: padding-box;
    }

    .md\:bg-origin-content {
        background-origin: content-box;
    }

    .md\:fill-current {
        fill: currentColor;
    }

    .md\:stroke-current {
        stroke: currentColor;
    }

    .md\:stroke-0 {
        stroke-width: 0;
    }

    .md\:stroke-1 {
        stroke-width: 1;
    }

    .md\:stroke-2 {
        stroke-width: 2;
    }

    .md\:object-contain {
        -o-object-fit: contain;
        object-fit: contain;
    }

    .md\:object-cover {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .md\:object-fill {
        -o-object-fit: fill;
        object-fit: fill;
    }

    .md\:object-none {
        -o-object-fit: none;
        object-fit: none;
    }

    .md\:object-scale-down {
        -o-object-fit: scale-down;
        object-fit: scale-down;
    }

    .md\:object-bottom {
        -o-object-position: bottom;
        object-position: bottom;
    }

    .md\:object-center {
        -o-object-position: center;
        object-position: center;
    }

    .md\:object-left {
        -o-object-position: left;
        object-position: left;
    }

    .md\:object-left-bottom {
        -o-object-position: left bottom;
        object-position: left bottom;
    }

    .md\:object-left-top {
        -o-object-position: left top;
        object-position: left top;
    }

    .md\:object-right {
        -o-object-position: right;
        object-position: right;
    }

    .md\:object-right-bottom {
        -o-object-position: right bottom;
        object-position: right bottom;
    }

    .md\:object-right-top {
        -o-object-position: right top;
        object-position: right top;
    }

    .md\:object-top {
        -o-object-position: top;
        object-position: top;
    }

    .md\:p-0 {
        padding: 0px;
    }

    .md\:p-1 {
        padding: 0.25rem;
    }

    .md\:p-2 {
        padding: 0.5rem;
    }

    .md\:p-3 {
        padding: 0.75rem;
    }

    .md\:p-4 {
        padding: 1rem;
    }

    .md\:p-5 {
        padding: 1.25rem;
    }

    .md\:p-6 {
        padding: 1.5rem;
    }

    .md\:p-7 {
        padding: 1.75rem;
    }

    .md\:p-8 {
        padding: 2rem;
    }

    .md\:p-9 {
        padding: 2.25rem;
    }

    .md\:p-10 {
        padding: 2.5rem;
    }

    .md\:p-11 {
        padding: 2.75rem;
    }

    .md\:p-12 {
        padding: 3rem;
    }

    .md\:p-13 {
        padding: 52px;
    }

    .md\:p-14 {
        padding: 3.5rem;
    }

    .md\:p-15 {
        padding: 3.93rem;
    }

    .md\:p-16 {
        padding: 4rem;
    }

    .md\:p-18 {
        padding: 4.375rem;
    }

    .md\:p-19 {
        padding: 76px;
    }

    .md\:p-20 {
        padding: 5rem;
    }

    .md\:p-22 {
        padding: 5.625rem;
    }

    .md\:p-24 {
        padding: 6rem;
    }

    .md\:p-26 {
        padding: 6.6875rem;
    }

    .md\:p-28 {
        padding: 7rem;
    }

    .md\:p-30 {
        padding: 120px;
    }

    .md\:p-32 {
        padding: 8rem;
    }

    .md\:p-36 {
        padding: 9rem;
    }

    .md\:p-40 {
        padding: 10rem;
    }

    .md\:p-44 {
        padding: 11rem;
    }

    .md\:p-46 {
        padding: 11.5625rem;
    }

    .md\:p-48 {
        padding: 12rem;
    }

    .md\:p-52 {
        padding: 13rem;
    }

    .md\:p-56 {
        padding: 14rem;
    }

    .md\:p-60 {
        padding: 15rem;
    }

    .md\:p-64 {
        padding: 16rem;
    }

    .md\:p-72 {
        padding: 18rem;
    }

    .md\:p-80 {
        padding: 20rem;
    }

    .md\:p-96 {
        padding: 24rem;
    }

    .md\:p-px {
        padding: 1px;
    }

    .md\:p-0\.5 {
        padding: 0.125rem;
    }

    .md\:p-1\.5 {
        padding: 0.375rem;
    }

    .md\:p-2\.5 {
        padding: 0.625rem;
    }

    .md\:p-3\.5 {
        padding: 0.875rem;
    }

    .md\:p-5p {
        padding: 5px;
    }

    .md\:p-10p {
        padding: 10px;
    }

    .md\:p-14p {
        padding: 14px;
    }

    .md\:p-15p {
        padding: 15px;
    }

    .md\:p-15_2 {
        padding: 60px;
    }

    .md\:p-16_1 {
        padding: 52px;
    }

    .md\:p-16p {
        padding: 16px;
    }

    .md\:p-25p {
        padding: 25px;
    }

    .md\:p-48p {
        padding: 48%;
    }

    .md\:p-52p {
        padding: 52%;
    }

    .md\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .md\:px-1 {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .md\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .md\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .md\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .md\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .md\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .md\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .md\:px-9 {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }

    .md\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .md\:px-11 {
        padding-left: 2.75rem;
        padding-right: 2.75rem;
    }

    .md\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .md\:px-13 {
        padding-left: 52px;
        padding-right: 52px;
    }

    .md\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }

    .md\:px-15 {
        padding-left: 3.93rem;
        padding-right: 3.93rem;
    }

    .md\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .md\:px-18 {
        padding-left: 4.375rem;
        padding-right: 4.375rem;
    }

    .md\:px-19 {
        padding-left: 76px;
        padding-right: 76px;
    }

    .md\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .md\:px-22 {
        padding-left: 5.625rem;
        padding-right: 5.625rem;
    }

    .md\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem;
    }

    .md\:px-26 {
        padding-left: 6.6875rem;
        padding-right: 6.6875rem;
    }

    .md\:px-28 {
        padding-left: 7rem;
        padding-right: 7rem;
    }

    .md\:px-30 {
        padding-left: 120px;
        padding-right: 120px;
    }

    .md\:px-32 {
        padding-left: 8rem;
        padding-right: 8rem;
    }

    .md\:px-36 {
        padding-left: 9rem;
        padding-right: 9rem;
    }

    .md\:px-40 {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .md\:px-44 {
        padding-left: 11rem;
        padding-right: 11rem;
    }

    .md\:px-46 {
        padding-left: 11.5625rem;
        padding-right: 11.5625rem;
    }

    .md\:px-48 {
        padding-left: 12rem;
        padding-right: 12rem;
    }

    .md\:px-52 {
        padding-left: 13rem;
        padding-right: 13rem;
    }

    .md\:px-56 {
        padding-left: 14rem;
        padding-right: 14rem;
    }

    .md\:px-60 {
        padding-left: 15rem;
        padding-right: 15rem;
    }

    .md\:px-64 {
        padding-left: 16rem;
        padding-right: 16rem;
    }

    .md\:px-72 {
        padding-left: 18rem;
        padding-right: 18rem;
    }

    .md\:px-80 {
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .md\:px-96 {
        padding-left: 24rem;
        padding-right: 24rem;
    }

    .md\:px-px {
        padding-left: 1px;
        padding-right: 1px;
    }

    .md\:px-0\.5 {
        padding-left: 0.125rem;
        padding-right: 0.125rem;
    }

    .md\:px-1\.5 {
        padding-left: 0.375rem;
        padding-right: 0.375rem;
    }

    .md\:px-2\.5 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }

    .md\:px-3\.5 {
        padding-left: 0.875rem;
        padding-right: 0.875rem;
    }

    .md\:px-5p {
        padding-left: 5px;
        padding-right: 5px;
    }

    .md\:px-10p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .md\:px-14p {
        padding-left: 14px;
        padding-right: 14px;
    }

    .md\:px-15p {
        padding-left: 15px;
        padding-right: 15px;
    }

    .md\:px-15_2 {
        padding-left: 60px;
        padding-right: 60px;
    }

    .md\:px-16_1 {
        padding-left: 52px;
        padding-right: 52px;
    }

    .md\:px-16p {
        padding-left: 16px;
        padding-right: 16px;
    }

    .md\:px-25p {
        padding-left: 25px;
        padding-right: 25px;
    }

    .md\:px-48p {
        padding-left: 48%;
        padding-right: 48%;
    }

    .md\:px-52p {
        padding-left: 52%;
        padding-right: 52%;
    }

    .md\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .md\:py-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .md\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .md\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .md\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .md\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .md\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .md\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

    .md\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .md\:py-9 {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }

    .md\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .md\:py-11 {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem;
    }

    .md\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .md\:py-13 {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .md\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .md\:py-15 {
        padding-top: 3.93rem;
        padding-bottom: 3.93rem;
    }

    .md\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .md\:py-18 {
        padding-top: 4.375rem;
        padding-bottom: 4.375rem;
    }

    .md\:py-19 {
        padding-top: 76px;
        padding-bottom: 76px;
    }

    .md\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .md\:py-22 {
        padding-top: 5.625rem;
        padding-bottom: 5.625rem;
    }

    .md\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .md\:py-26 {
        padding-top: 6.6875rem;
        padding-bottom: 6.6875rem;
    }

    .md\:py-28 {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    .md\:py-30 {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .md\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .md\:py-36 {
        padding-top: 9rem;
        padding-bottom: 9rem;
    }

    .md\:py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .md\:py-44 {
        padding-top: 11rem;
        padding-bottom: 11rem;
    }

    .md\:py-46 {
        padding-top: 11.5625rem;
        padding-bottom: 11.5625rem;
    }

    .md\:py-48 {
        padding-top: 12rem;
        padding-bottom: 12rem;
    }

    .md\:py-52 {
        padding-top: 13rem;
        padding-bottom: 13rem;
    }

    .md\:py-56 {
        padding-top: 14rem;
        padding-bottom: 14rem;
    }

    .md\:py-60 {
        padding-top: 15rem;
        padding-bottom: 15rem;
    }

    .md\:py-64 {
        padding-top: 16rem;
        padding-bottom: 16rem;
    }

    .md\:py-72 {
        padding-top: 18rem;
        padding-bottom: 18rem;
    }

    .md\:py-80 {
        padding-top: 20rem;
        padding-bottom: 20rem;
    }

    .md\:py-96 {
        padding-top: 24rem;
        padding-bottom: 24rem;
    }

    .md\:py-px {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .md\:py-0\.5 {
        padding-top: 0.125rem;
        padding-bottom: 0.125rem;
    }

    .md\:py-1\.5 {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
    }

    .md\:py-2\.5 {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }

    .md\:py-3\.5 {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
    }

    .md\:py-5p {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .md\:py-10p {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .md\:py-14p {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .md\:py-15p {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .md\:py-15_2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .md\:py-16_1 {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .md\:py-16p {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .md\:py-25p {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .md\:py-48p {
        padding-top: 48%;
        padding-bottom: 48%;
    }

    .md\:py-52p {
        padding-top: 52%;
        padding-bottom: 52%;
    }

    .md\:pt-0 {
        padding-top: 0px;
    }

    .md\:pt-1 {
        padding-top: 0.25rem;
    }

    .md\:pt-2 {
        padding-top: 0.5rem;
    }

    .md\:pt-3 {
        padding-top: 0.75rem;
    }

    .md\:pt-4 {
        padding-top: 1rem;
    }

    .md\:pt-5 {
        padding-top: 1.25rem;
    }

    .md\:pt-6 {
        padding-top: 1.5rem;
    }

    .md\:pt-7 {
        padding-top: 1.75rem;
    }

    .md\:pt-8 {
        padding-top: 2rem;
    }

    .md\:pt-9 {
        padding-top: 2.25rem;
    }

    .md\:pt-10 {
        padding-top: 2.5rem;
    }

    .md\:pt-11 {
        padding-top: 2.75rem;
    }

    .md\:pt-12 {
        padding-top: 3rem;
    }

    .md\:pt-13 {
        padding-top: 52px;
    }

    .md\:pt-14 {
        padding-top: 3.5rem;
    }

    .md\:pt-15 {
        padding-top: 3.93rem;
    }

    .md\:pt-16 {
        padding-top: 4rem;
    }

    .md\:pt-18 {
        padding-top: 4.375rem;
    }

    .md\:pt-19 {
        padding-top: 76px;
    }

    .md\:pt-20 {
        padding-top: 5rem;
    }

    .md\:pt-22 {
        padding-top: 5.625rem;
    }

    .md\:pt-24 {
        padding-top: 6rem;
    }

    .md\:pt-26 {
        padding-top: 6.6875rem;
    }

    .md\:pt-28 {
        padding-top: 7rem;
    }

    .md\:pt-30 {
        padding-top: 120px;
    }

    .md\:pt-32 {
        padding-top: 8rem;
    }

    .md\:pt-36 {
        padding-top: 9rem;
    }

    .md\:pt-40 {
        padding-top: 10rem;
    }

    .md\:pt-44 {
        padding-top: 11rem;
    }

    .md\:pt-46 {
        padding-top: 11.5625rem;
    }

    .md\:pt-48 {
        padding-top: 12rem;
    }

    .md\:pt-52 {
        padding-top: 13rem;
    }

    .md\:pt-56 {
        padding-top: 14rem;
    }

    .md\:pt-60 {
        padding-top: 15rem;
    }

    .md\:pt-64 {
        padding-top: 16rem;
    }

    .md\:pt-72 {
        padding-top: 18rem;
    }

    .md\:pt-80 {
        padding-top: 20rem;
    }

    .md\:pt-96 {
        padding-top: 24rem;
    }

    .md\:pt-px {
        padding-top: 1px;
    }

    .md\:pt-0\.5 {
        padding-top: 0.125rem;
    }

    .md\:pt-1\.5 {
        padding-top: 0.375rem;
    }

    .md\:pt-2\.5 {
        padding-top: 0.625rem;
    }

    .md\:pt-3\.5 {
        padding-top: 0.875rem;
    }

    .md\:pt-5p {
        padding-top: 5px;
    }

    .md\:pt-10p {
        padding-top: 10px;
    }

    .md\:pt-14p {
        padding-top: 14px;
    }

    .md\:pt-15p {
        padding-top: 15px;
    }

    .md\:pt-15_2 {
        padding-top: 60px;
    }

    .md\:pt-16_1 {
        padding-top: 52px;
    }

    .md\:pt-16p {
        padding-top: 16px;
    }

    .md\:pt-25p {
        padding-top: 25px;
    }

    .md\:pt-48p {
        padding-top: 48%;
    }

    .md\:pt-52p {
        padding-top: 52%;
    }

    .md\:pr-0 {
        padding-right: 0px;
    }

    .md\:pr-1 {
        padding-right: 0.25rem;
    }

    .md\:pr-2 {
        padding-right: 0.5rem;
    }

    .md\:pr-3 {
        padding-right: 0.75rem;
    }

    .md\:pr-4 {
        padding-right: 1rem;
    }

    .md\:pr-5 {
        padding-right: 1.25rem;
    }

    .md\:pr-6 {
        padding-right: 1.5rem;
    }

    .md\:pr-7 {
        padding-right: 1.75rem;
    }

    .md\:pr-8 {
        padding-right: 2rem;
    }

    .md\:pr-9 {
        padding-right: 2.25rem;
    }

    .md\:pr-10 {
        padding-right: 2.5rem;
    }

    .md\:pr-11 {
        padding-right: 2.75rem;
    }

    .md\:pr-12 {
        padding-right: 3rem;
    }

    .md\:pr-13 {
        padding-right: 52px;
    }

    .md\:pr-14 {
        padding-right: 3.5rem;
    }

    .md\:pr-15 {
        padding-right: 3.93rem;
    }

    .md\:pr-16 {
        padding-right: 4rem;
    }

    .md\:pr-18 {
        padding-right: 4.375rem;
    }

    .md\:pr-19 {
        padding-right: 76px;
    }

    .md\:pr-20 {
        padding-right: 5rem;
    }

    .md\:pr-22 {
        padding-right: 5.625rem;
    }

    .md\:pr-24 {
        padding-right: 6rem;
    }

    .md\:pr-26 {
        padding-right: 6.6875rem;
    }

    .md\:pr-28 {
        padding-right: 7rem;
    }

    .md\:pr-30 {
        padding-right: 120px;
    }

    .md\:pr-32 {
        padding-right: 8rem;
    }

    .md\:pr-36 {
        padding-right: 9rem;
    }

    .md\:pr-40 {
        padding-right: 10rem;
    }

    .md\:pr-44 {
        padding-right: 11rem;
    }

    .md\:pr-46 {
        padding-right: 11.5625rem;
    }

    .md\:pr-48 {
        padding-right: 12rem;
    }

    .md\:pr-52 {
        padding-right: 13rem;
    }

    .md\:pr-56 {
        padding-right: 14rem;
    }

    .md\:pr-60 {
        padding-right: 15rem;
    }

    .md\:pr-64 {
        padding-right: 16rem;
    }

    .md\:pr-72 {
        padding-right: 18rem;
    }

    .md\:pr-80 {
        padding-right: 20rem;
    }

    .md\:pr-96 {
        padding-right: 24rem;
    }

    .md\:pr-px {
        padding-right: 1px;
    }

    .md\:pr-0\.5 {
        padding-right: 0.125rem;
    }

    .md\:pr-1\.5 {
        padding-right: 0.375rem;
    }

    .md\:pr-2\.5 {
        padding-right: 0.625rem;
    }

    .md\:pr-3\.5 {
        padding-right: 0.875rem;
    }

    .md\:pr-5p {
        padding-right: 5px;
    }

    .md\:pr-10p {
        padding-right: 10px;
    }

    .md\:pr-14p {
        padding-right: 14px;
    }

    .md\:pr-15p {
        padding-right: 15px;
    }

    .md\:pr-15_2 {
        padding-right: 60px;
    }

    .md\:pr-16_1 {
        padding-right: 52px;
    }

    .md\:pr-16p {
        padding-right: 16px;
    }

    .md\:pr-25p {
        padding-right: 25px;
    }

    .md\:pr-48p {
        padding-right: 48%;
    }

    .md\:pr-52p {
        padding-right: 52%;
    }

    .md\:pb-0 {
        padding-bottom: 0px;
    }

    .md\:pb-1 {
        padding-bottom: 0.25rem;
    }

    .md\:pb-2 {
        padding-bottom: 0.5rem;
    }

    .md\:pb-3 {
        padding-bottom: 0.75rem;
    }

    .md\:pb-4 {
        padding-bottom: 1rem;
    }

    .md\:pb-5 {
        padding-bottom: 1.25rem;
    }

    .md\:pb-6 {
        padding-bottom: 1.5rem;
    }

    .md\:pb-7 {
        padding-bottom: 1.75rem;
    }

    .md\:pb-8 {
        padding-bottom: 2rem;
    }

    .md\:pb-9 {
        padding-bottom: 2.25rem;
    }

    .md\:pb-10 {
        padding-bottom: 2.5rem;
    }

    .md\:pb-11 {
        padding-bottom: 2.75rem;
    }

    .md\:pb-12 {
        padding-bottom: 3rem;
    }

    .md\:pb-13 {
        padding-bottom: 52px;
    }

    .md\:pb-14 {
        padding-bottom: 3.5rem;
    }

    .md\:pb-15 {
        padding-bottom: 3.93rem;
    }

    .md\:pb-16 {
        padding-bottom: 4rem;
    }

    .md\:pb-18 {
        padding-bottom: 4.375rem;
    }

    .md\:pb-19 {
        padding-bottom: 76px;
    }

    .md\:pb-20 {
        padding-bottom: 5rem;
    }

    .md\:pb-22 {
        padding-bottom: 5.625rem;
    }

    .md\:pb-24 {
        padding-bottom: 6rem;
    }

    .md\:pb-26 {
        padding-bottom: 6.6875rem;
    }

    .md\:pb-28 {
        padding-bottom: 7rem;
    }

    .md\:pb-30 {
        padding-bottom: 120px;
    }

    .md\:pb-32 {
        padding-bottom: 8rem;
    }

    .md\:pb-36 {
        padding-bottom: 9rem;
    }

    .md\:pb-40 {
        padding-bottom: 10rem;
    }

    .md\:pb-44 {
        padding-bottom: 11rem;
    }

    .md\:pb-46 {
        padding-bottom: 11.5625rem;
    }

    .md\:pb-48 {
        padding-bottom: 12rem;
    }

    .md\:pb-52 {
        padding-bottom: 13rem;
    }

    .md\:pb-56 {
        padding-bottom: 14rem;
    }

    .md\:pb-60 {
        padding-bottom: 15rem;
    }

    .md\:pb-64 {
        padding-bottom: 16rem;
    }

    .md\:pb-72 {
        padding-bottom: 18rem;
    }

    .md\:pb-80 {
        padding-bottom: 20rem;
    }

    .md\:pb-96 {
        padding-bottom: 24rem;
    }

    .md\:pb-px {
        padding-bottom: 1px;
    }

    .md\:pb-0\.5 {
        padding-bottom: 0.125rem;
    }

    .md\:pb-1\.5 {
        padding-bottom: 0.375rem;
    }

    .md\:pb-2\.5 {
        padding-bottom: 0.625rem;
    }

    .md\:pb-3\.5 {
        padding-bottom: 0.875rem;
    }

    .md\:pb-5p {
        padding-bottom: 5px;
    }

    .md\:pb-10p {
        padding-bottom: 10px;
    }

    .md\:pb-14p {
        padding-bottom: 14px;
    }

    .md\:pb-15p {
        padding-bottom: 15px;
    }

    .md\:pb-15_2 {
        padding-bottom: 60px;
    }

    .md\:pb-16_1 {
        padding-bottom: 52px;
    }

    .md\:pb-16p {
        padding-bottom: 16px;
    }

    .md\:pb-25p {
        padding-bottom: 25px;
    }

    .md\:pb-48p {
        padding-bottom: 48%;
    }

    .md\:pb-52p {
        padding-bottom: 52%;
    }

    .md\:pl-0 {
        padding-left: 0px;
    }

    .md\:pl-1 {
        padding-left: 0.25rem;
    }

    .md\:pl-2 {
        padding-left: 0.5rem;
    }

    .md\:pl-3 {
        padding-left: 0.75rem;
    }

    .md\:pl-4 {
        padding-left: 1rem;
    }

    .md\:pl-5 {
        padding-left: 1.25rem;
    }

    .md\:pl-6 {
        padding-left: 1.5rem;
    }

    .md\:pl-7 {
        padding-left: 1.75rem;
    }

    .md\:pl-8 {
        padding-left: 2rem;
    }

    .md\:pl-9 {
        padding-left: 2.25rem;
    }

    .md\:pl-10 {
        padding-left: 2.5rem;
    }

    .md\:pl-11 {
        padding-left: 2.75rem;
    }

    .md\:pl-12 {
        padding-left: 3rem;
    }

    .md\:pl-13 {
        padding-left: 52px;
    }

    .md\:pl-14 {
        padding-left: 3.5rem;
    }

    .md\:pl-15 {
        padding-left: 3.93rem;
    }

    .md\:pl-16 {
        padding-left: 4rem;
    }

    .md\:pl-18 {
        padding-left: 4.375rem;
    }

    .md\:pl-19 {
        padding-left: 76px;
    }

    .md\:pl-20 {
        padding-left: 5rem;
    }

    .md\:pl-22 {
        padding-left: 5.625rem;
    }

    .md\:pl-24 {
        padding-left: 6rem;
    }

    .md\:pl-26 {
        padding-left: 6.6875rem;
    }

    .md\:pl-28 {
        padding-left: 7rem;
    }

    .md\:pl-30 {
        padding-left: 120px;
    }

    .md\:pl-32 {
        padding-left: 8rem;
    }

    .md\:pl-36 {
        padding-left: 9rem;
    }

    .md\:pl-40 {
        padding-left: 10rem;
    }

    .md\:pl-44 {
        padding-left: 11rem;
    }

    .md\:pl-46 {
        padding-left: 11.5625rem;
    }

    .md\:pl-48 {
        padding-left: 12rem;
    }

    .md\:pl-52 {
        padding-left: 13rem;
    }

    .md\:pl-56 {
        padding-left: 14rem;
    }

    .md\:pl-60 {
        padding-left: 15rem;
    }

    .md\:pl-64 {
        padding-left: 16rem;
    }

    .md\:pl-72 {
        padding-left: 18rem;
    }

    .md\:pl-80 {
        padding-left: 20rem;
    }

    .md\:pl-96 {
        padding-left: 24rem;
    }

    .md\:pl-px {
        padding-left: 1px;
    }

    .md\:pl-0\.5 {
        padding-left: 0.125rem;
    }

    .md\:pl-1\.5 {
        padding-left: 0.375rem;
    }

    .md\:pl-2\.5 {
        padding-left: 0.625rem;
    }

    .md\:pl-3\.5 {
        padding-left: 0.875rem;
    }

    .md\:pl-5p {
        padding-left: 5px;
    }

    .md\:pl-10p {
        padding-left: 10px;
    }

    .md\:pl-14p {
        padding-left: 14px;
    }

    .md\:pl-15p {
        padding-left: 15px;
    }

    .md\:pl-15_2 {
        padding-left: 60px;
    }

    .md\:pl-16_1 {
        padding-left: 52px;
    }

    .md\:pl-16p {
        padding-left: 16px;
    }

    .md\:pl-25p {
        padding-left: 25px;
    }

    .md\:pl-48p {
        padding-left: 48%;
    }

    .md\:pl-52p {
        padding-left: 52%;
    }

    .md\:text-left {
        text-align: left;
    }

    .md\:text-center {
        text-align: center;
    }

    .md\:text-right {
        text-align: right;
    }

    .md\:text-justify {
        text-align: justify;
    }

    .md\:align-baseline {
        vertical-align: baseline;
    }

    .md\:align-top {
        vertical-align: top;
    }

    .md\:align-middle {
        vertical-align: middle;
    }

    .md\:align-bottom {
        vertical-align: bottom;
    }

    .md\:align-text-top {
        vertical-align: text-top;
    }

    .md\:align-text-bottom {
        vertical-align: text-bottom;
    }

    .md\: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";
    }

    .md\:font-serif {
        font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    }

    .md\:font-mono {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    }

    .md\:font-body {
        font-family: "Red Hat Display";
    }

    .md\:font-primary {
        font-family: "Noto Sans";
    }

    .md\:font-secondary {
        font-family: "Montserrat";
    }

    .md\:font-Helvetica_Bold {
        font-family: "Helvetica-Bold";
    }

    .md\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }

    .md\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .md\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

    .md\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }

    .md\:text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }

    .md\:text-8xl {
        font-size: 6rem;
        line-height: 1;
    }

    .md\:text-9xl {
        font-size: 8rem;
        line-height: 1;
    }

    .md\:text-10p {
        font-size: 0.625rem;
    }

    .md\:text-50p {
        font-size: 3.125rem;
    }

    .md\:text-40p {
        font-size: 2.5rem;
    }

    .md\:text-8\.5xl {
        font-size: 7.5rem;
        line-height: 7.8rem;
    }

    .md\:text-80p {
        font-size: 80px;
        line-height: 90px;
    }

    .md\:font-thin {
        font-weight: 100;
    }

    .md\:font-extralight {
        font-weight: 200;
    }

    .md\:font-light {
        font-weight: 300;
    }

    .md\:font-normal {
        font-weight: 400;
    }

    .md\:font-medium {
        font-weight: 500;
    }

    .md\:font-semibold {
        font-weight: 600;
    }

    .md\:font-bold {
        font-weight: 700;
    }

    .md\:font-extrabold {
        font-weight: 800;
    }

    .md\:font-black {
        font-weight: 900;
    }

    .md\:uppercase {
        text-transform: uppercase;
    }

    .md\:lowercase {
        text-transform: lowercase;
    }

    .md\:capitalize {
        text-transform: capitalize;
    }

    .md\:normal-case {
        text-transform: none;
    }

    .md\:italic {
        font-style: italic;
    }

    .md\:not-italic {
        font-style: normal;
    }

    .md\:ordinal,
    .md\:slashed-zero,
    .md\:lining-nums,
    .md\:oldstyle-nums,
    .md\:proportional-nums,
    .md\:tabular-nums,
    .md\:diagonal-fractions,
    .md\:stacked-fractions {
        --tw-ordinal: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-slashed-zero: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-numeric-figure: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-numeric-spacing: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-numeric-fraction: var(--tw-empty,
                /*!*/
                /*!*/
            );
        font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
    }

    .md\:normal-nums {
        font-variant-numeric: normal;
    }

    .md\:ordinal {
        --tw-ordinal: ordinal;
    }

    .md\:slashed-zero {
        --tw-slashed-zero: slashed-zero;
    }

    .md\:lining-nums {
        --tw-numeric-figure: lining-nums;
    }

    .md\:oldstyle-nums {
        --tw-numeric-figure: oldstyle-nums;
    }

    .md\:proportional-nums {
        --tw-numeric-spacing: proportional-nums;
    }

    .md\:tabular-nums {
        --tw-numeric-spacing: tabular-nums;
    }

    .md\:diagonal-fractions {
        --tw-numeric-fraction: diagonal-fractions;
    }

    .md\:stacked-fractions {
        --tw-numeric-fraction: stacked-fractions;
    }

    .md\:leading-3 {
        line-height: .75rem;
    }

    .md\:leading-4 {
        line-height: 1rem;
    }

    .md\:leading-5 {
        line-height: 1.25rem;
    }

    .md\:leading-6 {
        line-height: 1.5rem;
    }

    .md\:leading-7 {
        line-height: 1.75rem;
    }

    .md\:leading-8 {
        line-height: 2rem;
    }

    .md\:leading-9 {
        line-height: 2.25rem;
    }

    .md\:leading-10 {
        line-height: 2.5rem;
    }

    .md\:leading-none {
        line-height: 1;
    }

    .md\:leading-tight {
        line-height: 1.25;
    }

    .md\:leading-snug {
        line-height: 1.375;
    }

    .md\:leading-normal {
        line-height: 1.5;
    }

    .md\:leading-relaxed {
        line-height: 1.625;
    }

    .md\:leading-loose {
        line-height: 2;
    }

    .md\:tracking-tightest {
        letter-spacing: -.075em;
    }

    .md\:tracking-tighter {
        letter-spacing: -.05em;
    }

    .md\:tracking-tight {
        letter-spacing: -.025em;
    }

    .md\:tracking-normal {
        letter-spacing: 0;
    }

    .md\:tracking-wide {
        letter-spacing: 1.5px;
    }

    .md\:tracking-wider {
        letter-spacing: .05em;
    }

    .md\:tracking-wider_lg {
        letter-spacing: .1em;
    }

    .md\:tracking-widest {
        letter-spacing: .15em;
    }

    .md\:text-transparent {
        color: transparent;
    }

    .md\:text-current {
        color: currentColor;
    }

    .md\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .md\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .md\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .md\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .md\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .md\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .md\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .md\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .md\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .md\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .md\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .md\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .md\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .md\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .md\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .md\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .md\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .md\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .md\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .md\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .md\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .md\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .md\:text-yellow {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .md\:text-green {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .md\:text-blue {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .md\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .md\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .md\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .md\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .md\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .md\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .md\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .md\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .md\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .md\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .md\:text-purple {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .md\:text-pink {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .md\:text-primary {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .md\:text-secondary {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .md\:text-body_bg {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .md\:text-body_text {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .md\:text-title {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .md\:text-grey {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .md\:text-dark_grey {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .md\:text-light_grey {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .md\:text-medium_grey {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .md\:text-lightten_grey {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .md\:text-grey_300 {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .md\:text-grey_400 {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .md\:text-medium_blue {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .md\:text-dark_blue {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .md\:text-text_blue {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .md\:text-footer_bg {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .md\:text-brown {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .md\:text-dark_brown {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .md\:text-Light_purple {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .md\:text-dark_green {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .md\:text-medium_green {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .md\:text-light_green {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .md\:text-green_900 {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .md\:text-dark_border {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-transparent {
        color: transparent;
    }

    .group:hover .md\:group-hover\:text-current {
        color: currentColor;
    }

    .group:hover .md\:group-hover\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-yellow {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-green {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-blue {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-purple {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-pink {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-primary {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-secondary {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-body_bg {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-body_text {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-title {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-grey {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-dark_grey {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-light_grey {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-medium_grey {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-lightten_grey {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-grey_300 {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-grey_400 {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-medium_blue {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-dark_blue {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-text_blue {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-footer_bg {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-brown {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-dark_brown {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-Light_purple {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-dark_green {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-medium_green {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-light_green {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-green_900 {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .group:hover .md\:group-hover\:text-dark_border {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-transparent:focus-within {
        color: transparent;
    }

    .md\:focus-within\:text-current:focus-within {
        color: currentColor;
    }

    .md\:focus-within\:text-black:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-white:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-gray-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-gray-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-gray-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-gray-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-gray-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-gray-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-gray-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-gray-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-gray-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-gray-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-red-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-red-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-red-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-red-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-red-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-red-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-red-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-red-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-red-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-red-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-yellow:focus-within {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-indigo-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-indigo-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-indigo-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-indigo-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-indigo-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-indigo-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-indigo-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-indigo-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-indigo-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-indigo-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-purple:focus-within {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-pink:focus-within {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-primary:focus-within {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-secondary:focus-within {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-body_bg:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-body_text:focus-within {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-title:focus-within {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-dark_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-light_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-medium_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-lightten_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-grey_300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-grey_400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-medium_blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-dark_blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-text_blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-footer_bg:focus-within {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-brown:focus-within {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-dark_brown:focus-within {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-Light_purple:focus-within {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-dark_green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-medium_green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-light_green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-green_900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .md\:focus-within\:text-dark_border:focus-within {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .md\:hover\:text-transparent:hover {
        color: transparent;
    }

    .md\:hover\:text-current:hover {
        color: currentColor;
    }

    .md\:hover\:text-black:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .md\:hover\:text-white:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .md\:hover\:text-gray-50:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .md\:hover\:text-gray-100:hover {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .md\:hover\:text-gray-200:hover {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .md\:hover\:text-gray-300:hover {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .md\:hover\:text-gray-400:hover {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .md\:hover\:text-gray-500:hover {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .md\:hover\:text-gray-600:hover {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .md\:hover\:text-gray-700:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .md\:hover\:text-gray-800:hover {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .md\:hover\:text-gray-900:hover {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .md\:hover\:text-red-50:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .md\:hover\:text-red-100:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .md\:hover\:text-red-200:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .md\:hover\:text-red-300:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .md\:hover\:text-red-400:hover {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .md\:hover\:text-red-500:hover {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .md\:hover\:text-red-600:hover {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .md\:hover\:text-red-700:hover {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .md\:hover\:text-red-800:hover {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .md\:hover\:text-red-900:hover {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .md\:hover\:text-yellow:hover {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .md\:hover\:text-green:hover {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .md\:hover\:text-blue:hover {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .md\:hover\:text-indigo-50:hover {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .md\:hover\:text-indigo-100:hover {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .md\:hover\:text-indigo-200:hover {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .md\:hover\:text-indigo-300:hover {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .md\:hover\:text-indigo-400:hover {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .md\:hover\:text-indigo-500:hover {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .md\:hover\:text-indigo-600:hover {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .md\:hover\:text-indigo-700:hover {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .md\:hover\:text-indigo-800:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .md\:hover\:text-indigo-900:hover {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .md\:hover\:text-purple:hover {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .md\:hover\:text-pink:hover {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .md\:hover\:text-primary:hover {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .md\:hover\:text-secondary:hover {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .md\:hover\:text-body_bg:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .md\:hover\:text-body_text:hover {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .md\:hover\:text-title:hover {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .md\:hover\:text-grey:hover {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .md\:hover\:text-dark_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .md\:hover\:text-light_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .md\:hover\:text-medium_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .md\:hover\:text-lightten_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .md\:hover\:text-grey_300:hover {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .md\:hover\:text-grey_400:hover {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .md\:hover\:text-medium_blue:hover {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .md\:hover\:text-dark_blue:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .md\:hover\:text-text_blue:hover {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .md\:hover\:text-footer_bg:hover {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .md\:hover\:text-brown:hover {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .md\:hover\:text-dark_brown:hover {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .md\:hover\:text-Light_purple:hover {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .md\:hover\:text-dark_green:hover {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .md\:hover\:text-medium_green:hover {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .md\:hover\:text-light_green:hover {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .md\:hover\:text-green_900:hover {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .md\:hover\:text-dark_border:hover {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .md\:focus\:text-transparent:focus {
        color: transparent;
    }

    .md\:focus\:text-current:focus {
        color: currentColor;
    }

    .md\:focus\:text-black:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .md\:focus\:text-white:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .md\:focus\:text-gray-50:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .md\:focus\:text-gray-100:focus {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .md\:focus\:text-gray-200:focus {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .md\:focus\:text-gray-300:focus {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .md\:focus\:text-gray-400:focus {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .md\:focus\:text-gray-500:focus {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .md\:focus\:text-gray-600:focus {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .md\:focus\:text-gray-700:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .md\:focus\:text-gray-800:focus {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .md\:focus\:text-gray-900:focus {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .md\:focus\:text-red-50:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .md\:focus\:text-red-100:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .md\:focus\:text-red-200:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .md\:focus\:text-red-300:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .md\:focus\:text-red-400:focus {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .md\:focus\:text-red-500:focus {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .md\:focus\:text-red-600:focus {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .md\:focus\:text-red-700:focus {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .md\:focus\:text-red-800:focus {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .md\:focus\:text-red-900:focus {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .md\:focus\:text-yellow:focus {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .md\:focus\:text-green:focus {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .md\:focus\:text-blue:focus {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .md\:focus\:text-indigo-50:focus {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .md\:focus\:text-indigo-100:focus {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .md\:focus\:text-indigo-200:focus {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .md\:focus\:text-indigo-300:focus {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .md\:focus\:text-indigo-400:focus {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .md\:focus\:text-indigo-500:focus {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .md\:focus\:text-indigo-600:focus {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .md\:focus\:text-indigo-700:focus {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .md\:focus\:text-indigo-800:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .md\:focus\:text-indigo-900:focus {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .md\:focus\:text-purple:focus {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .md\:focus\:text-pink:focus {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .md\:focus\:text-primary:focus {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .md\:focus\:text-secondary:focus {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .md\:focus\:text-body_bg:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .md\:focus\:text-body_text:focus {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .md\:focus\:text-title:focus {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .md\:focus\:text-grey:focus {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .md\:focus\:text-dark_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .md\:focus\:text-light_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .md\:focus\:text-medium_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .md\:focus\:text-lightten_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .md\:focus\:text-grey_300:focus {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .md\:focus\:text-grey_400:focus {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .md\:focus\:text-medium_blue:focus {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .md\:focus\:text-dark_blue:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .md\:focus\:text-text_blue:focus {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .md\:focus\:text-footer_bg:focus {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .md\:focus\:text-brown:focus {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .md\:focus\:text-dark_brown:focus {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .md\:focus\:text-Light_purple:focus {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .md\:focus\:text-dark_green:focus {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .md\:focus\:text-medium_green:focus {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .md\:focus\:text-light_green:focus {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .md\:focus\:text-green_900:focus {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .md\:focus\:text-dark_border:focus {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .md\:text-opacity-0 {
        --tw-text-opacity: 0;
    }

    .md\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }

    .md\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }

    .md\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }

    .md\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }

    .md\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }

    .md\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }

    .md\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }

    .md\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }

    .md\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }

    .md\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }

    .md\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }

    .md\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }

    .md\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }

    .md\:text-opacity-100 {
        --tw-text-opacity: 1;
    }

    .group:hover .md\:group-hover\:text-opacity-0 {
        --tw-text-opacity: 0;
    }

    .group:hover .md\:group-hover\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }

    .group:hover .md\:group-hover\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }

    .group:hover .md\:group-hover\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }

    .group:hover .md\:group-hover\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }

    .group:hover .md\:group-hover\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }

    .group:hover .md\:group-hover\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }

    .group:hover .md\:group-hover\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }

    .group:hover .md\:group-hover\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }

    .group:hover .md\:group-hover\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }

    .group:hover .md\:group-hover\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }

    .group:hover .md\:group-hover\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }

    .group:hover .md\:group-hover\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }

    .group:hover .md\:group-hover\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }

    .group:hover .md\:group-hover\:text-opacity-100 {
        --tw-text-opacity: 1;
    }

    .md\:focus-within\:text-opacity-0:focus-within {
        --tw-text-opacity: 0;
    }

    .md\:focus-within\:text-opacity-5:focus-within {
        --tw-text-opacity: 0.05;
    }

    .md\:focus-within\:text-opacity-10:focus-within {
        --tw-text-opacity: 0.1;
    }

    .md\:focus-within\:text-opacity-20:focus-within {
        --tw-text-opacity: 0.2;
    }

    .md\:focus-within\:text-opacity-25:focus-within {
        --tw-text-opacity: 0.25;
    }

    .md\:focus-within\:text-opacity-30:focus-within {
        --tw-text-opacity: 0.3;
    }

    .md\:focus-within\:text-opacity-40:focus-within {
        --tw-text-opacity: 0.4;
    }

    .md\:focus-within\:text-opacity-50:focus-within {
        --tw-text-opacity: 0.5;
    }

    .md\:focus-within\:text-opacity-60:focus-within {
        --tw-text-opacity: 0.6;
    }

    .md\:focus-within\:text-opacity-70:focus-within {
        --tw-text-opacity: 0.7;
    }

    .md\:focus-within\:text-opacity-75:focus-within {
        --tw-text-opacity: 0.75;
    }

    .md\:focus-within\:text-opacity-80:focus-within {
        --tw-text-opacity: 0.8;
    }

    .md\:focus-within\:text-opacity-90:focus-within {
        --tw-text-opacity: 0.9;
    }

    .md\:focus-within\:text-opacity-95:focus-within {
        --tw-text-opacity: 0.95;
    }

    .md\:focus-within\:text-opacity-100:focus-within {
        --tw-text-opacity: 1;
    }

    .md\:hover\:text-opacity-0:hover {
        --tw-text-opacity: 0;
    }

    .md\:hover\:text-opacity-5:hover {
        --tw-text-opacity: 0.05;
    }

    .md\:hover\:text-opacity-10:hover {
        --tw-text-opacity: 0.1;
    }

    .md\:hover\:text-opacity-20:hover {
        --tw-text-opacity: 0.2;
    }

    .md\:hover\:text-opacity-25:hover {
        --tw-text-opacity: 0.25;
    }

    .md\:hover\:text-opacity-30:hover {
        --tw-text-opacity: 0.3;
    }

    .md\:hover\:text-opacity-40:hover {
        --tw-text-opacity: 0.4;
    }

    .md\:hover\:text-opacity-50:hover {
        --tw-text-opacity: 0.5;
    }

    .md\:hover\:text-opacity-60:hover {
        --tw-text-opacity: 0.6;
    }

    .md\:hover\:text-opacity-70:hover {
        --tw-text-opacity: 0.7;
    }

    .md\:hover\:text-opacity-75:hover {
        --tw-text-opacity: 0.75;
    }

    .md\:hover\:text-opacity-80:hover {
        --tw-text-opacity: 0.8;
    }

    .md\:hover\:text-opacity-90:hover {
        --tw-text-opacity: 0.9;
    }

    .md\:hover\:text-opacity-95:hover {
        --tw-text-opacity: 0.95;
    }

    .md\:hover\:text-opacity-100:hover {
        --tw-text-opacity: 1;
    }

    .md\:focus\:text-opacity-0:focus {
        --tw-text-opacity: 0;
    }

    .md\:focus\:text-opacity-5:focus {
        --tw-text-opacity: 0.05;
    }

    .md\:focus\:text-opacity-10:focus {
        --tw-text-opacity: 0.1;
    }

    .md\:focus\:text-opacity-20:focus {
        --tw-text-opacity: 0.2;
    }

    .md\:focus\:text-opacity-25:focus {
        --tw-text-opacity: 0.25;
    }

    .md\:focus\:text-opacity-30:focus {
        --tw-text-opacity: 0.3;
    }

    .md\:focus\:text-opacity-40:focus {
        --tw-text-opacity: 0.4;
    }

    .md\:focus\:text-opacity-50:focus {
        --tw-text-opacity: 0.5;
    }

    .md\:focus\:text-opacity-60:focus {
        --tw-text-opacity: 0.6;
    }

    .md\:focus\:text-opacity-70:focus {
        --tw-text-opacity: 0.7;
    }

    .md\:focus\:text-opacity-75:focus {
        --tw-text-opacity: 0.75;
    }

    .md\:focus\:text-opacity-80:focus {
        --tw-text-opacity: 0.8;
    }

    .md\:focus\:text-opacity-90:focus {
        --tw-text-opacity: 0.9;
    }

    .md\:focus\:text-opacity-95:focus {
        --tw-text-opacity: 0.95;
    }

    .md\:focus\:text-opacity-100:focus {
        --tw-text-opacity: 1;
    }

    .md\:underline {
        text-decoration: underline;
    }

    .md\:line-through {
        text-decoration: line-through;
    }

    .md\:no-underline {
        text-decoration: none;
    }

    .group:hover .md\:group-hover\:underline {
        text-decoration: underline;
    }

    .group:hover .md\:group-hover\:line-through {
        text-decoration: line-through;
    }

    .group:hover .md\:group-hover\:no-underline {
        text-decoration: none;
    }

    .md\:focus-within\:underline:focus-within {
        text-decoration: underline;
    }

    .md\:focus-within\:line-through:focus-within {
        text-decoration: line-through;
    }

    .md\:focus-within\:no-underline:focus-within {
        text-decoration: none;
    }

    .md\:hover\:underline:hover {
        text-decoration: underline;
    }

    .md\:hover\:line-through:hover {
        text-decoration: line-through;
    }

    .md\:hover\:no-underline:hover {
        text-decoration: none;
    }

    .md\:focus\:underline:focus {
        text-decoration: underline;
    }

    .md\:focus\:line-through:focus {
        text-decoration: line-through;
    }

    .md\:focus\:no-underline:focus {
        text-decoration: none;
    }

    .md\:antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .md\:subpixel-antialiased {
        -webkit-font-smoothing: auto;
        -moz-osx-font-smoothing: auto;
    }

    .md\:placeholder-transparent::-moz-placeholder {
        color: transparent;
    }

    .md\:placeholder-transparent:-ms-input-placeholder {
        color: transparent;
    }

    .md\:placeholder-transparent::placeholder {
        color: transparent;
    }

    .md\:placeholder-current::-moz-placeholder {
        color: currentColor;
    }

    .md\:placeholder-current:-ms-input-placeholder {
        color: currentColor;
    }

    .md\:placeholder-current::placeholder {
        color: currentColor;
    }

    .md\:placeholder-black::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-black:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-black::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-white::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-white:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-white::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-gray-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-gray-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-gray-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-gray-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-gray-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-gray-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-gray-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-gray-200:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-gray-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-gray-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-gray-300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-gray-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-gray-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-gray-400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-gray-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-gray-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-gray-500:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-gray-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-gray-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-gray-600:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-gray-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-gray-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-gray-700:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-gray-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-gray-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-gray-800:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-gray-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-gray-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-gray-900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-gray-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-red-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-red-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-red-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-red-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-red-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-red-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-red-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-red-200:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-red-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-red-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-red-300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-red-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-red-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-red-400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-red-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-red-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-red-500:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-red-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-red-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-red-600:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-red-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-red-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-red-700:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-red-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-red-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-red-800:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-red-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-red-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-red-900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-red-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-yellow::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-yellow:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-yellow::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-indigo-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-indigo-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-indigo-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-indigo-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-indigo-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-indigo-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-indigo-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-indigo-200:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-indigo-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-indigo-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-indigo-300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-indigo-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-indigo-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-indigo-400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-indigo-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-indigo-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-indigo-500:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-indigo-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-indigo-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-indigo-600:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-indigo-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-indigo-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-indigo-700:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-indigo-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-indigo-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-indigo-800:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-indigo-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-indigo-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-indigo-900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-indigo-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-purple::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-purple:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-purple::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-pink::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-pink:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-pink::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-primary::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-primary:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-primary::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-secondary::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-secondary:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-secondary::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-body_bg::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-body_bg:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-body_bg::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-body_text::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-body_text:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-body_text::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-title::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-title:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-title::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-dark_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-dark_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-dark_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-light_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-light_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-light_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-medium_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-medium_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-medium_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-lightten_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-lightten_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-lightten_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-grey_300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-grey_300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-grey_300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-grey_400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-grey_400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-grey_400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-medium_blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-medium_blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-medium_blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-dark_blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-dark_blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-dark_blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-text_blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-text_blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-text_blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-footer_bg::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-footer_bg:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-footer_bg::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-brown::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-brown:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-brown::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-dark_brown::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-dark_brown:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-dark_brown::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-Light_purple::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-Light_purple:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-Light_purple::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-dark_green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-dark_green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-dark_green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-medium_green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-medium_green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-medium_green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-light_green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-light_green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-light_green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-green_900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-green_900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-green_900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-dark_border::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-dark_border:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-dark_border::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-transparent:focus::-moz-placeholder {
        color: transparent;
    }

    .md\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
        color: transparent;
    }

    .md\:focus\:placeholder-transparent:focus::placeholder {
        color: transparent;
    }

    .md\:focus\:placeholder-current:focus::-moz-placeholder {
        color: currentColor;
    }

    .md\:focus\:placeholder-current:focus:-ms-input-placeholder {
        color: currentColor;
    }

    .md\:focus\:placeholder-current:focus::placeholder {
        color: currentColor;
    }

    .md\:focus\:placeholder-black:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-black:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-black:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-white:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-white:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-white:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-gray-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-gray-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-gray-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-gray-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-gray-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-gray-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-gray-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-gray-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-gray-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-gray-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-gray-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-gray-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-gray-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-gray-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-gray-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-gray-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-gray-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-gray-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-gray-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-gray-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-gray-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-red-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-red-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-red-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-red-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-red-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-red-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-red-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-red-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-red-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-red-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-red-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-red-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-red-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-red-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-red-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-red-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-red-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-red-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-red-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-red-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-red-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-yellow:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-yellow:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-indigo-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-indigo-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-indigo-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-indigo-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-indigo-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-indigo-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-indigo-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-indigo-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-indigo-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-indigo-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-purple:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-purple:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-purple:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-pink:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-pink:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-pink:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-primary:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-primary:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-primary:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-secondary:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-secondary:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-secondary:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-body_bg:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-body_bg:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-body_bg:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-body_text:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-body_text:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-body_text:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-title:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-title:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-title:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-dark_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-dark_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-dark_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-light_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-light_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-light_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-medium_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-medium_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-medium_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-lightten_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-lightten_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-lightten_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-grey_300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-grey_300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-grey_300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-grey_400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-grey_400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-grey_400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-medium_blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-medium_blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-medium_blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-dark_blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-dark_blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-dark_blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-text_blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-text_blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-text_blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-footer_bg:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-footer_bg:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-footer_bg:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-brown:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-brown:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-brown:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-dark_brown:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-dark_brown:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-dark_brown:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-Light_purple:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-Light_purple:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-Light_purple:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-dark_green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-dark_green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-dark_green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-medium_green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-medium_green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-medium_green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-light_green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-light_green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-light_green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-green_900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-green_900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-green_900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-dark_border:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-dark_border:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .md\:focus\:placeholder-dark_border:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .md\:placeholder-opacity-0::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .md\:placeholder-opacity-0:-ms-input-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .md\:placeholder-opacity-0::placeholder {
        --tw-placeholder-opacity: 0;
    }

    .md\:placeholder-opacity-5::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .md\:placeholder-opacity-5:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .md\:placeholder-opacity-5::placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .md\:placeholder-opacity-10::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .md\:placeholder-opacity-10:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .md\:placeholder-opacity-10::placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .md\:placeholder-opacity-20::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .md\:placeholder-opacity-20:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .md\:placeholder-opacity-20::placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .md\:placeholder-opacity-25::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .md\:placeholder-opacity-25:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .md\:placeholder-opacity-25::placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .md\:placeholder-opacity-30::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .md\:placeholder-opacity-30:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .md\:placeholder-opacity-30::placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .md\:placeholder-opacity-40::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .md\:placeholder-opacity-40:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .md\:placeholder-opacity-40::placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .md\:placeholder-opacity-50::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .md\:placeholder-opacity-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .md\:placeholder-opacity-50::placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .md\:placeholder-opacity-60::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .md\:placeholder-opacity-60:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .md\:placeholder-opacity-60::placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .md\:placeholder-opacity-70::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .md\:placeholder-opacity-70:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .md\:placeholder-opacity-70::placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .md\:placeholder-opacity-75::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .md\:placeholder-opacity-75:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .md\:placeholder-opacity-75::placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .md\:placeholder-opacity-80::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .md\:placeholder-opacity-80:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .md\:placeholder-opacity-80::placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .md\:placeholder-opacity-90::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .md\:placeholder-opacity-90:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .md\:placeholder-opacity-90::placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .md\:placeholder-opacity-95::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .md\:placeholder-opacity-95:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .md\:placeholder-opacity-95::placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .md\:placeholder-opacity-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .md\:placeholder-opacity-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .md\:placeholder-opacity-100::placeholder {
        --tw-placeholder-opacity: 1;
    }

    .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .md\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .md\:focus\:placeholder-opacity-0:focus::placeholder {
        --tw-placeholder-opacity: 0;
    }

    .md\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .md\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .md\:focus\:placeholder-opacity-5:focus::placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .md\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .md\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .md\:focus\:placeholder-opacity-10:focus::placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .md\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .md\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .md\:focus\:placeholder-opacity-20:focus::placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .md\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .md\:focus\:placeholder-opacity-25:focus::placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .md\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .md\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .md\:focus\:placeholder-opacity-30:focus::placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .md\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .md\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .md\:focus\:placeholder-opacity-40:focus::placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .md\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .md\:focus\:placeholder-opacity-50:focus::placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .md\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .md\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .md\:focus\:placeholder-opacity-60:focus::placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .md\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .md\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .md\:focus\:placeholder-opacity-70:focus::placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .md\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .md\:focus\:placeholder-opacity-75:focus::placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .md\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .md\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .md\:focus\:placeholder-opacity-80:focus::placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .md\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .md\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .md\:focus\:placeholder-opacity-90:focus::placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .md\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .md\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .md\:focus\:placeholder-opacity-95:focus::placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .md\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .md\:focus\:placeholder-opacity-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
    }

    .md\:opacity-0 {
        opacity: 0;
    }

    .md\:opacity-5 {
        opacity: 0.05;
    }

    .md\:opacity-10 {
        opacity: 0.1;
    }

    .md\:opacity-20 {
        opacity: 0.2;
    }

    .md\:opacity-25 {
        opacity: 0.25;
    }

    .md\:opacity-30 {
        opacity: 0.3;
    }

    .md\:opacity-40 {
        opacity: 0.4;
    }

    .md\:opacity-50 {
        opacity: 0.5;
    }

    .md\:opacity-60 {
        opacity: 0.6;
    }

    .md\:opacity-70 {
        opacity: 0.7;
    }

    .md\:opacity-75 {
        opacity: 0.75;
    }

    .md\:opacity-80 {
        opacity: 0.8;
    }

    .md\:opacity-90 {
        opacity: 0.9;
    }

    .md\:opacity-95 {
        opacity: 0.95;
    }

    .md\:opacity-100 {
        opacity: 1;
    }

    .group:hover .md\:group-hover\:opacity-0 {
        opacity: 0;
    }

    .group:hover .md\:group-hover\:opacity-5 {
        opacity: 0.05;
    }

    .group:hover .md\:group-hover\:opacity-10 {
        opacity: 0.1;
    }

    .group:hover .md\:group-hover\:opacity-20 {
        opacity: 0.2;
    }

    .group:hover .md\:group-hover\:opacity-25 {
        opacity: 0.25;
    }

    .group:hover .md\:group-hover\:opacity-30 {
        opacity: 0.3;
    }

    .group:hover .md\:group-hover\:opacity-40 {
        opacity: 0.4;
    }

    .group:hover .md\:group-hover\:opacity-50 {
        opacity: 0.5;
    }

    .group:hover .md\:group-hover\:opacity-60 {
        opacity: 0.6;
    }

    .group:hover .md\:group-hover\:opacity-70 {
        opacity: 0.7;
    }

    .group:hover .md\:group-hover\:opacity-75 {
        opacity: 0.75;
    }

    .group:hover .md\:group-hover\:opacity-80 {
        opacity: 0.8;
    }

    .group:hover .md\:group-hover\:opacity-90 {
        opacity: 0.9;
    }

    .group:hover .md\:group-hover\:opacity-95 {
        opacity: 0.95;
    }

    .group:hover .md\:group-hover\:opacity-100 {
        opacity: 1;
    }

    .md\:focus-within\:opacity-0:focus-within {
        opacity: 0;
    }

    .md\:focus-within\:opacity-5:focus-within {
        opacity: 0.05;
    }

    .md\:focus-within\:opacity-10:focus-within {
        opacity: 0.1;
    }

    .md\:focus-within\:opacity-20:focus-within {
        opacity: 0.2;
    }

    .md\:focus-within\:opacity-25:focus-within {
        opacity: 0.25;
    }

    .md\:focus-within\:opacity-30:focus-within {
        opacity: 0.3;
    }

    .md\:focus-within\:opacity-40:focus-within {
        opacity: 0.4;
    }

    .md\:focus-within\:opacity-50:focus-within {
        opacity: 0.5;
    }

    .md\:focus-within\:opacity-60:focus-within {
        opacity: 0.6;
    }

    .md\:focus-within\:opacity-70:focus-within {
        opacity: 0.7;
    }

    .md\:focus-within\:opacity-75:focus-within {
        opacity: 0.75;
    }

    .md\:focus-within\:opacity-80:focus-within {
        opacity: 0.8;
    }

    .md\:focus-within\:opacity-90:focus-within {
        opacity: 0.9;
    }

    .md\:focus-within\:opacity-95:focus-within {
        opacity: 0.95;
    }

    .md\:focus-within\:opacity-100:focus-within {
        opacity: 1;
    }

    .md\:hover\:opacity-0:hover {
        opacity: 0;
    }

    .md\:hover\:opacity-5:hover {
        opacity: 0.05;
    }

    .md\:hover\:opacity-10:hover {
        opacity: 0.1;
    }

    .md\:hover\:opacity-20:hover {
        opacity: 0.2;
    }

    .md\:hover\:opacity-25:hover {
        opacity: 0.25;
    }

    .md\:hover\:opacity-30:hover {
        opacity: 0.3;
    }

    .md\:hover\:opacity-40:hover {
        opacity: 0.4;
    }

    .md\:hover\:opacity-50:hover {
        opacity: 0.5;
    }

    .md\:hover\:opacity-60:hover {
        opacity: 0.6;
    }

    .md\:hover\:opacity-70:hover {
        opacity: 0.7;
    }

    .md\:hover\:opacity-75:hover {
        opacity: 0.75;
    }

    .md\:hover\:opacity-80:hover {
        opacity: 0.8;
    }

    .md\:hover\:opacity-90:hover {
        opacity: 0.9;
    }

    .md\:hover\:opacity-95:hover {
        opacity: 0.95;
    }

    .md\:hover\:opacity-100:hover {
        opacity: 1;
    }

    .md\:focus\:opacity-0:focus {
        opacity: 0;
    }

    .md\:focus\:opacity-5:focus {
        opacity: 0.05;
    }

    .md\:focus\:opacity-10:focus {
        opacity: 0.1;
    }

    .md\:focus\:opacity-20:focus {
        opacity: 0.2;
    }

    .md\:focus\:opacity-25:focus {
        opacity: 0.25;
    }

    .md\:focus\:opacity-30:focus {
        opacity: 0.3;
    }

    .md\:focus\:opacity-40:focus {
        opacity: 0.4;
    }

    .md\:focus\:opacity-50:focus {
        opacity: 0.5;
    }

    .md\:focus\:opacity-60:focus {
        opacity: 0.6;
    }

    .md\:focus\:opacity-70:focus {
        opacity: 0.7;
    }

    .md\:focus\:opacity-75:focus {
        opacity: 0.75;
    }

    .md\:focus\:opacity-80:focus {
        opacity: 0.8;
    }

    .md\:focus\:opacity-90:focus {
        opacity: 0.9;
    }

    .md\:focus\:opacity-95:focus {
        opacity: 0.95;
    }

    .md\:focus\:opacity-100:focus {
        opacity: 1;
    }

    .md\:bg-blend-normal {
        background-blend-mode: normal;
    }

    .md\:bg-blend-multiply {
        background-blend-mode: multiply;
    }

    .md\:bg-blend-screen {
        background-blend-mode: screen;
    }

    .md\:bg-blend-overlay {
        background-blend-mode: overlay;
    }

    .md\:bg-blend-darken {
        background-blend-mode: darken;
    }

    .md\:bg-blend-lighten {
        background-blend-mode: lighten;
    }

    .md\:bg-blend-color-dodge {
        background-blend-mode: color-dodge;
    }

    .md\:bg-blend-color-burn {
        background-blend-mode: color-burn;
    }

    .md\:bg-blend-hard-light {
        background-blend-mode: hard-light;
    }

    .md\:bg-blend-soft-light {
        background-blend-mode: soft-light;
    }

    .md\:bg-blend-difference {
        background-blend-mode: difference;
    }

    .md\:bg-blend-exclusion {
        background-blend-mode: exclusion;
    }

    .md\:bg-blend-hue {
        background-blend-mode: hue;
    }

    .md\:bg-blend-saturation {
        background-blend-mode: saturation;
    }

    .md\:bg-blend-color {
        background-blend-mode: color;
    }

    .md\:bg-blend-luminosity {
        background-blend-mode: luminosity;
    }

    .md\:mix-blend-normal {
        mix-blend-mode: normal;
    }

    .md\:mix-blend-multiply {
        mix-blend-mode: multiply;
    }

    .md\:mix-blend-screen {
        mix-blend-mode: screen;
    }

    .md\:mix-blend-overlay {
        mix-blend-mode: overlay;
    }

    .md\:mix-blend-darken {
        mix-blend-mode: darken;
    }

    .md\:mix-blend-lighten {
        mix-blend-mode: lighten;
    }

    .md\:mix-blend-color-dodge {
        mix-blend-mode: color-dodge;
    }

    .md\:mix-blend-color-burn {
        mix-blend-mode: color-burn;
    }

    .md\:mix-blend-hard-light {
        mix-blend-mode: hard-light;
    }

    .md\:mix-blend-soft-light {
        mix-blend-mode: soft-light;
    }

    .md\:mix-blend-difference {
        mix-blend-mode: difference;
    }

    .md\:mix-blend-exclusion {
        mix-blend-mode: exclusion;
    }

    .md\:mix-blend-hue {
        mix-blend-mode: hue;
    }

    .md\:mix-blend-saturation {
        mix-blend-mode: saturation;
    }

    .md\:mix-blend-color {
        mix-blend-mode: color;
    }

    .md\:mix-blend-luminosity {
        mix-blend-mode: luminosity;
    }

    .md\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .md\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .md\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .md\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .md\:shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .md\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .md\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .md\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .md\:group-hover\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .md\:group-hover\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .md\:group-hover\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .md\:group-hover\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .md\:group-hover\:shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .md\:group-hover\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .md\:group-hover\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .md\:group-hover\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .md\:focus-within\:shadow-sm:focus-within {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .md\:focus-within\:shadow:focus-within {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .md\:focus-within\:shadow-md:focus-within {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .md\:focus-within\:shadow-lg:focus-within {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .md\:focus-within\:shadow-xl:focus-within {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .md\:focus-within\:shadow-2xl:focus-within {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .md\:focus-within\:shadow-inner:focus-within {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .md\:focus-within\:shadow-none:focus-within {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .md\:hover\:shadow-sm:hover {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .md\:hover\:shadow:hover {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .md\:hover\:shadow-md:hover {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .md\:hover\:shadow-lg:hover {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .md\:hover\:shadow-xl:hover {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .md\:hover\:shadow-2xl:hover {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .md\:hover\:shadow-inner:hover {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .md\:hover\:shadow-none:hover {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .md\:focus\:shadow-sm:focus {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .md\:focus\:shadow:focus {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .md\:focus\:shadow-md:focus {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .md\:focus\:shadow-lg:focus {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .md\:focus\:shadow-xl:focus {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .md\:focus\:shadow-2xl:focus {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .md\:focus\:shadow-inner:focus {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .md\:focus\:shadow-none:focus {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .md\:outline-none {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .md\:outline-white {
        outline: 2px dotted white;
        outline-offset: 2px;
    }

    .md\:outline-black {
        outline: 2px dotted black;
        outline-offset: 2px;
    }

    .md\:focus-within\:outline-none:focus-within {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .md\:focus-within\:outline-white:focus-within {
        outline: 2px dotted white;
        outline-offset: 2px;
    }

    .md\:focus-within\:outline-black:focus-within {
        outline: 2px dotted black;
        outline-offset: 2px;
    }

    .md\:focus\:outline-none:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .md\:focus\:outline-white:focus {
        outline: 2px dotted white;
        outline-offset: 2px;
    }

    .md\:focus\:outline-black:focus {
        outline: 2px dotted black;
        outline-offset: 2px;
    }

    .md\:ring-0 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .md\:ring-1 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .md\:ring-2 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .md\:ring-4 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .md\:ring-8 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .md\:ring {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .md\:focus-within\:ring-0:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .md\:focus-within\:ring-1:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .md\:focus-within\:ring-2:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .md\:focus-within\:ring-4:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .md\:focus-within\:ring-8:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .md\:focus-within\:ring:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .md\:focus\:ring-0:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .md\:focus\:ring-1:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .md\:focus\:ring-2:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .md\:focus\:ring-4:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .md\:focus\:ring-8:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .md\:focus\:ring:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .md\:ring-inset {
        --tw-ring-inset: inset;
    }

    .md\:focus-within\:ring-inset:focus-within {
        --tw-ring-inset: inset;
    }

    .md\:focus\:ring-inset:focus {
        --tw-ring-inset: inset;
    }

    .md\:ring-transparent {
        --tw-ring-color: transparent;
    }

    .md\:ring-current {
        --tw-ring-color: currentColor;
    }

    .md\:ring-black {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }

    .md\:ring-white {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .md\:ring-gray-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }

    .md\:ring-gray-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }

    .md\:ring-gray-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }

    .md\:ring-gray-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }

    .md\:ring-gray-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }

    .md\:ring-gray-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }

    .md\:ring-gray-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }

    .md\:ring-gray-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }

    .md\:ring-gray-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }

    .md\:ring-gray-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }

    .md\:ring-red-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }

    .md\:ring-red-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }

    .md\:ring-red-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }

    .md\:ring-red-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }

    .md\:ring-red-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }

    .md\:ring-red-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }

    .md\:ring-red-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }

    .md\:ring-red-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }

    .md\:ring-red-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }

    .md\:ring-red-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }

    .md\:ring-yellow {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 145, 67, var(--tw-ring-opacity));
    }

    .md\:ring-green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(123, 188, 0, var(--tw-ring-opacity));
    }

    .md\:ring-blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 164, 220, var(--tw-ring-opacity));
    }

    .md\:ring-indigo-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }

    .md\:ring-indigo-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }

    .md\:ring-indigo-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }

    .md\:ring-indigo-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }

    .md\:ring-indigo-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }

    .md\:ring-indigo-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }

    .md\:ring-indigo-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }

    .md\:ring-indigo-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }

    .md\:ring-indigo-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }

    .md\:ring-indigo-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }

    .md\:ring-purple {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(104, 71, 195, var(--tw-ring-opacity));
    }

    .md\:ring-pink {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(133, 7, 55, var(--tw-ring-opacity));
    }

    .md\:ring-primary {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 110, 110, var(--tw-ring-opacity));
    }

    .md\:ring-secondary {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
    }

    .md\:ring-body_bg {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .md\:ring-body_text {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .md\:ring-title {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .md\:ring-grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(82, 74, 81, var(--tw-ring-opacity));
    }

    .md\:ring-dark_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .md\:ring-light_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .md\:ring-medium_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(87, 81, 86, var(--tw-ring-opacity));
    }

    .md\:ring-lightten_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(198, 198, 198, var(--tw-ring-opacity));
    }

    .md\:ring-grey_300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
    }

    .md\:ring-grey_400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .md\:ring-medium_blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(69, 205, 252, var(--tw-ring-opacity));
    }

    .md\:ring-dark_blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 128, 172, var(--tw-ring-opacity));
    }

    .md\:ring-text_blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .md\:ring-footer_bg {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
    }

    .md\:ring-brown {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(128, 83, 0, var(--tw-ring-opacity));
    }

    .md\:ring-dark_brown {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(135, 68, 51, var(--tw-ring-opacity));
    }

    .md\:ring-Light_purple {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(101, 71, 155, var(--tw-ring-opacity));
    }

    .md\:ring-dark_green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 155, 81, var(--tw-ring-opacity));
    }

    .md\:ring-medium_green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 172, 43, var(--tw-ring-opacity));
    }

    .md\:ring-light_green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(154, 203, 62, var(--tw-ring-opacity));
    }

    .md\:ring-green_900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(57, 102, 118, var(--tw-ring-opacity));
    }

    .md\:ring-dark_border {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-transparent:focus-within {
        --tw-ring-color: transparent;
    }

    .md\:focus-within\:ring-current:focus-within {
        --tw-ring-color: currentColor;
    }

    .md\:focus-within\:ring-black:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-white:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-gray-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-gray-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-gray-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-gray-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-gray-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-gray-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-gray-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-gray-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-gray-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-gray-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-red-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-red-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-red-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-red-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-red-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-red-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-red-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-red-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-red-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-red-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-yellow:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 145, 67, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(123, 188, 0, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 164, 220, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-indigo-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-indigo-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-indigo-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-indigo-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-indigo-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-indigo-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-indigo-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-indigo-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-indigo-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-indigo-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-purple:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(104, 71, 195, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-pink:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(133, 7, 55, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-primary:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 110, 110, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-secondary:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-body_bg:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-body_text:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-title:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(82, 74, 81, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-dark_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-light_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-medium_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(87, 81, 86, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-lightten_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(198, 198, 198, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-grey_300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-grey_400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-medium_blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(69, 205, 252, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-dark_blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 128, 172, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-text_blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-footer_bg:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-brown:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(128, 83, 0, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-dark_brown:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(135, 68, 51, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-Light_purple:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(101, 71, 155, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-dark_green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 155, 81, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-medium_green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 172, 43, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-light_green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(154, 203, 62, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-green_900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(57, 102, 118, var(--tw-ring-opacity));
    }

    .md\:focus-within\:ring-dark_border:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-transparent:focus {
        --tw-ring-color: transparent;
    }

    .md\:focus\:ring-current:focus {
        --tw-ring-color: currentColor;
    }

    .md\:focus\:ring-black:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-white:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-gray-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-gray-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-gray-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-gray-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-gray-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-gray-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-gray-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-gray-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-gray-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-gray-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-red-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-red-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-red-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-red-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-red-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-red-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-red-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-red-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-red-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-red-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-yellow:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 145, 67, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(123, 188, 0, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 164, 220, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-indigo-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-indigo-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-indigo-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-indigo-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-indigo-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-indigo-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-indigo-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-indigo-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-indigo-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-indigo-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-purple:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(104, 71, 195, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-pink:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(133, 7, 55, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-primary:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 110, 110, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-secondary:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-body_bg:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-body_text:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-title:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(82, 74, 81, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-dark_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-light_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-medium_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(87, 81, 86, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-lightten_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(198, 198, 198, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-grey_300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-grey_400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-medium_blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(69, 205, 252, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-dark_blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 128, 172, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-text_blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-footer_bg:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-brown:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(128, 83, 0, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-dark_brown:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(135, 68, 51, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-Light_purple:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(101, 71, 155, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-dark_green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 155, 81, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-medium_green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 172, 43, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-light_green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(154, 203, 62, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-green_900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(57, 102, 118, var(--tw-ring-opacity));
    }

    .md\:focus\:ring-dark_border:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity));
    }

    .md\:ring-opacity-0 {
        --tw-ring-opacity: 0;
    }

    .md\:ring-opacity-5 {
        --tw-ring-opacity: 0.05;
    }

    .md\:ring-opacity-10 {
        --tw-ring-opacity: 0.1;
    }

    .md\:ring-opacity-20 {
        --tw-ring-opacity: 0.2;
    }

    .md\:ring-opacity-25 {
        --tw-ring-opacity: 0.25;
    }

    .md\:ring-opacity-30 {
        --tw-ring-opacity: 0.3;
    }

    .md\:ring-opacity-40 {
        --tw-ring-opacity: 0.4;
    }

    .md\:ring-opacity-50 {
        --tw-ring-opacity: 0.5;
    }

    .md\:ring-opacity-60 {
        --tw-ring-opacity: 0.6;
    }

    .md\:ring-opacity-70 {
        --tw-ring-opacity: 0.7;
    }

    .md\:ring-opacity-75 {
        --tw-ring-opacity: 0.75;
    }

    .md\:ring-opacity-80 {
        --tw-ring-opacity: 0.8;
    }

    .md\:ring-opacity-90 {
        --tw-ring-opacity: 0.9;
    }

    .md\:ring-opacity-95 {
        --tw-ring-opacity: 0.95;
    }

    .md\:ring-opacity-100 {
        --tw-ring-opacity: 1;
    }

    .md\:focus-within\:ring-opacity-0:focus-within {
        --tw-ring-opacity: 0;
    }

    .md\:focus-within\:ring-opacity-5:focus-within {
        --tw-ring-opacity: 0.05;
    }

    .md\:focus-within\:ring-opacity-10:focus-within {
        --tw-ring-opacity: 0.1;
    }

    .md\:focus-within\:ring-opacity-20:focus-within {
        --tw-ring-opacity: 0.2;
    }

    .md\:focus-within\:ring-opacity-25:focus-within {
        --tw-ring-opacity: 0.25;
    }

    .md\:focus-within\:ring-opacity-30:focus-within {
        --tw-ring-opacity: 0.3;
    }

    .md\:focus-within\:ring-opacity-40:focus-within {
        --tw-ring-opacity: 0.4;
    }

    .md\:focus-within\:ring-opacity-50:focus-within {
        --tw-ring-opacity: 0.5;
    }

    .md\:focus-within\:ring-opacity-60:focus-within {
        --tw-ring-opacity: 0.6;
    }

    .md\:focus-within\:ring-opacity-70:focus-within {
        --tw-ring-opacity: 0.7;
    }

    .md\:focus-within\:ring-opacity-75:focus-within {
        --tw-ring-opacity: 0.75;
    }

    .md\:focus-within\:ring-opacity-80:focus-within {
        --tw-ring-opacity: 0.8;
    }

    .md\:focus-within\:ring-opacity-90:focus-within {
        --tw-ring-opacity: 0.9;
    }

    .md\:focus-within\:ring-opacity-95:focus-within {
        --tw-ring-opacity: 0.95;
    }

    .md\:focus-within\:ring-opacity-100:focus-within {
        --tw-ring-opacity: 1;
    }

    .md\:focus\:ring-opacity-0:focus {
        --tw-ring-opacity: 0;
    }

    .md\:focus\:ring-opacity-5:focus {
        --tw-ring-opacity: 0.05;
    }

    .md\:focus\:ring-opacity-10:focus {
        --tw-ring-opacity: 0.1;
    }

    .md\:focus\:ring-opacity-20:focus {
        --tw-ring-opacity: 0.2;
    }

    .md\:focus\:ring-opacity-25:focus {
        --tw-ring-opacity: 0.25;
    }

    .md\:focus\:ring-opacity-30:focus {
        --tw-ring-opacity: 0.3;
    }

    .md\:focus\:ring-opacity-40:focus {
        --tw-ring-opacity: 0.4;
    }

    .md\:focus\:ring-opacity-50:focus {
        --tw-ring-opacity: 0.5;
    }

    .md\:focus\:ring-opacity-60:focus {
        --tw-ring-opacity: 0.6;
    }

    .md\:focus\:ring-opacity-70:focus {
        --tw-ring-opacity: 0.7;
    }

    .md\:focus\:ring-opacity-75:focus {
        --tw-ring-opacity: 0.75;
    }

    .md\:focus\:ring-opacity-80:focus {
        --tw-ring-opacity: 0.8;
    }

    .md\:focus\:ring-opacity-90:focus {
        --tw-ring-opacity: 0.9;
    }

    .md\:focus\:ring-opacity-95:focus {
        --tw-ring-opacity: 0.95;
    }

    .md\:focus\:ring-opacity-100:focus {
        --tw-ring-opacity: 1;
    }

    .md\:ring-offset-0 {
        --tw-ring-offset-width: 0px;
    }

    .md\:ring-offset-1 {
        --tw-ring-offset-width: 1px;
    }

    .md\:ring-offset-2 {
        --tw-ring-offset-width: 2px;
    }

    .md\:ring-offset-4 {
        --tw-ring-offset-width: 4px;
    }

    .md\:ring-offset-8 {
        --tw-ring-offset-width: 8px;
    }

    .md\:focus-within\:ring-offset-0:focus-within {
        --tw-ring-offset-width: 0px;
    }

    .md\:focus-within\:ring-offset-1:focus-within {
        --tw-ring-offset-width: 1px;
    }

    .md\:focus-within\:ring-offset-2:focus-within {
        --tw-ring-offset-width: 2px;
    }

    .md\:focus-within\:ring-offset-4:focus-within {
        --tw-ring-offset-width: 4px;
    }

    .md\:focus-within\:ring-offset-8:focus-within {
        --tw-ring-offset-width: 8px;
    }

    .md\:focus\:ring-offset-0:focus {
        --tw-ring-offset-width: 0px;
    }

    .md\:focus\:ring-offset-1:focus {
        --tw-ring-offset-width: 1px;
    }

    .md\:focus\:ring-offset-2:focus {
        --tw-ring-offset-width: 2px;
    }

    .md\:focus\:ring-offset-4:focus {
        --tw-ring-offset-width: 4px;
    }

    .md\:focus\:ring-offset-8:focus {
        --tw-ring-offset-width: 8px;
    }

    .md\:ring-offset-transparent {
        --tw-ring-offset-color: transparent;
    }

    .md\:ring-offset-current {
        --tw-ring-offset-color: currentColor;
    }

    .md\:ring-offset-black {
        --tw-ring-offset-color: #000;
    }

    .md\:ring-offset-white {
        --tw-ring-offset-color: #fff;
    }

    .md\:ring-offset-gray-50 {
        --tw-ring-offset-color: #f9fafb;
    }

    .md\:ring-offset-gray-100 {
        --tw-ring-offset-color: #f3f4f6;
    }

    .md\:ring-offset-gray-200 {
        --tw-ring-offset-color: #e5e7eb;
    }

    .md\:ring-offset-gray-300 {
        --tw-ring-offset-color: #d1d5db;
    }

    .md\:ring-offset-gray-400 {
        --tw-ring-offset-color: #9ca3af;
    }

    .md\:ring-offset-gray-500 {
        --tw-ring-offset-color: #6b7280;
    }

    .md\:ring-offset-gray-600 {
        --tw-ring-offset-color: #4b5563;
    }

    .md\:ring-offset-gray-700 {
        --tw-ring-offset-color: #374151;
    }

    .md\:ring-offset-gray-800 {
        --tw-ring-offset-color: #1f2937;
    }

    .md\:ring-offset-gray-900 {
        --tw-ring-offset-color: #111827;
    }

    .md\:ring-offset-red-50 {
        --tw-ring-offset-color: #fef2f2;
    }

    .md\:ring-offset-red-100 {
        --tw-ring-offset-color: #fee2e2;
    }

    .md\:ring-offset-red-200 {
        --tw-ring-offset-color: #fecaca;
    }

    .md\:ring-offset-red-300 {
        --tw-ring-offset-color: #fca5a5;
    }

    .md\:ring-offset-red-400 {
        --tw-ring-offset-color: #f87171;
    }

    .md\:ring-offset-red-500 {
        --tw-ring-offset-color: #ef4444;
    }

    .md\:ring-offset-red-600 {
        --tw-ring-offset-color: #dc2626;
    }

    .md\:ring-offset-red-700 {
        --tw-ring-offset-color: #b91c1c;
    }

    .md\:ring-offset-red-800 {
        --tw-ring-offset-color: #991b1b;
    }

    .md\:ring-offset-red-900 {
        --tw-ring-offset-color: #7f1d1d;
    }

    .md\:ring-offset-yellow {
        --tw-ring-offset-color: #ed9143;
    }

    .md\:ring-offset-green {
        --tw-ring-offset-color: #7bbc00;
    }

    .md\:ring-offset-blue {
        --tw-ring-offset-color: #5ba4dc;
    }

    .md\:ring-offset-indigo-50 {
        --tw-ring-offset-color: #eef2ff;
    }

    .md\:ring-offset-indigo-100 {
        --tw-ring-offset-color: #e0e7ff;
    }

    .md\:ring-offset-indigo-200 {
        --tw-ring-offset-color: #c7d2fe;
    }

    .md\:ring-offset-indigo-300 {
        --tw-ring-offset-color: #a5b4fc;
    }

    .md\:ring-offset-indigo-400 {
        --tw-ring-offset-color: #818cf8;
    }

    .md\:ring-offset-indigo-500 {
        --tw-ring-offset-color: #6366f1;
    }

    .md\:ring-offset-indigo-600 {
        --tw-ring-offset-color: #4f46e5;
    }

    .md\:ring-offset-indigo-700 {
        --tw-ring-offset-color: #4338ca;
    }

    .md\:ring-offset-indigo-800 {
        --tw-ring-offset-color: #3730a3;
    }

    .md\:ring-offset-indigo-900 {
        --tw-ring-offset-color: #312e81;
    }

    .md\:ring-offset-purple {
        --tw-ring-offset-color: #6847c3;
    }

    .md\:ring-offset-pink {
        --tw-ring-offset-color: #850737;
    }

    .md\:ring-offset-primary {
        --tw-ring-offset-color: #6E6E6E;
    }

    .md\:ring-offset-secondary {
        --tw-ring-offset-color: #ededed;
    }

    .md\:ring-offset-body_bg {
        --tw-ring-offset-color: #ffffff;
    }

    .md\:ring-offset-body_text {
        --tw-ring-offset-color: #4a4349;
    }

    .md\:ring-offset-title {
        --tw-ring-offset-color: #3fb2cf;
    }

    .md\:ring-offset-grey {
        --tw-ring-offset-color: #524A51;
    }

    .md\:ring-offset-dark_grey {
        --tw-ring-offset-color: #4a4349;
    }

    .md\:ring-offset-light_grey {
        --tw-ring-offset-color: #B7B7B7;
    }

    .md\:ring-offset-medium_grey {
        --tw-ring-offset-color: #575156;
    }

    .md\:ring-offset-lightten_grey {
        --tw-ring-offset-color: #C6C6C6;
    }

    .md\:ring-offset-grey_300 {
        --tw-ring-offset-color: #d3d3d3;
    }

    .md\:ring-offset-grey_400 {
        --tw-ring-offset-color: #b7b7b7;
    }

    .md\:ring-offset-medium_blue {
        --tw-ring-offset-color: #45cdfc;
    }

    .md\:ring-offset-dark_blue {
        --tw-ring-offset-color: #0080ac;
    }

    .md\:ring-offset-text_blue {
        --tw-ring-offset-color: #3FB2CF;
    }

    .md\:ring-offset-footer_bg {
        --tw-ring-offset-color: #464646;
    }

    .md\:ring-offset-brown {
        --tw-ring-offset-color: #805300;
    }

    .md\:ring-offset-dark_brown {
        --tw-ring-offset-color: #874433;
    }

    .md\:ring-offset-Light_purple {
        --tw-ring-offset-color: #65479b;
    }

    .md\:ring-offset-dark_green {
        --tw-ring-offset-color: #479b51;
    }

    .md\:ring-offset-medium_green {
        --tw-ring-offset-color: #3aac2b;
    }

    .md\:ring-offset-light_green {
        --tw-ring-offset-color: #9acb3e;
    }

    .md\:ring-offset-green_900 {
        --tw-ring-offset-color: #396676;
    }

    .md\:ring-offset-dark_border {
        --tw-ring-offset-color: #707070;
    }

    .md\:focus-within\:ring-offset-transparent:focus-within {
        --tw-ring-offset-color: transparent;
    }

    .md\:focus-within\:ring-offset-current:focus-within {
        --tw-ring-offset-color: currentColor;
    }

    .md\:focus-within\:ring-offset-black:focus-within {
        --tw-ring-offset-color: #000;
    }

    .md\:focus-within\:ring-offset-white:focus-within {
        --tw-ring-offset-color: #fff;
    }

    .md\:focus-within\:ring-offset-gray-50:focus-within {
        --tw-ring-offset-color: #f9fafb;
    }

    .md\:focus-within\:ring-offset-gray-100:focus-within {
        --tw-ring-offset-color: #f3f4f6;
    }

    .md\:focus-within\:ring-offset-gray-200:focus-within {
        --tw-ring-offset-color: #e5e7eb;
    }

    .md\:focus-within\:ring-offset-gray-300:focus-within {
        --tw-ring-offset-color: #d1d5db;
    }

    .md\:focus-within\:ring-offset-gray-400:focus-within {
        --tw-ring-offset-color: #9ca3af;
    }

    .md\:focus-within\:ring-offset-gray-500:focus-within {
        --tw-ring-offset-color: #6b7280;
    }

    .md\:focus-within\:ring-offset-gray-600:focus-within {
        --tw-ring-offset-color: #4b5563;
    }

    .md\:focus-within\:ring-offset-gray-700:focus-within {
        --tw-ring-offset-color: #374151;
    }

    .md\:focus-within\:ring-offset-gray-800:focus-within {
        --tw-ring-offset-color: #1f2937;
    }

    .md\:focus-within\:ring-offset-gray-900:focus-within {
        --tw-ring-offset-color: #111827;
    }

    .md\:focus-within\:ring-offset-red-50:focus-within {
        --tw-ring-offset-color: #fef2f2;
    }

    .md\:focus-within\:ring-offset-red-100:focus-within {
        --tw-ring-offset-color: #fee2e2;
    }

    .md\:focus-within\:ring-offset-red-200:focus-within {
        --tw-ring-offset-color: #fecaca;
    }

    .md\:focus-within\:ring-offset-red-300:focus-within {
        --tw-ring-offset-color: #fca5a5;
    }

    .md\:focus-within\:ring-offset-red-400:focus-within {
        --tw-ring-offset-color: #f87171;
    }

    .md\:focus-within\:ring-offset-red-500:focus-within {
        --tw-ring-offset-color: #ef4444;
    }

    .md\:focus-within\:ring-offset-red-600:focus-within {
        --tw-ring-offset-color: #dc2626;
    }

    .md\:focus-within\:ring-offset-red-700:focus-within {
        --tw-ring-offset-color: #b91c1c;
    }

    .md\:focus-within\:ring-offset-red-800:focus-within {
        --tw-ring-offset-color: #991b1b;
    }

    .md\:focus-within\:ring-offset-red-900:focus-within {
        --tw-ring-offset-color: #7f1d1d;
    }

    .md\:focus-within\:ring-offset-yellow:focus-within {
        --tw-ring-offset-color: #ed9143;
    }

    .md\:focus-within\:ring-offset-green:focus-within {
        --tw-ring-offset-color: #7bbc00;
    }

    .md\:focus-within\:ring-offset-blue:focus-within {
        --tw-ring-offset-color: #5ba4dc;
    }

    .md\:focus-within\:ring-offset-indigo-50:focus-within {
        --tw-ring-offset-color: #eef2ff;
    }

    .md\:focus-within\:ring-offset-indigo-100:focus-within {
        --tw-ring-offset-color: #e0e7ff;
    }

    .md\:focus-within\:ring-offset-indigo-200:focus-within {
        --tw-ring-offset-color: #c7d2fe;
    }

    .md\:focus-within\:ring-offset-indigo-300:focus-within {
        --tw-ring-offset-color: #a5b4fc;
    }

    .md\:focus-within\:ring-offset-indigo-400:focus-within {
        --tw-ring-offset-color: #818cf8;
    }

    .md\:focus-within\:ring-offset-indigo-500:focus-within {
        --tw-ring-offset-color: #6366f1;
    }

    .md\:focus-within\:ring-offset-indigo-600:focus-within {
        --tw-ring-offset-color: #4f46e5;
    }

    .md\:focus-within\:ring-offset-indigo-700:focus-within {
        --tw-ring-offset-color: #4338ca;
    }

    .md\:focus-within\:ring-offset-indigo-800:focus-within {
        --tw-ring-offset-color: #3730a3;
    }

    .md\:focus-within\:ring-offset-indigo-900:focus-within {
        --tw-ring-offset-color: #312e81;
    }

    .md\:focus-within\:ring-offset-purple:focus-within {
        --tw-ring-offset-color: #6847c3;
    }

    .md\:focus-within\:ring-offset-pink:focus-within {
        --tw-ring-offset-color: #850737;
    }

    .md\:focus-within\:ring-offset-primary:focus-within {
        --tw-ring-offset-color: #6E6E6E;
    }

    .md\:focus-within\:ring-offset-secondary:focus-within {
        --tw-ring-offset-color: #ededed;
    }

    .md\:focus-within\:ring-offset-body_bg:focus-within {
        --tw-ring-offset-color: #ffffff;
    }

    .md\:focus-within\:ring-offset-body_text:focus-within {
        --tw-ring-offset-color: #4a4349;
    }

    .md\:focus-within\:ring-offset-title:focus-within {
        --tw-ring-offset-color: #3fb2cf;
    }

    .md\:focus-within\:ring-offset-grey:focus-within {
        --tw-ring-offset-color: #524A51;
    }

    .md\:focus-within\:ring-offset-dark_grey:focus-within {
        --tw-ring-offset-color: #4a4349;
    }

    .md\:focus-within\:ring-offset-light_grey:focus-within {
        --tw-ring-offset-color: #B7B7B7;
    }

    .md\:focus-within\:ring-offset-medium_grey:focus-within {
        --tw-ring-offset-color: #575156;
    }

    .md\:focus-within\:ring-offset-lightten_grey:focus-within {
        --tw-ring-offset-color: #C6C6C6;
    }

    .md\:focus-within\:ring-offset-grey_300:focus-within {
        --tw-ring-offset-color: #d3d3d3;
    }

    .md\:focus-within\:ring-offset-grey_400:focus-within {
        --tw-ring-offset-color: #b7b7b7;
    }

    .md\:focus-within\:ring-offset-medium_blue:focus-within {
        --tw-ring-offset-color: #45cdfc;
    }

    .md\:focus-within\:ring-offset-dark_blue:focus-within {
        --tw-ring-offset-color: #0080ac;
    }

    .md\:focus-within\:ring-offset-text_blue:focus-within {
        --tw-ring-offset-color: #3FB2CF;
    }

    .md\:focus-within\:ring-offset-footer_bg:focus-within {
        --tw-ring-offset-color: #464646;
    }

    .md\:focus-within\:ring-offset-brown:focus-within {
        --tw-ring-offset-color: #805300;
    }

    .md\:focus-within\:ring-offset-dark_brown:focus-within {
        --tw-ring-offset-color: #874433;
    }

    .md\:focus-within\:ring-offset-Light_purple:focus-within {
        --tw-ring-offset-color: #65479b;
    }

    .md\:focus-within\:ring-offset-dark_green:focus-within {
        --tw-ring-offset-color: #479b51;
    }

    .md\:focus-within\:ring-offset-medium_green:focus-within {
        --tw-ring-offset-color: #3aac2b;
    }

    .md\:focus-within\:ring-offset-light_green:focus-within {
        --tw-ring-offset-color: #9acb3e;
    }

    .md\:focus-within\:ring-offset-green_900:focus-within {
        --tw-ring-offset-color: #396676;
    }

    .md\:focus-within\:ring-offset-dark_border:focus-within {
        --tw-ring-offset-color: #707070;
    }

    .md\:focus\:ring-offset-transparent:focus {
        --tw-ring-offset-color: transparent;
    }

    .md\:focus\:ring-offset-current:focus {
        --tw-ring-offset-color: currentColor;
    }

    .md\:focus\:ring-offset-black:focus {
        --tw-ring-offset-color: #000;
    }

    .md\:focus\:ring-offset-white:focus {
        --tw-ring-offset-color: #fff;
    }

    .md\:focus\:ring-offset-gray-50:focus {
        --tw-ring-offset-color: #f9fafb;
    }

    .md\:focus\:ring-offset-gray-100:focus {
        --tw-ring-offset-color: #f3f4f6;
    }

    .md\:focus\:ring-offset-gray-200:focus {
        --tw-ring-offset-color: #e5e7eb;
    }

    .md\:focus\:ring-offset-gray-300:focus {
        --tw-ring-offset-color: #d1d5db;
    }

    .md\:focus\:ring-offset-gray-400:focus {
        --tw-ring-offset-color: #9ca3af;
    }

    .md\:focus\:ring-offset-gray-500:focus {
        --tw-ring-offset-color: #6b7280;
    }

    .md\:focus\:ring-offset-gray-600:focus {
        --tw-ring-offset-color: #4b5563;
    }

    .md\:focus\:ring-offset-gray-700:focus {
        --tw-ring-offset-color: #374151;
    }

    .md\:focus\:ring-offset-gray-800:focus {
        --tw-ring-offset-color: #1f2937;
    }

    .md\:focus\:ring-offset-gray-900:focus {
        --tw-ring-offset-color: #111827;
    }

    .md\:focus\:ring-offset-red-50:focus {
        --tw-ring-offset-color: #fef2f2;
    }

    .md\:focus\:ring-offset-red-100:focus {
        --tw-ring-offset-color: #fee2e2;
    }

    .md\:focus\:ring-offset-red-200:focus {
        --tw-ring-offset-color: #fecaca;
    }

    .md\:focus\:ring-offset-red-300:focus {
        --tw-ring-offset-color: #fca5a5;
    }

    .md\:focus\:ring-offset-red-400:focus {
        --tw-ring-offset-color: #f87171;
    }

    .md\:focus\:ring-offset-red-500:focus {
        --tw-ring-offset-color: #ef4444;
    }

    .md\:focus\:ring-offset-red-600:focus {
        --tw-ring-offset-color: #dc2626;
    }

    .md\:focus\:ring-offset-red-700:focus {
        --tw-ring-offset-color: #b91c1c;
    }

    .md\:focus\:ring-offset-red-800:focus {
        --tw-ring-offset-color: #991b1b;
    }

    .md\:focus\:ring-offset-red-900:focus {
        --tw-ring-offset-color: #7f1d1d;
    }

    .md\:focus\:ring-offset-yellow:focus {
        --tw-ring-offset-color: #ed9143;
    }

    .md\:focus\:ring-offset-green:focus {
        --tw-ring-offset-color: #7bbc00;
    }

    .md\:focus\:ring-offset-blue:focus {
        --tw-ring-offset-color: #5ba4dc;
    }

    .md\:focus\:ring-offset-indigo-50:focus {
        --tw-ring-offset-color: #eef2ff;
    }

    .md\:focus\:ring-offset-indigo-100:focus {
        --tw-ring-offset-color: #e0e7ff;
    }

    .md\:focus\:ring-offset-indigo-200:focus {
        --tw-ring-offset-color: #c7d2fe;
    }

    .md\:focus\:ring-offset-indigo-300:focus {
        --tw-ring-offset-color: #a5b4fc;
    }

    .md\:focus\:ring-offset-indigo-400:focus {
        --tw-ring-offset-color: #818cf8;
    }

    .md\:focus\:ring-offset-indigo-500:focus {
        --tw-ring-offset-color: #6366f1;
    }

    .md\:focus\:ring-offset-indigo-600:focus {
        --tw-ring-offset-color: #4f46e5;
    }

    .md\:focus\:ring-offset-indigo-700:focus {
        --tw-ring-offset-color: #4338ca;
    }

    .md\:focus\:ring-offset-indigo-800:focus {
        --tw-ring-offset-color: #3730a3;
    }

    .md\:focus\:ring-offset-indigo-900:focus {
        --tw-ring-offset-color: #312e81;
    }

    .md\:focus\:ring-offset-purple:focus {
        --tw-ring-offset-color: #6847c3;
    }

    .md\:focus\:ring-offset-pink:focus {
        --tw-ring-offset-color: #850737;
    }

    .md\:focus\:ring-offset-primary:focus {
        --tw-ring-offset-color: #6E6E6E;
    }

    .md\:focus\:ring-offset-secondary:focus {
        --tw-ring-offset-color: #ededed;
    }

    .md\:focus\:ring-offset-body_bg:focus {
        --tw-ring-offset-color: #ffffff;
    }

    .md\:focus\:ring-offset-body_text:focus {
        --tw-ring-offset-color: #4a4349;
    }

    .md\:focus\:ring-offset-title:focus {
        --tw-ring-offset-color: #3fb2cf;
    }

    .md\:focus\:ring-offset-grey:focus {
        --tw-ring-offset-color: #524A51;
    }

    .md\:focus\:ring-offset-dark_grey:focus {
        --tw-ring-offset-color: #4a4349;
    }

    .md\:focus\:ring-offset-light_grey:focus {
        --tw-ring-offset-color: #B7B7B7;
    }

    .md\:focus\:ring-offset-medium_grey:focus {
        --tw-ring-offset-color: #575156;
    }

    .md\:focus\:ring-offset-lightten_grey:focus {
        --tw-ring-offset-color: #C6C6C6;
    }

    .md\:focus\:ring-offset-grey_300:focus {
        --tw-ring-offset-color: #d3d3d3;
    }

    .md\:focus\:ring-offset-grey_400:focus {
        --tw-ring-offset-color: #b7b7b7;
    }

    .md\:focus\:ring-offset-medium_blue:focus {
        --tw-ring-offset-color: #45cdfc;
    }

    .md\:focus\:ring-offset-dark_blue:focus {
        --tw-ring-offset-color: #0080ac;
    }

    .md\:focus\:ring-offset-text_blue:focus {
        --tw-ring-offset-color: #3FB2CF;
    }

    .md\:focus\:ring-offset-footer_bg:focus {
        --tw-ring-offset-color: #464646;
    }

    .md\:focus\:ring-offset-brown:focus {
        --tw-ring-offset-color: #805300;
    }

    .md\:focus\:ring-offset-dark_brown:focus {
        --tw-ring-offset-color: #874433;
    }

    .md\:focus\:ring-offset-Light_purple:focus {
        --tw-ring-offset-color: #65479b;
    }

    .md\:focus\:ring-offset-dark_green:focus {
        --tw-ring-offset-color: #479b51;
    }

    .md\:focus\:ring-offset-medium_green:focus {
        --tw-ring-offset-color: #3aac2b;
    }

    .md\:focus\:ring-offset-light_green:focus {
        --tw-ring-offset-color: #9acb3e;
    }

    .md\:focus\:ring-offset-green_900:focus {
        --tw-ring-offset-color: #396676;
    }

    .md\:focus\:ring-offset-dark_border:focus {
        --tw-ring-offset-color: #707070;
    }

    .md\:filter {
        --tw-blur: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-brightness: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-contrast: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-grayscale: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-hue-rotate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-invert: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-saturate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-sepia: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-drop-shadow: var(--tw-empty,
                /*!*/
                /*!*/
            );
        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);
    }

    .md\:filter-none {
        filter: none;
    }

    .md\:blur-0 {
        --tw-blur: blur(0);
    }

    .md\:blur-none {
        --tw-blur: blur(0);
    }

    .md\:blur-sm {
        --tw-blur: blur(4px);
    }

    .md\:blur {
        --tw-blur: blur(8px);
    }

    .md\:blur-md {
        --tw-blur: blur(12px);
    }

    .md\:blur-lg {
        --tw-blur: blur(16px);
    }

    .md\:blur-xl {
        --tw-blur: blur(24px);
    }

    .md\:blur-2xl {
        --tw-blur: blur(40px);
    }

    .md\:blur-3xl {
        --tw-blur: blur(64px);
    }

    .md\:brightness-0 {
        --tw-brightness: brightness(0);
    }

    .md\:brightness-50 {
        --tw-brightness: brightness(.5);
    }

    .md\:brightness-75 {
        --tw-brightness: brightness(.75);
    }

    .md\:brightness-90 {
        --tw-brightness: brightness(.9);
    }

    .md\:brightness-95 {
        --tw-brightness: brightness(.95);
    }

    .md\:brightness-100 {
        --tw-brightness: brightness(1);
    }

    .md\:brightness-105 {
        --tw-brightness: brightness(1.05);
    }

    .md\:brightness-110 {
        --tw-brightness: brightness(1.1);
    }

    .md\:brightness-125 {
        --tw-brightness: brightness(1.25);
    }

    .md\:brightness-150 {
        --tw-brightness: brightness(1.5);
    }

    .md\:brightness-200 {
        --tw-brightness: brightness(2);
    }

    .md\:contrast-0 {
        --tw-contrast: contrast(0);
    }

    .md\:contrast-50 {
        --tw-contrast: contrast(.5);
    }

    .md\:contrast-75 {
        --tw-contrast: contrast(.75);
    }

    .md\:contrast-100 {
        --tw-contrast: contrast(1);
    }

    .md\:contrast-125 {
        --tw-contrast: contrast(1.25);
    }

    .md\:contrast-150 {
        --tw-contrast: contrast(1.5);
    }

    .md\:contrast-200 {
        --tw-contrast: contrast(2);
    }

    .md\:drop-shadow-sm {
        --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
    }

    .md\: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));
    }

    .md\: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));
    }

    .md\: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));
    }

    .md\: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));
    }

    .md\:drop-shadow-2xl {
        --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
    }

    .md\:drop-shadow-none {
        --tw-drop-shadow: drop-shadow(0 0 #0000);
    }

    .md\:grayscale-0 {
        --tw-grayscale: grayscale(0);
    }

    .md\:grayscale {
        --tw-grayscale: grayscale(100%);
    }

    .md\:hue-rotate-0 {
        --tw-hue-rotate: hue-rotate(0deg);
    }

    .md\:hue-rotate-15 {
        --tw-hue-rotate: hue-rotate(15deg);
    }

    .md\:hue-rotate-30 {
        --tw-hue-rotate: hue-rotate(30deg);
    }

    .md\:hue-rotate-60 {
        --tw-hue-rotate: hue-rotate(60deg);
    }

    .md\:hue-rotate-90 {
        --tw-hue-rotate: hue-rotate(90deg);
    }

    .md\:hue-rotate-180 {
        --tw-hue-rotate: hue-rotate(180deg);
    }

    .md\:-hue-rotate-180 {
        --tw-hue-rotate: hue-rotate(-180deg);
    }

    .md\:-hue-rotate-90 {
        --tw-hue-rotate: hue-rotate(-90deg);
    }

    .md\:-hue-rotate-60 {
        --tw-hue-rotate: hue-rotate(-60deg);
    }

    .md\:-hue-rotate-30 {
        --tw-hue-rotate: hue-rotate(-30deg);
    }

    .md\:-hue-rotate-15 {
        --tw-hue-rotate: hue-rotate(-15deg);
    }

    .md\:invert-0 {
        --tw-invert: invert(0);
    }

    .md\:invert {
        --tw-invert: invert(100%);
    }

    .md\:saturate-0 {
        --tw-saturate: saturate(0);
    }

    .md\:saturate-50 {
        --tw-saturate: saturate(.5);
    }

    .md\:saturate-100 {
        --tw-saturate: saturate(1);
    }

    .md\:saturate-150 {
        --tw-saturate: saturate(1.5);
    }

    .md\:saturate-200 {
        --tw-saturate: saturate(2);
    }

    .md\:sepia-0 {
        --tw-sepia: sepia(0);
    }

    .md\:sepia {
        --tw-sepia: sepia(100%);
    }

    .md\:backdrop-filter {
        --tw-backdrop-blur: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-brightness: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-contrast: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-grayscale: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-hue-rotate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-invert: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-opacity: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-saturate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-sepia: var(--tw-empty,
                /*!*/
                /*!*/
            );
        -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
        backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    }

    .md\:backdrop-filter-none {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .md\:backdrop-blur-0 {
        --tw-backdrop-blur: blur(0);
    }

    .md\:backdrop-blur-none {
        --tw-backdrop-blur: blur(0);
    }

    .md\:backdrop-blur-sm {
        --tw-backdrop-blur: blur(4px);
    }

    .md\:backdrop-blur {
        --tw-backdrop-blur: blur(8px);
    }

    .md\:backdrop-blur-md {
        --tw-backdrop-blur: blur(12px);
    }

    .md\:backdrop-blur-lg {
        --tw-backdrop-blur: blur(16px);
    }

    .md\:backdrop-blur-xl {
        --tw-backdrop-blur: blur(24px);
    }

    .md\:backdrop-blur-2xl {
        --tw-backdrop-blur: blur(40px);
    }

    .md\:backdrop-blur-3xl {
        --tw-backdrop-blur: blur(64px);
    }

    .md\:backdrop-brightness-0 {
        --tw-backdrop-brightness: brightness(0);
    }

    .md\:backdrop-brightness-50 {
        --tw-backdrop-brightness: brightness(.5);
    }

    .md\:backdrop-brightness-75 {
        --tw-backdrop-brightness: brightness(.75);
    }

    .md\:backdrop-brightness-90 {
        --tw-backdrop-brightness: brightness(.9);
    }

    .md\:backdrop-brightness-95 {
        --tw-backdrop-brightness: brightness(.95);
    }

    .md\:backdrop-brightness-100 {
        --tw-backdrop-brightness: brightness(1);
    }

    .md\:backdrop-brightness-105 {
        --tw-backdrop-brightness: brightness(1.05);
    }

    .md\:backdrop-brightness-110 {
        --tw-backdrop-brightness: brightness(1.1);
    }

    .md\:backdrop-brightness-125 {
        --tw-backdrop-brightness: brightness(1.25);
    }

    .md\:backdrop-brightness-150 {
        --tw-backdrop-brightness: brightness(1.5);
    }

    .md\:backdrop-brightness-200 {
        --tw-backdrop-brightness: brightness(2);
    }

    .md\:backdrop-contrast-0 {
        --tw-backdrop-contrast: contrast(0);
    }

    .md\:backdrop-contrast-50 {
        --tw-backdrop-contrast: contrast(.5);
    }

    .md\:backdrop-contrast-75 {
        --tw-backdrop-contrast: contrast(.75);
    }

    .md\:backdrop-contrast-100 {
        --tw-backdrop-contrast: contrast(1);
    }

    .md\:backdrop-contrast-125 {
        --tw-backdrop-contrast: contrast(1.25);
    }

    .md\:backdrop-contrast-150 {
        --tw-backdrop-contrast: contrast(1.5);
    }

    .md\:backdrop-contrast-200 {
        --tw-backdrop-contrast: contrast(2);
    }

    .md\:backdrop-grayscale-0 {
        --tw-backdrop-grayscale: grayscale(0);
    }

    .md\:backdrop-grayscale {
        --tw-backdrop-grayscale: grayscale(100%);
    }

    .md\:backdrop-hue-rotate-0 {
        --tw-backdrop-hue-rotate: hue-rotate(0deg);
    }

    .md\:backdrop-hue-rotate-15 {
        --tw-backdrop-hue-rotate: hue-rotate(15deg);
    }

    .md\:backdrop-hue-rotate-30 {
        --tw-backdrop-hue-rotate: hue-rotate(30deg);
    }

    .md\:backdrop-hue-rotate-60 {
        --tw-backdrop-hue-rotate: hue-rotate(60deg);
    }

    .md\:backdrop-hue-rotate-90 {
        --tw-backdrop-hue-rotate: hue-rotate(90deg);
    }

    .md\:backdrop-hue-rotate-180 {
        --tw-backdrop-hue-rotate: hue-rotate(180deg);
    }

    .md\:-backdrop-hue-rotate-180 {
        --tw-backdrop-hue-rotate: hue-rotate(-180deg);
    }

    .md\:-backdrop-hue-rotate-90 {
        --tw-backdrop-hue-rotate: hue-rotate(-90deg);
    }

    .md\:-backdrop-hue-rotate-60 {
        --tw-backdrop-hue-rotate: hue-rotate(-60deg);
    }

    .md\:-backdrop-hue-rotate-30 {
        --tw-backdrop-hue-rotate: hue-rotate(-30deg);
    }

    .md\:-backdrop-hue-rotate-15 {
        --tw-backdrop-hue-rotate: hue-rotate(-15deg);
    }

    .md\:backdrop-invert-0 {
        --tw-backdrop-invert: invert(0);
    }

    .md\:backdrop-invert {
        --tw-backdrop-invert: invert(100%);
    }

    .md\:backdrop-opacity-0 {
        --tw-backdrop-opacity: opacity(0);
    }

    .md\:backdrop-opacity-5 {
        --tw-backdrop-opacity: opacity(0.05);
    }

    .md\:backdrop-opacity-10 {
        --tw-backdrop-opacity: opacity(0.1);
    }

    .md\:backdrop-opacity-20 {
        --tw-backdrop-opacity: opacity(0.2);
    }

    .md\:backdrop-opacity-25 {
        --tw-backdrop-opacity: opacity(0.25);
    }

    .md\:backdrop-opacity-30 {
        --tw-backdrop-opacity: opacity(0.3);
    }

    .md\:backdrop-opacity-40 {
        --tw-backdrop-opacity: opacity(0.4);
    }

    .md\:backdrop-opacity-50 {
        --tw-backdrop-opacity: opacity(0.5);
    }

    .md\:backdrop-opacity-60 {
        --tw-backdrop-opacity: opacity(0.6);
    }

    .md\:backdrop-opacity-70 {
        --tw-backdrop-opacity: opacity(0.7);
    }

    .md\:backdrop-opacity-75 {
        --tw-backdrop-opacity: opacity(0.75);
    }

    .md\:backdrop-opacity-80 {
        --tw-backdrop-opacity: opacity(0.8);
    }

    .md\:backdrop-opacity-90 {
        --tw-backdrop-opacity: opacity(0.9);
    }

    .md\:backdrop-opacity-95 {
        --tw-backdrop-opacity: opacity(0.95);
    }

    .md\:backdrop-opacity-100 {
        --tw-backdrop-opacity: opacity(1);
    }

    .md\:backdrop-saturate-0 {
        --tw-backdrop-saturate: saturate(0);
    }

    .md\:backdrop-saturate-50 {
        --tw-backdrop-saturate: saturate(.5);
    }

    .md\:backdrop-saturate-100 {
        --tw-backdrop-saturate: saturate(1);
    }

    .md\:backdrop-saturate-150 {
        --tw-backdrop-saturate: saturate(1.5);
    }

    .md\:backdrop-saturate-200 {
        --tw-backdrop-saturate: saturate(2);
    }

    .md\:backdrop-sepia-0 {
        --tw-backdrop-sepia: sepia(0);
    }

    .md\:backdrop-sepia {
        --tw-backdrop-sepia: sepia(100%);
    }

    .md\:transition-none {
        transition-property: none;
    }

    .md\:transition-all {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .md\:transition {
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .md\:transition-colors {
        transition-property: background-color, border-color, color, fill, stroke;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .md\:transition-opacity {
        transition-property: opacity;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .md\:transition-shadow {
        transition-property: box-shadow;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .md\:transition-transform {
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .md\:delay-75 {
        transition-delay: 75ms;
    }

    .md\:delay-100 {
        transition-delay: 100ms;
    }

    .md\:delay-150 {
        transition-delay: 150ms;
    }

    .md\:delay-200 {
        transition-delay: 200ms;
    }

    .md\:delay-300 {
        transition-delay: 300ms;
    }

    .md\:delay-500 {
        transition-delay: 500ms;
    }

    .md\:delay-700 {
        transition-delay: 700ms;
    }

    .md\:delay-1000 {
        transition-delay: 1000ms;
    }

    .md\:duration-75 {
        transition-duration: 75ms;
    }

    .md\:duration-100 {
        transition-duration: 100ms;
    }

    .md\:duration-150 {
        transition-duration: 150ms;
    }

    .md\:duration-200 {
        transition-duration: 200ms;
    }

    .md\:duration-300 {
        transition-duration: 300ms;
    }

    .md\:duration-500 {
        transition-duration: 500ms;
    }

    .md\:duration-700 {
        transition-duration: 700ms;
    }

    .md\:duration-1000 {
        transition-duration: 1000ms;
    }

    .md\:ease-linear {
        transition-timing-function: linear;
    }

    .md\:ease-in {
        transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    }

    .md\:ease-out {
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }

    .md\:ease-in-out {
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
}

@media (min-width: 992px) {
    .lg\:container {
        width: 100%;
    }

    @media (min-width: 100%) {
        .lg\:container {
            max-width: 100%;
        }
    }

    @media (min-width: 1232px) {
        .lg\:container {
            max-width: 1232px;
        }
    }

    .lg\:sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

    .lg\:not-sr-only {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }

    .lg\:focus-within\:sr-only:focus-within {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

    .lg\:focus-within\:not-sr-only:focus-within {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }

    .lg\:focus\:sr-only:focus {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

    .lg\:focus\:not-sr-only:focus {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }

    .lg\:pointer-events-none {
        pointer-events: none;
    }

    .lg\:pointer-events-auto {
        pointer-events: auto;
    }

    .lg\:visible {
        visibility: visible;
    }

    .lg\:invisible {
        visibility: hidden;
    }

    .lg\:static {
        position: static;
    }

    .lg\:fixed {
        position: fixed;
    }

    .lg\:absolute {
        position: absolute;
    }

    .lg\:relative {
        position: relative;
    }

    .lg\:sticky {
        position: sticky;
    }

    .lg\:inset-0 {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }

    .lg\:inset-1 {
        top: 0.25rem;
        right: 0.25rem;
        bottom: 0.25rem;
        left: 0.25rem;
    }

    .lg\:inset-2 {
        top: 0.5rem;
        right: 0.5rem;
        bottom: 0.5rem;
        left: 0.5rem;
    }

    .lg\:inset-3 {
        top: 0.75rem;
        right: 0.75rem;
        bottom: 0.75rem;
        left: 0.75rem;
    }

    .lg\:inset-4 {
        top: 1rem;
        right: 1rem;
        bottom: 1rem;
        left: 1rem;
    }

    .lg\:inset-5 {
        top: 1.25rem;
        right: 1.25rem;
        bottom: 1.25rem;
        left: 1.25rem;
    }

    .lg\:inset-6 {
        top: 1.5rem;
        right: 1.5rem;
        bottom: 1.5rem;
        left: 1.5rem;
    }

    .lg\:inset-7 {
        top: 1.75rem;
        right: 1.75rem;
        bottom: 1.75rem;
        left: 1.75rem;
    }

    .lg\:inset-8 {
        top: 2rem;
        right: 2rem;
        bottom: 2rem;
        left: 2rem;
    }

    .lg\:inset-9 {
        top: 2.25rem;
        right: 2.25rem;
        bottom: 2.25rem;
        left: 2.25rem;
    }

    .lg\:inset-10 {
        top: 2.5rem;
        right: 2.5rem;
        bottom: 2.5rem;
        left: 2.5rem;
    }

    .lg\:inset-11 {
        top: 2.75rem;
        right: 2.75rem;
        bottom: 2.75rem;
        left: 2.75rem;
    }

    .lg\:inset-12 {
        top: 3rem;
        right: 3rem;
        bottom: 3rem;
        left: 3rem;
    }

    .lg\:inset-14 {
        top: 3.5rem;
        right: 3.5rem;
        bottom: 3.5rem;
        left: 3.5rem;
    }

    .lg\:inset-16 {
        top: 4rem;
        right: 4rem;
        bottom: 4rem;
        left: 4rem;
    }

    .lg\:inset-18 {
        top: 4.375rem;
        right: 4.375rem;
        bottom: 4.375rem;
        left: 4.375rem;
    }

    .lg\:inset-19 {
        top: 76px;
        right: 76px;
        bottom: 76px;
        left: 76px;
    }

    .lg\:inset-20 {
        top: 5rem;
        right: 5rem;
        bottom: 5rem;
        left: 5rem;
    }

    .lg\:inset-24 {
        top: 6rem;
        right: 6rem;
        bottom: 6rem;
        left: 6rem;
    }

    .lg\:inset-28 {
        top: 7rem;
        right: 7rem;
        bottom: 7rem;
        left: 7rem;
    }

    .lg\:inset-30 {
        top: 120px;
        right: 120px;
        bottom: 120px;
        left: 120px;
    }

    .lg\:inset-32 {
        top: 8rem;
        right: 8rem;
        bottom: 8rem;
        left: 8rem;
    }

    .lg\:inset-36 {
        top: 9rem;
        right: 9rem;
        bottom: 9rem;
        left: 9rem;
    }

    .lg\:inset-40 {
        top: 10rem;
        right: 10rem;
        bottom: 10rem;
        left: 10rem;
    }

    .lg\:inset-44 {
        top: 11rem;
        right: 11rem;
        bottom: 11rem;
        left: 11rem;
    }

    .lg\:inset-48 {
        top: 12rem;
        right: 12rem;
        bottom: 12rem;
        left: 12rem;
    }

    .lg\:inset-52 {
        top: 13rem;
        right: 13rem;
        bottom: 13rem;
        left: 13rem;
    }

    .lg\:inset-56 {
        top: 14rem;
        right: 14rem;
        bottom: 14rem;
        left: 14rem;
    }

    .lg\:inset-60 {
        top: 15rem;
        right: 15rem;
        bottom: 15rem;
        left: 15rem;
    }

    .lg\:inset-64 {
        top: 16rem;
        right: 16rem;
        bottom: 16rem;
        left: 16rem;
    }

    .lg\:inset-72 {
        top: 18rem;
        right: 18rem;
        bottom: 18rem;
        left: 18rem;
    }

    .lg\:inset-80 {
        top: 20rem;
        right: 20rem;
        bottom: 20rem;
        left: 20rem;
    }

    .lg\:inset-96 {
        top: 24rem;
        right: 24rem;
        bottom: 24rem;
        left: 24rem;
    }

    .lg\:inset-auto {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }

    .lg\:inset-px {
        top: 1px;
        right: 1px;
        bottom: 1px;
        left: 1px;
    }

    .lg\:inset-0\.5 {
        top: 0.125rem;
        right: 0.125rem;
        bottom: 0.125rem;
        left: 0.125rem;
    }

    .lg\:inset-1\.5 {
        top: 0.375rem;
        right: 0.375rem;
        bottom: 0.375rem;
        left: 0.375rem;
    }

    .lg\:inset-2\.5 {
        top: 0.625rem;
        right: 0.625rem;
        bottom: 0.625rem;
        left: 0.625rem;
    }

    .lg\:inset-3\.5 {
        top: 0.875rem;
        right: 0.875rem;
        bottom: 0.875rem;
        left: 0.875rem;
    }

    .lg\:inset-5p {
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
    }

    .lg\:inset-10p {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }

    .lg\:inset-14p {
        top: 14px;
        right: 14px;
        bottom: 14px;
        left: 14px;
    }

    .lg\:inset-15p {
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
    }

    .lg\:inset-15_2 {
        top: 60px;
        right: 60px;
        bottom: 60px;
        left: 60px;
    }

    .lg\:inset-16_1 {
        top: 52px;
        right: 52px;
        bottom: 52px;
        left: 52px;
    }

    .lg\:inset-16p {
        top: 16px;
        right: 16px;
        bottom: 16px;
        left: 16px;
    }

    .lg\:inset-25p {
        top: 25px;
        right: 25px;
        bottom: 25px;
        left: 25px;
    }

    .lg\:inset-48p {
        top: 48%;
        right: 48%;
        bottom: 48%;
        left: 48%;
    }

    .lg\:inset-52p {
        top: 52%;
        right: 52%;
        bottom: 52%;
        left: 52%;
    }

    .lg\:-inset-0 {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }

    .lg\:-inset-1 {
        top: -0.25rem;
        right: -0.25rem;
        bottom: -0.25rem;
        left: -0.25rem;
    }

    .lg\:-inset-2 {
        top: -0.5rem;
        right: -0.5rem;
        bottom: -0.5rem;
        left: -0.5rem;
    }

    .lg\:-inset-3 {
        top: -0.75rem;
        right: -0.75rem;
        bottom: -0.75rem;
        left: -0.75rem;
    }

    .lg\:-inset-4 {
        top: -1rem;
        right: -1rem;
        bottom: -1rem;
        left: -1rem;
    }

    .lg\:-inset-5 {
        top: -1.25rem;
        right: -1.25rem;
        bottom: -1.25rem;
        left: -1.25rem;
    }

    .lg\:-inset-6 {
        top: -1.5rem;
        right: -1.5rem;
        bottom: -1.5rem;
        left: -1.5rem;
    }

    .lg\:-inset-7 {
        top: -1.75rem;
        right: -1.75rem;
        bottom: -1.75rem;
        left: -1.75rem;
    }

    .lg\:-inset-8 {
        top: -2rem;
        right: -2rem;
        bottom: -2rem;
        left: -2rem;
    }

    .lg\:-inset-9 {
        top: -2.25rem;
        right: -2.25rem;
        bottom: -2.25rem;
        left: -2.25rem;
    }

    .lg\:-inset-10 {
        top: -2.5rem;
        right: -2.5rem;
        bottom: -2.5rem;
        left: -2.5rem;
    }

    .lg\:-inset-11 {
        top: -2.75rem;
        right: -2.75rem;
        bottom: -2.75rem;
        left: -2.75rem;
    }

    .lg\:-inset-12 {
        top: -3rem;
        right: -3rem;
        bottom: -3rem;
        left: -3rem;
    }

    .lg\:-inset-14 {
        top: -3.5rem;
        right: -3.5rem;
        bottom: -3.5rem;
        left: -3.5rem;
    }

    .lg\:-inset-16 {
        top: -4rem;
        right: -4rem;
        bottom: -4rem;
        left: -4rem;
    }

    .lg\:-inset-18 {
        top: -4.375rem;
        right: -4.375rem;
        bottom: -4.375rem;
        left: -4.375rem;
    }

    .lg\:-inset-19 {
        top: -76px;
        right: -76px;
        bottom: -76px;
        left: -76px;
    }

    .lg\:-inset-20 {
        top: -5rem;
        right: -5rem;
        bottom: -5rem;
        left: -5rem;
    }

    .lg\:-inset-24 {
        top: -6rem;
        right: -6rem;
        bottom: -6rem;
        left: -6rem;
    }

    .lg\:-inset-28 {
        top: -7rem;
        right: -7rem;
        bottom: -7rem;
        left: -7rem;
    }

    .lg\:-inset-30 {
        top: -120px;
        right: -120px;
        bottom: -120px;
        left: -120px;
    }

    .lg\:-inset-32 {
        top: -8rem;
        right: -8rem;
        bottom: -8rem;
        left: -8rem;
    }

    .lg\:-inset-36 {
        top: -9rem;
        right: -9rem;
        bottom: -9rem;
        left: -9rem;
    }

    .lg\:-inset-40 {
        top: -10rem;
        right: -10rem;
        bottom: -10rem;
        left: -10rem;
    }

    .lg\:-inset-44 {
        top: -11rem;
        right: -11rem;
        bottom: -11rem;
        left: -11rem;
    }

    .lg\:-inset-48 {
        top: -12rem;
        right: -12rem;
        bottom: -12rem;
        left: -12rem;
    }

    .lg\:-inset-52 {
        top: -13rem;
        right: -13rem;
        bottom: -13rem;
        left: -13rem;
    }

    .lg\:-inset-56 {
        top: -14rem;
        right: -14rem;
        bottom: -14rem;
        left: -14rem;
    }

    .lg\:-inset-60 {
        top: -15rem;
        right: -15rem;
        bottom: -15rem;
        left: -15rem;
    }

    .lg\:-inset-64 {
        top: -16rem;
        right: -16rem;
        bottom: -16rem;
        left: -16rem;
    }

    .lg\:-inset-72 {
        top: -18rem;
        right: -18rem;
        bottom: -18rem;
        left: -18rem;
    }

    .lg\:-inset-80 {
        top: -20rem;
        right: -20rem;
        bottom: -20rem;
        left: -20rem;
    }

    .lg\:-inset-96 {
        top: -24rem;
        right: -24rem;
        bottom: -24rem;
        left: -24rem;
    }

    .lg\:-inset-px {
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
    }

    .lg\:-inset-0\.5 {
        top: -0.125rem;
        right: -0.125rem;
        bottom: -0.125rem;
        left: -0.125rem;
    }

    .lg\:-inset-1\.5 {
        top: -0.375rem;
        right: -0.375rem;
        bottom: -0.375rem;
        left: -0.375rem;
    }

    .lg\:-inset-2\.5 {
        top: -0.625rem;
        right: -0.625rem;
        bottom: -0.625rem;
        left: -0.625rem;
    }

    .lg\:-inset-3\.5 {
        top: -0.875rem;
        right: -0.875rem;
        bottom: -0.875rem;
        left: -0.875rem;
    }

    .lg\:-inset-5p {
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
    }

    .lg\:-inset-10p {
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
    }

    .lg\:-inset-14p {
        top: -14px;
        right: -14px;
        bottom: -14px;
        left: -14px;
    }

    .lg\:-inset-15p {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
    }

    .lg\:-inset-15_2 {
        top: -60px;
        right: -60px;
        bottom: -60px;
        left: -60px;
    }

    .lg\:-inset-16_1 {
        top: -52px;
        right: -52px;
        bottom: -52px;
        left: -52px;
    }

    .lg\:-inset-16p {
        top: -16px;
        right: -16px;
        bottom: -16px;
        left: -16px;
    }

    .lg\:-inset-25p {
        top: -25px;
        right: -25px;
        bottom: -25px;
        left: -25px;
    }

    .lg\:-inset-48p {
        top: -48%;
        right: -48%;
        bottom: -48%;
        left: -48%;
    }

    .lg\:-inset-52p {
        top: -52%;
        right: -52%;
        bottom: -52%;
        left: -52%;
    }

    .lg\:inset-1\/2 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }

    .lg\:inset-1\/3 {
        top: 33.333333%;
        right: 33.333333%;
        bottom: 33.333333%;
        left: 33.333333%;
    }

    .lg\:inset-2\/3 {
        top: 66.666667%;
        right: 66.666667%;
        bottom: 66.666667%;
        left: 66.666667%;
    }

    .lg\:inset-1\/4 {
        top: 25%;
        right: 25%;
        bottom: 25%;
        left: 25%;
    }

    .lg\:inset-2\/4 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }

    .lg\:inset-3\/4 {
        top: 75%;
        right: 75%;
        bottom: 75%;
        left: 75%;
    }

    .lg\:inset-full {
        top: 100%;
        right: 100%;
        bottom: 100%;
        left: 100%;
    }

    .lg\:-inset-1\/2 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }

    .lg\:-inset-1\/3 {
        top: -33.333333%;
        right: -33.333333%;
        bottom: -33.333333%;
        left: -33.333333%;
    }

    .lg\:-inset-2\/3 {
        top: -66.666667%;
        right: -66.666667%;
        bottom: -66.666667%;
        left: -66.666667%;
    }

    .lg\:-inset-1\/4 {
        top: -25%;
        right: -25%;
        bottom: -25%;
        left: -25%;
    }

    .lg\:-inset-2\/4 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }

    .lg\:-inset-3\/4 {
        top: -75%;
        right: -75%;
        bottom: -75%;
        left: -75%;
    }

    .lg\:-inset-full {
        top: -100%;
        right: -100%;
        bottom: -100%;
        left: -100%;
    }

    .lg\:inset-x-0 {
        left: 0px;
        right: 0px;
    }

    .lg\:inset-x-1 {
        left: 0.25rem;
        right: 0.25rem;
    }

    .lg\:inset-x-2 {
        left: 0.5rem;
        right: 0.5rem;
    }

    .lg\:inset-x-3 {
        left: 0.75rem;
        right: 0.75rem;
    }

    .lg\:inset-x-4 {
        left: 1rem;
        right: 1rem;
    }

    .lg\:inset-x-5 {
        left: 1.25rem;
        right: 1.25rem;
    }

    .lg\:inset-x-6 {
        left: 1.5rem;
        right: 1.5rem;
    }

    .lg\:inset-x-7 {
        left: 1.75rem;
        right: 1.75rem;
    }

    .lg\:inset-x-8 {
        left: 2rem;
        right: 2rem;
    }

    .lg\:inset-x-9 {
        left: 2.25rem;
        right: 2.25rem;
    }

    .lg\:inset-x-10 {
        left: 2.5rem;
        right: 2.5rem;
    }

    .lg\:inset-x-11 {
        left: 2.75rem;
        right: 2.75rem;
    }

    .lg\:inset-x-12 {
        left: 3rem;
        right: 3rem;
    }

    .lg\:inset-x-14 {
        left: 3.5rem;
        right: 3.5rem;
    }

    .lg\:inset-x-16 {
        left: 4rem;
        right: 4rem;
    }

    .lg\:inset-x-18 {
        left: 4.375rem;
        right: 4.375rem;
    }

    .lg\:inset-x-19 {
        left: 76px;
        right: 76px;
    }

    .lg\:inset-x-20 {
        left: 5rem;
        right: 5rem;
    }

    .lg\:inset-x-24 {
        left: 6rem;
        right: 6rem;
    }

    .lg\:inset-x-28 {
        left: 7rem;
        right: 7rem;
    }

    .lg\:inset-x-30 {
        left: 120px;
        right: 120px;
    }

    .lg\:inset-x-32 {
        left: 8rem;
        right: 8rem;
    }

    .lg\:inset-x-36 {
        left: 9rem;
        right: 9rem;
    }

    .lg\:inset-x-40 {
        left: 10rem;
        right: 10rem;
    }

    .lg\:inset-x-44 {
        left: 11rem;
        right: 11rem;
    }

    .lg\:inset-x-48 {
        left: 12rem;
        right: 12rem;
    }

    .lg\:inset-x-52 {
        left: 13rem;
        right: 13rem;
    }

    .lg\:inset-x-56 {
        left: 14rem;
        right: 14rem;
    }

    .lg\:inset-x-60 {
        left: 15rem;
        right: 15rem;
    }

    .lg\:inset-x-64 {
        left: 16rem;
        right: 16rem;
    }

    .lg\:inset-x-72 {
        left: 18rem;
        right: 18rem;
    }

    .lg\:inset-x-80 {
        left: 20rem;
        right: 20rem;
    }

    .lg\:inset-x-96 {
        left: 24rem;
        right: 24rem;
    }

    .lg\:inset-x-auto {
        left: auto;
        right: auto;
    }

    .lg\:inset-x-px {
        left: 1px;
        right: 1px;
    }

    .lg\:inset-x-0\.5 {
        left: 0.125rem;
        right: 0.125rem;
    }

    .lg\:inset-x-1\.5 {
        left: 0.375rem;
        right: 0.375rem;
    }

    .lg\:inset-x-2\.5 {
        left: 0.625rem;
        right: 0.625rem;
    }

    .lg\:inset-x-3\.5 {
        left: 0.875rem;
        right: 0.875rem;
    }

    .lg\:inset-x-5p {
        left: 5px;
        right: 5px;
    }

    .lg\:inset-x-10p {
        left: 10px;
        right: 10px;
    }

    .lg\:inset-x-14p {
        left: 14px;
        right: 14px;
    }

    .lg\:inset-x-15p {
        left: 15px;
        right: 15px;
    }

    .lg\:inset-x-15_2 {
        left: 60px;
        right: 60px;
    }

    .lg\:inset-x-16_1 {
        left: 52px;
        right: 52px;
    }

    .lg\:inset-x-16p {
        left: 16px;
        right: 16px;
    }

    .lg\:inset-x-25p {
        left: 25px;
        right: 25px;
    }

    .lg\:inset-x-48p {
        left: 48%;
        right: 48%;
    }

    .lg\:inset-x-52p {
        left: 52%;
        right: 52%;
    }

    .lg\:-inset-x-0 {
        left: 0px;
        right: 0px;
    }

    .lg\:-inset-x-1 {
        left: -0.25rem;
        right: -0.25rem;
    }

    .lg\:-inset-x-2 {
        left: -0.5rem;
        right: -0.5rem;
    }

    .lg\:-inset-x-3 {
        left: -0.75rem;
        right: -0.75rem;
    }

    .lg\:-inset-x-4 {
        left: -1rem;
        right: -1rem;
    }

    .lg\:-inset-x-5 {
        left: -1.25rem;
        right: -1.25rem;
    }

    .lg\:-inset-x-6 {
        left: -1.5rem;
        right: -1.5rem;
    }

    .lg\:-inset-x-7 {
        left: -1.75rem;
        right: -1.75rem;
    }

    .lg\:-inset-x-8 {
        left: -2rem;
        right: -2rem;
    }

    .lg\:-inset-x-9 {
        left: -2.25rem;
        right: -2.25rem;
    }

    .lg\:-inset-x-10 {
        left: -2.5rem;
        right: -2.5rem;
    }

    .lg\:-inset-x-11 {
        left: -2.75rem;
        right: -2.75rem;
    }

    .lg\:-inset-x-12 {
        left: -3rem;
        right: -3rem;
    }

    .lg\:-inset-x-14 {
        left: -3.5rem;
        right: -3.5rem;
    }

    .lg\:-inset-x-16 {
        left: -4rem;
        right: -4rem;
    }

    .lg\:-inset-x-18 {
        left: -4.375rem;
        right: -4.375rem;
    }

    .lg\:-inset-x-19 {
        left: -76px;
        right: -76px;
    }

    .lg\:-inset-x-20 {
        left: -5rem;
        right: -5rem;
    }

    .lg\:-inset-x-24 {
        left: -6rem;
        right: -6rem;
    }

    .lg\:-inset-x-28 {
        left: -7rem;
        right: -7rem;
    }

    .lg\:-inset-x-30 {
        left: -120px;
        right: -120px;
    }

    .lg\:-inset-x-32 {
        left: -8rem;
        right: -8rem;
    }

    .lg\:-inset-x-36 {
        left: -9rem;
        right: -9rem;
    }

    .lg\:-inset-x-40 {
        left: -10rem;
        right: -10rem;
    }

    .lg\:-inset-x-44 {
        left: -11rem;
        right: -11rem;
    }

    .lg\:-inset-x-48 {
        left: -12rem;
        right: -12rem;
    }

    .lg\:-inset-x-52 {
        left: -13rem;
        right: -13rem;
    }

    .lg\:-inset-x-56 {
        left: -14rem;
        right: -14rem;
    }

    .lg\:-inset-x-60 {
        left: -15rem;
        right: -15rem;
    }

    .lg\:-inset-x-64 {
        left: -16rem;
        right: -16rem;
    }

    .lg\:-inset-x-72 {
        left: -18rem;
        right: -18rem;
    }

    .lg\:-inset-x-80 {
        left: -20rem;
        right: -20rem;
    }

    .lg\:-inset-x-96 {
        left: -24rem;
        right: -24rem;
    }

    .lg\:-inset-x-px {
        left: -1px;
        right: -1px;
    }

    .lg\:-inset-x-0\.5 {
        left: -0.125rem;
        right: -0.125rem;
    }

    .lg\:-inset-x-1\.5 {
        left: -0.375rem;
        right: -0.375rem;
    }

    .lg\:-inset-x-2\.5 {
        left: -0.625rem;
        right: -0.625rem;
    }

    .lg\:-inset-x-3\.5 {
        left: -0.875rem;
        right: -0.875rem;
    }

    .lg\:-inset-x-5p {
        left: -5px;
        right: -5px;
    }

    .lg\:-inset-x-10p {
        left: -10px;
        right: -10px;
    }

    .lg\:-inset-x-14p {
        left: -14px;
        right: -14px;
    }

    .lg\:-inset-x-15p {
        left: -15px;
        right: -15px;
    }

    .lg\:-inset-x-15_2 {
        left: -60px;
        right: -60px;
    }

    .lg\:-inset-x-16_1 {
        left: -52px;
        right: -52px;
    }

    .lg\:-inset-x-16p {
        left: -16px;
        right: -16px;
    }

    .lg\:-inset-x-25p {
        left: -25px;
        right: -25px;
    }

    .lg\:-inset-x-48p {
        left: -48%;
        right: -48%;
    }

    .lg\:-inset-x-52p {
        left: -52%;
        right: -52%;
    }

    .lg\:inset-x-1\/2 {
        left: 50%;
        right: 50%;
    }

    .lg\:inset-x-1\/3 {
        left: 33.333333%;
        right: 33.333333%;
    }

    .lg\:inset-x-2\/3 {
        left: 66.666667%;
        right: 66.666667%;
    }

    .lg\:inset-x-1\/4 {
        left: 25%;
        right: 25%;
    }

    .lg\:inset-x-2\/4 {
        left: 50%;
        right: 50%;
    }

    .lg\:inset-x-3\/4 {
        left: 75%;
        right: 75%;
    }

    .lg\:inset-x-full {
        left: 100%;
        right: 100%;
    }

    .lg\:-inset-x-1\/2 {
        left: -50%;
        right: -50%;
    }

    .lg\:-inset-x-1\/3 {
        left: -33.333333%;
        right: -33.333333%;
    }

    .lg\:-inset-x-2\/3 {
        left: -66.666667%;
        right: -66.666667%;
    }

    .lg\:-inset-x-1\/4 {
        left: -25%;
        right: -25%;
    }

    .lg\:-inset-x-2\/4 {
        left: -50%;
        right: -50%;
    }

    .lg\:-inset-x-3\/4 {
        left: -75%;
        right: -75%;
    }

    .lg\:-inset-x-full {
        left: -100%;
        right: -100%;
    }

    .lg\:inset-y-0 {
        top: 0px;
        bottom: 0px;
    }

    .lg\:inset-y-1 {
        top: 0.25rem;
        bottom: 0.25rem;
    }

    .lg\:inset-y-2 {
        top: 0.5rem;
        bottom: 0.5rem;
    }

    .lg\:inset-y-3 {
        top: 0.75rem;
        bottom: 0.75rem;
    }

    .lg\:inset-y-4 {
        top: 1rem;
        bottom: 1rem;
    }

    .lg\:inset-y-5 {
        top: 1.25rem;
        bottom: 1.25rem;
    }

    .lg\:inset-y-6 {
        top: 1.5rem;
        bottom: 1.5rem;
    }

    .lg\:inset-y-7 {
        top: 1.75rem;
        bottom: 1.75rem;
    }

    .lg\:inset-y-8 {
        top: 2rem;
        bottom: 2rem;
    }

    .lg\:inset-y-9 {
        top: 2.25rem;
        bottom: 2.25rem;
    }

    .lg\:inset-y-10 {
        top: 2.5rem;
        bottom: 2.5rem;
    }

    .lg\:inset-y-11 {
        top: 2.75rem;
        bottom: 2.75rem;
    }

    .lg\:inset-y-12 {
        top: 3rem;
        bottom: 3rem;
    }

    .lg\:inset-y-14 {
        top: 3.5rem;
        bottom: 3.5rem;
    }

    .lg\:inset-y-16 {
        top: 4rem;
        bottom: 4rem;
    }

    .lg\:inset-y-18 {
        top: 4.375rem;
        bottom: 4.375rem;
    }

    .lg\:inset-y-19 {
        top: 76px;
        bottom: 76px;
    }

    .lg\:inset-y-20 {
        top: 5rem;
        bottom: 5rem;
    }

    .lg\:inset-y-24 {
        top: 6rem;
        bottom: 6rem;
    }

    .lg\:inset-y-28 {
        top: 7rem;
        bottom: 7rem;
    }

    .lg\:inset-y-30 {
        top: 120px;
        bottom: 120px;
    }

    .lg\:inset-y-32 {
        top: 8rem;
        bottom: 8rem;
    }

    .lg\:inset-y-36 {
        top: 9rem;
        bottom: 9rem;
    }

    .lg\:inset-y-40 {
        top: 10rem;
        bottom: 10rem;
    }

    .lg\:inset-y-44 {
        top: 11rem;
        bottom: 11rem;
    }

    .lg\:inset-y-48 {
        top: 12rem;
        bottom: 12rem;
    }

    .lg\:inset-y-52 {
        top: 13rem;
        bottom: 13rem;
    }

    .lg\:inset-y-56 {
        top: 14rem;
        bottom: 14rem;
    }

    .lg\:inset-y-60 {
        top: 15rem;
        bottom: 15rem;
    }

    .lg\:inset-y-64 {
        top: 16rem;
        bottom: 16rem;
    }

    .lg\:inset-y-72 {
        top: 18rem;
        bottom: 18rem;
    }

    .lg\:inset-y-80 {
        top: 20rem;
        bottom: 20rem;
    }

    .lg\:inset-y-96 {
        top: 24rem;
        bottom: 24rem;
    }

    .lg\:inset-y-auto {
        top: auto;
        bottom: auto;
    }

    .lg\:inset-y-px {
        top: 1px;
        bottom: 1px;
    }

    .lg\:inset-y-0\.5 {
        top: 0.125rem;
        bottom: 0.125rem;
    }

    .lg\:inset-y-1\.5 {
        top: 0.375rem;
        bottom: 0.375rem;
    }

    .lg\:inset-y-2\.5 {
        top: 0.625rem;
        bottom: 0.625rem;
    }

    .lg\:inset-y-3\.5 {
        top: 0.875rem;
        bottom: 0.875rem;
    }

    .lg\:inset-y-5p {
        top: 5px;
        bottom: 5px;
    }

    .lg\:inset-y-10p {
        top: 10px;
        bottom: 10px;
    }

    .lg\:inset-y-14p {
        top: 14px;
        bottom: 14px;
    }

    .lg\:inset-y-15p {
        top: 15px;
        bottom: 15px;
    }

    .lg\:inset-y-15_2 {
        top: 60px;
        bottom: 60px;
    }

    .lg\:inset-y-16_1 {
        top: 52px;
        bottom: 52px;
    }

    .lg\:inset-y-16p {
        top: 16px;
        bottom: 16px;
    }

    .lg\:inset-y-25p {
        top: 25px;
        bottom: 25px;
    }

    .lg\:inset-y-48p {
        top: 48%;
        bottom: 48%;
    }

    .lg\:inset-y-52p {
        top: 52%;
        bottom: 52%;
    }

    .lg\:-inset-y-0 {
        top: 0px;
        bottom: 0px;
    }

    .lg\:-inset-y-1 {
        top: -0.25rem;
        bottom: -0.25rem;
    }

    .lg\:-inset-y-2 {
        top: -0.5rem;
        bottom: -0.5rem;
    }

    .lg\:-inset-y-3 {
        top: -0.75rem;
        bottom: -0.75rem;
    }

    .lg\:-inset-y-4 {
        top: -1rem;
        bottom: -1rem;
    }

    .lg\:-inset-y-5 {
        top: -1.25rem;
        bottom: -1.25rem;
    }

    .lg\:-inset-y-6 {
        top: -1.5rem;
        bottom: -1.5rem;
    }

    .lg\:-inset-y-7 {
        top: -1.75rem;
        bottom: -1.75rem;
    }

    .lg\:-inset-y-8 {
        top: -2rem;
        bottom: -2rem;
    }

    .lg\:-inset-y-9 {
        top: -2.25rem;
        bottom: -2.25rem;
    }

    .lg\:-inset-y-10 {
        top: -2.5rem;
        bottom: -2.5rem;
    }

    .lg\:-inset-y-11 {
        top: -2.75rem;
        bottom: -2.75rem;
    }

    .lg\:-inset-y-12 {
        top: -3rem;
        bottom: -3rem;
    }

    .lg\:-inset-y-14 {
        top: -3.5rem;
        bottom: -3.5rem;
    }

    .lg\:-inset-y-16 {
        top: -4rem;
        bottom: -4rem;
    }

    .lg\:-inset-y-18 {
        top: -4.375rem;
        bottom: -4.375rem;
    }

    .lg\:-inset-y-19 {
        top: -76px;
        bottom: -76px;
    }

    .lg\:-inset-y-20 {
        top: -5rem;
        bottom: -5rem;
    }

    .lg\:-inset-y-24 {
        top: -6rem;
        bottom: -6rem;
    }

    .lg\:-inset-y-28 {
        top: -7rem;
        bottom: -7rem;
    }

    .lg\:-inset-y-30 {
        top: -120px;
        bottom: -120px;
    }

    .lg\:-inset-y-32 {
        top: -8rem;
        bottom: -8rem;
    }

    .lg\:-inset-y-36 {
        top: -9rem;
        bottom: -9rem;
    }

    .lg\:-inset-y-40 {
        top: -10rem;
        bottom: -10rem;
    }

    .lg\:-inset-y-44 {
        top: -11rem;
        bottom: -11rem;
    }

    .lg\:-inset-y-48 {
        top: -12rem;
        bottom: -12rem;
    }

    .lg\:-inset-y-52 {
        top: -13rem;
        bottom: -13rem;
    }

    .lg\:-inset-y-56 {
        top: -14rem;
        bottom: -14rem;
    }

    .lg\:-inset-y-60 {
        top: -15rem;
        bottom: -15rem;
    }

    .lg\:-inset-y-64 {
        top: -16rem;
        bottom: -16rem;
    }

    .lg\:-inset-y-72 {
        top: -18rem;
        bottom: -18rem;
    }

    .lg\:-inset-y-80 {
        top: -20rem;
        bottom: -20rem;
    }

    .lg\:-inset-y-96 {
        top: -24rem;
        bottom: -24rem;
    }

    .lg\:-inset-y-px {
        top: -1px;
        bottom: -1px;
    }

    .lg\:-inset-y-0\.5 {
        top: -0.125rem;
        bottom: -0.125rem;
    }

    .lg\:-inset-y-1\.5 {
        top: -0.375rem;
        bottom: -0.375rem;
    }

    .lg\:-inset-y-2\.5 {
        top: -0.625rem;
        bottom: -0.625rem;
    }

    .lg\:-inset-y-3\.5 {
        top: -0.875rem;
        bottom: -0.875rem;
    }

    .lg\:-inset-y-5p {
        top: -5px;
        bottom: -5px;
    }

    .lg\:-inset-y-10p {
        top: -10px;
        bottom: -10px;
    }

    .lg\:-inset-y-14p {
        top: -14px;
        bottom: -14px;
    }

    .lg\:-inset-y-15p {
        top: -15px;
        bottom: -15px;
    }

    .lg\:-inset-y-15_2 {
        top: -60px;
        bottom: -60px;
    }

    .lg\:-inset-y-16_1 {
        top: -52px;
        bottom: -52px;
    }

    .lg\:-inset-y-16p {
        top: -16px;
        bottom: -16px;
    }

    .lg\:-inset-y-25p {
        top: -25px;
        bottom: -25px;
    }

    .lg\:-inset-y-48p {
        top: -48%;
        bottom: -48%;
    }

    .lg\:-inset-y-52p {
        top: -52%;
        bottom: -52%;
    }

    .lg\:inset-y-1\/2 {
        top: 50%;
        bottom: 50%;
    }

    .lg\:inset-y-1\/3 {
        top: 33.333333%;
        bottom: 33.333333%;
    }

    .lg\:inset-y-2\/3 {
        top: 66.666667%;
        bottom: 66.666667%;
    }

    .lg\:inset-y-1\/4 {
        top: 25%;
        bottom: 25%;
    }

    .lg\:inset-y-2\/4 {
        top: 50%;
        bottom: 50%;
    }

    .lg\:inset-y-3\/4 {
        top: 75%;
        bottom: 75%;
    }

    .lg\:inset-y-full {
        top: 100%;
        bottom: 100%;
    }

    .lg\:-inset-y-1\/2 {
        top: -50%;
        bottom: -50%;
    }

    .lg\:-inset-y-1\/3 {
        top: -33.333333%;
        bottom: -33.333333%;
    }

    .lg\:-inset-y-2\/3 {
        top: -66.666667%;
        bottom: -66.666667%;
    }

    .lg\:-inset-y-1\/4 {
        top: -25%;
        bottom: -25%;
    }

    .lg\:-inset-y-2\/4 {
        top: -50%;
        bottom: -50%;
    }

    .lg\:-inset-y-3\/4 {
        top: -75%;
        bottom: -75%;
    }

    .lg\:-inset-y-full {
        top: -100%;
        bottom: -100%;
    }

    .lg\:top-0 {
        top: 0px;
    }

    .lg\:top-1 {
        top: 0.25rem;
    }

    .lg\:top-2 {
        top: 0.5rem;
    }

    .lg\:top-3 {
        top: 0.75rem;
    }

    .lg\:top-4 {
        top: 1rem;
    }

    .lg\:top-5 {
        top: 1.25rem;
    }

    .lg\:top-6 {
        top: 1.5rem;
    }

    .lg\:top-7 {
        top: 1.75rem;
    }

    .lg\:top-8 {
        top: 2rem;
    }

    .lg\:top-9 {
        top: 2.25rem;
    }

    .lg\:top-10 {
        top: 2.5rem;
    }

    .lg\:top-11 {
        top: 2.75rem;
    }

    .lg\:top-12 {
        top: 3rem;
    }

    .lg\:top-14 {
        top: 3.5rem;
    }

    .lg\:top-16 {
        top: 4rem;
    }

    .lg\:top-18 {
        top: 4.375rem;
    }

    .lg\:top-19 {
        top: 76px;
    }

    .lg\:top-20 {
        top: 5rem;
    }

    .lg\:top-24 {
        top: 6rem;
    }

    .lg\:top-28 {
        top: 7rem;
    }

    .lg\:top-30 {
        top: 120px;
    }

    .lg\:top-32 {
        top: 8rem;
    }

    .lg\:top-36 {
        top: 9rem;
    }

    .lg\:top-40 {
        top: 10rem;
    }

    .lg\:top-44 {
        top: 11rem;
    }

    .lg\:top-48 {
        top: 12rem;
    }

    .lg\:top-52 {
        top: 13rem;
    }

    .lg\:top-56 {
        top: 14rem;
    }

    .lg\:top-60 {
        top: 15rem;
    }

    .lg\:top-64 {
        top: 16rem;
    }

    .lg\:top-72 {
        top: 18rem;
    }

    .lg\:top-80 {
        top: 20rem;
    }

    .lg\:top-96 {
        top: 24rem;
    }

    .lg\:top-auto {
        top: auto;
    }

    .lg\:top-px {
        top: 1px;
    }

    .lg\:top-0\.5 {
        top: 0.125rem;
    }

    .lg\:top-1\.5 {
        top: 0.375rem;
    }

    .lg\:top-2\.5 {
        top: 0.625rem;
    }

    .lg\:top-3\.5 {
        top: 0.875rem;
    }

    .lg\:top-5p {
        top: 5px;
    }

    .lg\:top-10p {
        top: 10px;
    }

    .lg\:top-14p {
        top: 14px;
    }

    .lg\:top-15p {
        top: 15px;
    }

    .lg\:top-15_2 {
        top: 60px;
    }

    .lg\:top-16_1 {
        top: 52px;
    }

    .lg\:top-16p {
        top: 16px;
    }

    .lg\:top-25p {
        top: 25px;
    }

    .lg\:top-48p {
        top: 48%;
    }

    .lg\:top-52p {
        top: 52%;
    }

    .lg\:-top-0 {
        top: 0px;
    }

    .lg\:-top-1 {
        top: -0.25rem;
    }

    .lg\:-top-2 {
        top: -0.5rem;
    }

    .lg\:-top-3 {
        top: -0.75rem;
    }

    .lg\:-top-4 {
        top: -1rem;
    }

    .lg\:-top-5 {
        top: -1.25rem;
    }

    .lg\:-top-6 {
        top: -1.5rem;
    }

    .lg\:-top-7 {
        top: -1.75rem;
    }

    .lg\:-top-8 {
        top: -2rem;
    }

    .lg\:-top-9 {
        top: -2.25rem;
    }

    .lg\:-top-10 {
        top: -2.5rem;
    }

    .lg\:-top-11 {
        top: -2.75rem;
    }

    .lg\:-top-12 {
        top: -3rem;
    }

    .lg\:-top-14 {
        top: -3.5rem;
    }

    .lg\:-top-16 {
        top: -4rem;
    }

    .lg\:-top-18 {
        top: -4.375rem;
    }

    .lg\:-top-19 {
        top: -76px;
    }

    .lg\:-top-20 {
        top: -5rem;
    }

    .lg\:-top-24 {
        top: -6rem;
    }

    .lg\:-top-28 {
        top: -7rem;
    }

    .lg\:-top-30 {
        top: -120px;
    }

    .lg\:-top-32 {
        top: -8rem;
    }

    .lg\:-top-36 {
        top: -9rem;
    }

    .lg\:-top-40 {
        top: -10rem;
    }

    .lg\:-top-44 {
        top: -11rem;
    }

    .lg\:-top-48 {
        top: -12rem;
    }

    .lg\:-top-52 {
        top: -13rem;
    }

    .lg\:-top-56 {
        top: -14rem;
    }

    .lg\:-top-60 {
        top: -15rem;
    }

    .lg\:-top-64 {
        top: -16rem;
    }

    .lg\:-top-72 {
        top: -18rem;
    }

    .lg\:-top-80 {
        top: -20rem;
    }

    .lg\:-top-96 {
        top: -24rem;
    }

    .lg\:-top-px {
        top: -1px;
    }

    .lg\:-top-0\.5 {
        top: -0.125rem;
    }

    .lg\:-top-1\.5 {
        top: -0.375rem;
    }

    .lg\:-top-2\.5 {
        top: -0.625rem;
    }

    .lg\:-top-3\.5 {
        top: -0.875rem;
    }

    .lg\:-top-5p {
        top: -5px;
    }

    .lg\:-top-10p {
        top: -10px;
    }

    .lg\:-top-14p {
        top: -14px;
    }

    .lg\:-top-15p {
        top: -15px;
    }

    .lg\:-top-15_2 {
        top: -60px;
    }

    .lg\:-top-16_1 {
        top: -52px;
    }

    .lg\:-top-16p {
        top: -16px;
    }

    .lg\:-top-25p {
        top: -25px;
    }

    .lg\:-top-48p {
        top: -48%;
    }

    .lg\:-top-52p {
        top: -52%;
    }

    .lg\:top-1\/2 {
        top: 50%;
    }

    .lg\:top-1\/3 {
        top: 33.333333%;
    }

    .lg\:top-2\/3 {
        top: 66.666667%;
    }

    .lg\:top-1\/4 {
        top: 25%;
    }

    .lg\:top-2\/4 {
        top: 50%;
    }

    .lg\:top-3\/4 {
        top: 75%;
    }

    .lg\:top-full {
        top: 100%;
    }

    .lg\:-top-1\/2 {
        top: -50%;
    }

    .lg\:-top-1\/3 {
        top: -33.333333%;
    }

    .lg\:-top-2\/3 {
        top: -66.666667%;
    }

    .lg\:-top-1\/4 {
        top: -25%;
    }

    .lg\:-top-2\/4 {
        top: -50%;
    }

    .lg\:-top-3\/4 {
        top: -75%;
    }

    .lg\:-top-full {
        top: -100%;
    }

    .lg\:right-0 {
        right: 0px;
    }

    .lg\:right-1 {
        right: 0.25rem;
    }

    .lg\:right-2 {
        right: 0.5rem;
    }

    .lg\:right-3 {
        right: 0.75rem;
    }

    .lg\:right-4 {
        right: 1rem;
    }

    .lg\:right-5 {
        right: 1.25rem;
    }

    .lg\:right-6 {
        right: 1.5rem;
    }

    .lg\:right-7 {
        right: 1.75rem;
    }

    .lg\:right-8 {
        right: 2rem;
    }

    .lg\:right-9 {
        right: 2.25rem;
    }

    .lg\:right-10 {
        right: 2.5rem;
    }

    .lg\:right-11 {
        right: 2.75rem;
    }

    .lg\:right-12 {
        right: 3rem;
    }

    .lg\:right-14 {
        right: 3.5rem;
    }

    .lg\:right-16 {
        right: 4rem;
    }

    .lg\:right-18 {
        right: 4.375rem;
    }

    .lg\:right-19 {
        right: 76px;
    }

    .lg\:right-20 {
        right: 5rem;
    }

    .lg\:right-24 {
        right: 6rem;
    }

    .lg\:right-28 {
        right: 7rem;
    }

    .lg\:right-30 {
        right: 120px;
    }

    .lg\:right-32 {
        right: 8rem;
    }

    .lg\:right-36 {
        right: 9rem;
    }

    .lg\:right-40 {
        right: 10rem;
    }

    .lg\:right-44 {
        right: 11rem;
    }

    .lg\:right-48 {
        right: 12rem;
    }

    .lg\:right-52 {
        right: 13rem;
    }

    .lg\:right-56 {
        right: 14rem;
    }

    .lg\:right-60 {
        right: 15rem;
    }

    .lg\:right-64 {
        right: 16rem;
    }

    .lg\:right-72 {
        right: 18rem;
    }

    .lg\:right-80 {
        right: 20rem;
    }

    .lg\:right-96 {
        right: 24rem;
    }

    .lg\:right-auto {
        right: auto;
    }

    .lg\:right-px {
        right: 1px;
    }

    .lg\:right-0\.5 {
        right: 0.125rem;
    }

    .lg\:right-1\.5 {
        right: 0.375rem;
    }

    .lg\:right-2\.5 {
        right: 0.625rem;
    }

    .lg\:right-3\.5 {
        right: 0.875rem;
    }

    .lg\:right-5p {
        right: 5px;
    }

    .lg\:right-10p {
        right: 10px;
    }

    .lg\:right-14p {
        right: 14px;
    }

    .lg\:right-15p {
        right: 15px;
    }

    .lg\:right-15_2 {
        right: 60px;
    }

    .lg\:right-16_1 {
        right: 52px;
    }

    .lg\:right-16p {
        right: 16px;
    }

    .lg\:right-25p {
        right: 25px;
    }

    .lg\:right-48p {
        right: 48%;
    }

    .lg\:right-52p {
        right: 52%;
    }

    .lg\:-right-0 {
        right: 0px;
    }

    .lg\:-right-1 {
        right: -0.25rem;
    }

    .lg\:-right-2 {
        right: -0.5rem;
    }

    .lg\:-right-3 {
        right: -0.75rem;
    }

    .lg\:-right-4 {
        right: -1rem;
    }

    .lg\:-right-5 {
        right: -1.25rem;
    }

    .lg\:-right-6 {
        right: -1.5rem;
    }

    .lg\:-right-7 {
        right: -1.75rem;
    }

    .lg\:-right-8 {
        right: -2rem;
    }

    .lg\:-right-9 {
        right: -2.25rem;
    }

    .lg\:-right-10 {
        right: -2.5rem;
    }

    .lg\:-right-11 {
        right: -2.75rem;
    }

    .lg\:-right-12 {
        right: -3rem;
    }

    .lg\:-right-14 {
        right: -3.5rem;
    }

    .lg\:-right-16 {
        right: -4rem;
    }

    .lg\:-right-18 {
        right: -4.375rem;
    }

    .lg\:-right-19 {
        right: -76px;
    }

    .lg\:-right-20 {
        right: -5rem;
    }

    .lg\:-right-24 {
        right: -6rem;
    }

    .lg\:-right-28 {
        right: -7rem;
    }

    .lg\:-right-30 {
        right: -120px;
    }

    .lg\:-right-32 {
        right: -8rem;
    }

    .lg\:-right-36 {
        right: -9rem;
    }

    .lg\:-right-40 {
        right: -10rem;
    }

    .lg\:-right-44 {
        right: -11rem;
    }

    .lg\:-right-48 {
        right: -12rem;
    }

    .lg\:-right-52 {
        right: -13rem;
    }

    .lg\:-right-56 {
        right: -14rem;
    }

    .lg\:-right-60 {
        right: -15rem;
    }

    .lg\:-right-64 {
        right: -16rem;
    }

    .lg\:-right-72 {
        right: -18rem;
    }

    .lg\:-right-80 {
        right: -20rem;
    }

    .lg\:-right-96 {
        right: -24rem;
    }

    .lg\:-right-px {
        right: -1px;
    }

    .lg\:-right-0\.5 {
        right: -0.125rem;
    }

    .lg\:-right-1\.5 {
        right: -0.375rem;
    }

    .lg\:-right-2\.5 {
        right: -0.625rem;
    }

    .lg\:-right-3\.5 {
        right: -0.875rem;
    }

    .lg\:-right-5p {
        right: -5px;
    }

    .lg\:-right-10p {
        right: -10px;
    }

    .lg\:-right-14p {
        right: -14px;
    }

    .lg\:-right-15p {
        right: -15px;
    }

    .lg\:-right-15_2 {
        right: -60px;
    }

    .lg\:-right-16_1 {
        right: -52px;
    }

    .lg\:-right-16p {
        right: -16px;
    }

    .lg\:-right-25p {
        right: -25px;
    }

    .lg\:-right-48p {
        right: -48%;
    }

    .lg\:-right-52p {
        right: -52%;
    }

    .lg\:right-1\/2 {
        right: 50%;
    }

    .lg\:right-1\/3 {
        right: 33.333333%;
    }

    .lg\:right-2\/3 {
        right: 66.666667%;
    }

    .lg\:right-1\/4 {
        right: 25%;
    }

    .lg\:right-2\/4 {
        right: 50%;
    }

    .lg\:right-3\/4 {
        right: 75%;
    }

    .lg\:right-full {
        right: 100%;
    }

    .lg\:-right-1\/2 {
        right: -50%;
    }

    .lg\:-right-1\/3 {
        right: -33.333333%;
    }

    .lg\:-right-2\/3 {
        right: -66.666667%;
    }

    .lg\:-right-1\/4 {
        right: -25%;
    }

    .lg\:-right-2\/4 {
        right: -50%;
    }

    .lg\:-right-3\/4 {
        right: -75%;
    }

    .lg\:-right-full {
        right: -100%;
    }

    .lg\:bottom-0 {
        bottom: 0px;
    }

    .lg\:bottom-1 {
        bottom: 0.25rem;
    }

    .lg\:bottom-2 {
        bottom: 0.5rem;
    }

    .lg\:bottom-3 {
        bottom: 0.75rem;
    }

    .lg\:bottom-4 {
        bottom: 1rem;
    }

    .lg\:bottom-5 {
        bottom: 1.25rem;
    }

    .lg\:bottom-6 {
        bottom: 1.5rem;
    }

    .lg\:bottom-7 {
        bottom: 1.75rem;
    }

    .lg\:bottom-8 {
        bottom: 2rem;
    }

    .lg\:bottom-9 {
        bottom: 2.25rem;
    }

    .lg\:bottom-10 {
        bottom: 2.5rem;
    }

    .lg\:bottom-11 {
        bottom: 2.75rem;
    }

    .lg\:bottom-12 {
        bottom: 3rem;
    }

    .lg\:bottom-14 {
        bottom: 3.5rem;
    }

    .lg\:bottom-16 {
        bottom: 4rem;
    }

    .lg\:bottom-18 {
        bottom: 4.375rem;
    }

    .lg\:bottom-19 {
        bottom: 76px;
    }

    .lg\:bottom-20 {
        bottom: 5rem;
    }

    .lg\:bottom-24 {
        bottom: 6rem;
    }

    .lg\:bottom-28 {
        bottom: 7rem;
    }

    .lg\:bottom-30 {
        bottom: 120px;
    }

    .lg\:bottom-32 {
        bottom: 8rem;
    }

    .lg\:bottom-36 {
        bottom: 9rem;
    }

    .lg\:bottom-40 {
        bottom: 10rem;
    }

    .lg\:bottom-44 {
        bottom: 11rem;
    }

    .lg\:bottom-48 {
        bottom: 12rem;
    }

    .lg\:bottom-52 {
        bottom: 13rem;
    }

    .lg\:bottom-56 {
        bottom: 14rem;
    }

    .lg\:bottom-60 {
        bottom: 15rem;
    }

    .lg\:bottom-64 {
        bottom: 16rem;
    }

    .lg\:bottom-72 {
        bottom: 18rem;
    }

    .lg\:bottom-80 {
        bottom: 20rem;
    }

    .lg\:bottom-96 {
        bottom: 24rem;
    }

    .lg\:bottom-auto {
        bottom: auto;
    }

    .lg\:bottom-px {
        bottom: 1px;
    }

    .lg\:bottom-0\.5 {
        bottom: 0.125rem;
    }

    .lg\:bottom-1\.5 {
        bottom: 0.375rem;
    }

    .lg\:bottom-2\.5 {
        bottom: 0.625rem;
    }

    .lg\:bottom-3\.5 {
        bottom: 0.875rem;
    }

    .lg\:bottom-5p {
        bottom: 5px;
    }

    .lg\:bottom-10p {
        bottom: 10px;
    }

    .lg\:bottom-14p {
        bottom: 14px;
    }

    .lg\:bottom-15p {
        bottom: 15px;
    }

    .lg\:bottom-15_2 {
        bottom: 60px;
    }

    .lg\:bottom-16_1 {
        bottom: 52px;
    }

    .lg\:bottom-16p {
        bottom: 16px;
    }

    .lg\:bottom-25p {
        bottom: 25px;
    }

    .lg\:bottom-48p {
        bottom: 48%;
    }

    .lg\:bottom-52p {
        bottom: 52%;
    }

    .lg\:-bottom-0 {
        bottom: 0px;
    }

    .lg\:-bottom-1 {
        bottom: -0.25rem;
    }

    .lg\:-bottom-2 {
        bottom: -0.5rem;
    }

    .lg\:-bottom-3 {
        bottom: -0.75rem;
    }

    .lg\:-bottom-4 {
        bottom: -1rem;
    }

    .lg\:-bottom-5 {
        bottom: -1.25rem;
    }

    .lg\:-bottom-6 {
        bottom: -1.5rem;
    }

    .lg\:-bottom-7 {
        bottom: -1.75rem;
    }

    .lg\:-bottom-8 {
        bottom: -2rem;
    }

    .lg\:-bottom-9 {
        bottom: -2.25rem;
    }

    .lg\:-bottom-10 {
        bottom: -2.5rem;
    }

    .lg\:-bottom-11 {
        bottom: -2.75rem;
    }

    .lg\:-bottom-12 {
        bottom: -3rem;
    }

    .lg\:-bottom-14 {
        bottom: -3.5rem;
    }

    .lg\:-bottom-16 {
        bottom: -4rem;
    }

    .lg\:-bottom-18 {
        bottom: -4.375rem;
    }

    .lg\:-bottom-19 {
        bottom: -76px;
    }

    .lg\:-bottom-20 {
        bottom: -5rem;
    }

    .lg\:-bottom-24 {
        bottom: -6rem;
    }

    .lg\:-bottom-28 {
        bottom: -7rem;
    }

    .lg\:-bottom-30 {
        bottom: -120px;
    }

    .lg\:-bottom-32 {
        bottom: -8rem;
    }

    .lg\:-bottom-36 {
        bottom: -9rem;
    }

    .lg\:-bottom-40 {
        bottom: -10rem;
    }

    .lg\:-bottom-44 {
        bottom: -11rem;
    }

    .lg\:-bottom-48 {
        bottom: -12rem;
    }

    .lg\:-bottom-52 {
        bottom: -13rem;
    }

    .lg\:-bottom-56 {
        bottom: -14rem;
    }

    .lg\:-bottom-60 {
        bottom: -15rem;
    }

    .lg\:-bottom-64 {
        bottom: -16rem;
    }

    .lg\:-bottom-72 {
        bottom: -18rem;
    }

    .lg\:-bottom-80 {
        bottom: -20rem;
    }

    .lg\:-bottom-96 {
        bottom: -24rem;
    }

    .lg\:-bottom-px {
        bottom: -1px;
    }

    .lg\:-bottom-0\.5 {
        bottom: -0.125rem;
    }

    .lg\:-bottom-1\.5 {
        bottom: -0.375rem;
    }

    .lg\:-bottom-2\.5 {
        bottom: -0.625rem;
    }

    .lg\:-bottom-3\.5 {
        bottom: -0.875rem;
    }

    .lg\:-bottom-5p {
        bottom: -5px;
    }

    .lg\:-bottom-10p {
        bottom: -10px;
    }

    .lg\:-bottom-14p {
        bottom: -14px;
    }

    .lg\:-bottom-15p {
        bottom: -15px;
    }

    .lg\:-bottom-15_2 {
        bottom: -60px;
    }

    .lg\:-bottom-16_1 {
        bottom: -52px;
    }

    .lg\:-bottom-16p {
        bottom: -16px;
    }

    .lg\:-bottom-25p {
        bottom: -25px;
    }

    .lg\:-bottom-48p {
        bottom: -48%;
    }

    .lg\:-bottom-52p {
        bottom: -52%;
    }

    .lg\:bottom-1\/2 {
        bottom: 50%;
    }

    .lg\:bottom-1\/3 {
        bottom: 33.333333%;
    }

    .lg\:bottom-2\/3 {
        bottom: 66.666667%;
    }

    .lg\:bottom-1\/4 {
        bottom: 25%;
    }

    .lg\:bottom-2\/4 {
        bottom: 50%;
    }

    .lg\:bottom-3\/4 {
        bottom: 75%;
    }

    .lg\:bottom-full {
        bottom: 100%;
    }

    .lg\:-bottom-1\/2 {
        bottom: -50%;
    }

    .lg\:-bottom-1\/3 {
        bottom: -33.333333%;
    }

    .lg\:-bottom-2\/3 {
        bottom: -66.666667%;
    }

    .lg\:-bottom-1\/4 {
        bottom: -25%;
    }

    .lg\:-bottom-2\/4 {
        bottom: -50%;
    }

    .lg\:-bottom-3\/4 {
        bottom: -75%;
    }

    .lg\:-bottom-full {
        bottom: -100%;
    }

    .lg\:left-0 {
        left: 0px;
    }

    .lg\:left-1 {
        left: 0.25rem;
    }

    .lg\:left-2 {
        left: 0.5rem;
    }

    .lg\:left-3 {
        left: 0.75rem;
    }

    .lg\:left-4 {
        left: 1rem;
    }

    .lg\:left-5 {
        left: 1.25rem;
    }

    .lg\:left-6 {
        left: 1.5rem;
    }

    .lg\:left-7 {
        left: 1.75rem;
    }

    .lg\:left-8 {
        left: 2rem;
    }

    .lg\:left-9 {
        left: 2.25rem;
    }

    .lg\:left-10 {
        left: 2.5rem;
    }

    .lg\:left-11 {
        left: 2.75rem;
    }

    .lg\:left-12 {
        left: 3rem;
    }

    .lg\:left-14 {
        left: 3.5rem;
    }

    .lg\:left-16 {
        left: 4rem;
    }

    .lg\:left-18 {
        left: 4.375rem;
    }

    .lg\:left-19 {
        left: 76px;
    }

    .lg\:left-20 {
        left: 5rem;
    }

    .lg\:left-24 {
        left: 6rem;
    }

    .lg\:left-28 {
        left: 7rem;
    }

    .lg\:left-30 {
        left: 120px;
    }

    .lg\:left-32 {
        left: 8rem;
    }

    .lg\:left-36 {
        left: 9rem;
    }

    .lg\:left-40 {
        left: 10rem;
    }

    .lg\:left-44 {
        left: 11rem;
    }

    .lg\:left-48 {
        left: 12rem;
    }

    .lg\:left-52 {
        left: 13rem;
    }

    .lg\:left-56 {
        left: 14rem;
    }

    .lg\:left-60 {
        left: 15rem;
    }

    .lg\:left-64 {
        left: 16rem;
    }

    .lg\:left-72 {
        left: 18rem;
    }

    .lg\:left-80 {
        left: 20rem;
    }

    .lg\:left-96 {
        left: 24rem;
    }

    .lg\:left-auto {
        left: auto;
    }

    .lg\:left-px {
        left: 1px;
    }

    .lg\:left-0\.5 {
        left: 0.125rem;
    }

    .lg\:left-1\.5 {
        left: 0.375rem;
    }

    .lg\:left-2\.5 {
        left: 0.625rem;
    }

    .lg\:left-3\.5 {
        left: 0.875rem;
    }

    .lg\:left-5p {
        left: 5px;
    }

    .lg\:left-10p {
        left: 10px;
    }

    .lg\:left-14p {
        left: 14px;
    }

    .lg\:left-15p {
        left: 15px;
    }

    .lg\:left-15_2 {
        left: 60px;
    }

    .lg\:left-16_1 {
        left: 52px;
    }

    .lg\:left-16p {
        left: 16px;
    }

    .lg\:left-25p {
        left: 25px;
    }

    .lg\:left-48p {
        left: 48%;
    }

    .lg\:left-52p {
        left: 52%;
    }

    .lg\:-left-0 {
        left: 0px;
    }

    .lg\:-left-1 {
        left: -0.25rem;
    }

    .lg\:-left-2 {
        left: -0.5rem;
    }

    .lg\:-left-3 {
        left: -0.75rem;
    }

    .lg\:-left-4 {
        left: -1rem;
    }

    .lg\:-left-5 {
        left: -1.25rem;
    }

    .lg\:-left-6 {
        left: -1.5rem;
    }

    .lg\:-left-7 {
        left: -1.75rem;
    }

    .lg\:-left-8 {
        left: -2rem;
    }

    .lg\:-left-9 {
        left: -2.25rem;
    }

    .lg\:-left-10 {
        left: -2.5rem;
    }

    .lg\:-left-11 {
        left: -2.75rem;
    }

    .lg\:-left-12 {
        left: -3rem;
    }

    .lg\:-left-14 {
        left: -3.5rem;
    }

    .lg\:-left-16 {
        left: -4rem;
    }

    .lg\:-left-18 {
        left: -4.375rem;
    }

    .lg\:-left-19 {
        left: -76px;
    }

    .lg\:-left-20 {
        left: -5rem;
    }

    .lg\:-left-24 {
        left: -6rem;
    }

    .lg\:-left-28 {
        left: -7rem;
    }

    .lg\:-left-30 {
        left: -120px;
    }

    .lg\:-left-32 {
        left: -8rem;
    }

    .lg\:-left-36 {
        left: -9rem;
    }

    .lg\:-left-40 {
        left: -10rem;
    }

    .lg\:-left-44 {
        left: -11rem;
    }

    .lg\:-left-48 {
        left: -12rem;
    }

    .lg\:-left-52 {
        left: -13rem;
    }

    .lg\:-left-56 {
        left: -14rem;
    }

    .lg\:-left-60 {
        left: -15rem;
    }

    .lg\:-left-64 {
        left: -16rem;
    }

    .lg\:-left-72 {
        left: -18rem;
    }

    .lg\:-left-80 {
        left: -20rem;
    }

    .lg\:-left-96 {
        left: -24rem;
    }

    .lg\:-left-px {
        left: -1px;
    }

    .lg\:-left-0\.5 {
        left: -0.125rem;
    }

    .lg\:-left-1\.5 {
        left: -0.375rem;
    }

    .lg\:-left-2\.5 {
        left: -0.625rem;
    }

    .lg\:-left-3\.5 {
        left: -0.875rem;
    }

    .lg\:-left-5p {
        left: -5px;
    }

    .lg\:-left-10p {
        left: -10px;
    }

    .lg\:-left-14p {
        left: -14px;
    }

    .lg\:-left-15p {
        left: -15px;
    }

    .lg\:-left-15_2 {
        left: -60px;
    }

    .lg\:-left-16_1 {
        left: -52px;
    }

    .lg\:-left-16p {
        left: -16px;
    }

    .lg\:-left-25p {
        left: -25px;
    }

    .lg\:-left-48p {
        left: -48%;
    }

    .lg\:-left-52p {
        left: -52%;
    }

    .lg\:left-1\/2 {
        left: 50%;
    }

    .lg\:left-1\/3 {
        left: 33.333333%;
    }

    .lg\:left-2\/3 {
        left: 66.666667%;
    }

    .lg\:left-1\/4 {
        left: 25%;
    }

    .lg\:left-2\/4 {
        left: 50%;
    }

    .lg\:left-3\/4 {
        left: 75%;
    }

    .lg\:left-full {
        left: 100%;
    }

    .lg\:-left-1\/2 {
        left: -50%;
    }

    .lg\:-left-1\/3 {
        left: -33.333333%;
    }

    .lg\:-left-2\/3 {
        left: -66.666667%;
    }

    .lg\:-left-1\/4 {
        left: -25%;
    }

    .lg\:-left-2\/4 {
        left: -50%;
    }

    .lg\:-left-3\/4 {
        left: -75%;
    }

    .lg\:-left-full {
        left: -100%;
    }

    .lg\:isolate {
        isolation: isolate;
    }

    .lg\:isolation-auto {
        isolation: auto;
    }

    .lg\:z-0 {
        z-index: 0;
    }

    .lg\:z-10 {
        z-index: 10;
    }

    .lg\:z-20 {
        z-index: 20;
    }

    .lg\:z-30 {
        z-index: 30;
    }

    .lg\:z-40 {
        z-index: 40;
    }

    .lg\:z-50 {
        z-index: 50;
    }

    .lg\:z-auto {
        z-index: auto;
    }

    .lg\:focus-within\:z-0:focus-within {
        z-index: 0;
    }

    .lg\:focus-within\:z-10:focus-within {
        z-index: 10;
    }

    .lg\:focus-within\:z-20:focus-within {
        z-index: 20;
    }

    .lg\:focus-within\:z-30:focus-within {
        z-index: 30;
    }

    .lg\:focus-within\:z-40:focus-within {
        z-index: 40;
    }

    .lg\:focus-within\:z-50:focus-within {
        z-index: 50;
    }

    .lg\:focus-within\:z-auto:focus-within {
        z-index: auto;
    }

    .lg\:focus\:z-0:focus {
        z-index: 0;
    }

    .lg\:focus\:z-10:focus {
        z-index: 10;
    }

    .lg\:focus\:z-20:focus {
        z-index: 20;
    }

    .lg\:focus\:z-30:focus {
        z-index: 30;
    }

    .lg\:focus\:z-40:focus {
        z-index: 40;
    }

    .lg\:focus\:z-50:focus {
        z-index: 50;
    }

    .lg\:focus\:z-auto:focus {
        z-index: auto;
    }

    .lg\:order-1 {
        order: 1;
    }

    .lg\:order-2 {
        order: 2;
    }

    .lg\:order-3 {
        order: 3;
    }

    .lg\:order-4 {
        order: 4;
    }

    .lg\:order-5 {
        order: 5;
    }

    .lg\:order-6 {
        order: 6;
    }

    .lg\:order-7 {
        order: 7;
    }

    .lg\:order-8 {
        order: 8;
    }

    .lg\:order-9 {
        order: 9;
    }

    .lg\:order-10 {
        order: 10;
    }

    .lg\:order-11 {
        order: 11;
    }

    .lg\:order-12 {
        order: 12;
    }

    .lg\:order-first {
        order: -9999;
    }

    .lg\:order-last {
        order: 9999;
    }

    .lg\:order-none {
        order: 0;
    }

    .lg\:col-auto {
        grid-column: auto;
    }

    .lg\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .lg\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .lg\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .lg\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .lg\:col-span-5 {
        grid-column: span 5 / span 5;
    }

    .lg\:col-span-6 {
        grid-column: span 6 / span 6;
    }

    .lg\:col-span-7 {
        grid-column: span 7 / span 7;
    }

    .lg\:col-span-8 {
        grid-column: span 8 / span 8;
    }

    .lg\:col-span-9 {
        grid-column: span 9 / span 9;
    }

    .lg\:col-span-10 {
        grid-column: span 10 / span 10;
    }

    .lg\:col-span-11 {
        grid-column: span 11 / span 11;
    }

    .lg\:col-span-12 {
        grid-column: span 12 / span 12;
    }

    .lg\:col-span-full {
        grid-column: 1 / -1;
    }

    .lg\:col-start-1 {
        grid-column-start: 1;
    }

    .lg\:col-start-2 {
        grid-column-start: 2;
    }

    .lg\:col-start-3 {
        grid-column-start: 3;
    }

    .lg\:col-start-4 {
        grid-column-start: 4;
    }

    .lg\:col-start-5 {
        grid-column-start: 5;
    }

    .lg\:col-start-6 {
        grid-column-start: 6;
    }

    .lg\:col-start-7 {
        grid-column-start: 7;
    }

    .lg\:col-start-8 {
        grid-column-start: 8;
    }

    .lg\:col-start-9 {
        grid-column-start: 9;
    }

    .lg\:col-start-10 {
        grid-column-start: 10;
    }

    .lg\:col-start-11 {
        grid-column-start: 11;
    }

    .lg\:col-start-12 {
        grid-column-start: 12;
    }

    .lg\:col-start-13 {
        grid-column-start: 13;
    }

    .lg\:col-start-auto {
        grid-column-start: auto;
    }

    .lg\:col-end-1 {
        grid-column-end: 1;
    }

    .lg\:col-end-2 {
        grid-column-end: 2;
    }

    .lg\:col-end-3 {
        grid-column-end: 3;
    }

    .lg\:col-end-4 {
        grid-column-end: 4;
    }

    .lg\:col-end-5 {
        grid-column-end: 5;
    }

    .lg\:col-end-6 {
        grid-column-end: 6;
    }

    .lg\:col-end-7 {
        grid-column-end: 7;
    }

    .lg\:col-end-8 {
        grid-column-end: 8;
    }

    .lg\:col-end-9 {
        grid-column-end: 9;
    }

    .lg\:col-end-10 {
        grid-column-end: 10;
    }

    .lg\:col-end-11 {
        grid-column-end: 11;
    }

    .lg\:col-end-12 {
        grid-column-end: 12;
    }

    .lg\:col-end-13 {
        grid-column-end: 13;
    }

    .lg\:col-end-auto {
        grid-column-end: auto;
    }

    .lg\:row-auto {
        grid-row: auto;
    }

    .lg\:row-span-1 {
        grid-row: span 1 / span 1;
    }

    .lg\:row-span-2 {
        grid-row: span 2 / span 2;
    }

    .lg\:row-span-3 {
        grid-row: span 3 / span 3;
    }

    .lg\:row-span-4 {
        grid-row: span 4 / span 4;
    }

    .lg\:row-span-5 {
        grid-row: span 5 / span 5;
    }

    .lg\:row-span-6 {
        grid-row: span 6 / span 6;
    }

    .lg\:row-span-full {
        grid-row: 1 / -1;
    }

    .lg\:row-start-1 {
        grid-row-start: 1;
    }

    .lg\:row-start-2 {
        grid-row-start: 2;
    }

    .lg\:row-start-3 {
        grid-row-start: 3;
    }

    .lg\:row-start-4 {
        grid-row-start: 4;
    }

    .lg\:row-start-5 {
        grid-row-start: 5;
    }

    .lg\:row-start-6 {
        grid-row-start: 6;
    }

    .lg\:row-start-7 {
        grid-row-start: 7;
    }

    .lg\:row-start-auto {
        grid-row-start: auto;
    }

    .lg\:row-end-1 {
        grid-row-end: 1;
    }

    .lg\:row-end-2 {
        grid-row-end: 2;
    }

    .lg\:row-end-3 {
        grid-row-end: 3;
    }

    .lg\:row-end-4 {
        grid-row-end: 4;
    }

    .lg\:row-end-5 {
        grid-row-end: 5;
    }

    .lg\:row-end-6 {
        grid-row-end: 6;
    }

    .lg\:row-end-7 {
        grid-row-end: 7;
    }

    .lg\:row-end-auto {
        grid-row-end: auto;
    }

    .lg\:float-right {
        float: right;
    }

    .lg\:float-left {
        float: left;
    }

    .lg\:float-none {
        float: none;
    }

    .lg\:clear-left {
        clear: left;
    }

    .lg\:clear-right {
        clear: right;
    }

    .lg\:clear-both {
        clear: both;
    }

    .lg\:clear-none {
        clear: none;
    }

    .lg\:m-0 {
        margin: 0px;
    }

    .lg\:m-1 {
        margin: 0.25rem;
    }

    .lg\:m-2 {
        margin: 0.5rem;
    }

    .lg\:m-3 {
        margin: 0.75rem;
    }

    .lg\:m-4 {
        margin: 1rem;
    }

    .lg\:m-5 {
        margin: 1.25rem;
    }

    .lg\:m-6 {
        margin: 1.5rem;
    }

    .lg\:m-7 {
        margin: 1.75rem;
    }

    .lg\:m-8 {
        margin: 2rem;
    }

    .lg\:m-9 {
        margin: 2.25rem;
    }

    .lg\:m-10 {
        margin: 2.5rem;
    }

    .lg\:m-11 {
        margin: 2.75rem;
    }

    .lg\:m-12 {
        margin: 3rem;
    }

    .lg\:m-13 {
        margin: 3.25rem;
    }

    .lg\:m-14 {
        margin: 3.5rem;
    }

    .lg\:m-16 {
        margin: 4rem;
    }

    .lg\:m-18 {
        margin: 4.375rem;
    }

    .lg\:m-19 {
        margin: 76px;
    }

    .lg\:m-20 {
        margin: 5rem;
    }

    .lg\:m-22 {
        margin: 5.3125rem;
    }

    .lg\:m-24 {
        margin: 6rem;
    }

    .lg\:m-28 {
        margin: 7rem;
    }

    .lg\:m-30 {
        margin: 120px;
    }

    .lg\:m-32 {
        margin: 8rem;
    }

    .lg\:m-36 {
        margin: 9rem;
    }

    .lg\:m-40 {
        margin: 10rem;
    }

    .lg\:m-44 {
        margin: 11rem;
    }

    .lg\:m-46 {
        margin: 11.44rem;
    }

    .lg\:m-48 {
        margin: 12rem;
    }

    .lg\:m-52 {
        margin: 13rem;
    }

    .lg\:m-56 {
        margin: 14rem;
    }

    .lg\:m-60 {
        margin: 15rem;
    }

    .lg\:m-64 {
        margin: 16rem;
    }

    .lg\:m-72 {
        margin: 18rem;
    }

    .lg\:m-80 {
        margin: 20rem;
    }

    .lg\:m-96 {
        margin: 24rem;
    }

    .lg\:m-auto {
        margin: auto;
    }

    .lg\:m-px {
        margin: 1px;
    }

    .lg\:m-0\.5 {
        margin: 0.125rem;
    }

    .lg\:m-1\.5 {
        margin: 0.375rem;
    }

    .lg\:m-2\.5 {
        margin: 0.625rem;
    }

    .lg\:m-3\.5 {
        margin: 0.875rem;
    }

    .lg\:m-5p {
        margin: 5px;
    }

    .lg\:m-10p {
        margin: 10px;
    }

    .lg\:m-14p {
        margin: 14px;
    }

    .lg\:m-15p {
        margin: 15px;
    }

    .lg\:m-15_2 {
        margin: 60px;
    }

    .lg\:m-16_1 {
        margin: 52px;
    }

    .lg\:m-16p {
        margin: 16px;
    }

    .lg\:m-25p {
        margin: 25px;
    }

    .lg\:m-48p {
        margin: 48%;
    }

    .lg\:m-52p {
        margin: 52%;
    }

    .lg\:-m-0 {
        margin: 0px;
    }

    .lg\:-m-1 {
        margin: -0.25rem;
    }

    .lg\:-m-2 {
        margin: -0.5rem;
    }

    .lg\:-m-3 {
        margin: -0.75rem;
    }

    .lg\:-m-4 {
        margin: -1rem;
    }

    .lg\:-m-5 {
        margin: -1.25rem;
    }

    .lg\:-m-6 {
        margin: -1.5rem;
    }

    .lg\:-m-7 {
        margin: -1.75rem;
    }

    .lg\:-m-8 {
        margin: -2rem;
    }

    .lg\:-m-9 {
        margin: -2.25rem;
    }

    .lg\:-m-10 {
        margin: -2.5rem;
    }

    .lg\:-m-11 {
        margin: -2.75rem;
    }

    .lg\:-m-12 {
        margin: -3rem;
    }

    .lg\:-m-14 {
        margin: -3.5rem;
    }

    .lg\:-m-16 {
        margin: -4rem;
    }

    .lg\:-m-18 {
        margin: -4.375rem;
    }

    .lg\:-m-19 {
        margin: -76px;
    }

    .lg\:-m-20 {
        margin: -5rem;
    }

    .lg\:-m-24 {
        margin: -6rem;
    }

    .lg\:-m-28 {
        margin: -7rem;
    }

    .lg\:-m-30 {
        margin: -120px;
    }

    .lg\:-m-32 {
        margin: -8rem;
    }

    .lg\:-m-36 {
        margin: -9rem;
    }

    .lg\:-m-40 {
        margin: -10rem;
    }

    .lg\:-m-44 {
        margin: -11rem;
    }

    .lg\:-m-48 {
        margin: -12rem;
    }

    .lg\:-m-52 {
        margin: -13rem;
    }

    .lg\:-m-56 {
        margin: -14rem;
    }

    .lg\:-m-60 {
        margin: -15rem;
    }

    .lg\:-m-64 {
        margin: -16rem;
    }

    .lg\:-m-72 {
        margin: -18rem;
    }

    .lg\:-m-80 {
        margin: -20rem;
    }

    .lg\:-m-96 {
        margin: -24rem;
    }

    .lg\:-m-px {
        margin: -1px;
    }

    .lg\:-m-0\.5 {
        margin: -0.125rem;
    }

    .lg\:-m-1\.5 {
        margin: -0.375rem;
    }

    .lg\:-m-2\.5 {
        margin: -0.625rem;
    }

    .lg\:-m-3\.5 {
        margin: -0.875rem;
    }

    .lg\:-m-5p {
        margin: -5px;
    }

    .lg\:-m-10p {
        margin: -10px;
    }

    .lg\:-m-14p {
        margin: -14px;
    }

    .lg\:-m-15p {
        margin: -15px;
    }

    .lg\:-m-15_2 {
        margin: -60px;
    }

    .lg\:-m-16_1 {
        margin: -52px;
    }

    .lg\:-m-16p {
        margin: -16px;
    }

    .lg\:-m-25p {
        margin: -25px;
    }

    .lg\:-m-48p {
        margin: -48%;
    }

    .lg\:-m-52p {
        margin: -52%;
    }

    .lg\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .lg\:mx-1 {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }

    .lg\:mx-2 {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .lg\:mx-3 {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
    }

    .lg\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .lg\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }

    .lg\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .lg\:mx-7 {
        margin-left: 1.75rem;
        margin-right: 1.75rem;
    }

    .lg\:mx-8 {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .lg\:mx-9 {
        margin-left: 2.25rem;
        margin-right: 2.25rem;
    }

    .lg\:mx-10 {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }

    .lg\:mx-11 {
        margin-left: 2.75rem;
        margin-right: 2.75rem;
    }

    .lg\:mx-12 {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .lg\:mx-13 {
        margin-left: 3.25rem;
        margin-right: 3.25rem;
    }

    .lg\:mx-14 {
        margin-left: 3.5rem;
        margin-right: 3.5rem;
    }

    .lg\:mx-16 {
        margin-left: 4rem;
        margin-right: 4rem;
    }

    .lg\:mx-18 {
        margin-left: 4.375rem;
        margin-right: 4.375rem;
    }

    .lg\:mx-19 {
        margin-left: 76px;
        margin-right: 76px;
    }

    .lg\:mx-20 {
        margin-left: 5rem;
        margin-right: 5rem;
    }

    .lg\:mx-22 {
        margin-left: 5.3125rem;
        margin-right: 5.3125rem;
    }

    .lg\:mx-24 {
        margin-left: 6rem;
        margin-right: 6rem;
    }

    .lg\:mx-28 {
        margin-left: 7rem;
        margin-right: 7rem;
    }

    .lg\:mx-30 {
        margin-left: 120px;
        margin-right: 120px;
    }

    .lg\:mx-32 {
        margin-left: 8rem;
        margin-right: 8rem;
    }

    .lg\:mx-36 {
        margin-left: 9rem;
        margin-right: 9rem;
    }

    .lg\:mx-40 {
        margin-left: 10rem;
        margin-right: 10rem;
    }

    .lg\:mx-44 {
        margin-left: 11rem;
        margin-right: 11rem;
    }

    .lg\:mx-46 {
        margin-left: 11.44rem;
        margin-right: 11.44rem;
    }

    .lg\:mx-48 {
        margin-left: 12rem;
        margin-right: 12rem;
    }

    .lg\:mx-52 {
        margin-left: 13rem;
        margin-right: 13rem;
    }

    .lg\:mx-56 {
        margin-left: 14rem;
        margin-right: 14rem;
    }

    .lg\:mx-60 {
        margin-left: 15rem;
        margin-right: 15rem;
    }

    .lg\:mx-64 {
        margin-left: 16rem;
        margin-right: 16rem;
    }

    .lg\:mx-72 {
        margin-left: 18rem;
        margin-right: 18rem;
    }

    .lg\:mx-80 {
        margin-left: 20rem;
        margin-right: 20rem;
    }

    .lg\:mx-96 {
        margin-left: 24rem;
        margin-right: 24rem;
    }

    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .lg\:mx-px {
        margin-left: 1px;
        margin-right: 1px;
    }

    .lg\:mx-0\.5 {
        margin-left: 0.125rem;
        margin-right: 0.125rem;
    }

    .lg\:mx-1\.5 {
        margin-left: 0.375rem;
        margin-right: 0.375rem;
    }

    .lg\:mx-2\.5 {
        margin-left: 0.625rem;
        margin-right: 0.625rem;
    }

    .lg\:mx-3\.5 {
        margin-left: 0.875rem;
        margin-right: 0.875rem;
    }

    .lg\:mx-5p {
        margin-left: 5px;
        margin-right: 5px;
    }

    .lg\:mx-10p {
        margin-left: 10px;
        margin-right: 10px;
    }

    .lg\:mx-14p {
        margin-left: 14px;
        margin-right: 14px;
    }

    .lg\:mx-15p {
        margin-left: 15px;
        margin-right: 15px;
    }

    .lg\:mx-15_2 {
        margin-left: 60px;
        margin-right: 60px;
    }

    .lg\:mx-16_1 {
        margin-left: 52px;
        margin-right: 52px;
    }

    .lg\:mx-16p {
        margin-left: 16px;
        margin-right: 16px;
    }

    .lg\:mx-25p {
        margin-left: 25px;
        margin-right: 25px;
    }

    .lg\:mx-48p {
        margin-left: 48%;
        margin-right: 48%;
    }

    .lg\:mx-52p {
        margin-left: 52%;
        margin-right: 52%;
    }

    .lg\:-mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .lg\:-mx-1 {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
    }

    .lg\:-mx-2 {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }

    .lg\:-mx-3 {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }

    .lg\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .lg\:-mx-5 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

    .lg\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .lg\:-mx-7 {
        margin-left: -1.75rem;
        margin-right: -1.75rem;
    }

    .lg\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem;
    }

    .lg\:-mx-9 {
        margin-left: -2.25rem;
        margin-right: -2.25rem;
    }

    .lg\:-mx-10 {
        margin-left: -2.5rem;
        margin-right: -2.5rem;
    }

    .lg\:-mx-11 {
        margin-left: -2.75rem;
        margin-right: -2.75rem;
    }

    .lg\:-mx-12 {
        margin-left: -3rem;
        margin-right: -3rem;
    }

    .lg\:-mx-14 {
        margin-left: -3.5rem;
        margin-right: -3.5rem;
    }

    .lg\:-mx-16 {
        margin-left: -4rem;
        margin-right: -4rem;
    }

    .lg\:-mx-18 {
        margin-left: -4.375rem;
        margin-right: -4.375rem;
    }

    .lg\:-mx-19 {
        margin-left: -76px;
        margin-right: -76px;
    }

    .lg\:-mx-20 {
        margin-left: -5rem;
        margin-right: -5rem;
    }

    .lg\:-mx-24 {
        margin-left: -6rem;
        margin-right: -6rem;
    }

    .lg\:-mx-28 {
        margin-left: -7rem;
        margin-right: -7rem;
    }

    .lg\:-mx-30 {
        margin-left: -120px;
        margin-right: -120px;
    }

    .lg\:-mx-32 {
        margin-left: -8rem;
        margin-right: -8rem;
    }

    .lg\:-mx-36 {
        margin-left: -9rem;
        margin-right: -9rem;
    }

    .lg\:-mx-40 {
        margin-left: -10rem;
        margin-right: -10rem;
    }

    .lg\:-mx-44 {
        margin-left: -11rem;
        margin-right: -11rem;
    }

    .lg\:-mx-48 {
        margin-left: -12rem;
        margin-right: -12rem;
    }

    .lg\:-mx-52 {
        margin-left: -13rem;
        margin-right: -13rem;
    }

    .lg\:-mx-56 {
        margin-left: -14rem;
        margin-right: -14rem;
    }

    .lg\:-mx-60 {
        margin-left: -15rem;
        margin-right: -15rem;
    }

    .lg\:-mx-64 {
        margin-left: -16rem;
        margin-right: -16rem;
    }

    .lg\:-mx-72 {
        margin-left: -18rem;
        margin-right: -18rem;
    }

    .lg\:-mx-80 {
        margin-left: -20rem;
        margin-right: -20rem;
    }

    .lg\:-mx-96 {
        margin-left: -24rem;
        margin-right: -24rem;
    }

    .lg\:-mx-px {
        margin-left: -1px;
        margin-right: -1px;
    }

    .lg\:-mx-0\.5 {
        margin-left: -0.125rem;
        margin-right: -0.125rem;
    }

    .lg\:-mx-1\.5 {
        margin-left: -0.375rem;
        margin-right: -0.375rem;
    }

    .lg\:-mx-2\.5 {
        margin-left: -0.625rem;
        margin-right: -0.625rem;
    }

    .lg\:-mx-3\.5 {
        margin-left: -0.875rem;
        margin-right: -0.875rem;
    }

    .lg\:-mx-5p {
        margin-left: -5px;
        margin-right: -5px;
    }

    .lg\:-mx-10p {
        margin-left: -10px;
        margin-right: -10px;
    }

    .lg\:-mx-14p {
        margin-left: -14px;
        margin-right: -14px;
    }

    .lg\:-mx-15p {
        margin-left: -15px;
        margin-right: -15px;
    }

    .lg\:-mx-15_2 {
        margin-left: -60px;
        margin-right: -60px;
    }

    .lg\:-mx-16_1 {
        margin-left: -52px;
        margin-right: -52px;
    }

    .lg\:-mx-16p {
        margin-left: -16px;
        margin-right: -16px;
    }

    .lg\:-mx-25p {
        margin-left: -25px;
        margin-right: -25px;
    }

    .lg\:-mx-48p {
        margin-left: -48%;
        margin-right: -48%;
    }

    .lg\:-mx-52p {
        margin-left: -52%;
        margin-right: -52%;
    }

    .lg\:my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .lg\:my-1 {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }

    .lg\:my-2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .lg\:my-3 {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }

    .lg\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .lg\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .lg\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .lg\:my-7 {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem;
    }

    .lg\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .lg\:my-9 {
        margin-top: 2.25rem;
        margin-bottom: 2.25rem;
    }

    .lg\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .lg\:my-11 {
        margin-top: 2.75rem;
        margin-bottom: 2.75rem;
    }

    .lg\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .lg\:my-13 {
        margin-top: 3.25rem;
        margin-bottom: 3.25rem;
    }

    .lg\:my-14 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }

    .lg\:my-16 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .lg\:my-18 {
        margin-top: 4.375rem;
        margin-bottom: 4.375rem;
    }

    .lg\:my-19 {
        margin-top: 76px;
        margin-bottom: 76px;
    }

    .lg\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .lg\:my-22 {
        margin-top: 5.3125rem;
        margin-bottom: 5.3125rem;
    }

    .lg\:my-24 {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }

    .lg\:my-28 {
        margin-top: 7rem;
        margin-bottom: 7rem;
    }

    .lg\:my-30 {
        margin-top: 120px;
        margin-bottom: 120px;
    }

    .lg\:my-32 {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }

    .lg\:my-36 {
        margin-top: 9rem;
        margin-bottom: 9rem;
    }

    .lg\:my-40 {
        margin-top: 10rem;
        margin-bottom: 10rem;
    }

    .lg\:my-44 {
        margin-top: 11rem;
        margin-bottom: 11rem;
    }

    .lg\:my-46 {
        margin-top: 11.44rem;
        margin-bottom: 11.44rem;
    }

    .lg\:my-48 {
        margin-top: 12rem;
        margin-bottom: 12rem;
    }

    .lg\:my-52 {
        margin-top: 13rem;
        margin-bottom: 13rem;
    }

    .lg\:my-56 {
        margin-top: 14rem;
        margin-bottom: 14rem;
    }

    .lg\:my-60 {
        margin-top: 15rem;
        margin-bottom: 15rem;
    }

    .lg\:my-64 {
        margin-top: 16rem;
        margin-bottom: 16rem;
    }

    .lg\:my-72 {
        margin-top: 18rem;
        margin-bottom: 18rem;
    }

    .lg\:my-80 {
        margin-top: 20rem;
        margin-bottom: 20rem;
    }

    .lg\:my-96 {
        margin-top: 24rem;
        margin-bottom: 24rem;
    }

    .lg\:my-auto {
        margin-top: auto;
        margin-bottom: auto;
    }

    .lg\:my-px {
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .lg\:my-0\.5 {
        margin-top: 0.125rem;
        margin-bottom: 0.125rem;
    }

    .lg\:my-1\.5 {
        margin-top: 0.375rem;
        margin-bottom: 0.375rem;
    }

    .lg\:my-2\.5 {
        margin-top: 0.625rem;
        margin-bottom: 0.625rem;
    }

    .lg\:my-3\.5 {
        margin-top: 0.875rem;
        margin-bottom: 0.875rem;
    }

    .lg\:my-5p {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .lg\:my-10p {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .lg\:my-14p {
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .lg\:my-15p {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .lg\:my-15_2 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .lg\:my-16_1 {
        margin-top: 52px;
        margin-bottom: 52px;
    }

    .lg\:my-16p {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .lg\:my-25p {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .lg\:my-48p {
        margin-top: 48%;
        margin-bottom: 48%;
    }

    .lg\:my-52p {
        margin-top: 52%;
        margin-bottom: 52%;
    }

    .lg\:-my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .lg\:-my-1 {
        margin-top: -0.25rem;
        margin-bottom: -0.25rem;
    }

    .lg\:-my-2 {
        margin-top: -0.5rem;
        margin-bottom: -0.5rem;
    }

    .lg\:-my-3 {
        margin-top: -0.75rem;
        margin-bottom: -0.75rem;
    }

    .lg\:-my-4 {
        margin-top: -1rem;
        margin-bottom: -1rem;
    }

    .lg\:-my-5 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem;
    }

    .lg\:-my-6 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem;
    }

    .lg\:-my-7 {
        margin-top: -1.75rem;
        margin-bottom: -1.75rem;
    }

    .lg\:-my-8 {
        margin-top: -2rem;
        margin-bottom: -2rem;
    }

    .lg\:-my-9 {
        margin-top: -2.25rem;
        margin-bottom: -2.25rem;
    }

    .lg\:-my-10 {
        margin-top: -2.5rem;
        margin-bottom: -2.5rem;
    }

    .lg\:-my-11 {
        margin-top: -2.75rem;
        margin-bottom: -2.75rem;
    }

    .lg\:-my-12 {
        margin-top: -3rem;
        margin-bottom: -3rem;
    }

    .lg\:-my-14 {
        margin-top: -3.5rem;
        margin-bottom: -3.5rem;
    }

    .lg\:-my-16 {
        margin-top: -4rem;
        margin-bottom: -4rem;
    }

    .lg\:-my-18 {
        margin-top: -4.375rem;
        margin-bottom: -4.375rem;
    }

    .lg\:-my-19 {
        margin-top: -76px;
        margin-bottom: -76px;
    }

    .lg\:-my-20 {
        margin-top: -5rem;
        margin-bottom: -5rem;
    }

    .lg\:-my-24 {
        margin-top: -6rem;
        margin-bottom: -6rem;
    }

    .lg\:-my-28 {
        margin-top: -7rem;
        margin-bottom: -7rem;
    }

    .lg\:-my-30 {
        margin-top: -120px;
        margin-bottom: -120px;
    }

    .lg\:-my-32 {
        margin-top: -8rem;
        margin-bottom: -8rem;
    }

    .lg\:-my-36 {
        margin-top: -9rem;
        margin-bottom: -9rem;
    }

    .lg\:-my-40 {
        margin-top: -10rem;
        margin-bottom: -10rem;
    }

    .lg\:-my-44 {
        margin-top: -11rem;
        margin-bottom: -11rem;
    }

    .lg\:-my-48 {
        margin-top: -12rem;
        margin-bottom: -12rem;
    }

    .lg\:-my-52 {
        margin-top: -13rem;
        margin-bottom: -13rem;
    }

    .lg\:-my-56 {
        margin-top: -14rem;
        margin-bottom: -14rem;
    }

    .lg\:-my-60 {
        margin-top: -15rem;
        margin-bottom: -15rem;
    }

    .lg\:-my-64 {
        margin-top: -16rem;
        margin-bottom: -16rem;
    }

    .lg\:-my-72 {
        margin-top: -18rem;
        margin-bottom: -18rem;
    }

    .lg\:-my-80 {
        margin-top: -20rem;
        margin-bottom: -20rem;
    }

    .lg\:-my-96 {
        margin-top: -24rem;
        margin-bottom: -24rem;
    }

    .lg\:-my-px {
        margin-top: -1px;
        margin-bottom: -1px;
    }

    .lg\:-my-0\.5 {
        margin-top: -0.125rem;
        margin-bottom: -0.125rem;
    }

    .lg\:-my-1\.5 {
        margin-top: -0.375rem;
        margin-bottom: -0.375rem;
    }

    .lg\:-my-2\.5 {
        margin-top: -0.625rem;
        margin-bottom: -0.625rem;
    }

    .lg\:-my-3\.5 {
        margin-top: -0.875rem;
        margin-bottom: -0.875rem;
    }

    .lg\:-my-5p {
        margin-top: -5px;
        margin-bottom: -5px;
    }

    .lg\:-my-10p {
        margin-top: -10px;
        margin-bottom: -10px;
    }

    .lg\:-my-14p {
        margin-top: -14px;
        margin-bottom: -14px;
    }

    .lg\:-my-15p {
        margin-top: -15px;
        margin-bottom: -15px;
    }

    .lg\:-my-15_2 {
        margin-top: -60px;
        margin-bottom: -60px;
    }

    .lg\:-my-16_1 {
        margin-top: -52px;
        margin-bottom: -52px;
    }

    .lg\:-my-16p {
        margin-top: -16px;
        margin-bottom: -16px;
    }

    .lg\:-my-25p {
        margin-top: -25px;
        margin-bottom: -25px;
    }

    .lg\:-my-48p {
        margin-top: -48%;
        margin-bottom: -48%;
    }

    .lg\:-my-52p {
        margin-top: -52%;
        margin-bottom: -52%;
    }

    .lg\:mt-0 {
        margin-top: 0px;
    }

    .lg\:mt-1 {
        margin-top: 0.25rem;
    }

    .lg\:mt-2 {
        margin-top: 0.5rem;
    }

    .lg\:mt-3 {
        margin-top: 0.75rem;
    }

    .lg\:mt-4 {
        margin-top: 1rem;
    }

    .lg\:mt-5 {
        margin-top: 1.25rem;
    }

    .lg\:mt-6 {
        margin-top: 1.5rem;
    }

    .lg\:mt-7 {
        margin-top: 1.75rem;
    }

    .lg\:mt-8 {
        margin-top: 2rem;
    }

    .lg\:mt-9 {
        margin-top: 2.25rem;
    }

    .lg\:mt-10 {
        margin-top: 2.5rem;
    }

    .lg\:mt-11 {
        margin-top: 2.75rem;
    }

    .lg\:mt-12 {
        margin-top: 3rem;
    }

    .lg\:mt-13 {
        margin-top: 3.25rem;
    }

    .lg\:mt-14 {
        margin-top: 3.5rem;
    }

    .lg\:mt-16 {
        margin-top: 4rem;
    }

    .lg\:mt-18 {
        margin-top: 4.375rem;
    }

    .lg\:mt-19 {
        margin-top: 76px;
    }

    .lg\:mt-20 {
        margin-top: 5rem;
    }

    .lg\:mt-22 {
        margin-top: 5.3125rem;
    }

    .lg\:mt-24 {
        margin-top: 6rem;
    }

    .lg\:mt-28 {
        margin-top: 7rem;
    }

    .lg\:mt-30 {
        margin-top: 120px;
    }

    .lg\:mt-32 {
        margin-top: 8rem;
    }

    .lg\:mt-36 {
        margin-top: 9rem;
    }

    .lg\:mt-40 {
        margin-top: 10rem;
    }

    .lg\:mt-44 {
        margin-top: 11rem;
    }

    .lg\:mt-46 {
        margin-top: 11.44rem;
    }

    .lg\:mt-48 {
        margin-top: 12rem;
    }

    .lg\:mt-52 {
        margin-top: 13rem;
    }

    .lg\:mt-56 {
        margin-top: 14rem;
    }

    .lg\:mt-60 {
        margin-top: 15rem;
    }

    .lg\:mt-64 {
        margin-top: 16rem;
    }

    .lg\:mt-72 {
        margin-top: 18rem;
    }

    .lg\:mt-80 {
        margin-top: 20rem;
    }

    .lg\:mt-96 {
        margin-top: 24rem;
    }

    .lg\:mt-auto {
        margin-top: auto;
    }

    .lg\:mt-px {
        margin-top: 1px;
    }

    .lg\:mt-0\.5 {
        margin-top: 0.125rem;
    }

    .lg\:mt-1\.5 {
        margin-top: 0.375rem;
    }

    .lg\:mt-2\.5 {
        margin-top: 0.625rem;
    }

    .lg\:mt-3\.5 {
        margin-top: 0.875rem;
    }

    .lg\:mt-5p {
        margin-top: 5px;
    }

    .lg\:mt-10p {
        margin-top: 10px;
    }

    .lg\:mt-14p {
        margin-top: 14px;
    }

    .lg\:mt-15p {
        margin-top: 15px;
    }

    .lg\:mt-15_2 {
        margin-top: 60px;
    }

    .lg\:mt-16_1 {
        margin-top: 52px;
    }

    .lg\:mt-16p {
        margin-top: 16px;
    }

    .lg\:mt-25p {
        margin-top: 25px;
    }

    .lg\:mt-48p {
        margin-top: 48%;
    }

    .lg\:mt-52p {
        margin-top: 52%;
    }

    .lg\:-mt-0 {
        margin-top: 0px;
    }

    .lg\:-mt-1 {
        margin-top: -0.25rem;
    }

    .lg\:-mt-2 {
        margin-top: -0.5rem;
    }

    .lg\:-mt-3 {
        margin-top: -0.75rem;
    }

    .lg\:-mt-4 {
        margin-top: -1rem;
    }

    .lg\:-mt-5 {
        margin-top: -1.25rem;
    }

    .lg\:-mt-6 {
        margin-top: -1.5rem;
    }

    .lg\:-mt-7 {
        margin-top: -1.75rem;
    }

    .lg\:-mt-8 {
        margin-top: -2rem;
    }

    .lg\:-mt-9 {
        margin-top: -2.25rem;
    }

    .lg\:-mt-10 {
        margin-top: -2.5rem;
    }

    .lg\:-mt-11 {
        margin-top: -2.75rem;
    }

    .lg\:-mt-12 {
        margin-top: -3rem;
    }

    .lg\:-mt-14 {
        margin-top: -3.5rem;
    }

    .lg\:-mt-16 {
        margin-top: -4rem;
    }

    .lg\:-mt-18 {
        margin-top: -4.375rem;
    }

    .lg\:-mt-19 {
        margin-top: -76px;
    }

    .lg\:-mt-20 {
        margin-top: -5rem;
    }

    .lg\:-mt-24 {
        margin-top: -6rem;
    }

    .lg\:-mt-28 {
        margin-top: -7rem;
    }

    .lg\:-mt-30 {
        margin-top: -120px;
    }

    .lg\:-mt-32 {
        margin-top: -8rem;
    }

    .lg\:-mt-36 {
        margin-top: -9rem;
    }

    .lg\:-mt-40 {
        margin-top: -10rem;
    }

    .lg\:-mt-44 {
        margin-top: -11rem;
    }

    .lg\:-mt-48 {
        margin-top: -12rem;
    }

    .lg\:-mt-52 {
        margin-top: -13rem;
    }

    .lg\:-mt-56 {
        margin-top: -14rem;
    }

    .lg\:-mt-60 {
        margin-top: -15rem;
    }

    .lg\:-mt-64 {
        margin-top: -16rem;
    }

    .lg\:-mt-72 {
        margin-top: -18rem;
    }

    .lg\:-mt-80 {
        margin-top: -20rem;
    }

    .lg\:-mt-96 {
        margin-top: -24rem;
    }

    .lg\:-mt-px {
        margin-top: -1px;
    }

    .lg\:-mt-0\.5 {
        margin-top: -0.125rem;
    }

    .lg\:-mt-1\.5 {
        margin-top: -0.375rem;
    }

    .lg\:-mt-2\.5 {
        margin-top: -0.625rem;
    }

    .lg\:-mt-3\.5 {
        margin-top: -0.875rem;
    }

    .lg\:-mt-5p {
        margin-top: -5px;
    }

    .lg\:-mt-10p {
        margin-top: -10px;
    }

    .lg\:-mt-14p {
        margin-top: -14px;
    }

    .lg\:-mt-15p {
        margin-top: -15px;
    }

    .lg\:-mt-15_2 {
        margin-top: -60px;
    }

    .lg\:-mt-16_1 {
        margin-top: -52px;
    }

    .lg\:-mt-16p {
        margin-top: -16px;
    }

    .lg\:-mt-25p {
        margin-top: -25px;
    }

    .lg\:-mt-48p {
        margin-top: -48%;
    }

    .lg\:-mt-52p {
        margin-top: -52%;
    }

    .lg\:mr-0 {
        margin-right: 0px;
    }

    .lg\:mr-1 {
        margin-right: 0.25rem;
    }

    .lg\:mr-2 {
        margin-right: 0.5rem;
    }

    .lg\:mr-3 {
        margin-right: 0.75rem;
    }

    .lg\:mr-4 {
        margin-right: 1rem;
    }

    .lg\:mr-5 {
        margin-right: 1.25rem;
    }

    .lg\:mr-6 {
        margin-right: 1.5rem;
    }

    .lg\:mr-7 {
        margin-right: 1.75rem;
    }

    .lg\:mr-8 {
        margin-right: 2rem;
    }

    .lg\:mr-9 {
        margin-right: 2.25rem;
    }

    .lg\:mr-10 {
        margin-right: 2.5rem;
    }

    .lg\:mr-11 {
        margin-right: 2.75rem;
    }

    .lg\:mr-12 {
        margin-right: 3rem;
    }

    .lg\:mr-13 {
        margin-right: 3.25rem;
    }

    .lg\:mr-14 {
        margin-right: 3.5rem;
    }

    .lg\:mr-16 {
        margin-right: 4rem;
    }

    .lg\:mr-18 {
        margin-right: 4.375rem;
    }

    .lg\:mr-19 {
        margin-right: 76px;
    }

    .lg\:mr-20 {
        margin-right: 5rem;
    }

    .lg\:mr-22 {
        margin-right: 5.3125rem;
    }

    .lg\:mr-24 {
        margin-right: 6rem;
    }

    .lg\:mr-28 {
        margin-right: 7rem;
    }

    .lg\:mr-30 {
        margin-right: 120px;
    }

    .lg\:mr-32 {
        margin-right: 8rem;
    }

    .lg\:mr-36 {
        margin-right: 9rem;
    }

    .lg\:mr-40 {
        margin-right: 10rem;
    }

    .lg\:mr-44 {
        margin-right: 11rem;
    }

    .lg\:mr-46 {
        margin-right: 11.44rem;
    }

    .lg\:mr-48 {
        margin-right: 12rem;
    }

    .lg\:mr-52 {
        margin-right: 13rem;
    }

    .lg\:mr-56 {
        margin-right: 14rem;
    }

    .lg\:mr-60 {
        margin-right: 15rem;
    }

    .lg\:mr-64 {
        margin-right: 16rem;
    }

    .lg\:mr-72 {
        margin-right: 18rem;
    }

    .lg\:mr-80 {
        margin-right: 20rem;
    }

    .lg\:mr-96 {
        margin-right: 24rem;
    }

    .lg\:mr-auto {
        margin-right: auto;
    }

    .lg\:mr-px {
        margin-right: 1px;
    }

    .lg\:mr-0\.5 {
        margin-right: 0.125rem;
    }

    .lg\:mr-1\.5 {
        margin-right: 0.375rem;
    }

    .lg\:mr-2\.5 {
        margin-right: 0.625rem;
    }

    .lg\:mr-3\.5 {
        margin-right: 0.875rem;
    }

    .lg\:mr-5p {
        margin-right: 5px;
    }

    .lg\:mr-10p {
        margin-right: 10px;
    }

    .lg\:mr-14p {
        margin-right: 14px;
    }

    .lg\:mr-15p {
        margin-right: 15px;
    }

    .lg\:mr-15_2 {
        margin-right: 60px;
    }

    .lg\:mr-16_1 {
        margin-right: 52px;
    }

    .lg\:mr-16p {
        margin-right: 16px;
    }

    .lg\:mr-25p {
        margin-right: 25px;
    }

    .lg\:mr-48p {
        margin-right: 48%;
    }

    .lg\:mr-52p {
        margin-right: 52%;
    }

    .lg\:-mr-0 {
        margin-right: 0px;
    }

    .lg\:-mr-1 {
        margin-right: -0.25rem;
    }

    .lg\:-mr-2 {
        margin-right: -0.5rem;
    }

    .lg\:-mr-3 {
        margin-right: -0.75rem;
    }

    .lg\:-mr-4 {
        margin-right: -1rem;
    }

    .lg\:-mr-5 {
        margin-right: -1.25rem;
    }

    .lg\:-mr-6 {
        margin-right: -1.5rem;
    }

    .lg\:-mr-7 {
        margin-right: -1.75rem;
    }

    .lg\:-mr-8 {
        margin-right: -2rem;
    }

    .lg\:-mr-9 {
        margin-right: -2.25rem;
    }

    .lg\:-mr-10 {
        margin-right: -2.5rem;
    }

    .lg\:-mr-11 {
        margin-right: -2.75rem;
    }

    .lg\:-mr-12 {
        margin-right: -3rem;
    }

    .lg\:-mr-14 {
        margin-right: -3.5rem;
    }

    .lg\:-mr-16 {
        margin-right: -4rem;
    }

    .lg\:-mr-18 {
        margin-right: -4.375rem;
    }

    .lg\:-mr-19 {
        margin-right: -76px;
    }

    .lg\:-mr-20 {
        margin-right: -5rem;
    }

    .lg\:-mr-24 {
        margin-right: -6rem;
    }

    .lg\:-mr-28 {
        margin-right: -7rem;
    }

    .lg\:-mr-30 {
        margin-right: -120px;
    }

    .lg\:-mr-32 {
        margin-right: -8rem;
    }

    .lg\:-mr-36 {
        margin-right: -9rem;
    }

    .lg\:-mr-40 {
        margin-right: -10rem;
    }

    .lg\:-mr-44 {
        margin-right: -11rem;
    }

    .lg\:-mr-48 {
        margin-right: -12rem;
    }

    .lg\:-mr-52 {
        margin-right: -13rem;
    }

    .lg\:-mr-56 {
        margin-right: -14rem;
    }

    .lg\:-mr-60 {
        margin-right: -15rem;
    }

    .lg\:-mr-64 {
        margin-right: -16rem;
    }

    .lg\:-mr-72 {
        margin-right: -18rem;
    }

    .lg\:-mr-80 {
        margin-right: -20rem;
    }

    .lg\:-mr-96 {
        margin-right: -24rem;
    }

    .lg\:-mr-px {
        margin-right: -1px;
    }

    .lg\:-mr-0\.5 {
        margin-right: -0.125rem;
    }

    .lg\:-mr-1\.5 {
        margin-right: -0.375rem;
    }

    .lg\:-mr-2\.5 {
        margin-right: -0.625rem;
    }

    .lg\:-mr-3\.5 {
        margin-right: -0.875rem;
    }

    .lg\:-mr-5p {
        margin-right: -5px;
    }

    .lg\:-mr-10p {
        margin-right: -10px;
    }

    .lg\:-mr-14p {
        margin-right: -14px;
    }

    .lg\:-mr-15p {
        margin-right: -15px;
    }

    .lg\:-mr-15_2 {
        margin-right: -60px;
    }

    .lg\:-mr-16_1 {
        margin-right: -52px;
    }

    .lg\:-mr-16p {
        margin-right: -16px;
    }

    .lg\:-mr-25p {
        margin-right: -25px;
    }

    .lg\:-mr-48p {
        margin-right: -48%;
    }

    .lg\:-mr-52p {
        margin-right: -52%;
    }

    .lg\:mb-0 {
        margin-bottom: 0px;
    }

    .lg\:mb-1 {
        margin-bottom: 0.25rem;
    }

    .lg\:mb-2 {
        margin-bottom: 0.5rem;
    }

    .lg\:mb-3 {
        margin-bottom: 0.75rem;
    }

    .lg\:mb-4 {
        margin-bottom: 1rem;
    }

    .lg\:mb-5 {
        margin-bottom: 1.25rem;
    }

    .lg\:mb-6 {
        margin-bottom: 1.5rem;
    }

    .lg\:mb-7 {
        margin-bottom: 1.75rem;
    }

    .lg\:mb-8 {
        margin-bottom: 2rem;
    }

    .lg\:mb-9 {
        margin-bottom: 2.25rem;
    }

    .lg\:mb-10 {
        margin-bottom: 2.5rem;
    }

    .lg\:mb-11 {
        margin-bottom: 2.75rem;
    }

    .lg\:mb-12 {
        margin-bottom: 3rem;
    }

    .lg\:mb-13 {
        margin-bottom: 3.25rem;
    }

    .lg\:mb-14 {
        margin-bottom: 3.5rem;
    }

    .lg\:mb-16 {
        margin-bottom: 4rem;
    }

    .lg\:mb-18 {
        margin-bottom: 4.375rem;
    }

    .lg\:mb-19 {
        margin-bottom: 76px;
    }

    .lg\:mb-20 {
        margin-bottom: 5rem;
    }

    .lg\:mb-22 {
        margin-bottom: 5.3125rem;
    }

    .lg\:mb-24 {
        margin-bottom: 6rem;
    }

    .lg\:mb-28 {
        margin-bottom: 7rem;
    }

    .lg\:mb-30 {
        margin-bottom: 120px;
    }

    .lg\:mb-32 {
        margin-bottom: 8rem;
    }

    .lg\:mb-36 {
        margin-bottom: 9rem;
    }

    .lg\:mb-40 {
        margin-bottom: 10rem;
    }

    .lg\:mb-44 {
        margin-bottom: 11rem;
    }

    .lg\:mb-46 {
        margin-bottom: 11.44rem;
    }

    .lg\:mb-48 {
        margin-bottom: 12rem;
    }

    .lg\:mb-52 {
        margin-bottom: 13rem;
    }

    .lg\:mb-56 {
        margin-bottom: 14rem;
    }

    .lg\:mb-60 {
        margin-bottom: 15rem;
    }

    .lg\:mb-64 {
        margin-bottom: 16rem;
    }

    .lg\:mb-72 {
        margin-bottom: 18rem;
    }

    .lg\:mb-80 {
        margin-bottom: 20rem;
    }

    .lg\:mb-96 {
        margin-bottom: 24rem;
    }

    .lg\:mb-auto {
        margin-bottom: auto;
    }

    .lg\:mb-px {
        margin-bottom: 1px;
    }

    .lg\:mb-0\.5 {
        margin-bottom: 0.125rem;
    }

    .lg\:mb-1\.5 {
        margin-bottom: 0.375rem;
    }

    .lg\:mb-2\.5 {
        margin-bottom: 0.625rem;
    }

    .lg\:mb-3\.5 {
        margin-bottom: 0.875rem;
    }

    .lg\:mb-5p {
        margin-bottom: 5px;
    }

    .lg\:mb-10p {
        margin-bottom: 10px;
    }

    .lg\:mb-14p {
        margin-bottom: 14px;
    }

    .lg\:mb-15p {
        margin-bottom: 15px;
    }

    .lg\:mb-15_2 {
        margin-bottom: 60px;
    }

    .lg\:mb-16_1 {
        margin-bottom: 52px;
    }

    .lg\:mb-16p {
        margin-bottom: 16px;
    }

    .lg\:mb-25p {
        margin-bottom: 25px;
    }

    .lg\:mb-48p {
        margin-bottom: 48%;
    }

    .lg\:mb-52p {
        margin-bottom: 52%;
    }

    .lg\:-mb-0 {
        margin-bottom: 0px;
    }

    .lg\:-mb-1 {
        margin-bottom: -0.25rem;
    }

    .lg\:-mb-2 {
        margin-bottom: -0.5rem;
    }

    .lg\:-mb-3 {
        margin-bottom: -0.75rem;
    }

    .lg\:-mb-4 {
        margin-bottom: -1rem;
    }

    .lg\:-mb-5 {
        margin-bottom: -1.25rem;
    }

    .lg\:-mb-6 {
        margin-bottom: -1.5rem;
    }

    .lg\:-mb-7 {
        margin-bottom: -1.75rem;
    }

    .lg\:-mb-8 {
        margin-bottom: -2rem;
    }

    .lg\:-mb-9 {
        margin-bottom: -2.25rem;
    }

    .lg\:-mb-10 {
        margin-bottom: -2.5rem;
    }

    .lg\:-mb-11 {
        margin-bottom: -2.75rem;
    }

    .lg\:-mb-12 {
        margin-bottom: -3rem;
    }

    .lg\:-mb-14 {
        margin-bottom: -3.5rem;
    }

    .lg\:-mb-16 {
        margin-bottom: -4rem;
    }

    .lg\:-mb-18 {
        margin-bottom: -4.375rem;
    }

    .lg\:-mb-19 {
        margin-bottom: -76px;
    }

    .lg\:-mb-20 {
        margin-bottom: -5rem;
    }

    .lg\:-mb-24 {
        margin-bottom: -6rem;
    }

    .lg\:-mb-28 {
        margin-bottom: -7rem;
    }

    .lg\:-mb-30 {
        margin-bottom: -120px;
    }

    .lg\:-mb-32 {
        margin-bottom: -8rem;
    }

    .lg\:-mb-36 {
        margin-bottom: -9rem;
    }

    .lg\:-mb-40 {
        margin-bottom: -10rem;
    }

    .lg\:-mb-44 {
        margin-bottom: -11rem;
    }

    .lg\:-mb-48 {
        margin-bottom: -12rem;
    }

    .lg\:-mb-52 {
        margin-bottom: -13rem;
    }

    .lg\:-mb-56 {
        margin-bottom: -14rem;
    }

    .lg\:-mb-60 {
        margin-bottom: -15rem;
    }

    .lg\:-mb-64 {
        margin-bottom: -16rem;
    }

    .lg\:-mb-72 {
        margin-bottom: -18rem;
    }

    .lg\:-mb-80 {
        margin-bottom: -20rem;
    }

    .lg\:-mb-96 {
        margin-bottom: -24rem;
    }

    .lg\:-mb-px {
        margin-bottom: -1px;
    }

    .lg\:-mb-0\.5 {
        margin-bottom: -0.125rem;
    }

    .lg\:-mb-1\.5 {
        margin-bottom: -0.375rem;
    }

    .lg\:-mb-2\.5 {
        margin-bottom: -0.625rem;
    }

    .lg\:-mb-3\.5 {
        margin-bottom: -0.875rem;
    }

    .lg\:-mb-5p {
        margin-bottom: -5px;
    }

    .lg\:-mb-10p {
        margin-bottom: -10px;
    }

    .lg\:-mb-14p {
        margin-bottom: -14px;
    }

    .lg\:-mb-15p {
        margin-bottom: -15px;
    }

    .lg\:-mb-15_2 {
        margin-bottom: -60px;
    }

    .lg\:-mb-16_1 {
        margin-bottom: -52px;
    }

    .lg\:-mb-16p {
        margin-bottom: -16px;
    }

    .lg\:-mb-25p {
        margin-bottom: -25px;
    }

    .lg\:-mb-48p {
        margin-bottom: -48%;
    }

    .lg\:-mb-52p {
        margin-bottom: -52%;
    }

    .lg\:ml-0 {
        margin-left: 0px;
    }

    .lg\:ml-1 {
        margin-left: 0.25rem;
    }

    .lg\:ml-2 {
        margin-left: 0.5rem;
    }

    .lg\:ml-3 {
        margin-left: 0.75rem;
    }

    .lg\:ml-4 {
        margin-left: 1rem;
    }

    .lg\:ml-5 {
        margin-left: 1.25rem;
    }

    .lg\:ml-6 {
        margin-left: 1.5rem;
    }

    .lg\:ml-7 {
        margin-left: 1.75rem;
    }

    .lg\:ml-8 {
        margin-left: 2rem;
    }

    .lg\:ml-9 {
        margin-left: 2.25rem;
    }

    .lg\:ml-10 {
        margin-left: 2.5rem;
    }

    .lg\:ml-11 {
        margin-left: 2.75rem;
    }

    .lg\:ml-12 {
        margin-left: 3rem;
    }

    .lg\:ml-13 {
        margin-left: 3.25rem;
    }

    .lg\:ml-14 {
        margin-left: 3.5rem;
    }

    .lg\:ml-16 {
        margin-left: 4rem;
    }

    .lg\:ml-18 {
        margin-left: 4.375rem;
    }

    .lg\:ml-19 {
        margin-left: 76px;
    }

    .lg\:ml-20 {
        margin-left: 5rem;
    }

    .lg\:ml-22 {
        margin-left: 5.3125rem;
    }

    .lg\:ml-24 {
        margin-left: 6rem;
    }

    .lg\:ml-28 {
        margin-left: 7rem;
    }

    .lg\:ml-30 {
        margin-left: 120px;
    }

    .lg\:ml-32 {
        margin-left: 8rem;
    }

    .lg\:ml-36 {
        margin-left: 9rem;
    }

    .lg\:ml-40 {
        margin-left: 10rem;
    }

    .lg\:ml-44 {
        margin-left: 11rem;
    }

    .lg\:ml-46 {
        margin-left: 11.44rem;
    }

    .lg\:ml-48 {
        margin-left: 12rem;
    }

    .lg\:ml-52 {
        margin-left: 13rem;
    }

    .lg\:ml-56 {
        margin-left: 14rem;
    }

    .lg\:ml-60 {
        margin-left: 15rem;
    }

    .lg\:ml-64 {
        margin-left: 16rem;
    }

    .lg\:ml-72 {
        margin-left: 18rem;
    }

    .lg\:ml-80 {
        margin-left: 20rem;
    }

    .lg\:ml-96 {
        margin-left: 24rem;
    }

    .lg\:ml-auto {
        margin-left: auto;
    }

    .lg\:ml-px {
        margin-left: 1px;
    }

    .lg\:ml-0\.5 {
        margin-left: 0.125rem;
    }

    .lg\:ml-1\.5 {
        margin-left: 0.375rem;
    }

    .lg\:ml-2\.5 {
        margin-left: 0.625rem;
    }

    .lg\:ml-3\.5 {
        margin-left: 0.875rem;
    }

    .lg\:ml-5p {
        margin-left: 5px;
    }

    .lg\:ml-10p {
        margin-left: 10px;
    }

    .lg\:ml-14p {
        margin-left: 14px;
    }

    .lg\:ml-15p {
        margin-left: 15px;
    }

    .lg\:ml-15_2 {
        margin-left: 60px;
    }

    .lg\:ml-16_1 {
        margin-left: 52px;
    }

    .lg\:ml-16p {
        margin-left: 16px;
    }

    .lg\:ml-25p {
        margin-left: 25px;
    }

    .lg\:ml-48p {
        margin-left: 48%;
    }

    .lg\:ml-52p {
        margin-left: 52%;
    }

    .lg\:-ml-0 {
        margin-left: 0px;
    }

    .lg\:-ml-1 {
        margin-left: -0.25rem;
    }

    .lg\:-ml-2 {
        margin-left: -0.5rem;
    }

    .lg\:-ml-3 {
        margin-left: -0.75rem;
    }

    .lg\:-ml-4 {
        margin-left: -1rem;
    }

    .lg\:-ml-5 {
        margin-left: -1.25rem;
    }

    .lg\:-ml-6 {
        margin-left: -1.5rem;
    }

    .lg\:-ml-7 {
        margin-left: -1.75rem;
    }

    .lg\:-ml-8 {
        margin-left: -2rem;
    }

    .lg\:-ml-9 {
        margin-left: -2.25rem;
    }

    .lg\:-ml-10 {
        margin-left: -2.5rem;
    }

    .lg\:-ml-11 {
        margin-left: -2.75rem;
    }

    .lg\:-ml-12 {
        margin-left: -3rem;
    }

    .lg\:-ml-14 {
        margin-left: -3.5rem;
    }

    .lg\:-ml-16 {
        margin-left: -4rem;
    }

    .lg\:-ml-18 {
        margin-left: -4.375rem;
    }

    .lg\:-ml-19 {
        margin-left: -76px;
    }

    .lg\:-ml-20 {
        margin-left: -5rem;
    }

    .lg\:-ml-24 {
        margin-left: -6rem;
    }

    .lg\:-ml-28 {
        margin-left: -7rem;
    }

    .lg\:-ml-30 {
        margin-left: -120px;
    }

    .lg\:-ml-32 {
        margin-left: -8rem;
    }

    .lg\:-ml-36 {
        margin-left: -9rem;
    }

    .lg\:-ml-40 {
        margin-left: -10rem;
    }

    .lg\:-ml-44 {
        margin-left: -11rem;
    }

    .lg\:-ml-48 {
        margin-left: -12rem;
    }

    .lg\:-ml-52 {
        margin-left: -13rem;
    }

    .lg\:-ml-56 {
        margin-left: -14rem;
    }

    .lg\:-ml-60 {
        margin-left: -15rem;
    }

    .lg\:-ml-64 {
        margin-left: -16rem;
    }

    .lg\:-ml-72 {
        margin-left: -18rem;
    }

    .lg\:-ml-80 {
        margin-left: -20rem;
    }

    .lg\:-ml-96 {
        margin-left: -24rem;
    }

    .lg\:-ml-px {
        margin-left: -1px;
    }

    .lg\:-ml-0\.5 {
        margin-left: -0.125rem;
    }

    .lg\:-ml-1\.5 {
        margin-left: -0.375rem;
    }

    .lg\:-ml-2\.5 {
        margin-left: -0.625rem;
    }

    .lg\:-ml-3\.5 {
        margin-left: -0.875rem;
    }

    .lg\:-ml-5p {
        margin-left: -5px;
    }

    .lg\:-ml-10p {
        margin-left: -10px;
    }

    .lg\:-ml-14p {
        margin-left: -14px;
    }

    .lg\:-ml-15p {
        margin-left: -15px;
    }

    .lg\:-ml-15_2 {
        margin-left: -60px;
    }

    .lg\:-ml-16_1 {
        margin-left: -52px;
    }

    .lg\:-ml-16p {
        margin-left: -16px;
    }

    .lg\:-ml-25p {
        margin-left: -25px;
    }

    .lg\:-ml-48p {
        margin-left: -48%;
    }

    .lg\:-ml-52p {
        margin-left: -52%;
    }

    .lg\:box-border {
        box-sizing: border-box;
    }

    .lg\:box-content {
        box-sizing: content-box;
    }

    .lg\:block {
        display: block;
    }

    .lg\:inline-block {
        display: inline-block;
    }

    .lg\:inline {
        display: inline;
    }

    .lg\:flex {
        display: flex;
    }

    .lg\:inline-flex {
        display: inline-flex;
    }

    .lg\:table {
        display: table;
    }

    .lg\:inline-table {
        display: inline-table;
    }

    .lg\:table-caption {
        display: table-caption;
    }

    .lg\:table-cell {
        display: table-cell;
    }

    .lg\:table-column {
        display: table-column;
    }

    .lg\:table-column-group {
        display: table-column-group;
    }

    .lg\:table-footer-group {
        display: table-footer-group;
    }

    .lg\:table-header-group {
        display: table-header-group;
    }

    .lg\:table-row-group {
        display: table-row-group;
    }

    .lg\:table-row {
        display: table-row;
    }

    .lg\:flow-root {
        display: flow-root;
    }

    .lg\:grid {
        display: grid;
    }

    .lg\:inline-grid {
        display: inline-grid;
    }

    .lg\:contents {
        display: contents;
    }

    .lg\:list-item {
        display: list-item;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:h-0 {
        height: 0px;
    }

    .lg\:h-1 {
        height: 0.25rem;
    }

    .lg\:h-2 {
        height: 0.5rem;
    }

    .lg\:h-3 {
        height: 0.75rem;
    }

    .lg\:h-4 {
        height: 1rem;
    }

    .lg\:h-5 {
        height: 1.25rem;
    }

    .lg\:h-6 {
        height: 1.5rem;
    }

    .lg\:h-7 {
        height: 1.75rem;
    }

    .lg\:h-8 {
        height: 2rem;
    }

    .lg\:h-9 {
        height: 2.25rem;
    }

    .lg\:h-10 {
        height: 2.5rem;
    }

    .lg\:h-11 {
        height: 2.75rem;
    }

    .lg\:h-12 {
        height: 3rem;
    }

    .lg\:h-14 {
        height: 3.5rem;
    }

    .lg\:h-16 {
        height: 4rem;
    }

    .lg\:h-18 {
        height: 4.375rem;
    }

    .lg\:h-19 {
        height: 76px;
    }

    .lg\:h-20 {
        height: 5rem;
    }

    .lg\:h-24 {
        height: 6rem;
    }

    .lg\:h-28 {
        height: 7rem;
    }

    .lg\:h-30 {
        height: 120px;
    }

    .lg\:h-32 {
        height: 8rem;
    }

    .lg\:h-36 {
        height: 9rem;
    }

    .lg\:h-40 {
        height: 10rem;
    }

    .lg\:h-44 {
        height: 11rem;
    }

    .lg\:h-48 {
        height: 12rem;
    }

    .lg\:h-52 {
        height: 13rem;
    }

    .lg\:h-56 {
        height: 14rem;
    }

    .lg\:h-60 {
        height: 15rem;
    }

    .lg\:h-64 {
        height: 16rem;
    }

    .lg\:h-72 {
        height: 18rem;
    }

    .lg\:h-80 {
        height: 20rem;
    }

    .lg\:h-96 {
        height: 24rem;
    }

    .lg\:h-auto {
        height: auto;
    }

    .lg\:h-px {
        height: 1px;
    }

    .lg\:h-0\.5 {
        height: 0.125rem;
    }

    .lg\:h-1\.5 {
        height: 0.375rem;
    }

    .lg\:h-2\.5 {
        height: 0.625rem;
    }

    .lg\:h-3\.5 {
        height: 0.875rem;
    }

    .lg\:h-5p {
        height: 5px;
    }

    .lg\:h-10p {
        height: 10px;
    }

    .lg\:h-14p {
        height: 14px;
    }

    .lg\:h-15p {
        height: 15px;
    }

    .lg\:h-15_2 {
        height: 60px;
    }

    .lg\:h-16_1 {
        height: 52px;
    }

    .lg\:h-16p {
        height: 16px;
    }

    .lg\:h-25p {
        height: 25px;
    }

    .lg\:h-48p {
        height: 48%;
    }

    .lg\:h-52p {
        height: 52%;
    }

    .lg\:h-1\/2 {
        height: 50%;
    }

    .lg\:h-1\/3 {
        height: 33.333333%;
    }

    .lg\:h-2\/3 {
        height: 66.666667%;
    }

    .lg\:h-1\/4 {
        height: 25%;
    }

    .lg\:h-2\/4 {
        height: 50%;
    }

    .lg\:h-3\/4 {
        height: 75%;
    }

    .lg\:h-1\/5 {
        height: 20%;
    }

    .lg\:h-2\/5 {
        height: 40%;
    }

    .lg\:h-3\/5 {
        height: 60%;
    }

    .lg\:h-4\/5 {
        height: 80%;
    }

    .lg\:h-1\/6 {
        height: 16.666667%;
    }

    .lg\:h-2\/6 {
        height: 33.333333%;
    }

    .lg\:h-3\/6 {
        height: 50%;
    }

    .lg\:h-4\/6 {
        height: 66.666667%;
    }

    .lg\:h-5\/6 {
        height: 83.333333%;
    }

    .lg\:h-full {
        height: 100%;
    }

    .lg\:h-screen {
        height: 100vh;
    }

    .lg\:max-h-0 {
        max-height: 0px;
    }

    .lg\:max-h-1 {
        max-height: 0.25rem;
    }

    .lg\:max-h-2 {
        max-height: 0.5rem;
    }

    .lg\:max-h-3 {
        max-height: 0.75rem;
    }

    .lg\:max-h-4 {
        max-height: 1rem;
    }

    .lg\:max-h-5 {
        max-height: 1.25rem;
    }

    .lg\:max-h-6 {
        max-height: 1.5rem;
    }

    .lg\:max-h-7 {
        max-height: 1.75rem;
    }

    .lg\:max-h-8 {
        max-height: 2rem;
    }

    .lg\:max-h-9 {
        max-height: 2.25rem;
    }

    .lg\:max-h-10 {
        max-height: 2.5rem;
    }

    .lg\:max-h-11 {
        max-height: 2.75rem;
    }

    .lg\:max-h-12 {
        max-height: 3rem;
    }

    .lg\:max-h-14 {
        max-height: 3.5rem;
    }

    .lg\:max-h-16 {
        max-height: 4rem;
    }

    .lg\:max-h-18 {
        max-height: 4.375rem;
    }

    .lg\:max-h-19 {
        max-height: 76px;
    }

    .lg\:max-h-20 {
        max-height: 5rem;
    }

    .lg\:max-h-24 {
        max-height: 6rem;
    }

    .lg\:max-h-28 {
        max-height: 7rem;
    }

    .lg\:max-h-30 {
        max-height: 120px;
    }

    .lg\:max-h-32 {
        max-height: 8rem;
    }

    .lg\:max-h-36 {
        max-height: 9rem;
    }

    .lg\:max-h-40 {
        max-height: 10rem;
    }

    .lg\:max-h-44 {
        max-height: 11rem;
    }

    .lg\:max-h-48 {
        max-height: 12rem;
    }

    .lg\:max-h-52 {
        max-height: 13rem;
    }

    .lg\:max-h-56 {
        max-height: 14rem;
    }

    .lg\:max-h-60 {
        max-height: 15rem;
    }

    .lg\:max-h-64 {
        max-height: 16rem;
    }

    .lg\:max-h-72 {
        max-height: 18rem;
    }

    .lg\:max-h-80 {
        max-height: 20rem;
    }

    .lg\:max-h-96 {
        max-height: 24rem;
    }

    .lg\:max-h-px {
        max-height: 1px;
    }

    .lg\:max-h-0\.5 {
        max-height: 0.125rem;
    }

    .lg\:max-h-1\.5 {
        max-height: 0.375rem;
    }

    .lg\:max-h-2\.5 {
        max-height: 0.625rem;
    }

    .lg\:max-h-3\.5 {
        max-height: 0.875rem;
    }

    .lg\:max-h-5p {
        max-height: 5px;
    }

    .lg\:max-h-10p {
        max-height: 10px;
    }

    .lg\:max-h-14p {
        max-height: 14px;
    }

    .lg\:max-h-15p {
        max-height: 15px;
    }

    .lg\:max-h-15_2 {
        max-height: 60px;
    }

    .lg\:max-h-16_1 {
        max-height: 52px;
    }

    .lg\:max-h-16p {
        max-height: 16px;
    }

    .lg\:max-h-25p {
        max-height: 25px;
    }

    .lg\:max-h-48p {
        max-height: 48%;
    }

    .lg\:max-h-52p {
        max-height: 52%;
    }

    .lg\:max-h-full {
        max-height: 100%;
    }

    .lg\:max-h-screen {
        max-height: 100vh;
    }

    .lg\:min-h-0 {
        min-height: 0px;
    }

    .lg\:min-h-full {
        min-height: 100%;
    }

    .lg\:min-h-screen {
        min-height: 100vh;
    }

    .lg\:w-0 {
        width: 0px;
    }

    .lg\:w-1 {
        width: 0.25rem;
    }

    .lg\:w-2 {
        width: 0.5rem;
    }

    .lg\:w-3 {
        width: 0.75rem;
    }

    .lg\:w-4 {
        width: 1rem;
    }

    .lg\:w-5 {
        width: 1.25rem;
    }

    .lg\:w-6 {
        width: 1.5rem;
    }

    .lg\:w-7 {
        width: 1.75rem;
    }

    .lg\:w-8 {
        width: 2rem;
    }

    .lg\:w-9 {
        width: 2.25rem;
    }

    .lg\:w-10 {
        width: 2.5rem;
    }

    .lg\:w-11 {
        width: 2.75rem;
    }

    .lg\:w-12 {
        width: 3rem;
    }

    .lg\:w-14 {
        width: 3.5rem;
    }

    .lg\:w-16 {
        width: 4rem;
    }

    .lg\:w-18 {
        width: 4.375rem;
    }

    .lg\:w-19 {
        width: 76px;
    }

    .lg\:w-20 {
        width: 5rem;
    }

    .lg\:w-24 {
        width: 6rem;
    }

    .lg\:w-28 {
        width: 7rem;
    }

    .lg\:w-30 {
        width: 120px;
    }

    .lg\:w-32 {
        width: 8rem;
    }

    .lg\:w-36 {
        width: 9rem;
    }

    .lg\:w-40 {
        width: 10rem;
    }

    .lg\:w-44 {
        width: 11rem;
    }

    .lg\:w-48 {
        width: 12rem;
    }

    .lg\:w-52 {
        width: 13rem;
    }

    .lg\:w-56 {
        width: 14rem;
    }

    .lg\:w-60 {
        width: 15rem;
    }

    .lg\:w-64 {
        width: 16rem;
    }

    .lg\:w-72 {
        width: 18rem;
    }

    .lg\:w-80 {
        width: 20rem;
    }

    .lg\:w-96 {
        width: 24rem;
    }

    .lg\:w-auto {
        width: auto;
    }

    .lg\:w-px {
        width: 1px;
    }

    .lg\:w-0\.5 {
        width: 0.125rem;
    }

    .lg\:w-1\.5 {
        width: 0.375rem;
    }

    .lg\:w-2\.5 {
        width: 0.625rem;
    }

    .lg\:w-3\.5 {
        width: 0.875rem;
    }

    .lg\:w-5p {
        width: 5px;
    }

    .lg\:w-10p {
        width: 10px;
    }

    .lg\:w-14p {
        width: 14px;
    }

    .lg\:w-15p {
        width: 15px;
    }

    .lg\:w-15_2 {
        width: 60px;
    }

    .lg\:w-16_1 {
        width: 52px;
    }

    .lg\:w-16p {
        width: 16px;
    }

    .lg\:w-25p {
        width: 25px;
    }

    .lg\:w-48p {
        width: 48%;
    }

    .lg\:w-52p {
        width: 52%;
    }

    .lg\:w-1\/2 {
        width: 50%;
    }

    .lg\:w-1\/3 {
        width: 33.333333%;
    }

    .lg\:w-2\/3 {
        width: 66.666667%;
    }

    .lg\:w-1\/4 {
        width: 25%;
    }

    .lg\:w-2\/4 {
        width: 50%;
    }

    .lg\:w-3\/4 {
        width: 75%;
    }

    .lg\:w-1\/5 {
        width: 20%;
    }

    .lg\:w-2\/5 {
        width: 40%;
    }

    .lg\:w-3\/5 {
        width: 60%;
    }

    .lg\:w-4\/5 {
        width: 80%;
    }

    .lg\:w-1\/6 {
        width: 16.666667%;
    }

    .lg\:w-2\/6 {
        width: 33.333333%;
    }

    .lg\:w-3\/6 {
        width: 50%;
    }

    .lg\:w-4\/6 {
        width: 66.666667%;
    }

    .lg\:w-5\/6 {
        width: 83.333333%;
    }

    .lg\:w-1\/12 {
        width: 8.333333%;
    }

    .lg\:w-2\/12 {
        width: 16.666667%;
    }

    .lg\:w-3\/12 {
        width: 25%;
    }

    .lg\:w-4\/12 {
        width: 33.333333%;
    }

    .lg\:w-5\/12 {
        width: 41.666667%;
    }

    .lg\:w-6\/12 {
        width: 50%;
    }

    .lg\:w-7\/12 {
        width: 58.333333%;
    }

    .lg\:w-8\/12 {
        width: 66.666667%;
    }

    .lg\:w-9\/12 {
        width: 75%;
    }

    .lg\:w-10\/12 {
        width: 83.333333%;
    }

    .lg\:w-11\/12 {
        width: 91.666667%;
    }

    .lg\:w-full {
        width: 100%;
    }

    .lg\:w-screen {
        width: 100vw;
    }

    .lg\:w-min {
        width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content;
    }

    .lg\:w-max {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .lg\:w-51\% {
        width: 51%;
    }

    .lg\:w-49\% {
        width: 49%;
    }

    .lg\:min-w-0 {
        min-width: 0px;
    }

    .lg\:min-w-full {
        min-width: 100%;
    }

    .lg\:min-w-min {
        min-width: -webkit-min-content;
        min-width: -moz-min-content;
        min-width: min-content;
    }

    .lg\:min-w-max {
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
    }

    .lg\:max-w-0 {
        max-width: 0rem;
    }

    .lg\:max-w-none {
        max-width: none;
    }

    .lg\:max-w-xs {
        max-width: 20rem;
    }

    .lg\:max-w-sm {
        max-width: 24rem;
    }

    .lg\:max-w-md {
        max-width: 28rem;
    }

    .lg\:max-w-lg {
        max-width: 32rem;
    }

    .lg\:max-w-xl {
        max-width: 36rem;
    }

    .lg\:max-w-2xl {
        max-width: 42rem;
    }

    .lg\:max-w-3xl {
        max-width: 48rem;
    }

    .lg\:max-w-4xl {
        max-width: 56rem;
    }

    .lg\:max-w-5xl {
        max-width: 64rem;
    }

    .lg\:max-w-6xl {
        max-width: 72rem;
    }

    .lg\:max-w-7xl {
        max-width: 80rem;
    }

    .lg\:max-w-full {
        max-width: 100%;
    }

    .lg\:max-w-min {
        max-width: -webkit-min-content;
        max-width: -moz-min-content;
        max-width: min-content;
    }

    .lg\:max-w-max {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }

    .lg\:max-w-prose {
        max-width: 65ch;
    }

    .lg\:max-w-screen-sm {
        max-width: 600px;
    }

    .lg\:max-w-screen-md {
        max-width: 768px;
    }

    .lg\:max-w-screen-lg {
        max-width: 992px;
    }

    .lg\:max-w-screen-xl {
        max-width: 1280px;
    }

    .lg\:max-w-screen-2xl {
        max-width: 1536px;
    }

    .lg\:max-w-1\.5xl {
        max-width: 40rem;
    }

    .lg\:max-w-3\.5xl {
        max-width: 51.5rem;
    }

    .lg\:max-w-4\.5xl {
        max-width: 62.5rem;
    }

    .lg\:max-w-thumb {
        max-width: 11.375rem;
    }

    .lg\:max-w-discription {
        max-width: 248px;
    }

    .lg\:max-w-5\.5xl {
        max-width: 1132px;
    }

    .lg\:flex-1 {
        flex: 1 1 0%;
    }

    .lg\:flex-auto {
        flex: 1 1 auto;
    }

    .lg\:flex-initial {
        flex: 0 1 auto;
    }

    .lg\:flex-none {
        flex: none;
    }

    .lg\:flex-shrink-0 {
        flex-shrink: 0;
    }

    .lg\:flex-shrink {
        flex-shrink: 1;
    }

    .lg\:flex-grow-0 {
        flex-grow: 0;
    }

    .lg\:flex-grow {
        flex-grow: 1;
    }

    .lg\:table-auto {
        table-layout: auto;
    }

    .lg\:table-fixed {
        table-layout: fixed;
    }

    .lg\:border-collapse {
        border-collapse: collapse;
    }

    .lg\:border-separate {
        border-collapse: separate;
    }

    .lg\:origin-center {
        transform-origin: center;
    }

    .lg\:origin-top {
        transform-origin: top;
    }

    .lg\:origin-top-right {
        transform-origin: top right;
    }

    .lg\:origin-right {
        transform-origin: right;
    }

    .lg\:origin-bottom-right {
        transform-origin: bottom right;
    }

    .lg\:origin-bottom {
        transform-origin: bottom;
    }

    .lg\:origin-bottom-left {
        transform-origin: bottom left;
    }

    .lg\:origin-left {
        transform-origin: left;
    }

    .lg\:origin-top-left {
        transform-origin: top left;
    }

    .lg\:transform {
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        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));
    }

    .lg\:transform-gpu {
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        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));
    }

    .lg\:transform-none {
        transform: none;
    }

    .lg\:translate-x-0 {
        --tw-translate-x: 0px;
    }

    .lg\:translate-x-1 {
        --tw-translate-x: 0.25rem;
    }

    .lg\:translate-x-2 {
        --tw-translate-x: 0.5rem;
    }

    .lg\:translate-x-3 {
        --tw-translate-x: 0.75rem;
    }

    .lg\:translate-x-4 {
        --tw-translate-x: 1rem;
    }

    .lg\:translate-x-5 {
        --tw-translate-x: 1.25rem;
    }

    .lg\:translate-x-6 {
        --tw-translate-x: 1.5rem;
    }

    .lg\:translate-x-7 {
        --tw-translate-x: 1.75rem;
    }

    .lg\:translate-x-8 {
        --tw-translate-x: 2rem;
    }

    .lg\:translate-x-9 {
        --tw-translate-x: 2.25rem;
    }

    .lg\:translate-x-10 {
        --tw-translate-x: 2.5rem;
    }

    .lg\:translate-x-11 {
        --tw-translate-x: 2.75rem;
    }

    .lg\:translate-x-12 {
        --tw-translate-x: 3rem;
    }

    .lg\:translate-x-14 {
        --tw-translate-x: 3.5rem;
    }

    .lg\:translate-x-16 {
        --tw-translate-x: 4rem;
    }

    .lg\:translate-x-18 {
        --tw-translate-x: 4.375rem;
    }

    .lg\:translate-x-19 {
        --tw-translate-x: 76px;
    }

    .lg\:translate-x-20 {
        --tw-translate-x: 5rem;
    }

    .lg\:translate-x-24 {
        --tw-translate-x: 6rem;
    }

    .lg\:translate-x-28 {
        --tw-translate-x: 7rem;
    }

    .lg\:translate-x-30 {
        --tw-translate-x: 120px;
    }

    .lg\:translate-x-32 {
        --tw-translate-x: 8rem;
    }

    .lg\:translate-x-36 {
        --tw-translate-x: 9rem;
    }

    .lg\:translate-x-40 {
        --tw-translate-x: 10rem;
    }

    .lg\:translate-x-44 {
        --tw-translate-x: 11rem;
    }

    .lg\:translate-x-48 {
        --tw-translate-x: 12rem;
    }

    .lg\:translate-x-52 {
        --tw-translate-x: 13rem;
    }

    .lg\:translate-x-56 {
        --tw-translate-x: 14rem;
    }

    .lg\:translate-x-60 {
        --tw-translate-x: 15rem;
    }

    .lg\:translate-x-64 {
        --tw-translate-x: 16rem;
    }

    .lg\:translate-x-72 {
        --tw-translate-x: 18rem;
    }

    .lg\:translate-x-80 {
        --tw-translate-x: 20rem;
    }

    .lg\:translate-x-96 {
        --tw-translate-x: 24rem;
    }

    .lg\:translate-x-px {
        --tw-translate-x: 1px;
    }

    .lg\:translate-x-0\.5 {
        --tw-translate-x: 0.125rem;
    }

    .lg\:translate-x-1\.5 {
        --tw-translate-x: 0.375rem;
    }

    .lg\:translate-x-2\.5 {
        --tw-translate-x: 0.625rem;
    }

    .lg\:translate-x-3\.5 {
        --tw-translate-x: 0.875rem;
    }

    .lg\:translate-x-5p {
        --tw-translate-x: 5px;
    }

    .lg\:translate-x-10p {
        --tw-translate-x: 10px;
    }

    .lg\:translate-x-14p {
        --tw-translate-x: 14px;
    }

    .lg\:translate-x-15p {
        --tw-translate-x: 15px;
    }

    .lg\:translate-x-15_2 {
        --tw-translate-x: 60px;
    }

    .lg\:translate-x-16_1 {
        --tw-translate-x: 52px;
    }

    .lg\:translate-x-16p {
        --tw-translate-x: 16px;
    }

    .lg\:translate-x-25p {
        --tw-translate-x: 25px;
    }

    .lg\:translate-x-48p {
        --tw-translate-x: 48%;
    }

    .lg\:translate-x-52p {
        --tw-translate-x: 52%;
    }

    .lg\:-translate-x-0 {
        --tw-translate-x: 0px;
    }

    .lg\:-translate-x-1 {
        --tw-translate-x: -0.25rem;
    }

    .lg\:-translate-x-2 {
        --tw-translate-x: -0.5rem;
    }

    .lg\:-translate-x-3 {
        --tw-translate-x: -0.75rem;
    }

    .lg\:-translate-x-4 {
        --tw-translate-x: -1rem;
    }

    .lg\:-translate-x-5 {
        --tw-translate-x: -1.25rem;
    }

    .lg\:-translate-x-6 {
        --tw-translate-x: -1.5rem;
    }

    .lg\:-translate-x-7 {
        --tw-translate-x: -1.75rem;
    }

    .lg\:-translate-x-8 {
        --tw-translate-x: -2rem;
    }

    .lg\:-translate-x-9 {
        --tw-translate-x: -2.25rem;
    }

    .lg\:-translate-x-10 {
        --tw-translate-x: -2.5rem;
    }

    .lg\:-translate-x-11 {
        --tw-translate-x: -2.75rem;
    }

    .lg\:-translate-x-12 {
        --tw-translate-x: -3rem;
    }

    .lg\:-translate-x-14 {
        --tw-translate-x: -3.5rem;
    }

    .lg\:-translate-x-16 {
        --tw-translate-x: -4rem;
    }

    .lg\:-translate-x-18 {
        --tw-translate-x: -4.375rem;
    }

    .lg\:-translate-x-19 {
        --tw-translate-x: -76px;
    }

    .lg\:-translate-x-20 {
        --tw-translate-x: -5rem;
    }

    .lg\:-translate-x-24 {
        --tw-translate-x: -6rem;
    }

    .lg\:-translate-x-28 {
        --tw-translate-x: -7rem;
    }

    .lg\:-translate-x-30 {
        --tw-translate-x: -120px;
    }

    .lg\:-translate-x-32 {
        --tw-translate-x: -8rem;
    }

    .lg\:-translate-x-36 {
        --tw-translate-x: -9rem;
    }

    .lg\:-translate-x-40 {
        --tw-translate-x: -10rem;
    }

    .lg\:-translate-x-44 {
        --tw-translate-x: -11rem;
    }

    .lg\:-translate-x-48 {
        --tw-translate-x: -12rem;
    }

    .lg\:-translate-x-52 {
        --tw-translate-x: -13rem;
    }

    .lg\:-translate-x-56 {
        --tw-translate-x: -14rem;
    }

    .lg\:-translate-x-60 {
        --tw-translate-x: -15rem;
    }

    .lg\:-translate-x-64 {
        --tw-translate-x: -16rem;
    }

    .lg\:-translate-x-72 {
        --tw-translate-x: -18rem;
    }

    .lg\:-translate-x-80 {
        --tw-translate-x: -20rem;
    }

    .lg\:-translate-x-96 {
        --tw-translate-x: -24rem;
    }

    .lg\:-translate-x-px {
        --tw-translate-x: -1px;
    }

    .lg\:-translate-x-0\.5 {
        --tw-translate-x: -0.125rem;
    }

    .lg\:-translate-x-1\.5 {
        --tw-translate-x: -0.375rem;
    }

    .lg\:-translate-x-2\.5 {
        --tw-translate-x: -0.625rem;
    }

    .lg\:-translate-x-3\.5 {
        --tw-translate-x: -0.875rem;
    }

    .lg\:-translate-x-5p {
        --tw-translate-x: -5px;
    }

    .lg\:-translate-x-10p {
        --tw-translate-x: -10px;
    }

    .lg\:-translate-x-14p {
        --tw-translate-x: -14px;
    }

    .lg\:-translate-x-15p {
        --tw-translate-x: -15px;
    }

    .lg\:-translate-x-15_2 {
        --tw-translate-x: -60px;
    }

    .lg\:-translate-x-16_1 {
        --tw-translate-x: -52px;
    }

    .lg\:-translate-x-16p {
        --tw-translate-x: -16px;
    }

    .lg\:-translate-x-25p {
        --tw-translate-x: -25px;
    }

    .lg\:-translate-x-48p {
        --tw-translate-x: -48%;
    }

    .lg\:-translate-x-52p {
        --tw-translate-x: -52%;
    }

    .lg\:translate-x-1\/2 {
        --tw-translate-x: 50%;
    }

    .lg\:translate-x-1\/3 {
        --tw-translate-x: 33.333333%;
    }

    .lg\:translate-x-2\/3 {
        --tw-translate-x: 66.666667%;
    }

    .lg\:translate-x-1\/4 {
        --tw-translate-x: 25%;
    }

    .lg\:translate-x-2\/4 {
        --tw-translate-x: 50%;
    }

    .lg\:translate-x-3\/4 {
        --tw-translate-x: 75%;
    }

    .lg\:translate-x-full {
        --tw-translate-x: 100%;
    }

    .lg\:-translate-x-1\/2 {
        --tw-translate-x: -50%;
    }

    .lg\:-translate-x-1\/3 {
        --tw-translate-x: -33.333333%;
    }

    .lg\:-translate-x-2\/3 {
        --tw-translate-x: -66.666667%;
    }

    .lg\:-translate-x-1\/4 {
        --tw-translate-x: -25%;
    }

    .lg\:-translate-x-2\/4 {
        --tw-translate-x: -50%;
    }

    .lg\:-translate-x-3\/4 {
        --tw-translate-x: -75%;
    }

    .lg\:-translate-x-full {
        --tw-translate-x: -100%;
    }

    .lg\:translate-y-0 {
        --tw-translate-y: 0px;
    }

    .lg\:translate-y-1 {
        --tw-translate-y: 0.25rem;
    }

    .lg\:translate-y-2 {
        --tw-translate-y: 0.5rem;
    }

    .lg\:translate-y-3 {
        --tw-translate-y: 0.75rem;
    }

    .lg\:translate-y-4 {
        --tw-translate-y: 1rem;
    }

    .lg\:translate-y-5 {
        --tw-translate-y: 1.25rem;
    }

    .lg\:translate-y-6 {
        --tw-translate-y: 1.5rem;
    }

    .lg\:translate-y-7 {
        --tw-translate-y: 1.75rem;
    }

    .lg\:translate-y-8 {
        --tw-translate-y: 2rem;
    }

    .lg\:translate-y-9 {
        --tw-translate-y: 2.25rem;
    }

    .lg\:translate-y-10 {
        --tw-translate-y: 2.5rem;
    }

    .lg\:translate-y-11 {
        --tw-translate-y: 2.75rem;
    }

    .lg\:translate-y-12 {
        --tw-translate-y: 3rem;
    }

    .lg\:translate-y-14 {
        --tw-translate-y: 3.5rem;
    }

    .lg\:translate-y-16 {
        --tw-translate-y: 4rem;
    }

    .lg\:translate-y-18 {
        --tw-translate-y: 4.375rem;
    }

    .lg\:translate-y-19 {
        --tw-translate-y: 76px;
    }

    .lg\:translate-y-20 {
        --tw-translate-y: 5rem;
    }

    .lg\:translate-y-24 {
        --tw-translate-y: 6rem;
    }

    .lg\:translate-y-28 {
        --tw-translate-y: 7rem;
    }

    .lg\:translate-y-30 {
        --tw-translate-y: 120px;
    }

    .lg\:translate-y-32 {
        --tw-translate-y: 8rem;
    }

    .lg\:translate-y-36 {
        --tw-translate-y: 9rem;
    }

    .lg\:translate-y-40 {
        --tw-translate-y: 10rem;
    }

    .lg\:translate-y-44 {
        --tw-translate-y: 11rem;
    }

    .lg\:translate-y-48 {
        --tw-translate-y: 12rem;
    }

    .lg\:translate-y-52 {
        --tw-translate-y: 13rem;
    }

    .lg\:translate-y-56 {
        --tw-translate-y: 14rem;
    }

    .lg\:translate-y-60 {
        --tw-translate-y: 15rem;
    }

    .lg\:translate-y-64 {
        --tw-translate-y: 16rem;
    }

    .lg\:translate-y-72 {
        --tw-translate-y: 18rem;
    }

    .lg\:translate-y-80 {
        --tw-translate-y: 20rem;
    }

    .lg\:translate-y-96 {
        --tw-translate-y: 24rem;
    }

    .lg\:translate-y-px {
        --tw-translate-y: 1px;
    }

    .lg\:translate-y-0\.5 {
        --tw-translate-y: 0.125rem;
    }

    .lg\:translate-y-1\.5 {
        --tw-translate-y: 0.375rem;
    }

    .lg\:translate-y-2\.5 {
        --tw-translate-y: 0.625rem;
    }

    .lg\:translate-y-3\.5 {
        --tw-translate-y: 0.875rem;
    }

    .lg\:translate-y-5p {
        --tw-translate-y: 5px;
    }

    .lg\:translate-y-10p {
        --tw-translate-y: 10px;
    }

    .lg\:translate-y-14p {
        --tw-translate-y: 14px;
    }

    .lg\:translate-y-15p {
        --tw-translate-y: 15px;
    }

    .lg\:translate-y-15_2 {
        --tw-translate-y: 60px;
    }

    .lg\:translate-y-16_1 {
        --tw-translate-y: 52px;
    }

    .lg\:translate-y-16p {
        --tw-translate-y: 16px;
    }

    .lg\:translate-y-25p {
        --tw-translate-y: 25px;
    }

    .lg\:translate-y-48p {
        --tw-translate-y: 48%;
    }

    .lg\:translate-y-52p {
        --tw-translate-y: 52%;
    }

    .lg\:-translate-y-0 {
        --tw-translate-y: 0px;
    }

    .lg\:-translate-y-1 {
        --tw-translate-y: -0.25rem;
    }

    .lg\:-translate-y-2 {
        --tw-translate-y: -0.5rem;
    }

    .lg\:-translate-y-3 {
        --tw-translate-y: -0.75rem;
    }

    .lg\:-translate-y-4 {
        --tw-translate-y: -1rem;
    }

    .lg\:-translate-y-5 {
        --tw-translate-y: -1.25rem;
    }

    .lg\:-translate-y-6 {
        --tw-translate-y: -1.5rem;
    }

    .lg\:-translate-y-7 {
        --tw-translate-y: -1.75rem;
    }

    .lg\:-translate-y-8 {
        --tw-translate-y: -2rem;
    }

    .lg\:-translate-y-9 {
        --tw-translate-y: -2.25rem;
    }

    .lg\:-translate-y-10 {
        --tw-translate-y: -2.5rem;
    }

    .lg\:-translate-y-11 {
        --tw-translate-y: -2.75rem;
    }

    .lg\:-translate-y-12 {
        --tw-translate-y: -3rem;
    }

    .lg\:-translate-y-14 {
        --tw-translate-y: -3.5rem;
    }

    .lg\:-translate-y-16 {
        --tw-translate-y: -4rem;
    }

    .lg\:-translate-y-18 {
        --tw-translate-y: -4.375rem;
    }

    .lg\:-translate-y-19 {
        --tw-translate-y: -76px;
    }

    .lg\:-translate-y-20 {
        --tw-translate-y: -5rem;
    }

    .lg\:-translate-y-24 {
        --tw-translate-y: -6rem;
    }

    .lg\:-translate-y-28 {
        --tw-translate-y: -7rem;
    }

    .lg\:-translate-y-30 {
        --tw-translate-y: -120px;
    }

    .lg\:-translate-y-32 {
        --tw-translate-y: -8rem;
    }

    .lg\:-translate-y-36 {
        --tw-translate-y: -9rem;
    }

    .lg\:-translate-y-40 {
        --tw-translate-y: -10rem;
    }

    .lg\:-translate-y-44 {
        --tw-translate-y: -11rem;
    }

    .lg\:-translate-y-48 {
        --tw-translate-y: -12rem;
    }

    .lg\:-translate-y-52 {
        --tw-translate-y: -13rem;
    }

    .lg\:-translate-y-56 {
        --tw-translate-y: -14rem;
    }

    .lg\:-translate-y-60 {
        --tw-translate-y: -15rem;
    }

    .lg\:-translate-y-64 {
        --tw-translate-y: -16rem;
    }

    .lg\:-translate-y-72 {
        --tw-translate-y: -18rem;
    }

    .lg\:-translate-y-80 {
        --tw-translate-y: -20rem;
    }

    .lg\:-translate-y-96 {
        --tw-translate-y: -24rem;
    }

    .lg\:-translate-y-px {
        --tw-translate-y: -1px;
    }

    .lg\:-translate-y-0\.5 {
        --tw-translate-y: -0.125rem;
    }

    .lg\:-translate-y-1\.5 {
        --tw-translate-y: -0.375rem;
    }

    .lg\:-translate-y-2\.5 {
        --tw-translate-y: -0.625rem;
    }

    .lg\:-translate-y-3\.5 {
        --tw-translate-y: -0.875rem;
    }

    .lg\:-translate-y-5p {
        --tw-translate-y: -5px;
    }

    .lg\:-translate-y-10p {
        --tw-translate-y: -10px;
    }

    .lg\:-translate-y-14p {
        --tw-translate-y: -14px;
    }

    .lg\:-translate-y-15p {
        --tw-translate-y: -15px;
    }

    .lg\:-translate-y-15_2 {
        --tw-translate-y: -60px;
    }

    .lg\:-translate-y-16_1 {
        --tw-translate-y: -52px;
    }

    .lg\:-translate-y-16p {
        --tw-translate-y: -16px;
    }

    .lg\:-translate-y-25p {
        --tw-translate-y: -25px;
    }

    .lg\:-translate-y-48p {
        --tw-translate-y: -48%;
    }

    .lg\:-translate-y-52p {
        --tw-translate-y: -52%;
    }

    .lg\:translate-y-1\/2 {
        --tw-translate-y: 50%;
    }

    .lg\:translate-y-1\/3 {
        --tw-translate-y: 33.333333%;
    }

    .lg\:translate-y-2\/3 {
        --tw-translate-y: 66.666667%;
    }

    .lg\:translate-y-1\/4 {
        --tw-translate-y: 25%;
    }

    .lg\:translate-y-2\/4 {
        --tw-translate-y: 50%;
    }

    .lg\:translate-y-3\/4 {
        --tw-translate-y: 75%;
    }

    .lg\:translate-y-full {
        --tw-translate-y: 100%;
    }

    .lg\:-translate-y-1\/2 {
        --tw-translate-y: -50%;
    }

    .lg\:-translate-y-1\/3 {
        --tw-translate-y: -33.333333%;
    }

    .lg\:-translate-y-2\/3 {
        --tw-translate-y: -66.666667%;
    }

    .lg\:-translate-y-1\/4 {
        --tw-translate-y: -25%;
    }

    .lg\:-translate-y-2\/4 {
        --tw-translate-y: -50%;
    }

    .lg\:-translate-y-3\/4 {
        --tw-translate-y: -75%;
    }

    .lg\:-translate-y-full {
        --tw-translate-y: -100%;
    }

    .lg\:hover\:translate-x-0:hover {
        --tw-translate-x: 0px;
    }

    .lg\:hover\:translate-x-1:hover {
        --tw-translate-x: 0.25rem;
    }

    .lg\:hover\:translate-x-2:hover {
        --tw-translate-x: 0.5rem;
    }

    .lg\:hover\:translate-x-3:hover {
        --tw-translate-x: 0.75rem;
    }

    .lg\:hover\:translate-x-4:hover {
        --tw-translate-x: 1rem;
    }

    .lg\:hover\:translate-x-5:hover {
        --tw-translate-x: 1.25rem;
    }

    .lg\:hover\:translate-x-6:hover {
        --tw-translate-x: 1.5rem;
    }

    .lg\:hover\:translate-x-7:hover {
        --tw-translate-x: 1.75rem;
    }

    .lg\:hover\:translate-x-8:hover {
        --tw-translate-x: 2rem;
    }

    .lg\:hover\:translate-x-9:hover {
        --tw-translate-x: 2.25rem;
    }

    .lg\:hover\:translate-x-10:hover {
        --tw-translate-x: 2.5rem;
    }

    .lg\:hover\:translate-x-11:hover {
        --tw-translate-x: 2.75rem;
    }

    .lg\:hover\:translate-x-12:hover {
        --tw-translate-x: 3rem;
    }

    .lg\:hover\:translate-x-14:hover {
        --tw-translate-x: 3.5rem;
    }

    .lg\:hover\:translate-x-16:hover {
        --tw-translate-x: 4rem;
    }

    .lg\:hover\:translate-x-18:hover {
        --tw-translate-x: 4.375rem;
    }

    .lg\:hover\:translate-x-19:hover {
        --tw-translate-x: 76px;
    }

    .lg\:hover\:translate-x-20:hover {
        --tw-translate-x: 5rem;
    }

    .lg\:hover\:translate-x-24:hover {
        --tw-translate-x: 6rem;
    }

    .lg\:hover\:translate-x-28:hover {
        --tw-translate-x: 7rem;
    }

    .lg\:hover\:translate-x-30:hover {
        --tw-translate-x: 120px;
    }

    .lg\:hover\:translate-x-32:hover {
        --tw-translate-x: 8rem;
    }

    .lg\:hover\:translate-x-36:hover {
        --tw-translate-x: 9rem;
    }

    .lg\:hover\:translate-x-40:hover {
        --tw-translate-x: 10rem;
    }

    .lg\:hover\:translate-x-44:hover {
        --tw-translate-x: 11rem;
    }

    .lg\:hover\:translate-x-48:hover {
        --tw-translate-x: 12rem;
    }

    .lg\:hover\:translate-x-52:hover {
        --tw-translate-x: 13rem;
    }

    .lg\:hover\:translate-x-56:hover {
        --tw-translate-x: 14rem;
    }

    .lg\:hover\:translate-x-60:hover {
        --tw-translate-x: 15rem;
    }

    .lg\:hover\:translate-x-64:hover {
        --tw-translate-x: 16rem;
    }

    .lg\:hover\:translate-x-72:hover {
        --tw-translate-x: 18rem;
    }

    .lg\:hover\:translate-x-80:hover {
        --tw-translate-x: 20rem;
    }

    .lg\:hover\:translate-x-96:hover {
        --tw-translate-x: 24rem;
    }

    .lg\:hover\:translate-x-px:hover {
        --tw-translate-x: 1px;
    }

    .lg\:hover\:translate-x-0\.5:hover {
        --tw-translate-x: 0.125rem;
    }

    .lg\:hover\:translate-x-1\.5:hover {
        --tw-translate-x: 0.375rem;
    }

    .lg\:hover\:translate-x-2\.5:hover {
        --tw-translate-x: 0.625rem;
    }

    .lg\:hover\:translate-x-3\.5:hover {
        --tw-translate-x: 0.875rem;
    }

    .lg\:hover\:translate-x-5p:hover {
        --tw-translate-x: 5px;
    }

    .lg\:hover\:translate-x-10p:hover {
        --tw-translate-x: 10px;
    }

    .lg\:hover\:translate-x-14p:hover {
        --tw-translate-x: 14px;
    }

    .lg\:hover\:translate-x-15p:hover {
        --tw-translate-x: 15px;
    }

    .lg\:hover\:translate-x-15_2:hover {
        --tw-translate-x: 60px;
    }

    .lg\:hover\:translate-x-16_1:hover {
        --tw-translate-x: 52px;
    }

    .lg\:hover\:translate-x-16p:hover {
        --tw-translate-x: 16px;
    }

    .lg\:hover\:translate-x-25p:hover {
        --tw-translate-x: 25px;
    }

    .lg\:hover\:translate-x-48p:hover {
        --tw-translate-x: 48%;
    }

    .lg\:hover\:translate-x-52p:hover {
        --tw-translate-x: 52%;
    }

    .lg\:hover\:-translate-x-0:hover {
        --tw-translate-x: 0px;
    }

    .lg\:hover\:-translate-x-1:hover {
        --tw-translate-x: -0.25rem;
    }

    .lg\:hover\:-translate-x-2:hover {
        --tw-translate-x: -0.5rem;
    }

    .lg\:hover\:-translate-x-3:hover {
        --tw-translate-x: -0.75rem;
    }

    .lg\:hover\:-translate-x-4:hover {
        --tw-translate-x: -1rem;
    }

    .lg\:hover\:-translate-x-5:hover {
        --tw-translate-x: -1.25rem;
    }

    .lg\:hover\:-translate-x-6:hover {
        --tw-translate-x: -1.5rem;
    }

    .lg\:hover\:-translate-x-7:hover {
        --tw-translate-x: -1.75rem;
    }

    .lg\:hover\:-translate-x-8:hover {
        --tw-translate-x: -2rem;
    }

    .lg\:hover\:-translate-x-9:hover {
        --tw-translate-x: -2.25rem;
    }

    .lg\:hover\:-translate-x-10:hover {
        --tw-translate-x: -2.5rem;
    }

    .lg\:hover\:-translate-x-11:hover {
        --tw-translate-x: -2.75rem;
    }

    .lg\:hover\:-translate-x-12:hover {
        --tw-translate-x: -3rem;
    }

    .lg\:hover\:-translate-x-14:hover {
        --tw-translate-x: -3.5rem;
    }

    .lg\:hover\:-translate-x-16:hover {
        --tw-translate-x: -4rem;
    }

    .lg\:hover\:-translate-x-18:hover {
        --tw-translate-x: -4.375rem;
    }

    .lg\:hover\:-translate-x-19:hover {
        --tw-translate-x: -76px;
    }

    .lg\:hover\:-translate-x-20:hover {
        --tw-translate-x: -5rem;
    }

    .lg\:hover\:-translate-x-24:hover {
        --tw-translate-x: -6rem;
    }

    .lg\:hover\:-translate-x-28:hover {
        --tw-translate-x: -7rem;
    }

    .lg\:hover\:-translate-x-30:hover {
        --tw-translate-x: -120px;
    }

    .lg\:hover\:-translate-x-32:hover {
        --tw-translate-x: -8rem;
    }

    .lg\:hover\:-translate-x-36:hover {
        --tw-translate-x: -9rem;
    }

    .lg\:hover\:-translate-x-40:hover {
        --tw-translate-x: -10rem;
    }

    .lg\:hover\:-translate-x-44:hover {
        --tw-translate-x: -11rem;
    }

    .lg\:hover\:-translate-x-48:hover {
        --tw-translate-x: -12rem;
    }

    .lg\:hover\:-translate-x-52:hover {
        --tw-translate-x: -13rem;
    }

    .lg\:hover\:-translate-x-56:hover {
        --tw-translate-x: -14rem;
    }

    .lg\:hover\:-translate-x-60:hover {
        --tw-translate-x: -15rem;
    }

    .lg\:hover\:-translate-x-64:hover {
        --tw-translate-x: -16rem;
    }

    .lg\:hover\:-translate-x-72:hover {
        --tw-translate-x: -18rem;
    }

    .lg\:hover\:-translate-x-80:hover {
        --tw-translate-x: -20rem;
    }

    .lg\:hover\:-translate-x-96:hover {
        --tw-translate-x: -24rem;
    }

    .lg\:hover\:-translate-x-px:hover {
        --tw-translate-x: -1px;
    }

    .lg\:hover\:-translate-x-0\.5:hover {
        --tw-translate-x: -0.125rem;
    }

    .lg\:hover\:-translate-x-1\.5:hover {
        --tw-translate-x: -0.375rem;
    }

    .lg\:hover\:-translate-x-2\.5:hover {
        --tw-translate-x: -0.625rem;
    }

    .lg\:hover\:-translate-x-3\.5:hover {
        --tw-translate-x: -0.875rem;
    }

    .lg\:hover\:-translate-x-5p:hover {
        --tw-translate-x: -5px;
    }

    .lg\:hover\:-translate-x-10p:hover {
        --tw-translate-x: -10px;
    }

    .lg\:hover\:-translate-x-14p:hover {
        --tw-translate-x: -14px;
    }

    .lg\:hover\:-translate-x-15p:hover {
        --tw-translate-x: -15px;
    }

    .lg\:hover\:-translate-x-15_2:hover {
        --tw-translate-x: -60px;
    }

    .lg\:hover\:-translate-x-16_1:hover {
        --tw-translate-x: -52px;
    }

    .lg\:hover\:-translate-x-16p:hover {
        --tw-translate-x: -16px;
    }

    .lg\:hover\:-translate-x-25p:hover {
        --tw-translate-x: -25px;
    }

    .lg\:hover\:-translate-x-48p:hover {
        --tw-translate-x: -48%;
    }

    .lg\:hover\:-translate-x-52p:hover {
        --tw-translate-x: -52%;
    }

    .lg\:hover\:translate-x-1\/2:hover {
        --tw-translate-x: 50%;
    }

    .lg\:hover\:translate-x-1\/3:hover {
        --tw-translate-x: 33.333333%;
    }

    .lg\:hover\:translate-x-2\/3:hover {
        --tw-translate-x: 66.666667%;
    }

    .lg\:hover\:translate-x-1\/4:hover {
        --tw-translate-x: 25%;
    }

    .lg\:hover\:translate-x-2\/4:hover {
        --tw-translate-x: 50%;
    }

    .lg\:hover\:translate-x-3\/4:hover {
        --tw-translate-x: 75%;
    }

    .lg\:hover\:translate-x-full:hover {
        --tw-translate-x: 100%;
    }

    .lg\:hover\:-translate-x-1\/2:hover {
        --tw-translate-x: -50%;
    }

    .lg\:hover\:-translate-x-1\/3:hover {
        --tw-translate-x: -33.333333%;
    }

    .lg\:hover\:-translate-x-2\/3:hover {
        --tw-translate-x: -66.666667%;
    }

    .lg\:hover\:-translate-x-1\/4:hover {
        --tw-translate-x: -25%;
    }

    .lg\:hover\:-translate-x-2\/4:hover {
        --tw-translate-x: -50%;
    }

    .lg\:hover\:-translate-x-3\/4:hover {
        --tw-translate-x: -75%;
    }

    .lg\:hover\:-translate-x-full:hover {
        --tw-translate-x: -100%;
    }

    .lg\:hover\:translate-y-0:hover {
        --tw-translate-y: 0px;
    }

    .lg\:hover\:translate-y-1:hover {
        --tw-translate-y: 0.25rem;
    }

    .lg\:hover\:translate-y-2:hover {
        --tw-translate-y: 0.5rem;
    }

    .lg\:hover\:translate-y-3:hover {
        --tw-translate-y: 0.75rem;
    }

    .lg\:hover\:translate-y-4:hover {
        --tw-translate-y: 1rem;
    }

    .lg\:hover\:translate-y-5:hover {
        --tw-translate-y: 1.25rem;
    }

    .lg\:hover\:translate-y-6:hover {
        --tw-translate-y: 1.5rem;
    }

    .lg\:hover\:translate-y-7:hover {
        --tw-translate-y: 1.75rem;
    }

    .lg\:hover\:translate-y-8:hover {
        --tw-translate-y: 2rem;
    }

    .lg\:hover\:translate-y-9:hover {
        --tw-translate-y: 2.25rem;
    }

    .lg\:hover\:translate-y-10:hover {
        --tw-translate-y: 2.5rem;
    }

    .lg\:hover\:translate-y-11:hover {
        --tw-translate-y: 2.75rem;
    }

    .lg\:hover\:translate-y-12:hover {
        --tw-translate-y: 3rem;
    }

    .lg\:hover\:translate-y-14:hover {
        --tw-translate-y: 3.5rem;
    }

    .lg\:hover\:translate-y-16:hover {
        --tw-translate-y: 4rem;
    }

    .lg\:hover\:translate-y-18:hover {
        --tw-translate-y: 4.375rem;
    }

    .lg\:hover\:translate-y-19:hover {
        --tw-translate-y: 76px;
    }

    .lg\:hover\:translate-y-20:hover {
        --tw-translate-y: 5rem;
    }

    .lg\:hover\:translate-y-24:hover {
        --tw-translate-y: 6rem;
    }

    .lg\:hover\:translate-y-28:hover {
        --tw-translate-y: 7rem;
    }

    .lg\:hover\:translate-y-30:hover {
        --tw-translate-y: 120px;
    }

    .lg\:hover\:translate-y-32:hover {
        --tw-translate-y: 8rem;
    }

    .lg\:hover\:translate-y-36:hover {
        --tw-translate-y: 9rem;
    }

    .lg\:hover\:translate-y-40:hover {
        --tw-translate-y: 10rem;
    }

    .lg\:hover\:translate-y-44:hover {
        --tw-translate-y: 11rem;
    }

    .lg\:hover\:translate-y-48:hover {
        --tw-translate-y: 12rem;
    }

    .lg\:hover\:translate-y-52:hover {
        --tw-translate-y: 13rem;
    }

    .lg\:hover\:translate-y-56:hover {
        --tw-translate-y: 14rem;
    }

    .lg\:hover\:translate-y-60:hover {
        --tw-translate-y: 15rem;
    }

    .lg\:hover\:translate-y-64:hover {
        --tw-translate-y: 16rem;
    }

    .lg\:hover\:translate-y-72:hover {
        --tw-translate-y: 18rem;
    }

    .lg\:hover\:translate-y-80:hover {
        --tw-translate-y: 20rem;
    }

    .lg\:hover\:translate-y-96:hover {
        --tw-translate-y: 24rem;
    }

    .lg\:hover\:translate-y-px:hover {
        --tw-translate-y: 1px;
    }

    .lg\:hover\:translate-y-0\.5:hover {
        --tw-translate-y: 0.125rem;
    }

    .lg\:hover\:translate-y-1\.5:hover {
        --tw-translate-y: 0.375rem;
    }

    .lg\:hover\:translate-y-2\.5:hover {
        --tw-translate-y: 0.625rem;
    }

    .lg\:hover\:translate-y-3\.5:hover {
        --tw-translate-y: 0.875rem;
    }

    .lg\:hover\:translate-y-5p:hover {
        --tw-translate-y: 5px;
    }

    .lg\:hover\:translate-y-10p:hover {
        --tw-translate-y: 10px;
    }

    .lg\:hover\:translate-y-14p:hover {
        --tw-translate-y: 14px;
    }

    .lg\:hover\:translate-y-15p:hover {
        --tw-translate-y: 15px;
    }

    .lg\:hover\:translate-y-15_2:hover {
        --tw-translate-y: 60px;
    }

    .lg\:hover\:translate-y-16_1:hover {
        --tw-translate-y: 52px;
    }

    .lg\:hover\:translate-y-16p:hover {
        --tw-translate-y: 16px;
    }

    .lg\:hover\:translate-y-25p:hover {
        --tw-translate-y: 25px;
    }

    .lg\:hover\:translate-y-48p:hover {
        --tw-translate-y: 48%;
    }

    .lg\:hover\:translate-y-52p:hover {
        --tw-translate-y: 52%;
    }

    .lg\:hover\:-translate-y-0:hover {
        --tw-translate-y: 0px;
    }

    .lg\:hover\:-translate-y-1:hover {
        --tw-translate-y: -0.25rem;
    }

    .lg\:hover\:-translate-y-2:hover {
        --tw-translate-y: -0.5rem;
    }

    .lg\:hover\:-translate-y-3:hover {
        --tw-translate-y: -0.75rem;
    }

    .lg\:hover\:-translate-y-4:hover {
        --tw-translate-y: -1rem;
    }

    .lg\:hover\:-translate-y-5:hover {
        --tw-translate-y: -1.25rem;
    }

    .lg\:hover\:-translate-y-6:hover {
        --tw-translate-y: -1.5rem;
    }

    .lg\:hover\:-translate-y-7:hover {
        --tw-translate-y: -1.75rem;
    }

    .lg\:hover\:-translate-y-8:hover {
        --tw-translate-y: -2rem;
    }

    .lg\:hover\:-translate-y-9:hover {
        --tw-translate-y: -2.25rem;
    }

    .lg\:hover\:-translate-y-10:hover {
        --tw-translate-y: -2.5rem;
    }

    .lg\:hover\:-translate-y-11:hover {
        --tw-translate-y: -2.75rem;
    }

    .lg\:hover\:-translate-y-12:hover {
        --tw-translate-y: -3rem;
    }

    .lg\:hover\:-translate-y-14:hover {
        --tw-translate-y: -3.5rem;
    }

    .lg\:hover\:-translate-y-16:hover {
        --tw-translate-y: -4rem;
    }

    .lg\:hover\:-translate-y-18:hover {
        --tw-translate-y: -4.375rem;
    }

    .lg\:hover\:-translate-y-19:hover {
        --tw-translate-y: -76px;
    }

    .lg\:hover\:-translate-y-20:hover {
        --tw-translate-y: -5rem;
    }

    .lg\:hover\:-translate-y-24:hover {
        --tw-translate-y: -6rem;
    }

    .lg\:hover\:-translate-y-28:hover {
        --tw-translate-y: -7rem;
    }

    .lg\:hover\:-translate-y-30:hover {
        --tw-translate-y: -120px;
    }

    .lg\:hover\:-translate-y-32:hover {
        --tw-translate-y: -8rem;
    }

    .lg\:hover\:-translate-y-36:hover {
        --tw-translate-y: -9rem;
    }

    .lg\:hover\:-translate-y-40:hover {
        --tw-translate-y: -10rem;
    }

    .lg\:hover\:-translate-y-44:hover {
        --tw-translate-y: -11rem;
    }

    .lg\:hover\:-translate-y-48:hover {
        --tw-translate-y: -12rem;
    }

    .lg\:hover\:-translate-y-52:hover {
        --tw-translate-y: -13rem;
    }

    .lg\:hover\:-translate-y-56:hover {
        --tw-translate-y: -14rem;
    }

    .lg\:hover\:-translate-y-60:hover {
        --tw-translate-y: -15rem;
    }

    .lg\:hover\:-translate-y-64:hover {
        --tw-translate-y: -16rem;
    }

    .lg\:hover\:-translate-y-72:hover {
        --tw-translate-y: -18rem;
    }

    .lg\:hover\:-translate-y-80:hover {
        --tw-translate-y: -20rem;
    }

    .lg\:hover\:-translate-y-96:hover {
        --tw-translate-y: -24rem;
    }

    .lg\:hover\:-translate-y-px:hover {
        --tw-translate-y: -1px;
    }

    .lg\:hover\:-translate-y-0\.5:hover {
        --tw-translate-y: -0.125rem;
    }

    .lg\:hover\:-translate-y-1\.5:hover {
        --tw-translate-y: -0.375rem;
    }

    .lg\:hover\:-translate-y-2\.5:hover {
        --tw-translate-y: -0.625rem;
    }

    .lg\:hover\:-translate-y-3\.5:hover {
        --tw-translate-y: -0.875rem;
    }

    .lg\:hover\:-translate-y-5p:hover {
        --tw-translate-y: -5px;
    }

    .lg\:hover\:-translate-y-10p:hover {
        --tw-translate-y: -10px;
    }

    .lg\:hover\:-translate-y-14p:hover {
        --tw-translate-y: -14px;
    }

    .lg\:hover\:-translate-y-15p:hover {
        --tw-translate-y: -15px;
    }

    .lg\:hover\:-translate-y-15_2:hover {
        --tw-translate-y: -60px;
    }

    .lg\:hover\:-translate-y-16_1:hover {
        --tw-translate-y: -52px;
    }

    .lg\:hover\:-translate-y-16p:hover {
        --tw-translate-y: -16px;
    }

    .lg\:hover\:-translate-y-25p:hover {
        --tw-translate-y: -25px;
    }

    .lg\:hover\:-translate-y-48p:hover {
        --tw-translate-y: -48%;
    }

    .lg\:hover\:-translate-y-52p:hover {
        --tw-translate-y: -52%;
    }

    .lg\:hover\:translate-y-1\/2:hover {
        --tw-translate-y: 50%;
    }

    .lg\:hover\:translate-y-1\/3:hover {
        --tw-translate-y: 33.333333%;
    }

    .lg\:hover\:translate-y-2\/3:hover {
        --tw-translate-y: 66.666667%;
    }

    .lg\:hover\:translate-y-1\/4:hover {
        --tw-translate-y: 25%;
    }

    .lg\:hover\:translate-y-2\/4:hover {
        --tw-translate-y: 50%;
    }

    .lg\:hover\:translate-y-3\/4:hover {
        --tw-translate-y: 75%;
    }

    .lg\:hover\:translate-y-full:hover {
        --tw-translate-y: 100%;
    }

    .lg\:hover\:-translate-y-1\/2:hover {
        --tw-translate-y: -50%;
    }

    .lg\:hover\:-translate-y-1\/3:hover {
        --tw-translate-y: -33.333333%;
    }

    .lg\:hover\:-translate-y-2\/3:hover {
        --tw-translate-y: -66.666667%;
    }

    .lg\:hover\:-translate-y-1\/4:hover {
        --tw-translate-y: -25%;
    }

    .lg\:hover\:-translate-y-2\/4:hover {
        --tw-translate-y: -50%;
    }

    .lg\:hover\:-translate-y-3\/4:hover {
        --tw-translate-y: -75%;
    }

    .lg\:hover\:-translate-y-full:hover {
        --tw-translate-y: -100%;
    }

    .lg\:focus\:translate-x-0:focus {
        --tw-translate-x: 0px;
    }

    .lg\:focus\:translate-x-1:focus {
        --tw-translate-x: 0.25rem;
    }

    .lg\:focus\:translate-x-2:focus {
        --tw-translate-x: 0.5rem;
    }

    .lg\:focus\:translate-x-3:focus {
        --tw-translate-x: 0.75rem;
    }

    .lg\:focus\:translate-x-4:focus {
        --tw-translate-x: 1rem;
    }

    .lg\:focus\:translate-x-5:focus {
        --tw-translate-x: 1.25rem;
    }

    .lg\:focus\:translate-x-6:focus {
        --tw-translate-x: 1.5rem;
    }

    .lg\:focus\:translate-x-7:focus {
        --tw-translate-x: 1.75rem;
    }

    .lg\:focus\:translate-x-8:focus {
        --tw-translate-x: 2rem;
    }

    .lg\:focus\:translate-x-9:focus {
        --tw-translate-x: 2.25rem;
    }

    .lg\:focus\:translate-x-10:focus {
        --tw-translate-x: 2.5rem;
    }

    .lg\:focus\:translate-x-11:focus {
        --tw-translate-x: 2.75rem;
    }

    .lg\:focus\:translate-x-12:focus {
        --tw-translate-x: 3rem;
    }

    .lg\:focus\:translate-x-14:focus {
        --tw-translate-x: 3.5rem;
    }

    .lg\:focus\:translate-x-16:focus {
        --tw-translate-x: 4rem;
    }

    .lg\:focus\:translate-x-18:focus {
        --tw-translate-x: 4.375rem;
    }

    .lg\:focus\:translate-x-19:focus {
        --tw-translate-x: 76px;
    }

    .lg\:focus\:translate-x-20:focus {
        --tw-translate-x: 5rem;
    }

    .lg\:focus\:translate-x-24:focus {
        --tw-translate-x: 6rem;
    }

    .lg\:focus\:translate-x-28:focus {
        --tw-translate-x: 7rem;
    }

    .lg\:focus\:translate-x-30:focus {
        --tw-translate-x: 120px;
    }

    .lg\:focus\:translate-x-32:focus {
        --tw-translate-x: 8rem;
    }

    .lg\:focus\:translate-x-36:focus {
        --tw-translate-x: 9rem;
    }

    .lg\:focus\:translate-x-40:focus {
        --tw-translate-x: 10rem;
    }

    .lg\:focus\:translate-x-44:focus {
        --tw-translate-x: 11rem;
    }

    .lg\:focus\:translate-x-48:focus {
        --tw-translate-x: 12rem;
    }

    .lg\:focus\:translate-x-52:focus {
        --tw-translate-x: 13rem;
    }

    .lg\:focus\:translate-x-56:focus {
        --tw-translate-x: 14rem;
    }

    .lg\:focus\:translate-x-60:focus {
        --tw-translate-x: 15rem;
    }

    .lg\:focus\:translate-x-64:focus {
        --tw-translate-x: 16rem;
    }

    .lg\:focus\:translate-x-72:focus {
        --tw-translate-x: 18rem;
    }

    .lg\:focus\:translate-x-80:focus {
        --tw-translate-x: 20rem;
    }

    .lg\:focus\:translate-x-96:focus {
        --tw-translate-x: 24rem;
    }

    .lg\:focus\:translate-x-px:focus {
        --tw-translate-x: 1px;
    }

    .lg\:focus\:translate-x-0\.5:focus {
        --tw-translate-x: 0.125rem;
    }

    .lg\:focus\:translate-x-1\.5:focus {
        --tw-translate-x: 0.375rem;
    }

    .lg\:focus\:translate-x-2\.5:focus {
        --tw-translate-x: 0.625rem;
    }

    .lg\:focus\:translate-x-3\.5:focus {
        --tw-translate-x: 0.875rem;
    }

    .lg\:focus\:translate-x-5p:focus {
        --tw-translate-x: 5px;
    }

    .lg\:focus\:translate-x-10p:focus {
        --tw-translate-x: 10px;
    }

    .lg\:focus\:translate-x-14p:focus {
        --tw-translate-x: 14px;
    }

    .lg\:focus\:translate-x-15p:focus {
        --tw-translate-x: 15px;
    }

    .lg\:focus\:translate-x-15_2:focus {
        --tw-translate-x: 60px;
    }

    .lg\:focus\:translate-x-16_1:focus {
        --tw-translate-x: 52px;
    }

    .lg\:focus\:translate-x-16p:focus {
        --tw-translate-x: 16px;
    }

    .lg\:focus\:translate-x-25p:focus {
        --tw-translate-x: 25px;
    }

    .lg\:focus\:translate-x-48p:focus {
        --tw-translate-x: 48%;
    }

    .lg\:focus\:translate-x-52p:focus {
        --tw-translate-x: 52%;
    }

    .lg\:focus\:-translate-x-0:focus {
        --tw-translate-x: 0px;
    }

    .lg\:focus\:-translate-x-1:focus {
        --tw-translate-x: -0.25rem;
    }

    .lg\:focus\:-translate-x-2:focus {
        --tw-translate-x: -0.5rem;
    }

    .lg\:focus\:-translate-x-3:focus {
        --tw-translate-x: -0.75rem;
    }

    .lg\:focus\:-translate-x-4:focus {
        --tw-translate-x: -1rem;
    }

    .lg\:focus\:-translate-x-5:focus {
        --tw-translate-x: -1.25rem;
    }

    .lg\:focus\:-translate-x-6:focus {
        --tw-translate-x: -1.5rem;
    }

    .lg\:focus\:-translate-x-7:focus {
        --tw-translate-x: -1.75rem;
    }

    .lg\:focus\:-translate-x-8:focus {
        --tw-translate-x: -2rem;
    }

    .lg\:focus\:-translate-x-9:focus {
        --tw-translate-x: -2.25rem;
    }

    .lg\:focus\:-translate-x-10:focus {
        --tw-translate-x: -2.5rem;
    }

    .lg\:focus\:-translate-x-11:focus {
        --tw-translate-x: -2.75rem;
    }

    .lg\:focus\:-translate-x-12:focus {
        --tw-translate-x: -3rem;
    }

    .lg\:focus\:-translate-x-14:focus {
        --tw-translate-x: -3.5rem;
    }

    .lg\:focus\:-translate-x-16:focus {
        --tw-translate-x: -4rem;
    }

    .lg\:focus\:-translate-x-18:focus {
        --tw-translate-x: -4.375rem;
    }

    .lg\:focus\:-translate-x-19:focus {
        --tw-translate-x: -76px;
    }

    .lg\:focus\:-translate-x-20:focus {
        --tw-translate-x: -5rem;
    }

    .lg\:focus\:-translate-x-24:focus {
        --tw-translate-x: -6rem;
    }

    .lg\:focus\:-translate-x-28:focus {
        --tw-translate-x: -7rem;
    }

    .lg\:focus\:-translate-x-30:focus {
        --tw-translate-x: -120px;
    }

    .lg\:focus\:-translate-x-32:focus {
        --tw-translate-x: -8rem;
    }

    .lg\:focus\:-translate-x-36:focus {
        --tw-translate-x: -9rem;
    }

    .lg\:focus\:-translate-x-40:focus {
        --tw-translate-x: -10rem;
    }

    .lg\:focus\:-translate-x-44:focus {
        --tw-translate-x: -11rem;
    }

    .lg\:focus\:-translate-x-48:focus {
        --tw-translate-x: -12rem;
    }

    .lg\:focus\:-translate-x-52:focus {
        --tw-translate-x: -13rem;
    }

    .lg\:focus\:-translate-x-56:focus {
        --tw-translate-x: -14rem;
    }

    .lg\:focus\:-translate-x-60:focus {
        --tw-translate-x: -15rem;
    }

    .lg\:focus\:-translate-x-64:focus {
        --tw-translate-x: -16rem;
    }

    .lg\:focus\:-translate-x-72:focus {
        --tw-translate-x: -18rem;
    }

    .lg\:focus\:-translate-x-80:focus {
        --tw-translate-x: -20rem;
    }

    .lg\:focus\:-translate-x-96:focus {
        --tw-translate-x: -24rem;
    }

    .lg\:focus\:-translate-x-px:focus {
        --tw-translate-x: -1px;
    }

    .lg\:focus\:-translate-x-0\.5:focus {
        --tw-translate-x: -0.125rem;
    }

    .lg\:focus\:-translate-x-1\.5:focus {
        --tw-translate-x: -0.375rem;
    }

    .lg\:focus\:-translate-x-2\.5:focus {
        --tw-translate-x: -0.625rem;
    }

    .lg\:focus\:-translate-x-3\.5:focus {
        --tw-translate-x: -0.875rem;
    }

    .lg\:focus\:-translate-x-5p:focus {
        --tw-translate-x: -5px;
    }

    .lg\:focus\:-translate-x-10p:focus {
        --tw-translate-x: -10px;
    }

    .lg\:focus\:-translate-x-14p:focus {
        --tw-translate-x: -14px;
    }

    .lg\:focus\:-translate-x-15p:focus {
        --tw-translate-x: -15px;
    }

    .lg\:focus\:-translate-x-15_2:focus {
        --tw-translate-x: -60px;
    }

    .lg\:focus\:-translate-x-16_1:focus {
        --tw-translate-x: -52px;
    }

    .lg\:focus\:-translate-x-16p:focus {
        --tw-translate-x: -16px;
    }

    .lg\:focus\:-translate-x-25p:focus {
        --tw-translate-x: -25px;
    }

    .lg\:focus\:-translate-x-48p:focus {
        --tw-translate-x: -48%;
    }

    .lg\:focus\:-translate-x-52p:focus {
        --tw-translate-x: -52%;
    }

    .lg\:focus\:translate-x-1\/2:focus {
        --tw-translate-x: 50%;
    }

    .lg\:focus\:translate-x-1\/3:focus {
        --tw-translate-x: 33.333333%;
    }

    .lg\:focus\:translate-x-2\/3:focus {
        --tw-translate-x: 66.666667%;
    }

    .lg\:focus\:translate-x-1\/4:focus {
        --tw-translate-x: 25%;
    }

    .lg\:focus\:translate-x-2\/4:focus {
        --tw-translate-x: 50%;
    }

    .lg\:focus\:translate-x-3\/4:focus {
        --tw-translate-x: 75%;
    }

    .lg\:focus\:translate-x-full:focus {
        --tw-translate-x: 100%;
    }

    .lg\:focus\:-translate-x-1\/2:focus {
        --tw-translate-x: -50%;
    }

    .lg\:focus\:-translate-x-1\/3:focus {
        --tw-translate-x: -33.333333%;
    }

    .lg\:focus\:-translate-x-2\/3:focus {
        --tw-translate-x: -66.666667%;
    }

    .lg\:focus\:-translate-x-1\/4:focus {
        --tw-translate-x: -25%;
    }

    .lg\:focus\:-translate-x-2\/4:focus {
        --tw-translate-x: -50%;
    }

    .lg\:focus\:-translate-x-3\/4:focus {
        --tw-translate-x: -75%;
    }

    .lg\:focus\:-translate-x-full:focus {
        --tw-translate-x: -100%;
    }

    .lg\:focus\:translate-y-0:focus {
        --tw-translate-y: 0px;
    }

    .lg\:focus\:translate-y-1:focus {
        --tw-translate-y: 0.25rem;
    }

    .lg\:focus\:translate-y-2:focus {
        --tw-translate-y: 0.5rem;
    }

    .lg\:focus\:translate-y-3:focus {
        --tw-translate-y: 0.75rem;
    }

    .lg\:focus\:translate-y-4:focus {
        --tw-translate-y: 1rem;
    }

    .lg\:focus\:translate-y-5:focus {
        --tw-translate-y: 1.25rem;
    }

    .lg\:focus\:translate-y-6:focus {
        --tw-translate-y: 1.5rem;
    }

    .lg\:focus\:translate-y-7:focus {
        --tw-translate-y: 1.75rem;
    }

    .lg\:focus\:translate-y-8:focus {
        --tw-translate-y: 2rem;
    }

    .lg\:focus\:translate-y-9:focus {
        --tw-translate-y: 2.25rem;
    }

    .lg\:focus\:translate-y-10:focus {
        --tw-translate-y: 2.5rem;
    }

    .lg\:focus\:translate-y-11:focus {
        --tw-translate-y: 2.75rem;
    }

    .lg\:focus\:translate-y-12:focus {
        --tw-translate-y: 3rem;
    }

    .lg\:focus\:translate-y-14:focus {
        --tw-translate-y: 3.5rem;
    }

    .lg\:focus\:translate-y-16:focus {
        --tw-translate-y: 4rem;
    }

    .lg\:focus\:translate-y-18:focus {
        --tw-translate-y: 4.375rem;
    }

    .lg\:focus\:translate-y-19:focus {
        --tw-translate-y: 76px;
    }

    .lg\:focus\:translate-y-20:focus {
        --tw-translate-y: 5rem;
    }

    .lg\:focus\:translate-y-24:focus {
        --tw-translate-y: 6rem;
    }

    .lg\:focus\:translate-y-28:focus {
        --tw-translate-y: 7rem;
    }

    .lg\:focus\:translate-y-30:focus {
        --tw-translate-y: 120px;
    }

    .lg\:focus\:translate-y-32:focus {
        --tw-translate-y: 8rem;
    }

    .lg\:focus\:translate-y-36:focus {
        --tw-translate-y: 9rem;
    }

    .lg\:focus\:translate-y-40:focus {
        --tw-translate-y: 10rem;
    }

    .lg\:focus\:translate-y-44:focus {
        --tw-translate-y: 11rem;
    }

    .lg\:focus\:translate-y-48:focus {
        --tw-translate-y: 12rem;
    }

    .lg\:focus\:translate-y-52:focus {
        --tw-translate-y: 13rem;
    }

    .lg\:focus\:translate-y-56:focus {
        --tw-translate-y: 14rem;
    }

    .lg\:focus\:translate-y-60:focus {
        --tw-translate-y: 15rem;
    }

    .lg\:focus\:translate-y-64:focus {
        --tw-translate-y: 16rem;
    }

    .lg\:focus\:translate-y-72:focus {
        --tw-translate-y: 18rem;
    }

    .lg\:focus\:translate-y-80:focus {
        --tw-translate-y: 20rem;
    }

    .lg\:focus\:translate-y-96:focus {
        --tw-translate-y: 24rem;
    }

    .lg\:focus\:translate-y-px:focus {
        --tw-translate-y: 1px;
    }

    .lg\:focus\:translate-y-0\.5:focus {
        --tw-translate-y: 0.125rem;
    }

    .lg\:focus\:translate-y-1\.5:focus {
        --tw-translate-y: 0.375rem;
    }

    .lg\:focus\:translate-y-2\.5:focus {
        --tw-translate-y: 0.625rem;
    }

    .lg\:focus\:translate-y-3\.5:focus {
        --tw-translate-y: 0.875rem;
    }

    .lg\:focus\:translate-y-5p:focus {
        --tw-translate-y: 5px;
    }

    .lg\:focus\:translate-y-10p:focus {
        --tw-translate-y: 10px;
    }

    .lg\:focus\:translate-y-14p:focus {
        --tw-translate-y: 14px;
    }

    .lg\:focus\:translate-y-15p:focus {
        --tw-translate-y: 15px;
    }

    .lg\:focus\:translate-y-15_2:focus {
        --tw-translate-y: 60px;
    }

    .lg\:focus\:translate-y-16_1:focus {
        --tw-translate-y: 52px;
    }

    .lg\:focus\:translate-y-16p:focus {
        --tw-translate-y: 16px;
    }

    .lg\:focus\:translate-y-25p:focus {
        --tw-translate-y: 25px;
    }

    .lg\:focus\:translate-y-48p:focus {
        --tw-translate-y: 48%;
    }

    .lg\:focus\:translate-y-52p:focus {
        --tw-translate-y: 52%;
    }

    .lg\:focus\:-translate-y-0:focus {
        --tw-translate-y: 0px;
    }

    .lg\:focus\:-translate-y-1:focus {
        --tw-translate-y: -0.25rem;
    }

    .lg\:focus\:-translate-y-2:focus {
        --tw-translate-y: -0.5rem;
    }

    .lg\:focus\:-translate-y-3:focus {
        --tw-translate-y: -0.75rem;
    }

    .lg\:focus\:-translate-y-4:focus {
        --tw-translate-y: -1rem;
    }

    .lg\:focus\:-translate-y-5:focus {
        --tw-translate-y: -1.25rem;
    }

    .lg\:focus\:-translate-y-6:focus {
        --tw-translate-y: -1.5rem;
    }

    .lg\:focus\:-translate-y-7:focus {
        --tw-translate-y: -1.75rem;
    }

    .lg\:focus\:-translate-y-8:focus {
        --tw-translate-y: -2rem;
    }

    .lg\:focus\:-translate-y-9:focus {
        --tw-translate-y: -2.25rem;
    }

    .lg\:focus\:-translate-y-10:focus {
        --tw-translate-y: -2.5rem;
    }

    .lg\:focus\:-translate-y-11:focus {
        --tw-translate-y: -2.75rem;
    }

    .lg\:focus\:-translate-y-12:focus {
        --tw-translate-y: -3rem;
    }

    .lg\:focus\:-translate-y-14:focus {
        --tw-translate-y: -3.5rem;
    }

    .lg\:focus\:-translate-y-16:focus {
        --tw-translate-y: -4rem;
    }

    .lg\:focus\:-translate-y-18:focus {
        --tw-translate-y: -4.375rem;
    }

    .lg\:focus\:-translate-y-19:focus {
        --tw-translate-y: -76px;
    }

    .lg\:focus\:-translate-y-20:focus {
        --tw-translate-y: -5rem;
    }

    .lg\:focus\:-translate-y-24:focus {
        --tw-translate-y: -6rem;
    }

    .lg\:focus\:-translate-y-28:focus {
        --tw-translate-y: -7rem;
    }

    .lg\:focus\:-translate-y-30:focus {
        --tw-translate-y: -120px;
    }

    .lg\:focus\:-translate-y-32:focus {
        --tw-translate-y: -8rem;
    }

    .lg\:focus\:-translate-y-36:focus {
        --tw-translate-y: -9rem;
    }

    .lg\:focus\:-translate-y-40:focus {
        --tw-translate-y: -10rem;
    }

    .lg\:focus\:-translate-y-44:focus {
        --tw-translate-y: -11rem;
    }

    .lg\:focus\:-translate-y-48:focus {
        --tw-translate-y: -12rem;
    }

    .lg\:focus\:-translate-y-52:focus {
        --tw-translate-y: -13rem;
    }

    .lg\:focus\:-translate-y-56:focus {
        --tw-translate-y: -14rem;
    }

    .lg\:focus\:-translate-y-60:focus {
        --tw-translate-y: -15rem;
    }

    .lg\:focus\:-translate-y-64:focus {
        --tw-translate-y: -16rem;
    }

    .lg\:focus\:-translate-y-72:focus {
        --tw-translate-y: -18rem;
    }

    .lg\:focus\:-translate-y-80:focus {
        --tw-translate-y: -20rem;
    }

    .lg\:focus\:-translate-y-96:focus {
        --tw-translate-y: -24rem;
    }

    .lg\:focus\:-translate-y-px:focus {
        --tw-translate-y: -1px;
    }

    .lg\:focus\:-translate-y-0\.5:focus {
        --tw-translate-y: -0.125rem;
    }

    .lg\:focus\:-translate-y-1\.5:focus {
        --tw-translate-y: -0.375rem;
    }

    .lg\:focus\:-translate-y-2\.5:focus {
        --tw-translate-y: -0.625rem;
    }

    .lg\:focus\:-translate-y-3\.5:focus {
        --tw-translate-y: -0.875rem;
    }

    .lg\:focus\:-translate-y-5p:focus {
        --tw-translate-y: -5px;
    }

    .lg\:focus\:-translate-y-10p:focus {
        --tw-translate-y: -10px;
    }

    .lg\:focus\:-translate-y-14p:focus {
        --tw-translate-y: -14px;
    }

    .lg\:focus\:-translate-y-15p:focus {
        --tw-translate-y: -15px;
    }

    .lg\:focus\:-translate-y-15_2:focus {
        --tw-translate-y: -60px;
    }

    .lg\:focus\:-translate-y-16_1:focus {
        --tw-translate-y: -52px;
    }

    .lg\:focus\:-translate-y-16p:focus {
        --tw-translate-y: -16px;
    }

    .lg\:focus\:-translate-y-25p:focus {
        --tw-translate-y: -25px;
    }

    .lg\:focus\:-translate-y-48p:focus {
        --tw-translate-y: -48%;
    }

    .lg\:focus\:-translate-y-52p:focus {
        --tw-translate-y: -52%;
    }

    .lg\:focus\:translate-y-1\/2:focus {
        --tw-translate-y: 50%;
    }

    .lg\:focus\:translate-y-1\/3:focus {
        --tw-translate-y: 33.333333%;
    }

    .lg\:focus\:translate-y-2\/3:focus {
        --tw-translate-y: 66.666667%;
    }

    .lg\:focus\:translate-y-1\/4:focus {
        --tw-translate-y: 25%;
    }

    .lg\:focus\:translate-y-2\/4:focus {
        --tw-translate-y: 50%;
    }

    .lg\:focus\:translate-y-3\/4:focus {
        --tw-translate-y: 75%;
    }

    .lg\:focus\:translate-y-full:focus {
        --tw-translate-y: 100%;
    }

    .lg\:focus\:-translate-y-1\/2:focus {
        --tw-translate-y: -50%;
    }

    .lg\:focus\:-translate-y-1\/3:focus {
        --tw-translate-y: -33.333333%;
    }

    .lg\:focus\:-translate-y-2\/3:focus {
        --tw-translate-y: -66.666667%;
    }

    .lg\:focus\:-translate-y-1\/4:focus {
        --tw-translate-y: -25%;
    }

    .lg\:focus\:-translate-y-2\/4:focus {
        --tw-translate-y: -50%;
    }

    .lg\:focus\:-translate-y-3\/4:focus {
        --tw-translate-y: -75%;
    }

    .lg\:focus\:-translate-y-full:focus {
        --tw-translate-y: -100%;
    }

    .lg\:rotate-0 {
        --tw-rotate: 0deg;
    }

    .lg\:rotate-1 {
        --tw-rotate: 1deg;
    }

    .lg\:rotate-2 {
        --tw-rotate: 2deg;
    }

    .lg\:rotate-3 {
        --tw-rotate: 3deg;
    }

    .lg\:rotate-6 {
        --tw-rotate: 6deg;
    }

    .lg\:rotate-12 {
        --tw-rotate: 12deg;
    }

    .lg\:rotate-45 {
        --tw-rotate: 45deg;
    }

    .lg\:rotate-90 {
        --tw-rotate: 90deg;
    }

    .lg\:rotate-180 {
        --tw-rotate: 180deg;
    }

    .lg\:-rotate-180 {
        --tw-rotate: -180deg;
    }

    .lg\:-rotate-90 {
        --tw-rotate: -90deg;
    }

    .lg\:-rotate-45 {
        --tw-rotate: -45deg;
    }

    .lg\:-rotate-12 {
        --tw-rotate: -12deg;
    }

    .lg\:-rotate-6 {
        --tw-rotate: -6deg;
    }

    .lg\:-rotate-3 {
        --tw-rotate: -3deg;
    }

    .lg\:-rotate-2 {
        --tw-rotate: -2deg;
    }

    .lg\:-rotate-1 {
        --tw-rotate: -1deg;
    }

    .lg\:hover\:rotate-0:hover {
        --tw-rotate: 0deg;
    }

    .lg\:hover\:rotate-1:hover {
        --tw-rotate: 1deg;
    }

    .lg\:hover\:rotate-2:hover {
        --tw-rotate: 2deg;
    }

    .lg\:hover\:rotate-3:hover {
        --tw-rotate: 3deg;
    }

    .lg\:hover\:rotate-6:hover {
        --tw-rotate: 6deg;
    }

    .lg\:hover\:rotate-12:hover {
        --tw-rotate: 12deg;
    }

    .lg\:hover\:rotate-45:hover {
        --tw-rotate: 45deg;
    }

    .lg\:hover\:rotate-90:hover {
        --tw-rotate: 90deg;
    }

    .lg\:hover\:rotate-180:hover {
        --tw-rotate: 180deg;
    }

    .lg\:hover\:-rotate-180:hover {
        --tw-rotate: -180deg;
    }

    .lg\:hover\:-rotate-90:hover {
        --tw-rotate: -90deg;
    }

    .lg\:hover\:-rotate-45:hover {
        --tw-rotate: -45deg;
    }

    .lg\:hover\:-rotate-12:hover {
        --tw-rotate: -12deg;
    }

    .lg\:hover\:-rotate-6:hover {
        --tw-rotate: -6deg;
    }

    .lg\:hover\:-rotate-3:hover {
        --tw-rotate: -3deg;
    }

    .lg\:hover\:-rotate-2:hover {
        --tw-rotate: -2deg;
    }

    .lg\:hover\:-rotate-1:hover {
        --tw-rotate: -1deg;
    }

    .lg\:focus\:rotate-0:focus {
        --tw-rotate: 0deg;
    }

    .lg\:focus\:rotate-1:focus {
        --tw-rotate: 1deg;
    }

    .lg\:focus\:rotate-2:focus {
        --tw-rotate: 2deg;
    }

    .lg\:focus\:rotate-3:focus {
        --tw-rotate: 3deg;
    }

    .lg\:focus\:rotate-6:focus {
        --tw-rotate: 6deg;
    }

    .lg\:focus\:rotate-12:focus {
        --tw-rotate: 12deg;
    }

    .lg\:focus\:rotate-45:focus {
        --tw-rotate: 45deg;
    }

    .lg\:focus\:rotate-90:focus {
        --tw-rotate: 90deg;
    }

    .lg\:focus\:rotate-180:focus {
        --tw-rotate: 180deg;
    }

    .lg\:focus\:-rotate-180:focus {
        --tw-rotate: -180deg;
    }

    .lg\:focus\:-rotate-90:focus {
        --tw-rotate: -90deg;
    }

    .lg\:focus\:-rotate-45:focus {
        --tw-rotate: -45deg;
    }

    .lg\:focus\:-rotate-12:focus {
        --tw-rotate: -12deg;
    }

    .lg\:focus\:-rotate-6:focus {
        --tw-rotate: -6deg;
    }

    .lg\:focus\:-rotate-3:focus {
        --tw-rotate: -3deg;
    }

    .lg\:focus\:-rotate-2:focus {
        --tw-rotate: -2deg;
    }

    .lg\:focus\:-rotate-1:focus {
        --tw-rotate: -1deg;
    }

    .lg\:skew-x-0 {
        --tw-skew-x: 0deg;
    }

    .lg\:skew-x-1 {
        --tw-skew-x: 1deg;
    }

    .lg\:skew-x-2 {
        --tw-skew-x: 2deg;
    }

    .lg\:skew-x-3 {
        --tw-skew-x: 3deg;
    }

    .lg\:skew-x-6 {
        --tw-skew-x: 6deg;
    }

    .lg\:skew-x-12 {
        --tw-skew-x: 12deg;
    }

    .lg\:-skew-x-12 {
        --tw-skew-x: -12deg;
    }

    .lg\:-skew-x-6 {
        --tw-skew-x: -6deg;
    }

    .lg\:-skew-x-3 {
        --tw-skew-x: -3deg;
    }

    .lg\:-skew-x-2 {
        --tw-skew-x: -2deg;
    }

    .lg\:-skew-x-1 {
        --tw-skew-x: -1deg;
    }

    .lg\:skew-y-0 {
        --tw-skew-y: 0deg;
    }

    .lg\:skew-y-1 {
        --tw-skew-y: 1deg;
    }

    .lg\:skew-y-2 {
        --tw-skew-y: 2deg;
    }

    .lg\:skew-y-3 {
        --tw-skew-y: 3deg;
    }

    .lg\:skew-y-6 {
        --tw-skew-y: 6deg;
    }

    .lg\:skew-y-12 {
        --tw-skew-y: 12deg;
    }

    .lg\:-skew-y-12 {
        --tw-skew-y: -12deg;
    }

    .lg\:-skew-y-6 {
        --tw-skew-y: -6deg;
    }

    .lg\:-skew-y-3 {
        --tw-skew-y: -3deg;
    }

    .lg\:-skew-y-2 {
        --tw-skew-y: -2deg;
    }

    .lg\:-skew-y-1 {
        --tw-skew-y: -1deg;
    }

    .lg\:hover\:skew-x-0:hover {
        --tw-skew-x: 0deg;
    }

    .lg\:hover\:skew-x-1:hover {
        --tw-skew-x: 1deg;
    }

    .lg\:hover\:skew-x-2:hover {
        --tw-skew-x: 2deg;
    }

    .lg\:hover\:skew-x-3:hover {
        --tw-skew-x: 3deg;
    }

    .lg\:hover\:skew-x-6:hover {
        --tw-skew-x: 6deg;
    }

    .lg\:hover\:skew-x-12:hover {
        --tw-skew-x: 12deg;
    }

    .lg\:hover\:-skew-x-12:hover {
        --tw-skew-x: -12deg;
    }

    .lg\:hover\:-skew-x-6:hover {
        --tw-skew-x: -6deg;
    }

    .lg\:hover\:-skew-x-3:hover {
        --tw-skew-x: -3deg;
    }

    .lg\:hover\:-skew-x-2:hover {
        --tw-skew-x: -2deg;
    }

    .lg\:hover\:-skew-x-1:hover {
        --tw-skew-x: -1deg;
    }

    .lg\:hover\:skew-y-0:hover {
        --tw-skew-y: 0deg;
    }

    .lg\:hover\:skew-y-1:hover {
        --tw-skew-y: 1deg;
    }

    .lg\:hover\:skew-y-2:hover {
        --tw-skew-y: 2deg;
    }

    .lg\:hover\:skew-y-3:hover {
        --tw-skew-y: 3deg;
    }

    .lg\:hover\:skew-y-6:hover {
        --tw-skew-y: 6deg;
    }

    .lg\:hover\:skew-y-12:hover {
        --tw-skew-y: 12deg;
    }

    .lg\:hover\:-skew-y-12:hover {
        --tw-skew-y: -12deg;
    }

    .lg\:hover\:-skew-y-6:hover {
        --tw-skew-y: -6deg;
    }

    .lg\:hover\:-skew-y-3:hover {
        --tw-skew-y: -3deg;
    }

    .lg\:hover\:-skew-y-2:hover {
        --tw-skew-y: -2deg;
    }

    .lg\:hover\:-skew-y-1:hover {
        --tw-skew-y: -1deg;
    }

    .lg\:focus\:skew-x-0:focus {
        --tw-skew-x: 0deg;
    }

    .lg\:focus\:skew-x-1:focus {
        --tw-skew-x: 1deg;
    }

    .lg\:focus\:skew-x-2:focus {
        --tw-skew-x: 2deg;
    }

    .lg\:focus\:skew-x-3:focus {
        --tw-skew-x: 3deg;
    }

    .lg\:focus\:skew-x-6:focus {
        --tw-skew-x: 6deg;
    }

    .lg\:focus\:skew-x-12:focus {
        --tw-skew-x: 12deg;
    }

    .lg\:focus\:-skew-x-12:focus {
        --tw-skew-x: -12deg;
    }

    .lg\:focus\:-skew-x-6:focus {
        --tw-skew-x: -6deg;
    }

    .lg\:focus\:-skew-x-3:focus {
        --tw-skew-x: -3deg;
    }

    .lg\:focus\:-skew-x-2:focus {
        --tw-skew-x: -2deg;
    }

    .lg\:focus\:-skew-x-1:focus {
        --tw-skew-x: -1deg;
    }

    .lg\:focus\:skew-y-0:focus {
        --tw-skew-y: 0deg;
    }

    .lg\:focus\:skew-y-1:focus {
        --tw-skew-y: 1deg;
    }

    .lg\:focus\:skew-y-2:focus {
        --tw-skew-y: 2deg;
    }

    .lg\:focus\:skew-y-3:focus {
        --tw-skew-y: 3deg;
    }

    .lg\:focus\:skew-y-6:focus {
        --tw-skew-y: 6deg;
    }

    .lg\:focus\:skew-y-12:focus {
        --tw-skew-y: 12deg;
    }

    .lg\:focus\:-skew-y-12:focus {
        --tw-skew-y: -12deg;
    }

    .lg\:focus\:-skew-y-6:focus {
        --tw-skew-y: -6deg;
    }

    .lg\:focus\:-skew-y-3:focus {
        --tw-skew-y: -3deg;
    }

    .lg\:focus\:-skew-y-2:focus {
        --tw-skew-y: -2deg;
    }

    .lg\:focus\:-skew-y-1:focus {
        --tw-skew-y: -1deg;
    }

    .lg\:scale-0 {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }

    .lg\:scale-50 {
        --tw-scale-x: .5;
        --tw-scale-y: .5;
    }

    .lg\:scale-75 {
        --tw-scale-x: .75;
        --tw-scale-y: .75;
    }

    .lg\:scale-90 {
        --tw-scale-x: .9;
        --tw-scale-y: .9;
    }

    .lg\:scale-95 {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
    }

    .lg\:scale-100 {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }

    .lg\:scale-105 {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }

    .lg\:scale-110 {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }

    .lg\:scale-125 {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }

    .lg\:scale-150 {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }

    .lg\:hover\:scale-0:hover {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }

    .lg\:hover\:scale-50:hover {
        --tw-scale-x: .5;
        --tw-scale-y: .5;
    }

    .lg\:hover\:scale-75:hover {
        --tw-scale-x: .75;
        --tw-scale-y: .75;
    }

    .lg\:hover\:scale-90:hover {
        --tw-scale-x: .9;
        --tw-scale-y: .9;
    }

    .lg\:hover\:scale-95:hover {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
    }

    .lg\:hover\:scale-100:hover {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }

    .lg\:hover\:scale-105:hover {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }

    .lg\:hover\:scale-110:hover {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }

    .lg\:hover\:scale-125:hover {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }

    .lg\:hover\:scale-150:hover {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }

    .lg\:focus\:scale-0:focus {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }

    .lg\:focus\:scale-50:focus {
        --tw-scale-x: .5;
        --tw-scale-y: .5;
    }

    .lg\:focus\:scale-75:focus {
        --tw-scale-x: .75;
        --tw-scale-y: .75;
    }

    .lg\:focus\:scale-90:focus {
        --tw-scale-x: .9;
        --tw-scale-y: .9;
    }

    .lg\:focus\:scale-95:focus {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
    }

    .lg\:focus\:scale-100:focus {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }

    .lg\:focus\:scale-105:focus {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }

    .lg\:focus\:scale-110:focus {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }

    .lg\:focus\:scale-125:focus {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }

    .lg\:focus\:scale-150:focus {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }

    .lg\:scale-x-0 {
        --tw-scale-x: 0;
    }

    .lg\:scale-x-50 {
        --tw-scale-x: .5;
    }

    .lg\:scale-x-75 {
        --tw-scale-x: .75;
    }

    .lg\:scale-x-90 {
        --tw-scale-x: .9;
    }

    .lg\:scale-x-95 {
        --tw-scale-x: .95;
    }

    .lg\:scale-x-100 {
        --tw-scale-x: 1;
    }

    .lg\:scale-x-105 {
        --tw-scale-x: 1.05;
    }

    .lg\:scale-x-110 {
        --tw-scale-x: 1.1;
    }

    .lg\:scale-x-125 {
        --tw-scale-x: 1.25;
    }

    .lg\:scale-x-150 {
        --tw-scale-x: 1.5;
    }

    .lg\:scale-y-0 {
        --tw-scale-y: 0;
    }

    .lg\:scale-y-50 {
        --tw-scale-y: .5;
    }

    .lg\:scale-y-75 {
        --tw-scale-y: .75;
    }

    .lg\:scale-y-90 {
        --tw-scale-y: .9;
    }

    .lg\:scale-y-95 {
        --tw-scale-y: .95;
    }

    .lg\:scale-y-100 {
        --tw-scale-y: 1;
    }

    .lg\:scale-y-105 {
        --tw-scale-y: 1.05;
    }

    .lg\:scale-y-110 {
        --tw-scale-y: 1.1;
    }

    .lg\:scale-y-125 {
        --tw-scale-y: 1.25;
    }

    .lg\:scale-y-150 {
        --tw-scale-y: 1.5;
    }

    .lg\:hover\:scale-x-0:hover {
        --tw-scale-x: 0;
    }

    .lg\:hover\:scale-x-50:hover {
        --tw-scale-x: .5;
    }

    .lg\:hover\:scale-x-75:hover {
        --tw-scale-x: .75;
    }

    .lg\:hover\:scale-x-90:hover {
        --tw-scale-x: .9;
    }

    .lg\:hover\:scale-x-95:hover {
        --tw-scale-x: .95;
    }

    .lg\:hover\:scale-x-100:hover {
        --tw-scale-x: 1;
    }

    .lg\:hover\:scale-x-105:hover {
        --tw-scale-x: 1.05;
    }

    .lg\:hover\:scale-x-110:hover {
        --tw-scale-x: 1.1;
    }

    .lg\:hover\:scale-x-125:hover {
        --tw-scale-x: 1.25;
    }

    .lg\:hover\:scale-x-150:hover {
        --tw-scale-x: 1.5;
    }

    .lg\:hover\:scale-y-0:hover {
        --tw-scale-y: 0;
    }

    .lg\:hover\:scale-y-50:hover {
        --tw-scale-y: .5;
    }

    .lg\:hover\:scale-y-75:hover {
        --tw-scale-y: .75;
    }

    .lg\:hover\:scale-y-90:hover {
        --tw-scale-y: .9;
    }

    .lg\:hover\:scale-y-95:hover {
        --tw-scale-y: .95;
    }

    .lg\:hover\:scale-y-100:hover {
        --tw-scale-y: 1;
    }

    .lg\:hover\:scale-y-105:hover {
        --tw-scale-y: 1.05;
    }

    .lg\:hover\:scale-y-110:hover {
        --tw-scale-y: 1.1;
    }

    .lg\:hover\:scale-y-125:hover {
        --tw-scale-y: 1.25;
    }

    .lg\:hover\:scale-y-150:hover {
        --tw-scale-y: 1.5;
    }

    .lg\:focus\:scale-x-0:focus {
        --tw-scale-x: 0;
    }

    .lg\:focus\:scale-x-50:focus {
        --tw-scale-x: .5;
    }

    .lg\:focus\:scale-x-75:focus {
        --tw-scale-x: .75;
    }

    .lg\:focus\:scale-x-90:focus {
        --tw-scale-x: .9;
    }

    .lg\:focus\:scale-x-95:focus {
        --tw-scale-x: .95;
    }

    .lg\:focus\:scale-x-100:focus {
        --tw-scale-x: 1;
    }

    .lg\:focus\:scale-x-105:focus {
        --tw-scale-x: 1.05;
    }

    .lg\:focus\:scale-x-110:focus {
        --tw-scale-x: 1.1;
    }

    .lg\:focus\:scale-x-125:focus {
        --tw-scale-x: 1.25;
    }

    .lg\:focus\:scale-x-150:focus {
        --tw-scale-x: 1.5;
    }

    .lg\:focus\:scale-y-0:focus {
        --tw-scale-y: 0;
    }

    .lg\:focus\:scale-y-50:focus {
        --tw-scale-y: .5;
    }

    .lg\:focus\:scale-y-75:focus {
        --tw-scale-y: .75;
    }

    .lg\:focus\:scale-y-90:focus {
        --tw-scale-y: .9;
    }

    .lg\:focus\:scale-y-95:focus {
        --tw-scale-y: .95;
    }

    .lg\:focus\:scale-y-100:focus {
        --tw-scale-y: 1;
    }

    .lg\:focus\:scale-y-105:focus {
        --tw-scale-y: 1.05;
    }

    .lg\:focus\:scale-y-110:focus {
        --tw-scale-y: 1.1;
    }

    .lg\:focus\:scale-y-125:focus {
        --tw-scale-y: 1.25;
    }

    .lg\:focus\:scale-y-150:focus {
        --tw-scale-y: 1.5;
    }

    .lg\:animate-none {
        -webkit-animation: none;
        animation: none;
    }

    .lg\:animate-spin {
        -webkit-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite;
    }

    .lg\:animate-ping {
        -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
        animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }

    .lg\:animate-pulse {
        -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
        animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }

    .lg\:animate-bounce {
        -webkit-animation: bounce 1s infinite;
        animation: bounce 1s infinite;
    }

    .lg\:cursor-auto {
        cursor: auto;
    }

    .lg\:cursor-default {
        cursor: default;
    }

    .lg\:cursor-pointer {
        cursor: pointer;
    }

    .lg\:cursor-wait {
        cursor: wait;
    }

    .lg\:cursor-text {
        cursor: text;
    }

    .lg\:cursor-move {
        cursor: move;
    }

    .lg\:cursor-help {
        cursor: help;
    }

    .lg\:cursor-not-allowed {
        cursor: not-allowed;
    }

    .lg\:select-none {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .lg\:select-text {
        -webkit-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text;
    }

    .lg\:select-all {
        -webkit-user-select: all;
        -moz-user-select: all;
        user-select: all;
    }

    .lg\:select-auto {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
    }

    .lg\:resize-none {
        resize: none;
    }

    .lg\:resize-y {
        resize: vertical;
    }

    .lg\:resize-x {
        resize: horizontal;
    }

    .lg\:resize {
        resize: both;
    }

    .lg\:list-inside {
        list-style-position: inside;
    }

    .lg\:list-outside {
        list-style-position: outside;
    }

    .lg\:list-none {
        list-style-type: none;
    }

    .lg\:list-disc {
        list-style-type: disc;
    }

    .lg\:list-decimal {
        list-style-type: decimal;
    }

    .lg\:appearance-none {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .lg\:auto-cols-auto {
        grid-auto-columns: auto;
    }

    .lg\:auto-cols-min {
        grid-auto-columns: -webkit-min-content;
        grid-auto-columns: min-content;
    }

    .lg\:auto-cols-max {
        grid-auto-columns: -webkit-max-content;
        grid-auto-columns: max-content;
    }

    .lg\:auto-cols-fr {
        grid-auto-columns: minmax(0, 1fr);
    }

    .lg\:grid-flow-row {
        grid-auto-flow: row;
    }

    .lg\:grid-flow-col {
        grid-auto-flow: column;
    }

    .lg\:grid-flow-row-dense {
        grid-auto-flow: row dense;
    }

    .lg\:grid-flow-col-dense {
        grid-auto-flow: column dense;
    }

    .lg\:auto-rows-auto {
        grid-auto-rows: auto;
    }

    .lg\:auto-rows-min {
        grid-auto-rows: -webkit-min-content;
        grid-auto-rows: min-content;
    }

    .lg\:auto-rows-max {
        grid-auto-rows: -webkit-max-content;
        grid-auto-rows: max-content;
    }

    .lg\:auto-rows-fr {
        grid-auto-rows: minmax(0, 1fr);
    }

    .lg\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .lg\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .lg\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }

    .lg\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    .lg\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }

    .lg\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }

    .lg\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }

    .lg\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .lg\:grid-cols-none {
        grid-template-columns: none;
    }

    .lg\:grid-rows-1 {
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }

    .lg\:grid-rows-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }

    .lg\:grid-rows-3 {
        grid-template-rows: repeat(3, minmax(0, 1fr));
    }

    .lg\:grid-rows-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr));
    }

    .lg\:grid-rows-5 {
        grid-template-rows: repeat(5, minmax(0, 1fr));
    }

    .lg\:grid-rows-6 {
        grid-template-rows: repeat(6, minmax(0, 1fr));
    }

    .lg\:grid-rows-none {
        grid-template-rows: none;
    }

    .lg\:flex-row {
        flex-direction: row;
    }

    .lg\:flex-row-reverse {
        flex-direction: row-reverse;
    }

    .lg\:flex-col {
        flex-direction: column;
    }

    .lg\:flex-col-reverse {
        flex-direction: column-reverse;
    }

    .lg\:flex-wrap {
        flex-wrap: wrap;
    }

    .lg\:flex-wrap-reverse {
        flex-wrap: wrap-reverse;
    }

    .lg\:flex-nowrap {
        flex-wrap: nowrap;
    }

    .lg\:place-content-center {
        place-content: center;
    }

    .lg\:place-content-start {
        place-content: start;
    }

    .lg\:place-content-end {
        place-content: end;
    }

    .lg\:place-content-between {
        place-content: space-between;
    }

    .lg\:place-content-around {
        place-content: space-around;
    }

    .lg\:place-content-evenly {
        place-content: space-evenly;
    }

    .lg\:place-content-stretch {
        place-content: stretch;
    }

    .lg\:place-items-start {
        place-items: start;
    }

    .lg\:place-items-end {
        place-items: end;
    }

    .lg\:place-items-center {
        place-items: center;
    }

    .lg\:place-items-stretch {
        place-items: stretch;
    }

    .lg\:content-center {
        align-content: center;
    }

    .lg\:content-start {
        align-content: flex-start;
    }

    .lg\:content-end {
        align-content: flex-end;
    }

    .lg\:content-between {
        align-content: space-between;
    }

    .lg\:content-around {
        align-content: space-around;
    }

    .lg\:content-evenly {
        align-content: space-evenly;
    }

    .lg\:items-start {
        align-items: flex-start;
    }

    .lg\:items-end {
        align-items: flex-end;
    }

    .lg\:items-center {
        align-items: center;
    }

    .lg\:items-baseline {
        align-items: baseline;
    }

    .lg\:items-stretch {
        align-items: stretch;
    }

    .lg\:justify-start {
        justify-content: flex-start;
    }

    .lg\:justify-end {
        justify-content: flex-end;
    }

    .lg\:justify-center {
        justify-content: center;
    }

    .lg\:justify-between {
        justify-content: space-between;
    }

    .lg\:justify-around {
        justify-content: space-around;
    }

    .lg\:justify-evenly {
        justify-content: space-evenly;
    }

    .lg\:justify-items-start {
        justify-items: start;
    }

    .lg\:justify-items-end {
        justify-items: end;
    }

    .lg\:justify-items-center {
        justify-items: center;
    }

    .lg\:justify-items-stretch {
        justify-items: stretch;
    }

    .lg\:gap-0 {
        gap: 0px;
    }

    .lg\:gap-1 {
        gap: 0.25rem;
    }

    .lg\:gap-2 {
        gap: 0.5rem;
    }

    .lg\:gap-3 {
        gap: 0.75rem;
    }

    .lg\:gap-4 {
        gap: 1rem;
    }

    .lg\:gap-5 {
        gap: 1.25rem;
    }

    .lg\:gap-6 {
        gap: 1.5rem;
    }

    .lg\:gap-7 {
        gap: 1.75rem;
    }

    .lg\:gap-8 {
        gap: 2rem;
    }

    .lg\:gap-9 {
        gap: 2.25rem;
    }

    .lg\:gap-10 {
        gap: 2.5rem;
    }

    .lg\:gap-11 {
        gap: 2.75rem;
    }

    .lg\:gap-12 {
        gap: 3rem;
    }

    .lg\:gap-14 {
        gap: 3.5rem;
    }

    .lg\:gap-16 {
        gap: 4rem;
    }

    .lg\:gap-18 {
        gap: 4.375rem;
    }

    .lg\:gap-19 {
        gap: 76px;
    }

    .lg\:gap-20 {
        gap: 5rem;
    }

    .lg\:gap-24 {
        gap: 6rem;
    }

    .lg\:gap-28 {
        gap: 7rem;
    }

    .lg\:gap-30 {
        gap: 120px;
    }

    .lg\:gap-32 {
        gap: 8rem;
    }

    .lg\:gap-36 {
        gap: 9rem;
    }

    .lg\:gap-40 {
        gap: 10rem;
    }

    .lg\:gap-44 {
        gap: 11rem;
    }

    .lg\:gap-48 {
        gap: 12rem;
    }

    .lg\:gap-52 {
        gap: 13rem;
    }

    .lg\:gap-56 {
        gap: 14rem;
    }

    .lg\:gap-60 {
        gap: 15rem;
    }

    .lg\:gap-64 {
        gap: 16rem;
    }

    .lg\:gap-72 {
        gap: 18rem;
    }

    .lg\:gap-80 {
        gap: 20rem;
    }

    .lg\:gap-96 {
        gap: 24rem;
    }

    .lg\:gap-px {
        gap: 1px;
    }

    .lg\:gap-0\.5 {
        gap: 0.125rem;
    }

    .lg\:gap-1\.5 {
        gap: 0.375rem;
    }

    .lg\:gap-2\.5 {
        gap: 0.625rem;
    }

    .lg\:gap-3\.5 {
        gap: 0.875rem;
    }

    .lg\:gap-5p {
        gap: 5px;
    }

    .lg\:gap-10p {
        gap: 10px;
    }

    .lg\:gap-14p {
        gap: 14px;
    }

    .lg\:gap-15p {
        gap: 15px;
    }

    .lg\:gap-15_2 {
        gap: 60px;
    }

    .lg\:gap-16_1 {
        gap: 52px;
    }

    .lg\:gap-16p {
        gap: 16px;
    }

    .lg\:gap-25p {
        gap: 25px;
    }

    .lg\:gap-48p {
        gap: 48%;
    }

    .lg\:gap-52p {
        gap: 52%;
    }

    .lg\:gap-x-0 {
        -moz-column-gap: 0px;
        column-gap: 0px;
    }

    .lg\:gap-x-1 {
        -moz-column-gap: 0.25rem;
        column-gap: 0.25rem;
    }

    .lg\:gap-x-2 {
        -moz-column-gap: 0.5rem;
        column-gap: 0.5rem;
    }

    .lg\:gap-x-3 {
        -moz-column-gap: 0.75rem;
        column-gap: 0.75rem;
    }

    .lg\:gap-x-4 {
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }

    .lg\:gap-x-5 {
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

    .lg\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }

    .lg\:gap-x-7 {
        -moz-column-gap: 1.75rem;
        column-gap: 1.75rem;
    }

    .lg\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }

    .lg\:gap-x-9 {
        -moz-column-gap: 2.25rem;
        column-gap: 2.25rem;
    }

    .lg\:gap-x-10 {
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }

    .lg\:gap-x-11 {
        -moz-column-gap: 2.75rem;
        column-gap: 2.75rem;
    }

    .lg\:gap-x-12 {
        -moz-column-gap: 3rem;
        column-gap: 3rem;
    }

    .lg\:gap-x-14 {
        -moz-column-gap: 3.5rem;
        column-gap: 3.5rem;
    }

    .lg\:gap-x-16 {
        -moz-column-gap: 4rem;
        column-gap: 4rem;
    }

    .lg\:gap-x-18 {
        -moz-column-gap: 4.375rem;
        column-gap: 4.375rem;
    }

    .lg\:gap-x-19 {
        -moz-column-gap: 76px;
        column-gap: 76px;
    }

    .lg\:gap-x-20 {
        -moz-column-gap: 5rem;
        column-gap: 5rem;
    }

    .lg\:gap-x-24 {
        -moz-column-gap: 6rem;
        column-gap: 6rem;
    }

    .lg\:gap-x-28 {
        -moz-column-gap: 7rem;
        column-gap: 7rem;
    }

    .lg\:gap-x-30 {
        -moz-column-gap: 120px;
        column-gap: 120px;
    }

    .lg\:gap-x-32 {
        -moz-column-gap: 8rem;
        column-gap: 8rem;
    }

    .lg\:gap-x-36 {
        -moz-column-gap: 9rem;
        column-gap: 9rem;
    }

    .lg\:gap-x-40 {
        -moz-column-gap: 10rem;
        column-gap: 10rem;
    }

    .lg\:gap-x-44 {
        -moz-column-gap: 11rem;
        column-gap: 11rem;
    }

    .lg\:gap-x-48 {
        -moz-column-gap: 12rem;
        column-gap: 12rem;
    }

    .lg\:gap-x-52 {
        -moz-column-gap: 13rem;
        column-gap: 13rem;
    }

    .lg\:gap-x-56 {
        -moz-column-gap: 14rem;
        column-gap: 14rem;
    }

    .lg\:gap-x-60 {
        -moz-column-gap: 15rem;
        column-gap: 15rem;
    }

    .lg\:gap-x-64 {
        -moz-column-gap: 16rem;
        column-gap: 16rem;
    }

    .lg\:gap-x-72 {
        -moz-column-gap: 18rem;
        column-gap: 18rem;
    }

    .lg\:gap-x-80 {
        -moz-column-gap: 20rem;
        column-gap: 20rem;
    }

    .lg\:gap-x-96 {
        -moz-column-gap: 24rem;
        column-gap: 24rem;
    }

    .lg\:gap-x-px {
        -moz-column-gap: 1px;
        column-gap: 1px;
    }

    .lg\:gap-x-0\.5 {
        -moz-column-gap: 0.125rem;
        column-gap: 0.125rem;
    }

    .lg\:gap-x-1\.5 {
        -moz-column-gap: 0.375rem;
        column-gap: 0.375rem;
    }

    .lg\:gap-x-2\.5 {
        -moz-column-gap: 0.625rem;
        column-gap: 0.625rem;
    }

    .lg\:gap-x-3\.5 {
        -moz-column-gap: 0.875rem;
        column-gap: 0.875rem;
    }

    .lg\:gap-x-5p {
        -moz-column-gap: 5px;
        column-gap: 5px;
    }

    .lg\:gap-x-10p {
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .lg\:gap-x-14p {
        -moz-column-gap: 14px;
        column-gap: 14px;
    }

    .lg\:gap-x-15p {
        -moz-column-gap: 15px;
        column-gap: 15px;
    }

    .lg\:gap-x-15_2 {
        -moz-column-gap: 60px;
        column-gap: 60px;
    }

    .lg\:gap-x-16_1 {
        -moz-column-gap: 52px;
        column-gap: 52px;
    }

    .lg\:gap-x-16p {
        -moz-column-gap: 16px;
        column-gap: 16px;
    }

    .lg\:gap-x-25p {
        -moz-column-gap: 25px;
        column-gap: 25px;
    }

    .lg\:gap-x-48p {
        -moz-column-gap: 48%;
        column-gap: 48%;
    }

    .lg\:gap-x-52p {
        -moz-column-gap: 52%;
        column-gap: 52%;
    }

    .lg\:gap-y-0 {
        row-gap: 0px;
    }

    .lg\:gap-y-1 {
        row-gap: 0.25rem;
    }

    .lg\:gap-y-2 {
        row-gap: 0.5rem;
    }

    .lg\:gap-y-3 {
        row-gap: 0.75rem;
    }

    .lg\:gap-y-4 {
        row-gap: 1rem;
    }

    .lg\:gap-y-5 {
        row-gap: 1.25rem;
    }

    .lg\:gap-y-6 {
        row-gap: 1.5rem;
    }

    .lg\:gap-y-7 {
        row-gap: 1.75rem;
    }

    .lg\:gap-y-8 {
        row-gap: 2rem;
    }

    .lg\:gap-y-9 {
        row-gap: 2.25rem;
    }

    .lg\:gap-y-10 {
        row-gap: 2.5rem;
    }

    .lg\:gap-y-11 {
        row-gap: 2.75rem;
    }

    .lg\:gap-y-12 {
        row-gap: 3rem;
    }

    .lg\:gap-y-14 {
        row-gap: 3.5rem;
    }

    .lg\:gap-y-16 {
        row-gap: 4rem;
    }

    .lg\:gap-y-18 {
        row-gap: 4.375rem;
    }

    .lg\:gap-y-19 {
        row-gap: 76px;
    }

    .lg\:gap-y-20 {
        row-gap: 5rem;
    }

    .lg\:gap-y-24 {
        row-gap: 6rem;
    }

    .lg\:gap-y-28 {
        row-gap: 7rem;
    }

    .lg\:gap-y-30 {
        row-gap: 120px;
    }

    .lg\:gap-y-32 {
        row-gap: 8rem;
    }

    .lg\:gap-y-36 {
        row-gap: 9rem;
    }

    .lg\:gap-y-40 {
        row-gap: 10rem;
    }

    .lg\:gap-y-44 {
        row-gap: 11rem;
    }

    .lg\:gap-y-48 {
        row-gap: 12rem;
    }

    .lg\:gap-y-52 {
        row-gap: 13rem;
    }

    .lg\:gap-y-56 {
        row-gap: 14rem;
    }

    .lg\:gap-y-60 {
        row-gap: 15rem;
    }

    .lg\:gap-y-64 {
        row-gap: 16rem;
    }

    .lg\:gap-y-72 {
        row-gap: 18rem;
    }

    .lg\:gap-y-80 {
        row-gap: 20rem;
    }

    .lg\:gap-y-96 {
        row-gap: 24rem;
    }

    .lg\:gap-y-px {
        row-gap: 1px;
    }

    .lg\:gap-y-0\.5 {
        row-gap: 0.125rem;
    }

    .lg\:gap-y-1\.5 {
        row-gap: 0.375rem;
    }

    .lg\:gap-y-2\.5 {
        row-gap: 0.625rem;
    }

    .lg\:gap-y-3\.5 {
        row-gap: 0.875rem;
    }

    .lg\:gap-y-5p {
        row-gap: 5px;
    }

    .lg\:gap-y-10p {
        row-gap: 10px;
    }

    .lg\:gap-y-14p {
        row-gap: 14px;
    }

    .lg\:gap-y-15p {
        row-gap: 15px;
    }

    .lg\:gap-y-15_2 {
        row-gap: 60px;
    }

    .lg\:gap-y-16_1 {
        row-gap: 52px;
    }

    .lg\:gap-y-16p {
        row-gap: 16px;
    }

    .lg\:gap-y-25p {
        row-gap: 25px;
    }

    .lg\:gap-y-48p {
        row-gap: 48%;
    }

    .lg\:gap-y-52p {
        row-gap: 52%;
    }

    .lg\:space-x-0> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.25rem * var(--tw-space-x-reverse));
        margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-3> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.75rem * var(--tw-space-x-reverse));
        margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-4> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1rem * var(--tw-space-x-reverse));
        margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-6> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-7> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.75rem * var(--tw-space-x-reverse));
        margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-8> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2rem * var(--tw-space-x-reverse));
        margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-9> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.25rem * var(--tw-space-x-reverse));
        margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-10> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-11> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.75rem * var(--tw-space-x-reverse));
        margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-12> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3rem * var(--tw-space-x-reverse));
        margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-14> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3.5rem * var(--tw-space-x-reverse));
        margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-16> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(4rem * var(--tw-space-x-reverse));
        margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-18> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(4.375rem * var(--tw-space-x-reverse));
        margin-left: calc(4.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-19> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(76px * var(--tw-space-x-reverse));
        margin-left: calc(76px * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-20> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(5rem * var(--tw-space-x-reverse));
        margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-24> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(6rem * var(--tw-space-x-reverse));
        margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-28> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(7rem * var(--tw-space-x-reverse));
        margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-30> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(120px * var(--tw-space-x-reverse));
        margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-32> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(8rem * var(--tw-space-x-reverse));
        margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-36> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(9rem * var(--tw-space-x-reverse));
        margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-40> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(10rem * var(--tw-space-x-reverse));
        margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-44> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(11rem * var(--tw-space-x-reverse));
        margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-48> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(12rem * var(--tw-space-x-reverse));
        margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-52> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(13rem * var(--tw-space-x-reverse));
        margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-56> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(14rem * var(--tw-space-x-reverse));
        margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-60> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(15rem * var(--tw-space-x-reverse));
        margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-64> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(16rem * var(--tw-space-x-reverse));
        margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-72> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(18rem * var(--tw-space-x-reverse));
        margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-80> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(20rem * var(--tw-space-x-reverse));
        margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-96> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(24rem * var(--tw-space-x-reverse));
        margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-px> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1px * var(--tw-space-x-reverse));
        margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.125rem * var(--tw-space-x-reverse));
        margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.375rem * var(--tw-space-x-reverse));
        margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.625rem * var(--tw-space-x-reverse));
        margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.875rem * var(--tw-space-x-reverse));
        margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(5px * var(--tw-space-x-reverse));
        margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(10px * var(--tw-space-x-reverse));
        margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(14px * var(--tw-space-x-reverse));
        margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(15px * var(--tw-space-x-reverse));
        margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(60px * var(--tw-space-x-reverse));
        margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(52px * var(--tw-space-x-reverse));
        margin-left: calc(52px * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(16px * var(--tw-space-x-reverse));
        margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(25px * var(--tw-space-x-reverse));
        margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(48% * var(--tw-space-x-reverse));
        margin-left: calc(48% * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-x-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(52% * var(--tw-space-x-reverse));
        margin-left: calc(52% * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-0> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-3> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-4> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1rem * var(--tw-space-x-reverse));
        margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-6> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-7> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-8> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2rem * var(--tw-space-x-reverse));
        margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-9> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-10> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-11> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-12> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3rem * var(--tw-space-x-reverse));
        margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-14> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-16> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-4rem * var(--tw-space-x-reverse));
        margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-18> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-4.375rem * var(--tw-space-x-reverse));
        margin-left: calc(-4.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-19> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-76px * var(--tw-space-x-reverse));
        margin-left: calc(-76px * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-20> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-5rem * var(--tw-space-x-reverse));
        margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-24> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-6rem * var(--tw-space-x-reverse));
        margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-28> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-7rem * var(--tw-space-x-reverse));
        margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-30> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-120px * var(--tw-space-x-reverse));
        margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-32> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-8rem * var(--tw-space-x-reverse));
        margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-36> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-9rem * var(--tw-space-x-reverse));
        margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-40> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-10rem * var(--tw-space-x-reverse));
        margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-44> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-11rem * var(--tw-space-x-reverse));
        margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-48> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-12rem * var(--tw-space-x-reverse));
        margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-52> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-13rem * var(--tw-space-x-reverse));
        margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-56> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-14rem * var(--tw-space-x-reverse));
        margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-60> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-15rem * var(--tw-space-x-reverse));
        margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-64> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-16rem * var(--tw-space-x-reverse));
        margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-72> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-18rem * var(--tw-space-x-reverse));
        margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-80> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-20rem * var(--tw-space-x-reverse));
        margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-96> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-24rem * var(--tw-space-x-reverse));
        margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-px> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1px * var(--tw-space-x-reverse));
        margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-5px * var(--tw-space-x-reverse));
        margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-10px * var(--tw-space-x-reverse));
        margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-14px * var(--tw-space-x-reverse));
        margin-left: calc(-14px * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-15px * var(--tw-space-x-reverse));
        margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-60px * var(--tw-space-x-reverse));
        margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-52px * var(--tw-space-x-reverse));
        margin-left: calc(-52px * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-16px * var(--tw-space-x-reverse));
        margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-25px * var(--tw-space-x-reverse));
        margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-48% * var(--tw-space-x-reverse));
        margin-left: calc(-48% * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:-space-x-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-52% * var(--tw-space-x-reverse));
        margin-left: calc(-52% * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:space-y-0> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }

    .lg\:space-y-1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-3> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-4> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-6> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-7> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-8> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-9> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-10> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-11> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-12> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-14> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-16> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(4rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-18> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(4.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(4.375rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-19> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(76px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(76px * var(--tw-space-y-reverse));
    }

    .lg\:space-y-20> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-24> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(6rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-28> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(7rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-30> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(120px * var(--tw-space-y-reverse));
    }

    .lg\:space-y-32> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(8rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-36> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(9rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-40> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(10rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-44> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(11rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-48> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(12rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-52> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(13rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-56> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(14rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-60> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(15rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-64> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(16rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-72> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(18rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-80> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(20rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-96> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(24rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-px> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1px * var(--tw-space-y-reverse));
    }

    .lg\:space-y-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5px * var(--tw-space-y-reverse));
    }

    .lg\:space-y-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(10px * var(--tw-space-y-reverse));
    }

    .lg\:space-y-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(14px * var(--tw-space-y-reverse));
    }

    .lg\:space-y-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(15px * var(--tw-space-y-reverse));
    }

    .lg\:space-y-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(60px * var(--tw-space-y-reverse));
    }

    .lg\:space-y-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(52px * var(--tw-space-y-reverse));
    }

    .lg\:space-y-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(16px * var(--tw-space-y-reverse));
    }

    .lg\:space-y-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(25px * var(--tw-space-y-reverse));
    }

    .lg\:space-y-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(48% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(48% * var(--tw-space-y-reverse));
    }

    .lg\:space-y-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(52% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(52% * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-0> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-3> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-4> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-6> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-7> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-8> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-9> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-10> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-11> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-12> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-14> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-16> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-18> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-4.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-4.375rem * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-19> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-76px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-76px * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-20> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-24> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-28> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-30> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-120px * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-32> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-36> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-40> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-44> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-48> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-52> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-56> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-60> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-64> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-72> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-80> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-96> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-px> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1px * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-5px * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-10px * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-14px * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-15px * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-60px * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-52px * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-16px * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-25px * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-48% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-48% * var(--tw-space-y-reverse));
    }

    .lg\:-space-y-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-52% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-52% * var(--tw-space-y-reverse));
    }

    .lg\:space-y-reverse> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 1;
    }

    .lg\:space-x-reverse> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 1;
    }

    .lg\:divide-x-0> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(0px * var(--tw-divide-x-reverse));
        border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .lg\:divide-x-2> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(2px * var(--tw-divide-x-reverse));
        border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .lg\:divide-x-4> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(4px * var(--tw-divide-x-reverse));
        border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .lg\:divide-x-8> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(8px * var(--tw-divide-x-reverse));
        border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .lg\:divide-x> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(1px * var(--tw-divide-x-reverse));
        border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .lg\:divide-y-0> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
    }

    .lg\:divide-y-2> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
    }

    .lg\:divide-y-4> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
    }

    .lg\:divide-y-8> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
    }

    .lg\:divide-y> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
    }

    .lg\:divide-y-reverse> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 1;
    }

    .lg\:divide-x-reverse> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 1;
    }

    .lg\:divide-solid> :not([hidden])~ :not([hidden]) {
        border-style: solid;
    }

    .lg\:divide-dashed> :not([hidden])~ :not([hidden]) {
        border-style: dashed;
    }

    .lg\:divide-dotted> :not([hidden])~ :not([hidden]) {
        border-style: dotted;
    }

    .lg\:divide-double> :not([hidden])~ :not([hidden]) {
        border-style: double;
    }

    .lg\:divide-none> :not([hidden])~ :not([hidden]) {
        border-style: none;
    }

    .lg\:divide-transparent> :not([hidden])~ :not([hidden]) {
        border-color: transparent;
    }

    .lg\:divide-current> :not([hidden])~ :not([hidden]) {
        border-color: currentColor;
    }

    .lg\:divide-black> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
    }

    .lg\:divide-white> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
    }

    .lg\:divide-gray-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
    }

    .lg\:divide-gray-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
    }

    .lg\:divide-gray-200> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
    }

    .lg\:divide-gray-300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
    }

    .lg\:divide-gray-400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
    }

    .lg\:divide-gray-500> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
    }

    .lg\:divide-gray-600> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
    }

    .lg\:divide-gray-700> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
    }

    .lg\:divide-gray-800> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
    }

    .lg\:divide-gray-900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
    }

    .lg\:divide-red-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
    }

    .lg\:divide-red-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
    }

    .lg\:divide-red-200> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
    }

    .lg\:divide-red-300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
    }

    .lg\:divide-red-400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
    }

    .lg\:divide-red-500> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
    }

    .lg\:divide-red-600> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
    }

    .lg\:divide-red-700> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
    }

    .lg\:divide-red-800> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
    }

    .lg\:divide-red-900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
    }

    .lg\:divide-yellow> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-divide-opacity));
    }

    .lg\:divide-green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-divide-opacity));
    }

    .lg\:divide-blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-divide-opacity));
    }

    .lg\:divide-indigo-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
    }

    .lg\:divide-indigo-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
    }

    .lg\:divide-indigo-200> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
    }

    .lg\:divide-indigo-300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
    }

    .lg\:divide-indigo-400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
    }

    .lg\:divide-indigo-500> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
    }

    .lg\:divide-indigo-600> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
    }

    .lg\:divide-indigo-700> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
    }

    .lg\:divide-indigo-800> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
    }

    .lg\:divide-indigo-900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
    }

    .lg\:divide-purple> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-divide-opacity));
    }

    .lg\:divide-pink> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-divide-opacity));
    }

    .lg\:divide-primary> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-divide-opacity));
    }

    .lg\:divide-secondary> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-divide-opacity));
    }

    .lg\:divide-body_bg> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
    }

    .lg\:divide-body_text> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-divide-opacity));
    }

    .lg\:divide-title> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-divide-opacity));
    }

    .lg\:divide-grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-divide-opacity));
    }

    .lg\:divide-dark_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-divide-opacity));
    }

    .lg\:divide-light_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-divide-opacity));
    }

    .lg\:divide-medium_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-divide-opacity));
    }

    .lg\:divide-lightten_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-divide-opacity));
    }

    .lg\:divide-grey_300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-divide-opacity));
    }

    .lg\:divide-grey_400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-divide-opacity));
    }

    .lg\:divide-medium_blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-divide-opacity));
    }

    .lg\:divide-dark_blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-divide-opacity));
    }

    .lg\:divide-text_blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-divide-opacity));
    }

    .lg\:divide-footer_bg> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-divide-opacity));
    }

    .lg\:divide-brown> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-divide-opacity));
    }

    .lg\:divide-dark_brown> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-divide-opacity));
    }

    .lg\:divide-Light_purple> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-divide-opacity));
    }

    .lg\:divide-dark_green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-divide-opacity));
    }

    .lg\:divide-medium_green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-divide-opacity));
    }

    .lg\:divide-light_green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-divide-opacity));
    }

    .lg\:divide-green_900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-divide-opacity));
    }

    .lg\:divide-dark_border> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-divide-opacity));
    }

    .lg\:divide-opacity-0> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0;
    }

    .lg\:divide-opacity-5> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.05;
    }

    .lg\:divide-opacity-10> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.1;
    }

    .lg\:divide-opacity-20> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.2;
    }

    .lg\:divide-opacity-25> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.25;
    }

    .lg\:divide-opacity-30> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.3;
    }

    .lg\:divide-opacity-40> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.4;
    }

    .lg\:divide-opacity-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.5;
    }

    .lg\:divide-opacity-60> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.6;
    }

    .lg\:divide-opacity-70> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.7;
    }

    .lg\:divide-opacity-75> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.75;
    }

    .lg\:divide-opacity-80> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.8;
    }

    .lg\:divide-opacity-90> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.9;
    }

    .lg\:divide-opacity-95> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.95;
    }

    .lg\:divide-opacity-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
    }

    .lg\:place-self-auto {
        place-self: auto;
    }

    .lg\:place-self-start {
        place-self: start;
    }

    .lg\:place-self-end {
        place-self: end;
    }

    .lg\:place-self-center {
        place-self: center;
    }

    .lg\:place-self-stretch {
        place-self: stretch;
    }

    .lg\:self-auto {
        align-self: auto;
    }

    .lg\:self-start {
        align-self: flex-start;
    }

    .lg\:self-end {
        align-self: flex-end;
    }

    .lg\:self-center {
        align-self: center;
    }

    .lg\:self-stretch {
        align-self: stretch;
    }

    .lg\:self-baseline {
        align-self: baseline;
    }

    .lg\:justify-self-auto {
        justify-self: auto;
    }

    .lg\:justify-self-start {
        justify-self: start;
    }

    .lg\:justify-self-end {
        justify-self: end;
    }

    .lg\:justify-self-center {
        justify-self: center;
    }

    .lg\:justify-self-stretch {
        justify-self: stretch;
    }

    .lg\:overflow-auto {
        overflow: auto;
    }

    .lg\:overflow-hidden {
        overflow: hidden;
    }

    .lg\:overflow-visible {
        overflow: visible;
    }

    .lg\:overflow-scroll {
        overflow: scroll;
    }

    .lg\:overflow-x-auto {
        overflow-x: auto;
    }

    .lg\:overflow-y-auto {
        overflow-y: auto;
    }

    .lg\:overflow-x-hidden {
        overflow-x: hidden;
    }

    .lg\:overflow-y-hidden {
        overflow-y: hidden;
    }

    .lg\:overflow-x-visible {
        overflow-x: visible;
    }

    .lg\:overflow-y-visible {
        overflow-y: visible;
    }

    .lg\:overflow-x-scroll {
        overflow-x: scroll;
    }

    .lg\:overflow-y-scroll {
        overflow-y: scroll;
    }

    .lg\:overscroll-auto {
        -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
    }

    .lg\:overscroll-contain {
        -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    }

    .lg\:overscroll-none {
        -ms-scroll-chaining: none;
        overscroll-behavior: none;
    }

    .lg\:overscroll-y-auto {
        overscroll-behavior-y: auto;
    }

    .lg\:overscroll-y-contain {
        overscroll-behavior-y: contain;
    }

    .lg\:overscroll-y-none {
        overscroll-behavior-y: none;
    }

    .lg\:overscroll-x-auto {
        overscroll-behavior-x: auto;
    }

    .lg\:overscroll-x-contain {
        overscroll-behavior-x: contain;
    }

    .lg\:overscroll-x-none {
        overscroll-behavior-x: none;
    }

    .lg\:truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .lg\:overflow-ellipsis {
        text-overflow: ellipsis;
    }

    .lg\:overflow-clip {
        text-overflow: clip;
    }

    .lg\:whitespace-normal {
        white-space: normal;
    }

    .lg\:whitespace-nowrap {
        white-space: nowrap;
    }

    .lg\:whitespace-pre {
        white-space: pre;
    }

    .lg\:whitespace-pre-line {
        white-space: pre-line;
    }

    .lg\:whitespace-pre-wrap {
        white-space: pre-wrap;
    }

    .lg\:break-normal {
        overflow-wrap: normal;
        word-break: normal;
    }

    .lg\:break-words {
        overflow-wrap: break-word;
    }

    .lg\:break-all {
        word-break: break-all;
    }

    .lg\:rounded-none {
        border-radius: 0px;
    }

    .lg\:rounded-sm {
        border-radius: 0.125rem;
    }

    .lg\:rounded {
        border-radius: 0.25rem;
    }

    .lg\:rounded-md {
        border-radius: 0.375rem;
    }

    .lg\:rounded-lg {
        border-radius: 0.5rem;
    }

    .lg\:rounded-xl {
        border-radius: 0.75rem;
    }

    .lg\:rounded-2xl {
        border-radius: 1rem;
    }

    .lg\:rounded-3xl {
        border-radius: 1.5rem;
    }

    .lg\:rounded-full {
        border-radius: 9999px;
    }

    .lg\:rounded-btn {
        border-radius: 31px;
    }

    .lg\:rounded-10p {
        border-radius: 10px;
    }

    .lg\:rounded-t-none {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .lg\:rounded-t-sm {
        border-top-left-radius: 0.125rem;
        border-top-right-radius: 0.125rem;
    }

    .lg\:rounded-t {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .lg\:rounded-t-md {
        border-top-left-radius: 0.375rem;
        border-top-right-radius: 0.375rem;
    }

    .lg\:rounded-t-lg {
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
    }

    .lg\:rounded-t-xl {
        border-top-left-radius: 0.75rem;
        border-top-right-radius: 0.75rem;
    }

    .lg\:rounded-t-2xl {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }

    .lg\:rounded-t-3xl {
        border-top-left-radius: 1.5rem;
        border-top-right-radius: 1.5rem;
    }

    .lg\:rounded-t-full {
        border-top-left-radius: 9999px;
        border-top-right-radius: 9999px;
    }

    .lg\:rounded-t-btn {
        border-top-left-radius: 31px;
        border-top-right-radius: 31px;
    }

    .lg\:rounded-t-10p {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .lg\:rounded-r-none {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .lg\:rounded-r-sm {
        border-top-right-radius: 0.125rem;
        border-bottom-right-radius: 0.125rem;
    }

    .lg\:rounded-r {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }

    .lg\:rounded-r-md {
        border-top-right-radius: 0.375rem;
        border-bottom-right-radius: 0.375rem;
    }

    .lg\:rounded-r-lg {
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
    }

    .lg\:rounded-r-xl {
        border-top-right-radius: 0.75rem;
        border-bottom-right-radius: 0.75rem;
    }

    .lg\:rounded-r-2xl {
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }

    .lg\:rounded-r-3xl {
        border-top-right-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
    }

    .lg\:rounded-r-full {
        border-top-right-radius: 9999px;
        border-bottom-right-radius: 9999px;
    }

    .lg\:rounded-r-btn {
        border-top-right-radius: 31px;
        border-bottom-right-radius: 31px;
    }

    .lg\:rounded-r-10p {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .lg\:rounded-b-none {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .lg\:rounded-b-sm {
        border-bottom-right-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }

    .lg\:rounded-b {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .lg\:rounded-b-md {
        border-bottom-right-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }

    .lg\:rounded-b-lg {
        border-bottom-right-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }

    .lg\:rounded-b-xl {
        border-bottom-right-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }

    .lg\:rounded-b-2xl {
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }

    .lg\:rounded-b-3xl {
        border-bottom-right-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }

    .lg\:rounded-b-full {
        border-bottom-right-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }

    .lg\:rounded-b-btn {
        border-bottom-right-radius: 31px;
        border-bottom-left-radius: 31px;
    }

    .lg\:rounded-b-10p {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .lg\:rounded-l-none {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .lg\:rounded-l-sm {
        border-top-left-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }

    .lg\:rounded-l {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .lg\:rounded-l-md {
        border-top-left-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }

    .lg\:rounded-l-lg {
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }

    .lg\:rounded-l-xl {
        border-top-left-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }

    .lg\:rounded-l-2xl {
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }

    .lg\:rounded-l-3xl {
        border-top-left-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }

    .lg\:rounded-l-full {
        border-top-left-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }

    .lg\:rounded-l-btn {
        border-top-left-radius: 31px;
        border-bottom-left-radius: 31px;
    }

    .lg\:rounded-l-10p {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .lg\:rounded-tl-none {
        border-top-left-radius: 0px;
    }

    .lg\:rounded-tl-sm {
        border-top-left-radius: 0.125rem;
    }

    .lg\:rounded-tl {
        border-top-left-radius: 0.25rem;
    }

    .lg\:rounded-tl-md {
        border-top-left-radius: 0.375rem;
    }

    .lg\:rounded-tl-lg {
        border-top-left-radius: 0.5rem;
    }

    .lg\:rounded-tl-xl {
        border-top-left-radius: 0.75rem;
    }

    .lg\:rounded-tl-2xl {
        border-top-left-radius: 1rem;
    }

    .lg\:rounded-tl-3xl {
        border-top-left-radius: 1.5rem;
    }

    .lg\:rounded-tl-full {
        border-top-left-radius: 9999px;
    }

    .lg\:rounded-tl-btn {
        border-top-left-radius: 31px;
    }

    .lg\:rounded-tl-10p {
        border-top-left-radius: 10px;
    }

    .lg\:rounded-tr-none {
        border-top-right-radius: 0px;
    }

    .lg\:rounded-tr-sm {
        border-top-right-radius: 0.125rem;
    }

    .lg\:rounded-tr {
        border-top-right-radius: 0.25rem;
    }

    .lg\:rounded-tr-md {
        border-top-right-radius: 0.375rem;
    }

    .lg\:rounded-tr-lg {
        border-top-right-radius: 0.5rem;
    }

    .lg\:rounded-tr-xl {
        border-top-right-radius: 0.75rem;
    }

    .lg\:rounded-tr-2xl {
        border-top-right-radius: 1rem;
    }

    .lg\:rounded-tr-3xl {
        border-top-right-radius: 1.5rem;
    }

    .lg\:rounded-tr-full {
        border-top-right-radius: 9999px;
    }

    .lg\:rounded-tr-btn {
        border-top-right-radius: 31px;
    }

    .lg\:rounded-tr-10p {
        border-top-right-radius: 10px;
    }

    .lg\:rounded-br-none {
        border-bottom-right-radius: 0px;
    }

    .lg\:rounded-br-sm {
        border-bottom-right-radius: 0.125rem;
    }

    .lg\:rounded-br {
        border-bottom-right-radius: 0.25rem;
    }

    .lg\:rounded-br-md {
        border-bottom-right-radius: 0.375rem;
    }

    .lg\:rounded-br-lg {
        border-bottom-right-radius: 0.5rem;
    }

    .lg\:rounded-br-xl {
        border-bottom-right-radius: 0.75rem;
    }

    .lg\:rounded-br-2xl {
        border-bottom-right-radius: 1rem;
    }

    .lg\:rounded-br-3xl {
        border-bottom-right-radius: 1.5rem;
    }

    .lg\:rounded-br-full {
        border-bottom-right-radius: 9999px;
    }

    .lg\:rounded-br-btn {
        border-bottom-right-radius: 31px;
    }

    .lg\:rounded-br-10p {
        border-bottom-right-radius: 10px;
    }

    .lg\:rounded-bl-none {
        border-bottom-left-radius: 0px;
    }

    .lg\:rounded-bl-sm {
        border-bottom-left-radius: 0.125rem;
    }

    .lg\:rounded-bl {
        border-bottom-left-radius: 0.25rem;
    }

    .lg\:rounded-bl-md {
        border-bottom-left-radius: 0.375rem;
    }

    .lg\:rounded-bl-lg {
        border-bottom-left-radius: 0.5rem;
    }

    .lg\:rounded-bl-xl {
        border-bottom-left-radius: 0.75rem;
    }

    .lg\:rounded-bl-2xl {
        border-bottom-left-radius: 1rem;
    }

    .lg\:rounded-bl-3xl {
        border-bottom-left-radius: 1.5rem;
    }

    .lg\:rounded-bl-full {
        border-bottom-left-radius: 9999px;
    }

    .lg\:rounded-bl-btn {
        border-bottom-left-radius: 31px;
    }

    .lg\:rounded-bl-10p {
        border-bottom-left-radius: 10px;
    }

    .lg\:border-0 {
        border-width: 0px;
    }

    .lg\:border-2 {
        border-width: 2px;
    }

    .lg\:border-4 {
        border-width: 4px;
    }

    .lg\:border-8 {
        border-width: 8px;
    }

    .lg\:border {
        border-width: 1px;
    }

    .lg\:border-t-0 {
        border-top-width: 0px;
    }

    .lg\:border-t-2 {
        border-top-width: 2px;
    }

    .lg\:border-t-4 {
        border-top-width: 4px;
    }

    .lg\:border-t-8 {
        border-top-width: 8px;
    }

    .lg\:border-t {
        border-top-width: 1px;
    }

    .lg\:border-r-0 {
        border-right-width: 0px;
    }

    .lg\:border-r-2 {
        border-right-width: 2px;
    }

    .lg\:border-r-4 {
        border-right-width: 4px;
    }

    .lg\:border-r-8 {
        border-right-width: 8px;
    }

    .lg\:border-r {
        border-right-width: 1px;
    }

    .lg\:border-b-0 {
        border-bottom-width: 0px;
    }

    .lg\:border-b-2 {
        border-bottom-width: 2px;
    }

    .lg\:border-b-4 {
        border-bottom-width: 4px;
    }

    .lg\:border-b-8 {
        border-bottom-width: 8px;
    }

    .lg\:border-b {
        border-bottom-width: 1px;
    }

    .lg\:border-l-0 {
        border-left-width: 0px;
    }

    .lg\:border-l-2 {
        border-left-width: 2px;
    }

    .lg\:border-l-4 {
        border-left-width: 4px;
    }

    .lg\:border-l-8 {
        border-left-width: 8px;
    }

    .lg\:border-l {
        border-left-width: 1px;
    }

    .lg\:border-solid {
        border-style: solid;
    }

    .lg\:border-dashed {
        border-style: dashed;
    }

    .lg\:border-dotted {
        border-style: dotted;
    }

    .lg\:border-double {
        border-style: double;
    }

    .lg\:border-none {
        border-style: none;
    }

    .lg\:border-transparent {
        border-color: transparent;
    }

    .lg\:border-current {
        border-color: currentColor;
    }

    .lg\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .lg\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .lg\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .lg\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .lg\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .lg\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .lg\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .lg\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .lg\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .lg\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .lg\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .lg\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .lg\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .lg\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .lg\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .lg\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .lg\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .lg\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .lg\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .lg\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .lg\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .lg\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .lg\:border-yellow {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .lg\:border-green {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .lg\:border-blue {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .lg\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .lg\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .lg\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .lg\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .lg\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .lg\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .lg\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .lg\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .lg\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .lg\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .lg\:border-purple {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .lg\:border-pink {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .lg\:border-primary {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .lg\:border-secondary {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .lg\:border-body_bg {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .lg\:border-body_text {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .lg\:border-title {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .lg\:border-grey {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .lg\:border-dark_grey {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .lg\:border-light_grey {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .lg\:border-medium_grey {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .lg\:border-lightten_grey {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .lg\:border-grey_300 {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .lg\:border-grey_400 {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .lg\:border-medium_blue {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .lg\:border-dark_blue {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .lg\:border-text_blue {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .lg\:border-footer_bg {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .lg\:border-brown {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .lg\:border-dark_brown {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .lg\:border-Light_purple {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .lg\:border-dark_green {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .lg\:border-medium_green {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .lg\:border-light_green {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .lg\:border-green_900 {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .lg\:border-dark_border {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-transparent {
        border-color: transparent;
    }

    .group:hover .lg\:group-hover\:border-current {
        border-color: currentColor;
    }

    .group:hover .lg\:group-hover\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-yellow {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-green {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-blue {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-purple {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-pink {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-primary {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-secondary {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-body_bg {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-body_text {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-title {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-grey {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-dark_grey {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-light_grey {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-medium_grey {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-lightten_grey {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-grey_300 {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-grey_400 {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-medium_blue {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-dark_blue {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-text_blue {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-footer_bg {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-brown {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-dark_brown {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-Light_purple {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-dark_green {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-medium_green {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-light_green {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-green_900 {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .group:hover .lg\:group-hover\:border-dark_border {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-transparent:focus-within {
        border-color: transparent;
    }

    .lg\:focus-within\:border-current:focus-within {
        border-color: currentColor;
    }

    .lg\:focus-within\:border-black:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-white:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-gray-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-gray-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-gray-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-gray-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-gray-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-gray-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-gray-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-gray-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-gray-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-gray-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-red-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-red-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-red-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-red-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-red-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-red-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-red-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-red-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-red-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-red-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-yellow:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-indigo-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-indigo-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-indigo-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-indigo-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-indigo-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-indigo-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-indigo-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-indigo-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-indigo-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-indigo-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-purple:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-pink:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-primary:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-secondary:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-body_bg:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-body_text:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-title:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-dark_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-light_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-medium_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-lightten_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-grey_300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-grey_400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-medium_blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-dark_blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-text_blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-footer_bg:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-brown:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-dark_brown:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-Light_purple:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-dark_green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-medium_green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-light_green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-green_900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .lg\:focus-within\:border-dark_border:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .lg\:hover\:border-transparent:hover {
        border-color: transparent;
    }

    .lg\:hover\:border-current:hover {
        border-color: currentColor;
    }

    .lg\:hover\:border-black:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .lg\:hover\:border-white:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .lg\:hover\:border-gray-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .lg\:hover\:border-gray-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .lg\:hover\:border-gray-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .lg\:hover\:border-gray-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .lg\:hover\:border-gray-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .lg\:hover\:border-gray-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .lg\:hover\:border-gray-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .lg\:hover\:border-gray-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .lg\:hover\:border-gray-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .lg\:hover\:border-gray-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .lg\:hover\:border-red-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .lg\:hover\:border-red-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .lg\:hover\:border-red-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .lg\:hover\:border-red-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .lg\:hover\:border-red-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .lg\:hover\:border-red-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .lg\:hover\:border-red-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .lg\:hover\:border-red-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .lg\:hover\:border-red-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .lg\:hover\:border-red-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .lg\:hover\:border-yellow:hover {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .lg\:hover\:border-green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .lg\:hover\:border-blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .lg\:hover\:border-indigo-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .lg\:hover\:border-indigo-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .lg\:hover\:border-indigo-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .lg\:hover\:border-indigo-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .lg\:hover\:border-indigo-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .lg\:hover\:border-indigo-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .lg\:hover\:border-indigo-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .lg\:hover\:border-indigo-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .lg\:hover\:border-indigo-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .lg\:hover\:border-indigo-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .lg\:hover\:border-purple:hover {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .lg\:hover\:border-pink:hover {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .lg\:hover\:border-primary:hover {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .lg\:hover\:border-secondary:hover {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .lg\:hover\:border-body_bg:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .lg\:hover\:border-body_text:hover {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .lg\:hover\:border-title:hover {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .lg\:hover\:border-grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .lg\:hover\:border-dark_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .lg\:hover\:border-light_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .lg\:hover\:border-medium_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .lg\:hover\:border-lightten_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .lg\:hover\:border-grey_300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .lg\:hover\:border-grey_400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .lg\:hover\:border-medium_blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .lg\:hover\:border-dark_blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .lg\:hover\:border-text_blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .lg\:hover\:border-footer_bg:hover {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .lg\:hover\:border-brown:hover {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .lg\:hover\:border-dark_brown:hover {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .lg\:hover\:border-Light_purple:hover {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .lg\:hover\:border-dark_green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .lg\:hover\:border-medium_green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .lg\:hover\:border-light_green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .lg\:hover\:border-green_900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .lg\:hover\:border-dark_border:hover {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .lg\:focus\:border-transparent:focus {
        border-color: transparent;
    }

    .lg\:focus\:border-current:focus {
        border-color: currentColor;
    }

    .lg\:focus\:border-black:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .lg\:focus\:border-white:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .lg\:focus\:border-gray-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .lg\:focus\:border-gray-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .lg\:focus\:border-gray-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .lg\:focus\:border-gray-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .lg\:focus\:border-gray-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .lg\:focus\:border-gray-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .lg\:focus\:border-gray-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .lg\:focus\:border-gray-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .lg\:focus\:border-gray-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .lg\:focus\:border-gray-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .lg\:focus\:border-red-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .lg\:focus\:border-red-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .lg\:focus\:border-red-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .lg\:focus\:border-red-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .lg\:focus\:border-red-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .lg\:focus\:border-red-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .lg\:focus\:border-red-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .lg\:focus\:border-red-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .lg\:focus\:border-red-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .lg\:focus\:border-red-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .lg\:focus\:border-yellow:focus {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .lg\:focus\:border-green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .lg\:focus\:border-blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .lg\:focus\:border-indigo-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .lg\:focus\:border-indigo-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .lg\:focus\:border-indigo-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .lg\:focus\:border-indigo-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .lg\:focus\:border-indigo-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .lg\:focus\:border-indigo-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .lg\:focus\:border-indigo-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .lg\:focus\:border-indigo-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .lg\:focus\:border-indigo-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .lg\:focus\:border-indigo-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .lg\:focus\:border-purple:focus {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .lg\:focus\:border-pink:focus {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .lg\:focus\:border-primary:focus {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .lg\:focus\:border-secondary:focus {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .lg\:focus\:border-body_bg:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .lg\:focus\:border-body_text:focus {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .lg\:focus\:border-title:focus {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .lg\:focus\:border-grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .lg\:focus\:border-dark_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .lg\:focus\:border-light_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .lg\:focus\:border-medium_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .lg\:focus\:border-lightten_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .lg\:focus\:border-grey_300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .lg\:focus\:border-grey_400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .lg\:focus\:border-medium_blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .lg\:focus\:border-dark_blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .lg\:focus\:border-text_blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .lg\:focus\:border-footer_bg:focus {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .lg\:focus\:border-brown:focus {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .lg\:focus\:border-dark_brown:focus {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .lg\:focus\:border-Light_purple:focus {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .lg\:focus\:border-dark_green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .lg\:focus\:border-medium_green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .lg\:focus\:border-light_green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .lg\:focus\:border-green_900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .lg\:focus\:border-dark_border:focus {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .lg\:border-opacity-0 {
        --tw-border-opacity: 0;
    }

    .lg\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }

    .lg\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }

    .lg\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }

    .lg\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }

    .lg\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }

    .lg\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }

    .lg\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }

    .lg\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }

    .lg\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }

    .lg\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }

    .lg\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }

    .lg\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }

    .lg\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }

    .lg\:border-opacity-100 {
        --tw-border-opacity: 1;
    }

    .group:hover .lg\:group-hover\:border-opacity-0 {
        --tw-border-opacity: 0;
    }

    .group:hover .lg\:group-hover\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }

    .group:hover .lg\:group-hover\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }

    .group:hover .lg\:group-hover\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }

    .group:hover .lg\:group-hover\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }

    .group:hover .lg\:group-hover\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }

    .group:hover .lg\:group-hover\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }

    .group:hover .lg\:group-hover\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }

    .group:hover .lg\:group-hover\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }

    .group:hover .lg\:group-hover\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }

    .group:hover .lg\:group-hover\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }

    .group:hover .lg\:group-hover\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }

    .group:hover .lg\:group-hover\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }

    .group:hover .lg\:group-hover\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }

    .group:hover .lg\:group-hover\:border-opacity-100 {
        --tw-border-opacity: 1;
    }

    .lg\:focus-within\:border-opacity-0:focus-within {
        --tw-border-opacity: 0;
    }

    .lg\:focus-within\:border-opacity-5:focus-within {
        --tw-border-opacity: 0.05;
    }

    .lg\:focus-within\:border-opacity-10:focus-within {
        --tw-border-opacity: 0.1;
    }

    .lg\:focus-within\:border-opacity-20:focus-within {
        --tw-border-opacity: 0.2;
    }

    .lg\:focus-within\:border-opacity-25:focus-within {
        --tw-border-opacity: 0.25;
    }

    .lg\:focus-within\:border-opacity-30:focus-within {
        --tw-border-opacity: 0.3;
    }

    .lg\:focus-within\:border-opacity-40:focus-within {
        --tw-border-opacity: 0.4;
    }

    .lg\:focus-within\:border-opacity-50:focus-within {
        --tw-border-opacity: 0.5;
    }

    .lg\:focus-within\:border-opacity-60:focus-within {
        --tw-border-opacity: 0.6;
    }

    .lg\:focus-within\:border-opacity-70:focus-within {
        --tw-border-opacity: 0.7;
    }

    .lg\:focus-within\:border-opacity-75:focus-within {
        --tw-border-opacity: 0.75;
    }

    .lg\:focus-within\:border-opacity-80:focus-within {
        --tw-border-opacity: 0.8;
    }

    .lg\:focus-within\:border-opacity-90:focus-within {
        --tw-border-opacity: 0.9;
    }

    .lg\:focus-within\:border-opacity-95:focus-within {
        --tw-border-opacity: 0.95;
    }

    .lg\:focus-within\:border-opacity-100:focus-within {
        --tw-border-opacity: 1;
    }

    .lg\:hover\:border-opacity-0:hover {
        --tw-border-opacity: 0;
    }

    .lg\:hover\:border-opacity-5:hover {
        --tw-border-opacity: 0.05;
    }

    .lg\:hover\:border-opacity-10:hover {
        --tw-border-opacity: 0.1;
    }

    .lg\:hover\:border-opacity-20:hover {
        --tw-border-opacity: 0.2;
    }

    .lg\:hover\:border-opacity-25:hover {
        --tw-border-opacity: 0.25;
    }

    .lg\:hover\:border-opacity-30:hover {
        --tw-border-opacity: 0.3;
    }

    .lg\:hover\:border-opacity-40:hover {
        --tw-border-opacity: 0.4;
    }

    .lg\:hover\:border-opacity-50:hover {
        --tw-border-opacity: 0.5;
    }

    .lg\:hover\:border-opacity-60:hover {
        --tw-border-opacity: 0.6;
    }

    .lg\:hover\:border-opacity-70:hover {
        --tw-border-opacity: 0.7;
    }

    .lg\:hover\:border-opacity-75:hover {
        --tw-border-opacity: 0.75;
    }

    .lg\:hover\:border-opacity-80:hover {
        --tw-border-opacity: 0.8;
    }

    .lg\:hover\:border-opacity-90:hover {
        --tw-border-opacity: 0.9;
    }

    .lg\:hover\:border-opacity-95:hover {
        --tw-border-opacity: 0.95;
    }

    .lg\:hover\:border-opacity-100:hover {
        --tw-border-opacity: 1;
    }

    .lg\:focus\:border-opacity-0:focus {
        --tw-border-opacity: 0;
    }

    .lg\:focus\:border-opacity-5:focus {
        --tw-border-opacity: 0.05;
    }

    .lg\:focus\:border-opacity-10:focus {
        --tw-border-opacity: 0.1;
    }

    .lg\:focus\:border-opacity-20:focus {
        --tw-border-opacity: 0.2;
    }

    .lg\:focus\:border-opacity-25:focus {
        --tw-border-opacity: 0.25;
    }

    .lg\:focus\:border-opacity-30:focus {
        --tw-border-opacity: 0.3;
    }

    .lg\:focus\:border-opacity-40:focus {
        --tw-border-opacity: 0.4;
    }

    .lg\:focus\:border-opacity-50:focus {
        --tw-border-opacity: 0.5;
    }

    .lg\:focus\:border-opacity-60:focus {
        --tw-border-opacity: 0.6;
    }

    .lg\:focus\:border-opacity-70:focus {
        --tw-border-opacity: 0.7;
    }

    .lg\:focus\:border-opacity-75:focus {
        --tw-border-opacity: 0.75;
    }

    .lg\:focus\:border-opacity-80:focus {
        --tw-border-opacity: 0.8;
    }

    .lg\:focus\:border-opacity-90:focus {
        --tw-border-opacity: 0.9;
    }

    .lg\:focus\:border-opacity-95:focus {
        --tw-border-opacity: 0.95;
    }

    .lg\:focus\:border-opacity-100:focus {
        --tw-border-opacity: 1;
    }

    .lg\:bg-transparent {
        background-color: transparent;
    }

    .lg\:bg-current {
        background-color: currentColor;
    }

    .lg\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .lg\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .lg\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .lg\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .lg\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .lg\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .lg\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .lg\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .lg\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .lg\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .lg\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .lg\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .lg\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .lg\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .lg\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .lg\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .lg\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .lg\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .lg\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .lg\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .lg\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .lg\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .lg\:bg-yellow {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .lg\:bg-green {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .lg\:bg-blue {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .lg\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .lg\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .lg\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .lg\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .lg\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .lg\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .lg\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .lg\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .lg\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .lg\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .lg\:bg-purple {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .lg\:bg-pink {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .lg\:bg-primary {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .lg\:bg-secondary {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .lg\:bg-body_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .lg\:bg-body_text {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .lg\:bg-title {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .lg\:bg-grey {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .lg\:bg-dark_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .lg\:bg-light_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .lg\:bg-medium_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .lg\:bg-lightten_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .lg\:bg-grey_300 {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .lg\:bg-grey_400 {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .lg\:bg-medium_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .lg\:bg-dark_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .lg\:bg-text_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .lg\:bg-footer_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .lg\:bg-brown {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .lg\:bg-dark_brown {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .lg\:bg-Light_purple {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .lg\:bg-dark_green {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .lg\:bg-medium_green {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .lg\:bg-light_green {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .lg\:bg-green_900 {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .lg\:bg-dark_border {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-transparent {
        background-color: transparent;
    }

    .group:hover .lg\:group-hover\:bg-current {
        background-color: currentColor;
    }

    .group:hover .lg\:group-hover\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-yellow {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-green {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-blue {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-purple {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-pink {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-primary {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-secondary {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-body_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-body_text {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-title {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-grey {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-dark_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-light_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-medium_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-lightten_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-grey_300 {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-grey_400 {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-medium_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-dark_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-text_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-footer_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-brown {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-dark_brown {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-Light_purple {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-dark_green {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-medium_green {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-light_green {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-green_900 {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .group:hover .lg\:group-hover\:bg-dark_border {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-transparent:focus-within {
        background-color: transparent;
    }

    .lg\:focus-within\:bg-current:focus-within {
        background-color: currentColor;
    }

    .lg\:focus-within\:bg-black:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-white:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-gray-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-gray-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-gray-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-gray-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-gray-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-gray-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-gray-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-gray-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-gray-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-gray-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-red-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-red-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-red-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-red-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-red-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-red-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-red-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-red-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-red-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-red-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-yellow:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-indigo-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-indigo-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-indigo-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-indigo-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-indigo-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-indigo-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-indigo-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-indigo-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-indigo-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-indigo-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-purple:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-pink:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-primary:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-secondary:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-body_bg:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-body_text:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-title:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-dark_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-light_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-medium_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-lightten_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-grey_300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-grey_400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-medium_blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-dark_blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-text_blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-footer_bg:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-brown:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-dark_brown:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-Light_purple:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-dark_green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-medium_green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-light_green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-green_900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .lg\:focus-within\:bg-dark_border:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-transparent:hover {
        background-color: transparent;
    }

    .lg\:hover\:bg-current:hover {
        background-color: currentColor;
    }

    .lg\:hover\:bg-black:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-white:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-gray-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-gray-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-gray-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-gray-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-gray-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-gray-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-gray-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-gray-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-gray-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-gray-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-red-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-red-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-red-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-red-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-red-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-red-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-red-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-red-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-red-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-red-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-yellow:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-indigo-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-indigo-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-indigo-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-indigo-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-indigo-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-indigo-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-indigo-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-indigo-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-indigo-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-indigo-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-purple:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-pink:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-primary:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-secondary:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-body_bg:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-body_text:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-title:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-dark_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-light_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-medium_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-lightten_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-grey_300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-grey_400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-medium_blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-dark_blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-text_blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-footer_bg:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-brown:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-dark_brown:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-Light_purple:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-dark_green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-medium_green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-light_green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-green_900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .lg\:hover\:bg-dark_border:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-transparent:focus {
        background-color: transparent;
    }

    .lg\:focus\:bg-current:focus {
        background-color: currentColor;
    }

    .lg\:focus\:bg-black:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-white:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-gray-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-gray-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-gray-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-gray-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-gray-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-gray-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-gray-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-gray-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-gray-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-gray-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-red-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-red-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-red-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-red-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-red-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-red-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-red-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-red-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-red-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-red-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-yellow:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-indigo-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-indigo-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-indigo-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-indigo-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-indigo-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-indigo-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-indigo-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-indigo-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-indigo-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-indigo-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-purple:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-pink:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-primary:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-secondary:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-body_bg:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-body_text:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-title:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-dark_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-light_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-medium_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-lightten_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-grey_300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-grey_400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-medium_blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-dark_blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-text_blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-footer_bg:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-brown:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-dark_brown:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-Light_purple:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-dark_green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-medium_green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-light_green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-green_900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .lg\:focus\:bg-dark_border:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .lg\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }

    .lg\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }

    .lg\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }

    .lg\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }

    .lg\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }

    .lg\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }

    .lg\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }

    .lg\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }

    .lg\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }

    .lg\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }

    .lg\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }

    .lg\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }

    .lg\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }

    .lg\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }

    .lg\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }

    .group:hover .lg\:group-hover\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }

    .group:hover .lg\:group-hover\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }

    .group:hover .lg\:group-hover\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }

    .group:hover .lg\:group-hover\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }

    .group:hover .lg\:group-hover\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }

    .group:hover .lg\:group-hover\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }

    .group:hover .lg\:group-hover\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }

    .group:hover .lg\:group-hover\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }

    .group:hover .lg\:group-hover\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }

    .group:hover .lg\:group-hover\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }

    .group:hover .lg\:group-hover\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }

    .group:hover .lg\:group-hover\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }

    .group:hover .lg\:group-hover\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }

    .group:hover .lg\:group-hover\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }

    .group:hover .lg\:group-hover\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }

    .lg\:focus-within\:bg-opacity-0:focus-within {
        --tw-bg-opacity: 0;
    }

    .lg\:focus-within\:bg-opacity-5:focus-within {
        --tw-bg-opacity: 0.05;
    }

    .lg\:focus-within\:bg-opacity-10:focus-within {
        --tw-bg-opacity: 0.1;
    }

    .lg\:focus-within\:bg-opacity-20:focus-within {
        --tw-bg-opacity: 0.2;
    }

    .lg\:focus-within\:bg-opacity-25:focus-within {
        --tw-bg-opacity: 0.25;
    }

    .lg\:focus-within\:bg-opacity-30:focus-within {
        --tw-bg-opacity: 0.3;
    }

    .lg\:focus-within\:bg-opacity-40:focus-within {
        --tw-bg-opacity: 0.4;
    }

    .lg\:focus-within\:bg-opacity-50:focus-within {
        --tw-bg-opacity: 0.5;
    }

    .lg\:focus-within\:bg-opacity-60:focus-within {
        --tw-bg-opacity: 0.6;
    }

    .lg\:focus-within\:bg-opacity-70:focus-within {
        --tw-bg-opacity: 0.7;
    }

    .lg\:focus-within\:bg-opacity-75:focus-within {
        --tw-bg-opacity: 0.75;
    }

    .lg\:focus-within\:bg-opacity-80:focus-within {
        --tw-bg-opacity: 0.8;
    }

    .lg\:focus-within\:bg-opacity-90:focus-within {
        --tw-bg-opacity: 0.9;
    }

    .lg\:focus-within\:bg-opacity-95:focus-within {
        --tw-bg-opacity: 0.95;
    }

    .lg\:focus-within\:bg-opacity-100:focus-within {
        --tw-bg-opacity: 1;
    }

    .lg\:hover\:bg-opacity-0:hover {
        --tw-bg-opacity: 0;
    }

    .lg\:hover\:bg-opacity-5:hover {
        --tw-bg-opacity: 0.05;
    }

    .lg\:hover\:bg-opacity-10:hover {
        --tw-bg-opacity: 0.1;
    }

    .lg\:hover\:bg-opacity-20:hover {
        --tw-bg-opacity: 0.2;
    }

    .lg\:hover\:bg-opacity-25:hover {
        --tw-bg-opacity: 0.25;
    }

    .lg\:hover\:bg-opacity-30:hover {
        --tw-bg-opacity: 0.3;
    }

    .lg\:hover\:bg-opacity-40:hover {
        --tw-bg-opacity: 0.4;
    }

    .lg\:hover\:bg-opacity-50:hover {
        --tw-bg-opacity: 0.5;
    }

    .lg\:hover\:bg-opacity-60:hover {
        --tw-bg-opacity: 0.6;
    }

    .lg\:hover\:bg-opacity-70:hover {
        --tw-bg-opacity: 0.7;
    }

    .lg\:hover\:bg-opacity-75:hover {
        --tw-bg-opacity: 0.75;
    }

    .lg\:hover\:bg-opacity-80:hover {
        --tw-bg-opacity: 0.8;
    }

    .lg\:hover\:bg-opacity-90:hover {
        --tw-bg-opacity: 0.9;
    }

    .lg\:hover\:bg-opacity-95:hover {
        --tw-bg-opacity: 0.95;
    }

    .lg\:hover\:bg-opacity-100:hover {
        --tw-bg-opacity: 1;
    }

    .lg\:focus\:bg-opacity-0:focus {
        --tw-bg-opacity: 0;
    }

    .lg\:focus\:bg-opacity-5:focus {
        --tw-bg-opacity: 0.05;
    }

    .lg\:focus\:bg-opacity-10:focus {
        --tw-bg-opacity: 0.1;
    }

    .lg\:focus\:bg-opacity-20:focus {
        --tw-bg-opacity: 0.2;
    }

    .lg\:focus\:bg-opacity-25:focus {
        --tw-bg-opacity: 0.25;
    }

    .lg\:focus\:bg-opacity-30:focus {
        --tw-bg-opacity: 0.3;
    }

    .lg\:focus\:bg-opacity-40:focus {
        --tw-bg-opacity: 0.4;
    }

    .lg\:focus\:bg-opacity-50:focus {
        --tw-bg-opacity: 0.5;
    }

    .lg\:focus\:bg-opacity-60:focus {
        --tw-bg-opacity: 0.6;
    }

    .lg\:focus\:bg-opacity-70:focus {
        --tw-bg-opacity: 0.7;
    }

    .lg\:focus\:bg-opacity-75:focus {
        --tw-bg-opacity: 0.75;
    }

    .lg\:focus\:bg-opacity-80:focus {
        --tw-bg-opacity: 0.8;
    }

    .lg\:focus\:bg-opacity-90:focus {
        --tw-bg-opacity: 0.9;
    }

    .lg\:focus\:bg-opacity-95:focus {
        --tw-bg-opacity: 0.95;
    }

    .lg\:focus\:bg-opacity-100:focus {
        --tw-bg-opacity: 1;
    }

    .lg\:bg-none {
        background-image: none;
    }

    .lg\:bg-gradient-to-t {
        background-image: linear-gradient(to top, var(--tw-gradient-stops));
    }

    .lg\:bg-gradient-to-tr {
        background-image: linear-gradient(to top right, var(--tw-gradient-stops));
    }

    .lg\:bg-gradient-to-r {
        background-image: linear-gradient(to right, var(--tw-gradient-stops));
    }

    .lg\:bg-gradient-to-br {
        background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
    }

    .lg\:bg-gradient-to-b {
        background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    }

    .lg\:bg-gradient-to-bl {
        background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
    }

    .lg\:bg-gradient-to-l {
        background-image: linear-gradient(to left, var(--tw-gradient-stops));
    }

    .lg\:bg-gradient-to-tl {
        background-image: linear-gradient(to top left, var(--tw-gradient-stops));
    }

    .lg\:from-transparent {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .lg\:from-current {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .lg\:from-black {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .lg\:from-white {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .lg\:from-gray-50 {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .lg\:from-gray-100 {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .lg\:from-gray-200 {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .lg\:from-gray-300 {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .lg\:from-gray-400 {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .lg\:from-gray-500 {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .lg\:from-gray-600 {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .lg\:from-gray-700 {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .lg\:from-gray-800 {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .lg\:from-gray-900 {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .lg\:from-red-50 {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .lg\:from-red-100 {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .lg\:from-red-200 {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .lg\:from-red-300 {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .lg\:from-red-400 {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .lg\:from-red-500 {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .lg\:from-red-600 {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .lg\:from-red-700 {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .lg\:from-red-800 {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .lg\:from-red-900 {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .lg\:from-yellow {
        --tw-gradient-from: #ed9143;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .lg\:from-green {
        --tw-gradient-from: #7bbc00;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .lg\:from-blue {
        --tw-gradient-from: #5ba4dc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .lg\:from-indigo-50 {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .lg\:from-indigo-100 {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .lg\:from-indigo-200 {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .lg\:from-indigo-300 {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .lg\:from-indigo-400 {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .lg\:from-indigo-500 {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .lg\:from-indigo-600 {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .lg\:from-indigo-700 {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .lg\:from-indigo-800 {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .lg\:from-indigo-900 {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .lg\:from-purple {
        --tw-gradient-from: #6847c3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .lg\:from-pink {
        --tw-gradient-from: #850737;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .lg\:from-primary {
        --tw-gradient-from: #6E6E6E;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .lg\:from-secondary {
        --tw-gradient-from: #ededed;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .lg\:from-body_bg {
        --tw-gradient-from: #ffffff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .lg\:from-body_text {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .lg\:from-title {
        --tw-gradient-from: #3fb2cf;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .lg\:from-grey {
        --tw-gradient-from: #524A51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .lg\:from-dark_grey {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .lg\:from-light_grey {
        --tw-gradient-from: #B7B7B7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .lg\:from-medium_grey {
        --tw-gradient-from: #575156;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .lg\:from-lightten_grey {
        --tw-gradient-from: #C6C6C6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .lg\:from-grey_300 {
        --tw-gradient-from: #d3d3d3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .lg\:from-grey_400 {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .lg\:from-medium_blue {
        --tw-gradient-from: #45cdfc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .lg\:from-dark_blue {
        --tw-gradient-from: #0080ac;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .lg\:from-text_blue {
        --tw-gradient-from: #3FB2CF;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .lg\:from-footer_bg {
        --tw-gradient-from: #464646;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .lg\:from-brown {
        --tw-gradient-from: #805300;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .lg\:from-dark_brown {
        --tw-gradient-from: #874433;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .lg\:from-Light_purple {
        --tw-gradient-from: #65479b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .lg\:from-dark_green {
        --tw-gradient-from: #479b51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .lg\:from-medium_green {
        --tw-gradient-from: #3aac2b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .lg\:from-light_green {
        --tw-gradient-from: #9acb3e;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .lg\:from-green_900 {
        --tw-gradient-from: #396676;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .lg\:from-dark_border {
        --tw-gradient-from: #707070;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .lg\:hover\:from-transparent:hover {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .lg\:hover\:from-current:hover {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .lg\:hover\:from-black:hover {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .lg\:hover\:from-white:hover {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .lg\:hover\:from-gray-50:hover {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .lg\:hover\:from-gray-100:hover {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .lg\:hover\:from-gray-200:hover {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .lg\:hover\:from-gray-300:hover {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .lg\:hover\:from-gray-400:hover {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .lg\:hover\:from-gray-500:hover {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .lg\:hover\:from-gray-600:hover {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .lg\:hover\:from-gray-700:hover {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .lg\:hover\:from-gray-800:hover {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .lg\:hover\:from-gray-900:hover {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .lg\:hover\:from-red-50:hover {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .lg\:hover\:from-red-100:hover {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .lg\:hover\:from-red-200:hover {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .lg\:hover\:from-red-300:hover {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .lg\:hover\:from-red-400:hover {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .lg\:hover\:from-red-500:hover {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .lg\:hover\:from-red-600:hover {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .lg\:hover\:from-red-700:hover {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .lg\:hover\:from-red-800:hover {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .lg\:hover\:from-red-900:hover {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .lg\:hover\:from-yellow:hover {
        --tw-gradient-from: #ed9143;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .lg\:hover\:from-green:hover {
        --tw-gradient-from: #7bbc00;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .lg\:hover\:from-blue:hover {
        --tw-gradient-from: #5ba4dc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .lg\:hover\:from-indigo-50:hover {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .lg\:hover\:from-indigo-100:hover {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .lg\:hover\:from-indigo-200:hover {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .lg\:hover\:from-indigo-300:hover {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .lg\:hover\:from-indigo-400:hover {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .lg\:hover\:from-indigo-500:hover {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .lg\:hover\:from-indigo-600:hover {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .lg\:hover\:from-indigo-700:hover {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .lg\:hover\:from-indigo-800:hover {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .lg\:hover\:from-indigo-900:hover {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .lg\:hover\:from-purple:hover {
        --tw-gradient-from: #6847c3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .lg\:hover\:from-pink:hover {
        --tw-gradient-from: #850737;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .lg\:hover\:from-primary:hover {
        --tw-gradient-from: #6E6E6E;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .lg\:hover\:from-secondary:hover {
        --tw-gradient-from: #ededed;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .lg\:hover\:from-body_bg:hover {
        --tw-gradient-from: #ffffff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .lg\:hover\:from-body_text:hover {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .lg\:hover\:from-title:hover {
        --tw-gradient-from: #3fb2cf;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .lg\:hover\:from-grey:hover {
        --tw-gradient-from: #524A51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .lg\:hover\:from-dark_grey:hover {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .lg\:hover\:from-light_grey:hover {
        --tw-gradient-from: #B7B7B7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .lg\:hover\:from-medium_grey:hover {
        --tw-gradient-from: #575156;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .lg\:hover\:from-lightten_grey:hover {
        --tw-gradient-from: #C6C6C6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .lg\:hover\:from-grey_300:hover {
        --tw-gradient-from: #d3d3d3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .lg\:hover\:from-grey_400:hover {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .lg\:hover\:from-medium_blue:hover {
        --tw-gradient-from: #45cdfc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .lg\:hover\:from-dark_blue:hover {
        --tw-gradient-from: #0080ac;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .lg\:hover\:from-text_blue:hover {
        --tw-gradient-from: #3FB2CF;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .lg\:hover\:from-footer_bg:hover {
        --tw-gradient-from: #464646;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .lg\:hover\:from-brown:hover {
        --tw-gradient-from: #805300;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .lg\:hover\:from-dark_brown:hover {
        --tw-gradient-from: #874433;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .lg\:hover\:from-Light_purple:hover {
        --tw-gradient-from: #65479b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .lg\:hover\:from-dark_green:hover {
        --tw-gradient-from: #479b51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .lg\:hover\:from-medium_green:hover {
        --tw-gradient-from: #3aac2b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .lg\:hover\:from-light_green:hover {
        --tw-gradient-from: #9acb3e;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .lg\:hover\:from-green_900:hover {
        --tw-gradient-from: #396676;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .lg\:hover\:from-dark_border:hover {
        --tw-gradient-from: #707070;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .lg\:focus\:from-transparent:focus {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .lg\:focus\:from-current:focus {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .lg\:focus\:from-black:focus {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .lg\:focus\:from-white:focus {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .lg\:focus\:from-gray-50:focus {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .lg\:focus\:from-gray-100:focus {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .lg\:focus\:from-gray-200:focus {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .lg\:focus\:from-gray-300:focus {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .lg\:focus\:from-gray-400:focus {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .lg\:focus\:from-gray-500:focus {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .lg\:focus\:from-gray-600:focus {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .lg\:focus\:from-gray-700:focus {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .lg\:focus\:from-gray-800:focus {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .lg\:focus\:from-gray-900:focus {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .lg\:focus\:from-red-50:focus {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .lg\:focus\:from-red-100:focus {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .lg\:focus\:from-red-200:focus {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .lg\:focus\:from-red-300:focus {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .lg\:focus\:from-red-400:focus {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .lg\:focus\:from-red-500:focus {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .lg\:focus\:from-red-600:focus {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .lg\:focus\:from-red-700:focus {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .lg\:focus\:from-red-800:focus {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .lg\:focus\:from-red-900:focus {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .lg\:focus\:from-yellow:focus {
        --tw-gradient-from: #ed9143;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .lg\:focus\:from-green:focus {
        --tw-gradient-from: #7bbc00;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .lg\:focus\:from-blue:focus {
        --tw-gradient-from: #5ba4dc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .lg\:focus\:from-indigo-50:focus {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .lg\:focus\:from-indigo-100:focus {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .lg\:focus\:from-indigo-200:focus {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .lg\:focus\:from-indigo-300:focus {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .lg\:focus\:from-indigo-400:focus {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .lg\:focus\:from-indigo-500:focus {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .lg\:focus\:from-indigo-600:focus {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .lg\:focus\:from-indigo-700:focus {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .lg\:focus\:from-indigo-800:focus {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .lg\:focus\:from-indigo-900:focus {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .lg\:focus\:from-purple:focus {
        --tw-gradient-from: #6847c3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .lg\:focus\:from-pink:focus {
        --tw-gradient-from: #850737;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .lg\:focus\:from-primary:focus {
        --tw-gradient-from: #6E6E6E;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .lg\:focus\:from-secondary:focus {
        --tw-gradient-from: #ededed;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .lg\:focus\:from-body_bg:focus {
        --tw-gradient-from: #ffffff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .lg\:focus\:from-body_text:focus {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .lg\:focus\:from-title:focus {
        --tw-gradient-from: #3fb2cf;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .lg\:focus\:from-grey:focus {
        --tw-gradient-from: #524A51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .lg\:focus\:from-dark_grey:focus {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .lg\:focus\:from-light_grey:focus {
        --tw-gradient-from: #B7B7B7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .lg\:focus\:from-medium_grey:focus {
        --tw-gradient-from: #575156;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .lg\:focus\:from-lightten_grey:focus {
        --tw-gradient-from: #C6C6C6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .lg\:focus\:from-grey_300:focus {
        --tw-gradient-from: #d3d3d3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .lg\:focus\:from-grey_400:focus {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .lg\:focus\:from-medium_blue:focus {
        --tw-gradient-from: #45cdfc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .lg\:focus\:from-dark_blue:focus {
        --tw-gradient-from: #0080ac;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .lg\:focus\:from-text_blue:focus {
        --tw-gradient-from: #3FB2CF;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .lg\:focus\:from-footer_bg:focus {
        --tw-gradient-from: #464646;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .lg\:focus\:from-brown:focus {
        --tw-gradient-from: #805300;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .lg\:focus\:from-dark_brown:focus {
        --tw-gradient-from: #874433;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .lg\:focus\:from-Light_purple:focus {
        --tw-gradient-from: #65479b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .lg\:focus\:from-dark_green:focus {
        --tw-gradient-from: #479b51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .lg\:focus\:from-medium_green:focus {
        --tw-gradient-from: #3aac2b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .lg\:focus\:from-light_green:focus {
        --tw-gradient-from: #9acb3e;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .lg\:focus\:from-green_900:focus {
        --tw-gradient-from: #396676;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .lg\:focus\:from-dark_border:focus {
        --tw-gradient-from: #707070;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .lg\:via-transparent {
        --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .lg\:via-current {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .lg\:via-black {
        --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .lg\:via-white {
        --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .lg\:via-gray-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .lg\:via-gray-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .lg\:via-gray-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .lg\:via-gray-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .lg\:via-gray-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .lg\:via-gray-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .lg\:via-gray-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .lg\:via-gray-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .lg\:via-gray-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .lg\:via-gray-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .lg\:via-red-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .lg\:via-red-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .lg\:via-red-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .lg\:via-red-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .lg\:via-red-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .lg\:via-red-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .lg\:via-red-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .lg\:via-red-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .lg\:via-red-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .lg\:via-red-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .lg\:via-yellow {
        --tw-gradient-stops: var(--tw-gradient-from), #ed9143, var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .lg\:via-green {
        --tw-gradient-stops: var(--tw-gradient-from), #7bbc00, var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .lg\:via-blue {
        --tw-gradient-stops: var(--tw-gradient-from), #5ba4dc, var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .lg\:via-indigo-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .lg\:via-indigo-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .lg\:via-indigo-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .lg\:via-indigo-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .lg\:via-indigo-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .lg\:via-indigo-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .lg\:via-indigo-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .lg\:via-indigo-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .lg\:via-indigo-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .lg\:via-indigo-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .lg\:via-purple {
        --tw-gradient-stops: var(--tw-gradient-from), #6847c3, var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .lg\:via-pink {
        --tw-gradient-stops: var(--tw-gradient-from), #850737, var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .lg\:via-primary {
        --tw-gradient-stops: var(--tw-gradient-from), #6E6E6E, var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .lg\:via-secondary {
        --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .lg\:via-body_bg {
        --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .lg\:via-body_text {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .lg\:via-title {
        --tw-gradient-stops: var(--tw-gradient-from), #3fb2cf, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .lg\:via-grey {
        --tw-gradient-stops: var(--tw-gradient-from), #524A51, var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .lg\:via-dark_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .lg\:via-light_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .lg\:via-medium_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #575156, var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .lg\:via-lightten_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #C6C6C6, var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .lg\:via-grey_300 {
        --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .lg\:via-grey_400 {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .lg\:via-medium_blue {
        --tw-gradient-stops: var(--tw-gradient-from), #45cdfc, var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .lg\:via-dark_blue {
        --tw-gradient-stops: var(--tw-gradient-from), #0080ac, var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .lg\:via-text_blue {
        --tw-gradient-stops: var(--tw-gradient-from), #3FB2CF, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .lg\:via-footer_bg {
        --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .lg\:via-brown {
        --tw-gradient-stops: var(--tw-gradient-from), #805300, var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .lg\:via-dark_brown {
        --tw-gradient-stops: var(--tw-gradient-from), #874433, var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .lg\:via-Light_purple {
        --tw-gradient-stops: var(--tw-gradient-from), #65479b, var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .lg\:via-dark_green {
        --tw-gradient-stops: var(--tw-gradient-from), #479b51, var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .lg\:via-medium_green {
        --tw-gradient-stops: var(--tw-gradient-from), #3aac2b, var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .lg\:via-light_green {
        --tw-gradient-stops: var(--tw-gradient-from), #9acb3e, var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .lg\:via-green_900 {
        --tw-gradient-stops: var(--tw-gradient-from), #396676, var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .lg\:via-dark_border {
        --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .lg\:hover\:via-transparent:hover {
        --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .lg\:hover\:via-current:hover {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .lg\:hover\:via-black:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .lg\:hover\:via-white:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .lg\:hover\:via-gray-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .lg\:hover\:via-gray-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .lg\:hover\:via-gray-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .lg\:hover\:via-gray-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .lg\:hover\:via-gray-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .lg\:hover\:via-gray-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .lg\:hover\:via-gray-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .lg\:hover\:via-gray-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .lg\:hover\:via-gray-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .lg\:hover\:via-gray-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .lg\:hover\:via-red-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .lg\:hover\:via-red-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .lg\:hover\:via-red-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .lg\:hover\:via-red-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .lg\:hover\:via-red-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .lg\:hover\:via-red-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .lg\:hover\:via-red-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .lg\:hover\:via-red-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .lg\:hover\:via-red-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .lg\:hover\:via-red-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .lg\:hover\:via-yellow:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ed9143, var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .lg\:hover\:via-green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7bbc00, var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .lg\:hover\:via-blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #5ba4dc, var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .lg\:hover\:via-indigo-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .lg\:hover\:via-indigo-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .lg\:hover\:via-indigo-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .lg\:hover\:via-indigo-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .lg\:hover\:via-indigo-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .lg\:hover\:via-indigo-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .lg\:hover\:via-indigo-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .lg\:hover\:via-indigo-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .lg\:hover\:via-indigo-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .lg\:hover\:via-indigo-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .lg\:hover\:via-purple:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6847c3, var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .lg\:hover\:via-pink:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #850737, var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .lg\:hover\:via-primary:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6E6E6E, var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .lg\:hover\:via-secondary:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .lg\:hover\:via-body_bg:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .lg\:hover\:via-body_text:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .lg\:hover\:via-title:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3fb2cf, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .lg\:hover\:via-grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #524A51, var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .lg\:hover\:via-dark_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .lg\:hover\:via-light_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .lg\:hover\:via-medium_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #575156, var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .lg\:hover\:via-lightten_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #C6C6C6, var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .lg\:hover\:via-grey_300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .lg\:hover\:via-grey_400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .lg\:hover\:via-medium_blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #45cdfc, var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .lg\:hover\:via-dark_blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #0080ac, var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .lg\:hover\:via-text_blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3FB2CF, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .lg\:hover\:via-footer_bg:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .lg\:hover\:via-brown:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #805300, var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .lg\:hover\:via-dark_brown:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #874433, var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .lg\:hover\:via-Light_purple:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #65479b, var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .lg\:hover\:via-dark_green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #479b51, var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .lg\:hover\:via-medium_green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3aac2b, var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .lg\:hover\:via-light_green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9acb3e, var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .lg\:hover\:via-green_900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #396676, var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .lg\:hover\:via-dark_border:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .lg\:focus\:via-transparent:focus {
        --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .lg\:focus\:via-current:focus {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .lg\:focus\:via-black:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .lg\:focus\:via-white:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .lg\:focus\:via-gray-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .lg\:focus\:via-gray-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .lg\:focus\:via-gray-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .lg\:focus\:via-gray-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .lg\:focus\:via-gray-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .lg\:focus\:via-gray-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .lg\:focus\:via-gray-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .lg\:focus\:via-gray-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .lg\:focus\:via-gray-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .lg\:focus\:via-gray-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .lg\:focus\:via-red-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .lg\:focus\:via-red-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .lg\:focus\:via-red-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .lg\:focus\:via-red-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .lg\:focus\:via-red-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .lg\:focus\:via-red-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .lg\:focus\:via-red-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .lg\:focus\:via-red-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .lg\:focus\:via-red-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .lg\:focus\:via-red-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .lg\:focus\:via-yellow:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ed9143, var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .lg\:focus\:via-green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7bbc00, var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .lg\:focus\:via-blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #5ba4dc, var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .lg\:focus\:via-indigo-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .lg\:focus\:via-indigo-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .lg\:focus\:via-indigo-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .lg\:focus\:via-indigo-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .lg\:focus\:via-indigo-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .lg\:focus\:via-indigo-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .lg\:focus\:via-indigo-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .lg\:focus\:via-indigo-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .lg\:focus\:via-indigo-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .lg\:focus\:via-indigo-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .lg\:focus\:via-purple:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6847c3, var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .lg\:focus\:via-pink:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #850737, var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .lg\:focus\:via-primary:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6E6E6E, var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .lg\:focus\:via-secondary:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .lg\:focus\:via-body_bg:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .lg\:focus\:via-body_text:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .lg\:focus\:via-title:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3fb2cf, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .lg\:focus\:via-grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #524A51, var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .lg\:focus\:via-dark_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .lg\:focus\:via-light_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .lg\:focus\:via-medium_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #575156, var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .lg\:focus\:via-lightten_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #C6C6C6, var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .lg\:focus\:via-grey_300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .lg\:focus\:via-grey_400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .lg\:focus\:via-medium_blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #45cdfc, var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .lg\:focus\:via-dark_blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #0080ac, var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .lg\:focus\:via-text_blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3FB2CF, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .lg\:focus\:via-footer_bg:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .lg\:focus\:via-brown:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #805300, var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .lg\:focus\:via-dark_brown:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #874433, var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .lg\:focus\:via-Light_purple:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #65479b, var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .lg\:focus\:via-dark_green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #479b51, var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .lg\:focus\:via-medium_green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3aac2b, var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .lg\:focus\:via-light_green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9acb3e, var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .lg\:focus\:via-green_900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #396676, var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .lg\:focus\:via-dark_border:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .lg\:to-transparent {
        --tw-gradient-to: transparent;
    }

    .lg\:to-current {
        --tw-gradient-to: currentColor;
    }

    .lg\:to-black {
        --tw-gradient-to: #000;
    }

    .lg\:to-white {
        --tw-gradient-to: #fff;
    }

    .lg\:to-gray-50 {
        --tw-gradient-to: #f9fafb;
    }

    .lg\:to-gray-100 {
        --tw-gradient-to: #f3f4f6;
    }

    .lg\:to-gray-200 {
        --tw-gradient-to: #e5e7eb;
    }

    .lg\:to-gray-300 {
        --tw-gradient-to: #d1d5db;
    }

    .lg\:to-gray-400 {
        --tw-gradient-to: #9ca3af;
    }

    .lg\:to-gray-500 {
        --tw-gradient-to: #6b7280;
    }

    .lg\:to-gray-600 {
        --tw-gradient-to: #4b5563;
    }

    .lg\:to-gray-700 {
        --tw-gradient-to: #374151;
    }

    .lg\:to-gray-800 {
        --tw-gradient-to: #1f2937;
    }

    .lg\:to-gray-900 {
        --tw-gradient-to: #111827;
    }

    .lg\:to-red-50 {
        --tw-gradient-to: #fef2f2;
    }

    .lg\:to-red-100 {
        --tw-gradient-to: #fee2e2;
    }

    .lg\:to-red-200 {
        --tw-gradient-to: #fecaca;
    }

    .lg\:to-red-300 {
        --tw-gradient-to: #fca5a5;
    }

    .lg\:to-red-400 {
        --tw-gradient-to: #f87171;
    }

    .lg\:to-red-500 {
        --tw-gradient-to: #ef4444;
    }

    .lg\:to-red-600 {
        --tw-gradient-to: #dc2626;
    }

    .lg\:to-red-700 {
        --tw-gradient-to: #b91c1c;
    }

    .lg\:to-red-800 {
        --tw-gradient-to: #991b1b;
    }

    .lg\:to-red-900 {
        --tw-gradient-to: #7f1d1d;
    }

    .lg\:to-yellow {
        --tw-gradient-to: #ed9143;
    }

    .lg\:to-green {
        --tw-gradient-to: #7bbc00;
    }

    .lg\:to-blue {
        --tw-gradient-to: #5ba4dc;
    }

    .lg\:to-indigo-50 {
        --tw-gradient-to: #eef2ff;
    }

    .lg\:to-indigo-100 {
        --tw-gradient-to: #e0e7ff;
    }

    .lg\:to-indigo-200 {
        --tw-gradient-to: #c7d2fe;
    }

    .lg\:to-indigo-300 {
        --tw-gradient-to: #a5b4fc;
    }

    .lg\:to-indigo-400 {
        --tw-gradient-to: #818cf8;
    }

    .lg\:to-indigo-500 {
        --tw-gradient-to: #6366f1;
    }

    .lg\:to-indigo-600 {
        --tw-gradient-to: #4f46e5;
    }

    .lg\:to-indigo-700 {
        --tw-gradient-to: #4338ca;
    }

    .lg\:to-indigo-800 {
        --tw-gradient-to: #3730a3;
    }

    .lg\:to-indigo-900 {
        --tw-gradient-to: #312e81;
    }

    .lg\:to-purple {
        --tw-gradient-to: #6847c3;
    }

    .lg\:to-pink {
        --tw-gradient-to: #850737;
    }

    .lg\:to-primary {
        --tw-gradient-to: #6E6E6E;
    }

    .lg\:to-secondary {
        --tw-gradient-to: #ededed;
    }

    .lg\:to-body_bg {
        --tw-gradient-to: #ffffff;
    }

    .lg\:to-body_text {
        --tw-gradient-to: #4a4349;
    }

    .lg\:to-title {
        --tw-gradient-to: #3fb2cf;
    }

    .lg\:to-grey {
        --tw-gradient-to: #524A51;
    }

    .lg\:to-dark_grey {
        --tw-gradient-to: #4a4349;
    }

    .lg\:to-light_grey {
        --tw-gradient-to: #B7B7B7;
    }

    .lg\:to-medium_grey {
        --tw-gradient-to: #575156;
    }

    .lg\:to-lightten_grey {
        --tw-gradient-to: #C6C6C6;
    }

    .lg\:to-grey_300 {
        --tw-gradient-to: #d3d3d3;
    }

    .lg\:to-grey_400 {
        --tw-gradient-to: #b7b7b7;
    }

    .lg\:to-medium_blue {
        --tw-gradient-to: #45cdfc;
    }

    .lg\:to-dark_blue {
        --tw-gradient-to: #0080ac;
    }

    .lg\:to-text_blue {
        --tw-gradient-to: #3FB2CF;
    }

    .lg\:to-footer_bg {
        --tw-gradient-to: #464646;
    }

    .lg\:to-brown {
        --tw-gradient-to: #805300;
    }

    .lg\:to-dark_brown {
        --tw-gradient-to: #874433;
    }

    .lg\:to-Light_purple {
        --tw-gradient-to: #65479b;
    }

    .lg\:to-dark_green {
        --tw-gradient-to: #479b51;
    }

    .lg\:to-medium_green {
        --tw-gradient-to: #3aac2b;
    }

    .lg\:to-light_green {
        --tw-gradient-to: #9acb3e;
    }

    .lg\:to-green_900 {
        --tw-gradient-to: #396676;
    }

    .lg\:to-dark_border {
        --tw-gradient-to: #707070;
    }

    .lg\:hover\:to-transparent:hover {
        --tw-gradient-to: transparent;
    }

    .lg\:hover\:to-current:hover {
        --tw-gradient-to: currentColor;
    }

    .lg\:hover\:to-black:hover {
        --tw-gradient-to: #000;
    }

    .lg\:hover\:to-white:hover {
        --tw-gradient-to: #fff;
    }

    .lg\:hover\:to-gray-50:hover {
        --tw-gradient-to: #f9fafb;
    }

    .lg\:hover\:to-gray-100:hover {
        --tw-gradient-to: #f3f4f6;
    }

    .lg\:hover\:to-gray-200:hover {
        --tw-gradient-to: #e5e7eb;
    }

    .lg\:hover\:to-gray-300:hover {
        --tw-gradient-to: #d1d5db;
    }

    .lg\:hover\:to-gray-400:hover {
        --tw-gradient-to: #9ca3af;
    }

    .lg\:hover\:to-gray-500:hover {
        --tw-gradient-to: #6b7280;
    }

    .lg\:hover\:to-gray-600:hover {
        --tw-gradient-to: #4b5563;
    }

    .lg\:hover\:to-gray-700:hover {
        --tw-gradient-to: #374151;
    }

    .lg\:hover\:to-gray-800:hover {
        --tw-gradient-to: #1f2937;
    }

    .lg\:hover\:to-gray-900:hover {
        --tw-gradient-to: #111827;
    }

    .lg\:hover\:to-red-50:hover {
        --tw-gradient-to: #fef2f2;
    }

    .lg\:hover\:to-red-100:hover {
        --tw-gradient-to: #fee2e2;
    }

    .lg\:hover\:to-red-200:hover {
        --tw-gradient-to: #fecaca;
    }

    .lg\:hover\:to-red-300:hover {
        --tw-gradient-to: #fca5a5;
    }

    .lg\:hover\:to-red-400:hover {
        --tw-gradient-to: #f87171;
    }

    .lg\:hover\:to-red-500:hover {
        --tw-gradient-to: #ef4444;
    }

    .lg\:hover\:to-red-600:hover {
        --tw-gradient-to: #dc2626;
    }

    .lg\:hover\:to-red-700:hover {
        --tw-gradient-to: #b91c1c;
    }

    .lg\:hover\:to-red-800:hover {
        --tw-gradient-to: #991b1b;
    }

    .lg\:hover\:to-red-900:hover {
        --tw-gradient-to: #7f1d1d;
    }

    .lg\:hover\:to-yellow:hover {
        --tw-gradient-to: #ed9143;
    }

    .lg\:hover\:to-green:hover {
        --tw-gradient-to: #7bbc00;
    }

    .lg\:hover\:to-blue:hover {
        --tw-gradient-to: #5ba4dc;
    }

    .lg\:hover\:to-indigo-50:hover {
        --tw-gradient-to: #eef2ff;
    }

    .lg\:hover\:to-indigo-100:hover {
        --tw-gradient-to: #e0e7ff;
    }

    .lg\:hover\:to-indigo-200:hover {
        --tw-gradient-to: #c7d2fe;
    }

    .lg\:hover\:to-indigo-300:hover {
        --tw-gradient-to: #a5b4fc;
    }

    .lg\:hover\:to-indigo-400:hover {
        --tw-gradient-to: #818cf8;
    }

    .lg\:hover\:to-indigo-500:hover {
        --tw-gradient-to: #6366f1;
    }

    .lg\:hover\:to-indigo-600:hover {
        --tw-gradient-to: #4f46e5;
    }

    .lg\:hover\:to-indigo-700:hover {
        --tw-gradient-to: #4338ca;
    }

    .lg\:hover\:to-indigo-800:hover {
        --tw-gradient-to: #3730a3;
    }

    .lg\:hover\:to-indigo-900:hover {
        --tw-gradient-to: #312e81;
    }

    .lg\:hover\:to-purple:hover {
        --tw-gradient-to: #6847c3;
    }

    .lg\:hover\:to-pink:hover {
        --tw-gradient-to: #850737;
    }

    .lg\:hover\:to-primary:hover {
        --tw-gradient-to: #6E6E6E;
    }

    .lg\:hover\:to-secondary:hover {
        --tw-gradient-to: #ededed;
    }

    .lg\:hover\:to-body_bg:hover {
        --tw-gradient-to: #ffffff;
    }

    .lg\:hover\:to-body_text:hover {
        --tw-gradient-to: #4a4349;
    }

    .lg\:hover\:to-title:hover {
        --tw-gradient-to: #3fb2cf;
    }

    .lg\:hover\:to-grey:hover {
        --tw-gradient-to: #524A51;
    }

    .lg\:hover\:to-dark_grey:hover {
        --tw-gradient-to: #4a4349;
    }

    .lg\:hover\:to-light_grey:hover {
        --tw-gradient-to: #B7B7B7;
    }

    .lg\:hover\:to-medium_grey:hover {
        --tw-gradient-to: #575156;
    }

    .lg\:hover\:to-lightten_grey:hover {
        --tw-gradient-to: #C6C6C6;
    }

    .lg\:hover\:to-grey_300:hover {
        --tw-gradient-to: #d3d3d3;
    }

    .lg\:hover\:to-grey_400:hover {
        --tw-gradient-to: #b7b7b7;
    }

    .lg\:hover\:to-medium_blue:hover {
        --tw-gradient-to: #45cdfc;
    }

    .lg\:hover\:to-dark_blue:hover {
        --tw-gradient-to: #0080ac;
    }

    .lg\:hover\:to-text_blue:hover {
        --tw-gradient-to: #3FB2CF;
    }

    .lg\:hover\:to-footer_bg:hover {
        --tw-gradient-to: #464646;
    }

    .lg\:hover\:to-brown:hover {
        --tw-gradient-to: #805300;
    }

    .lg\:hover\:to-dark_brown:hover {
        --tw-gradient-to: #874433;
    }

    .lg\:hover\:to-Light_purple:hover {
        --tw-gradient-to: #65479b;
    }

    .lg\:hover\:to-dark_green:hover {
        --tw-gradient-to: #479b51;
    }

    .lg\:hover\:to-medium_green:hover {
        --tw-gradient-to: #3aac2b;
    }

    .lg\:hover\:to-light_green:hover {
        --tw-gradient-to: #9acb3e;
    }

    .lg\:hover\:to-green_900:hover {
        --tw-gradient-to: #396676;
    }

    .lg\:hover\:to-dark_border:hover {
        --tw-gradient-to: #707070;
    }

    .lg\:focus\:to-transparent:focus {
        --tw-gradient-to: transparent;
    }

    .lg\:focus\:to-current:focus {
        --tw-gradient-to: currentColor;
    }

    .lg\:focus\:to-black:focus {
        --tw-gradient-to: #000;
    }

    .lg\:focus\:to-white:focus {
        --tw-gradient-to: #fff;
    }

    .lg\:focus\:to-gray-50:focus {
        --tw-gradient-to: #f9fafb;
    }

    .lg\:focus\:to-gray-100:focus {
        --tw-gradient-to: #f3f4f6;
    }

    .lg\:focus\:to-gray-200:focus {
        --tw-gradient-to: #e5e7eb;
    }

    .lg\:focus\:to-gray-300:focus {
        --tw-gradient-to: #d1d5db;
    }

    .lg\:focus\:to-gray-400:focus {
        --tw-gradient-to: #9ca3af;
    }

    .lg\:focus\:to-gray-500:focus {
        --tw-gradient-to: #6b7280;
    }

    .lg\:focus\:to-gray-600:focus {
        --tw-gradient-to: #4b5563;
    }

    .lg\:focus\:to-gray-700:focus {
        --tw-gradient-to: #374151;
    }

    .lg\:focus\:to-gray-800:focus {
        --tw-gradient-to: #1f2937;
    }

    .lg\:focus\:to-gray-900:focus {
        --tw-gradient-to: #111827;
    }

    .lg\:focus\:to-red-50:focus {
        --tw-gradient-to: #fef2f2;
    }

    .lg\:focus\:to-red-100:focus {
        --tw-gradient-to: #fee2e2;
    }

    .lg\:focus\:to-red-200:focus {
        --tw-gradient-to: #fecaca;
    }

    .lg\:focus\:to-red-300:focus {
        --tw-gradient-to: #fca5a5;
    }

    .lg\:focus\:to-red-400:focus {
        --tw-gradient-to: #f87171;
    }

    .lg\:focus\:to-red-500:focus {
        --tw-gradient-to: #ef4444;
    }

    .lg\:focus\:to-red-600:focus {
        --tw-gradient-to: #dc2626;
    }

    .lg\:focus\:to-red-700:focus {
        --tw-gradient-to: #b91c1c;
    }

    .lg\:focus\:to-red-800:focus {
        --tw-gradient-to: #991b1b;
    }

    .lg\:focus\:to-red-900:focus {
        --tw-gradient-to: #7f1d1d;
    }

    .lg\:focus\:to-yellow:focus {
        --tw-gradient-to: #ed9143;
    }

    .lg\:focus\:to-green:focus {
        --tw-gradient-to: #7bbc00;
    }

    .lg\:focus\:to-blue:focus {
        --tw-gradient-to: #5ba4dc;
    }

    .lg\:focus\:to-indigo-50:focus {
        --tw-gradient-to: #eef2ff;
    }

    .lg\:focus\:to-indigo-100:focus {
        --tw-gradient-to: #e0e7ff;
    }

    .lg\:focus\:to-indigo-200:focus {
        --tw-gradient-to: #c7d2fe;
    }

    .lg\:focus\:to-indigo-300:focus {
        --tw-gradient-to: #a5b4fc;
    }

    .lg\:focus\:to-indigo-400:focus {
        --tw-gradient-to: #818cf8;
    }

    .lg\:focus\:to-indigo-500:focus {
        --tw-gradient-to: #6366f1;
    }

    .lg\:focus\:to-indigo-600:focus {
        --tw-gradient-to: #4f46e5;
    }

    .lg\:focus\:to-indigo-700:focus {
        --tw-gradient-to: #4338ca;
    }

    .lg\:focus\:to-indigo-800:focus {
        --tw-gradient-to: #3730a3;
    }

    .lg\:focus\:to-indigo-900:focus {
        --tw-gradient-to: #312e81;
    }

    .lg\:focus\:to-purple:focus {
        --tw-gradient-to: #6847c3;
    }

    .lg\:focus\:to-pink:focus {
        --tw-gradient-to: #850737;
    }

    .lg\:focus\:to-primary:focus {
        --tw-gradient-to: #6E6E6E;
    }

    .lg\:focus\:to-secondary:focus {
        --tw-gradient-to: #ededed;
    }

    .lg\:focus\:to-body_bg:focus {
        --tw-gradient-to: #ffffff;
    }

    .lg\:focus\:to-body_text:focus {
        --tw-gradient-to: #4a4349;
    }

    .lg\:focus\:to-title:focus {
        --tw-gradient-to: #3fb2cf;
    }

    .lg\:focus\:to-grey:focus {
        --tw-gradient-to: #524A51;
    }

    .lg\:focus\:to-dark_grey:focus {
        --tw-gradient-to: #4a4349;
    }

    .lg\:focus\:to-light_grey:focus {
        --tw-gradient-to: #B7B7B7;
    }

    .lg\:focus\:to-medium_grey:focus {
        --tw-gradient-to: #575156;
    }

    .lg\:focus\:to-lightten_grey:focus {
        --tw-gradient-to: #C6C6C6;
    }

    .lg\:focus\:to-grey_300:focus {
        --tw-gradient-to: #d3d3d3;
    }

    .lg\:focus\:to-grey_400:focus {
        --tw-gradient-to: #b7b7b7;
    }

    .lg\:focus\:to-medium_blue:focus {
        --tw-gradient-to: #45cdfc;
    }

    .lg\:focus\:to-dark_blue:focus {
        --tw-gradient-to: #0080ac;
    }

    .lg\:focus\:to-text_blue:focus {
        --tw-gradient-to: #3FB2CF;
    }

    .lg\:focus\:to-footer_bg:focus {
        --tw-gradient-to: #464646;
    }

    .lg\:focus\:to-brown:focus {
        --tw-gradient-to: #805300;
    }

    .lg\:focus\:to-dark_brown:focus {
        --tw-gradient-to: #874433;
    }

    .lg\:focus\:to-Light_purple:focus {
        --tw-gradient-to: #65479b;
    }

    .lg\:focus\:to-dark_green:focus {
        --tw-gradient-to: #479b51;
    }

    .lg\:focus\:to-medium_green:focus {
        --tw-gradient-to: #3aac2b;
    }

    .lg\:focus\:to-light_green:focus {
        --tw-gradient-to: #9acb3e;
    }

    .lg\:focus\:to-green_900:focus {
        --tw-gradient-to: #396676;
    }

    .lg\:focus\:to-dark_border:focus {
        --tw-gradient-to: #707070;
    }

    .lg\:decoration-slice {
        -webkit-box-decoration-break: slice;
        box-decoration-break: slice;
    }

    .lg\:decoration-clone {
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
    }

    .lg\:bg-auto {
        background-size: auto;
    }

    .lg\:bg-cover {
        background-size: cover;
    }

    .lg\:bg-contain {
        background-size: contain;
    }

    .lg\:bg-fixed {
        background-attachment: fixed;
    }

    .lg\:bg-local {
        background-attachment: local;
    }

    .lg\:bg-scroll {
        background-attachment: scroll;
    }

    .lg\:bg-clip-border {
        background-clip: border-box;
    }

    .lg\:bg-clip-padding {
        background-clip: padding-box;
    }

    .lg\:bg-clip-content {
        background-clip: content-box;
    }

    .lg\:bg-clip-text {
        -webkit-background-clip: text;
        background-clip: text;
    }

    .lg\:bg-bottom {
        background-position: bottom;
    }

    .lg\:bg-center {
        background-position: center;
    }

    .lg\:bg-left {
        background-position: left;
    }

    .lg\:bg-left-bottom {
        background-position: left bottom;
    }

    .lg\:bg-left-top {
        background-position: left top;
    }

    .lg\:bg-right {
        background-position: right;
    }

    .lg\:bg-right-bottom {
        background-position: right bottom;
    }

    .lg\:bg-right-top {
        background-position: right top;
    }

    .lg\:bg-top {
        background-position: top;
    }

    .lg\:bg-repeat {
        background-repeat: repeat;
    }

    .lg\:bg-no-repeat {
        background-repeat: no-repeat;
    }

    .lg\:bg-repeat-x {
        background-repeat: repeat-x;
    }

    .lg\:bg-repeat-y {
        background-repeat: repeat-y;
    }

    .lg\:bg-repeat-round {
        background-repeat: round;
    }

    .lg\:bg-repeat-space {
        background-repeat: space;
    }

    .lg\:bg-origin-border {
        background-origin: border-box;
    }

    .lg\:bg-origin-padding {
        background-origin: padding-box;
    }

    .lg\:bg-origin-content {
        background-origin: content-box;
    }

    .lg\:fill-current {
        fill: currentColor;
    }

    .lg\:stroke-current {
        stroke: currentColor;
    }

    .lg\:stroke-0 {
        stroke-width: 0;
    }

    .lg\:stroke-1 {
        stroke-width: 1;
    }

    .lg\:stroke-2 {
        stroke-width: 2;
    }

    .lg\:object-contain {
        -o-object-fit: contain;
        object-fit: contain;
    }

    .lg\:object-cover {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .lg\:object-fill {
        -o-object-fit: fill;
        object-fit: fill;
    }

    .lg\:object-none {
        -o-object-fit: none;
        object-fit: none;
    }

    .lg\:object-scale-down {
        -o-object-fit: scale-down;
        object-fit: scale-down;
    }

    .lg\:object-bottom {
        -o-object-position: bottom;
        object-position: bottom;
    }

    .lg\:object-center {
        -o-object-position: center;
        object-position: center;
    }

    .lg\:object-left {
        -o-object-position: left;
        object-position: left;
    }

    .lg\:object-left-bottom {
        -o-object-position: left bottom;
        object-position: left bottom;
    }

    .lg\:object-left-top {
        -o-object-position: left top;
        object-position: left top;
    }

    .lg\:object-right {
        -o-object-position: right;
        object-position: right;
    }

    .lg\:object-right-bottom {
        -o-object-position: right bottom;
        object-position: right bottom;
    }

    .lg\:object-right-top {
        -o-object-position: right top;
        object-position: right top;
    }

    .lg\:object-top {
        -o-object-position: top;
        object-position: top;
    }

    .lg\:p-0 {
        padding: 0px;
    }

    .lg\:p-1 {
        padding: 0.25rem;
    }

    .lg\:p-2 {
        padding: 0.5rem;
    }

    .lg\:p-3 {
        padding: 0.75rem;
    }

    .lg\:p-4 {
        padding: 1rem;
    }

    .lg\:p-5 {
        padding: 1.25rem;
    }

    .lg\:p-6 {
        padding: 1.5rem;
    }

    .lg\:p-7 {
        padding: 1.75rem;
    }

    .lg\:p-8 {
        padding: 2rem;
    }

    .lg\:p-9 {
        padding: 2.25rem;
    }

    .lg\:p-10 {
        padding: 2.5rem;
    }

    .lg\:p-11 {
        padding: 2.75rem;
    }

    .lg\:p-12 {
        padding: 3rem;
    }

    .lg\:p-13 {
        padding: 52px;
    }

    .lg\:p-14 {
        padding: 3.5rem;
    }

    .lg\:p-15 {
        padding: 3.93rem;
    }

    .lg\:p-16 {
        padding: 4rem;
    }

    .lg\:p-18 {
        padding: 4.375rem;
    }

    .lg\:p-19 {
        padding: 76px;
    }

    .lg\:p-20 {
        padding: 5rem;
    }

    .lg\:p-22 {
        padding: 5.625rem;
    }

    .lg\:p-24 {
        padding: 6rem;
    }

    .lg\:p-26 {
        padding: 6.6875rem;
    }

    .lg\:p-28 {
        padding: 7rem;
    }

    .lg\:p-30 {
        padding: 120px;
    }

    .lg\:p-32 {
        padding: 8rem;
    }

    .lg\:p-36 {
        padding: 9rem;
    }

    .lg\:p-40 {
        padding: 10rem;
    }

    .lg\:p-44 {
        padding: 11rem;
    }

    .lg\:p-46 {
        padding: 11.5625rem;
    }

    .lg\:p-48 {
        padding: 12rem;
    }

    .lg\:p-52 {
        padding: 13rem;
    }

    .lg\:p-56 {
        padding: 14rem;
    }

    .lg\:p-60 {
        padding: 15rem;
    }

    .lg\:p-64 {
        padding: 16rem;
    }

    .lg\:p-72 {
        padding: 18rem;
    }

    .lg\:p-80 {
        padding: 20rem;
    }

    .lg\:p-96 {
        padding: 24rem;
    }

    .lg\:p-px {
        padding: 1px;
    }

    .lg\:p-0\.5 {
        padding: 0.125rem;
    }

    .lg\:p-1\.5 {
        padding: 0.375rem;
    }

    .lg\:p-2\.5 {
        padding: 0.625rem;
    }

    .lg\:p-3\.5 {
        padding: 0.875rem;
    }

    .lg\:p-5p {
        padding: 5px;
    }

    .lg\:p-10p {
        padding: 10px;
    }

    .lg\:p-14p {
        padding: 14px;
    }

    .lg\:p-15p {
        padding: 15px;
    }

    .lg\:p-15_2 {
        padding: 60px;
    }

    .lg\:p-16_1 {
        padding: 52px;
    }

    .lg\:p-16p {
        padding: 16px;
    }

    .lg\:p-25p {
        padding: 25px;
    }

    .lg\:p-48p {
        padding: 48%;
    }

    .lg\:p-52p {
        padding: 52%;
    }

    .lg\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .lg\:px-1 {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .lg\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .lg\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .lg\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .lg\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .lg\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .lg\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .lg\:px-9 {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }

    .lg\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .lg\:px-11 {
        padding-left: 2.75rem;
        padding-right: 2.75rem;
    }

    .lg\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .lg\:px-13 {
        padding-left: 52px;
        padding-right: 52px;
    }

    .lg\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }

    .lg\:px-15 {
        padding-left: 3.93rem;
        padding-right: 3.93rem;
    }

    .lg\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .lg\:px-18 {
        padding-left: 4.375rem;
        padding-right: 4.375rem;
    }

    .lg\:px-19 {
        padding-left: 76px;
        padding-right: 76px;
    }

    .lg\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .lg\:px-22 {
        padding-left: 5.625rem;
        padding-right: 5.625rem;
    }

    .lg\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem;
    }

    .lg\:px-26 {
        padding-left: 6.6875rem;
        padding-right: 6.6875rem;
    }

    .lg\:px-28 {
        padding-left: 7rem;
        padding-right: 7rem;
    }

    .lg\:px-30 {
        padding-left: 120px;
        padding-right: 120px;
    }

    .lg\:px-32 {
        padding-left: 8rem;
        padding-right: 8rem;
    }

    .lg\:px-36 {
        padding-left: 9rem;
        padding-right: 9rem;
    }

    .lg\:px-40 {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .lg\:px-44 {
        padding-left: 11rem;
        padding-right: 11rem;
    }

    .lg\:px-46 {
        padding-left: 11.5625rem;
        padding-right: 11.5625rem;
    }

    .lg\:px-48 {
        padding-left: 12rem;
        padding-right: 12rem;
    }

    .lg\:px-52 {
        padding-left: 13rem;
        padding-right: 13rem;
    }

    .lg\:px-56 {
        padding-left: 14rem;
        padding-right: 14rem;
    }

    .lg\:px-60 {
        padding-left: 15rem;
        padding-right: 15rem;
    }

    .lg\:px-64 {
        padding-left: 16rem;
        padding-right: 16rem;
    }

    .lg\:px-72 {
        padding-left: 18rem;
        padding-right: 18rem;
    }

    .lg\:px-80 {
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .lg\:px-96 {
        padding-left: 24rem;
        padding-right: 24rem;
    }

    .lg\:px-px {
        padding-left: 1px;
        padding-right: 1px;
    }

    .lg\:px-0\.5 {
        padding-left: 0.125rem;
        padding-right: 0.125rem;
    }

    .lg\:px-1\.5 {
        padding-left: 0.375rem;
        padding-right: 0.375rem;
    }

    .lg\:px-2\.5 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }

    .lg\:px-3\.5 {
        padding-left: 0.875rem;
        padding-right: 0.875rem;
    }

    .lg\:px-5p {
        padding-left: 5px;
        padding-right: 5px;
    }

    .lg\:px-10p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .lg\:px-14p {
        padding-left: 14px;
        padding-right: 14px;
    }

    .lg\:px-15p {
        padding-left: 15px;
        padding-right: 15px;
    }

    .lg\:px-15_2 {
        padding-left: 60px;
        padding-right: 60px;
    }

    .lg\:px-16_1 {
        padding-left: 52px;
        padding-right: 52px;
    }

    .lg\:px-16p {
        padding-left: 16px;
        padding-right: 16px;
    }

    .lg\:px-25p {
        padding-left: 25px;
        padding-right: 25px;
    }

    .lg\:px-48p {
        padding-left: 48%;
        padding-right: 48%;
    }

    .lg\:px-52p {
        padding-left: 52%;
        padding-right: 52%;
    }

    .lg\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .lg\:py-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .lg\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .lg\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .lg\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .lg\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .lg\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .lg\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

    .lg\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .lg\:py-9 {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }

    .lg\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .lg\:py-11 {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem;
    }

    .lg\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .lg\:py-13 {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .lg\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .lg\:py-15 {
        padding-top: 3.93rem;
        padding-bottom: 3.93rem;
    }

    .lg\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .lg\:py-18 {
        padding-top: 4.375rem;
        padding-bottom: 4.375rem;
    }

    .lg\:py-19 {
        padding-top: 76px;
        padding-bottom: 76px;
    }

    .lg\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .lg\:py-22 {
        padding-top: 5.625rem;
        padding-bottom: 5.625rem;
    }

    .lg\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .lg\:py-26 {
        padding-top: 6.6875rem;
        padding-bottom: 6.6875rem;
    }

    .lg\:py-28 {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    .lg\:py-30 {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .lg\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .lg\:py-36 {
        padding-top: 9rem;
        padding-bottom: 9rem;
    }

    .lg\:py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .lg\:py-44 {
        padding-top: 11rem;
        padding-bottom: 11rem;
    }

    .lg\:py-46 {
        padding-top: 11.5625rem;
        padding-bottom: 11.5625rem;
    }

    .lg\:py-48 {
        padding-top: 12rem;
        padding-bottom: 12rem;
    }

    .lg\:py-52 {
        padding-top: 13rem;
        padding-bottom: 13rem;
    }

    .lg\:py-56 {
        padding-top: 14rem;
        padding-bottom: 14rem;
    }

    .lg\:py-60 {
        padding-top: 15rem;
        padding-bottom: 15rem;
    }

    .lg\:py-64 {
        padding-top: 16rem;
        padding-bottom: 16rem;
    }

    .lg\:py-72 {
        padding-top: 18rem;
        padding-bottom: 18rem;
    }

    .lg\:py-80 {
        padding-top: 20rem;
        padding-bottom: 20rem;
    }

    .lg\:py-96 {
        padding-top: 24rem;
        padding-bottom: 24rem;
    }

    .lg\:py-px {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .lg\:py-0\.5 {
        padding-top: 0.125rem;
        padding-bottom: 0.125rem;
    }

    .lg\:py-1\.5 {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
    }

    .lg\:py-2\.5 {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }

    .lg\:py-3\.5 {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
    }

    .lg\:py-5p {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .lg\:py-10p {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .lg\:py-14p {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .lg\:py-15p {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .lg\:py-15_2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .lg\:py-16_1 {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .lg\:py-16p {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .lg\:py-25p {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .lg\:py-48p {
        padding-top: 48%;
        padding-bottom: 48%;
    }

    .lg\:py-52p {
        padding-top: 52%;
        padding-bottom: 52%;
    }

    .lg\:pt-0 {
        padding-top: 0px;
    }

    .lg\:pt-1 {
        padding-top: 0.25rem;
    }

    .lg\:pt-2 {
        padding-top: 0.5rem;
    }

    .lg\:pt-3 {
        padding-top: 0.75rem;
    }

    .lg\:pt-4 {
        padding-top: 1rem;
    }

    .lg\:pt-5 {
        padding-top: 1.25rem;
    }

    .lg\:pt-6 {
        padding-top: 1.5rem;
    }

    .lg\:pt-7 {
        padding-top: 1.75rem;
    }

    .lg\:pt-8 {
        padding-top: 2rem;
    }

    .lg\:pt-9 {
        padding-top: 2.25rem;
    }

    .lg\:pt-10 {
        padding-top: 2.5rem;
    }

    .lg\:pt-11 {
        padding-top: 2.75rem;
    }

    .lg\:pt-12 {
        padding-top: 3rem;
    }

    .lg\:pt-13 {
        padding-top: 52px;
    }

    .lg\:pt-14 {
        padding-top: 3.5rem;
    }

    .lg\:pt-15 {
        padding-top: 3.93rem;
    }

    .lg\:pt-16 {
        padding-top: 4rem;
    }

    .lg\:pt-18 {
        padding-top: 4.375rem;
    }

    .lg\:pt-19 {
        padding-top: 76px;
    }

    .lg\:pt-20 {
        padding-top: 5rem;
    }

    .lg\:pt-22 {
        padding-top: 5.625rem;
    }

    .lg\:pt-24 {
        padding-top: 6rem;
    }

    .lg\:pt-26 {
        padding-top: 6.6875rem;
    }

    .lg\:pt-28 {
        padding-top: 7rem;
    }

    .lg\:pt-30 {
        padding-top: 120px;
    }

    .lg\:pt-32 {
        padding-top: 8rem;
    }

    .lg\:pt-36 {
        padding-top: 9rem;
    }

    .lg\:pt-40 {
        padding-top: 10rem;
    }

    .lg\:pt-44 {
        padding-top: 11rem;
    }

    .lg\:pt-46 {
        padding-top: 11.5625rem;
    }

    .lg\:pt-48 {
        padding-top: 12rem;
    }

    .lg\:pt-52 {
        padding-top: 13rem;
    }

    .lg\:pt-56 {
        padding-top: 14rem;
    }

    .lg\:pt-60 {
        padding-top: 15rem;
    }

    .lg\:pt-64 {
        padding-top: 16rem;
    }

    .lg\:pt-72 {
        padding-top: 18rem;
    }

    .lg\:pt-80 {
        padding-top: 20rem;
    }

    .lg\:pt-96 {
        padding-top: 24rem;
    }

    .lg\:pt-px {
        padding-top: 1px;
    }

    .lg\:pt-0\.5 {
        padding-top: 0.125rem;
    }

    .lg\:pt-1\.5 {
        padding-top: 0.375rem;
    }

    .lg\:pt-2\.5 {
        padding-top: 0.625rem;
    }

    .lg\:pt-3\.5 {
        padding-top: 0.875rem;
    }

    .lg\:pt-5p {
        padding-top: 5px;
    }

    .lg\:pt-10p {
        padding-top: 10px;
    }

    .lg\:pt-14p {
        padding-top: 14px;
    }

    .lg\:pt-15p {
        padding-top: 15px;
    }

    .lg\:pt-15_2 {
        padding-top: 60px;
    }

    .lg\:pt-16_1 {
        padding-top: 52px;
    }

    .lg\:pt-16p {
        padding-top: 16px;
    }

    .lg\:pt-25p {
        padding-top: 25px;
    }

    .lg\:pt-48p {
        padding-top: 48%;
    }

    .lg\:pt-52p {
        padding-top: 52%;
    }

    .lg\:pr-0 {
        padding-right: 0px;
    }

    .lg\:pr-1 {
        padding-right: 0.25rem;
    }

    .lg\:pr-2 {
        padding-right: 0.5rem;
    }

    .lg\:pr-3 {
        padding-right: 0.75rem;
    }

    .lg\:pr-4 {
        padding-right: 1rem;
    }

    .lg\:pr-5 {
        padding-right: 1.25rem;
    }

    .lg\:pr-6 {
        padding-right: 1.5rem;
    }

    .lg\:pr-7 {
        padding-right: 1.75rem;
    }

    .lg\:pr-8 {
        padding-right: 2rem;
    }

    .lg\:pr-9 {
        padding-right: 2.25rem;
    }

    .lg\:pr-10 {
        padding-right: 2.5rem;
    }

    .lg\:pr-11 {
        padding-right: 2.75rem;
    }

    .lg\:pr-12 {
        padding-right: 3rem;
    }

    .lg\:pr-13 {
        padding-right: 52px;
    }

    .lg\:pr-14 {
        padding-right: 3.5rem;
    }

    .lg\:pr-15 {
        padding-right: 3.93rem;
    }

    .lg\:pr-16 {
        padding-right: 4rem;
    }

    .lg\:pr-18 {
        padding-right: 4.375rem;
    }

    .lg\:pr-19 {
        padding-right: 76px;
    }

    .lg\:pr-20 {
        padding-right: 5rem;
    }

    .lg\:pr-22 {
        padding-right: 5.625rem;
    }

    .lg\:pr-24 {
        padding-right: 6rem;
    }

    .lg\:pr-26 {
        padding-right: 6.6875rem;
    }

    .lg\:pr-28 {
        padding-right: 7rem;
    }

    .lg\:pr-30 {
        padding-right: 120px;
    }

    .lg\:pr-32 {
        padding-right: 8rem;
    }

    .lg\:pr-36 {
        padding-right: 9rem;
    }

    .lg\:pr-40 {
        padding-right: 10rem;
    }

    .lg\:pr-44 {
        padding-right: 11rem;
    }

    .lg\:pr-46 {
        padding-right: 11.5625rem;
    }

    .lg\:pr-48 {
        padding-right: 12rem;
    }

    .lg\:pr-52 {
        padding-right: 13rem;
    }

    .lg\:pr-56 {
        padding-right: 14rem;
    }

    .lg\:pr-60 {
        padding-right: 15rem;
    }

    .lg\:pr-64 {
        padding-right: 16rem;
    }

    .lg\:pr-72 {
        padding-right: 18rem;
    }

    .lg\:pr-80 {
        padding-right: 20rem;
    }

    .lg\:pr-96 {
        padding-right: 24rem;
    }

    .lg\:pr-px {
        padding-right: 1px;
    }

    .lg\:pr-0\.5 {
        padding-right: 0.125rem;
    }

    .lg\:pr-1\.5 {
        padding-right: 0.375rem;
    }

    .lg\:pr-2\.5 {
        padding-right: 0.625rem;
    }

    .lg\:pr-3\.5 {
        padding-right: 0.875rem;
    }

    .lg\:pr-5p {
        padding-right: 5px;
    }

    .lg\:pr-10p {
        padding-right: 10px;
    }

    .lg\:pr-14p {
        padding-right: 14px;
    }

    .lg\:pr-15p {
        padding-right: 15px;
    }

    .lg\:pr-15_2 {
        padding-right: 60px;
    }

    .lg\:pr-16_1 {
        padding-right: 52px;
    }

    .lg\:pr-16p {
        padding-right: 16px;
    }

    .lg\:pr-25p {
        padding-right: 25px;
    }

    .lg\:pr-48p {
        padding-right: 48%;
    }

    .lg\:pr-52p {
        padding-right: 52%;
    }

    .lg\:pb-0 {
        padding-bottom: 0px;
    }

    .lg\:pb-1 {
        padding-bottom: 0.25rem;
    }

    .lg\:pb-2 {
        padding-bottom: 0.5rem;
    }

    .lg\:pb-3 {
        padding-bottom: 0.75rem;
    }

    .lg\:pb-4 {
        padding-bottom: 1rem;
    }

    .lg\:pb-5 {
        padding-bottom: 1.25rem;
    }

    .lg\:pb-6 {
        padding-bottom: 1.5rem;
    }

    .lg\:pb-7 {
        padding-bottom: 1.75rem;
    }

    .lg\:pb-8 {
        padding-bottom: 2rem;
    }

    .lg\:pb-9 {
        padding-bottom: 2.25rem;
    }

    .lg\:pb-10 {
        padding-bottom: 2.5rem;
    }

    .lg\:pb-11 {
        padding-bottom: 2.75rem;
    }

    .lg\:pb-12 {
        padding-bottom: 3rem;
    }

    .lg\:pb-13 {
        padding-bottom: 52px;
    }

    .lg\:pb-14 {
        padding-bottom: 3.5rem;
    }

    .lg\:pb-15 {
        padding-bottom: 3.93rem;
    }

    .lg\:pb-16 {
        padding-bottom: 4rem;
    }

    .lg\:pb-18 {
        padding-bottom: 4.375rem;
    }

    .lg\:pb-19 {
        padding-bottom: 76px;
    }

    .lg\:pb-20 {
        padding-bottom: 5rem;
    }

    .lg\:pb-22 {
        padding-bottom: 5.625rem;
    }

    .lg\:pb-24 {
        padding-bottom: 6rem;
    }

    .lg\:pb-26 {
        padding-bottom: 6.6875rem;
    }

    .lg\:pb-28 {
        padding-bottom: 7rem;
    }

    .lg\:pb-30 {
        padding-bottom: 120px;
    }

    .lg\:pb-32 {
        padding-bottom: 8rem;
    }

    .lg\:pb-36 {
        padding-bottom: 9rem;
    }

    .lg\:pb-40 {
        padding-bottom: 10rem;
    }

    .lg\:pb-44 {
        padding-bottom: 11rem;
    }

    .lg\:pb-46 {
        padding-bottom: 11.5625rem;
    }

    .lg\:pb-48 {
        padding-bottom: 12rem;
    }

    .lg\:pb-52 {
        padding-bottom: 13rem;
    }

    .lg\:pb-56 {
        padding-bottom: 14rem;
    }

    .lg\:pb-60 {
        padding-bottom: 15rem;
    }

    .lg\:pb-64 {
        padding-bottom: 16rem;
    }

    .lg\:pb-72 {
        padding-bottom: 18rem;
    }

    .lg\:pb-80 {
        padding-bottom: 20rem;
    }

    .lg\:pb-96 {
        padding-bottom: 24rem;
    }

    .lg\:pb-px {
        padding-bottom: 1px;
    }

    .lg\:pb-0\.5 {
        padding-bottom: 0.125rem;
    }

    .lg\:pb-1\.5 {
        padding-bottom: 0.375rem;
    }

    .lg\:pb-2\.5 {
        padding-bottom: 0.625rem;
    }

    .lg\:pb-3\.5 {
        padding-bottom: 0.875rem;
    }

    .lg\:pb-5p {
        padding-bottom: 5px;
    }

    .lg\:pb-10p {
        padding-bottom: 10px;
    }

    .lg\:pb-14p {
        padding-bottom: 14px;
    }

    .lg\:pb-15p {
        padding-bottom: 15px;
    }

    .lg\:pb-15_2 {
        padding-bottom: 60px;
    }

    .lg\:pb-16_1 {
        padding-bottom: 52px;
    }

    .lg\:pb-16p {
        padding-bottom: 16px;
    }

    .lg\:pb-25p {
        padding-bottom: 25px;
    }

    .lg\:pb-48p {
        padding-bottom: 48%;
    }

    .lg\:pb-52p {
        padding-bottom: 52%;
    }

    .lg\:pl-0 {
        padding-left: 0px;
    }

    .lg\:pl-1 {
        padding-left: 0.25rem;
    }

    .lg\:pl-2 {
        padding-left: 0.5rem;
    }

    .lg\:pl-3 {
        padding-left: 0.75rem;
    }

    .lg\:pl-4 {
        padding-left: 1rem;
    }

    .lg\:pl-5 {
        padding-left: 1.25rem;
    }

    .lg\:pl-6 {
        padding-left: 1.5rem;
    }

    .lg\:pl-7 {
        padding-left: 1.75rem;
    }

    .lg\:pl-8 {
        padding-left: 2rem;
    }

    .lg\:pl-9 {
        padding-left: 2.25rem;
    }

    .lg\:pl-10 {
        padding-left: 2.5rem;
    }

    .lg\:pl-11 {
        padding-left: 2.75rem;
    }

    .lg\:pl-12 {
        padding-left: 3rem;
    }

    .lg\:pl-13 {
        padding-left: 52px;
    }

    .lg\:pl-14 {
        padding-left: 3.5rem;
    }

    .lg\:pl-15 {
        padding-left: 3.93rem;
    }

    .lg\:pl-16 {
        padding-left: 4rem;
    }

    .lg\:pl-18 {
        padding-left: 4.375rem;
    }

    .lg\:pl-19 {
        padding-left: 76px;
    }

    .lg\:pl-20 {
        padding-left: 5rem;
    }

    .lg\:pl-22 {
        padding-left: 5.625rem;
    }

    .lg\:pl-24 {
        padding-left: 6rem;
    }

    .lg\:pl-26 {
        padding-left: 6.6875rem;
    }

    .lg\:pl-28 {
        padding-left: 7rem;
    }

    .lg\:pl-30 {
        padding-left: 120px;
    }

    .lg\:pl-32 {
        padding-left: 8rem;
    }

    .lg\:pl-36 {
        padding-left: 9rem;
    }

    .lg\:pl-40 {
        padding-left: 10rem;
    }

    .lg\:pl-44 {
        padding-left: 11rem;
    }

    .lg\:pl-46 {
        padding-left: 11.5625rem;
    }

    .lg\:pl-48 {
        padding-left: 12rem;
    }

    .lg\:pl-52 {
        padding-left: 13rem;
    }

    .lg\:pl-56 {
        padding-left: 14rem;
    }

    .lg\:pl-60 {
        padding-left: 15rem;
    }

    .lg\:pl-64 {
        padding-left: 16rem;
    }

    .lg\:pl-72 {
        padding-left: 18rem;
    }

    .lg\:pl-80 {
        padding-left: 20rem;
    }

    .lg\:pl-96 {
        padding-left: 24rem;
    }

    .lg\:pl-px {
        padding-left: 1px;
    }

    .lg\:pl-0\.5 {
        padding-left: 0.125rem;
    }

    .lg\:pl-1\.5 {
        padding-left: 0.375rem;
    }

    .lg\:pl-2\.5 {
        padding-left: 0.625rem;
    }

    .lg\:pl-3\.5 {
        padding-left: 0.875rem;
    }

    .lg\:pl-5p {
        padding-left: 5px;
    }

    .lg\:pl-10p {
        padding-left: 10px;
    }

    .lg\:pl-14p {
        padding-left: 14px;
    }

    .lg\:pl-15p {
        padding-left: 15px;
    }

    .lg\:pl-15_2 {
        padding-left: 60px;
    }

    .lg\:pl-16_1 {
        padding-left: 52px;
    }

    .lg\:pl-16p {
        padding-left: 16px;
    }

    .lg\:pl-25p {
        padding-left: 25px;
    }

    .lg\:pl-48p {
        padding-left: 48%;
    }

    .lg\:pl-52p {
        padding-left: 52%;
    }

    .lg\:text-left {
        text-align: left;
    }

    .lg\:text-center {
        text-align: center;
    }

    .lg\:text-right {
        text-align: right;
    }

    .lg\:text-justify {
        text-align: justify;
    }

    .lg\:align-baseline {
        vertical-align: baseline;
    }

    .lg\:align-top {
        vertical-align: top;
    }

    .lg\:align-middle {
        vertical-align: middle;
    }

    .lg\:align-bottom {
        vertical-align: bottom;
    }

    .lg\:align-text-top {
        vertical-align: text-top;
    }

    .lg\:align-text-bottom {
        vertical-align: text-bottom;
    }

    .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";
    }

    .lg\:font-serif {
        font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    }

    .lg\:font-mono {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    }

    .lg\:font-body {
        font-family: "Red Hat Display";
    }

    .lg\:font-primary {
        font-family: "Noto Sans";
    }

    .lg\:font-secondary {
        font-family: "Montserrat";
    }

    .lg\:font-Helvetica_Bold {
        font-family: "Helvetica-Bold";
    }

    .lg\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }

    .lg\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .lg\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .lg\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .lg\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .lg\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .lg\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .lg\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

    .lg\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }

    .lg\:text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }

    .lg\:text-8xl {
        font-size: 6rem;
        line-height: 1;
    }

    .lg\:text-9xl {
        font-size: 8rem;
        line-height: 1;
    }

    .lg\:text-10p {
        font-size: 0.625rem;
    }

    .lg\:text-50p {
        font-size: 3.125rem;
    }

    .lg\:text-40p {
        font-size: 2.5rem;
    }

    .lg\:text-8\.5xl {
        font-size: 7.5rem;
        line-height: 7.8rem;
    }

    .lg\:text-80p {
        font-size: 80px;
        line-height: 90px;
    }

    .lg\:font-thin {
        font-weight: 100;
    }

    .lg\:font-extralight {
        font-weight: 200;
    }

    .lg\:font-light {
        font-weight: 300;
    }

    .lg\:font-normal {
        font-weight: 400;
    }

    .lg\:font-medium {
        font-weight: 500;
    }

    .lg\:font-semibold {
        font-weight: 600;
    }

    .lg\:font-bold {
        font-weight: 700;
    }

    .lg\:font-extrabold {
        font-weight: 800;
    }

    .lg\:font-black {
        font-weight: 900;
    }

    .lg\:uppercase {
        text-transform: uppercase;
    }

    .lg\:lowercase {
        text-transform: lowercase;
    }

    .lg\:capitalize {
        text-transform: capitalize;
    }

    .lg\:normal-case {
        text-transform: none;
    }

    .lg\:italic {
        font-style: italic;
    }

    .lg\:not-italic {
        font-style: normal;
    }

    .lg\:ordinal,
    .lg\:slashed-zero,
    .lg\:lining-nums,
    .lg\:oldstyle-nums,
    .lg\:proportional-nums,
    .lg\:tabular-nums,
    .lg\:diagonal-fractions,
    .lg\:stacked-fractions {
        --tw-ordinal: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-slashed-zero: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-numeric-figure: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-numeric-spacing: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-numeric-fraction: var(--tw-empty,
                /*!*/
                /*!*/
            );
        font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
    }

    .lg\:normal-nums {
        font-variant-numeric: normal;
    }

    .lg\:ordinal {
        --tw-ordinal: ordinal;
    }

    .lg\:slashed-zero {
        --tw-slashed-zero: slashed-zero;
    }

    .lg\:lining-nums {
        --tw-numeric-figure: lining-nums;
    }

    .lg\:oldstyle-nums {
        --tw-numeric-figure: oldstyle-nums;
    }

    .lg\:proportional-nums {
        --tw-numeric-spacing: proportional-nums;
    }

    .lg\:tabular-nums {
        --tw-numeric-spacing: tabular-nums;
    }

    .lg\:diagonal-fractions {
        --tw-numeric-fraction: diagonal-fractions;
    }

    .lg\:stacked-fractions {
        --tw-numeric-fraction: stacked-fractions;
    }

    .lg\:leading-3 {
        line-height: .75rem;
    }

    .lg\:leading-4 {
        line-height: 1rem;
    }

    .lg\:leading-5 {
        line-height: 1.25rem;
    }

    .lg\:leading-6 {
        line-height: 1.5rem;
    }

    .lg\:leading-7 {
        line-height: 1.75rem;
    }

    .lg\:leading-8 {
        line-height: 2rem;
    }

    .lg\:leading-9 {
        line-height: 2.25rem;
    }

    .lg\:leading-10 {
        line-height: 2.5rem;
    }

    .lg\:leading-none {
        line-height: 1;
    }

    .lg\:leading-tight {
        line-height: 1.25;
    }

    .lg\:leading-snug {
        line-height: 1.375;
    }

    .lg\:leading-normal {
        line-height: 1.5;
    }

    .lg\:leading-relaxed {
        line-height: 1.625;
    }

    .lg\:leading-loose {
        line-height: 2;
    }

    .lg\:tracking-tightest {
        letter-spacing: -.075em;
    }

    .lg\:tracking-tighter {
        letter-spacing: -.05em;
    }

    .lg\:tracking-tight {
        letter-spacing: -.025em;
    }

    .lg\:tracking-normal {
        letter-spacing: 0;
    }

    .lg\:tracking-wide {
        letter-spacing: 1.5px;
    }

    .lg\:tracking-wider {
        letter-spacing: .05em;
    }

    .lg\:tracking-wider_lg {
        letter-spacing: .1em;
    }

    .lg\:tracking-widest {
        letter-spacing: .15em;
    }

    .lg\:text-transparent {
        color: transparent;
    }

    .lg\:text-current {
        color: currentColor;
    }

    .lg\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .lg\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .lg\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .lg\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .lg\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .lg\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .lg\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .lg\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .lg\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .lg\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .lg\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .lg\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .lg\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .lg\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .lg\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .lg\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .lg\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .lg\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .lg\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .lg\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .lg\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .lg\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .lg\:text-yellow {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .lg\:text-green {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .lg\:text-blue {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .lg\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .lg\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .lg\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .lg\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .lg\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .lg\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .lg\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .lg\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .lg\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .lg\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .lg\:text-purple {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .lg\:text-pink {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .lg\:text-primary {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .lg\:text-secondary {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .lg\:text-body_bg {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .lg\:text-body_text {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .lg\:text-title {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .lg\:text-grey {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .lg\:text-dark_grey {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .lg\:text-light_grey {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .lg\:text-medium_grey {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .lg\:text-lightten_grey {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .lg\:text-grey_300 {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .lg\:text-grey_400 {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .lg\:text-medium_blue {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .lg\:text-dark_blue {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .lg\:text-text_blue {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .lg\:text-footer_bg {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .lg\:text-brown {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .lg\:text-dark_brown {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .lg\:text-Light_purple {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .lg\:text-dark_green {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .lg\:text-medium_green {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .lg\:text-light_green {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .lg\:text-green_900 {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .lg\:text-dark_border {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-transparent {
        color: transparent;
    }

    .group:hover .lg\:group-hover\:text-current {
        color: currentColor;
    }

    .group:hover .lg\:group-hover\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-yellow {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-green {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-blue {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-purple {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-pink {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-primary {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-secondary {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-body_bg {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-body_text {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-title {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-grey {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-dark_grey {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-light_grey {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-medium_grey {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-lightten_grey {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-grey_300 {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-grey_400 {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-medium_blue {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-dark_blue {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-text_blue {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-footer_bg {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-brown {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-dark_brown {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-Light_purple {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-dark_green {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-medium_green {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-light_green {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-green_900 {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .group:hover .lg\:group-hover\:text-dark_border {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-transparent:focus-within {
        color: transparent;
    }

    .lg\:focus-within\:text-current:focus-within {
        color: currentColor;
    }

    .lg\:focus-within\:text-black:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-white:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-gray-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-gray-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-gray-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-gray-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-gray-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-gray-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-gray-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-gray-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-gray-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-gray-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-red-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-red-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-red-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-red-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-red-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-red-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-red-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-red-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-red-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-red-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-yellow:focus-within {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-indigo-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-indigo-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-indigo-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-indigo-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-indigo-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-indigo-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-indigo-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-indigo-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-indigo-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-indigo-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-purple:focus-within {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-pink:focus-within {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-primary:focus-within {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-secondary:focus-within {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-body_bg:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-body_text:focus-within {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-title:focus-within {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-dark_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-light_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-medium_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-lightten_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-grey_300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-grey_400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-medium_blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-dark_blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-text_blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-footer_bg:focus-within {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-brown:focus-within {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-dark_brown:focus-within {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-Light_purple:focus-within {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-dark_green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-medium_green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-light_green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-green_900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .lg\:focus-within\:text-dark_border:focus-within {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .lg\:hover\:text-transparent:hover {
        color: transparent;
    }

    .lg\:hover\:text-current:hover {
        color: currentColor;
    }

    .lg\:hover\:text-black:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .lg\:hover\:text-white:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .lg\:hover\:text-gray-50:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .lg\:hover\:text-gray-100:hover {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .lg\:hover\:text-gray-200:hover {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .lg\:hover\:text-gray-300:hover {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .lg\:hover\:text-gray-400:hover {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .lg\:hover\:text-gray-500:hover {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .lg\:hover\:text-gray-600:hover {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .lg\:hover\:text-gray-700:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .lg\:hover\:text-gray-800:hover {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .lg\:hover\:text-gray-900:hover {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .lg\:hover\:text-red-50:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .lg\:hover\:text-red-100:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .lg\:hover\:text-red-200:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .lg\:hover\:text-red-300:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .lg\:hover\:text-red-400:hover {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .lg\:hover\:text-red-500:hover {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .lg\:hover\:text-red-600:hover {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .lg\:hover\:text-red-700:hover {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .lg\:hover\:text-red-800:hover {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .lg\:hover\:text-red-900:hover {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .lg\:hover\:text-yellow:hover {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .lg\:hover\:text-green:hover {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .lg\:hover\:text-blue:hover {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .lg\:hover\:text-indigo-50:hover {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .lg\:hover\:text-indigo-100:hover {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .lg\:hover\:text-indigo-200:hover {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .lg\:hover\:text-indigo-300:hover {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .lg\:hover\:text-indigo-400:hover {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .lg\:hover\:text-indigo-500:hover {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .lg\:hover\:text-indigo-600:hover {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .lg\:hover\:text-indigo-700:hover {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .lg\:hover\:text-indigo-800:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .lg\:hover\:text-indigo-900:hover {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .lg\:hover\:text-purple:hover {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .lg\:hover\:text-pink:hover {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .lg\:hover\:text-primary:hover {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .lg\:hover\:text-secondary:hover {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .lg\:hover\:text-body_bg:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .lg\:hover\:text-body_text:hover {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .lg\:hover\:text-title:hover {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .lg\:hover\:text-grey:hover {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .lg\:hover\:text-dark_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .lg\:hover\:text-light_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .lg\:hover\:text-medium_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .lg\:hover\:text-lightten_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .lg\:hover\:text-grey_300:hover {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .lg\:hover\:text-grey_400:hover {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .lg\:hover\:text-medium_blue:hover {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .lg\:hover\:text-dark_blue:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .lg\:hover\:text-text_blue:hover {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .lg\:hover\:text-footer_bg:hover {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .lg\:hover\:text-brown:hover {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .lg\:hover\:text-dark_brown:hover {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .lg\:hover\:text-Light_purple:hover {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .lg\:hover\:text-dark_green:hover {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .lg\:hover\:text-medium_green:hover {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .lg\:hover\:text-light_green:hover {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .lg\:hover\:text-green_900:hover {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .lg\:hover\:text-dark_border:hover {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .lg\:focus\:text-transparent:focus {
        color: transparent;
    }

    .lg\:focus\:text-current:focus {
        color: currentColor;
    }

    .lg\:focus\:text-black:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .lg\:focus\:text-white:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .lg\:focus\:text-gray-50:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .lg\:focus\:text-gray-100:focus {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .lg\:focus\:text-gray-200:focus {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .lg\:focus\:text-gray-300:focus {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .lg\:focus\:text-gray-400:focus {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .lg\:focus\:text-gray-500:focus {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .lg\:focus\:text-gray-600:focus {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .lg\:focus\:text-gray-700:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .lg\:focus\:text-gray-800:focus {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .lg\:focus\:text-gray-900:focus {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .lg\:focus\:text-red-50:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .lg\:focus\:text-red-100:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .lg\:focus\:text-red-200:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .lg\:focus\:text-red-300:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .lg\:focus\:text-red-400:focus {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .lg\:focus\:text-red-500:focus {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .lg\:focus\:text-red-600:focus {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .lg\:focus\:text-red-700:focus {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .lg\:focus\:text-red-800:focus {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .lg\:focus\:text-red-900:focus {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .lg\:focus\:text-yellow:focus {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .lg\:focus\:text-green:focus {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .lg\:focus\:text-blue:focus {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .lg\:focus\:text-indigo-50:focus {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .lg\:focus\:text-indigo-100:focus {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .lg\:focus\:text-indigo-200:focus {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .lg\:focus\:text-indigo-300:focus {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .lg\:focus\:text-indigo-400:focus {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .lg\:focus\:text-indigo-500:focus {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .lg\:focus\:text-indigo-600:focus {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .lg\:focus\:text-indigo-700:focus {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .lg\:focus\:text-indigo-800:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .lg\:focus\:text-indigo-900:focus {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .lg\:focus\:text-purple:focus {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .lg\:focus\:text-pink:focus {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .lg\:focus\:text-primary:focus {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .lg\:focus\:text-secondary:focus {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .lg\:focus\:text-body_bg:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .lg\:focus\:text-body_text:focus {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .lg\:focus\:text-title:focus {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .lg\:focus\:text-grey:focus {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .lg\:focus\:text-dark_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .lg\:focus\:text-light_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .lg\:focus\:text-medium_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .lg\:focus\:text-lightten_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .lg\:focus\:text-grey_300:focus {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .lg\:focus\:text-grey_400:focus {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .lg\:focus\:text-medium_blue:focus {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .lg\:focus\:text-dark_blue:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .lg\:focus\:text-text_blue:focus {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .lg\:focus\:text-footer_bg:focus {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .lg\:focus\:text-brown:focus {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .lg\:focus\:text-dark_brown:focus {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .lg\:focus\:text-Light_purple:focus {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .lg\:focus\:text-dark_green:focus {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .lg\:focus\:text-medium_green:focus {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .lg\:focus\:text-light_green:focus {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .lg\:focus\:text-green_900:focus {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .lg\:focus\:text-dark_border:focus {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .lg\:text-opacity-0 {
        --tw-text-opacity: 0;
    }

    .lg\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }

    .lg\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }

    .lg\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }

    .lg\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }

    .lg\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }

    .lg\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }

    .lg\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }

    .lg\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }

    .lg\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }

    .lg\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }

    .lg\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }

    .lg\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }

    .lg\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }

    .lg\:text-opacity-100 {
        --tw-text-opacity: 1;
    }

    .group:hover .lg\:group-hover\:text-opacity-0 {
        --tw-text-opacity: 0;
    }

    .group:hover .lg\:group-hover\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }

    .group:hover .lg\:group-hover\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }

    .group:hover .lg\:group-hover\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }

    .group:hover .lg\:group-hover\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }

    .group:hover .lg\:group-hover\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }

    .group:hover .lg\:group-hover\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }

    .group:hover .lg\:group-hover\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }

    .group:hover .lg\:group-hover\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }

    .group:hover .lg\:group-hover\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }

    .group:hover .lg\:group-hover\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }

    .group:hover .lg\:group-hover\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }

    .group:hover .lg\:group-hover\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }

    .group:hover .lg\:group-hover\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }

    .group:hover .lg\:group-hover\:text-opacity-100 {
        --tw-text-opacity: 1;
    }

    .lg\:focus-within\:text-opacity-0:focus-within {
        --tw-text-opacity: 0;
    }

    .lg\:focus-within\:text-opacity-5:focus-within {
        --tw-text-opacity: 0.05;
    }

    .lg\:focus-within\:text-opacity-10:focus-within {
        --tw-text-opacity: 0.1;
    }

    .lg\:focus-within\:text-opacity-20:focus-within {
        --tw-text-opacity: 0.2;
    }

    .lg\:focus-within\:text-opacity-25:focus-within {
        --tw-text-opacity: 0.25;
    }

    .lg\:focus-within\:text-opacity-30:focus-within {
        --tw-text-opacity: 0.3;
    }

    .lg\:focus-within\:text-opacity-40:focus-within {
        --tw-text-opacity: 0.4;
    }

    .lg\:focus-within\:text-opacity-50:focus-within {
        --tw-text-opacity: 0.5;
    }

    .lg\:focus-within\:text-opacity-60:focus-within {
        --tw-text-opacity: 0.6;
    }

    .lg\:focus-within\:text-opacity-70:focus-within {
        --tw-text-opacity: 0.7;
    }

    .lg\:focus-within\:text-opacity-75:focus-within {
        --tw-text-opacity: 0.75;
    }

    .lg\:focus-within\:text-opacity-80:focus-within {
        --tw-text-opacity: 0.8;
    }

    .lg\:focus-within\:text-opacity-90:focus-within {
        --tw-text-opacity: 0.9;
    }

    .lg\:focus-within\:text-opacity-95:focus-within {
        --tw-text-opacity: 0.95;
    }

    .lg\:focus-within\:text-opacity-100:focus-within {
        --tw-text-opacity: 1;
    }

    .lg\:hover\:text-opacity-0:hover {
        --tw-text-opacity: 0;
    }

    .lg\:hover\:text-opacity-5:hover {
        --tw-text-opacity: 0.05;
    }

    .lg\:hover\:text-opacity-10:hover {
        --tw-text-opacity: 0.1;
    }

    .lg\:hover\:text-opacity-20:hover {
        --tw-text-opacity: 0.2;
    }

    .lg\:hover\:text-opacity-25:hover {
        --tw-text-opacity: 0.25;
    }

    .lg\:hover\:text-opacity-30:hover {
        --tw-text-opacity: 0.3;
    }

    .lg\:hover\:text-opacity-40:hover {
        --tw-text-opacity: 0.4;
    }

    .lg\:hover\:text-opacity-50:hover {
        --tw-text-opacity: 0.5;
    }

    .lg\:hover\:text-opacity-60:hover {
        --tw-text-opacity: 0.6;
    }

    .lg\:hover\:text-opacity-70:hover {
        --tw-text-opacity: 0.7;
    }

    .lg\:hover\:text-opacity-75:hover {
        --tw-text-opacity: 0.75;
    }

    .lg\:hover\:text-opacity-80:hover {
        --tw-text-opacity: 0.8;
    }

    .lg\:hover\:text-opacity-90:hover {
        --tw-text-opacity: 0.9;
    }

    .lg\:hover\:text-opacity-95:hover {
        --tw-text-opacity: 0.95;
    }

    .lg\:hover\:text-opacity-100:hover {
        --tw-text-opacity: 1;
    }

    .lg\:focus\:text-opacity-0:focus {
        --tw-text-opacity: 0;
    }

    .lg\:focus\:text-opacity-5:focus {
        --tw-text-opacity: 0.05;
    }

    .lg\:focus\:text-opacity-10:focus {
        --tw-text-opacity: 0.1;
    }

    .lg\:focus\:text-opacity-20:focus {
        --tw-text-opacity: 0.2;
    }

    .lg\:focus\:text-opacity-25:focus {
        --tw-text-opacity: 0.25;
    }

    .lg\:focus\:text-opacity-30:focus {
        --tw-text-opacity: 0.3;
    }

    .lg\:focus\:text-opacity-40:focus {
        --tw-text-opacity: 0.4;
    }

    .lg\:focus\:text-opacity-50:focus {
        --tw-text-opacity: 0.5;
    }

    .lg\:focus\:text-opacity-60:focus {
        --tw-text-opacity: 0.6;
    }

    .lg\:focus\:text-opacity-70:focus {
        --tw-text-opacity: 0.7;
    }

    .lg\:focus\:text-opacity-75:focus {
        --tw-text-opacity: 0.75;
    }

    .lg\:focus\:text-opacity-80:focus {
        --tw-text-opacity: 0.8;
    }

    .lg\:focus\:text-opacity-90:focus {
        --tw-text-opacity: 0.9;
    }

    .lg\:focus\:text-opacity-95:focus {
        --tw-text-opacity: 0.95;
    }

    .lg\:focus\:text-opacity-100:focus {
        --tw-text-opacity: 1;
    }

    .lg\:underline {
        text-decoration: underline;
    }

    .lg\:line-through {
        text-decoration: line-through;
    }

    .lg\:no-underline {
        text-decoration: none;
    }

    .group:hover .lg\:group-hover\:underline {
        text-decoration: underline;
    }

    .group:hover .lg\:group-hover\:line-through {
        text-decoration: line-through;
    }

    .group:hover .lg\:group-hover\:no-underline {
        text-decoration: none;
    }

    .lg\:focus-within\:underline:focus-within {
        text-decoration: underline;
    }

    .lg\:focus-within\:line-through:focus-within {
        text-decoration: line-through;
    }

    .lg\:focus-within\:no-underline:focus-within {
        text-decoration: none;
    }

    .lg\:hover\:underline:hover {
        text-decoration: underline;
    }

    .lg\:hover\:line-through:hover {
        text-decoration: line-through;
    }

    .lg\:hover\:no-underline:hover {
        text-decoration: none;
    }

    .lg\:focus\:underline:focus {
        text-decoration: underline;
    }

    .lg\:focus\:line-through:focus {
        text-decoration: line-through;
    }

    .lg\:focus\:no-underline:focus {
        text-decoration: none;
    }

    .lg\:antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .lg\:subpixel-antialiased {
        -webkit-font-smoothing: auto;
        -moz-osx-font-smoothing: auto;
    }

    .lg\:placeholder-transparent::-moz-placeholder {
        color: transparent;
    }

    .lg\:placeholder-transparent:-ms-input-placeholder {
        color: transparent;
    }

    .lg\:placeholder-transparent::placeholder {
        color: transparent;
    }

    .lg\:placeholder-current::-moz-placeholder {
        color: currentColor;
    }

    .lg\:placeholder-current:-ms-input-placeholder {
        color: currentColor;
    }

    .lg\:placeholder-current::placeholder {
        color: currentColor;
    }

    .lg\:placeholder-black::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-black:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-black::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-white::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-white:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-white::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-gray-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-gray-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-gray-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-gray-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-gray-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-gray-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-gray-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-gray-200:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-gray-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-gray-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-gray-300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-gray-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-gray-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-gray-400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-gray-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-gray-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-gray-500:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-gray-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-gray-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-gray-600:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-gray-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-gray-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-gray-700:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-gray-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-gray-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-gray-800:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-gray-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-gray-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-gray-900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-gray-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-red-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-red-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-red-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-red-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-red-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-red-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-red-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-red-200:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-red-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-red-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-red-300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-red-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-red-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-red-400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-red-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-red-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-red-500:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-red-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-red-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-red-600:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-red-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-red-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-red-700:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-red-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-red-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-red-800:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-red-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-red-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-red-900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-red-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-yellow::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-yellow:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-yellow::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-indigo-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-indigo-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-indigo-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-indigo-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-indigo-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-indigo-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-indigo-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-indigo-200:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-indigo-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-indigo-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-indigo-300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-indigo-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-indigo-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-indigo-400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-indigo-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-indigo-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-indigo-500:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-indigo-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-indigo-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-indigo-600:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-indigo-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-indigo-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-indigo-700:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-indigo-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-indigo-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-indigo-800:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-indigo-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-indigo-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-indigo-900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-indigo-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-purple::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-purple:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-purple::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-pink::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-pink:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-pink::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-primary::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-primary:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-primary::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-secondary::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-secondary:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-secondary::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-body_bg::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-body_bg:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-body_bg::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-body_text::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-body_text:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-body_text::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-title::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-title:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-title::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-dark_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-dark_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-dark_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-light_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-light_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-light_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-medium_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-medium_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-medium_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-lightten_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-lightten_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-lightten_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-grey_300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-grey_300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-grey_300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-grey_400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-grey_400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-grey_400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-medium_blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-medium_blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-medium_blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-dark_blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-dark_blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-dark_blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-text_blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-text_blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-text_blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-footer_bg::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-footer_bg:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-footer_bg::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-brown::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-brown:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-brown::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-dark_brown::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-dark_brown:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-dark_brown::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-Light_purple::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-Light_purple:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-Light_purple::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-dark_green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-dark_green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-dark_green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-medium_green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-medium_green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-medium_green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-light_green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-light_green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-light_green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-green_900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-green_900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-green_900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-dark_border::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-dark_border:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-dark_border::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-transparent:focus::-moz-placeholder {
        color: transparent;
    }

    .lg\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
        color: transparent;
    }

    .lg\:focus\:placeholder-transparent:focus::placeholder {
        color: transparent;
    }

    .lg\:focus\:placeholder-current:focus::-moz-placeholder {
        color: currentColor;
    }

    .lg\:focus\:placeholder-current:focus:-ms-input-placeholder {
        color: currentColor;
    }

    .lg\:focus\:placeholder-current:focus::placeholder {
        color: currentColor;
    }

    .lg\:focus\:placeholder-black:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-black:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-black:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-white:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-white:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-white:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-gray-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-gray-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-gray-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-gray-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-gray-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-gray-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-gray-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-gray-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-gray-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-gray-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-gray-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-gray-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-gray-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-gray-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-gray-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-gray-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-gray-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-gray-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-gray-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-gray-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-gray-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-red-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-red-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-red-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-red-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-red-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-red-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-red-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-red-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-red-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-red-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-red-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-red-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-red-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-red-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-red-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-red-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-red-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-red-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-red-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-red-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-red-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-yellow:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-yellow:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-indigo-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-indigo-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-indigo-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-indigo-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-indigo-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-indigo-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-indigo-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-indigo-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-indigo-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-indigo-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-purple:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-purple:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-purple:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-pink:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-pink:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-pink:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-primary:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-primary:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-primary:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-secondary:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-secondary:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-secondary:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-body_bg:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-body_bg:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-body_bg:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-body_text:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-body_text:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-body_text:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-title:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-title:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-title:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-dark_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-dark_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-dark_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-light_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-light_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-light_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-medium_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-medium_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-medium_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-lightten_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-lightten_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-lightten_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-grey_300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-grey_300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-grey_300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-grey_400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-grey_400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-grey_400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-medium_blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-medium_blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-medium_blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-dark_blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-dark_blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-dark_blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-text_blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-text_blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-text_blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-footer_bg:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-footer_bg:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-footer_bg:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-brown:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-brown:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-brown:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-dark_brown:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-dark_brown:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-dark_brown:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-Light_purple:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-Light_purple:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-Light_purple:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-dark_green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-dark_green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-dark_green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-medium_green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-medium_green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-medium_green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-light_green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-light_green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-light_green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-green_900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-green_900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-green_900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-dark_border:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-dark_border:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .lg\:focus\:placeholder-dark_border:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .lg\:placeholder-opacity-0::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .lg\:placeholder-opacity-0:-ms-input-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .lg\:placeholder-opacity-0::placeholder {
        --tw-placeholder-opacity: 0;
    }

    .lg\:placeholder-opacity-5::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .lg\:placeholder-opacity-5:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .lg\:placeholder-opacity-5::placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .lg\:placeholder-opacity-10::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .lg\:placeholder-opacity-10:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .lg\:placeholder-opacity-10::placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .lg\:placeholder-opacity-20::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .lg\:placeholder-opacity-20:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .lg\:placeholder-opacity-20::placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .lg\:placeholder-opacity-25::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .lg\:placeholder-opacity-25:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .lg\:placeholder-opacity-25::placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .lg\:placeholder-opacity-30::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .lg\:placeholder-opacity-30:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .lg\:placeholder-opacity-30::placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .lg\:placeholder-opacity-40::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .lg\:placeholder-opacity-40:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .lg\:placeholder-opacity-40::placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .lg\:placeholder-opacity-50::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .lg\:placeholder-opacity-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .lg\:placeholder-opacity-50::placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .lg\:placeholder-opacity-60::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .lg\:placeholder-opacity-60:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .lg\:placeholder-opacity-60::placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .lg\:placeholder-opacity-70::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .lg\:placeholder-opacity-70:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .lg\:placeholder-opacity-70::placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .lg\:placeholder-opacity-75::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .lg\:placeholder-opacity-75:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .lg\:placeholder-opacity-75::placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .lg\:placeholder-opacity-80::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .lg\:placeholder-opacity-80:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .lg\:placeholder-opacity-80::placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .lg\:placeholder-opacity-90::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .lg\:placeholder-opacity-90:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .lg\:placeholder-opacity-90::placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .lg\:placeholder-opacity-95::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .lg\:placeholder-opacity-95:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .lg\:placeholder-opacity-95::placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .lg\:placeholder-opacity-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .lg\:placeholder-opacity-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .lg\:placeholder-opacity-100::placeholder {
        --tw-placeholder-opacity: 1;
    }

    .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .lg\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .lg\:focus\:placeholder-opacity-0:focus::placeholder {
        --tw-placeholder-opacity: 0;
    }

    .lg\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .lg\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .lg\:focus\:placeholder-opacity-5:focus::placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .lg\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .lg\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .lg\:focus\:placeholder-opacity-10:focus::placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .lg\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .lg\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .lg\:focus\:placeholder-opacity-20:focus::placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .lg\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .lg\:focus\:placeholder-opacity-25:focus::placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .lg\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .lg\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .lg\:focus\:placeholder-opacity-30:focus::placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .lg\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .lg\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .lg\:focus\:placeholder-opacity-40:focus::placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .lg\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .lg\:focus\:placeholder-opacity-50:focus::placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .lg\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .lg\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .lg\:focus\:placeholder-opacity-60:focus::placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .lg\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .lg\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .lg\:focus\:placeholder-opacity-70:focus::placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .lg\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .lg\:focus\:placeholder-opacity-75:focus::placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .lg\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .lg\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .lg\:focus\:placeholder-opacity-80:focus::placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .lg\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .lg\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .lg\:focus\:placeholder-opacity-90:focus::placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .lg\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .lg\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .lg\:focus\:placeholder-opacity-95:focus::placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .lg\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .lg\:focus\:placeholder-opacity-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
    }

    .lg\:opacity-0 {
        opacity: 0;
    }

    .lg\:opacity-5 {
        opacity: 0.05;
    }

    .lg\:opacity-10 {
        opacity: 0.1;
    }

    .lg\:opacity-20 {
        opacity: 0.2;
    }

    .lg\:opacity-25 {
        opacity: 0.25;
    }

    .lg\:opacity-30 {
        opacity: 0.3;
    }

    .lg\:opacity-40 {
        opacity: 0.4;
    }

    .lg\:opacity-50 {
        opacity: 0.5;
    }

    .lg\:opacity-60 {
        opacity: 0.6;
    }

    .lg\:opacity-70 {
        opacity: 0.7;
    }

    .lg\:opacity-75 {
        opacity: 0.75;
    }

    .lg\:opacity-80 {
        opacity: 0.8;
    }

    .lg\:opacity-90 {
        opacity: 0.9;
    }

    .lg\:opacity-95 {
        opacity: 0.95;
    }

    .lg\:opacity-100 {
        opacity: 1;
    }

    .group:hover .lg\:group-hover\:opacity-0 {
        opacity: 0;
    }

    .group:hover .lg\:group-hover\:opacity-5 {
        opacity: 0.05;
    }

    .group:hover .lg\:group-hover\:opacity-10 {
        opacity: 0.1;
    }

    .group:hover .lg\:group-hover\:opacity-20 {
        opacity: 0.2;
    }

    .group:hover .lg\:group-hover\:opacity-25 {
        opacity: 0.25;
    }

    .group:hover .lg\:group-hover\:opacity-30 {
        opacity: 0.3;
    }

    .group:hover .lg\:group-hover\:opacity-40 {
        opacity: 0.4;
    }

    .group:hover .lg\:group-hover\:opacity-50 {
        opacity: 0.5;
    }

    .group:hover .lg\:group-hover\:opacity-60 {
        opacity: 0.6;
    }

    .group:hover .lg\:group-hover\:opacity-70 {
        opacity: 0.7;
    }

    .group:hover .lg\:group-hover\:opacity-75 {
        opacity: 0.75;
    }

    .group:hover .lg\:group-hover\:opacity-80 {
        opacity: 0.8;
    }

    .group:hover .lg\:group-hover\:opacity-90 {
        opacity: 0.9;
    }

    .group:hover .lg\:group-hover\:opacity-95 {
        opacity: 0.95;
    }

    .group:hover .lg\:group-hover\:opacity-100 {
        opacity: 1;
    }

    .lg\:focus-within\:opacity-0:focus-within {
        opacity: 0;
    }

    .lg\:focus-within\:opacity-5:focus-within {
        opacity: 0.05;
    }

    .lg\:focus-within\:opacity-10:focus-within {
        opacity: 0.1;
    }

    .lg\:focus-within\:opacity-20:focus-within {
        opacity: 0.2;
    }

    .lg\:focus-within\:opacity-25:focus-within {
        opacity: 0.25;
    }

    .lg\:focus-within\:opacity-30:focus-within {
        opacity: 0.3;
    }

    .lg\:focus-within\:opacity-40:focus-within {
        opacity: 0.4;
    }

    .lg\:focus-within\:opacity-50:focus-within {
        opacity: 0.5;
    }

    .lg\:focus-within\:opacity-60:focus-within {
        opacity: 0.6;
    }

    .lg\:focus-within\:opacity-70:focus-within {
        opacity: 0.7;
    }

    .lg\:focus-within\:opacity-75:focus-within {
        opacity: 0.75;
    }

    .lg\:focus-within\:opacity-80:focus-within {
        opacity: 0.8;
    }

    .lg\:focus-within\:opacity-90:focus-within {
        opacity: 0.9;
    }

    .lg\:focus-within\:opacity-95:focus-within {
        opacity: 0.95;
    }

    .lg\:focus-within\:opacity-100:focus-within {
        opacity: 1;
    }

    .lg\:hover\:opacity-0:hover {
        opacity: 0;
    }

    .lg\:hover\:opacity-5:hover {
        opacity: 0.05;
    }

    .lg\:hover\:opacity-10:hover {
        opacity: 0.1;
    }

    .lg\:hover\:opacity-20:hover {
        opacity: 0.2;
    }

    .lg\:hover\:opacity-25:hover {
        opacity: 0.25;
    }

    .lg\:hover\:opacity-30:hover {
        opacity: 0.3;
    }

    .lg\:hover\:opacity-40:hover {
        opacity: 0.4;
    }

    .lg\:hover\:opacity-50:hover {
        opacity: 0.5;
    }

    .lg\:hover\:opacity-60:hover {
        opacity: 0.6;
    }

    .lg\:hover\:opacity-70:hover {
        opacity: 0.7;
    }

    .lg\:hover\:opacity-75:hover {
        opacity: 0.75;
    }

    .lg\:hover\:opacity-80:hover {
        opacity: 0.8;
    }

    .lg\:hover\:opacity-90:hover {
        opacity: 0.9;
    }

    .lg\:hover\:opacity-95:hover {
        opacity: 0.95;
    }

    .lg\:hover\:opacity-100:hover {
        opacity: 1;
    }

    .lg\:focus\:opacity-0:focus {
        opacity: 0;
    }

    .lg\:focus\:opacity-5:focus {
        opacity: 0.05;
    }

    .lg\:focus\:opacity-10:focus {
        opacity: 0.1;
    }

    .lg\:focus\:opacity-20:focus {
        opacity: 0.2;
    }

    .lg\:focus\:opacity-25:focus {
        opacity: 0.25;
    }

    .lg\:focus\:opacity-30:focus {
        opacity: 0.3;
    }

    .lg\:focus\:opacity-40:focus {
        opacity: 0.4;
    }

    .lg\:focus\:opacity-50:focus {
        opacity: 0.5;
    }

    .lg\:focus\:opacity-60:focus {
        opacity: 0.6;
    }

    .lg\:focus\:opacity-70:focus {
        opacity: 0.7;
    }

    .lg\:focus\:opacity-75:focus {
        opacity: 0.75;
    }

    .lg\:focus\:opacity-80:focus {
        opacity: 0.8;
    }

    .lg\:focus\:opacity-90:focus {
        opacity: 0.9;
    }

    .lg\:focus\:opacity-95:focus {
        opacity: 0.95;
    }

    .lg\:focus\:opacity-100:focus {
        opacity: 1;
    }

    .lg\:bg-blend-normal {
        background-blend-mode: normal;
    }

    .lg\:bg-blend-multiply {
        background-blend-mode: multiply;
    }

    .lg\:bg-blend-screen {
        background-blend-mode: screen;
    }

    .lg\:bg-blend-overlay {
        background-blend-mode: overlay;
    }

    .lg\:bg-blend-darken {
        background-blend-mode: darken;
    }

    .lg\:bg-blend-lighten {
        background-blend-mode: lighten;
    }

    .lg\:bg-blend-color-dodge {
        background-blend-mode: color-dodge;
    }

    .lg\:bg-blend-color-burn {
        background-blend-mode: color-burn;
    }

    .lg\:bg-blend-hard-light {
        background-blend-mode: hard-light;
    }

    .lg\:bg-blend-soft-light {
        background-blend-mode: soft-light;
    }

    .lg\:bg-blend-difference {
        background-blend-mode: difference;
    }

    .lg\:bg-blend-exclusion {
        background-blend-mode: exclusion;
    }

    .lg\:bg-blend-hue {
        background-blend-mode: hue;
    }

    .lg\:bg-blend-saturation {
        background-blend-mode: saturation;
    }

    .lg\:bg-blend-color {
        background-blend-mode: color;
    }

    .lg\:bg-blend-luminosity {
        background-blend-mode: luminosity;
    }

    .lg\:mix-blend-normal {
        mix-blend-mode: normal;
    }

    .lg\:mix-blend-multiply {
        mix-blend-mode: multiply;
    }

    .lg\:mix-blend-screen {
        mix-blend-mode: screen;
    }

    .lg\:mix-blend-overlay {
        mix-blend-mode: overlay;
    }

    .lg\:mix-blend-darken {
        mix-blend-mode: darken;
    }

    .lg\:mix-blend-lighten {
        mix-blend-mode: lighten;
    }

    .lg\:mix-blend-color-dodge {
        mix-blend-mode: color-dodge;
    }

    .lg\:mix-blend-color-burn {
        mix-blend-mode: color-burn;
    }

    .lg\:mix-blend-hard-light {
        mix-blend-mode: hard-light;
    }

    .lg\:mix-blend-soft-light {
        mix-blend-mode: soft-light;
    }

    .lg\:mix-blend-difference {
        mix-blend-mode: difference;
    }

    .lg\:mix-blend-exclusion {
        mix-blend-mode: exclusion;
    }

    .lg\:mix-blend-hue {
        mix-blend-mode: hue;
    }

    .lg\:mix-blend-saturation {
        mix-blend-mode: saturation;
    }

    .lg\:mix-blend-color {
        mix-blend-mode: color;
    }

    .lg\:mix-blend-luminosity {
        mix-blend-mode: luminosity;
    }

    .lg\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .lg\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .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);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .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);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .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);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .lg\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .lg\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .lg\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .lg\:group-hover\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .lg\:group-hover\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .lg\:group-hover\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .lg\:group-hover\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .lg\:group-hover\:shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .lg\:group-hover\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .lg\:group-hover\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .lg\:group-hover\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .lg\:focus-within\:shadow-sm:focus-within {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .lg\:focus-within\:shadow:focus-within {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .lg\:focus-within\:shadow-md:focus-within {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .lg\:focus-within\:shadow-lg:focus-within {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .lg\:focus-within\:shadow-xl:focus-within {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .lg\:focus-within\:shadow-2xl:focus-within {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .lg\:focus-within\:shadow-inner:focus-within {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .lg\:focus-within\:shadow-none:focus-within {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .lg\:hover\:shadow-sm:hover {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .lg\:hover\:shadow:hover {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .lg\:hover\:shadow-md:hover {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .lg\:hover\:shadow-lg:hover {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .lg\:hover\:shadow-xl:hover {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .lg\:hover\:shadow-2xl:hover {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .lg\:hover\:shadow-inner:hover {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .lg\:hover\:shadow-none:hover {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .lg\:focus\:shadow-sm:focus {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .lg\:focus\:shadow:focus {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .lg\:focus\:shadow-md:focus {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .lg\:focus\:shadow-lg:focus {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .lg\:focus\:shadow-xl:focus {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .lg\:focus\:shadow-2xl:focus {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .lg\:focus\:shadow-inner:focus {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .lg\:focus\:shadow-none:focus {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .lg\:outline-none {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .lg\:outline-white {
        outline: 2px dotted white;
        outline-offset: 2px;
    }

    .lg\:outline-black {
        outline: 2px dotted black;
        outline-offset: 2px;
    }

    .lg\:focus-within\:outline-none:focus-within {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .lg\:focus-within\:outline-white:focus-within {
        outline: 2px dotted white;
        outline-offset: 2px;
    }

    .lg\:focus-within\:outline-black:focus-within {
        outline: 2px dotted black;
        outline-offset: 2px;
    }

    .lg\:focus\:outline-none:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .lg\:focus\:outline-white:focus {
        outline: 2px dotted white;
        outline-offset: 2px;
    }

    .lg\:focus\:outline-black:focus {
        outline: 2px dotted black;
        outline-offset: 2px;
    }

    .lg\:ring-0 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .lg\:ring-1 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .lg\:ring-2 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .lg\:ring-4 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .lg\:ring-8 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .lg\:ring {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .lg\:focus-within\:ring-0:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .lg\:focus-within\:ring-1:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .lg\:focus-within\:ring-2:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .lg\:focus-within\:ring-4:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .lg\:focus-within\:ring-8:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .lg\:focus-within\:ring:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .lg\:focus\:ring-0:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .lg\:focus\:ring-1:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .lg\:focus\:ring-2:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .lg\:focus\:ring-4:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .lg\:focus\:ring-8:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .lg\:focus\:ring:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .lg\:ring-inset {
        --tw-ring-inset: inset;
    }

    .lg\:focus-within\:ring-inset:focus-within {
        --tw-ring-inset: inset;
    }

    .lg\:focus\:ring-inset:focus {
        --tw-ring-inset: inset;
    }

    .lg\:ring-transparent {
        --tw-ring-color: transparent;
    }

    .lg\:ring-current {
        --tw-ring-color: currentColor;
    }

    .lg\:ring-black {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }

    .lg\:ring-white {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .lg\:ring-gray-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }

    .lg\:ring-gray-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }

    .lg\:ring-gray-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }

    .lg\:ring-gray-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }

    .lg\:ring-gray-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }

    .lg\:ring-gray-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }

    .lg\:ring-gray-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }

    .lg\:ring-gray-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }

    .lg\:ring-gray-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }

    .lg\:ring-gray-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }

    .lg\:ring-red-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }

    .lg\:ring-red-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }

    .lg\:ring-red-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }

    .lg\:ring-red-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }

    .lg\:ring-red-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }

    .lg\:ring-red-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }

    .lg\:ring-red-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }

    .lg\:ring-red-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }

    .lg\:ring-red-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }

    .lg\:ring-red-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }

    .lg\:ring-yellow {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 145, 67, var(--tw-ring-opacity));
    }

    .lg\:ring-green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(123, 188, 0, var(--tw-ring-opacity));
    }

    .lg\:ring-blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 164, 220, var(--tw-ring-opacity));
    }

    .lg\:ring-indigo-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }

    .lg\:ring-indigo-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }

    .lg\:ring-indigo-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }

    .lg\:ring-indigo-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }

    .lg\:ring-indigo-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }

    .lg\:ring-indigo-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }

    .lg\:ring-indigo-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }

    .lg\:ring-indigo-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }

    .lg\:ring-indigo-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }

    .lg\:ring-indigo-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }

    .lg\:ring-purple {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(104, 71, 195, var(--tw-ring-opacity));
    }

    .lg\:ring-pink {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(133, 7, 55, var(--tw-ring-opacity));
    }

    .lg\:ring-primary {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 110, 110, var(--tw-ring-opacity));
    }

    .lg\:ring-secondary {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
    }

    .lg\:ring-body_bg {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .lg\:ring-body_text {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .lg\:ring-title {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .lg\:ring-grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(82, 74, 81, var(--tw-ring-opacity));
    }

    .lg\:ring-dark_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .lg\:ring-light_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .lg\:ring-medium_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(87, 81, 86, var(--tw-ring-opacity));
    }

    .lg\:ring-lightten_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(198, 198, 198, var(--tw-ring-opacity));
    }

    .lg\:ring-grey_300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
    }

    .lg\:ring-grey_400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .lg\:ring-medium_blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(69, 205, 252, var(--tw-ring-opacity));
    }

    .lg\:ring-dark_blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 128, 172, var(--tw-ring-opacity));
    }

    .lg\:ring-text_blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .lg\:ring-footer_bg {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
    }

    .lg\:ring-brown {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(128, 83, 0, var(--tw-ring-opacity));
    }

    .lg\:ring-dark_brown {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(135, 68, 51, var(--tw-ring-opacity));
    }

    .lg\:ring-Light_purple {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(101, 71, 155, var(--tw-ring-opacity));
    }

    .lg\:ring-dark_green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 155, 81, var(--tw-ring-opacity));
    }

    .lg\:ring-medium_green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 172, 43, var(--tw-ring-opacity));
    }

    .lg\:ring-light_green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(154, 203, 62, var(--tw-ring-opacity));
    }

    .lg\:ring-green_900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(57, 102, 118, var(--tw-ring-opacity));
    }

    .lg\:ring-dark_border {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-transparent:focus-within {
        --tw-ring-color: transparent;
    }

    .lg\:focus-within\:ring-current:focus-within {
        --tw-ring-color: currentColor;
    }

    .lg\:focus-within\:ring-black:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-white:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-gray-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-gray-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-gray-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-gray-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-gray-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-gray-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-gray-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-gray-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-gray-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-gray-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-red-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-red-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-red-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-red-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-red-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-red-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-red-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-red-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-red-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-red-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-yellow:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 145, 67, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(123, 188, 0, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 164, 220, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-indigo-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-indigo-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-indigo-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-indigo-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-indigo-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-indigo-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-indigo-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-indigo-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-indigo-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-indigo-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-purple:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(104, 71, 195, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-pink:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(133, 7, 55, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-primary:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 110, 110, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-secondary:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-body_bg:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-body_text:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-title:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(82, 74, 81, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-dark_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-light_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-medium_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(87, 81, 86, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-lightten_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(198, 198, 198, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-grey_300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-grey_400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-medium_blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(69, 205, 252, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-dark_blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 128, 172, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-text_blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-footer_bg:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-brown:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(128, 83, 0, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-dark_brown:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(135, 68, 51, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-Light_purple:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(101, 71, 155, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-dark_green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 155, 81, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-medium_green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 172, 43, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-light_green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(154, 203, 62, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-green_900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(57, 102, 118, var(--tw-ring-opacity));
    }

    .lg\:focus-within\:ring-dark_border:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-transparent:focus {
        --tw-ring-color: transparent;
    }

    .lg\:focus\:ring-current:focus {
        --tw-ring-color: currentColor;
    }

    .lg\:focus\:ring-black:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-white:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-gray-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-gray-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-gray-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-gray-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-gray-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-gray-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-gray-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-gray-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-gray-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-gray-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-red-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-red-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-red-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-red-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-red-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-red-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-red-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-red-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-red-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-red-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-yellow:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 145, 67, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(123, 188, 0, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 164, 220, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-indigo-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-indigo-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-indigo-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-indigo-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-indigo-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-indigo-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-indigo-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-indigo-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-indigo-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-indigo-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-purple:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(104, 71, 195, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-pink:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(133, 7, 55, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-primary:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 110, 110, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-secondary:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-body_bg:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-body_text:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-title:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(82, 74, 81, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-dark_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-light_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-medium_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(87, 81, 86, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-lightten_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(198, 198, 198, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-grey_300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-grey_400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-medium_blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(69, 205, 252, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-dark_blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 128, 172, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-text_blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-footer_bg:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-brown:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(128, 83, 0, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-dark_brown:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(135, 68, 51, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-Light_purple:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(101, 71, 155, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-dark_green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 155, 81, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-medium_green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 172, 43, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-light_green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(154, 203, 62, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-green_900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(57, 102, 118, var(--tw-ring-opacity));
    }

    .lg\:focus\:ring-dark_border:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity));
    }

    .lg\:ring-opacity-0 {
        --tw-ring-opacity: 0;
    }

    .lg\:ring-opacity-5 {
        --tw-ring-opacity: 0.05;
    }

    .lg\:ring-opacity-10 {
        --tw-ring-opacity: 0.1;
    }

    .lg\:ring-opacity-20 {
        --tw-ring-opacity: 0.2;
    }

    .lg\:ring-opacity-25 {
        --tw-ring-opacity: 0.25;
    }

    .lg\:ring-opacity-30 {
        --tw-ring-opacity: 0.3;
    }

    .lg\:ring-opacity-40 {
        --tw-ring-opacity: 0.4;
    }

    .lg\:ring-opacity-50 {
        --tw-ring-opacity: 0.5;
    }

    .lg\:ring-opacity-60 {
        --tw-ring-opacity: 0.6;
    }

    .lg\:ring-opacity-70 {
        --tw-ring-opacity: 0.7;
    }

    .lg\:ring-opacity-75 {
        --tw-ring-opacity: 0.75;
    }

    .lg\:ring-opacity-80 {
        --tw-ring-opacity: 0.8;
    }

    .lg\:ring-opacity-90 {
        --tw-ring-opacity: 0.9;
    }

    .lg\:ring-opacity-95 {
        --tw-ring-opacity: 0.95;
    }

    .lg\:ring-opacity-100 {
        --tw-ring-opacity: 1;
    }

    .lg\:focus-within\:ring-opacity-0:focus-within {
        --tw-ring-opacity: 0;
    }

    .lg\:focus-within\:ring-opacity-5:focus-within {
        --tw-ring-opacity: 0.05;
    }

    .lg\:focus-within\:ring-opacity-10:focus-within {
        --tw-ring-opacity: 0.1;
    }

    .lg\:focus-within\:ring-opacity-20:focus-within {
        --tw-ring-opacity: 0.2;
    }

    .lg\:focus-within\:ring-opacity-25:focus-within {
        --tw-ring-opacity: 0.25;
    }

    .lg\:focus-within\:ring-opacity-30:focus-within {
        --tw-ring-opacity: 0.3;
    }

    .lg\:focus-within\:ring-opacity-40:focus-within {
        --tw-ring-opacity: 0.4;
    }

    .lg\:focus-within\:ring-opacity-50:focus-within {
        --tw-ring-opacity: 0.5;
    }

    .lg\:focus-within\:ring-opacity-60:focus-within {
        --tw-ring-opacity: 0.6;
    }

    .lg\:focus-within\:ring-opacity-70:focus-within {
        --tw-ring-opacity: 0.7;
    }

    .lg\:focus-within\:ring-opacity-75:focus-within {
        --tw-ring-opacity: 0.75;
    }

    .lg\:focus-within\:ring-opacity-80:focus-within {
        --tw-ring-opacity: 0.8;
    }

    .lg\:focus-within\:ring-opacity-90:focus-within {
        --tw-ring-opacity: 0.9;
    }

    .lg\:focus-within\:ring-opacity-95:focus-within {
        --tw-ring-opacity: 0.95;
    }

    .lg\:focus-within\:ring-opacity-100:focus-within {
        --tw-ring-opacity: 1;
    }

    .lg\:focus\:ring-opacity-0:focus {
        --tw-ring-opacity: 0;
    }

    .lg\:focus\:ring-opacity-5:focus {
        --tw-ring-opacity: 0.05;
    }

    .lg\:focus\:ring-opacity-10:focus {
        --tw-ring-opacity: 0.1;
    }

    .lg\:focus\:ring-opacity-20:focus {
        --tw-ring-opacity: 0.2;
    }

    .lg\:focus\:ring-opacity-25:focus {
        --tw-ring-opacity: 0.25;
    }

    .lg\:focus\:ring-opacity-30:focus {
        --tw-ring-opacity: 0.3;
    }

    .lg\:focus\:ring-opacity-40:focus {
        --tw-ring-opacity: 0.4;
    }

    .lg\:focus\:ring-opacity-50:focus {
        --tw-ring-opacity: 0.5;
    }

    .lg\:focus\:ring-opacity-60:focus {
        --tw-ring-opacity: 0.6;
    }

    .lg\:focus\:ring-opacity-70:focus {
        --tw-ring-opacity: 0.7;
    }

    .lg\:focus\:ring-opacity-75:focus {
        --tw-ring-opacity: 0.75;
    }

    .lg\:focus\:ring-opacity-80:focus {
        --tw-ring-opacity: 0.8;
    }

    .lg\:focus\:ring-opacity-90:focus {
        --tw-ring-opacity: 0.9;
    }

    .lg\:focus\:ring-opacity-95:focus {
        --tw-ring-opacity: 0.95;
    }

    .lg\:focus\:ring-opacity-100:focus {
        --tw-ring-opacity: 1;
    }

    .lg\:ring-offset-0 {
        --tw-ring-offset-width: 0px;
    }

    .lg\:ring-offset-1 {
        --tw-ring-offset-width: 1px;
    }

    .lg\:ring-offset-2 {
        --tw-ring-offset-width: 2px;
    }

    .lg\:ring-offset-4 {
        --tw-ring-offset-width: 4px;
    }

    .lg\:ring-offset-8 {
        --tw-ring-offset-width: 8px;
    }

    .lg\:focus-within\:ring-offset-0:focus-within {
        --tw-ring-offset-width: 0px;
    }

    .lg\:focus-within\:ring-offset-1:focus-within {
        --tw-ring-offset-width: 1px;
    }

    .lg\:focus-within\:ring-offset-2:focus-within {
        --tw-ring-offset-width: 2px;
    }

    .lg\:focus-within\:ring-offset-4:focus-within {
        --tw-ring-offset-width: 4px;
    }

    .lg\:focus-within\:ring-offset-8:focus-within {
        --tw-ring-offset-width: 8px;
    }

    .lg\:focus\:ring-offset-0:focus {
        --tw-ring-offset-width: 0px;
    }

    .lg\:focus\:ring-offset-1:focus {
        --tw-ring-offset-width: 1px;
    }

    .lg\:focus\:ring-offset-2:focus {
        --tw-ring-offset-width: 2px;
    }

    .lg\:focus\:ring-offset-4:focus {
        --tw-ring-offset-width: 4px;
    }

    .lg\:focus\:ring-offset-8:focus {
        --tw-ring-offset-width: 8px;
    }

    .lg\:ring-offset-transparent {
        --tw-ring-offset-color: transparent;
    }

    .lg\:ring-offset-current {
        --tw-ring-offset-color: currentColor;
    }

    .lg\:ring-offset-black {
        --tw-ring-offset-color: #000;
    }

    .lg\:ring-offset-white {
        --tw-ring-offset-color: #fff;
    }

    .lg\:ring-offset-gray-50 {
        --tw-ring-offset-color: #f9fafb;
    }

    .lg\:ring-offset-gray-100 {
        --tw-ring-offset-color: #f3f4f6;
    }

    .lg\:ring-offset-gray-200 {
        --tw-ring-offset-color: #e5e7eb;
    }

    .lg\:ring-offset-gray-300 {
        --tw-ring-offset-color: #d1d5db;
    }

    .lg\:ring-offset-gray-400 {
        --tw-ring-offset-color: #9ca3af;
    }

    .lg\:ring-offset-gray-500 {
        --tw-ring-offset-color: #6b7280;
    }

    .lg\:ring-offset-gray-600 {
        --tw-ring-offset-color: #4b5563;
    }

    .lg\:ring-offset-gray-700 {
        --tw-ring-offset-color: #374151;
    }

    .lg\:ring-offset-gray-800 {
        --tw-ring-offset-color: #1f2937;
    }

    .lg\:ring-offset-gray-900 {
        --tw-ring-offset-color: #111827;
    }

    .lg\:ring-offset-red-50 {
        --tw-ring-offset-color: #fef2f2;
    }

    .lg\:ring-offset-red-100 {
        --tw-ring-offset-color: #fee2e2;
    }

    .lg\:ring-offset-red-200 {
        --tw-ring-offset-color: #fecaca;
    }

    .lg\:ring-offset-red-300 {
        --tw-ring-offset-color: #fca5a5;
    }

    .lg\:ring-offset-red-400 {
        --tw-ring-offset-color: #f87171;
    }

    .lg\:ring-offset-red-500 {
        --tw-ring-offset-color: #ef4444;
    }

    .lg\:ring-offset-red-600 {
        --tw-ring-offset-color: #dc2626;
    }

    .lg\:ring-offset-red-700 {
        --tw-ring-offset-color: #b91c1c;
    }

    .lg\:ring-offset-red-800 {
        --tw-ring-offset-color: #991b1b;
    }

    .lg\:ring-offset-red-900 {
        --tw-ring-offset-color: #7f1d1d;
    }

    .lg\:ring-offset-yellow {
        --tw-ring-offset-color: #ed9143;
    }

    .lg\:ring-offset-green {
        --tw-ring-offset-color: #7bbc00;
    }

    .lg\:ring-offset-blue {
        --tw-ring-offset-color: #5ba4dc;
    }

    .lg\:ring-offset-indigo-50 {
        --tw-ring-offset-color: #eef2ff;
    }

    .lg\:ring-offset-indigo-100 {
        --tw-ring-offset-color: #e0e7ff;
    }

    .lg\:ring-offset-indigo-200 {
        --tw-ring-offset-color: #c7d2fe;
    }

    .lg\:ring-offset-indigo-300 {
        --tw-ring-offset-color: #a5b4fc;
    }

    .lg\:ring-offset-indigo-400 {
        --tw-ring-offset-color: #818cf8;
    }

    .lg\:ring-offset-indigo-500 {
        --tw-ring-offset-color: #6366f1;
    }

    .lg\:ring-offset-indigo-600 {
        --tw-ring-offset-color: #4f46e5;
    }

    .lg\:ring-offset-indigo-700 {
        --tw-ring-offset-color: #4338ca;
    }

    .lg\:ring-offset-indigo-800 {
        --tw-ring-offset-color: #3730a3;
    }

    .lg\:ring-offset-indigo-900 {
        --tw-ring-offset-color: #312e81;
    }

    .lg\:ring-offset-purple {
        --tw-ring-offset-color: #6847c3;
    }

    .lg\:ring-offset-pink {
        --tw-ring-offset-color: #850737;
    }

    .lg\:ring-offset-primary {
        --tw-ring-offset-color: #6E6E6E;
    }

    .lg\:ring-offset-secondary {
        --tw-ring-offset-color: #ededed;
    }

    .lg\:ring-offset-body_bg {
        --tw-ring-offset-color: #ffffff;
    }

    .lg\:ring-offset-body_text {
        --tw-ring-offset-color: #4a4349;
    }

    .lg\:ring-offset-title {
        --tw-ring-offset-color: #3fb2cf;
    }

    .lg\:ring-offset-grey {
        --tw-ring-offset-color: #524A51;
    }

    .lg\:ring-offset-dark_grey {
        --tw-ring-offset-color: #4a4349;
    }

    .lg\:ring-offset-light_grey {
        --tw-ring-offset-color: #B7B7B7;
    }

    .lg\:ring-offset-medium_grey {
        --tw-ring-offset-color: #575156;
    }

    .lg\:ring-offset-lightten_grey {
        --tw-ring-offset-color: #C6C6C6;
    }

    .lg\:ring-offset-grey_300 {
        --tw-ring-offset-color: #d3d3d3;
    }

    .lg\:ring-offset-grey_400 {
        --tw-ring-offset-color: #b7b7b7;
    }

    .lg\:ring-offset-medium_blue {
        --tw-ring-offset-color: #45cdfc;
    }

    .lg\:ring-offset-dark_blue {
        --tw-ring-offset-color: #0080ac;
    }

    .lg\:ring-offset-text_blue {
        --tw-ring-offset-color: #3FB2CF;
    }

    .lg\:ring-offset-footer_bg {
        --tw-ring-offset-color: #464646;
    }

    .lg\:ring-offset-brown {
        --tw-ring-offset-color: #805300;
    }

    .lg\:ring-offset-dark_brown {
        --tw-ring-offset-color: #874433;
    }

    .lg\:ring-offset-Light_purple {
        --tw-ring-offset-color: #65479b;
    }

    .lg\:ring-offset-dark_green {
        --tw-ring-offset-color: #479b51;
    }

    .lg\:ring-offset-medium_green {
        --tw-ring-offset-color: #3aac2b;
    }

    .lg\:ring-offset-light_green {
        --tw-ring-offset-color: #9acb3e;
    }

    .lg\:ring-offset-green_900 {
        --tw-ring-offset-color: #396676;
    }

    .lg\:ring-offset-dark_border {
        --tw-ring-offset-color: #707070;
    }

    .lg\:focus-within\:ring-offset-transparent:focus-within {
        --tw-ring-offset-color: transparent;
    }

    .lg\:focus-within\:ring-offset-current:focus-within {
        --tw-ring-offset-color: currentColor;
    }

    .lg\:focus-within\:ring-offset-black:focus-within {
        --tw-ring-offset-color: #000;
    }

    .lg\:focus-within\:ring-offset-white:focus-within {
        --tw-ring-offset-color: #fff;
    }

    .lg\:focus-within\:ring-offset-gray-50:focus-within {
        --tw-ring-offset-color: #f9fafb;
    }

    .lg\:focus-within\:ring-offset-gray-100:focus-within {
        --tw-ring-offset-color: #f3f4f6;
    }

    .lg\:focus-within\:ring-offset-gray-200:focus-within {
        --tw-ring-offset-color: #e5e7eb;
    }

    .lg\:focus-within\:ring-offset-gray-300:focus-within {
        --tw-ring-offset-color: #d1d5db;
    }

    .lg\:focus-within\:ring-offset-gray-400:focus-within {
        --tw-ring-offset-color: #9ca3af;
    }

    .lg\:focus-within\:ring-offset-gray-500:focus-within {
        --tw-ring-offset-color: #6b7280;
    }

    .lg\:focus-within\:ring-offset-gray-600:focus-within {
        --tw-ring-offset-color: #4b5563;
    }

    .lg\:focus-within\:ring-offset-gray-700:focus-within {
        --tw-ring-offset-color: #374151;
    }

    .lg\:focus-within\:ring-offset-gray-800:focus-within {
        --tw-ring-offset-color: #1f2937;
    }

    .lg\:focus-within\:ring-offset-gray-900:focus-within {
        --tw-ring-offset-color: #111827;
    }

    .lg\:focus-within\:ring-offset-red-50:focus-within {
        --tw-ring-offset-color: #fef2f2;
    }

    .lg\:focus-within\:ring-offset-red-100:focus-within {
        --tw-ring-offset-color: #fee2e2;
    }

    .lg\:focus-within\:ring-offset-red-200:focus-within {
        --tw-ring-offset-color: #fecaca;
    }

    .lg\:focus-within\:ring-offset-red-300:focus-within {
        --tw-ring-offset-color: #fca5a5;
    }

    .lg\:focus-within\:ring-offset-red-400:focus-within {
        --tw-ring-offset-color: #f87171;
    }

    .lg\:focus-within\:ring-offset-red-500:focus-within {
        --tw-ring-offset-color: #ef4444;
    }

    .lg\:focus-within\:ring-offset-red-600:focus-within {
        --tw-ring-offset-color: #dc2626;
    }

    .lg\:focus-within\:ring-offset-red-700:focus-within {
        --tw-ring-offset-color: #b91c1c;
    }

    .lg\:focus-within\:ring-offset-red-800:focus-within {
        --tw-ring-offset-color: #991b1b;
    }

    .lg\:focus-within\:ring-offset-red-900:focus-within {
        --tw-ring-offset-color: #7f1d1d;
    }

    .lg\:focus-within\:ring-offset-yellow:focus-within {
        --tw-ring-offset-color: #ed9143;
    }

    .lg\:focus-within\:ring-offset-green:focus-within {
        --tw-ring-offset-color: #7bbc00;
    }

    .lg\:focus-within\:ring-offset-blue:focus-within {
        --tw-ring-offset-color: #5ba4dc;
    }

    .lg\:focus-within\:ring-offset-indigo-50:focus-within {
        --tw-ring-offset-color: #eef2ff;
    }

    .lg\:focus-within\:ring-offset-indigo-100:focus-within {
        --tw-ring-offset-color: #e0e7ff;
    }

    .lg\:focus-within\:ring-offset-indigo-200:focus-within {
        --tw-ring-offset-color: #c7d2fe;
    }

    .lg\:focus-within\:ring-offset-indigo-300:focus-within {
        --tw-ring-offset-color: #a5b4fc;
    }

    .lg\:focus-within\:ring-offset-indigo-400:focus-within {
        --tw-ring-offset-color: #818cf8;
    }

    .lg\:focus-within\:ring-offset-indigo-500:focus-within {
        --tw-ring-offset-color: #6366f1;
    }

    .lg\:focus-within\:ring-offset-indigo-600:focus-within {
        --tw-ring-offset-color: #4f46e5;
    }

    .lg\:focus-within\:ring-offset-indigo-700:focus-within {
        --tw-ring-offset-color: #4338ca;
    }

    .lg\:focus-within\:ring-offset-indigo-800:focus-within {
        --tw-ring-offset-color: #3730a3;
    }

    .lg\:focus-within\:ring-offset-indigo-900:focus-within {
        --tw-ring-offset-color: #312e81;
    }

    .lg\:focus-within\:ring-offset-purple:focus-within {
        --tw-ring-offset-color: #6847c3;
    }

    .lg\:focus-within\:ring-offset-pink:focus-within {
        --tw-ring-offset-color: #850737;
    }

    .lg\:focus-within\:ring-offset-primary:focus-within {
        --tw-ring-offset-color: #6E6E6E;
    }

    .lg\:focus-within\:ring-offset-secondary:focus-within {
        --tw-ring-offset-color: #ededed;
    }

    .lg\:focus-within\:ring-offset-body_bg:focus-within {
        --tw-ring-offset-color: #ffffff;
    }

    .lg\:focus-within\:ring-offset-body_text:focus-within {
        --tw-ring-offset-color: #4a4349;
    }

    .lg\:focus-within\:ring-offset-title:focus-within {
        --tw-ring-offset-color: #3fb2cf;
    }

    .lg\:focus-within\:ring-offset-grey:focus-within {
        --tw-ring-offset-color: #524A51;
    }

    .lg\:focus-within\:ring-offset-dark_grey:focus-within {
        --tw-ring-offset-color: #4a4349;
    }

    .lg\:focus-within\:ring-offset-light_grey:focus-within {
        --tw-ring-offset-color: #B7B7B7;
    }

    .lg\:focus-within\:ring-offset-medium_grey:focus-within {
        --tw-ring-offset-color: #575156;
    }

    .lg\:focus-within\:ring-offset-lightten_grey:focus-within {
        --tw-ring-offset-color: #C6C6C6;
    }

    .lg\:focus-within\:ring-offset-grey_300:focus-within {
        --tw-ring-offset-color: #d3d3d3;
    }

    .lg\:focus-within\:ring-offset-grey_400:focus-within {
        --tw-ring-offset-color: #b7b7b7;
    }

    .lg\:focus-within\:ring-offset-medium_blue:focus-within {
        --tw-ring-offset-color: #45cdfc;
    }

    .lg\:focus-within\:ring-offset-dark_blue:focus-within {
        --tw-ring-offset-color: #0080ac;
    }

    .lg\:focus-within\:ring-offset-text_blue:focus-within {
        --tw-ring-offset-color: #3FB2CF;
    }

    .lg\:focus-within\:ring-offset-footer_bg:focus-within {
        --tw-ring-offset-color: #464646;
    }

    .lg\:focus-within\:ring-offset-brown:focus-within {
        --tw-ring-offset-color: #805300;
    }

    .lg\:focus-within\:ring-offset-dark_brown:focus-within {
        --tw-ring-offset-color: #874433;
    }

    .lg\:focus-within\:ring-offset-Light_purple:focus-within {
        --tw-ring-offset-color: #65479b;
    }

    .lg\:focus-within\:ring-offset-dark_green:focus-within {
        --tw-ring-offset-color: #479b51;
    }

    .lg\:focus-within\:ring-offset-medium_green:focus-within {
        --tw-ring-offset-color: #3aac2b;
    }

    .lg\:focus-within\:ring-offset-light_green:focus-within {
        --tw-ring-offset-color: #9acb3e;
    }

    .lg\:focus-within\:ring-offset-green_900:focus-within {
        --tw-ring-offset-color: #396676;
    }

    .lg\:focus-within\:ring-offset-dark_border:focus-within {
        --tw-ring-offset-color: #707070;
    }

    .lg\:focus\:ring-offset-transparent:focus {
        --tw-ring-offset-color: transparent;
    }

    .lg\:focus\:ring-offset-current:focus {
        --tw-ring-offset-color: currentColor;
    }

    .lg\:focus\:ring-offset-black:focus {
        --tw-ring-offset-color: #000;
    }

    .lg\:focus\:ring-offset-white:focus {
        --tw-ring-offset-color: #fff;
    }

    .lg\:focus\:ring-offset-gray-50:focus {
        --tw-ring-offset-color: #f9fafb;
    }

    .lg\:focus\:ring-offset-gray-100:focus {
        --tw-ring-offset-color: #f3f4f6;
    }

    .lg\:focus\:ring-offset-gray-200:focus {
        --tw-ring-offset-color: #e5e7eb;
    }

    .lg\:focus\:ring-offset-gray-300:focus {
        --tw-ring-offset-color: #d1d5db;
    }

    .lg\:focus\:ring-offset-gray-400:focus {
        --tw-ring-offset-color: #9ca3af;
    }

    .lg\:focus\:ring-offset-gray-500:focus {
        --tw-ring-offset-color: #6b7280;
    }

    .lg\:focus\:ring-offset-gray-600:focus {
        --tw-ring-offset-color: #4b5563;
    }

    .lg\:focus\:ring-offset-gray-700:focus {
        --tw-ring-offset-color: #374151;
    }

    .lg\:focus\:ring-offset-gray-800:focus {
        --tw-ring-offset-color: #1f2937;
    }

    .lg\:focus\:ring-offset-gray-900:focus {
        --tw-ring-offset-color: #111827;
    }

    .lg\:focus\:ring-offset-red-50:focus {
        --tw-ring-offset-color: #fef2f2;
    }

    .lg\:focus\:ring-offset-red-100:focus {
        --tw-ring-offset-color: #fee2e2;
    }

    .lg\:focus\:ring-offset-red-200:focus {
        --tw-ring-offset-color: #fecaca;
    }

    .lg\:focus\:ring-offset-red-300:focus {
        --tw-ring-offset-color: #fca5a5;
    }

    .lg\:focus\:ring-offset-red-400:focus {
        --tw-ring-offset-color: #f87171;
    }

    .lg\:focus\:ring-offset-red-500:focus {
        --tw-ring-offset-color: #ef4444;
    }

    .lg\:focus\:ring-offset-red-600:focus {
        --tw-ring-offset-color: #dc2626;
    }

    .lg\:focus\:ring-offset-red-700:focus {
        --tw-ring-offset-color: #b91c1c;
    }

    .lg\:focus\:ring-offset-red-800:focus {
        --tw-ring-offset-color: #991b1b;
    }

    .lg\:focus\:ring-offset-red-900:focus {
        --tw-ring-offset-color: #7f1d1d;
    }

    .lg\:focus\:ring-offset-yellow:focus {
        --tw-ring-offset-color: #ed9143;
    }

    .lg\:focus\:ring-offset-green:focus {
        --tw-ring-offset-color: #7bbc00;
    }

    .lg\:focus\:ring-offset-blue:focus {
        --tw-ring-offset-color: #5ba4dc;
    }

    .lg\:focus\:ring-offset-indigo-50:focus {
        --tw-ring-offset-color: #eef2ff;
    }

    .lg\:focus\:ring-offset-indigo-100:focus {
        --tw-ring-offset-color: #e0e7ff;
    }

    .lg\:focus\:ring-offset-indigo-200:focus {
        --tw-ring-offset-color: #c7d2fe;
    }

    .lg\:focus\:ring-offset-indigo-300:focus {
        --tw-ring-offset-color: #a5b4fc;
    }

    .lg\:focus\:ring-offset-indigo-400:focus {
        --tw-ring-offset-color: #818cf8;
    }

    .lg\:focus\:ring-offset-indigo-500:focus {
        --tw-ring-offset-color: #6366f1;
    }

    .lg\:focus\:ring-offset-indigo-600:focus {
        --tw-ring-offset-color: #4f46e5;
    }

    .lg\:focus\:ring-offset-indigo-700:focus {
        --tw-ring-offset-color: #4338ca;
    }

    .lg\:focus\:ring-offset-indigo-800:focus {
        --tw-ring-offset-color: #3730a3;
    }

    .lg\:focus\:ring-offset-indigo-900:focus {
        --tw-ring-offset-color: #312e81;
    }

    .lg\:focus\:ring-offset-purple:focus {
        --tw-ring-offset-color: #6847c3;
    }

    .lg\:focus\:ring-offset-pink:focus {
        --tw-ring-offset-color: #850737;
    }

    .lg\:focus\:ring-offset-primary:focus {
        --tw-ring-offset-color: #6E6E6E;
    }

    .lg\:focus\:ring-offset-secondary:focus {
        --tw-ring-offset-color: #ededed;
    }

    .lg\:focus\:ring-offset-body_bg:focus {
        --tw-ring-offset-color: #ffffff;
    }

    .lg\:focus\:ring-offset-body_text:focus {
        --tw-ring-offset-color: #4a4349;
    }

    .lg\:focus\:ring-offset-title:focus {
        --tw-ring-offset-color: #3fb2cf;
    }

    .lg\:focus\:ring-offset-grey:focus {
        --tw-ring-offset-color: #524A51;
    }

    .lg\:focus\:ring-offset-dark_grey:focus {
        --tw-ring-offset-color: #4a4349;
    }

    .lg\:focus\:ring-offset-light_grey:focus {
        --tw-ring-offset-color: #B7B7B7;
    }

    .lg\:focus\:ring-offset-medium_grey:focus {
        --tw-ring-offset-color: #575156;
    }

    .lg\:focus\:ring-offset-lightten_grey:focus {
        --tw-ring-offset-color: #C6C6C6;
    }

    .lg\:focus\:ring-offset-grey_300:focus {
        --tw-ring-offset-color: #d3d3d3;
    }

    .lg\:focus\:ring-offset-grey_400:focus {
        --tw-ring-offset-color: #b7b7b7;
    }

    .lg\:focus\:ring-offset-medium_blue:focus {
        --tw-ring-offset-color: #45cdfc;
    }

    .lg\:focus\:ring-offset-dark_blue:focus {
        --tw-ring-offset-color: #0080ac;
    }

    .lg\:focus\:ring-offset-text_blue:focus {
        --tw-ring-offset-color: #3FB2CF;
    }

    .lg\:focus\:ring-offset-footer_bg:focus {
        --tw-ring-offset-color: #464646;
    }

    .lg\:focus\:ring-offset-brown:focus {
        --tw-ring-offset-color: #805300;
    }

    .lg\:focus\:ring-offset-dark_brown:focus {
        --tw-ring-offset-color: #874433;
    }

    .lg\:focus\:ring-offset-Light_purple:focus {
        --tw-ring-offset-color: #65479b;
    }

    .lg\:focus\:ring-offset-dark_green:focus {
        --tw-ring-offset-color: #479b51;
    }

    .lg\:focus\:ring-offset-medium_green:focus {
        --tw-ring-offset-color: #3aac2b;
    }

    .lg\:focus\:ring-offset-light_green:focus {
        --tw-ring-offset-color: #9acb3e;
    }

    .lg\:focus\:ring-offset-green_900:focus {
        --tw-ring-offset-color: #396676;
    }

    .lg\:focus\:ring-offset-dark_border:focus {
        --tw-ring-offset-color: #707070;
    }

    .lg\:filter {
        --tw-blur: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-brightness: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-contrast: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-grayscale: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-hue-rotate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-invert: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-saturate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-sepia: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-drop-shadow: var(--tw-empty,
                /*!*/
                /*!*/
            );
        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);
    }

    .lg\:filter-none {
        filter: none;
    }

    .lg\:blur-0 {
        --tw-blur: blur(0);
    }

    .lg\:blur-none {
        --tw-blur: blur(0);
    }

    .lg\:blur-sm {
        --tw-blur: blur(4px);
    }

    .lg\:blur {
        --tw-blur: blur(8px);
    }

    .lg\:blur-md {
        --tw-blur: blur(12px);
    }

    .lg\:blur-lg {
        --tw-blur: blur(16px);
    }

    .lg\:blur-xl {
        --tw-blur: blur(24px);
    }

    .lg\:blur-2xl {
        --tw-blur: blur(40px);
    }

    .lg\:blur-3xl {
        --tw-blur: blur(64px);
    }

    .lg\:brightness-0 {
        --tw-brightness: brightness(0);
    }

    .lg\:brightness-50 {
        --tw-brightness: brightness(.5);
    }

    .lg\:brightness-75 {
        --tw-brightness: brightness(.75);
    }

    .lg\:brightness-90 {
        --tw-brightness: brightness(.9);
    }

    .lg\:brightness-95 {
        --tw-brightness: brightness(.95);
    }

    .lg\:brightness-100 {
        --tw-brightness: brightness(1);
    }

    .lg\:brightness-105 {
        --tw-brightness: brightness(1.05);
    }

    .lg\:brightness-110 {
        --tw-brightness: brightness(1.1);
    }

    .lg\:brightness-125 {
        --tw-brightness: brightness(1.25);
    }

    .lg\:brightness-150 {
        --tw-brightness: brightness(1.5);
    }

    .lg\:brightness-200 {
        --tw-brightness: brightness(2);
    }

    .lg\:contrast-0 {
        --tw-contrast: contrast(0);
    }

    .lg\:contrast-50 {
        --tw-contrast: contrast(.5);
    }

    .lg\:contrast-75 {
        --tw-contrast: contrast(.75);
    }

    .lg\:contrast-100 {
        --tw-contrast: contrast(1);
    }

    .lg\:contrast-125 {
        --tw-contrast: contrast(1.25);
    }

    .lg\:contrast-150 {
        --tw-contrast: contrast(1.5);
    }

    .lg\:contrast-200 {
        --tw-contrast: contrast(2);
    }

    .lg\:drop-shadow-sm {
        --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
    }

    .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));
    }

    .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));
    }

    .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));
    }

    .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));
    }

    .lg\:drop-shadow-2xl {
        --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
    }

    .lg\:drop-shadow-none {
        --tw-drop-shadow: drop-shadow(0 0 #0000);
    }

    .lg\:grayscale-0 {
        --tw-grayscale: grayscale(0);
    }

    .lg\:grayscale {
        --tw-grayscale: grayscale(100%);
    }

    .lg\:hue-rotate-0 {
        --tw-hue-rotate: hue-rotate(0deg);
    }

    .lg\:hue-rotate-15 {
        --tw-hue-rotate: hue-rotate(15deg);
    }

    .lg\:hue-rotate-30 {
        --tw-hue-rotate: hue-rotate(30deg);
    }

    .lg\:hue-rotate-60 {
        --tw-hue-rotate: hue-rotate(60deg);
    }

    .lg\:hue-rotate-90 {
        --tw-hue-rotate: hue-rotate(90deg);
    }

    .lg\:hue-rotate-180 {
        --tw-hue-rotate: hue-rotate(180deg);
    }

    .lg\:-hue-rotate-180 {
        --tw-hue-rotate: hue-rotate(-180deg);
    }

    .lg\:-hue-rotate-90 {
        --tw-hue-rotate: hue-rotate(-90deg);
    }

    .lg\:-hue-rotate-60 {
        --tw-hue-rotate: hue-rotate(-60deg);
    }

    .lg\:-hue-rotate-30 {
        --tw-hue-rotate: hue-rotate(-30deg);
    }

    .lg\:-hue-rotate-15 {
        --tw-hue-rotate: hue-rotate(-15deg);
    }

    .lg\:invert-0 {
        --tw-invert: invert(0);
    }

    .lg\:invert {
        --tw-invert: invert(100%);
    }

    .lg\:saturate-0 {
        --tw-saturate: saturate(0);
    }

    .lg\:saturate-50 {
        --tw-saturate: saturate(.5);
    }

    .lg\:saturate-100 {
        --tw-saturate: saturate(1);
    }

    .lg\:saturate-150 {
        --tw-saturate: saturate(1.5);
    }

    .lg\:saturate-200 {
        --tw-saturate: saturate(2);
    }

    .lg\:sepia-0 {
        --tw-sepia: sepia(0);
    }

    .lg\:sepia {
        --tw-sepia: sepia(100%);
    }

    .lg\:backdrop-filter {
        --tw-backdrop-blur: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-brightness: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-contrast: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-grayscale: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-hue-rotate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-invert: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-opacity: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-saturate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-sepia: var(--tw-empty,
                /*!*/
                /*!*/
            );
        -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
        backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    }

    .lg\:backdrop-filter-none {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .lg\:backdrop-blur-0 {
        --tw-backdrop-blur: blur(0);
    }

    .lg\:backdrop-blur-none {
        --tw-backdrop-blur: blur(0);
    }

    .lg\:backdrop-blur-sm {
        --tw-backdrop-blur: blur(4px);
    }

    .lg\:backdrop-blur {
        --tw-backdrop-blur: blur(8px);
    }

    .lg\:backdrop-blur-md {
        --tw-backdrop-blur: blur(12px);
    }

    .lg\:backdrop-blur-lg {
        --tw-backdrop-blur: blur(16px);
    }

    .lg\:backdrop-blur-xl {
        --tw-backdrop-blur: blur(24px);
    }

    .lg\:backdrop-blur-2xl {
        --tw-backdrop-blur: blur(40px);
    }

    .lg\:backdrop-blur-3xl {
        --tw-backdrop-blur: blur(64px);
    }

    .lg\:backdrop-brightness-0 {
        --tw-backdrop-brightness: brightness(0);
    }

    .lg\:backdrop-brightness-50 {
        --tw-backdrop-brightness: brightness(.5);
    }

    .lg\:backdrop-brightness-75 {
        --tw-backdrop-brightness: brightness(.75);
    }

    .lg\:backdrop-brightness-90 {
        --tw-backdrop-brightness: brightness(.9);
    }

    .lg\:backdrop-brightness-95 {
        --tw-backdrop-brightness: brightness(.95);
    }

    .lg\:backdrop-brightness-100 {
        --tw-backdrop-brightness: brightness(1);
    }

    .lg\:backdrop-brightness-105 {
        --tw-backdrop-brightness: brightness(1.05);
    }

    .lg\:backdrop-brightness-110 {
        --tw-backdrop-brightness: brightness(1.1);
    }

    .lg\:backdrop-brightness-125 {
        --tw-backdrop-brightness: brightness(1.25);
    }

    .lg\:backdrop-brightness-150 {
        --tw-backdrop-brightness: brightness(1.5);
    }

    .lg\:backdrop-brightness-200 {
        --tw-backdrop-brightness: brightness(2);
    }

    .lg\:backdrop-contrast-0 {
        --tw-backdrop-contrast: contrast(0);
    }

    .lg\:backdrop-contrast-50 {
        --tw-backdrop-contrast: contrast(.5);
    }

    .lg\:backdrop-contrast-75 {
        --tw-backdrop-contrast: contrast(.75);
    }

    .lg\:backdrop-contrast-100 {
        --tw-backdrop-contrast: contrast(1);
    }

    .lg\:backdrop-contrast-125 {
        --tw-backdrop-contrast: contrast(1.25);
    }

    .lg\:backdrop-contrast-150 {
        --tw-backdrop-contrast: contrast(1.5);
    }

    .lg\:backdrop-contrast-200 {
        --tw-backdrop-contrast: contrast(2);
    }

    .lg\:backdrop-grayscale-0 {
        --tw-backdrop-grayscale: grayscale(0);
    }

    .lg\:backdrop-grayscale {
        --tw-backdrop-grayscale: grayscale(100%);
    }

    .lg\:backdrop-hue-rotate-0 {
        --tw-backdrop-hue-rotate: hue-rotate(0deg);
    }

    .lg\:backdrop-hue-rotate-15 {
        --tw-backdrop-hue-rotate: hue-rotate(15deg);
    }

    .lg\:backdrop-hue-rotate-30 {
        --tw-backdrop-hue-rotate: hue-rotate(30deg);
    }

    .lg\:backdrop-hue-rotate-60 {
        --tw-backdrop-hue-rotate: hue-rotate(60deg);
    }

    .lg\:backdrop-hue-rotate-90 {
        --tw-backdrop-hue-rotate: hue-rotate(90deg);
    }

    .lg\:backdrop-hue-rotate-180 {
        --tw-backdrop-hue-rotate: hue-rotate(180deg);
    }

    .lg\:-backdrop-hue-rotate-180 {
        --tw-backdrop-hue-rotate: hue-rotate(-180deg);
    }

    .lg\:-backdrop-hue-rotate-90 {
        --tw-backdrop-hue-rotate: hue-rotate(-90deg);
    }

    .lg\:-backdrop-hue-rotate-60 {
        --tw-backdrop-hue-rotate: hue-rotate(-60deg);
    }

    .lg\:-backdrop-hue-rotate-30 {
        --tw-backdrop-hue-rotate: hue-rotate(-30deg);
    }

    .lg\:-backdrop-hue-rotate-15 {
        --tw-backdrop-hue-rotate: hue-rotate(-15deg);
    }

    .lg\:backdrop-invert-0 {
        --tw-backdrop-invert: invert(0);
    }

    .lg\:backdrop-invert {
        --tw-backdrop-invert: invert(100%);
    }

    .lg\:backdrop-opacity-0 {
        --tw-backdrop-opacity: opacity(0);
    }

    .lg\:backdrop-opacity-5 {
        --tw-backdrop-opacity: opacity(0.05);
    }

    .lg\:backdrop-opacity-10 {
        --tw-backdrop-opacity: opacity(0.1);
    }

    .lg\:backdrop-opacity-20 {
        --tw-backdrop-opacity: opacity(0.2);
    }

    .lg\:backdrop-opacity-25 {
        --tw-backdrop-opacity: opacity(0.25);
    }

    .lg\:backdrop-opacity-30 {
        --tw-backdrop-opacity: opacity(0.3);
    }

    .lg\:backdrop-opacity-40 {
        --tw-backdrop-opacity: opacity(0.4);
    }

    .lg\:backdrop-opacity-50 {
        --tw-backdrop-opacity: opacity(0.5);
    }

    .lg\:backdrop-opacity-60 {
        --tw-backdrop-opacity: opacity(0.6);
    }

    .lg\:backdrop-opacity-70 {
        --tw-backdrop-opacity: opacity(0.7);
    }

    .lg\:backdrop-opacity-75 {
        --tw-backdrop-opacity: opacity(0.75);
    }

    .lg\:backdrop-opacity-80 {
        --tw-backdrop-opacity: opacity(0.8);
    }

    .lg\:backdrop-opacity-90 {
        --tw-backdrop-opacity: opacity(0.9);
    }

    .lg\:backdrop-opacity-95 {
        --tw-backdrop-opacity: opacity(0.95);
    }

    .lg\:backdrop-opacity-100 {
        --tw-backdrop-opacity: opacity(1);
    }

    .lg\:backdrop-saturate-0 {
        --tw-backdrop-saturate: saturate(0);
    }

    .lg\:backdrop-saturate-50 {
        --tw-backdrop-saturate: saturate(.5);
    }

    .lg\:backdrop-saturate-100 {
        --tw-backdrop-saturate: saturate(1);
    }

    .lg\:backdrop-saturate-150 {
        --tw-backdrop-saturate: saturate(1.5);
    }

    .lg\:backdrop-saturate-200 {
        --tw-backdrop-saturate: saturate(2);
    }

    .lg\:backdrop-sepia-0 {
        --tw-backdrop-sepia: sepia(0);
    }

    .lg\:backdrop-sepia {
        --tw-backdrop-sepia: sepia(100%);
    }

    .lg\:transition-none {
        transition-property: none;
    }

    .lg\:transition-all {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .lg\:transition {
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .lg\:transition-colors {
        transition-property: background-color, border-color, color, fill, stroke;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .lg\:transition-opacity {
        transition-property: opacity;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .lg\:transition-shadow {
        transition-property: box-shadow;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .lg\:transition-transform {
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .lg\:delay-75 {
        transition-delay: 75ms;
    }

    .lg\:delay-100 {
        transition-delay: 100ms;
    }

    .lg\:delay-150 {
        transition-delay: 150ms;
    }

    .lg\:delay-200 {
        transition-delay: 200ms;
    }

    .lg\:delay-300 {
        transition-delay: 300ms;
    }

    .lg\:delay-500 {
        transition-delay: 500ms;
    }

    .lg\:delay-700 {
        transition-delay: 700ms;
    }

    .lg\:delay-1000 {
        transition-delay: 1000ms;
    }

    .lg\:duration-75 {
        transition-duration: 75ms;
    }

    .lg\:duration-100 {
        transition-duration: 100ms;
    }

    .lg\:duration-150 {
        transition-duration: 150ms;
    }

    .lg\:duration-200 {
        transition-duration: 200ms;
    }

    .lg\:duration-300 {
        transition-duration: 300ms;
    }

    .lg\:duration-500 {
        transition-duration: 500ms;
    }

    .lg\:duration-700 {
        transition-duration: 700ms;
    }

    .lg\:duration-1000 {
        transition-duration: 1000ms;
    }

    .lg\:ease-linear {
        transition-timing-function: linear;
    }

    .lg\:ease-in {
        transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    }

    .lg\:ease-out {
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }

    .lg\:ease-in-out {
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
}

@media (min-width: 1280px) {
    .xl\:container {
        width: 100%;
    }

    @media (min-width: 100%) {
        .xl\:container {
            max-width: 100%;
        }
    }

    @media (min-width: 1232px) {
        .xl\:container {
            max-width: 1232px;
        }
    }

    .xl\:sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

    .xl\:not-sr-only {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }

    .xl\:focus-within\:sr-only:focus-within {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

    .xl\:focus-within\:not-sr-only:focus-within {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }

    .xl\:focus\:sr-only:focus {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

    .xl\:focus\:not-sr-only:focus {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }

    .xl\:pointer-events-none {
        pointer-events: none;
    }

    .xl\:pointer-events-auto {
        pointer-events: auto;
    }

    .xl\:visible {
        visibility: visible;
    }

    .xl\:invisible {
        visibility: hidden;
    }

    .xl\:static {
        position: static;
    }

    .xl\:fixed {
        position: fixed;
    }

    .xl\:absolute {
        position: absolute;
    }

    .xl\:relative {
        position: relative;
    }

    .xl\:sticky {
        position: sticky;
    }

    .xl\:inset-0 {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }

    .xl\:inset-1 {
        top: 0.25rem;
        right: 0.25rem;
        bottom: 0.25rem;
        left: 0.25rem;
    }

    .xl\:inset-2 {
        top: 0.5rem;
        right: 0.5rem;
        bottom: 0.5rem;
        left: 0.5rem;
    }

    .xl\:inset-3 {
        top: 0.75rem;
        right: 0.75rem;
        bottom: 0.75rem;
        left: 0.75rem;
    }

    .xl\:inset-4 {
        top: 1rem;
        right: 1rem;
        bottom: 1rem;
        left: 1rem;
    }

    .xl\:inset-5 {
        top: 1.25rem;
        right: 1.25rem;
        bottom: 1.25rem;
        left: 1.25rem;
    }

    .xl\:inset-6 {
        top: 1.5rem;
        right: 1.5rem;
        bottom: 1.5rem;
        left: 1.5rem;
    }

    .xl\:inset-7 {
        top: 1.75rem;
        right: 1.75rem;
        bottom: 1.75rem;
        left: 1.75rem;
    }

    .xl\:inset-8 {
        top: 2rem;
        right: 2rem;
        bottom: 2rem;
        left: 2rem;
    }

    .xl\:inset-9 {
        top: 2.25rem;
        right: 2.25rem;
        bottom: 2.25rem;
        left: 2.25rem;
    }

    .xl\:inset-10 {
        top: 2.5rem;
        right: 2.5rem;
        bottom: 2.5rem;
        left: 2.5rem;
    }

    .xl\:inset-11 {
        top: 2.75rem;
        right: 2.75rem;
        bottom: 2.75rem;
        left: 2.75rem;
    }

    .xl\:inset-12 {
        top: 3rem;
        right: 3rem;
        bottom: 3rem;
        left: 3rem;
    }

    .xl\:inset-14 {
        top: 3.5rem;
        right: 3.5rem;
        bottom: 3.5rem;
        left: 3.5rem;
    }

    .xl\:inset-16 {
        top: 4rem;
        right: 4rem;
        bottom: 4rem;
        left: 4rem;
    }

    .xl\:inset-18 {
        top: 4.375rem;
        right: 4.375rem;
        bottom: 4.375rem;
        left: 4.375rem;
    }

    .xl\:inset-19 {
        top: 76px;
        right: 76px;
        bottom: 76px;
        left: 76px;
    }

    .xl\:inset-20 {
        top: 5rem;
        right: 5rem;
        bottom: 5rem;
        left: 5rem;
    }

    .xl\:inset-24 {
        top: 6rem;
        right: 6rem;
        bottom: 6rem;
        left: 6rem;
    }

    .xl\:inset-28 {
        top: 7rem;
        right: 7rem;
        bottom: 7rem;
        left: 7rem;
    }

    .xl\:inset-30 {
        top: 120px;
        right: 120px;
        bottom: 120px;
        left: 120px;
    }

    .xl\:inset-32 {
        top: 8rem;
        right: 8rem;
        bottom: 8rem;
        left: 8rem;
    }

    .xl\:inset-36 {
        top: 9rem;
        right: 9rem;
        bottom: 9rem;
        left: 9rem;
    }

    .xl\:inset-40 {
        top: 10rem;
        right: 10rem;
        bottom: 10rem;
        left: 10rem;
    }

    .xl\:inset-44 {
        top: 11rem;
        right: 11rem;
        bottom: 11rem;
        left: 11rem;
    }

    .xl\:inset-48 {
        top: 12rem;
        right: 12rem;
        bottom: 12rem;
        left: 12rem;
    }

    .xl\:inset-52 {
        top: 13rem;
        right: 13rem;
        bottom: 13rem;
        left: 13rem;
    }

    .xl\:inset-56 {
        top: 14rem;
        right: 14rem;
        bottom: 14rem;
        left: 14rem;
    }

    .xl\:inset-60 {
        top: 15rem;
        right: 15rem;
        bottom: 15rem;
        left: 15rem;
    }

    .xl\:inset-64 {
        top: 16rem;
        right: 16rem;
        bottom: 16rem;
        left: 16rem;
    }

    .xl\:inset-72 {
        top: 18rem;
        right: 18rem;
        bottom: 18rem;
        left: 18rem;
    }

    .xl\:inset-80 {
        top: 20rem;
        right: 20rem;
        bottom: 20rem;
        left: 20rem;
    }

    .xl\:inset-96 {
        top: 24rem;
        right: 24rem;
        bottom: 24rem;
        left: 24rem;
    }

    .xl\:inset-auto {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }

    .xl\:inset-px {
        top: 1px;
        right: 1px;
        bottom: 1px;
        left: 1px;
    }

    .xl\:inset-0\.5 {
        top: 0.125rem;
        right: 0.125rem;
        bottom: 0.125rem;
        left: 0.125rem;
    }

    .xl\:inset-1\.5 {
        top: 0.375rem;
        right: 0.375rem;
        bottom: 0.375rem;
        left: 0.375rem;
    }

    .xl\:inset-2\.5 {
        top: 0.625rem;
        right: 0.625rem;
        bottom: 0.625rem;
        left: 0.625rem;
    }

    .xl\:inset-3\.5 {
        top: 0.875rem;
        right: 0.875rem;
        bottom: 0.875rem;
        left: 0.875rem;
    }

    .xl\:inset-5p {
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
    }

    .xl\:inset-10p {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }

    .xl\:inset-14p {
        top: 14px;
        right: 14px;
        bottom: 14px;
        left: 14px;
    }

    .xl\:inset-15p {
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
    }

    .xl\:inset-15_2 {
        top: 60px;
        right: 60px;
        bottom: 60px;
        left: 60px;
    }

    .xl\:inset-16_1 {
        top: 52px;
        right: 52px;
        bottom: 52px;
        left: 52px;
    }

    .xl\:inset-16p {
        top: 16px;
        right: 16px;
        bottom: 16px;
        left: 16px;
    }

    .xl\:inset-25p {
        top: 25px;
        right: 25px;
        bottom: 25px;
        left: 25px;
    }

    .xl\:inset-48p {
        top: 48%;
        right: 48%;
        bottom: 48%;
        left: 48%;
    }

    .xl\:inset-52p {
        top: 52%;
        right: 52%;
        bottom: 52%;
        left: 52%;
    }

    .xl\:-inset-0 {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }

    .xl\:-inset-1 {
        top: -0.25rem;
        right: -0.25rem;
        bottom: -0.25rem;
        left: -0.25rem;
    }

    .xl\:-inset-2 {
        top: -0.5rem;
        right: -0.5rem;
        bottom: -0.5rem;
        left: -0.5rem;
    }

    .xl\:-inset-3 {
        top: -0.75rem;
        right: -0.75rem;
        bottom: -0.75rem;
        left: -0.75rem;
    }

    .xl\:-inset-4 {
        top: -1rem;
        right: -1rem;
        bottom: -1rem;
        left: -1rem;
    }

    .xl\:-inset-5 {
        top: -1.25rem;
        right: -1.25rem;
        bottom: -1.25rem;
        left: -1.25rem;
    }

    .xl\:-inset-6 {
        top: -1.5rem;
        right: -1.5rem;
        bottom: -1.5rem;
        left: -1.5rem;
    }

    .xl\:-inset-7 {
        top: -1.75rem;
        right: -1.75rem;
        bottom: -1.75rem;
        left: -1.75rem;
    }

    .xl\:-inset-8 {
        top: -2rem;
        right: -2rem;
        bottom: -2rem;
        left: -2rem;
    }

    .xl\:-inset-9 {
        top: -2.25rem;
        right: -2.25rem;
        bottom: -2.25rem;
        left: -2.25rem;
    }

    .xl\:-inset-10 {
        top: -2.5rem;
        right: -2.5rem;
        bottom: -2.5rem;
        left: -2.5rem;
    }

    .xl\:-inset-11 {
        top: -2.75rem;
        right: -2.75rem;
        bottom: -2.75rem;
        left: -2.75rem;
    }

    .xl\:-inset-12 {
        top: -3rem;
        right: -3rem;
        bottom: -3rem;
        left: -3rem;
    }

    .xl\:-inset-14 {
        top: -3.5rem;
        right: -3.5rem;
        bottom: -3.5rem;
        left: -3.5rem;
    }

    .xl\:-inset-16 {
        top: -4rem;
        right: -4rem;
        bottom: -4rem;
        left: -4rem;
    }

    .xl\:-inset-18 {
        top: -4.375rem;
        right: -4.375rem;
        bottom: -4.375rem;
        left: -4.375rem;
    }

    .xl\:-inset-19 {
        top: -76px;
        right: -76px;
        bottom: -76px;
        left: -76px;
    }

    .xl\:-inset-20 {
        top: -5rem;
        right: -5rem;
        bottom: -5rem;
        left: -5rem;
    }

    .xl\:-inset-24 {
        top: -6rem;
        right: -6rem;
        bottom: -6rem;
        left: -6rem;
    }

    .xl\:-inset-28 {
        top: -7rem;
        right: -7rem;
        bottom: -7rem;
        left: -7rem;
    }

    .xl\:-inset-30 {
        top: -120px;
        right: -120px;
        bottom: -120px;
        left: -120px;
    }

    .xl\:-inset-32 {
        top: -8rem;
        right: -8rem;
        bottom: -8rem;
        left: -8rem;
    }

    .xl\:-inset-36 {
        top: -9rem;
        right: -9rem;
        bottom: -9rem;
        left: -9rem;
    }

    .xl\:-inset-40 {
        top: -10rem;
        right: -10rem;
        bottom: -10rem;
        left: -10rem;
    }

    .xl\:-inset-44 {
        top: -11rem;
        right: -11rem;
        bottom: -11rem;
        left: -11rem;
    }

    .xl\:-inset-48 {
        top: -12rem;
        right: -12rem;
        bottom: -12rem;
        left: -12rem;
    }

    .xl\:-inset-52 {
        top: -13rem;
        right: -13rem;
        bottom: -13rem;
        left: -13rem;
    }

    .xl\:-inset-56 {
        top: -14rem;
        right: -14rem;
        bottom: -14rem;
        left: -14rem;
    }

    .xl\:-inset-60 {
        top: -15rem;
        right: -15rem;
        bottom: -15rem;
        left: -15rem;
    }

    .xl\:-inset-64 {
        top: -16rem;
        right: -16rem;
        bottom: -16rem;
        left: -16rem;
    }

    .xl\:-inset-72 {
        top: -18rem;
        right: -18rem;
        bottom: -18rem;
        left: -18rem;
    }

    .xl\:-inset-80 {
        top: -20rem;
        right: -20rem;
        bottom: -20rem;
        left: -20rem;
    }

    .xl\:-inset-96 {
        top: -24rem;
        right: -24rem;
        bottom: -24rem;
        left: -24rem;
    }

    .xl\:-inset-px {
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
    }

    .xl\:-inset-0\.5 {
        top: -0.125rem;
        right: -0.125rem;
        bottom: -0.125rem;
        left: -0.125rem;
    }

    .xl\:-inset-1\.5 {
        top: -0.375rem;
        right: -0.375rem;
        bottom: -0.375rem;
        left: -0.375rem;
    }

    .xl\:-inset-2\.5 {
        top: -0.625rem;
        right: -0.625rem;
        bottom: -0.625rem;
        left: -0.625rem;
    }

    .xl\:-inset-3\.5 {
        top: -0.875rem;
        right: -0.875rem;
        bottom: -0.875rem;
        left: -0.875rem;
    }

    .xl\:-inset-5p {
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
    }

    .xl\:-inset-10p {
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
    }

    .xl\:-inset-14p {
        top: -14px;
        right: -14px;
        bottom: -14px;
        left: -14px;
    }

    .xl\:-inset-15p {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
    }

    .xl\:-inset-15_2 {
        top: -60px;
        right: -60px;
        bottom: -60px;
        left: -60px;
    }

    .xl\:-inset-16_1 {
        top: -52px;
        right: -52px;
        bottom: -52px;
        left: -52px;
    }

    .xl\:-inset-16p {
        top: -16px;
        right: -16px;
        bottom: -16px;
        left: -16px;
    }

    .xl\:-inset-25p {
        top: -25px;
        right: -25px;
        bottom: -25px;
        left: -25px;
    }

    .xl\:-inset-48p {
        top: -48%;
        right: -48%;
        bottom: -48%;
        left: -48%;
    }

    .xl\:-inset-52p {
        top: -52%;
        right: -52%;
        bottom: -52%;
        left: -52%;
    }

    .xl\:inset-1\/2 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }

    .xl\:inset-1\/3 {
        top: 33.333333%;
        right: 33.333333%;
        bottom: 33.333333%;
        left: 33.333333%;
    }

    .xl\:inset-2\/3 {
        top: 66.666667%;
        right: 66.666667%;
        bottom: 66.666667%;
        left: 66.666667%;
    }

    .xl\:inset-1\/4 {
        top: 25%;
        right: 25%;
        bottom: 25%;
        left: 25%;
    }

    .xl\:inset-2\/4 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }

    .xl\:inset-3\/4 {
        top: 75%;
        right: 75%;
        bottom: 75%;
        left: 75%;
    }

    .xl\:inset-full {
        top: 100%;
        right: 100%;
        bottom: 100%;
        left: 100%;
    }

    .xl\:-inset-1\/2 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }

    .xl\:-inset-1\/3 {
        top: -33.333333%;
        right: -33.333333%;
        bottom: -33.333333%;
        left: -33.333333%;
    }

    .xl\:-inset-2\/3 {
        top: -66.666667%;
        right: -66.666667%;
        bottom: -66.666667%;
        left: -66.666667%;
    }

    .xl\:-inset-1\/4 {
        top: -25%;
        right: -25%;
        bottom: -25%;
        left: -25%;
    }

    .xl\:-inset-2\/4 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }

    .xl\:-inset-3\/4 {
        top: -75%;
        right: -75%;
        bottom: -75%;
        left: -75%;
    }

    .xl\:-inset-full {
        top: -100%;
        right: -100%;
        bottom: -100%;
        left: -100%;
    }

    .xl\:inset-x-0 {
        left: 0px;
        right: 0px;
    }

    .xl\:inset-x-1 {
        left: 0.25rem;
        right: 0.25rem;
    }

    .xl\:inset-x-2 {
        left: 0.5rem;
        right: 0.5rem;
    }

    .xl\:inset-x-3 {
        left: 0.75rem;
        right: 0.75rem;
    }

    .xl\:inset-x-4 {
        left: 1rem;
        right: 1rem;
    }

    .xl\:inset-x-5 {
        left: 1.25rem;
        right: 1.25rem;
    }

    .xl\:inset-x-6 {
        left: 1.5rem;
        right: 1.5rem;
    }

    .xl\:inset-x-7 {
        left: 1.75rem;
        right: 1.75rem;
    }

    .xl\:inset-x-8 {
        left: 2rem;
        right: 2rem;
    }

    .xl\:inset-x-9 {
        left: 2.25rem;
        right: 2.25rem;
    }

    .xl\:inset-x-10 {
        left: 2.5rem;
        right: 2.5rem;
    }

    .xl\:inset-x-11 {
        left: 2.75rem;
        right: 2.75rem;
    }

    .xl\:inset-x-12 {
        left: 3rem;
        right: 3rem;
    }

    .xl\:inset-x-14 {
        left: 3.5rem;
        right: 3.5rem;
    }

    .xl\:inset-x-16 {
        left: 4rem;
        right: 4rem;
    }

    .xl\:inset-x-18 {
        left: 4.375rem;
        right: 4.375rem;
    }

    .xl\:inset-x-19 {
        left: 76px;
        right: 76px;
    }

    .xl\:inset-x-20 {
        left: 5rem;
        right: 5rem;
    }

    .xl\:inset-x-24 {
        left: 6rem;
        right: 6rem;
    }

    .xl\:inset-x-28 {
        left: 7rem;
        right: 7rem;
    }

    .xl\:inset-x-30 {
        left: 120px;
        right: 120px;
    }

    .xl\:inset-x-32 {
        left: 8rem;
        right: 8rem;
    }

    .xl\:inset-x-36 {
        left: 9rem;
        right: 9rem;
    }

    .xl\:inset-x-40 {
        left: 10rem;
        right: 10rem;
    }

    .xl\:inset-x-44 {
        left: 11rem;
        right: 11rem;
    }

    .xl\:inset-x-48 {
        left: 12rem;
        right: 12rem;
    }

    .xl\:inset-x-52 {
        left: 13rem;
        right: 13rem;
    }

    .xl\:inset-x-56 {
        left: 14rem;
        right: 14rem;
    }

    .xl\:inset-x-60 {
        left: 15rem;
        right: 15rem;
    }

    .xl\:inset-x-64 {
        left: 16rem;
        right: 16rem;
    }

    .xl\:inset-x-72 {
        left: 18rem;
        right: 18rem;
    }

    .xl\:inset-x-80 {
        left: 20rem;
        right: 20rem;
    }

    .xl\:inset-x-96 {
        left: 24rem;
        right: 24rem;
    }

    .xl\:inset-x-auto {
        left: auto;
        right: auto;
    }

    .xl\:inset-x-px {
        left: 1px;
        right: 1px;
    }

    .xl\:inset-x-0\.5 {
        left: 0.125rem;
        right: 0.125rem;
    }

    .xl\:inset-x-1\.5 {
        left: 0.375rem;
        right: 0.375rem;
    }

    .xl\:inset-x-2\.5 {
        left: 0.625rem;
        right: 0.625rem;
    }

    .xl\:inset-x-3\.5 {
        left: 0.875rem;
        right: 0.875rem;
    }

    .xl\:inset-x-5p {
        left: 5px;
        right: 5px;
    }

    .xl\:inset-x-10p {
        left: 10px;
        right: 10px;
    }

    .xl\:inset-x-14p {
        left: 14px;
        right: 14px;
    }

    .xl\:inset-x-15p {
        left: 15px;
        right: 15px;
    }

    .xl\:inset-x-15_2 {
        left: 60px;
        right: 60px;
    }

    .xl\:inset-x-16_1 {
        left: 52px;
        right: 52px;
    }

    .xl\:inset-x-16p {
        left: 16px;
        right: 16px;
    }

    .xl\:inset-x-25p {
        left: 25px;
        right: 25px;
    }

    .xl\:inset-x-48p {
        left: 48%;
        right: 48%;
    }

    .xl\:inset-x-52p {
        left: 52%;
        right: 52%;
    }

    .xl\:-inset-x-0 {
        left: 0px;
        right: 0px;
    }

    .xl\:-inset-x-1 {
        left: -0.25rem;
        right: -0.25rem;
    }

    .xl\:-inset-x-2 {
        left: -0.5rem;
        right: -0.5rem;
    }

    .xl\:-inset-x-3 {
        left: -0.75rem;
        right: -0.75rem;
    }

    .xl\:-inset-x-4 {
        left: -1rem;
        right: -1rem;
    }

    .xl\:-inset-x-5 {
        left: -1.25rem;
        right: -1.25rem;
    }

    .xl\:-inset-x-6 {
        left: -1.5rem;
        right: -1.5rem;
    }

    .xl\:-inset-x-7 {
        left: -1.75rem;
        right: -1.75rem;
    }

    .xl\:-inset-x-8 {
        left: -2rem;
        right: -2rem;
    }

    .xl\:-inset-x-9 {
        left: -2.25rem;
        right: -2.25rem;
    }

    .xl\:-inset-x-10 {
        left: -2.5rem;
        right: -2.5rem;
    }

    .xl\:-inset-x-11 {
        left: -2.75rem;
        right: -2.75rem;
    }

    .xl\:-inset-x-12 {
        left: -3rem;
        right: -3rem;
    }

    .xl\:-inset-x-14 {
        left: -3.5rem;
        right: -3.5rem;
    }

    .xl\:-inset-x-16 {
        left: -4rem;
        right: -4rem;
    }

    .xl\:-inset-x-18 {
        left: -4.375rem;
        right: -4.375rem;
    }

    .xl\:-inset-x-19 {
        left: -76px;
        right: -76px;
    }

    .xl\:-inset-x-20 {
        left: -5rem;
        right: -5rem;
    }

    .xl\:-inset-x-24 {
        left: -6rem;
        right: -6rem;
    }

    .xl\:-inset-x-28 {
        left: -7rem;
        right: -7rem;
    }

    .xl\:-inset-x-30 {
        left: -120px;
        right: -120px;
    }

    .xl\:-inset-x-32 {
        left: -8rem;
        right: -8rem;
    }

    .xl\:-inset-x-36 {
        left: -9rem;
        right: -9rem;
    }

    .xl\:-inset-x-40 {
        left: -10rem;
        right: -10rem;
    }

    .xl\:-inset-x-44 {
        left: -11rem;
        right: -11rem;
    }

    .xl\:-inset-x-48 {
        left: -12rem;
        right: -12rem;
    }

    .xl\:-inset-x-52 {
        left: -13rem;
        right: -13rem;
    }

    .xl\:-inset-x-56 {
        left: -14rem;
        right: -14rem;
    }

    .xl\:-inset-x-60 {
        left: -15rem;
        right: -15rem;
    }

    .xl\:-inset-x-64 {
        left: -16rem;
        right: -16rem;
    }

    .xl\:-inset-x-72 {
        left: -18rem;
        right: -18rem;
    }

    .xl\:-inset-x-80 {
        left: -20rem;
        right: -20rem;
    }

    .xl\:-inset-x-96 {
        left: -24rem;
        right: -24rem;
    }

    .xl\:-inset-x-px {
        left: -1px;
        right: -1px;
    }

    .xl\:-inset-x-0\.5 {
        left: -0.125rem;
        right: -0.125rem;
    }

    .xl\:-inset-x-1\.5 {
        left: -0.375rem;
        right: -0.375rem;
    }

    .xl\:-inset-x-2\.5 {
        left: -0.625rem;
        right: -0.625rem;
    }

    .xl\:-inset-x-3\.5 {
        left: -0.875rem;
        right: -0.875rem;
    }

    .xl\:-inset-x-5p {
        left: -5px;
        right: -5px;
    }

    .xl\:-inset-x-10p {
        left: -10px;
        right: -10px;
    }

    .xl\:-inset-x-14p {
        left: -14px;
        right: -14px;
    }

    .xl\:-inset-x-15p {
        left: -15px;
        right: -15px;
    }

    .xl\:-inset-x-15_2 {
        left: -60px;
        right: -60px;
    }

    .xl\:-inset-x-16_1 {
        left: -52px;
        right: -52px;
    }

    .xl\:-inset-x-16p {
        left: -16px;
        right: -16px;
    }

    .xl\:-inset-x-25p {
        left: -25px;
        right: -25px;
    }

    .xl\:-inset-x-48p {
        left: -48%;
        right: -48%;
    }

    .xl\:-inset-x-52p {
        left: -52%;
        right: -52%;
    }

    .xl\:inset-x-1\/2 {
        left: 50%;
        right: 50%;
    }

    .xl\:inset-x-1\/3 {
        left: 33.333333%;
        right: 33.333333%;
    }

    .xl\:inset-x-2\/3 {
        left: 66.666667%;
        right: 66.666667%;
    }

    .xl\:inset-x-1\/4 {
        left: 25%;
        right: 25%;
    }

    .xl\:inset-x-2\/4 {
        left: 50%;
        right: 50%;
    }

    .xl\:inset-x-3\/4 {
        left: 75%;
        right: 75%;
    }

    .xl\:inset-x-full {
        left: 100%;
        right: 100%;
    }

    .xl\:-inset-x-1\/2 {
        left: -50%;
        right: -50%;
    }

    .xl\:-inset-x-1\/3 {
        left: -33.333333%;
        right: -33.333333%;
    }

    .xl\:-inset-x-2\/3 {
        left: -66.666667%;
        right: -66.666667%;
    }

    .xl\:-inset-x-1\/4 {
        left: -25%;
        right: -25%;
    }

    .xl\:-inset-x-2\/4 {
        left: -50%;
        right: -50%;
    }

    .xl\:-inset-x-3\/4 {
        left: -75%;
        right: -75%;
    }

    .xl\:-inset-x-full {
        left: -100%;
        right: -100%;
    }

    .xl\:inset-y-0 {
        top: 0px;
        bottom: 0px;
    }

    .xl\:inset-y-1 {
        top: 0.25rem;
        bottom: 0.25rem;
    }

    .xl\:inset-y-2 {
        top: 0.5rem;
        bottom: 0.5rem;
    }

    .xl\:inset-y-3 {
        top: 0.75rem;
        bottom: 0.75rem;
    }

    .xl\:inset-y-4 {
        top: 1rem;
        bottom: 1rem;
    }

    .xl\:inset-y-5 {
        top: 1.25rem;
        bottom: 1.25rem;
    }

    .xl\:inset-y-6 {
        top: 1.5rem;
        bottom: 1.5rem;
    }

    .xl\:inset-y-7 {
        top: 1.75rem;
        bottom: 1.75rem;
    }

    .xl\:inset-y-8 {
        top: 2rem;
        bottom: 2rem;
    }

    .xl\:inset-y-9 {
        top: 2.25rem;
        bottom: 2.25rem;
    }

    .xl\:inset-y-10 {
        top: 2.5rem;
        bottom: 2.5rem;
    }

    .xl\:inset-y-11 {
        top: 2.75rem;
        bottom: 2.75rem;
    }

    .xl\:inset-y-12 {
        top: 3rem;
        bottom: 3rem;
    }

    .xl\:inset-y-14 {
        top: 3.5rem;
        bottom: 3.5rem;
    }

    .xl\:inset-y-16 {
        top: 4rem;
        bottom: 4rem;
    }

    .xl\:inset-y-18 {
        top: 4.375rem;
        bottom: 4.375rem;
    }

    .xl\:inset-y-19 {
        top: 76px;
        bottom: 76px;
    }

    .xl\:inset-y-20 {
        top: 5rem;
        bottom: 5rem;
    }

    .xl\:inset-y-24 {
        top: 6rem;
        bottom: 6rem;
    }

    .xl\:inset-y-28 {
        top: 7rem;
        bottom: 7rem;
    }

    .xl\:inset-y-30 {
        top: 120px;
        bottom: 120px;
    }

    .xl\:inset-y-32 {
        top: 8rem;
        bottom: 8rem;
    }

    .xl\:inset-y-36 {
        top: 9rem;
        bottom: 9rem;
    }

    .xl\:inset-y-40 {
        top: 10rem;
        bottom: 10rem;
    }

    .xl\:inset-y-44 {
        top: 11rem;
        bottom: 11rem;
    }

    .xl\:inset-y-48 {
        top: 12rem;
        bottom: 12rem;
    }

    .xl\:inset-y-52 {
        top: 13rem;
        bottom: 13rem;
    }

    .xl\:inset-y-56 {
        top: 14rem;
        bottom: 14rem;
    }

    .xl\:inset-y-60 {
        top: 15rem;
        bottom: 15rem;
    }

    .xl\:inset-y-64 {
        top: 16rem;
        bottom: 16rem;
    }

    .xl\:inset-y-72 {
        top: 18rem;
        bottom: 18rem;
    }

    .xl\:inset-y-80 {
        top: 20rem;
        bottom: 20rem;
    }

    .xl\:inset-y-96 {
        top: 24rem;
        bottom: 24rem;
    }

    .xl\:inset-y-auto {
        top: auto;
        bottom: auto;
    }

    .xl\:inset-y-px {
        top: 1px;
        bottom: 1px;
    }

    .xl\:inset-y-0\.5 {
        top: 0.125rem;
        bottom: 0.125rem;
    }

    .xl\:inset-y-1\.5 {
        top: 0.375rem;
        bottom: 0.375rem;
    }

    .xl\:inset-y-2\.5 {
        top: 0.625rem;
        bottom: 0.625rem;
    }

    .xl\:inset-y-3\.5 {
        top: 0.875rem;
        bottom: 0.875rem;
    }

    .xl\:inset-y-5p {
        top: 5px;
        bottom: 5px;
    }

    .xl\:inset-y-10p {
        top: 10px;
        bottom: 10px;
    }

    .xl\:inset-y-14p {
        top: 14px;
        bottom: 14px;
    }

    .xl\:inset-y-15p {
        top: 15px;
        bottom: 15px;
    }

    .xl\:inset-y-15_2 {
        top: 60px;
        bottom: 60px;
    }

    .xl\:inset-y-16_1 {
        top: 52px;
        bottom: 52px;
    }

    .xl\:inset-y-16p {
        top: 16px;
        bottom: 16px;
    }

    .xl\:inset-y-25p {
        top: 25px;
        bottom: 25px;
    }

    .xl\:inset-y-48p {
        top: 48%;
        bottom: 48%;
    }

    .xl\:inset-y-52p {
        top: 52%;
        bottom: 52%;
    }

    .xl\:-inset-y-0 {
        top: 0px;
        bottom: 0px;
    }

    .xl\:-inset-y-1 {
        top: -0.25rem;
        bottom: -0.25rem;
    }

    .xl\:-inset-y-2 {
        top: -0.5rem;
        bottom: -0.5rem;
    }

    .xl\:-inset-y-3 {
        top: -0.75rem;
        bottom: -0.75rem;
    }

    .xl\:-inset-y-4 {
        top: -1rem;
        bottom: -1rem;
    }

    .xl\:-inset-y-5 {
        top: -1.25rem;
        bottom: -1.25rem;
    }

    .xl\:-inset-y-6 {
        top: -1.5rem;
        bottom: -1.5rem;
    }

    .xl\:-inset-y-7 {
        top: -1.75rem;
        bottom: -1.75rem;
    }

    .xl\:-inset-y-8 {
        top: -2rem;
        bottom: -2rem;
    }

    .xl\:-inset-y-9 {
        top: -2.25rem;
        bottom: -2.25rem;
    }

    .xl\:-inset-y-10 {
        top: -2.5rem;
        bottom: -2.5rem;
    }

    .xl\:-inset-y-11 {
        top: -2.75rem;
        bottom: -2.75rem;
    }

    .xl\:-inset-y-12 {
        top: -3rem;
        bottom: -3rem;
    }

    .xl\:-inset-y-14 {
        top: -3.5rem;
        bottom: -3.5rem;
    }

    .xl\:-inset-y-16 {
        top: -4rem;
        bottom: -4rem;
    }

    .xl\:-inset-y-18 {
        top: -4.375rem;
        bottom: -4.375rem;
    }

    .xl\:-inset-y-19 {
        top: -76px;
        bottom: -76px;
    }

    .xl\:-inset-y-20 {
        top: -5rem;
        bottom: -5rem;
    }

    .xl\:-inset-y-24 {
        top: -6rem;
        bottom: -6rem;
    }

    .xl\:-inset-y-28 {
        top: -7rem;
        bottom: -7rem;
    }

    .xl\:-inset-y-30 {
        top: -120px;
        bottom: -120px;
    }

    .xl\:-inset-y-32 {
        top: -8rem;
        bottom: -8rem;
    }

    .xl\:-inset-y-36 {
        top: -9rem;
        bottom: -9rem;
    }

    .xl\:-inset-y-40 {
        top: -10rem;
        bottom: -10rem;
    }

    .xl\:-inset-y-44 {
        top: -11rem;
        bottom: -11rem;
    }

    .xl\:-inset-y-48 {
        top: -12rem;
        bottom: -12rem;
    }

    .xl\:-inset-y-52 {
        top: -13rem;
        bottom: -13rem;
    }

    .xl\:-inset-y-56 {
        top: -14rem;
        bottom: -14rem;
    }

    .xl\:-inset-y-60 {
        top: -15rem;
        bottom: -15rem;
    }

    .xl\:-inset-y-64 {
        top: -16rem;
        bottom: -16rem;
    }

    .xl\:-inset-y-72 {
        top: -18rem;
        bottom: -18rem;
    }

    .xl\:-inset-y-80 {
        top: -20rem;
        bottom: -20rem;
    }

    .xl\:-inset-y-96 {
        top: -24rem;
        bottom: -24rem;
    }

    .xl\:-inset-y-px {
        top: -1px;
        bottom: -1px;
    }

    .xl\:-inset-y-0\.5 {
        top: -0.125rem;
        bottom: -0.125rem;
    }

    .xl\:-inset-y-1\.5 {
        top: -0.375rem;
        bottom: -0.375rem;
    }

    .xl\:-inset-y-2\.5 {
        top: -0.625rem;
        bottom: -0.625rem;
    }

    .xl\:-inset-y-3\.5 {
        top: -0.875rem;
        bottom: -0.875rem;
    }

    .xl\:-inset-y-5p {
        top: -5px;
        bottom: -5px;
    }

    .xl\:-inset-y-10p {
        top: -10px;
        bottom: -10px;
    }

    .xl\:-inset-y-14p {
        top: -14px;
        bottom: -14px;
    }

    .xl\:-inset-y-15p {
        top: -15px;
        bottom: -15px;
    }

    .xl\:-inset-y-15_2 {
        top: -60px;
        bottom: -60px;
    }

    .xl\:-inset-y-16_1 {
        top: -52px;
        bottom: -52px;
    }

    .xl\:-inset-y-16p {
        top: -16px;
        bottom: -16px;
    }

    .xl\:-inset-y-25p {
        top: -25px;
        bottom: -25px;
    }

    .xl\:-inset-y-48p {
        top: -48%;
        bottom: -48%;
    }

    .xl\:-inset-y-52p {
        top: -52%;
        bottom: -52%;
    }

    .xl\:inset-y-1\/2 {
        top: 50%;
        bottom: 50%;
    }

    .xl\:inset-y-1\/3 {
        top: 33.333333%;
        bottom: 33.333333%;
    }

    .xl\:inset-y-2\/3 {
        top: 66.666667%;
        bottom: 66.666667%;
    }

    .xl\:inset-y-1\/4 {
        top: 25%;
        bottom: 25%;
    }

    .xl\:inset-y-2\/4 {
        top: 50%;
        bottom: 50%;
    }

    .xl\:inset-y-3\/4 {
        top: 75%;
        bottom: 75%;
    }

    .xl\:inset-y-full {
        top: 100%;
        bottom: 100%;
    }

    .xl\:-inset-y-1\/2 {
        top: -50%;
        bottom: -50%;
    }

    .xl\:-inset-y-1\/3 {
        top: -33.333333%;
        bottom: -33.333333%;
    }

    .xl\:-inset-y-2\/3 {
        top: -66.666667%;
        bottom: -66.666667%;
    }

    .xl\:-inset-y-1\/4 {
        top: -25%;
        bottom: -25%;
    }

    .xl\:-inset-y-2\/4 {
        top: -50%;
        bottom: -50%;
    }

    .xl\:-inset-y-3\/4 {
        top: -75%;
        bottom: -75%;
    }

    .xl\:-inset-y-full {
        top: -100%;
        bottom: -100%;
    }

    .xl\:top-0 {
        top: 0px;
    }

    .xl\:top-1 {
        top: 0.25rem;
    }

    .xl\:top-2 {
        top: 0.5rem;
    }

    .xl\:top-3 {
        top: 0.75rem;
    }

    .xl\:top-4 {
        top: 1rem;
    }

    .xl\:top-5 {
        top: 1.25rem;
    }

    .xl\:top-6 {
        top: 1.5rem;
    }

    .xl\:top-7 {
        top: 1.75rem;
    }

    .xl\:top-8 {
        top: 2rem;
    }

    .xl\:top-9 {
        top: 2.25rem;
    }

    .xl\:top-10 {
        top: 2.5rem;
    }

    .xl\:top-11 {
        top: 2.75rem;
    }

    .xl\:top-12 {
        top: 3rem;
    }

    .xl\:top-14 {
        top: 3.5rem;
    }

    .xl\:top-16 {
        top: 4rem;
    }

    .xl\:top-18 {
        top: 4.375rem;
    }

    .xl\:top-19 {
        top: 76px;
    }

    .xl\:top-20 {
        top: 5rem;
    }

    .xl\:top-24 {
        top: 6rem;
    }

    .xl\:top-28 {
        top: 7rem;
    }

    .xl\:top-30 {
        top: 120px;
    }

    .xl\:top-32 {
        top: 8rem;
    }

    .xl\:top-36 {
        top: 9rem;
    }

    .xl\:top-40 {
        top: 10rem;
    }

    .xl\:top-44 {
        top: 11rem;
    }

    .xl\:top-48 {
        top: 12rem;
    }

    .xl\:top-52 {
        top: 13rem;
    }

    .xl\:top-56 {
        top: 14rem;
    }

    .xl\:top-60 {
        top: 15rem;
    }

    .xl\:top-64 {
        top: 16rem;
    }

    .xl\:top-72 {
        top: 18rem;
    }

    .xl\:top-80 {
        top: 20rem;
    }

    .xl\:top-96 {
        top: 24rem;
    }

    .xl\:top-auto {
        top: auto;
    }

    .xl\:top-px {
        top: 1px;
    }

    .xl\:top-0\.5 {
        top: 0.125rem;
    }

    .xl\:top-1\.5 {
        top: 0.375rem;
    }

    .xl\:top-2\.5 {
        top: 0.625rem;
    }

    .xl\:top-3\.5 {
        top: 0.875rem;
    }

    .xl\:top-5p {
        top: 5px;
    }

    .xl\:top-10p {
        top: 10px;
    }

    .xl\:top-14p {
        top: 14px;
    }

    .xl\:top-15p {
        top: 15px;
    }

    .xl\:top-15_2 {
        top: 60px;
    }

    .xl\:top-16_1 {
        top: 52px;
    }

    .xl\:top-16p {
        top: 16px;
    }

    .xl\:top-25p {
        top: 25px;
    }

    .xl\:top-48p {
        top: 48%;
    }

    .xl\:top-52p {
        top: 52%;
    }

    .xl\:-top-0 {
        top: 0px;
    }

    .xl\:-top-1 {
        top: -0.25rem;
    }

    .xl\:-top-2 {
        top: -0.5rem;
    }

    .xl\:-top-3 {
        top: -0.75rem;
    }

    .xl\:-top-4 {
        top: -1rem;
    }

    .xl\:-top-5 {
        top: -1.25rem;
    }

    .xl\:-top-6 {
        top: -1.5rem;
    }

    .xl\:-top-7 {
        top: -1.75rem;
    }

    .xl\:-top-8 {
        top: -2rem;
    }

    .xl\:-top-9 {
        top: -2.25rem;
    }

    .xl\:-top-10 {
        top: -2.5rem;
    }

    .xl\:-top-11 {
        top: -2.75rem;
    }

    .xl\:-top-12 {
        top: -3rem;
    }

    .xl\:-top-14 {
        top: -3.5rem;
    }

    .xl\:-top-16 {
        top: -4rem;
    }

    .xl\:-top-18 {
        top: -4.375rem;
    }

    .xl\:-top-19 {
        top: -76px;
    }

    .xl\:-top-20 {
        top: -5rem;
    }

    .xl\:-top-24 {
        top: -6rem;
    }

    .xl\:-top-28 {
        top: -7rem;
    }

    .xl\:-top-30 {
        top: -120px;
    }

    .xl\:-top-32 {
        top: -8rem;
    }

    .xl\:-top-36 {
        top: -9rem;
    }

    .xl\:-top-40 {
        top: -10rem;
    }

    .xl\:-top-44 {
        top: -11rem;
    }

    .xl\:-top-48 {
        top: -12rem;
    }

    .xl\:-top-52 {
        top: -13rem;
    }

    .xl\:-top-56 {
        top: -14rem;
    }

    .xl\:-top-60 {
        top: -15rem;
    }

    .xl\:-top-64 {
        top: -16rem;
    }

    .xl\:-top-72 {
        top: -18rem;
    }

    .xl\:-top-80 {
        top: -20rem;
    }

    .xl\:-top-96 {
        top: -24rem;
    }

    .xl\:-top-px {
        top: -1px;
    }

    .xl\:-top-0\.5 {
        top: -0.125rem;
    }

    .xl\:-top-1\.5 {
        top: -0.375rem;
    }

    .xl\:-top-2\.5 {
        top: -0.625rem;
    }

    .xl\:-top-3\.5 {
        top: -0.875rem;
    }

    .xl\:-top-5p {
        top: -5px;
    }

    .xl\:-top-10p {
        top: -10px;
    }

    .xl\:-top-14p {
        top: -14px;
    }

    .xl\:-top-15p {
        top: -15px;
    }

    .xl\:-top-15_2 {
        top: -60px;
    }

    .xl\:-top-16_1 {
        top: -52px;
    }

    .xl\:-top-16p {
        top: -16px;
    }

    .xl\:-top-25p {
        top: -25px;
    }

    .xl\:-top-48p {
        top: -48%;
    }

    .xl\:-top-52p {
        top: -52%;
    }

    .xl\:top-1\/2 {
        top: 50%;
    }

    .xl\:top-1\/3 {
        top: 33.333333%;
    }

    .xl\:top-2\/3 {
        top: 66.666667%;
    }

    .xl\:top-1\/4 {
        top: 25%;
    }

    .xl\:top-2\/4 {
        top: 50%;
    }

    .xl\:top-3\/4 {
        top: 75%;
    }

    .xl\:top-full {
        top: 100%;
    }

    .xl\:-top-1\/2 {
        top: -50%;
    }

    .xl\:-top-1\/3 {
        top: -33.333333%;
    }

    .xl\:-top-2\/3 {
        top: -66.666667%;
    }

    .xl\:-top-1\/4 {
        top: -25%;
    }

    .xl\:-top-2\/4 {
        top: -50%;
    }

    .xl\:-top-3\/4 {
        top: -75%;
    }

    .xl\:-top-full {
        top: -100%;
    }

    .xl\:right-0 {
        right: 0px;
    }

    .xl\:right-1 {
        right: 0.25rem;
    }

    .xl\:right-2 {
        right: 0.5rem;
    }

    .xl\:right-3 {
        right: 0.75rem;
    }

    .xl\:right-4 {
        right: 1rem;
    }

    .xl\:right-5 {
        right: 1.25rem;
    }

    .xl\:right-6 {
        right: 1.5rem;
    }

    .xl\:right-7 {
        right: 1.75rem;
    }

    .xl\:right-8 {
        right: 2rem;
    }

    .xl\:right-9 {
        right: 2.25rem;
    }

    .xl\:right-10 {
        right: 2.5rem;
    }

    .xl\:right-11 {
        right: 2.75rem;
    }

    .xl\:right-12 {
        right: 3rem;
    }

    .xl\:right-14 {
        right: 3.5rem;
    }

    .xl\:right-16 {
        right: 4rem;
    }

    .xl\:right-18 {
        right: 4.375rem;
    }

    .xl\:right-19 {
        right: 76px;
    }

    .xl\:right-20 {
        right: 5rem;
    }

    .xl\:right-24 {
        right: 6rem;
    }

    .xl\:right-28 {
        right: 7rem;
    }

    .xl\:right-30 {
        right: 120px;
    }

    .xl\:right-32 {
        right: 8rem;
    }

    .xl\:right-36 {
        right: 9rem;
    }

    .xl\:right-40 {
        right: 10rem;
    }

    .xl\:right-44 {
        right: 11rem;
    }

    .xl\:right-48 {
        right: 12rem;
    }

    .xl\:right-52 {
        right: 13rem;
    }

    .xl\:right-56 {
        right: 14rem;
    }

    .xl\:right-60 {
        right: 15rem;
    }

    .xl\:right-64 {
        right: 16rem;
    }

    .xl\:right-72 {
        right: 18rem;
    }

    .xl\:right-80 {
        right: 20rem;
    }

    .xl\:right-96 {
        right: 24rem;
    }

    .xl\:right-auto {
        right: auto;
    }

    .xl\:right-px {
        right: 1px;
    }

    .xl\:right-0\.5 {
        right: 0.125rem;
    }

    .xl\:right-1\.5 {
        right: 0.375rem;
    }

    .xl\:right-2\.5 {
        right: 0.625rem;
    }

    .xl\:right-3\.5 {
        right: 0.875rem;
    }

    .xl\:right-5p {
        right: 5px;
    }

    .xl\:right-10p {
        right: 10px;
    }

    .xl\:right-14p {
        right: 14px;
    }

    .xl\:right-15p {
        right: 15px;
    }

    .xl\:right-15_2 {
        right: 60px;
    }

    .xl\:right-16_1 {
        right: 52px;
    }

    .xl\:right-16p {
        right: 16px;
    }

    .xl\:right-25p {
        right: 25px;
    }

    .xl\:right-48p {
        right: 48%;
    }

    .xl\:right-52p {
        right: 52%;
    }

    .xl\:-right-0 {
        right: 0px;
    }

    .xl\:-right-1 {
        right: -0.25rem;
    }

    .xl\:-right-2 {
        right: -0.5rem;
    }

    .xl\:-right-3 {
        right: -0.75rem;
    }

    .xl\:-right-4 {
        right: -1rem;
    }

    .xl\:-right-5 {
        right: -1.25rem;
    }

    .xl\:-right-6 {
        right: -1.5rem;
    }

    .xl\:-right-7 {
        right: -1.75rem;
    }

    .xl\:-right-8 {
        right: -2rem;
    }

    .xl\:-right-9 {
        right: -2.25rem;
    }

    .xl\:-right-10 {
        right: -2.5rem;
    }

    .xl\:-right-11 {
        right: -2.75rem;
    }

    .xl\:-right-12 {
        right: -3rem;
    }

    .xl\:-right-14 {
        right: -3.5rem;
    }

    .xl\:-right-16 {
        right: -4rem;
    }

    .xl\:-right-18 {
        right: -4.375rem;
    }

    .xl\:-right-19 {
        right: -76px;
    }

    .xl\:-right-20 {
        right: -5rem;
    }

    .xl\:-right-24 {
        right: -6rem;
    }

    .xl\:-right-28 {
        right: -7rem;
    }

    .xl\:-right-30 {
        right: -120px;
    }

    .xl\:-right-32 {
        right: -8rem;
    }

    .xl\:-right-36 {
        right: -9rem;
    }

    .xl\:-right-40 {
        right: -10rem;
    }

    .xl\:-right-44 {
        right: -11rem;
    }

    .xl\:-right-48 {
        right: -12rem;
    }

    .xl\:-right-52 {
        right: -13rem;
    }

    .xl\:-right-56 {
        right: -14rem;
    }

    .xl\:-right-60 {
        right: -15rem;
    }

    .xl\:-right-64 {
        right: -16rem;
    }

    .xl\:-right-72 {
        right: -18rem;
    }

    .xl\:-right-80 {
        right: -20rem;
    }

    .xl\:-right-96 {
        right: -24rem;
    }

    .xl\:-right-px {
        right: -1px;
    }

    .xl\:-right-0\.5 {
        right: -0.125rem;
    }

    .xl\:-right-1\.5 {
        right: -0.375rem;
    }

    .xl\:-right-2\.5 {
        right: -0.625rem;
    }

    .xl\:-right-3\.5 {
        right: -0.875rem;
    }

    .xl\:-right-5p {
        right: -5px;
    }

    .xl\:-right-10p {
        right: -10px;
    }

    .xl\:-right-14p {
        right: -14px;
    }

    .xl\:-right-15p {
        right: -15px;
    }

    .xl\:-right-15_2 {
        right: -60px;
    }

    .xl\:-right-16_1 {
        right: -52px;
    }

    .xl\:-right-16p {
        right: -16px;
    }

    .xl\:-right-25p {
        right: -25px;
    }

    .xl\:-right-48p {
        right: -48%;
    }

    .xl\:-right-52p {
        right: -52%;
    }

    .xl\:right-1\/2 {
        right: 50%;
    }

    .xl\:right-1\/3 {
        right: 33.333333%;
    }

    .xl\:right-2\/3 {
        right: 66.666667%;
    }

    .xl\:right-1\/4 {
        right: 25%;
    }

    .xl\:right-2\/4 {
        right: 50%;
    }

    .xl\:right-3\/4 {
        right: 75%;
    }

    .xl\:right-full {
        right: 100%;
    }

    .xl\:-right-1\/2 {
        right: -50%;
    }

    .xl\:-right-1\/3 {
        right: -33.333333%;
    }

    .xl\:-right-2\/3 {
        right: -66.666667%;
    }

    .xl\:-right-1\/4 {
        right: -25%;
    }

    .xl\:-right-2\/4 {
        right: -50%;
    }

    .xl\:-right-3\/4 {
        right: -75%;
    }

    .xl\:-right-full {
        right: -100%;
    }

    .xl\:bottom-0 {
        bottom: 0px;
    }

    .xl\:bottom-1 {
        bottom: 0.25rem;
    }

    .xl\:bottom-2 {
        bottom: 0.5rem;
    }

    .xl\:bottom-3 {
        bottom: 0.75rem;
    }

    .xl\:bottom-4 {
        bottom: 1rem;
    }

    .xl\:bottom-5 {
        bottom: 1.25rem;
    }

    .xl\:bottom-6 {
        bottom: 1.5rem;
    }

    .xl\:bottom-7 {
        bottom: 1.75rem;
    }

    .xl\:bottom-8 {
        bottom: 2rem;
    }

    .xl\:bottom-9 {
        bottom: 2.25rem;
    }

    .xl\:bottom-10 {
        bottom: 2.5rem;
    }

    .xl\:bottom-11 {
        bottom: 2.75rem;
    }

    .xl\:bottom-12 {
        bottom: 3rem;
    }

    .xl\:bottom-14 {
        bottom: 3.5rem;
    }

    .xl\:bottom-16 {
        bottom: 4rem;
    }

    .xl\:bottom-18 {
        bottom: 4.375rem;
    }

    .xl\:bottom-19 {
        bottom: 76px;
    }

    .xl\:bottom-20 {
        bottom: 5rem;
    }

    .xl\:bottom-24 {
        bottom: 6rem;
    }

    .xl\:bottom-28 {
        bottom: 7rem;
    }

    .xl\:bottom-30 {
        bottom: 120px;
    }

    .xl\:bottom-32 {
        bottom: 8rem;
    }

    .xl\:bottom-36 {
        bottom: 9rem;
    }

    .xl\:bottom-40 {
        bottom: 10rem;
    }

    .xl\:bottom-44 {
        bottom: 11rem;
    }

    .xl\:bottom-48 {
        bottom: 12rem;
    }

    .xl\:bottom-52 {
        bottom: 13rem;
    }

    .xl\:bottom-56 {
        bottom: 14rem;
    }

    .xl\:bottom-60 {
        bottom: 15rem;
    }

    .xl\:bottom-64 {
        bottom: 16rem;
    }

    .xl\:bottom-72 {
        bottom: 18rem;
    }

    .xl\:bottom-80 {
        bottom: 20rem;
    }

    .xl\:bottom-96 {
        bottom: 24rem;
    }

    .xl\:bottom-auto {
        bottom: auto;
    }

    .xl\:bottom-px {
        bottom: 1px;
    }

    .xl\:bottom-0\.5 {
        bottom: 0.125rem;
    }

    .xl\:bottom-1\.5 {
        bottom: 0.375rem;
    }

    .xl\:bottom-2\.5 {
        bottom: 0.625rem;
    }

    .xl\:bottom-3\.5 {
        bottom: 0.875rem;
    }

    .xl\:bottom-5p {
        bottom: 5px;
    }

    .xl\:bottom-10p {
        bottom: 10px;
    }

    .xl\:bottom-14p {
        bottom: 14px;
    }

    .xl\:bottom-15p {
        bottom: 15px;
    }

    .xl\:bottom-15_2 {
        bottom: 60px;
    }

    .xl\:bottom-16_1 {
        bottom: 52px;
    }

    .xl\:bottom-16p {
        bottom: 16px;
    }

    .xl\:bottom-25p {
        bottom: 25px;
    }

    .xl\:bottom-48p {
        bottom: 48%;
    }

    .xl\:bottom-52p {
        bottom: 52%;
    }

    .xl\:-bottom-0 {
        bottom: 0px;
    }

    .xl\:-bottom-1 {
        bottom: -0.25rem;
    }

    .xl\:-bottom-2 {
        bottom: -0.5rem;
    }

    .xl\:-bottom-3 {
        bottom: -0.75rem;
    }

    .xl\:-bottom-4 {
        bottom: -1rem;
    }

    .xl\:-bottom-5 {
        bottom: -1.25rem;
    }

    .xl\:-bottom-6 {
        bottom: -1.5rem;
    }

    .xl\:-bottom-7 {
        bottom: -1.75rem;
    }

    .xl\:-bottom-8 {
        bottom: -2rem;
    }

    .xl\:-bottom-9 {
        bottom: -2.25rem;
    }

    .xl\:-bottom-10 {
        bottom: -2.5rem;
    }

    .xl\:-bottom-11 {
        bottom: -2.75rem;
    }

    .xl\:-bottom-12 {
        bottom: -3rem;
    }

    .xl\:-bottom-14 {
        bottom: -3.5rem;
    }

    .xl\:-bottom-16 {
        bottom: -4rem;
    }

    .xl\:-bottom-18 {
        bottom: -4.375rem;
    }

    .xl\:-bottom-19 {
        bottom: -76px;
    }

    .xl\:-bottom-20 {
        bottom: -5rem;
    }

    .xl\:-bottom-24 {
        bottom: -6rem;
    }

    .xl\:-bottom-28 {
        bottom: -7rem;
    }

    .xl\:-bottom-30 {
        bottom: -120px;
    }

    .xl\:-bottom-32 {
        bottom: -8rem;
    }

    .xl\:-bottom-36 {
        bottom: -9rem;
    }

    .xl\:-bottom-40 {
        bottom: -10rem;
    }

    .xl\:-bottom-44 {
        bottom: -11rem;
    }

    .xl\:-bottom-48 {
        bottom: -12rem;
    }

    .xl\:-bottom-52 {
        bottom: -13rem;
    }

    .xl\:-bottom-56 {
        bottom: -14rem;
    }

    .xl\:-bottom-60 {
        bottom: -15rem;
    }

    .xl\:-bottom-64 {
        bottom: -16rem;
    }

    .xl\:-bottom-72 {
        bottom: -18rem;
    }

    .xl\:-bottom-80 {
        bottom: -20rem;
    }

    .xl\:-bottom-96 {
        bottom: -24rem;
    }

    .xl\:-bottom-px {
        bottom: -1px;
    }

    .xl\:-bottom-0\.5 {
        bottom: -0.125rem;
    }

    .xl\:-bottom-1\.5 {
        bottom: -0.375rem;
    }

    .xl\:-bottom-2\.5 {
        bottom: -0.625rem;
    }

    .xl\:-bottom-3\.5 {
        bottom: -0.875rem;
    }

    .xl\:-bottom-5p {
        bottom: -5px;
    }

    .xl\:-bottom-10p {
        bottom: -10px;
    }

    .xl\:-bottom-14p {
        bottom: -14px;
    }

    .xl\:-bottom-15p {
        bottom: -15px;
    }

    .xl\:-bottom-15_2 {
        bottom: -60px;
    }

    .xl\:-bottom-16_1 {
        bottom: -52px;
    }

    .xl\:-bottom-16p {
        bottom: -16px;
    }

    .xl\:-bottom-25p {
        bottom: -25px;
    }

    .xl\:-bottom-48p {
        bottom: -48%;
    }

    .xl\:-bottom-52p {
        bottom: -52%;
    }

    .xl\:bottom-1\/2 {
        bottom: 50%;
    }

    .xl\:bottom-1\/3 {
        bottom: 33.333333%;
    }

    .xl\:bottom-2\/3 {
        bottom: 66.666667%;
    }

    .xl\:bottom-1\/4 {
        bottom: 25%;
    }

    .xl\:bottom-2\/4 {
        bottom: 50%;
    }

    .xl\:bottom-3\/4 {
        bottom: 75%;
    }

    .xl\:bottom-full {
        bottom: 100%;
    }

    .xl\:-bottom-1\/2 {
        bottom: -50%;
    }

    .xl\:-bottom-1\/3 {
        bottom: -33.333333%;
    }

    .xl\:-bottom-2\/3 {
        bottom: -66.666667%;
    }

    .xl\:-bottom-1\/4 {
        bottom: -25%;
    }

    .xl\:-bottom-2\/4 {
        bottom: -50%;
    }

    .xl\:-bottom-3\/4 {
        bottom: -75%;
    }

    .xl\:-bottom-full {
        bottom: -100%;
    }

    .xl\:left-0 {
        left: 0px;
    }

    .xl\:left-1 {
        left: 0.25rem;
    }

    .xl\:left-2 {
        left: 0.5rem;
    }

    .xl\:left-3 {
        left: 0.75rem;
    }

    .xl\:left-4 {
        left: 1rem;
    }

    .xl\:left-5 {
        left: 1.25rem;
    }

    .xl\:left-6 {
        left: 1.5rem;
    }

    .xl\:left-7 {
        left: 1.75rem;
    }

    .xl\:left-8 {
        left: 2rem;
    }

    .xl\:left-9 {
        left: 2.25rem;
    }

    .xl\:left-10 {
        left: 2.5rem;
    }

    .xl\:left-11 {
        left: 2.75rem;
    }

    .xl\:left-12 {
        left: 3rem;
    }

    .xl\:left-14 {
        left: 3.5rem;
    }

    .xl\:left-16 {
        left: 4rem;
    }

    .xl\:left-18 {
        left: 4.375rem;
    }

    .xl\:left-19 {
        left: 76px;
    }

    .xl\:left-20 {
        left: 5rem;
    }

    .xl\:left-24 {
        left: 6rem;
    }

    .xl\:left-28 {
        left: 7rem;
    }

    .xl\:left-30 {
        left: 120px;
    }

    .xl\:left-32 {
        left: 8rem;
    }

    .xl\:left-36 {
        left: 9rem;
    }

    .xl\:left-40 {
        left: 10rem;
    }

    .xl\:left-44 {
        left: 11rem;
    }

    .xl\:left-48 {
        left: 12rem;
    }

    .xl\:left-52 {
        left: 13rem;
    }

    .xl\:left-56 {
        left: 14rem;
    }

    .xl\:left-60 {
        left: 15rem;
    }

    .xl\:left-64 {
        left: 16rem;
    }

    .xl\:left-72 {
        left: 18rem;
    }

    .xl\:left-80 {
        left: 20rem;
    }

    .xl\:left-96 {
        left: 24rem;
    }

    .xl\:left-auto {
        left: auto;
    }

    .xl\:left-px {
        left: 1px;
    }

    .xl\:left-0\.5 {
        left: 0.125rem;
    }

    .xl\:left-1\.5 {
        left: 0.375rem;
    }

    .xl\:left-2\.5 {
        left: 0.625rem;
    }

    .xl\:left-3\.5 {
        left: 0.875rem;
    }

    .xl\:left-5p {
        left: 5px;
    }

    .xl\:left-10p {
        left: 10px;
    }

    .xl\:left-14p {
        left: 14px;
    }

    .xl\:left-15p {
        left: 15px;
    }

    .xl\:left-15_2 {
        left: 60px;
    }

    .xl\:left-16_1 {
        left: 52px;
    }

    .xl\:left-16p {
        left: 16px;
    }

    .xl\:left-25p {
        left: 25px;
    }

    .xl\:left-48p {
        left: 48%;
    }

    .xl\:left-52p {
        left: 52%;
    }

    .xl\:-left-0 {
        left: 0px;
    }

    .xl\:-left-1 {
        left: -0.25rem;
    }

    .xl\:-left-2 {
        left: -0.5rem;
    }

    .xl\:-left-3 {
        left: -0.75rem;
    }

    .xl\:-left-4 {
        left: -1rem;
    }

    .xl\:-left-5 {
        left: -1.25rem;
    }

    .xl\:-left-6 {
        left: -1.5rem;
    }

    .xl\:-left-7 {
        left: -1.75rem;
    }

    .xl\:-left-8 {
        left: -2rem;
    }

    .xl\:-left-9 {
        left: -2.25rem;
    }

    .xl\:-left-10 {
        left: -2.5rem;
    }

    .xl\:-left-11 {
        left: -2.75rem;
    }

    .xl\:-left-12 {
        left: -3rem;
    }

    .xl\:-left-14 {
        left: -3.5rem;
    }

    .xl\:-left-16 {
        left: -4rem;
    }

    .xl\:-left-18 {
        left: -4.375rem;
    }

    .xl\:-left-19 {
        left: -76px;
    }

    .xl\:-left-20 {
        left: -5rem;
    }

    .xl\:-left-24 {
        left: -6rem;
    }

    .xl\:-left-28 {
        left: -7rem;
    }

    .xl\:-left-30 {
        left: -120px;
    }

    .xl\:-left-32 {
        left: -8rem;
    }

    .xl\:-left-36 {
        left: -9rem;
    }

    .xl\:-left-40 {
        left: -10rem;
    }

    .xl\:-left-44 {
        left: -11rem;
    }

    .xl\:-left-48 {
        left: -12rem;
    }

    .xl\:-left-52 {
        left: -13rem;
    }

    .xl\:-left-56 {
        left: -14rem;
    }

    .xl\:-left-60 {
        left: -15rem;
    }

    .xl\:-left-64 {
        left: -16rem;
    }

    .xl\:-left-72 {
        left: -18rem;
    }

    .xl\:-left-80 {
        left: -20rem;
    }

    .xl\:-left-96 {
        left: -24rem;
    }

    .xl\:-left-px {
        left: -1px;
    }

    .xl\:-left-0\.5 {
        left: -0.125rem;
    }

    .xl\:-left-1\.5 {
        left: -0.375rem;
    }

    .xl\:-left-2\.5 {
        left: -0.625rem;
    }

    .xl\:-left-3\.5 {
        left: -0.875rem;
    }

    .xl\:-left-5p {
        left: -5px;
    }

    .xl\:-left-10p {
        left: -10px;
    }

    .xl\:-left-14p {
        left: -14px;
    }

    .xl\:-left-15p {
        left: -15px;
    }

    .xl\:-left-15_2 {
        left: -60px;
    }

    .xl\:-left-16_1 {
        left: -52px;
    }

    .xl\:-left-16p {
        left: -16px;
    }

    .xl\:-left-25p {
        left: -25px;
    }

    .xl\:-left-48p {
        left: -48%;
    }

    .xl\:-left-52p {
        left: -52%;
    }

    .xl\:left-1\/2 {
        left: 50%;
    }

    .xl\:left-1\/3 {
        left: 33.333333%;
    }

    .xl\:left-2\/3 {
        left: 66.666667%;
    }

    .xl\:left-1\/4 {
        left: 25%;
    }

    .xl\:left-2\/4 {
        left: 50%;
    }

    .xl\:left-3\/4 {
        left: 75%;
    }

    .xl\:left-full {
        left: 100%;
    }

    .xl\:-left-1\/2 {
        left: -50%;
    }

    .xl\:-left-1\/3 {
        left: -33.333333%;
    }

    .xl\:-left-2\/3 {
        left: -66.666667%;
    }

    .xl\:-left-1\/4 {
        left: -25%;
    }

    .xl\:-left-2\/4 {
        left: -50%;
    }

    .xl\:-left-3\/4 {
        left: -75%;
    }

    .xl\:-left-full {
        left: -100%;
    }

    .xl\:isolate {
        isolation: isolate;
    }

    .xl\:isolation-auto {
        isolation: auto;
    }

    .xl\:z-0 {
        z-index: 0;
    }

    .xl\:z-10 {
        z-index: 10;
    }

    .xl\:z-20 {
        z-index: 20;
    }

    .xl\:z-30 {
        z-index: 30;
    }

    .xl\:z-40 {
        z-index: 40;
    }

    .xl\:z-50 {
        z-index: 50;
    }

    .xl\:z-auto {
        z-index: auto;
    }

    .xl\:focus-within\:z-0:focus-within {
        z-index: 0;
    }

    .xl\:focus-within\:z-10:focus-within {
        z-index: 10;
    }

    .xl\:focus-within\:z-20:focus-within {
        z-index: 20;
    }

    .xl\:focus-within\:z-30:focus-within {
        z-index: 30;
    }

    .xl\:focus-within\:z-40:focus-within {
        z-index: 40;
    }

    .xl\:focus-within\:z-50:focus-within {
        z-index: 50;
    }

    .xl\:focus-within\:z-auto:focus-within {
        z-index: auto;
    }

    .xl\:focus\:z-0:focus {
        z-index: 0;
    }

    .xl\:focus\:z-10:focus {
        z-index: 10;
    }

    .xl\:focus\:z-20:focus {
        z-index: 20;
    }

    .xl\:focus\:z-30:focus {
        z-index: 30;
    }

    .xl\:focus\:z-40:focus {
        z-index: 40;
    }

    .xl\:focus\:z-50:focus {
        z-index: 50;
    }

    .xl\:focus\:z-auto:focus {
        z-index: auto;
    }

    .xl\:order-1 {
        order: 1;
    }

    .xl\:order-2 {
        order: 2;
    }

    .xl\:order-3 {
        order: 3;
    }

    .xl\:order-4 {
        order: 4;
    }

    .xl\:order-5 {
        order: 5;
    }

    .xl\:order-6 {
        order: 6;
    }

    .xl\:order-7 {
        order: 7;
    }

    .xl\:order-8 {
        order: 8;
    }

    .xl\:order-9 {
        order: 9;
    }

    .xl\:order-10 {
        order: 10;
    }

    .xl\:order-11 {
        order: 11;
    }

    .xl\:order-12 {
        order: 12;
    }

    .xl\:order-first {
        order: -9999;
    }

    .xl\:order-last {
        order: 9999;
    }

    .xl\:order-none {
        order: 0;
    }

    .xl\:col-auto {
        grid-column: auto;
    }

    .xl\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .xl\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .xl\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .xl\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .xl\:col-span-5 {
        grid-column: span 5 / span 5;
    }

    .xl\:col-span-6 {
        grid-column: span 6 / span 6;
    }

    .xl\:col-span-7 {
        grid-column: span 7 / span 7;
    }

    .xl\:col-span-8 {
        grid-column: span 8 / span 8;
    }

    .xl\:col-span-9 {
        grid-column: span 9 / span 9;
    }

    .xl\:col-span-10 {
        grid-column: span 10 / span 10;
    }

    .xl\:col-span-11 {
        grid-column: span 11 / span 11;
    }

    .xl\:col-span-12 {
        grid-column: span 12 / span 12;
    }

    .xl\:col-span-full {
        grid-column: 1 / -1;
    }

    .xl\:col-start-1 {
        grid-column-start: 1;
    }

    .xl\:col-start-2 {
        grid-column-start: 2;
    }

    .xl\:col-start-3 {
        grid-column-start: 3;
    }

    .xl\:col-start-4 {
        grid-column-start: 4;
    }

    .xl\:col-start-5 {
        grid-column-start: 5;
    }

    .xl\:col-start-6 {
        grid-column-start: 6;
    }

    .xl\:col-start-7 {
        grid-column-start: 7;
    }

    .xl\:col-start-8 {
        grid-column-start: 8;
    }

    .xl\:col-start-9 {
        grid-column-start: 9;
    }

    .xl\:col-start-10 {
        grid-column-start: 10;
    }

    .xl\:col-start-11 {
        grid-column-start: 11;
    }

    .xl\:col-start-12 {
        grid-column-start: 12;
    }

    .xl\:col-start-13 {
        grid-column-start: 13;
    }

    .xl\:col-start-auto {
        grid-column-start: auto;
    }

    .xl\:col-end-1 {
        grid-column-end: 1;
    }

    .xl\:col-end-2 {
        grid-column-end: 2;
    }

    .xl\:col-end-3 {
        grid-column-end: 3;
    }

    .xl\:col-end-4 {
        grid-column-end: 4;
    }

    .xl\:col-end-5 {
        grid-column-end: 5;
    }

    .xl\:col-end-6 {
        grid-column-end: 6;
    }

    .xl\:col-end-7 {
        grid-column-end: 7;
    }

    .xl\:col-end-8 {
        grid-column-end: 8;
    }

    .xl\:col-end-9 {
        grid-column-end: 9;
    }

    .xl\:col-end-10 {
        grid-column-end: 10;
    }

    .xl\:col-end-11 {
        grid-column-end: 11;
    }

    .xl\:col-end-12 {
        grid-column-end: 12;
    }

    .xl\:col-end-13 {
        grid-column-end: 13;
    }

    .xl\:col-end-auto {
        grid-column-end: auto;
    }

    .xl\:row-auto {
        grid-row: auto;
    }

    .xl\:row-span-1 {
        grid-row: span 1 / span 1;
    }

    .xl\:row-span-2 {
        grid-row: span 2 / span 2;
    }

    .xl\:row-span-3 {
        grid-row: span 3 / span 3;
    }

    .xl\:row-span-4 {
        grid-row: span 4 / span 4;
    }

    .xl\:row-span-5 {
        grid-row: span 5 / span 5;
    }

    .xl\:row-span-6 {
        grid-row: span 6 / span 6;
    }

    .xl\:row-span-full {
        grid-row: 1 / -1;
    }

    .xl\:row-start-1 {
        grid-row-start: 1;
    }

    .xl\:row-start-2 {
        grid-row-start: 2;
    }

    .xl\:row-start-3 {
        grid-row-start: 3;
    }

    .xl\:row-start-4 {
        grid-row-start: 4;
    }

    .xl\:row-start-5 {
        grid-row-start: 5;
    }

    .xl\:row-start-6 {
        grid-row-start: 6;
    }

    .xl\:row-start-7 {
        grid-row-start: 7;
    }

    .xl\:row-start-auto {
        grid-row-start: auto;
    }

    .xl\:row-end-1 {
        grid-row-end: 1;
    }

    .xl\:row-end-2 {
        grid-row-end: 2;
    }

    .xl\:row-end-3 {
        grid-row-end: 3;
    }

    .xl\:row-end-4 {
        grid-row-end: 4;
    }

    .xl\:row-end-5 {
        grid-row-end: 5;
    }

    .xl\:row-end-6 {
        grid-row-end: 6;
    }

    .xl\:row-end-7 {
        grid-row-end: 7;
    }

    .xl\:row-end-auto {
        grid-row-end: auto;
    }

    .xl\:float-right {
        float: right;
    }

    .xl\:float-left {
        float: left;
    }

    .xl\:float-none {
        float: none;
    }

    .xl\:clear-left {
        clear: left;
    }

    .xl\:clear-right {
        clear: right;
    }

    .xl\:clear-both {
        clear: both;
    }

    .xl\:clear-none {
        clear: none;
    }

    .xl\:m-0 {
        margin: 0px;
    }

    .xl\:m-1 {
        margin: 0.25rem;
    }

    .xl\:m-2 {
        margin: 0.5rem;
    }

    .xl\:m-3 {
        margin: 0.75rem;
    }

    .xl\:m-4 {
        margin: 1rem;
    }

    .xl\:m-5 {
        margin: 1.25rem;
    }

    .xl\:m-6 {
        margin: 1.5rem;
    }

    .xl\:m-7 {
        margin: 1.75rem;
    }

    .xl\:m-8 {
        margin: 2rem;
    }

    .xl\:m-9 {
        margin: 2.25rem;
    }

    .xl\:m-10 {
        margin: 2.5rem;
    }

    .xl\:m-11 {
        margin: 2.75rem;
    }

    .xl\:m-12 {
        margin: 3rem;
    }

    .xl\:m-13 {
        margin: 3.25rem;
    }

    .xl\:m-14 {
        margin: 3.5rem;
    }

    .xl\:m-16 {
        margin: 4rem;
    }

    .xl\:m-18 {
        margin: 4.375rem;
    }

    .xl\:m-19 {
        margin: 76px;
    }

    .xl\:m-20 {
        margin: 5rem;
    }

    .xl\:m-22 {
        margin: 5.3125rem;
    }

    .xl\:m-24 {
        margin: 6rem;
    }

    .xl\:m-28 {
        margin: 7rem;
    }

    .xl\:m-30 {
        margin: 120px;
    }

    .xl\:m-32 {
        margin: 8rem;
    }

    .xl\:m-36 {
        margin: 9rem;
    }

    .xl\:m-40 {
        margin: 10rem;
    }

    .xl\:m-44 {
        margin: 11rem;
    }

    .xl\:m-46 {
        margin: 11.44rem;
    }

    .xl\:m-48 {
        margin: 12rem;
    }

    .xl\:m-52 {
        margin: 13rem;
    }

    .xl\:m-56 {
        margin: 14rem;
    }

    .xl\:m-60 {
        margin: 15rem;
    }

    .xl\:m-64 {
        margin: 16rem;
    }

    .xl\:m-72 {
        margin: 18rem;
    }

    .xl\:m-80 {
        margin: 20rem;
    }

    .xl\:m-96 {
        margin: 24rem;
    }

    .xl\:m-auto {
        margin: auto;
    }

    .xl\:m-px {
        margin: 1px;
    }

    .xl\:m-0\.5 {
        margin: 0.125rem;
    }

    .xl\:m-1\.5 {
        margin: 0.375rem;
    }

    .xl\:m-2\.5 {
        margin: 0.625rem;
    }

    .xl\:m-3\.5 {
        margin: 0.875rem;
    }

    .xl\:m-5p {
        margin: 5px;
    }

    .xl\:m-10p {
        margin: 10px;
    }

    .xl\:m-14p {
        margin: 14px;
    }

    .xl\:m-15p {
        margin: 15px;
    }

    .xl\:m-15_2 {
        margin: 60px;
    }

    .xl\:m-16_1 {
        margin: 52px;
    }

    .xl\:m-16p {
        margin: 16px;
    }

    .xl\:m-25p {
        margin: 25px;
    }

    .xl\:m-48p {
        margin: 48%;
    }

    .xl\:m-52p {
        margin: 52%;
    }

    .xl\:-m-0 {
        margin: 0px;
    }

    .xl\:-m-1 {
        margin: -0.25rem;
    }

    .xl\:-m-2 {
        margin: -0.5rem;
    }

    .xl\:-m-3 {
        margin: -0.75rem;
    }

    .xl\:-m-4 {
        margin: -1rem;
    }

    .xl\:-m-5 {
        margin: -1.25rem;
    }

    .xl\:-m-6 {
        margin: -1.5rem;
    }

    .xl\:-m-7 {
        margin: -1.75rem;
    }

    .xl\:-m-8 {
        margin: -2rem;
    }

    .xl\:-m-9 {
        margin: -2.25rem;
    }

    .xl\:-m-10 {
        margin: -2.5rem;
    }

    .xl\:-m-11 {
        margin: -2.75rem;
    }

    .xl\:-m-12 {
        margin: -3rem;
    }

    .xl\:-m-14 {
        margin: -3.5rem;
    }

    .xl\:-m-16 {
        margin: -4rem;
    }

    .xl\:-m-18 {
        margin: -4.375rem;
    }

    .xl\:-m-19 {
        margin: -76px;
    }

    .xl\:-m-20 {
        margin: -5rem;
    }

    .xl\:-m-24 {
        margin: -6rem;
    }

    .xl\:-m-28 {
        margin: -7rem;
    }

    .xl\:-m-30 {
        margin: -120px;
    }

    .xl\:-m-32 {
        margin: -8rem;
    }

    .xl\:-m-36 {
        margin: -9rem;
    }

    .xl\:-m-40 {
        margin: -10rem;
    }

    .xl\:-m-44 {
        margin: -11rem;
    }

    .xl\:-m-48 {
        margin: -12rem;
    }

    .xl\:-m-52 {
        margin: -13rem;
    }

    .xl\:-m-56 {
        margin: -14rem;
    }

    .xl\:-m-60 {
        margin: -15rem;
    }

    .xl\:-m-64 {
        margin: -16rem;
    }

    .xl\:-m-72 {
        margin: -18rem;
    }

    .xl\:-m-80 {
        margin: -20rem;
    }

    .xl\:-m-96 {
        margin: -24rem;
    }

    .xl\:-m-px {
        margin: -1px;
    }

    .xl\:-m-0\.5 {
        margin: -0.125rem;
    }

    .xl\:-m-1\.5 {
        margin: -0.375rem;
    }

    .xl\:-m-2\.5 {
        margin: -0.625rem;
    }

    .xl\:-m-3\.5 {
        margin: -0.875rem;
    }

    .xl\:-m-5p {
        margin: -5px;
    }

    .xl\:-m-10p {
        margin: -10px;
    }

    .xl\:-m-14p {
        margin: -14px;
    }

    .xl\:-m-15p {
        margin: -15px;
    }

    .xl\:-m-15_2 {
        margin: -60px;
    }

    .xl\:-m-16_1 {
        margin: -52px;
    }

    .xl\:-m-16p {
        margin: -16px;
    }

    .xl\:-m-25p {
        margin: -25px;
    }

    .xl\:-m-48p {
        margin: -48%;
    }

    .xl\:-m-52p {
        margin: -52%;
    }

    .xl\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .xl\:mx-1 {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }

    .xl\:mx-2 {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .xl\:mx-3 {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
    }

    .xl\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .xl\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }

    .xl\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .xl\:mx-7 {
        margin-left: 1.75rem;
        margin-right: 1.75rem;
    }

    .xl\:mx-8 {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .xl\:mx-9 {
        margin-left: 2.25rem;
        margin-right: 2.25rem;
    }

    .xl\:mx-10 {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }

    .xl\:mx-11 {
        margin-left: 2.75rem;
        margin-right: 2.75rem;
    }

    .xl\:mx-12 {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .xl\:mx-13 {
        margin-left: 3.25rem;
        margin-right: 3.25rem;
    }

    .xl\:mx-14 {
        margin-left: 3.5rem;
        margin-right: 3.5rem;
    }

    .xl\:mx-16 {
        margin-left: 4rem;
        margin-right: 4rem;
    }

    .xl\:mx-18 {
        margin-left: 4.375rem;
        margin-right: 4.375rem;
    }

    .xl\:mx-19 {
        margin-left: 76px;
        margin-right: 76px;
    }

    .xl\:mx-20 {
        margin-left: 5rem;
        margin-right: 5rem;
    }

    .xl\:mx-22 {
        margin-left: 5.3125rem;
        margin-right: 5.3125rem;
    }

    .xl\:mx-24 {
        margin-left: 6rem;
        margin-right: 6rem;
    }

    .xl\:mx-28 {
        margin-left: 7rem;
        margin-right: 7rem;
    }

    .xl\:mx-30 {
        margin-left: 120px;
        margin-right: 120px;
    }

    .xl\:mx-32 {
        margin-left: 8rem;
        margin-right: 8rem;
    }

    .xl\:mx-36 {
        margin-left: 9rem;
        margin-right: 9rem;
    }

    .xl\:mx-40 {
        margin-left: 10rem;
        margin-right: 10rem;
    }

    .xl\:mx-44 {
        margin-left: 11rem;
        margin-right: 11rem;
    }

    .xl\:mx-46 {
        margin-left: 11.44rem;
        margin-right: 11.44rem;
    }

    .xl\:mx-48 {
        margin-left: 12rem;
        margin-right: 12rem;
    }

    .xl\:mx-52 {
        margin-left: 13rem;
        margin-right: 13rem;
    }

    .xl\:mx-56 {
        margin-left: 14rem;
        margin-right: 14rem;
    }

    .xl\:mx-60 {
        margin-left: 15rem;
        margin-right: 15rem;
    }

    .xl\:mx-64 {
        margin-left: 16rem;
        margin-right: 16rem;
    }

    .xl\:mx-72 {
        margin-left: 18rem;
        margin-right: 18rem;
    }

    .xl\:mx-80 {
        margin-left: 20rem;
        margin-right: 20rem;
    }

    .xl\:mx-96 {
        margin-left: 24rem;
        margin-right: 24rem;
    }

    .xl\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .xl\:mx-px {
        margin-left: 1px;
        margin-right: 1px;
    }

    .xl\:mx-0\.5 {
        margin-left: 0.125rem;
        margin-right: 0.125rem;
    }

    .xl\:mx-1\.5 {
        margin-left: 0.375rem;
        margin-right: 0.375rem;
    }

    .xl\:mx-2\.5 {
        margin-left: 0.625rem;
        margin-right: 0.625rem;
    }

    .xl\:mx-3\.5 {
        margin-left: 0.875rem;
        margin-right: 0.875rem;
    }

    .xl\:mx-5p {
        margin-left: 5px;
        margin-right: 5px;
    }

    .xl\:mx-10p {
        margin-left: 10px;
        margin-right: 10px;
    }

    .xl\:mx-14p {
        margin-left: 14px;
        margin-right: 14px;
    }

    .xl\:mx-15p {
        margin-left: 15px;
        margin-right: 15px;
    }

    .xl\:mx-15_2 {
        margin-left: 60px;
        margin-right: 60px;
    }

    .xl\:mx-16_1 {
        margin-left: 52px;
        margin-right: 52px;
    }

    .xl\:mx-16p {
        margin-left: 16px;
        margin-right: 16px;
    }

    .xl\:mx-25p {
        margin-left: 25px;
        margin-right: 25px;
    }

    .xl\:mx-48p {
        margin-left: 48%;
        margin-right: 48%;
    }

    .xl\:mx-52p {
        margin-left: 52%;
        margin-right: 52%;
    }

    .xl\:-mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .xl\:-mx-1 {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
    }

    .xl\:-mx-2 {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }

    .xl\:-mx-3 {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }

    .xl\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .xl\:-mx-5 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

    .xl\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .xl\:-mx-7 {
        margin-left: -1.75rem;
        margin-right: -1.75rem;
    }

    .xl\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem;
    }

    .xl\:-mx-9 {
        margin-left: -2.25rem;
        margin-right: -2.25rem;
    }

    .xl\:-mx-10 {
        margin-left: -2.5rem;
        margin-right: -2.5rem;
    }

    .xl\:-mx-11 {
        margin-left: -2.75rem;
        margin-right: -2.75rem;
    }

    .xl\:-mx-12 {
        margin-left: -3rem;
        margin-right: -3rem;
    }

    .xl\:-mx-14 {
        margin-left: -3.5rem;
        margin-right: -3.5rem;
    }

    .xl\:-mx-16 {
        margin-left: -4rem;
        margin-right: -4rem;
    }

    .xl\:-mx-18 {
        margin-left: -4.375rem;
        margin-right: -4.375rem;
    }

    .xl\:-mx-19 {
        margin-left: -76px;
        margin-right: -76px;
    }

    .xl\:-mx-20 {
        margin-left: -5rem;
        margin-right: -5rem;
    }

    .xl\:-mx-24 {
        margin-left: -6rem;
        margin-right: -6rem;
    }

    .xl\:-mx-28 {
        margin-left: -7rem;
        margin-right: -7rem;
    }

    .xl\:-mx-30 {
        margin-left: -120px;
        margin-right: -120px;
    }

    .xl\:-mx-32 {
        margin-left: -8rem;
        margin-right: -8rem;
    }

    .xl\:-mx-36 {
        margin-left: -9rem;
        margin-right: -9rem;
    }

    .xl\:-mx-40 {
        margin-left: -10rem;
        margin-right: -10rem;
    }

    .xl\:-mx-44 {
        margin-left: -11rem;
        margin-right: -11rem;
    }

    .xl\:-mx-48 {
        margin-left: -12rem;
        margin-right: -12rem;
    }

    .xl\:-mx-52 {
        margin-left: -13rem;
        margin-right: -13rem;
    }

    .xl\:-mx-56 {
        margin-left: -14rem;
        margin-right: -14rem;
    }

    .xl\:-mx-60 {
        margin-left: -15rem;
        margin-right: -15rem;
    }

    .xl\:-mx-64 {
        margin-left: -16rem;
        margin-right: -16rem;
    }

    .xl\:-mx-72 {
        margin-left: -18rem;
        margin-right: -18rem;
    }

    .xl\:-mx-80 {
        margin-left: -20rem;
        margin-right: -20rem;
    }

    .xl\:-mx-96 {
        margin-left: -24rem;
        margin-right: -24rem;
    }

    .xl\:-mx-px {
        margin-left: -1px;
        margin-right: -1px;
    }

    .xl\:-mx-0\.5 {
        margin-left: -0.125rem;
        margin-right: -0.125rem;
    }

    .xl\:-mx-1\.5 {
        margin-left: -0.375rem;
        margin-right: -0.375rem;
    }

    .xl\:-mx-2\.5 {
        margin-left: -0.625rem;
        margin-right: -0.625rem;
    }

    .xl\:-mx-3\.5 {
        margin-left: -0.875rem;
        margin-right: -0.875rem;
    }

    .xl\:-mx-5p {
        margin-left: -5px;
        margin-right: -5px;
    }

    .xl\:-mx-10p {
        margin-left: -10px;
        margin-right: -10px;
    }

    .xl\:-mx-14p {
        margin-left: -14px;
        margin-right: -14px;
    }

    .xl\:-mx-15p {
        margin-left: -15px;
        margin-right: -15px;
    }

    .xl\:-mx-15_2 {
        margin-left: -60px;
        margin-right: -60px;
    }

    .xl\:-mx-16_1 {
        margin-left: -52px;
        margin-right: -52px;
    }

    .xl\:-mx-16p {
        margin-left: -16px;
        margin-right: -16px;
    }

    .xl\:-mx-25p {
        margin-left: -25px;
        margin-right: -25px;
    }

    .xl\:-mx-48p {
        margin-left: -48%;
        margin-right: -48%;
    }

    .xl\:-mx-52p {
        margin-left: -52%;
        margin-right: -52%;
    }

    .xl\:my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .xl\:my-1 {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }

    .xl\:my-2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .xl\:my-3 {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }

    .xl\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .xl\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .xl\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .xl\:my-7 {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem;
    }

    .xl\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .xl\:my-9 {
        margin-top: 2.25rem;
        margin-bottom: 2.25rem;
    }

    .xl\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .xl\:my-11 {
        margin-top: 2.75rem;
        margin-bottom: 2.75rem;
    }

    .xl\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .xl\:my-13 {
        margin-top: 3.25rem;
        margin-bottom: 3.25rem;
    }

    .xl\:my-14 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }

    .xl\:my-16 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .xl\:my-18 {
        margin-top: 4.375rem;
        margin-bottom: 4.375rem;
    }

    .xl\:my-19 {
        margin-top: 76px;
        margin-bottom: 76px;
    }

    .xl\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .xl\:my-22 {
        margin-top: 5.3125rem;
        margin-bottom: 5.3125rem;
    }

    .xl\:my-24 {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }

    .xl\:my-28 {
        margin-top: 7rem;
        margin-bottom: 7rem;
    }

    .xl\:my-30 {
        margin-top: 120px;
        margin-bottom: 120px;
    }

    .xl\:my-32 {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }

    .xl\:my-36 {
        margin-top: 9rem;
        margin-bottom: 9rem;
    }

    .xl\:my-40 {
        margin-top: 10rem;
        margin-bottom: 10rem;
    }

    .xl\:my-44 {
        margin-top: 11rem;
        margin-bottom: 11rem;
    }

    .xl\:my-46 {
        margin-top: 11.44rem;
        margin-bottom: 11.44rem;
    }

    .xl\:my-48 {
        margin-top: 12rem;
        margin-bottom: 12rem;
    }

    .xl\:my-52 {
        margin-top: 13rem;
        margin-bottom: 13rem;
    }

    .xl\:my-56 {
        margin-top: 14rem;
        margin-bottom: 14rem;
    }

    .xl\:my-60 {
        margin-top: 15rem;
        margin-bottom: 15rem;
    }

    .xl\:my-64 {
        margin-top: 16rem;
        margin-bottom: 16rem;
    }

    .xl\:my-72 {
        margin-top: 18rem;
        margin-bottom: 18rem;
    }

    .xl\:my-80 {
        margin-top: 20rem;
        margin-bottom: 20rem;
    }

    .xl\:my-96 {
        margin-top: 24rem;
        margin-bottom: 24rem;
    }

    .xl\:my-auto {
        margin-top: auto;
        margin-bottom: auto;
    }

    .xl\:my-px {
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .xl\:my-0\.5 {
        margin-top: 0.125rem;
        margin-bottom: 0.125rem;
    }

    .xl\:my-1\.5 {
        margin-top: 0.375rem;
        margin-bottom: 0.375rem;
    }

    .xl\:my-2\.5 {
        margin-top: 0.625rem;
        margin-bottom: 0.625rem;
    }

    .xl\:my-3\.5 {
        margin-top: 0.875rem;
        margin-bottom: 0.875rem;
    }

    .xl\:my-5p {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .xl\:my-10p {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .xl\:my-14p {
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .xl\:my-15p {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .xl\:my-15_2 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .xl\:my-16_1 {
        margin-top: 52px;
        margin-bottom: 52px;
    }

    .xl\:my-16p {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .xl\:my-25p {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .xl\:my-48p {
        margin-top: 48%;
        margin-bottom: 48%;
    }

    .xl\:my-52p {
        margin-top: 52%;
        margin-bottom: 52%;
    }

    .xl\:-my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .xl\:-my-1 {
        margin-top: -0.25rem;
        margin-bottom: -0.25rem;
    }

    .xl\:-my-2 {
        margin-top: -0.5rem;
        margin-bottom: -0.5rem;
    }

    .xl\:-my-3 {
        margin-top: -0.75rem;
        margin-bottom: -0.75rem;
    }

    .xl\:-my-4 {
        margin-top: -1rem;
        margin-bottom: -1rem;
    }

    .xl\:-my-5 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem;
    }

    .xl\:-my-6 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem;
    }

    .xl\:-my-7 {
        margin-top: -1.75rem;
        margin-bottom: -1.75rem;
    }

    .xl\:-my-8 {
        margin-top: -2rem;
        margin-bottom: -2rem;
    }

    .xl\:-my-9 {
        margin-top: -2.25rem;
        margin-bottom: -2.25rem;
    }

    .xl\:-my-10 {
        margin-top: -2.5rem;
        margin-bottom: -2.5rem;
    }

    .xl\:-my-11 {
        margin-top: -2.75rem;
        margin-bottom: -2.75rem;
    }

    .xl\:-my-12 {
        margin-top: -3rem;
        margin-bottom: -3rem;
    }

    .xl\:-my-14 {
        margin-top: -3.5rem;
        margin-bottom: -3.5rem;
    }

    .xl\:-my-16 {
        margin-top: -4rem;
        margin-bottom: -4rem;
    }

    .xl\:-my-18 {
        margin-top: -4.375rem;
        margin-bottom: -4.375rem;
    }

    .xl\:-my-19 {
        margin-top: -76px;
        margin-bottom: -76px;
    }

    .xl\:-my-20 {
        margin-top: -5rem;
        margin-bottom: -5rem;
    }

    .xl\:-my-24 {
        margin-top: -6rem;
        margin-bottom: -6rem;
    }

    .xl\:-my-28 {
        margin-top: -7rem;
        margin-bottom: -7rem;
    }

    .xl\:-my-30 {
        margin-top: -120px;
        margin-bottom: -120px;
    }

    .xl\:-my-32 {
        margin-top: -8rem;
        margin-bottom: -8rem;
    }

    .xl\:-my-36 {
        margin-top: -9rem;
        margin-bottom: -9rem;
    }

    .xl\:-my-40 {
        margin-top: -10rem;
        margin-bottom: -10rem;
    }

    .xl\:-my-44 {
        margin-top: -11rem;
        margin-bottom: -11rem;
    }

    .xl\:-my-48 {
        margin-top: -12rem;
        margin-bottom: -12rem;
    }

    .xl\:-my-52 {
        margin-top: -13rem;
        margin-bottom: -13rem;
    }

    .xl\:-my-56 {
        margin-top: -14rem;
        margin-bottom: -14rem;
    }

    .xl\:-my-60 {
        margin-top: -15rem;
        margin-bottom: -15rem;
    }

    .xl\:-my-64 {
        margin-top: -16rem;
        margin-bottom: -16rem;
    }

    .xl\:-my-72 {
        margin-top: -18rem;
        margin-bottom: -18rem;
    }

    .xl\:-my-80 {
        margin-top: -20rem;
        margin-bottom: -20rem;
    }

    .xl\:-my-96 {
        margin-top: -24rem;
        margin-bottom: -24rem;
    }

    .xl\:-my-px {
        margin-top: -1px;
        margin-bottom: -1px;
    }

    .xl\:-my-0\.5 {
        margin-top: -0.125rem;
        margin-bottom: -0.125rem;
    }

    .xl\:-my-1\.5 {
        margin-top: -0.375rem;
        margin-bottom: -0.375rem;
    }

    .xl\:-my-2\.5 {
        margin-top: -0.625rem;
        margin-bottom: -0.625rem;
    }

    .xl\:-my-3\.5 {
        margin-top: -0.875rem;
        margin-bottom: -0.875rem;
    }

    .xl\:-my-5p {
        margin-top: -5px;
        margin-bottom: -5px;
    }

    .xl\:-my-10p {
        margin-top: -10px;
        margin-bottom: -10px;
    }

    .xl\:-my-14p {
        margin-top: -14px;
        margin-bottom: -14px;
    }

    .xl\:-my-15p {
        margin-top: -15px;
        margin-bottom: -15px;
    }

    .xl\:-my-15_2 {
        margin-top: -60px;
        margin-bottom: -60px;
    }

    .xl\:-my-16_1 {
        margin-top: -52px;
        margin-bottom: -52px;
    }

    .xl\:-my-16p {
        margin-top: -16px;
        margin-bottom: -16px;
    }

    .xl\:-my-25p {
        margin-top: -25px;
        margin-bottom: -25px;
    }

    .xl\:-my-48p {
        margin-top: -48%;
        margin-bottom: -48%;
    }

    .xl\:-my-52p {
        margin-top: -52%;
        margin-bottom: -52%;
    }

    .xl\:mt-0 {
        margin-top: 0px;
    }

    .xl\:mt-1 {
        margin-top: 0.25rem;
    }

    .xl\:mt-2 {
        margin-top: 0.5rem;
    }

    .xl\:mt-3 {
        margin-top: 0.75rem;
    }

    .xl\:mt-4 {
        margin-top: 1rem;
    }

    .xl\:mt-5 {
        margin-top: 1.25rem;
    }

    .xl\:mt-6 {
        margin-top: 1.5rem;
    }

    .xl\:mt-7 {
        margin-top: 1.75rem;
    }

    .xl\:mt-8 {
        margin-top: 2rem;
    }

    .xl\:mt-9 {
        margin-top: 2.25rem;
    }

    .xl\:mt-10 {
        margin-top: 2.5rem;
    }

    .xl\:mt-11 {
        margin-top: 2.75rem;
    }

    .xl\:mt-12 {
        margin-top: 3rem;
    }

    .xl\:mt-13 {
        margin-top: 3.25rem;
    }

    .xl\:mt-14 {
        margin-top: 3.5rem;
    }

    .xl\:mt-16 {
        margin-top: 4rem;
    }

    .xl\:mt-18 {
        margin-top: 4.375rem;
    }

    .xl\:mt-19 {
        margin-top: 76px;
    }

    .xl\:mt-20 {
        margin-top: 5rem;
    }

    .xl\:mt-22 {
        margin-top: 5.3125rem;
    }

    .xl\:mt-24 {
        margin-top: 6rem;
    }

    .xl\:mt-28 {
        margin-top: 7rem;
    }

    .xl\:mt-30 {
        margin-top: 120px;
    }

    .xl\:mt-32 {
        margin-top: 8rem;
    }

    .xl\:mt-36 {
        margin-top: 9rem;
    }

    .xl\:mt-40 {
        margin-top: 10rem;
    }

    .xl\:mt-44 {
        margin-top: 11rem;
    }

    .xl\:mt-46 {
        margin-top: 11.44rem;
    }

    .xl\:mt-48 {
        margin-top: 12rem;
    }

    .xl\:mt-52 {
        margin-top: 13rem;
    }

    .xl\:mt-56 {
        margin-top: 14rem;
    }

    .xl\:mt-60 {
        margin-top: 15rem;
    }

    .xl\:mt-64 {
        margin-top: 16rem;
    }

    .xl\:mt-72 {
        margin-top: 18rem;
    }

    .xl\:mt-80 {
        margin-top: 20rem;
    }

    .xl\:mt-96 {
        margin-top: 24rem;
    }

    .xl\:mt-auto {
        margin-top: auto;
    }

    .xl\:mt-px {
        margin-top: 1px;
    }

    .xl\:mt-0\.5 {
        margin-top: 0.125rem;
    }

    .xl\:mt-1\.5 {
        margin-top: 0.375rem;
    }

    .xl\:mt-2\.5 {
        margin-top: 0.625rem;
    }

    .xl\:mt-3\.5 {
        margin-top: 0.875rem;
    }

    .xl\:mt-5p {
        margin-top: 5px;
    }

    .xl\:mt-10p {
        margin-top: 10px;
    }

    .xl\:mt-14p {
        margin-top: 14px;
    }

    .xl\:mt-15p {
        margin-top: 15px;
    }

    .xl\:mt-15_2 {
        margin-top: 60px;
    }

    .xl\:mt-16_1 {
        margin-top: 52px;
    }

    .xl\:mt-16p {
        margin-top: 16px;
    }

    .xl\:mt-25p {
        margin-top: 25px;
    }

    .xl\:mt-48p {
        margin-top: 48%;
    }

    .xl\:mt-52p {
        margin-top: 52%;
    }

    .xl\:-mt-0 {
        margin-top: 0px;
    }

    .xl\:-mt-1 {
        margin-top: -0.25rem;
    }

    .xl\:-mt-2 {
        margin-top: -0.5rem;
    }

    .xl\:-mt-3 {
        margin-top: -0.75rem;
    }

    .xl\:-mt-4 {
        margin-top: -1rem;
    }

    .xl\:-mt-5 {
        margin-top: -1.25rem;
    }

    .xl\:-mt-6 {
        margin-top: -1.5rem;
    }

    .xl\:-mt-7 {
        margin-top: -1.75rem;
    }

    .xl\:-mt-8 {
        margin-top: -2rem;
    }

    .xl\:-mt-9 {
        margin-top: -2.25rem;
    }

    .xl\:-mt-10 {
        margin-top: -2.5rem;
    }

    .xl\:-mt-11 {
        margin-top: -2.75rem;
    }

    .xl\:-mt-12 {
        margin-top: -3rem;
    }

    .xl\:-mt-14 {
        margin-top: -3.5rem;
    }

    .xl\:-mt-16 {
        margin-top: -4rem;
    }

    .xl\:-mt-18 {
        margin-top: -4.375rem;
    }

    .xl\:-mt-19 {
        margin-top: -76px;
    }

    .xl\:-mt-20 {
        margin-top: -5rem;
    }

    .xl\:-mt-24 {
        margin-top: -6rem;
    }

    .xl\:-mt-28 {
        margin-top: -7rem;
    }

    .xl\:-mt-30 {
        margin-top: -120px;
    }

    .xl\:-mt-32 {
        margin-top: -8rem;
    }

    .xl\:-mt-36 {
        margin-top: -9rem;
    }

    .xl\:-mt-40 {
        margin-top: -10rem;
    }

    .xl\:-mt-44 {
        margin-top: -11rem;
    }

    .xl\:-mt-48 {
        margin-top: -12rem;
    }

    .xl\:-mt-52 {
        margin-top: -13rem;
    }

    .xl\:-mt-56 {
        margin-top: -14rem;
    }

    .xl\:-mt-60 {
        margin-top: -15rem;
    }

    .xl\:-mt-64 {
        margin-top: -16rem;
    }

    .xl\:-mt-72 {
        margin-top: -18rem;
    }

    .xl\:-mt-80 {
        margin-top: -20rem;
    }

    .xl\:-mt-96 {
        margin-top: -24rem;
    }

    .xl\:-mt-px {
        margin-top: -1px;
    }

    .xl\:-mt-0\.5 {
        margin-top: -0.125rem;
    }

    .xl\:-mt-1\.5 {
        margin-top: -0.375rem;
    }

    .xl\:-mt-2\.5 {
        margin-top: -0.625rem;
    }

    .xl\:-mt-3\.5 {
        margin-top: -0.875rem;
    }

    .xl\:-mt-5p {
        margin-top: -5px;
    }

    .xl\:-mt-10p {
        margin-top: -10px;
    }

    .xl\:-mt-14p {
        margin-top: -14px;
    }

    .xl\:-mt-15p {
        margin-top: -15px;
    }

    .xl\:-mt-15_2 {
        margin-top: -60px;
    }

    .xl\:-mt-16_1 {
        margin-top: -52px;
    }

    .xl\:-mt-16p {
        margin-top: -16px;
    }

    .xl\:-mt-25p {
        margin-top: -25px;
    }

    .xl\:-mt-48p {
        margin-top: -48%;
    }

    .xl\:-mt-52p {
        margin-top: -52%;
    }

    .xl\:mr-0 {
        margin-right: 0px;
    }

    .xl\:mr-1 {
        margin-right: 0.25rem;
    }

    .xl\:mr-2 {
        margin-right: 0.5rem;
    }

    .xl\:mr-3 {
        margin-right: 0.75rem;
    }

    .xl\:mr-4 {
        margin-right: 1rem;
    }

    .xl\:mr-5 {
        margin-right: 1.25rem;
    }

    .xl\:mr-6 {
        margin-right: 1.5rem;
    }

    .xl\:mr-7 {
        margin-right: 1.75rem;
    }

    .xl\:mr-8 {
        margin-right: 2rem;
    }

    .xl\:mr-9 {
        margin-right: 2.25rem;
    }

    .xl\:mr-10 {
        margin-right: 2.5rem;
    }

    .xl\:mr-11 {
        margin-right: 2.75rem;
    }

    .xl\:mr-12 {
        margin-right: 3rem;
    }

    .xl\:mr-13 {
        margin-right: 3.25rem;
    }

    .xl\:mr-14 {
        margin-right: 3.5rem;
    }

    .xl\:mr-16 {
        margin-right: 4rem;
    }

    .xl\:mr-18 {
        margin-right: 4.375rem;
    }

    .xl\:mr-19 {
        margin-right: 76px;
    }

    .xl\:mr-20 {
        margin-right: 5rem;
    }

    .xl\:mr-22 {
        margin-right: 5.3125rem;
    }

    .xl\:mr-24 {
        margin-right: 6rem;
    }

    .xl\:mr-28 {
        margin-right: 7rem;
    }

    .xl\:mr-30 {
        margin-right: 120px;
    }

    .xl\:mr-32 {
        margin-right: 8rem;
    }

    .xl\:mr-36 {
        margin-right: 9rem;
    }

    .xl\:mr-40 {
        margin-right: 10rem;
    }

    .xl\:mr-44 {
        margin-right: 11rem;
    }

    .xl\:mr-46 {
        margin-right: 11.44rem;
    }

    .xl\:mr-48 {
        margin-right: 12rem;
    }

    .xl\:mr-52 {
        margin-right: 13rem;
    }

    .xl\:mr-56 {
        margin-right: 14rem;
    }

    .xl\:mr-60 {
        margin-right: 15rem;
    }

    .xl\:mr-64 {
        margin-right: 16rem;
    }

    .xl\:mr-72 {
        margin-right: 18rem;
    }

    .xl\:mr-80 {
        margin-right: 20rem;
    }

    .xl\:mr-96 {
        margin-right: 24rem;
    }

    .xl\:mr-auto {
        margin-right: auto;
    }

    .xl\:mr-px {
        margin-right: 1px;
    }

    .xl\:mr-0\.5 {
        margin-right: 0.125rem;
    }

    .xl\:mr-1\.5 {
        margin-right: 0.375rem;
    }

    .xl\:mr-2\.5 {
        margin-right: 0.625rem;
    }

    .xl\:mr-3\.5 {
        margin-right: 0.875rem;
    }

    .xl\:mr-5p {
        margin-right: 5px;
    }

    .xl\:mr-10p {
        margin-right: 10px;
    }

    .xl\:mr-14p {
        margin-right: 14px;
    }

    .xl\:mr-15p {
        margin-right: 15px;
    }

    .xl\:mr-15_2 {
        margin-right: 60px;
    }

    .xl\:mr-16_1 {
        margin-right: 52px;
    }

    .xl\:mr-16p {
        margin-right: 16px;
    }

    .xl\:mr-25p {
        margin-right: 25px;
    }

    .xl\:mr-48p {
        margin-right: 48%;
    }

    .xl\:mr-52p {
        margin-right: 52%;
    }

    .xl\:-mr-0 {
        margin-right: 0px;
    }

    .xl\:-mr-1 {
        margin-right: -0.25rem;
    }

    .xl\:-mr-2 {
        margin-right: -0.5rem;
    }

    .xl\:-mr-3 {
        margin-right: -0.75rem;
    }

    .xl\:-mr-4 {
        margin-right: -1rem;
    }

    .xl\:-mr-5 {
        margin-right: -1.25rem;
    }

    .xl\:-mr-6 {
        margin-right: -1.5rem;
    }

    .xl\:-mr-7 {
        margin-right: -1.75rem;
    }

    .xl\:-mr-8 {
        margin-right: -2rem;
    }

    .xl\:-mr-9 {
        margin-right: -2.25rem;
    }

    .xl\:-mr-10 {
        margin-right: -2.5rem;
    }

    .xl\:-mr-11 {
        margin-right: -2.75rem;
    }

    .xl\:-mr-12 {
        margin-right: -3rem;
    }

    .xl\:-mr-14 {
        margin-right: -3.5rem;
    }

    .xl\:-mr-16 {
        margin-right: -4rem;
    }

    .xl\:-mr-18 {
        margin-right: -4.375rem;
    }

    .xl\:-mr-19 {
        margin-right: -76px;
    }

    .xl\:-mr-20 {
        margin-right: -5rem;
    }

    .xl\:-mr-24 {
        margin-right: -6rem;
    }

    .xl\:-mr-28 {
        margin-right: -7rem;
    }

    .xl\:-mr-30 {
        margin-right: -120px;
    }

    .xl\:-mr-32 {
        margin-right: -8rem;
    }

    .xl\:-mr-36 {
        margin-right: -9rem;
    }

    .xl\:-mr-40 {
        margin-right: -10rem;
    }

    .xl\:-mr-44 {
        margin-right: -11rem;
    }

    .xl\:-mr-48 {
        margin-right: -12rem;
    }

    .xl\:-mr-52 {
        margin-right: -13rem;
    }

    .xl\:-mr-56 {
        margin-right: -14rem;
    }

    .xl\:-mr-60 {
        margin-right: -15rem;
    }

    .xl\:-mr-64 {
        margin-right: -16rem;
    }

    .xl\:-mr-72 {
        margin-right: -18rem;
    }

    .xl\:-mr-80 {
        margin-right: -20rem;
    }

    .xl\:-mr-96 {
        margin-right: -24rem;
    }

    .xl\:-mr-px {
        margin-right: -1px;
    }

    .xl\:-mr-0\.5 {
        margin-right: -0.125rem;
    }

    .xl\:-mr-1\.5 {
        margin-right: -0.375rem;
    }

    .xl\:-mr-2\.5 {
        margin-right: -0.625rem;
    }

    .xl\:-mr-3\.5 {
        margin-right: -0.875rem;
    }

    .xl\:-mr-5p {
        margin-right: -5px;
    }

    .xl\:-mr-10p {
        margin-right: -10px;
    }

    .xl\:-mr-14p {
        margin-right: -14px;
    }

    .xl\:-mr-15p {
        margin-right: -15px;
    }

    .xl\:-mr-15_2 {
        margin-right: -60px;
    }

    .xl\:-mr-16_1 {
        margin-right: -52px;
    }

    .xl\:-mr-16p {
        margin-right: -16px;
    }

    .xl\:-mr-25p {
        margin-right: -25px;
    }

    .xl\:-mr-48p {
        margin-right: -48%;
    }

    .xl\:-mr-52p {
        margin-right: -52%;
    }

    .xl\:mb-0 {
        margin-bottom: 0px;
    }

    .xl\:mb-1 {
        margin-bottom: 0.25rem;
    }

    .xl\:mb-2 {
        margin-bottom: 0.5rem;
    }

    .xl\:mb-3 {
        margin-bottom: 0.75rem;
    }

    .xl\:mb-4 {
        margin-bottom: 1rem;
    }

    .xl\:mb-5 {
        margin-bottom: 1.25rem;
    }

    .xl\:mb-6 {
        margin-bottom: 1.5rem;
    }

    .xl\:mb-7 {
        margin-bottom: 1.75rem;
    }

    .xl\:mb-8 {
        margin-bottom: 2rem;
    }

    .xl\:mb-9 {
        margin-bottom: 2.25rem;
    }

    .xl\:mb-10 {
        margin-bottom: 2.5rem;
    }

    .xl\:mb-11 {
        margin-bottom: 2.75rem;
    }

    .xl\:mb-12 {
        margin-bottom: 3rem;
    }

    .xl\:mb-13 {
        margin-bottom: 3.25rem;
    }

    .xl\:mb-14 {
        margin-bottom: 3.5rem;
    }

    .xl\:mb-16 {
        margin-bottom: 4rem;
    }

    .xl\:mb-18 {
        margin-bottom: 4.375rem;
    }

    .xl\:mb-19 {
        margin-bottom: 76px;
    }

    .xl\:mb-20 {
        margin-bottom: 5rem;
    }

    .xl\:mb-22 {
        margin-bottom: 5.3125rem;
    }

    .xl\:mb-24 {
        margin-bottom: 6rem;
    }

    .xl\:mb-28 {
        margin-bottom: 7rem;
    }

    .xl\:mb-30 {
        margin-bottom: 120px;
    }

    .xl\:mb-32 {
        margin-bottom: 8rem;
    }

    .xl\:mb-36 {
        margin-bottom: 9rem;
    }

    .xl\:mb-40 {
        margin-bottom: 10rem;
    }

    .xl\:mb-44 {
        margin-bottom: 11rem;
    }

    .xl\:mb-46 {
        margin-bottom: 11.44rem;
    }

    .xl\:mb-48 {
        margin-bottom: 12rem;
    }

    .xl\:mb-52 {
        margin-bottom: 13rem;
    }

    .xl\:mb-56 {
        margin-bottom: 14rem;
    }

    .xl\:mb-60 {
        margin-bottom: 15rem;
    }

    .xl\:mb-64 {
        margin-bottom: 16rem;
    }

    .xl\:mb-72 {
        margin-bottom: 18rem;
    }

    .xl\:mb-80 {
        margin-bottom: 20rem;
    }

    .xl\:mb-96 {
        margin-bottom: 24rem;
    }

    .xl\:mb-auto {
        margin-bottom: auto;
    }

    .xl\:mb-px {
        margin-bottom: 1px;
    }

    .xl\:mb-0\.5 {
        margin-bottom: 0.125rem;
    }

    .xl\:mb-1\.5 {
        margin-bottom: 0.375rem;
    }

    .xl\:mb-2\.5 {
        margin-bottom: 0.625rem;
    }

    .xl\:mb-3\.5 {
        margin-bottom: 0.875rem;
    }

    .xl\:mb-5p {
        margin-bottom: 5px;
    }

    .xl\:mb-10p {
        margin-bottom: 10px;
    }

    .xl\:mb-14p {
        margin-bottom: 14px;
    }

    .xl\:mb-15p {
        margin-bottom: 15px;
    }

    .xl\:mb-15_2 {
        margin-bottom: 60px;
    }

    .xl\:mb-16_1 {
        margin-bottom: 52px;
    }

    .xl\:mb-16p {
        margin-bottom: 16px;
    }

    .xl\:mb-25p {
        margin-bottom: 25px;
    }

    .xl\:mb-48p {
        margin-bottom: 48%;
    }

    .xl\:mb-52p {
        margin-bottom: 52%;
    }

    .xl\:-mb-0 {
        margin-bottom: 0px;
    }

    .xl\:-mb-1 {
        margin-bottom: -0.25rem;
    }

    .xl\:-mb-2 {
        margin-bottom: -0.5rem;
    }

    .xl\:-mb-3 {
        margin-bottom: -0.75rem;
    }

    .xl\:-mb-4 {
        margin-bottom: -1rem;
    }

    .xl\:-mb-5 {
        margin-bottom: -1.25rem;
    }

    .xl\:-mb-6 {
        margin-bottom: -1.5rem;
    }

    .xl\:-mb-7 {
        margin-bottom: -1.75rem;
    }

    .xl\:-mb-8 {
        margin-bottom: -2rem;
    }

    .xl\:-mb-9 {
        margin-bottom: -2.25rem;
    }

    .xl\:-mb-10 {
        margin-bottom: -2.5rem;
    }

    .xl\:-mb-11 {
        margin-bottom: -2.75rem;
    }

    .xl\:-mb-12 {
        margin-bottom: -3rem;
    }

    .xl\:-mb-14 {
        margin-bottom: -3.5rem;
    }

    .xl\:-mb-16 {
        margin-bottom: -4rem;
    }

    .xl\:-mb-18 {
        margin-bottom: -4.375rem;
    }

    .xl\:-mb-19 {
        margin-bottom: -76px;
    }

    .xl\:-mb-20 {
        margin-bottom: -5rem;
    }

    .xl\:-mb-24 {
        margin-bottom: -6rem;
    }

    .xl\:-mb-28 {
        margin-bottom: -7rem;
    }

    .xl\:-mb-30 {
        margin-bottom: -120px;
    }

    .xl\:-mb-32 {
        margin-bottom: -8rem;
    }

    .xl\:-mb-36 {
        margin-bottom: -9rem;
    }

    .xl\:-mb-40 {
        margin-bottom: -10rem;
    }

    .xl\:-mb-44 {
        margin-bottom: -11rem;
    }

    .xl\:-mb-48 {
        margin-bottom: -12rem;
    }

    .xl\:-mb-52 {
        margin-bottom: -13rem;
    }

    .xl\:-mb-56 {
        margin-bottom: -14rem;
    }

    .xl\:-mb-60 {
        margin-bottom: -15rem;
    }

    .xl\:-mb-64 {
        margin-bottom: -16rem;
    }

    .xl\:-mb-72 {
        margin-bottom: -18rem;
    }

    .xl\:-mb-80 {
        margin-bottom: -20rem;
    }

    .xl\:-mb-96 {
        margin-bottom: -24rem;
    }

    .xl\:-mb-px {
        margin-bottom: -1px;
    }

    .xl\:-mb-0\.5 {
        margin-bottom: -0.125rem;
    }

    .xl\:-mb-1\.5 {
        margin-bottom: -0.375rem;
    }

    .xl\:-mb-2\.5 {
        margin-bottom: -0.625rem;
    }

    .xl\:-mb-3\.5 {
        margin-bottom: -0.875rem;
    }

    .xl\:-mb-5p {
        margin-bottom: -5px;
    }

    .xl\:-mb-10p {
        margin-bottom: -10px;
    }

    .xl\:-mb-14p {
        margin-bottom: -14px;
    }

    .xl\:-mb-15p {
        margin-bottom: -15px;
    }

    .xl\:-mb-15_2 {
        margin-bottom: -60px;
    }

    .xl\:-mb-16_1 {
        margin-bottom: -52px;
    }

    .xl\:-mb-16p {
        margin-bottom: -16px;
    }

    .xl\:-mb-25p {
        margin-bottom: -25px;
    }

    .xl\:-mb-48p {
        margin-bottom: -48%;
    }

    .xl\:-mb-52p {
        margin-bottom: -52%;
    }

    .xl\:ml-0 {
        margin-left: 0px;
    }

    .xl\:ml-1 {
        margin-left: 0.25rem;
    }

    .xl\:ml-2 {
        margin-left: 0.5rem;
    }

    .xl\:ml-3 {
        margin-left: 0.75rem;
    }

    .xl\:ml-4 {
        margin-left: 1rem;
    }

    .xl\:ml-5 {
        margin-left: 1.25rem;
    }

    .xl\:ml-6 {
        margin-left: 1.5rem;
    }

    .xl\:ml-7 {
        margin-left: 1.75rem;
    }

    .xl\:ml-8 {
        margin-left: 2rem;
    }

    .xl\:ml-9 {
        margin-left: 2.25rem;
    }

    .xl\:ml-10 {
        margin-left: 2.5rem;
    }

    .xl\:ml-11 {
        margin-left: 2.75rem;
    }

    .xl\:ml-12 {
        margin-left: 3rem;
    }

    .xl\:ml-13 {
        margin-left: 3.25rem;
    }

    .xl\:ml-14 {
        margin-left: 3.5rem;
    }

    .xl\:ml-16 {
        margin-left: 4rem;
    }

    .xl\:ml-18 {
        margin-left: 4.375rem;
    }

    .xl\:ml-19 {
        margin-left: 76px;
    }

    .xl\:ml-20 {
        margin-left: 5rem;
    }

    .xl\:ml-22 {
        margin-left: 5.3125rem;
    }

    .xl\:ml-24 {
        margin-left: 6rem;
    }

    .xl\:ml-28 {
        margin-left: 7rem;
    }

    .xl\:ml-30 {
        margin-left: 120px;
    }

    .xl\:ml-32 {
        margin-left: 8rem;
    }

    .xl\:ml-36 {
        margin-left: 9rem;
    }

    .xl\:ml-40 {
        margin-left: 10rem;
    }

    .xl\:ml-44 {
        margin-left: 11rem;
    }

    .xl\:ml-46 {
        margin-left: 11.44rem;
    }

    .xl\:ml-48 {
        margin-left: 12rem;
    }

    .xl\:ml-52 {
        margin-left: 13rem;
    }

    .xl\:ml-56 {
        margin-left: 14rem;
    }

    .xl\:ml-60 {
        margin-left: 15rem;
    }

    .xl\:ml-64 {
        margin-left: 16rem;
    }

    .xl\:ml-72 {
        margin-left: 18rem;
    }

    .xl\:ml-80 {
        margin-left: 20rem;
    }

    .xl\:ml-96 {
        margin-left: 24rem;
    }

    .xl\:ml-auto {
        margin-left: auto;
    }

    .xl\:ml-px {
        margin-left: 1px;
    }

    .xl\:ml-0\.5 {
        margin-left: 0.125rem;
    }

    .xl\:ml-1\.5 {
        margin-left: 0.375rem;
    }

    .xl\:ml-2\.5 {
        margin-left: 0.625rem;
    }

    .xl\:ml-3\.5 {
        margin-left: 0.875rem;
    }

    .xl\:ml-5p {
        margin-left: 5px;
    }

    .xl\:ml-10p {
        margin-left: 10px;
    }

    .xl\:ml-14p {
        margin-left: 14px;
    }

    .xl\:ml-15p {
        margin-left: 15px;
    }

    .xl\:ml-15_2 {
        margin-left: 60px;
    }

    .xl\:ml-16_1 {
        margin-left: 52px;
    }

    .xl\:ml-16p {
        margin-left: 16px;
    }

    .xl\:ml-25p {
        margin-left: 25px;
    }

    .xl\:ml-48p {
        margin-left: 48%;
    }

    .xl\:ml-52p {
        margin-left: 52%;
    }

    .xl\:-ml-0 {
        margin-left: 0px;
    }

    .xl\:-ml-1 {
        margin-left: -0.25rem;
    }

    .xl\:-ml-2 {
        margin-left: -0.5rem;
    }

    .xl\:-ml-3 {
        margin-left: -0.75rem;
    }

    .xl\:-ml-4 {
        margin-left: -1rem;
    }

    .xl\:-ml-5 {
        margin-left: -1.25rem;
    }

    .xl\:-ml-6 {
        margin-left: -1.5rem;
    }

    .xl\:-ml-7 {
        margin-left: -1.75rem;
    }

    .xl\:-ml-8 {
        margin-left: -2rem;
    }

    .xl\:-ml-9 {
        margin-left: -2.25rem;
    }

    .xl\:-ml-10 {
        margin-left: -2.5rem;
    }

    .xl\:-ml-11 {
        margin-left: -2.75rem;
    }

    .xl\:-ml-12 {
        margin-left: -3rem;
    }

    .xl\:-ml-14 {
        margin-left: -3.5rem;
    }

    .xl\:-ml-16 {
        margin-left: -4rem;
    }

    .xl\:-ml-18 {
        margin-left: -4.375rem;
    }

    .xl\:-ml-19 {
        margin-left: -76px;
    }

    .xl\:-ml-20 {
        margin-left: -5rem;
    }

    .xl\:-ml-24 {
        margin-left: -6rem;
    }

    .xl\:-ml-28 {
        margin-left: -7rem;
    }

    .xl\:-ml-30 {
        margin-left: -120px;
    }

    .xl\:-ml-32 {
        margin-left: -8rem;
    }

    .xl\:-ml-36 {
        margin-left: -9rem;
    }

    .xl\:-ml-40 {
        margin-left: -10rem;
    }

    .xl\:-ml-44 {
        margin-left: -11rem;
    }

    .xl\:-ml-48 {
        margin-left: -12rem;
    }

    .xl\:-ml-52 {
        margin-left: -13rem;
    }

    .xl\:-ml-56 {
        margin-left: -14rem;
    }

    .xl\:-ml-60 {
        margin-left: -15rem;
    }

    .xl\:-ml-64 {
        margin-left: -16rem;
    }

    .xl\:-ml-72 {
        margin-left: -18rem;
    }

    .xl\:-ml-80 {
        margin-left: -20rem;
    }

    .xl\:-ml-96 {
        margin-left: -24rem;
    }

    .xl\:-ml-px {
        margin-left: -1px;
    }

    .xl\:-ml-0\.5 {
        margin-left: -0.125rem;
    }

    .xl\:-ml-1\.5 {
        margin-left: -0.375rem;
    }

    .xl\:-ml-2\.5 {
        margin-left: -0.625rem;
    }

    .xl\:-ml-3\.5 {
        margin-left: -0.875rem;
    }

    .xl\:-ml-5p {
        margin-left: -5px;
    }

    .xl\:-ml-10p {
        margin-left: -10px;
    }

    .xl\:-ml-14p {
        margin-left: -14px;
    }

    .xl\:-ml-15p {
        margin-left: -15px;
    }

    .xl\:-ml-15_2 {
        margin-left: -60px;
    }

    .xl\:-ml-16_1 {
        margin-left: -52px;
    }

    .xl\:-ml-16p {
        margin-left: -16px;
    }

    .xl\:-ml-25p {
        margin-left: -25px;
    }

    .xl\:-ml-48p {
        margin-left: -48%;
    }

    .xl\:-ml-52p {
        margin-left: -52%;
    }

    .xl\:box-border {
        box-sizing: border-box;
    }

    .xl\:box-content {
        box-sizing: content-box;
    }

    .xl\:block {
        display: block;
    }

    .xl\:inline-block {
        display: inline-block;
    }

    .xl\:inline {
        display: inline;
    }

    .xl\:flex {
        display: flex;
    }

    .xl\:inline-flex {
        display: inline-flex;
    }

    .xl\:table {
        display: table;
    }

    .xl\:inline-table {
        display: inline-table;
    }

    .xl\:table-caption {
        display: table-caption;
    }

    .xl\:table-cell {
        display: table-cell;
    }

    .xl\:table-column {
        display: table-column;
    }

    .xl\:table-column-group {
        display: table-column-group;
    }

    .xl\:table-footer-group {
        display: table-footer-group;
    }

    .xl\:table-header-group {
        display: table-header-group;
    }

    .xl\:table-row-group {
        display: table-row-group;
    }

    .xl\:table-row {
        display: table-row;
    }

    .xl\:flow-root {
        display: flow-root;
    }

    .xl\:grid {
        display: grid;
    }

    .xl\:inline-grid {
        display: inline-grid;
    }

    .xl\:contents {
        display: contents;
    }

    .xl\:list-item {
        display: list-item;
    }

    .xl\:hidden {
        display: none;
    }

    .xl\:h-0 {
        height: 0px;
    }

    .xl\:h-1 {
        height: 0.25rem;
    }

    .xl\:h-2 {
        height: 0.5rem;
    }

    .xl\:h-3 {
        height: 0.75rem;
    }

    .xl\:h-4 {
        height: 1rem;
    }

    .xl\:h-5 {
        height: 1.25rem;
    }

    .xl\:h-6 {
        height: 1.5rem;
    }

    .xl\:h-7 {
        height: 1.75rem;
    }

    .xl\:h-8 {
        height: 2rem;
    }

    .xl\:h-9 {
        height: 2.25rem;
    }

    .xl\:h-10 {
        height: 2.5rem;
    }

    .xl\:h-11 {
        height: 2.75rem;
    }

    .xl\:h-12 {
        height: 3rem;
    }

    .xl\:h-14 {
        height: 3.5rem;
    }

    .xl\:h-16 {
        height: 4rem;
    }

    .xl\:h-18 {
        height: 4.375rem;
    }

    .xl\:h-19 {
        height: 76px;
    }

    .xl\:h-20 {
        height: 5rem;
    }

    .xl\:h-24 {
        height: 6rem;
    }

    .xl\:h-28 {
        height: 7rem;
    }

    .xl\:h-30 {
        height: 120px;
    }

    .xl\:h-32 {
        height: 8rem;
    }

    .xl\:h-36 {
        height: 9rem;
    }

    .xl\:h-40 {
        height: 10rem;
    }

    .xl\:h-44 {
        height: 11rem;
    }

    .xl\:h-48 {
        height: 12rem;
    }

    .xl\:h-52 {
        height: 13rem;
    }

    .xl\:h-56 {
        height: 14rem;
    }

    .xl\:h-60 {
        height: 15rem;
    }

    .xl\:h-64 {
        height: 16rem;
    }

    .xl\:h-72 {
        height: 18rem;
    }

    .xl\:h-80 {
        height: 20rem;
    }

    .xl\:h-96 {
        height: 24rem;
    }

    .xl\:h-auto {
        height: auto;
    }

    .xl\:h-px {
        height: 1px;
    }

    .xl\:h-0\.5 {
        height: 0.125rem;
    }

    .xl\:h-1\.5 {
        height: 0.375rem;
    }

    .xl\:h-2\.5 {
        height: 0.625rem;
    }

    .xl\:h-3\.5 {
        height: 0.875rem;
    }

    .xl\:h-5p {
        height: 5px;
    }

    .xl\:h-10p {
        height: 10px;
    }

    .xl\:h-14p {
        height: 14px;
    }

    .xl\:h-15p {
        height: 15px;
    }

    .xl\:h-15_2 {
        height: 60px;
    }

    .xl\:h-16_1 {
        height: 52px;
    }

    .xl\:h-16p {
        height: 16px;
    }

    .xl\:h-25p {
        height: 25px;
    }

    .xl\:h-48p {
        height: 48%;
    }

    .xl\:h-52p {
        height: 52%;
    }

    .xl\:h-1\/2 {
        height: 50%;
    }

    .xl\:h-1\/3 {
        height: 33.333333%;
    }

    .xl\:h-2\/3 {
        height: 66.666667%;
    }

    .xl\:h-1\/4 {
        height: 25%;
    }

    .xl\:h-2\/4 {
        height: 50%;
    }

    .xl\:h-3\/4 {
        height: 75%;
    }

    .xl\:h-1\/5 {
        height: 20%;
    }

    .xl\:h-2\/5 {
        height: 40%;
    }

    .xl\:h-3\/5 {
        height: 60%;
    }

    .xl\:h-4\/5 {
        height: 80%;
    }

    .xl\:h-1\/6 {
        height: 16.666667%;
    }

    .xl\:h-2\/6 {
        height: 33.333333%;
    }

    .xl\:h-3\/6 {
        height: 50%;
    }

    .xl\:h-4\/6 {
        height: 66.666667%;
    }

    .xl\:h-5\/6 {
        height: 83.333333%;
    }

    .xl\:h-full {
        height: 100%;
    }

    .xl\:h-screen {
        height: 100vh;
    }

    .xl\:max-h-0 {
        max-height: 0px;
    }

    .xl\:max-h-1 {
        max-height: 0.25rem;
    }

    .xl\:max-h-2 {
        max-height: 0.5rem;
    }

    .xl\:max-h-3 {
        max-height: 0.75rem;
    }

    .xl\:max-h-4 {
        max-height: 1rem;
    }

    .xl\:max-h-5 {
        max-height: 1.25rem;
    }

    .xl\:max-h-6 {
        max-height: 1.5rem;
    }

    .xl\:max-h-7 {
        max-height: 1.75rem;
    }

    .xl\:max-h-8 {
        max-height: 2rem;
    }

    .xl\:max-h-9 {
        max-height: 2.25rem;
    }

    .xl\:max-h-10 {
        max-height: 2.5rem;
    }

    .xl\:max-h-11 {
        max-height: 2.75rem;
    }

    .xl\:max-h-12 {
        max-height: 3rem;
    }

    .xl\:max-h-14 {
        max-height: 3.5rem;
    }

    .xl\:max-h-16 {
        max-height: 4rem;
    }

    .xl\:max-h-18 {
        max-height: 4.375rem;
    }

    .xl\:max-h-19 {
        max-height: 76px;
    }

    .xl\:max-h-20 {
        max-height: 5rem;
    }

    .xl\:max-h-24 {
        max-height: 6rem;
    }

    .xl\:max-h-28 {
        max-height: 7rem;
    }

    .xl\:max-h-30 {
        max-height: 120px;
    }

    .xl\:max-h-32 {
        max-height: 8rem;
    }

    .xl\:max-h-36 {
        max-height: 9rem;
    }

    .xl\:max-h-40 {
        max-height: 10rem;
    }

    .xl\:max-h-44 {
        max-height: 11rem;
    }

    .xl\:max-h-48 {
        max-height: 12rem;
    }

    .xl\:max-h-52 {
        max-height: 13rem;
    }

    .xl\:max-h-56 {
        max-height: 14rem;
    }

    .xl\:max-h-60 {
        max-height: 15rem;
    }

    .xl\:max-h-64 {
        max-height: 16rem;
    }

    .xl\:max-h-72 {
        max-height: 18rem;
    }

    .xl\:max-h-80 {
        max-height: 20rem;
    }

    .xl\:max-h-96 {
        max-height: 24rem;
    }

    .xl\:max-h-px {
        max-height: 1px;
    }

    .xl\:max-h-0\.5 {
        max-height: 0.125rem;
    }

    .xl\:max-h-1\.5 {
        max-height: 0.375rem;
    }

    .xl\:max-h-2\.5 {
        max-height: 0.625rem;
    }

    .xl\:max-h-3\.5 {
        max-height: 0.875rem;
    }

    .xl\:max-h-5p {
        max-height: 5px;
    }

    .xl\:max-h-10p {
        max-height: 10px;
    }

    .xl\:max-h-14p {
        max-height: 14px;
    }

    .xl\:max-h-15p {
        max-height: 15px;
    }

    .xl\:max-h-15_2 {
        max-height: 60px;
    }

    .xl\:max-h-16_1 {
        max-height: 52px;
    }

    .xl\:max-h-16p {
        max-height: 16px;
    }

    .xl\:max-h-25p {
        max-height: 25px;
    }

    .xl\:max-h-48p {
        max-height: 48%;
    }

    .xl\:max-h-52p {
        max-height: 52%;
    }

    .xl\:max-h-full {
        max-height: 100%;
    }

    .xl\:max-h-screen {
        max-height: 100vh;
    }

    .xl\:min-h-0 {
        min-height: 0px;
    }

    .xl\:min-h-full {
        min-height: 100%;
    }

    .xl\:min-h-screen {
        min-height: 100vh;
    }

    .xl\:w-0 {
        width: 0px;
    }

    .xl\:w-1 {
        width: 0.25rem;
    }

    .xl\:w-2 {
        width: 0.5rem;
    }

    .xl\:w-3 {
        width: 0.75rem;
    }

    .xl\:w-4 {
        width: 1rem;
    }

    .xl\:w-5 {
        width: 1.25rem;
    }

    .xl\:w-6 {
        width: 1.5rem;
    }

    .xl\:w-7 {
        width: 1.75rem;
    }

    .xl\:w-8 {
        width: 2rem;
    }

    .xl\:w-9 {
        width: 2.25rem;
    }

    .xl\:w-10 {
        width: 2.5rem;
    }

    .xl\:w-11 {
        width: 2.75rem;
    }

    .xl\:w-12 {
        width: 3rem;
    }

    .xl\:w-14 {
        width: 3.5rem;
    }

    .xl\:w-16 {
        width: 4rem;
    }

    .xl\:w-18 {
        width: 4.375rem;
    }

    .xl\:w-19 {
        width: 76px;
    }

    .xl\:w-20 {
        width: 5rem;
    }

    .xl\:w-24 {
        width: 6rem;
    }

    .xl\:w-28 {
        width: 7rem;
    }

    .xl\:w-30 {
        width: 120px;
    }

    .xl\:w-32 {
        width: 8rem;
    }

    .xl\:w-36 {
        width: 9rem;
    }

    .xl\:w-40 {
        width: 10rem;
    }

    .xl\:w-44 {
        width: 11rem;
    }

    .xl\:w-48 {
        width: 12rem;
    }

    .xl\:w-52 {
        width: 13rem;
    }

    .xl\:w-56 {
        width: 14rem;
    }

    .xl\:w-60 {
        width: 15rem;
    }

    .xl\:w-64 {
        width: 16rem;
    }

    .xl\:w-72 {
        width: 18rem;
    }

    .xl\:w-80 {
        width: 20rem;
    }

    .xl\:w-96 {
        width: 24rem;
    }

    .xl\:w-auto {
        width: auto;
    }

    .xl\:w-px {
        width: 1px;
    }

    .xl\:w-0\.5 {
        width: 0.125rem;
    }

    .xl\:w-1\.5 {
        width: 0.375rem;
    }

    .xl\:w-2\.5 {
        width: 0.625rem;
    }

    .xl\:w-3\.5 {
        width: 0.875rem;
    }

    .xl\:w-5p {
        width: 5px;
    }

    .xl\:w-10p {
        width: 10px;
    }

    .xl\:w-14p {
        width: 14px;
    }

    .xl\:w-15p {
        width: 15px;
    }

    .xl\:w-15_2 {
        width: 60px;
    }

    .xl\:w-16_1 {
        width: 52px;
    }

    .xl\:w-16p {
        width: 16px;
    }

    .xl\:w-25p {
        width: 25px;
    }

    .xl\:w-48p {
        width: 48%;
    }

    .xl\:w-52p {
        width: 52%;
    }

    .xl\:w-1\/2 {
        width: 50%;
    }

    .xl\:w-1\/3 {
        width: 33.333333%;
    }

    .xl\:w-2\/3 {
        width: 66.666667%;
    }

    .xl\:w-1\/4 {
        width: 25%;
    }

    .xl\:w-2\/4 {
        width: 50%;
    }

    .xl\:w-3\/4 {
        width: 75%;
    }

    .xl\:w-1\/5 {
        width: 20%;
    }

    .xl\:w-2\/5 {
        width: 40%;
    }

    .xl\:w-3\/5 {
        width: 60%;
    }

    .xl\:w-4\/5 {
        width: 80%;
    }

    .xl\:w-1\/6 {
        width: 16.666667%;
    }

    .xl\:w-2\/6 {
        width: 33.333333%;
    }

    .xl\:w-3\/6 {
        width: 50%;
    }

    .xl\:w-4\/6 {
        width: 66.666667%;
    }

    .xl\:w-5\/6 {
        width: 83.333333%;
    }

    .xl\:w-1\/12 {
        width: 8.333333%;
    }

    .xl\:w-2\/12 {
        width: 16.666667%;
    }

    .xl\:w-3\/12 {
        width: 25%;
    }

    .xl\:w-4\/12 {
        width: 33.333333%;
    }

    .xl\:w-5\/12 {
        width: 41.666667%;
    }

    .xl\:w-6\/12 {
        width: 50%;
    }

    .xl\:w-7\/12 {
        width: 58.333333%;
    }

    .xl\:w-8\/12 {
        width: 66.666667%;
    }

    .xl\:w-9\/12 {
        width: 75%;
    }

    .xl\:w-10\/12 {
        width: 83.333333%;
    }

    .xl\:w-11\/12 {
        width: 91.666667%;
    }

    .xl\:w-full {
        width: 100%;
    }

    .xl\:w-screen {
        width: 100vw;
    }

    .xl\:w-min {
        width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content;
    }

    .xl\:w-max {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .xl\:w-51\% {
        width: 51%;
    }

    .xl\:w-49\% {
        width: 49%;
    }

    .xl\:min-w-0 {
        min-width: 0px;
    }

    .xl\:min-w-full {
        min-width: 100%;
    }

    .xl\:min-w-min {
        min-width: -webkit-min-content;
        min-width: -moz-min-content;
        min-width: min-content;
    }

    .xl\:min-w-max {
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
    }

    .xl\:max-w-0 {
        max-width: 0rem;
    }

    .xl\:max-w-none {
        max-width: none;
    }

    .xl\:max-w-xs {
        max-width: 20rem;
    }

    .xl\:max-w-sm {
        max-width: 24rem;
    }

    .xl\:max-w-md {
        max-width: 28rem;
    }

    .xl\:max-w-lg {
        max-width: 32rem;
    }

    .xl\:max-w-xl {
        max-width: 36rem;
    }

    .xl\:max-w-2xl {
        max-width: 42rem;
    }

    .xl\:max-w-3xl {
        max-width: 48rem;
    }

    .xl\:max-w-4xl {
        max-width: 56rem;
    }

    .xl\:max-w-5xl {
        max-width: 64rem;
    }

    .xl\:max-w-6xl {
        max-width: 72rem;
    }

    .xl\:max-w-7xl {
        max-width: 80rem;
    }

    .xl\:max-w-full {
        max-width: 100%;
    }

    .xl\:max-w-min {
        max-width: -webkit-min-content;
        max-width: -moz-min-content;
        max-width: min-content;
    }

    .xl\:max-w-max {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }

    .xl\:max-w-prose {
        max-width: 65ch;
    }

    .xl\:max-w-screen-sm {
        max-width: 600px;
    }

    .xl\:max-w-screen-md {
        max-width: 768px;
    }

    .xl\:max-w-screen-lg {
        max-width: 992px;
    }

    .xl\:max-w-screen-xl {
        max-width: 1280px;
    }

    .xl\:max-w-screen-2xl {
        max-width: 1536px;
    }

    .xl\:max-w-1\.5xl {
        max-width: 40rem;
    }

    .xl\:max-w-3\.5xl {
        max-width: 51.5rem;
    }

    .xl\:max-w-4\.5xl {
        max-width: 62.5rem;
    }

    .xl\:max-w-thumb {
        max-width: 11.375rem;
    }

    .xl\:max-w-discription {
        max-width: 248px;
    }

    .xl\:max-w-5\.5xl {
        max-width: 1132px;
    }

    .xl\:flex-1 {
        flex: 1 1 0%;
    }

    .xl\:flex-auto {
        flex: 1 1 auto;
    }

    .xl\:flex-initial {
        flex: 0 1 auto;
    }

    .xl\:flex-none {
        flex: none;
    }

    .xl\:flex-shrink-0 {
        flex-shrink: 0;
    }

    .xl\:flex-shrink {
        flex-shrink: 1;
    }

    .xl\:flex-grow-0 {
        flex-grow: 0;
    }

    .xl\:flex-grow {
        flex-grow: 1;
    }

    .xl\:table-auto {
        table-layout: auto;
    }

    .xl\:table-fixed {
        table-layout: fixed;
    }

    .xl\:border-collapse {
        border-collapse: collapse;
    }

    .xl\:border-separate {
        border-collapse: separate;
    }

    .xl\:origin-center {
        transform-origin: center;
    }

    .xl\:origin-top {
        transform-origin: top;
    }

    .xl\:origin-top-right {
        transform-origin: top right;
    }

    .xl\:origin-right {
        transform-origin: right;
    }

    .xl\:origin-bottom-right {
        transform-origin: bottom right;
    }

    .xl\:origin-bottom {
        transform-origin: bottom;
    }

    .xl\:origin-bottom-left {
        transform-origin: bottom left;
    }

    .xl\:origin-left {
        transform-origin: left;
    }

    .xl\:origin-top-left {
        transform-origin: top left;
    }

    .xl\:transform {
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        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));
    }

    .xl\:transform-gpu {
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        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));
    }

    .xl\:transform-none {
        transform: none;
    }

    .xl\:translate-x-0 {
        --tw-translate-x: 0px;
    }

    .xl\:translate-x-1 {
        --tw-translate-x: 0.25rem;
    }

    .xl\:translate-x-2 {
        --tw-translate-x: 0.5rem;
    }

    .xl\:translate-x-3 {
        --tw-translate-x: 0.75rem;
    }

    .xl\:translate-x-4 {
        --tw-translate-x: 1rem;
    }

    .xl\:translate-x-5 {
        --tw-translate-x: 1.25rem;
    }

    .xl\:translate-x-6 {
        --tw-translate-x: 1.5rem;
    }

    .xl\:translate-x-7 {
        --tw-translate-x: 1.75rem;
    }

    .xl\:translate-x-8 {
        --tw-translate-x: 2rem;
    }

    .xl\:translate-x-9 {
        --tw-translate-x: 2.25rem;
    }

    .xl\:translate-x-10 {
        --tw-translate-x: 2.5rem;
    }

    .xl\:translate-x-11 {
        --tw-translate-x: 2.75rem;
    }

    .xl\:translate-x-12 {
        --tw-translate-x: 3rem;
    }

    .xl\:translate-x-14 {
        --tw-translate-x: 3.5rem;
    }

    .xl\:translate-x-16 {
        --tw-translate-x: 4rem;
    }

    .xl\:translate-x-18 {
        --tw-translate-x: 4.375rem;
    }

    .xl\:translate-x-19 {
        --tw-translate-x: 76px;
    }

    .xl\:translate-x-20 {
        --tw-translate-x: 5rem;
    }

    .xl\:translate-x-24 {
        --tw-translate-x: 6rem;
    }

    .xl\:translate-x-28 {
        --tw-translate-x: 7rem;
    }

    .xl\:translate-x-30 {
        --tw-translate-x: 120px;
    }

    .xl\:translate-x-32 {
        --tw-translate-x: 8rem;
    }

    .xl\:translate-x-36 {
        --tw-translate-x: 9rem;
    }

    .xl\:translate-x-40 {
        --tw-translate-x: 10rem;
    }

    .xl\:translate-x-44 {
        --tw-translate-x: 11rem;
    }

    .xl\:translate-x-48 {
        --tw-translate-x: 12rem;
    }

    .xl\:translate-x-52 {
        --tw-translate-x: 13rem;
    }

    .xl\:translate-x-56 {
        --tw-translate-x: 14rem;
    }

    .xl\:translate-x-60 {
        --tw-translate-x: 15rem;
    }

    .xl\:translate-x-64 {
        --tw-translate-x: 16rem;
    }

    .xl\:translate-x-72 {
        --tw-translate-x: 18rem;
    }

    .xl\:translate-x-80 {
        --tw-translate-x: 20rem;
    }

    .xl\:translate-x-96 {
        --tw-translate-x: 24rem;
    }

    .xl\:translate-x-px {
        --tw-translate-x: 1px;
    }

    .xl\:translate-x-0\.5 {
        --tw-translate-x: 0.125rem;
    }

    .xl\:translate-x-1\.5 {
        --tw-translate-x: 0.375rem;
    }

    .xl\:translate-x-2\.5 {
        --tw-translate-x: 0.625rem;
    }

    .xl\:translate-x-3\.5 {
        --tw-translate-x: 0.875rem;
    }

    .xl\:translate-x-5p {
        --tw-translate-x: 5px;
    }

    .xl\:translate-x-10p {
        --tw-translate-x: 10px;
    }

    .xl\:translate-x-14p {
        --tw-translate-x: 14px;
    }

    .xl\:translate-x-15p {
        --tw-translate-x: 15px;
    }

    .xl\:translate-x-15_2 {
        --tw-translate-x: 60px;
    }

    .xl\:translate-x-16_1 {
        --tw-translate-x: 52px;
    }

    .xl\:translate-x-16p {
        --tw-translate-x: 16px;
    }

    .xl\:translate-x-25p {
        --tw-translate-x: 25px;
    }

    .xl\:translate-x-48p {
        --tw-translate-x: 48%;
    }

    .xl\:translate-x-52p {
        --tw-translate-x: 52%;
    }

    .xl\:-translate-x-0 {
        --tw-translate-x: 0px;
    }

    .xl\:-translate-x-1 {
        --tw-translate-x: -0.25rem;
    }

    .xl\:-translate-x-2 {
        --tw-translate-x: -0.5rem;
    }

    .xl\:-translate-x-3 {
        --tw-translate-x: -0.75rem;
    }

    .xl\:-translate-x-4 {
        --tw-translate-x: -1rem;
    }

    .xl\:-translate-x-5 {
        --tw-translate-x: -1.25rem;
    }

    .xl\:-translate-x-6 {
        --tw-translate-x: -1.5rem;
    }

    .xl\:-translate-x-7 {
        --tw-translate-x: -1.75rem;
    }

    .xl\:-translate-x-8 {
        --tw-translate-x: -2rem;
    }

    .xl\:-translate-x-9 {
        --tw-translate-x: -2.25rem;
    }

    .xl\:-translate-x-10 {
        --tw-translate-x: -2.5rem;
    }

    .xl\:-translate-x-11 {
        --tw-translate-x: -2.75rem;
    }

    .xl\:-translate-x-12 {
        --tw-translate-x: -3rem;
    }

    .xl\:-translate-x-14 {
        --tw-translate-x: -3.5rem;
    }

    .xl\:-translate-x-16 {
        --tw-translate-x: -4rem;
    }

    .xl\:-translate-x-18 {
        --tw-translate-x: -4.375rem;
    }

    .xl\:-translate-x-19 {
        --tw-translate-x: -76px;
    }

    .xl\:-translate-x-20 {
        --tw-translate-x: -5rem;
    }

    .xl\:-translate-x-24 {
        --tw-translate-x: -6rem;
    }

    .xl\:-translate-x-28 {
        --tw-translate-x: -7rem;
    }

    .xl\:-translate-x-30 {
        --tw-translate-x: -120px;
    }

    .xl\:-translate-x-32 {
        --tw-translate-x: -8rem;
    }

    .xl\:-translate-x-36 {
        --tw-translate-x: -9rem;
    }

    .xl\:-translate-x-40 {
        --tw-translate-x: -10rem;
    }

    .xl\:-translate-x-44 {
        --tw-translate-x: -11rem;
    }

    .xl\:-translate-x-48 {
        --tw-translate-x: -12rem;
    }

    .xl\:-translate-x-52 {
        --tw-translate-x: -13rem;
    }

    .xl\:-translate-x-56 {
        --tw-translate-x: -14rem;
    }

    .xl\:-translate-x-60 {
        --tw-translate-x: -15rem;
    }

    .xl\:-translate-x-64 {
        --tw-translate-x: -16rem;
    }

    .xl\:-translate-x-72 {
        --tw-translate-x: -18rem;
    }

    .xl\:-translate-x-80 {
        --tw-translate-x: -20rem;
    }

    .xl\:-translate-x-96 {
        --tw-translate-x: -24rem;
    }

    .xl\:-translate-x-px {
        --tw-translate-x: -1px;
    }

    .xl\:-translate-x-0\.5 {
        --tw-translate-x: -0.125rem;
    }

    .xl\:-translate-x-1\.5 {
        --tw-translate-x: -0.375rem;
    }

    .xl\:-translate-x-2\.5 {
        --tw-translate-x: -0.625rem;
    }

    .xl\:-translate-x-3\.5 {
        --tw-translate-x: -0.875rem;
    }

    .xl\:-translate-x-5p {
        --tw-translate-x: -5px;
    }

    .xl\:-translate-x-10p {
        --tw-translate-x: -10px;
    }

    .xl\:-translate-x-14p {
        --tw-translate-x: -14px;
    }

    .xl\:-translate-x-15p {
        --tw-translate-x: -15px;
    }

    .xl\:-translate-x-15_2 {
        --tw-translate-x: -60px;
    }

    .xl\:-translate-x-16_1 {
        --tw-translate-x: -52px;
    }

    .xl\:-translate-x-16p {
        --tw-translate-x: -16px;
    }

    .xl\:-translate-x-25p {
        --tw-translate-x: -25px;
    }

    .xl\:-translate-x-48p {
        --tw-translate-x: -48%;
    }

    .xl\:-translate-x-52p {
        --tw-translate-x: -52%;
    }

    .xl\:translate-x-1\/2 {
        --tw-translate-x: 50%;
    }

    .xl\:translate-x-1\/3 {
        --tw-translate-x: 33.333333%;
    }

    .xl\:translate-x-2\/3 {
        --tw-translate-x: 66.666667%;
    }

    .xl\:translate-x-1\/4 {
        --tw-translate-x: 25%;
    }

    .xl\:translate-x-2\/4 {
        --tw-translate-x: 50%;
    }

    .xl\:translate-x-3\/4 {
        --tw-translate-x: 75%;
    }

    .xl\:translate-x-full {
        --tw-translate-x: 100%;
    }

    .xl\:-translate-x-1\/2 {
        --tw-translate-x: -50%;
    }

    .xl\:-translate-x-1\/3 {
        --tw-translate-x: -33.333333%;
    }

    .xl\:-translate-x-2\/3 {
        --tw-translate-x: -66.666667%;
    }

    .xl\:-translate-x-1\/4 {
        --tw-translate-x: -25%;
    }

    .xl\:-translate-x-2\/4 {
        --tw-translate-x: -50%;
    }

    .xl\:-translate-x-3\/4 {
        --tw-translate-x: -75%;
    }

    .xl\:-translate-x-full {
        --tw-translate-x: -100%;
    }

    .xl\:translate-y-0 {
        --tw-translate-y: 0px;
    }

    .xl\:translate-y-1 {
        --tw-translate-y: 0.25rem;
    }

    .xl\:translate-y-2 {
        --tw-translate-y: 0.5rem;
    }

    .xl\:translate-y-3 {
        --tw-translate-y: 0.75rem;
    }

    .xl\:translate-y-4 {
        --tw-translate-y: 1rem;
    }

    .xl\:translate-y-5 {
        --tw-translate-y: 1.25rem;
    }

    .xl\:translate-y-6 {
        --tw-translate-y: 1.5rem;
    }

    .xl\:translate-y-7 {
        --tw-translate-y: 1.75rem;
    }

    .xl\:translate-y-8 {
        --tw-translate-y: 2rem;
    }

    .xl\:translate-y-9 {
        --tw-translate-y: 2.25rem;
    }

    .xl\:translate-y-10 {
        --tw-translate-y: 2.5rem;
    }

    .xl\:translate-y-11 {
        --tw-translate-y: 2.75rem;
    }

    .xl\:translate-y-12 {
        --tw-translate-y: 3rem;
    }

    .xl\:translate-y-14 {
        --tw-translate-y: 3.5rem;
    }

    .xl\:translate-y-16 {
        --tw-translate-y: 4rem;
    }

    .xl\:translate-y-18 {
        --tw-translate-y: 4.375rem;
    }

    .xl\:translate-y-19 {
        --tw-translate-y: 76px;
    }

    .xl\:translate-y-20 {
        --tw-translate-y: 5rem;
    }

    .xl\:translate-y-24 {
        --tw-translate-y: 6rem;
    }

    .xl\:translate-y-28 {
        --tw-translate-y: 7rem;
    }

    .xl\:translate-y-30 {
        --tw-translate-y: 120px;
    }

    .xl\:translate-y-32 {
        --tw-translate-y: 8rem;
    }

    .xl\:translate-y-36 {
        --tw-translate-y: 9rem;
    }

    .xl\:translate-y-40 {
        --tw-translate-y: 10rem;
    }

    .xl\:translate-y-44 {
        --tw-translate-y: 11rem;
    }

    .xl\:translate-y-48 {
        --tw-translate-y: 12rem;
    }

    .xl\:translate-y-52 {
        --tw-translate-y: 13rem;
    }

    .xl\:translate-y-56 {
        --tw-translate-y: 14rem;
    }

    .xl\:translate-y-60 {
        --tw-translate-y: 15rem;
    }

    .xl\:translate-y-64 {
        --tw-translate-y: 16rem;
    }

    .xl\:translate-y-72 {
        --tw-translate-y: 18rem;
    }

    .xl\:translate-y-80 {
        --tw-translate-y: 20rem;
    }

    .xl\:translate-y-96 {
        --tw-translate-y: 24rem;
    }

    .xl\:translate-y-px {
        --tw-translate-y: 1px;
    }

    .xl\:translate-y-0\.5 {
        --tw-translate-y: 0.125rem;
    }

    .xl\:translate-y-1\.5 {
        --tw-translate-y: 0.375rem;
    }

    .xl\:translate-y-2\.5 {
        --tw-translate-y: 0.625rem;
    }

    .xl\:translate-y-3\.5 {
        --tw-translate-y: 0.875rem;
    }

    .xl\:translate-y-5p {
        --tw-translate-y: 5px;
    }

    .xl\:translate-y-10p {
        --tw-translate-y: 10px;
    }

    .xl\:translate-y-14p {
        --tw-translate-y: 14px;
    }

    .xl\:translate-y-15p {
        --tw-translate-y: 15px;
    }

    .xl\:translate-y-15_2 {
        --tw-translate-y: 60px;
    }

    .xl\:translate-y-16_1 {
        --tw-translate-y: 52px;
    }

    .xl\:translate-y-16p {
        --tw-translate-y: 16px;
    }

    .xl\:translate-y-25p {
        --tw-translate-y: 25px;
    }

    .xl\:translate-y-48p {
        --tw-translate-y: 48%;
    }

    .xl\:translate-y-52p {
        --tw-translate-y: 52%;
    }

    .xl\:-translate-y-0 {
        --tw-translate-y: 0px;
    }

    .xl\:-translate-y-1 {
        --tw-translate-y: -0.25rem;
    }

    .xl\:-translate-y-2 {
        --tw-translate-y: -0.5rem;
    }

    .xl\:-translate-y-3 {
        --tw-translate-y: -0.75rem;
    }

    .xl\:-translate-y-4 {
        --tw-translate-y: -1rem;
    }

    .xl\:-translate-y-5 {
        --tw-translate-y: -1.25rem;
    }

    .xl\:-translate-y-6 {
        --tw-translate-y: -1.5rem;
    }

    .xl\:-translate-y-7 {
        --tw-translate-y: -1.75rem;
    }

    .xl\:-translate-y-8 {
        --tw-translate-y: -2rem;
    }

    .xl\:-translate-y-9 {
        --tw-translate-y: -2.25rem;
    }

    .xl\:-translate-y-10 {
        --tw-translate-y: -2.5rem;
    }

    .xl\:-translate-y-11 {
        --tw-translate-y: -2.75rem;
    }

    .xl\:-translate-y-12 {
        --tw-translate-y: -3rem;
    }

    .xl\:-translate-y-14 {
        --tw-translate-y: -3.5rem;
    }

    .xl\:-translate-y-16 {
        --tw-translate-y: -4rem;
    }

    .xl\:-translate-y-18 {
        --tw-translate-y: -4.375rem;
    }

    .xl\:-translate-y-19 {
        --tw-translate-y: -76px;
    }

    .xl\:-translate-y-20 {
        --tw-translate-y: -5rem;
    }

    .xl\:-translate-y-24 {
        --tw-translate-y: -6rem;
    }

    .xl\:-translate-y-28 {
        --tw-translate-y: -7rem;
    }

    .xl\:-translate-y-30 {
        --tw-translate-y: -120px;
    }

    .xl\:-translate-y-32 {
        --tw-translate-y: -8rem;
    }

    .xl\:-translate-y-36 {
        --tw-translate-y: -9rem;
    }

    .xl\:-translate-y-40 {
        --tw-translate-y: -10rem;
    }

    .xl\:-translate-y-44 {
        --tw-translate-y: -11rem;
    }

    .xl\:-translate-y-48 {
        --tw-translate-y: -12rem;
    }

    .xl\:-translate-y-52 {
        --tw-translate-y: -13rem;
    }

    .xl\:-translate-y-56 {
        --tw-translate-y: -14rem;
    }

    .xl\:-translate-y-60 {
        --tw-translate-y: -15rem;
    }

    .xl\:-translate-y-64 {
        --tw-translate-y: -16rem;
    }

    .xl\:-translate-y-72 {
        --tw-translate-y: -18rem;
    }

    .xl\:-translate-y-80 {
        --tw-translate-y: -20rem;
    }

    .xl\:-translate-y-96 {
        --tw-translate-y: -24rem;
    }

    .xl\:-translate-y-px {
        --tw-translate-y: -1px;
    }

    .xl\:-translate-y-0\.5 {
        --tw-translate-y: -0.125rem;
    }

    .xl\:-translate-y-1\.5 {
        --tw-translate-y: -0.375rem;
    }

    .xl\:-translate-y-2\.5 {
        --tw-translate-y: -0.625rem;
    }

    .xl\:-translate-y-3\.5 {
        --tw-translate-y: -0.875rem;
    }

    .xl\:-translate-y-5p {
        --tw-translate-y: -5px;
    }

    .xl\:-translate-y-10p {
        --tw-translate-y: -10px;
    }

    .xl\:-translate-y-14p {
        --tw-translate-y: -14px;
    }

    .xl\:-translate-y-15p {
        --tw-translate-y: -15px;
    }

    .xl\:-translate-y-15_2 {
        --tw-translate-y: -60px;
    }

    .xl\:-translate-y-16_1 {
        --tw-translate-y: -52px;
    }

    .xl\:-translate-y-16p {
        --tw-translate-y: -16px;
    }

    .xl\:-translate-y-25p {
        --tw-translate-y: -25px;
    }

    .xl\:-translate-y-48p {
        --tw-translate-y: -48%;
    }

    .xl\:-translate-y-52p {
        --tw-translate-y: -52%;
    }

    .xl\:translate-y-1\/2 {
        --tw-translate-y: 50%;
    }

    .xl\:translate-y-1\/3 {
        --tw-translate-y: 33.333333%;
    }

    .xl\:translate-y-2\/3 {
        --tw-translate-y: 66.666667%;
    }

    .xl\:translate-y-1\/4 {
        --tw-translate-y: 25%;
    }

    .xl\:translate-y-2\/4 {
        --tw-translate-y: 50%;
    }

    .xl\:translate-y-3\/4 {
        --tw-translate-y: 75%;
    }

    .xl\:translate-y-full {
        --tw-translate-y: 100%;
    }

    .xl\:-translate-y-1\/2 {
        --tw-translate-y: -50%;
    }

    .xl\:-translate-y-1\/3 {
        --tw-translate-y: -33.333333%;
    }

    .xl\:-translate-y-2\/3 {
        --tw-translate-y: -66.666667%;
    }

    .xl\:-translate-y-1\/4 {
        --tw-translate-y: -25%;
    }

    .xl\:-translate-y-2\/4 {
        --tw-translate-y: -50%;
    }

    .xl\:-translate-y-3\/4 {
        --tw-translate-y: -75%;
    }

    .xl\:-translate-y-full {
        --tw-translate-y: -100%;
    }

    .xl\:hover\:translate-x-0:hover {
        --tw-translate-x: 0px;
    }

    .xl\:hover\:translate-x-1:hover {
        --tw-translate-x: 0.25rem;
    }

    .xl\:hover\:translate-x-2:hover {
        --tw-translate-x: 0.5rem;
    }

    .xl\:hover\:translate-x-3:hover {
        --tw-translate-x: 0.75rem;
    }

    .xl\:hover\:translate-x-4:hover {
        --tw-translate-x: 1rem;
    }

    .xl\:hover\:translate-x-5:hover {
        --tw-translate-x: 1.25rem;
    }

    .xl\:hover\:translate-x-6:hover {
        --tw-translate-x: 1.5rem;
    }

    .xl\:hover\:translate-x-7:hover {
        --tw-translate-x: 1.75rem;
    }

    .xl\:hover\:translate-x-8:hover {
        --tw-translate-x: 2rem;
    }

    .xl\:hover\:translate-x-9:hover {
        --tw-translate-x: 2.25rem;
    }

    .xl\:hover\:translate-x-10:hover {
        --tw-translate-x: 2.5rem;
    }

    .xl\:hover\:translate-x-11:hover {
        --tw-translate-x: 2.75rem;
    }

    .xl\:hover\:translate-x-12:hover {
        --tw-translate-x: 3rem;
    }

    .xl\:hover\:translate-x-14:hover {
        --tw-translate-x: 3.5rem;
    }

    .xl\:hover\:translate-x-16:hover {
        --tw-translate-x: 4rem;
    }

    .xl\:hover\:translate-x-18:hover {
        --tw-translate-x: 4.375rem;
    }

    .xl\:hover\:translate-x-19:hover {
        --tw-translate-x: 76px;
    }

    .xl\:hover\:translate-x-20:hover {
        --tw-translate-x: 5rem;
    }

    .xl\:hover\:translate-x-24:hover {
        --tw-translate-x: 6rem;
    }

    .xl\:hover\:translate-x-28:hover {
        --tw-translate-x: 7rem;
    }

    .xl\:hover\:translate-x-30:hover {
        --tw-translate-x: 120px;
    }

    .xl\:hover\:translate-x-32:hover {
        --tw-translate-x: 8rem;
    }

    .xl\:hover\:translate-x-36:hover {
        --tw-translate-x: 9rem;
    }

    .xl\:hover\:translate-x-40:hover {
        --tw-translate-x: 10rem;
    }

    .xl\:hover\:translate-x-44:hover {
        --tw-translate-x: 11rem;
    }

    .xl\:hover\:translate-x-48:hover {
        --tw-translate-x: 12rem;
    }

    .xl\:hover\:translate-x-52:hover {
        --tw-translate-x: 13rem;
    }

    .xl\:hover\:translate-x-56:hover {
        --tw-translate-x: 14rem;
    }

    .xl\:hover\:translate-x-60:hover {
        --tw-translate-x: 15rem;
    }

    .xl\:hover\:translate-x-64:hover {
        --tw-translate-x: 16rem;
    }

    .xl\:hover\:translate-x-72:hover {
        --tw-translate-x: 18rem;
    }

    .xl\:hover\:translate-x-80:hover {
        --tw-translate-x: 20rem;
    }

    .xl\:hover\:translate-x-96:hover {
        --tw-translate-x: 24rem;
    }

    .xl\:hover\:translate-x-px:hover {
        --tw-translate-x: 1px;
    }

    .xl\:hover\:translate-x-0\.5:hover {
        --tw-translate-x: 0.125rem;
    }

    .xl\:hover\:translate-x-1\.5:hover {
        --tw-translate-x: 0.375rem;
    }

    .xl\:hover\:translate-x-2\.5:hover {
        --tw-translate-x: 0.625rem;
    }

    .xl\:hover\:translate-x-3\.5:hover {
        --tw-translate-x: 0.875rem;
    }

    .xl\:hover\:translate-x-5p:hover {
        --tw-translate-x: 5px;
    }

    .xl\:hover\:translate-x-10p:hover {
        --tw-translate-x: 10px;
    }

    .xl\:hover\:translate-x-14p:hover {
        --tw-translate-x: 14px;
    }

    .xl\:hover\:translate-x-15p:hover {
        --tw-translate-x: 15px;
    }

    .xl\:hover\:translate-x-15_2:hover {
        --tw-translate-x: 60px;
    }

    .xl\:hover\:translate-x-16_1:hover {
        --tw-translate-x: 52px;
    }

    .xl\:hover\:translate-x-16p:hover {
        --tw-translate-x: 16px;
    }

    .xl\:hover\:translate-x-25p:hover {
        --tw-translate-x: 25px;
    }

    .xl\:hover\:translate-x-48p:hover {
        --tw-translate-x: 48%;
    }

    .xl\:hover\:translate-x-52p:hover {
        --tw-translate-x: 52%;
    }

    .xl\:hover\:-translate-x-0:hover {
        --tw-translate-x: 0px;
    }

    .xl\:hover\:-translate-x-1:hover {
        --tw-translate-x: -0.25rem;
    }

    .xl\:hover\:-translate-x-2:hover {
        --tw-translate-x: -0.5rem;
    }

    .xl\:hover\:-translate-x-3:hover {
        --tw-translate-x: -0.75rem;
    }

    .xl\:hover\:-translate-x-4:hover {
        --tw-translate-x: -1rem;
    }

    .xl\:hover\:-translate-x-5:hover {
        --tw-translate-x: -1.25rem;
    }

    .xl\:hover\:-translate-x-6:hover {
        --tw-translate-x: -1.5rem;
    }

    .xl\:hover\:-translate-x-7:hover {
        --tw-translate-x: -1.75rem;
    }

    .xl\:hover\:-translate-x-8:hover {
        --tw-translate-x: -2rem;
    }

    .xl\:hover\:-translate-x-9:hover {
        --tw-translate-x: -2.25rem;
    }

    .xl\:hover\:-translate-x-10:hover {
        --tw-translate-x: -2.5rem;
    }

    .xl\:hover\:-translate-x-11:hover {
        --tw-translate-x: -2.75rem;
    }

    .xl\:hover\:-translate-x-12:hover {
        --tw-translate-x: -3rem;
    }

    .xl\:hover\:-translate-x-14:hover {
        --tw-translate-x: -3.5rem;
    }

    .xl\:hover\:-translate-x-16:hover {
        --tw-translate-x: -4rem;
    }

    .xl\:hover\:-translate-x-18:hover {
        --tw-translate-x: -4.375rem;
    }

    .xl\:hover\:-translate-x-19:hover {
        --tw-translate-x: -76px;
    }

    .xl\:hover\:-translate-x-20:hover {
        --tw-translate-x: -5rem;
    }

    .xl\:hover\:-translate-x-24:hover {
        --tw-translate-x: -6rem;
    }

    .xl\:hover\:-translate-x-28:hover {
        --tw-translate-x: -7rem;
    }

    .xl\:hover\:-translate-x-30:hover {
        --tw-translate-x: -120px;
    }

    .xl\:hover\:-translate-x-32:hover {
        --tw-translate-x: -8rem;
    }

    .xl\:hover\:-translate-x-36:hover {
        --tw-translate-x: -9rem;
    }

    .xl\:hover\:-translate-x-40:hover {
        --tw-translate-x: -10rem;
    }

    .xl\:hover\:-translate-x-44:hover {
        --tw-translate-x: -11rem;
    }

    .xl\:hover\:-translate-x-48:hover {
        --tw-translate-x: -12rem;
    }

    .xl\:hover\:-translate-x-52:hover {
        --tw-translate-x: -13rem;
    }

    .xl\:hover\:-translate-x-56:hover {
        --tw-translate-x: -14rem;
    }

    .xl\:hover\:-translate-x-60:hover {
        --tw-translate-x: -15rem;
    }

    .xl\:hover\:-translate-x-64:hover {
        --tw-translate-x: -16rem;
    }

    .xl\:hover\:-translate-x-72:hover {
        --tw-translate-x: -18rem;
    }

    .xl\:hover\:-translate-x-80:hover {
        --tw-translate-x: -20rem;
    }

    .xl\:hover\:-translate-x-96:hover {
        --tw-translate-x: -24rem;
    }

    .xl\:hover\:-translate-x-px:hover {
        --tw-translate-x: -1px;
    }

    .xl\:hover\:-translate-x-0\.5:hover {
        --tw-translate-x: -0.125rem;
    }

    .xl\:hover\:-translate-x-1\.5:hover {
        --tw-translate-x: -0.375rem;
    }

    .xl\:hover\:-translate-x-2\.5:hover {
        --tw-translate-x: -0.625rem;
    }

    .xl\:hover\:-translate-x-3\.5:hover {
        --tw-translate-x: -0.875rem;
    }

    .xl\:hover\:-translate-x-5p:hover {
        --tw-translate-x: -5px;
    }

    .xl\:hover\:-translate-x-10p:hover {
        --tw-translate-x: -10px;
    }

    .xl\:hover\:-translate-x-14p:hover {
        --tw-translate-x: -14px;
    }

    .xl\:hover\:-translate-x-15p:hover {
        --tw-translate-x: -15px;
    }

    .xl\:hover\:-translate-x-15_2:hover {
        --tw-translate-x: -60px;
    }

    .xl\:hover\:-translate-x-16_1:hover {
        --tw-translate-x: -52px;
    }

    .xl\:hover\:-translate-x-16p:hover {
        --tw-translate-x: -16px;
    }

    .xl\:hover\:-translate-x-25p:hover {
        --tw-translate-x: -25px;
    }

    .xl\:hover\:-translate-x-48p:hover {
        --tw-translate-x: -48%;
    }

    .xl\:hover\:-translate-x-52p:hover {
        --tw-translate-x: -52%;
    }

    .xl\:hover\:translate-x-1\/2:hover {
        --tw-translate-x: 50%;
    }

    .xl\:hover\:translate-x-1\/3:hover {
        --tw-translate-x: 33.333333%;
    }

    .xl\:hover\:translate-x-2\/3:hover {
        --tw-translate-x: 66.666667%;
    }

    .xl\:hover\:translate-x-1\/4:hover {
        --tw-translate-x: 25%;
    }

    .xl\:hover\:translate-x-2\/4:hover {
        --tw-translate-x: 50%;
    }

    .xl\:hover\:translate-x-3\/4:hover {
        --tw-translate-x: 75%;
    }

    .xl\:hover\:translate-x-full:hover {
        --tw-translate-x: 100%;
    }

    .xl\:hover\:-translate-x-1\/2:hover {
        --tw-translate-x: -50%;
    }

    .xl\:hover\:-translate-x-1\/3:hover {
        --tw-translate-x: -33.333333%;
    }

    .xl\:hover\:-translate-x-2\/3:hover {
        --tw-translate-x: -66.666667%;
    }

    .xl\:hover\:-translate-x-1\/4:hover {
        --tw-translate-x: -25%;
    }

    .xl\:hover\:-translate-x-2\/4:hover {
        --tw-translate-x: -50%;
    }

    .xl\:hover\:-translate-x-3\/4:hover {
        --tw-translate-x: -75%;
    }

    .xl\:hover\:-translate-x-full:hover {
        --tw-translate-x: -100%;
    }

    .xl\:hover\:translate-y-0:hover {
        --tw-translate-y: 0px;
    }

    .xl\:hover\:translate-y-1:hover {
        --tw-translate-y: 0.25rem;
    }

    .xl\:hover\:translate-y-2:hover {
        --tw-translate-y: 0.5rem;
    }

    .xl\:hover\:translate-y-3:hover {
        --tw-translate-y: 0.75rem;
    }

    .xl\:hover\:translate-y-4:hover {
        --tw-translate-y: 1rem;
    }

    .xl\:hover\:translate-y-5:hover {
        --tw-translate-y: 1.25rem;
    }

    .xl\:hover\:translate-y-6:hover {
        --tw-translate-y: 1.5rem;
    }

    .xl\:hover\:translate-y-7:hover {
        --tw-translate-y: 1.75rem;
    }

    .xl\:hover\:translate-y-8:hover {
        --tw-translate-y: 2rem;
    }

    .xl\:hover\:translate-y-9:hover {
        --tw-translate-y: 2.25rem;
    }

    .xl\:hover\:translate-y-10:hover {
        --tw-translate-y: 2.5rem;
    }

    .xl\:hover\:translate-y-11:hover {
        --tw-translate-y: 2.75rem;
    }

    .xl\:hover\:translate-y-12:hover {
        --tw-translate-y: 3rem;
    }

    .xl\:hover\:translate-y-14:hover {
        --tw-translate-y: 3.5rem;
    }

    .xl\:hover\:translate-y-16:hover {
        --tw-translate-y: 4rem;
    }

    .xl\:hover\:translate-y-18:hover {
        --tw-translate-y: 4.375rem;
    }

    .xl\:hover\:translate-y-19:hover {
        --tw-translate-y: 76px;
    }

    .xl\:hover\:translate-y-20:hover {
        --tw-translate-y: 5rem;
    }

    .xl\:hover\:translate-y-24:hover {
        --tw-translate-y: 6rem;
    }

    .xl\:hover\:translate-y-28:hover {
        --tw-translate-y: 7rem;
    }

    .xl\:hover\:translate-y-30:hover {
        --tw-translate-y: 120px;
    }

    .xl\:hover\:translate-y-32:hover {
        --tw-translate-y: 8rem;
    }

    .xl\:hover\:translate-y-36:hover {
        --tw-translate-y: 9rem;
    }

    .xl\:hover\:translate-y-40:hover {
        --tw-translate-y: 10rem;
    }

    .xl\:hover\:translate-y-44:hover {
        --tw-translate-y: 11rem;
    }

    .xl\:hover\:translate-y-48:hover {
        --tw-translate-y: 12rem;
    }

    .xl\:hover\:translate-y-52:hover {
        --tw-translate-y: 13rem;
    }

    .xl\:hover\:translate-y-56:hover {
        --tw-translate-y: 14rem;
    }

    .xl\:hover\:translate-y-60:hover {
        --tw-translate-y: 15rem;
    }

    .xl\:hover\:translate-y-64:hover {
        --tw-translate-y: 16rem;
    }

    .xl\:hover\:translate-y-72:hover {
        --tw-translate-y: 18rem;
    }

    .xl\:hover\:translate-y-80:hover {
        --tw-translate-y: 20rem;
    }

    .xl\:hover\:translate-y-96:hover {
        --tw-translate-y: 24rem;
    }

    .xl\:hover\:translate-y-px:hover {
        --tw-translate-y: 1px;
    }

    .xl\:hover\:translate-y-0\.5:hover {
        --tw-translate-y: 0.125rem;
    }

    .xl\:hover\:translate-y-1\.5:hover {
        --tw-translate-y: 0.375rem;
    }

    .xl\:hover\:translate-y-2\.5:hover {
        --tw-translate-y: 0.625rem;
    }

    .xl\:hover\:translate-y-3\.5:hover {
        --tw-translate-y: 0.875rem;
    }

    .xl\:hover\:translate-y-5p:hover {
        --tw-translate-y: 5px;
    }

    .xl\:hover\:translate-y-10p:hover {
        --tw-translate-y: 10px;
    }

    .xl\:hover\:translate-y-14p:hover {
        --tw-translate-y: 14px;
    }

    .xl\:hover\:translate-y-15p:hover {
        --tw-translate-y: 15px;
    }

    .xl\:hover\:translate-y-15_2:hover {
        --tw-translate-y: 60px;
    }

    .xl\:hover\:translate-y-16_1:hover {
        --tw-translate-y: 52px;
    }

    .xl\:hover\:translate-y-16p:hover {
        --tw-translate-y: 16px;
    }

    .xl\:hover\:translate-y-25p:hover {
        --tw-translate-y: 25px;
    }

    .xl\:hover\:translate-y-48p:hover {
        --tw-translate-y: 48%;
    }

    .xl\:hover\:translate-y-52p:hover {
        --tw-translate-y: 52%;
    }

    .xl\:hover\:-translate-y-0:hover {
        --tw-translate-y: 0px;
    }

    .xl\:hover\:-translate-y-1:hover {
        --tw-translate-y: -0.25rem;
    }

    .xl\:hover\:-translate-y-2:hover {
        --tw-translate-y: -0.5rem;
    }

    .xl\:hover\:-translate-y-3:hover {
        --tw-translate-y: -0.75rem;
    }

    .xl\:hover\:-translate-y-4:hover {
        --tw-translate-y: -1rem;
    }

    .xl\:hover\:-translate-y-5:hover {
        --tw-translate-y: -1.25rem;
    }

    .xl\:hover\:-translate-y-6:hover {
        --tw-translate-y: -1.5rem;
    }

    .xl\:hover\:-translate-y-7:hover {
        --tw-translate-y: -1.75rem;
    }

    .xl\:hover\:-translate-y-8:hover {
        --tw-translate-y: -2rem;
    }

    .xl\:hover\:-translate-y-9:hover {
        --tw-translate-y: -2.25rem;
    }

    .xl\:hover\:-translate-y-10:hover {
        --tw-translate-y: -2.5rem;
    }

    .xl\:hover\:-translate-y-11:hover {
        --tw-translate-y: -2.75rem;
    }

    .xl\:hover\:-translate-y-12:hover {
        --tw-translate-y: -3rem;
    }

    .xl\:hover\:-translate-y-14:hover {
        --tw-translate-y: -3.5rem;
    }

    .xl\:hover\:-translate-y-16:hover {
        --tw-translate-y: -4rem;
    }

    .xl\:hover\:-translate-y-18:hover {
        --tw-translate-y: -4.375rem;
    }

    .xl\:hover\:-translate-y-19:hover {
        --tw-translate-y: -76px;
    }

    .xl\:hover\:-translate-y-20:hover {
        --tw-translate-y: -5rem;
    }

    .xl\:hover\:-translate-y-24:hover {
        --tw-translate-y: -6rem;
    }

    .xl\:hover\:-translate-y-28:hover {
        --tw-translate-y: -7rem;
    }

    .xl\:hover\:-translate-y-30:hover {
        --tw-translate-y: -120px;
    }

    .xl\:hover\:-translate-y-32:hover {
        --tw-translate-y: -8rem;
    }

    .xl\:hover\:-translate-y-36:hover {
        --tw-translate-y: -9rem;
    }

    .xl\:hover\:-translate-y-40:hover {
        --tw-translate-y: -10rem;
    }

    .xl\:hover\:-translate-y-44:hover {
        --tw-translate-y: -11rem;
    }

    .xl\:hover\:-translate-y-48:hover {
        --tw-translate-y: -12rem;
    }

    .xl\:hover\:-translate-y-52:hover {
        --tw-translate-y: -13rem;
    }

    .xl\:hover\:-translate-y-56:hover {
        --tw-translate-y: -14rem;
    }

    .xl\:hover\:-translate-y-60:hover {
        --tw-translate-y: -15rem;
    }

    .xl\:hover\:-translate-y-64:hover {
        --tw-translate-y: -16rem;
    }

    .xl\:hover\:-translate-y-72:hover {
        --tw-translate-y: -18rem;
    }

    .xl\:hover\:-translate-y-80:hover {
        --tw-translate-y: -20rem;
    }

    .xl\:hover\:-translate-y-96:hover {
        --tw-translate-y: -24rem;
    }

    .xl\:hover\:-translate-y-px:hover {
        --tw-translate-y: -1px;
    }

    .xl\:hover\:-translate-y-0\.5:hover {
        --tw-translate-y: -0.125rem;
    }

    .xl\:hover\:-translate-y-1\.5:hover {
        --tw-translate-y: -0.375rem;
    }

    .xl\:hover\:-translate-y-2\.5:hover {
        --tw-translate-y: -0.625rem;
    }

    .xl\:hover\:-translate-y-3\.5:hover {
        --tw-translate-y: -0.875rem;
    }

    .xl\:hover\:-translate-y-5p:hover {
        --tw-translate-y: -5px;
    }

    .xl\:hover\:-translate-y-10p:hover {
        --tw-translate-y: -10px;
    }

    .xl\:hover\:-translate-y-14p:hover {
        --tw-translate-y: -14px;
    }

    .xl\:hover\:-translate-y-15p:hover {
        --tw-translate-y: -15px;
    }

    .xl\:hover\:-translate-y-15_2:hover {
        --tw-translate-y: -60px;
    }

    .xl\:hover\:-translate-y-16_1:hover {
        --tw-translate-y: -52px;
    }

    .xl\:hover\:-translate-y-16p:hover {
        --tw-translate-y: -16px;
    }

    .xl\:hover\:-translate-y-25p:hover {
        --tw-translate-y: -25px;
    }

    .xl\:hover\:-translate-y-48p:hover {
        --tw-translate-y: -48%;
    }

    .xl\:hover\:-translate-y-52p:hover {
        --tw-translate-y: -52%;
    }

    .xl\:hover\:translate-y-1\/2:hover {
        --tw-translate-y: 50%;
    }

    .xl\:hover\:translate-y-1\/3:hover {
        --tw-translate-y: 33.333333%;
    }

    .xl\:hover\:translate-y-2\/3:hover {
        --tw-translate-y: 66.666667%;
    }

    .xl\:hover\:translate-y-1\/4:hover {
        --tw-translate-y: 25%;
    }

    .xl\:hover\:translate-y-2\/4:hover {
        --tw-translate-y: 50%;
    }

    .xl\:hover\:translate-y-3\/4:hover {
        --tw-translate-y: 75%;
    }

    .xl\:hover\:translate-y-full:hover {
        --tw-translate-y: 100%;
    }

    .xl\:hover\:-translate-y-1\/2:hover {
        --tw-translate-y: -50%;
    }

    .xl\:hover\:-translate-y-1\/3:hover {
        --tw-translate-y: -33.333333%;
    }

    .xl\:hover\:-translate-y-2\/3:hover {
        --tw-translate-y: -66.666667%;
    }

    .xl\:hover\:-translate-y-1\/4:hover {
        --tw-translate-y: -25%;
    }

    .xl\:hover\:-translate-y-2\/4:hover {
        --tw-translate-y: -50%;
    }

    .xl\:hover\:-translate-y-3\/4:hover {
        --tw-translate-y: -75%;
    }

    .xl\:hover\:-translate-y-full:hover {
        --tw-translate-y: -100%;
    }

    .xl\:focus\:translate-x-0:focus {
        --tw-translate-x: 0px;
    }

    .xl\:focus\:translate-x-1:focus {
        --tw-translate-x: 0.25rem;
    }

    .xl\:focus\:translate-x-2:focus {
        --tw-translate-x: 0.5rem;
    }

    .xl\:focus\:translate-x-3:focus {
        --tw-translate-x: 0.75rem;
    }

    .xl\:focus\:translate-x-4:focus {
        --tw-translate-x: 1rem;
    }

    .xl\:focus\:translate-x-5:focus {
        --tw-translate-x: 1.25rem;
    }

    .xl\:focus\:translate-x-6:focus {
        --tw-translate-x: 1.5rem;
    }

    .xl\:focus\:translate-x-7:focus {
        --tw-translate-x: 1.75rem;
    }

    .xl\:focus\:translate-x-8:focus {
        --tw-translate-x: 2rem;
    }

    .xl\:focus\:translate-x-9:focus {
        --tw-translate-x: 2.25rem;
    }

    .xl\:focus\:translate-x-10:focus {
        --tw-translate-x: 2.5rem;
    }

    .xl\:focus\:translate-x-11:focus {
        --tw-translate-x: 2.75rem;
    }

    .xl\:focus\:translate-x-12:focus {
        --tw-translate-x: 3rem;
    }

    .xl\:focus\:translate-x-14:focus {
        --tw-translate-x: 3.5rem;
    }

    .xl\:focus\:translate-x-16:focus {
        --tw-translate-x: 4rem;
    }

    .xl\:focus\:translate-x-18:focus {
        --tw-translate-x: 4.375rem;
    }

    .xl\:focus\:translate-x-19:focus {
        --tw-translate-x: 76px;
    }

    .xl\:focus\:translate-x-20:focus {
        --tw-translate-x: 5rem;
    }

    .xl\:focus\:translate-x-24:focus {
        --tw-translate-x: 6rem;
    }

    .xl\:focus\:translate-x-28:focus {
        --tw-translate-x: 7rem;
    }

    .xl\:focus\:translate-x-30:focus {
        --tw-translate-x: 120px;
    }

    .xl\:focus\:translate-x-32:focus {
        --tw-translate-x: 8rem;
    }

    .xl\:focus\:translate-x-36:focus {
        --tw-translate-x: 9rem;
    }

    .xl\:focus\:translate-x-40:focus {
        --tw-translate-x: 10rem;
    }

    .xl\:focus\:translate-x-44:focus {
        --tw-translate-x: 11rem;
    }

    .xl\:focus\:translate-x-48:focus {
        --tw-translate-x: 12rem;
    }

    .xl\:focus\:translate-x-52:focus {
        --tw-translate-x: 13rem;
    }

    .xl\:focus\:translate-x-56:focus {
        --tw-translate-x: 14rem;
    }

    .xl\:focus\:translate-x-60:focus {
        --tw-translate-x: 15rem;
    }

    .xl\:focus\:translate-x-64:focus {
        --tw-translate-x: 16rem;
    }

    .xl\:focus\:translate-x-72:focus {
        --tw-translate-x: 18rem;
    }

    .xl\:focus\:translate-x-80:focus {
        --tw-translate-x: 20rem;
    }

    .xl\:focus\:translate-x-96:focus {
        --tw-translate-x: 24rem;
    }

    .xl\:focus\:translate-x-px:focus {
        --tw-translate-x: 1px;
    }

    .xl\:focus\:translate-x-0\.5:focus {
        --tw-translate-x: 0.125rem;
    }

    .xl\:focus\:translate-x-1\.5:focus {
        --tw-translate-x: 0.375rem;
    }

    .xl\:focus\:translate-x-2\.5:focus {
        --tw-translate-x: 0.625rem;
    }

    .xl\:focus\:translate-x-3\.5:focus {
        --tw-translate-x: 0.875rem;
    }

    .xl\:focus\:translate-x-5p:focus {
        --tw-translate-x: 5px;
    }

    .xl\:focus\:translate-x-10p:focus {
        --tw-translate-x: 10px;
    }

    .xl\:focus\:translate-x-14p:focus {
        --tw-translate-x: 14px;
    }

    .xl\:focus\:translate-x-15p:focus {
        --tw-translate-x: 15px;
    }

    .xl\:focus\:translate-x-15_2:focus {
        --tw-translate-x: 60px;
    }

    .xl\:focus\:translate-x-16_1:focus {
        --tw-translate-x: 52px;
    }

    .xl\:focus\:translate-x-16p:focus {
        --tw-translate-x: 16px;
    }

    .xl\:focus\:translate-x-25p:focus {
        --tw-translate-x: 25px;
    }

    .xl\:focus\:translate-x-48p:focus {
        --tw-translate-x: 48%;
    }

    .xl\:focus\:translate-x-52p:focus {
        --tw-translate-x: 52%;
    }

    .xl\:focus\:-translate-x-0:focus {
        --tw-translate-x: 0px;
    }

    .xl\:focus\:-translate-x-1:focus {
        --tw-translate-x: -0.25rem;
    }

    .xl\:focus\:-translate-x-2:focus {
        --tw-translate-x: -0.5rem;
    }

    .xl\:focus\:-translate-x-3:focus {
        --tw-translate-x: -0.75rem;
    }

    .xl\:focus\:-translate-x-4:focus {
        --tw-translate-x: -1rem;
    }

    .xl\:focus\:-translate-x-5:focus {
        --tw-translate-x: -1.25rem;
    }

    .xl\:focus\:-translate-x-6:focus {
        --tw-translate-x: -1.5rem;
    }

    .xl\:focus\:-translate-x-7:focus {
        --tw-translate-x: -1.75rem;
    }

    .xl\:focus\:-translate-x-8:focus {
        --tw-translate-x: -2rem;
    }

    .xl\:focus\:-translate-x-9:focus {
        --tw-translate-x: -2.25rem;
    }

    .xl\:focus\:-translate-x-10:focus {
        --tw-translate-x: -2.5rem;
    }

    .xl\:focus\:-translate-x-11:focus {
        --tw-translate-x: -2.75rem;
    }

    .xl\:focus\:-translate-x-12:focus {
        --tw-translate-x: -3rem;
    }

    .xl\:focus\:-translate-x-14:focus {
        --tw-translate-x: -3.5rem;
    }

    .xl\:focus\:-translate-x-16:focus {
        --tw-translate-x: -4rem;
    }

    .xl\:focus\:-translate-x-18:focus {
        --tw-translate-x: -4.375rem;
    }

    .xl\:focus\:-translate-x-19:focus {
        --tw-translate-x: -76px;
    }

    .xl\:focus\:-translate-x-20:focus {
        --tw-translate-x: -5rem;
    }

    .xl\:focus\:-translate-x-24:focus {
        --tw-translate-x: -6rem;
    }

    .xl\:focus\:-translate-x-28:focus {
        --tw-translate-x: -7rem;
    }

    .xl\:focus\:-translate-x-30:focus {
        --tw-translate-x: -120px;
    }

    .xl\:focus\:-translate-x-32:focus {
        --tw-translate-x: -8rem;
    }

    .xl\:focus\:-translate-x-36:focus {
        --tw-translate-x: -9rem;
    }

    .xl\:focus\:-translate-x-40:focus {
        --tw-translate-x: -10rem;
    }

    .xl\:focus\:-translate-x-44:focus {
        --tw-translate-x: -11rem;
    }

    .xl\:focus\:-translate-x-48:focus {
        --tw-translate-x: -12rem;
    }

    .xl\:focus\:-translate-x-52:focus {
        --tw-translate-x: -13rem;
    }

    .xl\:focus\:-translate-x-56:focus {
        --tw-translate-x: -14rem;
    }

    .xl\:focus\:-translate-x-60:focus {
        --tw-translate-x: -15rem;
    }

    .xl\:focus\:-translate-x-64:focus {
        --tw-translate-x: -16rem;
    }

    .xl\:focus\:-translate-x-72:focus {
        --tw-translate-x: -18rem;
    }

    .xl\:focus\:-translate-x-80:focus {
        --tw-translate-x: -20rem;
    }

    .xl\:focus\:-translate-x-96:focus {
        --tw-translate-x: -24rem;
    }

    .xl\:focus\:-translate-x-px:focus {
        --tw-translate-x: -1px;
    }

    .xl\:focus\:-translate-x-0\.5:focus {
        --tw-translate-x: -0.125rem;
    }

    .xl\:focus\:-translate-x-1\.5:focus {
        --tw-translate-x: -0.375rem;
    }

    .xl\:focus\:-translate-x-2\.5:focus {
        --tw-translate-x: -0.625rem;
    }

    .xl\:focus\:-translate-x-3\.5:focus {
        --tw-translate-x: -0.875rem;
    }

    .xl\:focus\:-translate-x-5p:focus {
        --tw-translate-x: -5px;
    }

    .xl\:focus\:-translate-x-10p:focus {
        --tw-translate-x: -10px;
    }

    .xl\:focus\:-translate-x-14p:focus {
        --tw-translate-x: -14px;
    }

    .xl\:focus\:-translate-x-15p:focus {
        --tw-translate-x: -15px;
    }

    .xl\:focus\:-translate-x-15_2:focus {
        --tw-translate-x: -60px;
    }

    .xl\:focus\:-translate-x-16_1:focus {
        --tw-translate-x: -52px;
    }

    .xl\:focus\:-translate-x-16p:focus {
        --tw-translate-x: -16px;
    }

    .xl\:focus\:-translate-x-25p:focus {
        --tw-translate-x: -25px;
    }

    .xl\:focus\:-translate-x-48p:focus {
        --tw-translate-x: -48%;
    }

    .xl\:focus\:-translate-x-52p:focus {
        --tw-translate-x: -52%;
    }

    .xl\:focus\:translate-x-1\/2:focus {
        --tw-translate-x: 50%;
    }

    .xl\:focus\:translate-x-1\/3:focus {
        --tw-translate-x: 33.333333%;
    }

    .xl\:focus\:translate-x-2\/3:focus {
        --tw-translate-x: 66.666667%;
    }

    .xl\:focus\:translate-x-1\/4:focus {
        --tw-translate-x: 25%;
    }

    .xl\:focus\:translate-x-2\/4:focus {
        --tw-translate-x: 50%;
    }

    .xl\:focus\:translate-x-3\/4:focus {
        --tw-translate-x: 75%;
    }

    .xl\:focus\:translate-x-full:focus {
        --tw-translate-x: 100%;
    }

    .xl\:focus\:-translate-x-1\/2:focus {
        --tw-translate-x: -50%;
    }

    .xl\:focus\:-translate-x-1\/3:focus {
        --tw-translate-x: -33.333333%;
    }

    .xl\:focus\:-translate-x-2\/3:focus {
        --tw-translate-x: -66.666667%;
    }

    .xl\:focus\:-translate-x-1\/4:focus {
        --tw-translate-x: -25%;
    }

    .xl\:focus\:-translate-x-2\/4:focus {
        --tw-translate-x: -50%;
    }

    .xl\:focus\:-translate-x-3\/4:focus {
        --tw-translate-x: -75%;
    }

    .xl\:focus\:-translate-x-full:focus {
        --tw-translate-x: -100%;
    }

    .xl\:focus\:translate-y-0:focus {
        --tw-translate-y: 0px;
    }

    .xl\:focus\:translate-y-1:focus {
        --tw-translate-y: 0.25rem;
    }

    .xl\:focus\:translate-y-2:focus {
        --tw-translate-y: 0.5rem;
    }

    .xl\:focus\:translate-y-3:focus {
        --tw-translate-y: 0.75rem;
    }

    .xl\:focus\:translate-y-4:focus {
        --tw-translate-y: 1rem;
    }

    .xl\:focus\:translate-y-5:focus {
        --tw-translate-y: 1.25rem;
    }

    .xl\:focus\:translate-y-6:focus {
        --tw-translate-y: 1.5rem;
    }

    .xl\:focus\:translate-y-7:focus {
        --tw-translate-y: 1.75rem;
    }

    .xl\:focus\:translate-y-8:focus {
        --tw-translate-y: 2rem;
    }

    .xl\:focus\:translate-y-9:focus {
        --tw-translate-y: 2.25rem;
    }

    .xl\:focus\:translate-y-10:focus {
        --tw-translate-y: 2.5rem;
    }

    .xl\:focus\:translate-y-11:focus {
        --tw-translate-y: 2.75rem;
    }

    .xl\:focus\:translate-y-12:focus {
        --tw-translate-y: 3rem;
    }

    .xl\:focus\:translate-y-14:focus {
        --tw-translate-y: 3.5rem;
    }

    .xl\:focus\:translate-y-16:focus {
        --tw-translate-y: 4rem;
    }

    .xl\:focus\:translate-y-18:focus {
        --tw-translate-y: 4.375rem;
    }

    .xl\:focus\:translate-y-19:focus {
        --tw-translate-y: 76px;
    }

    .xl\:focus\:translate-y-20:focus {
        --tw-translate-y: 5rem;
    }

    .xl\:focus\:translate-y-24:focus {
        --tw-translate-y: 6rem;
    }

    .xl\:focus\:translate-y-28:focus {
        --tw-translate-y: 7rem;
    }

    .xl\:focus\:translate-y-30:focus {
        --tw-translate-y: 120px;
    }

    .xl\:focus\:translate-y-32:focus {
        --tw-translate-y: 8rem;
    }

    .xl\:focus\:translate-y-36:focus {
        --tw-translate-y: 9rem;
    }

    .xl\:focus\:translate-y-40:focus {
        --tw-translate-y: 10rem;
    }

    .xl\:focus\:translate-y-44:focus {
        --tw-translate-y: 11rem;
    }

    .xl\:focus\:translate-y-48:focus {
        --tw-translate-y: 12rem;
    }

    .xl\:focus\:translate-y-52:focus {
        --tw-translate-y: 13rem;
    }

    .xl\:focus\:translate-y-56:focus {
        --tw-translate-y: 14rem;
    }

    .xl\:focus\:translate-y-60:focus {
        --tw-translate-y: 15rem;
    }

    .xl\:focus\:translate-y-64:focus {
        --tw-translate-y: 16rem;
    }

    .xl\:focus\:translate-y-72:focus {
        --tw-translate-y: 18rem;
    }

    .xl\:focus\:translate-y-80:focus {
        --tw-translate-y: 20rem;
    }

    .xl\:focus\:translate-y-96:focus {
        --tw-translate-y: 24rem;
    }

    .xl\:focus\:translate-y-px:focus {
        --tw-translate-y: 1px;
    }

    .xl\:focus\:translate-y-0\.5:focus {
        --tw-translate-y: 0.125rem;
    }

    .xl\:focus\:translate-y-1\.5:focus {
        --tw-translate-y: 0.375rem;
    }

    .xl\:focus\:translate-y-2\.5:focus {
        --tw-translate-y: 0.625rem;
    }

    .xl\:focus\:translate-y-3\.5:focus {
        --tw-translate-y: 0.875rem;
    }

    .xl\:focus\:translate-y-5p:focus {
        --tw-translate-y: 5px;
    }

    .xl\:focus\:translate-y-10p:focus {
        --tw-translate-y: 10px;
    }

    .xl\:focus\:translate-y-14p:focus {
        --tw-translate-y: 14px;
    }

    .xl\:focus\:translate-y-15p:focus {
        --tw-translate-y: 15px;
    }

    .xl\:focus\:translate-y-15_2:focus {
        --tw-translate-y: 60px;
    }

    .xl\:focus\:translate-y-16_1:focus {
        --tw-translate-y: 52px;
    }

    .xl\:focus\:translate-y-16p:focus {
        --tw-translate-y: 16px;
    }

    .xl\:focus\:translate-y-25p:focus {
        --tw-translate-y: 25px;
    }

    .xl\:focus\:translate-y-48p:focus {
        --tw-translate-y: 48%;
    }

    .xl\:focus\:translate-y-52p:focus {
        --tw-translate-y: 52%;
    }

    .xl\:focus\:-translate-y-0:focus {
        --tw-translate-y: 0px;
    }

    .xl\:focus\:-translate-y-1:focus {
        --tw-translate-y: -0.25rem;
    }

    .xl\:focus\:-translate-y-2:focus {
        --tw-translate-y: -0.5rem;
    }

    .xl\:focus\:-translate-y-3:focus {
        --tw-translate-y: -0.75rem;
    }

    .xl\:focus\:-translate-y-4:focus {
        --tw-translate-y: -1rem;
    }

    .xl\:focus\:-translate-y-5:focus {
        --tw-translate-y: -1.25rem;
    }

    .xl\:focus\:-translate-y-6:focus {
        --tw-translate-y: -1.5rem;
    }

    .xl\:focus\:-translate-y-7:focus {
        --tw-translate-y: -1.75rem;
    }

    .xl\:focus\:-translate-y-8:focus {
        --tw-translate-y: -2rem;
    }

    .xl\:focus\:-translate-y-9:focus {
        --tw-translate-y: -2.25rem;
    }

    .xl\:focus\:-translate-y-10:focus {
        --tw-translate-y: -2.5rem;
    }

    .xl\:focus\:-translate-y-11:focus {
        --tw-translate-y: -2.75rem;
    }

    .xl\:focus\:-translate-y-12:focus {
        --tw-translate-y: -3rem;
    }

    .xl\:focus\:-translate-y-14:focus {
        --tw-translate-y: -3.5rem;
    }

    .xl\:focus\:-translate-y-16:focus {
        --tw-translate-y: -4rem;
    }

    .xl\:focus\:-translate-y-18:focus {
        --tw-translate-y: -4.375rem;
    }

    .xl\:focus\:-translate-y-19:focus {
        --tw-translate-y: -76px;
    }

    .xl\:focus\:-translate-y-20:focus {
        --tw-translate-y: -5rem;
    }

    .xl\:focus\:-translate-y-24:focus {
        --tw-translate-y: -6rem;
    }

    .xl\:focus\:-translate-y-28:focus {
        --tw-translate-y: -7rem;
    }

    .xl\:focus\:-translate-y-30:focus {
        --tw-translate-y: -120px;
    }

    .xl\:focus\:-translate-y-32:focus {
        --tw-translate-y: -8rem;
    }

    .xl\:focus\:-translate-y-36:focus {
        --tw-translate-y: -9rem;
    }

    .xl\:focus\:-translate-y-40:focus {
        --tw-translate-y: -10rem;
    }

    .xl\:focus\:-translate-y-44:focus {
        --tw-translate-y: -11rem;
    }

    .xl\:focus\:-translate-y-48:focus {
        --tw-translate-y: -12rem;
    }

    .xl\:focus\:-translate-y-52:focus {
        --tw-translate-y: -13rem;
    }

    .xl\:focus\:-translate-y-56:focus {
        --tw-translate-y: -14rem;
    }

    .xl\:focus\:-translate-y-60:focus {
        --tw-translate-y: -15rem;
    }

    .xl\:focus\:-translate-y-64:focus {
        --tw-translate-y: -16rem;
    }

    .xl\:focus\:-translate-y-72:focus {
        --tw-translate-y: -18rem;
    }

    .xl\:focus\:-translate-y-80:focus {
        --tw-translate-y: -20rem;
    }

    .xl\:focus\:-translate-y-96:focus {
        --tw-translate-y: -24rem;
    }

    .xl\:focus\:-translate-y-px:focus {
        --tw-translate-y: -1px;
    }

    .xl\:focus\:-translate-y-0\.5:focus {
        --tw-translate-y: -0.125rem;
    }

    .xl\:focus\:-translate-y-1\.5:focus {
        --tw-translate-y: -0.375rem;
    }

    .xl\:focus\:-translate-y-2\.5:focus {
        --tw-translate-y: -0.625rem;
    }

    .xl\:focus\:-translate-y-3\.5:focus {
        --tw-translate-y: -0.875rem;
    }

    .xl\:focus\:-translate-y-5p:focus {
        --tw-translate-y: -5px;
    }

    .xl\:focus\:-translate-y-10p:focus {
        --tw-translate-y: -10px;
    }

    .xl\:focus\:-translate-y-14p:focus {
        --tw-translate-y: -14px;
    }

    .xl\:focus\:-translate-y-15p:focus {
        --tw-translate-y: -15px;
    }

    .xl\:focus\:-translate-y-15_2:focus {
        --tw-translate-y: -60px;
    }

    .xl\:focus\:-translate-y-16_1:focus {
        --tw-translate-y: -52px;
    }

    .xl\:focus\:-translate-y-16p:focus {
        --tw-translate-y: -16px;
    }

    .xl\:focus\:-translate-y-25p:focus {
        --tw-translate-y: -25px;
    }

    .xl\:focus\:-translate-y-48p:focus {
        --tw-translate-y: -48%;
    }

    .xl\:focus\:-translate-y-52p:focus {
        --tw-translate-y: -52%;
    }

    .xl\:focus\:translate-y-1\/2:focus {
        --tw-translate-y: 50%;
    }

    .xl\:focus\:translate-y-1\/3:focus {
        --tw-translate-y: 33.333333%;
    }

    .xl\:focus\:translate-y-2\/3:focus {
        --tw-translate-y: 66.666667%;
    }

    .xl\:focus\:translate-y-1\/4:focus {
        --tw-translate-y: 25%;
    }

    .xl\:focus\:translate-y-2\/4:focus {
        --tw-translate-y: 50%;
    }

    .xl\:focus\:translate-y-3\/4:focus {
        --tw-translate-y: 75%;
    }

    .xl\:focus\:translate-y-full:focus {
        --tw-translate-y: 100%;
    }

    .xl\:focus\:-translate-y-1\/2:focus {
        --tw-translate-y: -50%;
    }

    .xl\:focus\:-translate-y-1\/3:focus {
        --tw-translate-y: -33.333333%;
    }

    .xl\:focus\:-translate-y-2\/3:focus {
        --tw-translate-y: -66.666667%;
    }

    .xl\:focus\:-translate-y-1\/4:focus {
        --tw-translate-y: -25%;
    }

    .xl\:focus\:-translate-y-2\/4:focus {
        --tw-translate-y: -50%;
    }

    .xl\:focus\:-translate-y-3\/4:focus {
        --tw-translate-y: -75%;
    }

    .xl\:focus\:-translate-y-full:focus {
        --tw-translate-y: -100%;
    }

    .xl\:rotate-0 {
        --tw-rotate: 0deg;
    }

    .xl\:rotate-1 {
        --tw-rotate: 1deg;
    }

    .xl\:rotate-2 {
        --tw-rotate: 2deg;
    }

    .xl\:rotate-3 {
        --tw-rotate: 3deg;
    }

    .xl\:rotate-6 {
        --tw-rotate: 6deg;
    }

    .xl\:rotate-12 {
        --tw-rotate: 12deg;
    }

    .xl\:rotate-45 {
        --tw-rotate: 45deg;
    }

    .xl\:rotate-90 {
        --tw-rotate: 90deg;
    }

    .xl\:rotate-180 {
        --tw-rotate: 180deg;
    }

    .xl\:-rotate-180 {
        --tw-rotate: -180deg;
    }

    .xl\:-rotate-90 {
        --tw-rotate: -90deg;
    }

    .xl\:-rotate-45 {
        --tw-rotate: -45deg;
    }

    .xl\:-rotate-12 {
        --tw-rotate: -12deg;
    }

    .xl\:-rotate-6 {
        --tw-rotate: -6deg;
    }

    .xl\:-rotate-3 {
        --tw-rotate: -3deg;
    }

    .xl\:-rotate-2 {
        --tw-rotate: -2deg;
    }

    .xl\:-rotate-1 {
        --tw-rotate: -1deg;
    }

    .xl\:hover\:rotate-0:hover {
        --tw-rotate: 0deg;
    }

    .xl\:hover\:rotate-1:hover {
        --tw-rotate: 1deg;
    }

    .xl\:hover\:rotate-2:hover {
        --tw-rotate: 2deg;
    }

    .xl\:hover\:rotate-3:hover {
        --tw-rotate: 3deg;
    }

    .xl\:hover\:rotate-6:hover {
        --tw-rotate: 6deg;
    }

    .xl\:hover\:rotate-12:hover {
        --tw-rotate: 12deg;
    }

    .xl\:hover\:rotate-45:hover {
        --tw-rotate: 45deg;
    }

    .xl\:hover\:rotate-90:hover {
        --tw-rotate: 90deg;
    }

    .xl\:hover\:rotate-180:hover {
        --tw-rotate: 180deg;
    }

    .xl\:hover\:-rotate-180:hover {
        --tw-rotate: -180deg;
    }

    .xl\:hover\:-rotate-90:hover {
        --tw-rotate: -90deg;
    }

    .xl\:hover\:-rotate-45:hover {
        --tw-rotate: -45deg;
    }

    .xl\:hover\:-rotate-12:hover {
        --tw-rotate: -12deg;
    }

    .xl\:hover\:-rotate-6:hover {
        --tw-rotate: -6deg;
    }

    .xl\:hover\:-rotate-3:hover {
        --tw-rotate: -3deg;
    }

    .xl\:hover\:-rotate-2:hover {
        --tw-rotate: -2deg;
    }

    .xl\:hover\:-rotate-1:hover {
        --tw-rotate: -1deg;
    }

    .xl\:focus\:rotate-0:focus {
        --tw-rotate: 0deg;
    }

    .xl\:focus\:rotate-1:focus {
        --tw-rotate: 1deg;
    }

    .xl\:focus\:rotate-2:focus {
        --tw-rotate: 2deg;
    }

    .xl\:focus\:rotate-3:focus {
        --tw-rotate: 3deg;
    }

    .xl\:focus\:rotate-6:focus {
        --tw-rotate: 6deg;
    }

    .xl\:focus\:rotate-12:focus {
        --tw-rotate: 12deg;
    }

    .xl\:focus\:rotate-45:focus {
        --tw-rotate: 45deg;
    }

    .xl\:focus\:rotate-90:focus {
        --tw-rotate: 90deg;
    }

    .xl\:focus\:rotate-180:focus {
        --tw-rotate: 180deg;
    }

    .xl\:focus\:-rotate-180:focus {
        --tw-rotate: -180deg;
    }

    .xl\:focus\:-rotate-90:focus {
        --tw-rotate: -90deg;
    }

    .xl\:focus\:-rotate-45:focus {
        --tw-rotate: -45deg;
    }

    .xl\:focus\:-rotate-12:focus {
        --tw-rotate: -12deg;
    }

    .xl\:focus\:-rotate-6:focus {
        --tw-rotate: -6deg;
    }

    .xl\:focus\:-rotate-3:focus {
        --tw-rotate: -3deg;
    }

    .xl\:focus\:-rotate-2:focus {
        --tw-rotate: -2deg;
    }

    .xl\:focus\:-rotate-1:focus {
        --tw-rotate: -1deg;
    }

    .xl\:skew-x-0 {
        --tw-skew-x: 0deg;
    }

    .xl\:skew-x-1 {
        --tw-skew-x: 1deg;
    }

    .xl\:skew-x-2 {
        --tw-skew-x: 2deg;
    }

    .xl\:skew-x-3 {
        --tw-skew-x: 3deg;
    }

    .xl\:skew-x-6 {
        --tw-skew-x: 6deg;
    }

    .xl\:skew-x-12 {
        --tw-skew-x: 12deg;
    }

    .xl\:-skew-x-12 {
        --tw-skew-x: -12deg;
    }

    .xl\:-skew-x-6 {
        --tw-skew-x: -6deg;
    }

    .xl\:-skew-x-3 {
        --tw-skew-x: -3deg;
    }

    .xl\:-skew-x-2 {
        --tw-skew-x: -2deg;
    }

    .xl\:-skew-x-1 {
        --tw-skew-x: -1deg;
    }

    .xl\:skew-y-0 {
        --tw-skew-y: 0deg;
    }

    .xl\:skew-y-1 {
        --tw-skew-y: 1deg;
    }

    .xl\:skew-y-2 {
        --tw-skew-y: 2deg;
    }

    .xl\:skew-y-3 {
        --tw-skew-y: 3deg;
    }

    .xl\:skew-y-6 {
        --tw-skew-y: 6deg;
    }

    .xl\:skew-y-12 {
        --tw-skew-y: 12deg;
    }

    .xl\:-skew-y-12 {
        --tw-skew-y: -12deg;
    }

    .xl\:-skew-y-6 {
        --tw-skew-y: -6deg;
    }

    .xl\:-skew-y-3 {
        --tw-skew-y: -3deg;
    }

    .xl\:-skew-y-2 {
        --tw-skew-y: -2deg;
    }

    .xl\:-skew-y-1 {
        --tw-skew-y: -1deg;
    }

    .xl\:hover\:skew-x-0:hover {
        --tw-skew-x: 0deg;
    }

    .xl\:hover\:skew-x-1:hover {
        --tw-skew-x: 1deg;
    }

    .xl\:hover\:skew-x-2:hover {
        --tw-skew-x: 2deg;
    }

    .xl\:hover\:skew-x-3:hover {
        --tw-skew-x: 3deg;
    }

    .xl\:hover\:skew-x-6:hover {
        --tw-skew-x: 6deg;
    }

    .xl\:hover\:skew-x-12:hover {
        --tw-skew-x: 12deg;
    }

    .xl\:hover\:-skew-x-12:hover {
        --tw-skew-x: -12deg;
    }

    .xl\:hover\:-skew-x-6:hover {
        --tw-skew-x: -6deg;
    }

    .xl\:hover\:-skew-x-3:hover {
        --tw-skew-x: -3deg;
    }

    .xl\:hover\:-skew-x-2:hover {
        --tw-skew-x: -2deg;
    }

    .xl\:hover\:-skew-x-1:hover {
        --tw-skew-x: -1deg;
    }

    .xl\:hover\:skew-y-0:hover {
        --tw-skew-y: 0deg;
    }

    .xl\:hover\:skew-y-1:hover {
        --tw-skew-y: 1deg;
    }

    .xl\:hover\:skew-y-2:hover {
        --tw-skew-y: 2deg;
    }

    .xl\:hover\:skew-y-3:hover {
        --tw-skew-y: 3deg;
    }

    .xl\:hover\:skew-y-6:hover {
        --tw-skew-y: 6deg;
    }

    .xl\:hover\:skew-y-12:hover {
        --tw-skew-y: 12deg;
    }

    .xl\:hover\:-skew-y-12:hover {
        --tw-skew-y: -12deg;
    }

    .xl\:hover\:-skew-y-6:hover {
        --tw-skew-y: -6deg;
    }

    .xl\:hover\:-skew-y-3:hover {
        --tw-skew-y: -3deg;
    }

    .xl\:hover\:-skew-y-2:hover {
        --tw-skew-y: -2deg;
    }

    .xl\:hover\:-skew-y-1:hover {
        --tw-skew-y: -1deg;
    }

    .xl\:focus\:skew-x-0:focus {
        --tw-skew-x: 0deg;
    }

    .xl\:focus\:skew-x-1:focus {
        --tw-skew-x: 1deg;
    }

    .xl\:focus\:skew-x-2:focus {
        --tw-skew-x: 2deg;
    }

    .xl\:focus\:skew-x-3:focus {
        --tw-skew-x: 3deg;
    }

    .xl\:focus\:skew-x-6:focus {
        --tw-skew-x: 6deg;
    }

    .xl\:focus\:skew-x-12:focus {
        --tw-skew-x: 12deg;
    }

    .xl\:focus\:-skew-x-12:focus {
        --tw-skew-x: -12deg;
    }

    .xl\:focus\:-skew-x-6:focus {
        --tw-skew-x: -6deg;
    }

    .xl\:focus\:-skew-x-3:focus {
        --tw-skew-x: -3deg;
    }

    .xl\:focus\:-skew-x-2:focus {
        --tw-skew-x: -2deg;
    }

    .xl\:focus\:-skew-x-1:focus {
        --tw-skew-x: -1deg;
    }

    .xl\:focus\:skew-y-0:focus {
        --tw-skew-y: 0deg;
    }

    .xl\:focus\:skew-y-1:focus {
        --tw-skew-y: 1deg;
    }

    .xl\:focus\:skew-y-2:focus {
        --tw-skew-y: 2deg;
    }

    .xl\:focus\:skew-y-3:focus {
        --tw-skew-y: 3deg;
    }

    .xl\:focus\:skew-y-6:focus {
        --tw-skew-y: 6deg;
    }

    .xl\:focus\:skew-y-12:focus {
        --tw-skew-y: 12deg;
    }

    .xl\:focus\:-skew-y-12:focus {
        --tw-skew-y: -12deg;
    }

    .xl\:focus\:-skew-y-6:focus {
        --tw-skew-y: -6deg;
    }

    .xl\:focus\:-skew-y-3:focus {
        --tw-skew-y: -3deg;
    }

    .xl\:focus\:-skew-y-2:focus {
        --tw-skew-y: -2deg;
    }

    .xl\:focus\:-skew-y-1:focus {
        --tw-skew-y: -1deg;
    }

    .xl\:scale-0 {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }

    .xl\:scale-50 {
        --tw-scale-x: .5;
        --tw-scale-y: .5;
    }

    .xl\:scale-75 {
        --tw-scale-x: .75;
        --tw-scale-y: .75;
    }

    .xl\:scale-90 {
        --tw-scale-x: .9;
        --tw-scale-y: .9;
    }

    .xl\:scale-95 {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
    }

    .xl\:scale-100 {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }

    .xl\:scale-105 {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }

    .xl\:scale-110 {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }

    .xl\:scale-125 {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }

    .xl\:scale-150 {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }

    .xl\:hover\:scale-0:hover {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }

    .xl\:hover\:scale-50:hover {
        --tw-scale-x: .5;
        --tw-scale-y: .5;
    }

    .xl\:hover\:scale-75:hover {
        --tw-scale-x: .75;
        --tw-scale-y: .75;
    }

    .xl\:hover\:scale-90:hover {
        --tw-scale-x: .9;
        --tw-scale-y: .9;
    }

    .xl\:hover\:scale-95:hover {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
    }

    .xl\:hover\:scale-100:hover {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }

    .xl\:hover\:scale-105:hover {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }

    .xl\:hover\:scale-110:hover {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }

    .xl\:hover\:scale-125:hover {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }

    .xl\:hover\:scale-150:hover {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }

    .xl\:focus\:scale-0:focus {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }

    .xl\:focus\:scale-50:focus {
        --tw-scale-x: .5;
        --tw-scale-y: .5;
    }

    .xl\:focus\:scale-75:focus {
        --tw-scale-x: .75;
        --tw-scale-y: .75;
    }

    .xl\:focus\:scale-90:focus {
        --tw-scale-x: .9;
        --tw-scale-y: .9;
    }

    .xl\:focus\:scale-95:focus {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
    }

    .xl\:focus\:scale-100:focus {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }

    .xl\:focus\:scale-105:focus {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }

    .xl\:focus\:scale-110:focus {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }

    .xl\:focus\:scale-125:focus {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }

    .xl\:focus\:scale-150:focus {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }

    .xl\:scale-x-0 {
        --tw-scale-x: 0;
    }

    .xl\:scale-x-50 {
        --tw-scale-x: .5;
    }

    .xl\:scale-x-75 {
        --tw-scale-x: .75;
    }

    .xl\:scale-x-90 {
        --tw-scale-x: .9;
    }

    .xl\:scale-x-95 {
        --tw-scale-x: .95;
    }

    .xl\:scale-x-100 {
        --tw-scale-x: 1;
    }

    .xl\:scale-x-105 {
        --tw-scale-x: 1.05;
    }

    .xl\:scale-x-110 {
        --tw-scale-x: 1.1;
    }

    .xl\:scale-x-125 {
        --tw-scale-x: 1.25;
    }

    .xl\:scale-x-150 {
        --tw-scale-x: 1.5;
    }

    .xl\:scale-y-0 {
        --tw-scale-y: 0;
    }

    .xl\:scale-y-50 {
        --tw-scale-y: .5;
    }

    .xl\:scale-y-75 {
        --tw-scale-y: .75;
    }

    .xl\:scale-y-90 {
        --tw-scale-y: .9;
    }

    .xl\:scale-y-95 {
        --tw-scale-y: .95;
    }

    .xl\:scale-y-100 {
        --tw-scale-y: 1;
    }

    .xl\:scale-y-105 {
        --tw-scale-y: 1.05;
    }

    .xl\:scale-y-110 {
        --tw-scale-y: 1.1;
    }

    .xl\:scale-y-125 {
        --tw-scale-y: 1.25;
    }

    .xl\:scale-y-150 {
        --tw-scale-y: 1.5;
    }

    .xl\:hover\:scale-x-0:hover {
        --tw-scale-x: 0;
    }

    .xl\:hover\:scale-x-50:hover {
        --tw-scale-x: .5;
    }

    .xl\:hover\:scale-x-75:hover {
        --tw-scale-x: .75;
    }

    .xl\:hover\:scale-x-90:hover {
        --tw-scale-x: .9;
    }

    .xl\:hover\:scale-x-95:hover {
        --tw-scale-x: .95;
    }

    .xl\:hover\:scale-x-100:hover {
        --tw-scale-x: 1;
    }

    .xl\:hover\:scale-x-105:hover {
        --tw-scale-x: 1.05;
    }

    .xl\:hover\:scale-x-110:hover {
        --tw-scale-x: 1.1;
    }

    .xl\:hover\:scale-x-125:hover {
        --tw-scale-x: 1.25;
    }

    .xl\:hover\:scale-x-150:hover {
        --tw-scale-x: 1.5;
    }

    .xl\:hover\:scale-y-0:hover {
        --tw-scale-y: 0;
    }

    .xl\:hover\:scale-y-50:hover {
        --tw-scale-y: .5;
    }

    .xl\:hover\:scale-y-75:hover {
        --tw-scale-y: .75;
    }

    .xl\:hover\:scale-y-90:hover {
        --tw-scale-y: .9;
    }

    .xl\:hover\:scale-y-95:hover {
        --tw-scale-y: .95;
    }

    .xl\:hover\:scale-y-100:hover {
        --tw-scale-y: 1;
    }

    .xl\:hover\:scale-y-105:hover {
        --tw-scale-y: 1.05;
    }

    .xl\:hover\:scale-y-110:hover {
        --tw-scale-y: 1.1;
    }

    .xl\:hover\:scale-y-125:hover {
        --tw-scale-y: 1.25;
    }

    .xl\:hover\:scale-y-150:hover {
        --tw-scale-y: 1.5;
    }

    .xl\:focus\:scale-x-0:focus {
        --tw-scale-x: 0;
    }

    .xl\:focus\:scale-x-50:focus {
        --tw-scale-x: .5;
    }

    .xl\:focus\:scale-x-75:focus {
        --tw-scale-x: .75;
    }

    .xl\:focus\:scale-x-90:focus {
        --tw-scale-x: .9;
    }

    .xl\:focus\:scale-x-95:focus {
        --tw-scale-x: .95;
    }

    .xl\:focus\:scale-x-100:focus {
        --tw-scale-x: 1;
    }

    .xl\:focus\:scale-x-105:focus {
        --tw-scale-x: 1.05;
    }

    .xl\:focus\:scale-x-110:focus {
        --tw-scale-x: 1.1;
    }

    .xl\:focus\:scale-x-125:focus {
        --tw-scale-x: 1.25;
    }

    .xl\:focus\:scale-x-150:focus {
        --tw-scale-x: 1.5;
    }

    .xl\:focus\:scale-y-0:focus {
        --tw-scale-y: 0;
    }

    .xl\:focus\:scale-y-50:focus {
        --tw-scale-y: .5;
    }

    .xl\:focus\:scale-y-75:focus {
        --tw-scale-y: .75;
    }

    .xl\:focus\:scale-y-90:focus {
        --tw-scale-y: .9;
    }

    .xl\:focus\:scale-y-95:focus {
        --tw-scale-y: .95;
    }

    .xl\:focus\:scale-y-100:focus {
        --tw-scale-y: 1;
    }

    .xl\:focus\:scale-y-105:focus {
        --tw-scale-y: 1.05;
    }

    .xl\:focus\:scale-y-110:focus {
        --tw-scale-y: 1.1;
    }

    .xl\:focus\:scale-y-125:focus {
        --tw-scale-y: 1.25;
    }

    .xl\:focus\:scale-y-150:focus {
        --tw-scale-y: 1.5;
    }

    .xl\:animate-none {
        -webkit-animation: none;
        animation: none;
    }

    .xl\:animate-spin {
        -webkit-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite;
    }

    .xl\:animate-ping {
        -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
        animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }

    .xl\:animate-pulse {
        -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
        animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }

    .xl\:animate-bounce {
        -webkit-animation: bounce 1s infinite;
        animation: bounce 1s infinite;
    }

    .xl\:cursor-auto {
        cursor: auto;
    }

    .xl\:cursor-default {
        cursor: default;
    }

    .xl\:cursor-pointer {
        cursor: pointer;
    }

    .xl\:cursor-wait {
        cursor: wait;
    }

    .xl\:cursor-text {
        cursor: text;
    }

    .xl\:cursor-move {
        cursor: move;
    }

    .xl\:cursor-help {
        cursor: help;
    }

    .xl\:cursor-not-allowed {
        cursor: not-allowed;
    }

    .xl\:select-none {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .xl\:select-text {
        -webkit-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text;
    }

    .xl\:select-all {
        -webkit-user-select: all;
        -moz-user-select: all;
        user-select: all;
    }

    .xl\:select-auto {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
    }

    .xl\:resize-none {
        resize: none;
    }

    .xl\:resize-y {
        resize: vertical;
    }

    .xl\:resize-x {
        resize: horizontal;
    }

    .xl\:resize {
        resize: both;
    }

    .xl\:list-inside {
        list-style-position: inside;
    }

    .xl\:list-outside {
        list-style-position: outside;
    }

    .xl\:list-none {
        list-style-type: none;
    }

    .xl\:list-disc {
        list-style-type: disc;
    }

    .xl\:list-decimal {
        list-style-type: decimal;
    }

    .xl\:appearance-none {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .xl\:auto-cols-auto {
        grid-auto-columns: auto;
    }

    .xl\:auto-cols-min {
        grid-auto-columns: -webkit-min-content;
        grid-auto-columns: min-content;
    }

    .xl\:auto-cols-max {
        grid-auto-columns: -webkit-max-content;
        grid-auto-columns: max-content;
    }

    .xl\:auto-cols-fr {
        grid-auto-columns: minmax(0, 1fr);
    }

    .xl\:grid-flow-row {
        grid-auto-flow: row;
    }

    .xl\:grid-flow-col {
        grid-auto-flow: column;
    }

    .xl\:grid-flow-row-dense {
        grid-auto-flow: row dense;
    }

    .xl\:grid-flow-col-dense {
        grid-auto-flow: column dense;
    }

    .xl\:auto-rows-auto {
        grid-auto-rows: auto;
    }

    .xl\:auto-rows-min {
        grid-auto-rows: -webkit-min-content;
        grid-auto-rows: min-content;
    }

    .xl\:auto-rows-max {
        grid-auto-rows: -webkit-max-content;
        grid-auto-rows: max-content;
    }

    .xl\:auto-rows-fr {
        grid-auto-rows: minmax(0, 1fr);
    }

    .xl\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .xl\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .xl\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .xl\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .xl\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .xl\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }

    .xl\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    .xl\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }

    .xl\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }

    .xl\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }

    .xl\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .xl\:grid-cols-none {
        grid-template-columns: none;
    }

    .xl\:grid-rows-1 {
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }

    .xl\:grid-rows-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }

    .xl\:grid-rows-3 {
        grid-template-rows: repeat(3, minmax(0, 1fr));
    }

    .xl\:grid-rows-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr));
    }

    .xl\:grid-rows-5 {
        grid-template-rows: repeat(5, minmax(0, 1fr));
    }

    .xl\:grid-rows-6 {
        grid-template-rows: repeat(6, minmax(0, 1fr));
    }

    .xl\:grid-rows-none {
        grid-template-rows: none;
    }

    .xl\:flex-row {
        flex-direction: row;
    }

    .xl\:flex-row-reverse {
        flex-direction: row-reverse;
    }

    .xl\:flex-col {
        flex-direction: column;
    }

    .xl\:flex-col-reverse {
        flex-direction: column-reverse;
    }

    .xl\:flex-wrap {
        flex-wrap: wrap;
    }

    .xl\:flex-wrap-reverse {
        flex-wrap: wrap-reverse;
    }

    .xl\:flex-nowrap {
        flex-wrap: nowrap;
    }

    .xl\:place-content-center {
        place-content: center;
    }

    .xl\:place-content-start {
        place-content: start;
    }

    .xl\:place-content-end {
        place-content: end;
    }

    .xl\:place-content-between {
        place-content: space-between;
    }

    .xl\:place-content-around {
        place-content: space-around;
    }

    .xl\:place-content-evenly {
        place-content: space-evenly;
    }

    .xl\:place-content-stretch {
        place-content: stretch;
    }

    .xl\:place-items-start {
        place-items: start;
    }

    .xl\:place-items-end {
        place-items: end;
    }

    .xl\:place-items-center {
        place-items: center;
    }

    .xl\:place-items-stretch {
        place-items: stretch;
    }

    .xl\:content-center {
        align-content: center;
    }

    .xl\:content-start {
        align-content: flex-start;
    }

    .xl\:content-end {
        align-content: flex-end;
    }

    .xl\:content-between {
        align-content: space-between;
    }

    .xl\:content-around {
        align-content: space-around;
    }

    .xl\:content-evenly {
        align-content: space-evenly;
    }

    .xl\:items-start {
        align-items: flex-start;
    }

    .xl\:items-end {
        align-items: flex-end;
    }

    .xl\:items-center {
        align-items: center;
    }

    .xl\:items-baseline {
        align-items: baseline;
    }

    .xl\:items-stretch {
        align-items: stretch;
    }

    .xl\:justify-start {
        justify-content: flex-start;
    }

    .xl\:justify-end {
        justify-content: flex-end;
    }

    .xl\:justify-center {
        justify-content: center;
    }

    .xl\:justify-between {
        justify-content: space-between;
    }

    .xl\:justify-around {
        justify-content: space-around;
    }

    .xl\:justify-evenly {
        justify-content: space-evenly;
    }

    .xl\:justify-items-start {
        justify-items: start;
    }

    .xl\:justify-items-end {
        justify-items: end;
    }

    .xl\:justify-items-center {
        justify-items: center;
    }

    .xl\:justify-items-stretch {
        justify-items: stretch;
    }

    .xl\:gap-0 {
        gap: 0px;
    }

    .xl\:gap-1 {
        gap: 0.25rem;
    }

    .xl\:gap-2 {
        gap: 0.5rem;
    }

    .xl\:gap-3 {
        gap: 0.75rem;
    }

    .xl\:gap-4 {
        gap: 1rem;
    }

    .xl\:gap-5 {
        gap: 1.25rem;
    }

    .xl\:gap-6 {
        gap: 1.5rem;
    }

    .xl\:gap-7 {
        gap: 1.75rem;
    }

    .xl\:gap-8 {
        gap: 2rem;
    }

    .xl\:gap-9 {
        gap: 2.25rem;
    }

    .xl\:gap-10 {
        gap: 2.5rem;
    }

    .xl\:gap-11 {
        gap: 2.75rem;
    }

    .xl\:gap-12 {
        gap: 3rem;
    }

    .xl\:gap-14 {
        gap: 3.5rem;
    }

    .xl\:gap-16 {
        gap: 4rem;
    }

    .xl\:gap-18 {
        gap: 4.375rem;
    }

    .xl\:gap-19 {
        gap: 76px;
    }

    .xl\:gap-20 {
        gap: 5rem;
    }

    .xl\:gap-24 {
        gap: 6rem;
    }

    .xl\:gap-28 {
        gap: 7rem;
    }

    .xl\:gap-30 {
        gap: 120px;
    }

    .xl\:gap-32 {
        gap: 8rem;
    }

    .xl\:gap-36 {
        gap: 9rem;
    }

    .xl\:gap-40 {
        gap: 10rem;
    }

    .xl\:gap-44 {
        gap: 11rem;
    }

    .xl\:gap-48 {
        gap: 12rem;
    }

    .xl\:gap-52 {
        gap: 13rem;
    }

    .xl\:gap-56 {
        gap: 14rem;
    }

    .xl\:gap-60 {
        gap: 15rem;
    }

    .xl\:gap-64 {
        gap: 16rem;
    }

    .xl\:gap-72 {
        gap: 18rem;
    }

    .xl\:gap-80 {
        gap: 20rem;
    }

    .xl\:gap-96 {
        gap: 24rem;
    }

    .xl\:gap-px {
        gap: 1px;
    }

    .xl\:gap-0\.5 {
        gap: 0.125rem;
    }

    .xl\:gap-1\.5 {
        gap: 0.375rem;
    }

    .xl\:gap-2\.5 {
        gap: 0.625rem;
    }

    .xl\:gap-3\.5 {
        gap: 0.875rem;
    }

    .xl\:gap-5p {
        gap: 5px;
    }

    .xl\:gap-10p {
        gap: 10px;
    }

    .xl\:gap-14p {
        gap: 14px;
    }

    .xl\:gap-15p {
        gap: 15px;
    }

    .xl\:gap-15_2 {
        gap: 60px;
    }

    .xl\:gap-16_1 {
        gap: 52px;
    }

    .xl\:gap-16p {
        gap: 16px;
    }

    .xl\:gap-25p {
        gap: 25px;
    }

    .xl\:gap-48p {
        gap: 48%;
    }

    .xl\:gap-52p {
        gap: 52%;
    }

    .xl\:gap-x-0 {
        -moz-column-gap: 0px;
        column-gap: 0px;
    }

    .xl\:gap-x-1 {
        -moz-column-gap: 0.25rem;
        column-gap: 0.25rem;
    }

    .xl\:gap-x-2 {
        -moz-column-gap: 0.5rem;
        column-gap: 0.5rem;
    }

    .xl\:gap-x-3 {
        -moz-column-gap: 0.75rem;
        column-gap: 0.75rem;
    }

    .xl\:gap-x-4 {
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }

    .xl\:gap-x-5 {
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

    .xl\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }

    .xl\:gap-x-7 {
        -moz-column-gap: 1.75rem;
        column-gap: 1.75rem;
    }

    .xl\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }

    .xl\:gap-x-9 {
        -moz-column-gap: 2.25rem;
        column-gap: 2.25rem;
    }

    .xl\:gap-x-10 {
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }

    .xl\:gap-x-11 {
        -moz-column-gap: 2.75rem;
        column-gap: 2.75rem;
    }

    .xl\:gap-x-12 {
        -moz-column-gap: 3rem;
        column-gap: 3rem;
    }

    .xl\:gap-x-14 {
        -moz-column-gap: 3.5rem;
        column-gap: 3.5rem;
    }

    .xl\:gap-x-16 {
        -moz-column-gap: 4rem;
        column-gap: 4rem;
    }

    .xl\:gap-x-18 {
        -moz-column-gap: 4.375rem;
        column-gap: 4.375rem;
    }

    .xl\:gap-x-19 {
        -moz-column-gap: 76px;
        column-gap: 76px;
    }

    .xl\:gap-x-20 {
        -moz-column-gap: 5rem;
        column-gap: 5rem;
    }

    .xl\:gap-x-24 {
        -moz-column-gap: 6rem;
        column-gap: 6rem;
    }

    .xl\:gap-x-28 {
        -moz-column-gap: 7rem;
        column-gap: 7rem;
    }

    .xl\:gap-x-30 {
        -moz-column-gap: 120px;
        column-gap: 120px;
    }

    .xl\:gap-x-32 {
        -moz-column-gap: 8rem;
        column-gap: 8rem;
    }

    .xl\:gap-x-36 {
        -moz-column-gap: 9rem;
        column-gap: 9rem;
    }

    .xl\:gap-x-40 {
        -moz-column-gap: 10rem;
        column-gap: 10rem;
    }

    .xl\:gap-x-44 {
        -moz-column-gap: 11rem;
        column-gap: 11rem;
    }

    .xl\:gap-x-48 {
        -moz-column-gap: 12rem;
        column-gap: 12rem;
    }

    .xl\:gap-x-52 {
        -moz-column-gap: 13rem;
        column-gap: 13rem;
    }

    .xl\:gap-x-56 {
        -moz-column-gap: 14rem;
        column-gap: 14rem;
    }

    .xl\:gap-x-60 {
        -moz-column-gap: 15rem;
        column-gap: 15rem;
    }

    .xl\:gap-x-64 {
        -moz-column-gap: 16rem;
        column-gap: 16rem;
    }

    .xl\:gap-x-72 {
        -moz-column-gap: 18rem;
        column-gap: 18rem;
    }

    .xl\:gap-x-80 {
        -moz-column-gap: 20rem;
        column-gap: 20rem;
    }

    .xl\:gap-x-96 {
        -moz-column-gap: 24rem;
        column-gap: 24rem;
    }

    .xl\:gap-x-px {
        -moz-column-gap: 1px;
        column-gap: 1px;
    }

    .xl\:gap-x-0\.5 {
        -moz-column-gap: 0.125rem;
        column-gap: 0.125rem;
    }

    .xl\:gap-x-1\.5 {
        -moz-column-gap: 0.375rem;
        column-gap: 0.375rem;
    }

    .xl\:gap-x-2\.5 {
        -moz-column-gap: 0.625rem;
        column-gap: 0.625rem;
    }

    .xl\:gap-x-3\.5 {
        -moz-column-gap: 0.875rem;
        column-gap: 0.875rem;
    }

    .xl\:gap-x-5p {
        -moz-column-gap: 5px;
        column-gap: 5px;
    }

    .xl\:gap-x-10p {
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .xl\:gap-x-14p {
        -moz-column-gap: 14px;
        column-gap: 14px;
    }

    .xl\:gap-x-15p {
        -moz-column-gap: 15px;
        column-gap: 15px;
    }

    .xl\:gap-x-15_2 {
        -moz-column-gap: 60px;
        column-gap: 60px;
    }

    .xl\:gap-x-16_1 {
        -moz-column-gap: 52px;
        column-gap: 52px;
    }

    .xl\:gap-x-16p {
        -moz-column-gap: 16px;
        column-gap: 16px;
    }

    .xl\:gap-x-25p {
        -moz-column-gap: 25px;
        column-gap: 25px;
    }

    .xl\:gap-x-48p {
        -moz-column-gap: 48%;
        column-gap: 48%;
    }

    .xl\:gap-x-52p {
        -moz-column-gap: 52%;
        column-gap: 52%;
    }

    .xl\:gap-y-0 {
        row-gap: 0px;
    }

    .xl\:gap-y-1 {
        row-gap: 0.25rem;
    }

    .xl\:gap-y-2 {
        row-gap: 0.5rem;
    }

    .xl\:gap-y-3 {
        row-gap: 0.75rem;
    }

    .xl\:gap-y-4 {
        row-gap: 1rem;
    }

    .xl\:gap-y-5 {
        row-gap: 1.25rem;
    }

    .xl\:gap-y-6 {
        row-gap: 1.5rem;
    }

    .xl\:gap-y-7 {
        row-gap: 1.75rem;
    }

    .xl\:gap-y-8 {
        row-gap: 2rem;
    }

    .xl\:gap-y-9 {
        row-gap: 2.25rem;
    }

    .xl\:gap-y-10 {
        row-gap: 2.5rem;
    }

    .xl\:gap-y-11 {
        row-gap: 2.75rem;
    }

    .xl\:gap-y-12 {
        row-gap: 3rem;
    }

    .xl\:gap-y-14 {
        row-gap: 3.5rem;
    }

    .xl\:gap-y-16 {
        row-gap: 4rem;
    }

    .xl\:gap-y-18 {
        row-gap: 4.375rem;
    }

    .xl\:gap-y-19 {
        row-gap: 76px;
    }

    .xl\:gap-y-20 {
        row-gap: 5rem;
    }

    .xl\:gap-y-24 {
        row-gap: 6rem;
    }

    .xl\:gap-y-28 {
        row-gap: 7rem;
    }

    .xl\:gap-y-30 {
        row-gap: 120px;
    }

    .xl\:gap-y-32 {
        row-gap: 8rem;
    }

    .xl\:gap-y-36 {
        row-gap: 9rem;
    }

    .xl\:gap-y-40 {
        row-gap: 10rem;
    }

    .xl\:gap-y-44 {
        row-gap: 11rem;
    }

    .xl\:gap-y-48 {
        row-gap: 12rem;
    }

    .xl\:gap-y-52 {
        row-gap: 13rem;
    }

    .xl\:gap-y-56 {
        row-gap: 14rem;
    }

    .xl\:gap-y-60 {
        row-gap: 15rem;
    }

    .xl\:gap-y-64 {
        row-gap: 16rem;
    }

    .xl\:gap-y-72 {
        row-gap: 18rem;
    }

    .xl\:gap-y-80 {
        row-gap: 20rem;
    }

    .xl\:gap-y-96 {
        row-gap: 24rem;
    }

    .xl\:gap-y-px {
        row-gap: 1px;
    }

    .xl\:gap-y-0\.5 {
        row-gap: 0.125rem;
    }

    .xl\:gap-y-1\.5 {
        row-gap: 0.375rem;
    }

    .xl\:gap-y-2\.5 {
        row-gap: 0.625rem;
    }

    .xl\:gap-y-3\.5 {
        row-gap: 0.875rem;
    }

    .xl\:gap-y-5p {
        row-gap: 5px;
    }

    .xl\:gap-y-10p {
        row-gap: 10px;
    }

    .xl\:gap-y-14p {
        row-gap: 14px;
    }

    .xl\:gap-y-15p {
        row-gap: 15px;
    }

    .xl\:gap-y-15_2 {
        row-gap: 60px;
    }

    .xl\:gap-y-16_1 {
        row-gap: 52px;
    }

    .xl\:gap-y-16p {
        row-gap: 16px;
    }

    .xl\:gap-y-25p {
        row-gap: 25px;
    }

    .xl\:gap-y-48p {
        row-gap: 48%;
    }

    .xl\:gap-y-52p {
        row-gap: 52%;
    }

    .xl\:space-x-0> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.25rem * var(--tw-space-x-reverse));
        margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-3> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.75rem * var(--tw-space-x-reverse));
        margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-4> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1rem * var(--tw-space-x-reverse));
        margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-6> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-7> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.75rem * var(--tw-space-x-reverse));
        margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-8> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2rem * var(--tw-space-x-reverse));
        margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-9> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.25rem * var(--tw-space-x-reverse));
        margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-10> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-11> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.75rem * var(--tw-space-x-reverse));
        margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-12> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3rem * var(--tw-space-x-reverse));
        margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-14> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3.5rem * var(--tw-space-x-reverse));
        margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-16> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(4rem * var(--tw-space-x-reverse));
        margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-18> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(4.375rem * var(--tw-space-x-reverse));
        margin-left: calc(4.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-19> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(76px * var(--tw-space-x-reverse));
        margin-left: calc(76px * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-20> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(5rem * var(--tw-space-x-reverse));
        margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-24> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(6rem * var(--tw-space-x-reverse));
        margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-28> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(7rem * var(--tw-space-x-reverse));
        margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-30> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(120px * var(--tw-space-x-reverse));
        margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-32> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(8rem * var(--tw-space-x-reverse));
        margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-36> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(9rem * var(--tw-space-x-reverse));
        margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-40> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(10rem * var(--tw-space-x-reverse));
        margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-44> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(11rem * var(--tw-space-x-reverse));
        margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-48> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(12rem * var(--tw-space-x-reverse));
        margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-52> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(13rem * var(--tw-space-x-reverse));
        margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-56> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(14rem * var(--tw-space-x-reverse));
        margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-60> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(15rem * var(--tw-space-x-reverse));
        margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-64> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(16rem * var(--tw-space-x-reverse));
        margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-72> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(18rem * var(--tw-space-x-reverse));
        margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-80> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(20rem * var(--tw-space-x-reverse));
        margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-96> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(24rem * var(--tw-space-x-reverse));
        margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-px> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1px * var(--tw-space-x-reverse));
        margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.125rem * var(--tw-space-x-reverse));
        margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.375rem * var(--tw-space-x-reverse));
        margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.625rem * var(--tw-space-x-reverse));
        margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.875rem * var(--tw-space-x-reverse));
        margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(5px * var(--tw-space-x-reverse));
        margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(10px * var(--tw-space-x-reverse));
        margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(14px * var(--tw-space-x-reverse));
        margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(15px * var(--tw-space-x-reverse));
        margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(60px * var(--tw-space-x-reverse));
        margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(52px * var(--tw-space-x-reverse));
        margin-left: calc(52px * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(16px * var(--tw-space-x-reverse));
        margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(25px * var(--tw-space-x-reverse));
        margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(48% * var(--tw-space-x-reverse));
        margin-left: calc(48% * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-x-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(52% * var(--tw-space-x-reverse));
        margin-left: calc(52% * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-0> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-3> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-4> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1rem * var(--tw-space-x-reverse));
        margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-6> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-7> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-8> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2rem * var(--tw-space-x-reverse));
        margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-9> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-10> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-11> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-12> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3rem * var(--tw-space-x-reverse));
        margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-14> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-16> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-4rem * var(--tw-space-x-reverse));
        margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-18> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-4.375rem * var(--tw-space-x-reverse));
        margin-left: calc(-4.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-19> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-76px * var(--tw-space-x-reverse));
        margin-left: calc(-76px * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-20> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-5rem * var(--tw-space-x-reverse));
        margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-24> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-6rem * var(--tw-space-x-reverse));
        margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-28> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-7rem * var(--tw-space-x-reverse));
        margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-30> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-120px * var(--tw-space-x-reverse));
        margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-32> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-8rem * var(--tw-space-x-reverse));
        margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-36> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-9rem * var(--tw-space-x-reverse));
        margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-40> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-10rem * var(--tw-space-x-reverse));
        margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-44> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-11rem * var(--tw-space-x-reverse));
        margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-48> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-12rem * var(--tw-space-x-reverse));
        margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-52> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-13rem * var(--tw-space-x-reverse));
        margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-56> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-14rem * var(--tw-space-x-reverse));
        margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-60> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-15rem * var(--tw-space-x-reverse));
        margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-64> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-16rem * var(--tw-space-x-reverse));
        margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-72> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-18rem * var(--tw-space-x-reverse));
        margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-80> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-20rem * var(--tw-space-x-reverse));
        margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-96> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-24rem * var(--tw-space-x-reverse));
        margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-px> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1px * var(--tw-space-x-reverse));
        margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-5px * var(--tw-space-x-reverse));
        margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-10px * var(--tw-space-x-reverse));
        margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-14px * var(--tw-space-x-reverse));
        margin-left: calc(-14px * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-15px * var(--tw-space-x-reverse));
        margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-60px * var(--tw-space-x-reverse));
        margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-52px * var(--tw-space-x-reverse));
        margin-left: calc(-52px * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-16px * var(--tw-space-x-reverse));
        margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-25px * var(--tw-space-x-reverse));
        margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-48% * var(--tw-space-x-reverse));
        margin-left: calc(-48% * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:-space-x-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-52% * var(--tw-space-x-reverse));
        margin-left: calc(-52% * calc(1 - var(--tw-space-x-reverse)));
    }

    .xl\:space-y-0> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }

    .xl\:space-y-1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
    }

    .xl\:space-y-2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
    }

    .xl\:space-y-3> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
    }

    .xl\:space-y-4> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1rem * var(--tw-space-y-reverse));
    }

    .xl\:space-y-5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
    }

    .xl\:space-y-6> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
    }

    .xl\:space-y-7> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
    }

    .xl\:space-y-8> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2rem * var(--tw-space-y-reverse));
    }

    .xl\:space-y-9> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
    }

    .xl\:space-y-10> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
    }

    .xl\:space-y-11> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
    }

    .xl\:space-y-12> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3rem * var(--tw-space-y-reverse));
    }

    .xl\:space-y-14> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
    }

    .xl\:space-y-16> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(4rem * var(--tw-space-y-reverse));
    }

    .xl\:space-y-18> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(4.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(4.375rem * var(--tw-space-y-reverse));
    }

    .xl\:space-y-19> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(76px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(76px * var(--tw-space-y-reverse));
    }

    .xl\:space-y-20> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5rem * var(--tw-space-y-reverse));
    }

    .xl\:space-y-24> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(6rem * var(--tw-space-y-reverse));
    }

    .xl\:space-y-28> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(7rem * var(--tw-space-y-reverse));
    }

    .xl\:space-y-30> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(120px * var(--tw-space-y-reverse));
    }

    .xl\:space-y-32> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(8rem * var(--tw-space-y-reverse));
    }

    .xl\:space-y-36> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(9rem * var(--tw-space-y-reverse));
    }

    .xl\:space-y-40> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(10rem * var(--tw-space-y-reverse));
    }

    .xl\:space-y-44> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(11rem * var(--tw-space-y-reverse));
    }

    .xl\:space-y-48> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(12rem * var(--tw-space-y-reverse));
    }

    .xl\:space-y-52> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(13rem * var(--tw-space-y-reverse));
    }

    .xl\:space-y-56> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(14rem * var(--tw-space-y-reverse));
    }

    .xl\:space-y-60> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(15rem * var(--tw-space-y-reverse));
    }

    .xl\:space-y-64> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(16rem * var(--tw-space-y-reverse));
    }

    .xl\:space-y-72> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(18rem * var(--tw-space-y-reverse));
    }

    .xl\:space-y-80> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(20rem * var(--tw-space-y-reverse));
    }

    .xl\:space-y-96> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(24rem * var(--tw-space-y-reverse));
    }

    .xl\:space-y-px> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1px * var(--tw-space-y-reverse));
    }

    .xl\:space-y-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
    }

    .xl\:space-y-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
    }

    .xl\:space-y-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
    }

    .xl\:space-y-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
    }

    .xl\:space-y-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5px * var(--tw-space-y-reverse));
    }

    .xl\:space-y-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(10px * var(--tw-space-y-reverse));
    }

    .xl\:space-y-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(14px * var(--tw-space-y-reverse));
    }

    .xl\:space-y-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(15px * var(--tw-space-y-reverse));
    }

    .xl\:space-y-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(60px * var(--tw-space-y-reverse));
    }

    .xl\:space-y-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(52px * var(--tw-space-y-reverse));
    }

    .xl\:space-y-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(16px * var(--tw-space-y-reverse));
    }

    .xl\:space-y-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(25px * var(--tw-space-y-reverse));
    }

    .xl\:space-y-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(48% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(48% * var(--tw-space-y-reverse));
    }

    .xl\:space-y-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(52% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(52% * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-0> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-3> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-4> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-6> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-7> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-8> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-9> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-10> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-11> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-12> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-14> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-16> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-18> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-4.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-4.375rem * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-19> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-76px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-76px * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-20> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-24> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-28> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-30> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-120px * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-32> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-36> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-40> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-44> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-48> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-52> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-56> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-60> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-64> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-72> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-80> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-96> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-px> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1px * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-5px * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-10px * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-14px * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-15px * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-60px * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-52px * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-16px * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-25px * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-48% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-48% * var(--tw-space-y-reverse));
    }

    .xl\:-space-y-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-52% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-52% * var(--tw-space-y-reverse));
    }

    .xl\:space-y-reverse> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 1;
    }

    .xl\:space-x-reverse> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 1;
    }

    .xl\:divide-x-0> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(0px * var(--tw-divide-x-reverse));
        border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .xl\:divide-x-2> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(2px * var(--tw-divide-x-reverse));
        border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .xl\:divide-x-4> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(4px * var(--tw-divide-x-reverse));
        border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .xl\:divide-x-8> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(8px * var(--tw-divide-x-reverse));
        border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .xl\:divide-x> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(1px * var(--tw-divide-x-reverse));
        border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .xl\:divide-y-0> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
    }

    .xl\:divide-y-2> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
    }

    .xl\:divide-y-4> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
    }

    .xl\:divide-y-8> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
    }

    .xl\:divide-y> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
    }

    .xl\:divide-y-reverse> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 1;
    }

    .xl\:divide-x-reverse> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 1;
    }

    .xl\:divide-solid> :not([hidden])~ :not([hidden]) {
        border-style: solid;
    }

    .xl\:divide-dashed> :not([hidden])~ :not([hidden]) {
        border-style: dashed;
    }

    .xl\:divide-dotted> :not([hidden])~ :not([hidden]) {
        border-style: dotted;
    }

    .xl\:divide-double> :not([hidden])~ :not([hidden]) {
        border-style: double;
    }

    .xl\:divide-none> :not([hidden])~ :not([hidden]) {
        border-style: none;
    }

    .xl\:divide-transparent> :not([hidden])~ :not([hidden]) {
        border-color: transparent;
    }

    .xl\:divide-current> :not([hidden])~ :not([hidden]) {
        border-color: currentColor;
    }

    .xl\:divide-black> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
    }

    .xl\:divide-white> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
    }

    .xl\:divide-gray-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
    }

    .xl\:divide-gray-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
    }

    .xl\:divide-gray-200> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
    }

    .xl\:divide-gray-300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
    }

    .xl\:divide-gray-400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
    }

    .xl\:divide-gray-500> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
    }

    .xl\:divide-gray-600> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
    }

    .xl\:divide-gray-700> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
    }

    .xl\:divide-gray-800> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
    }

    .xl\:divide-gray-900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
    }

    .xl\:divide-red-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
    }

    .xl\:divide-red-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
    }

    .xl\:divide-red-200> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
    }

    .xl\:divide-red-300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
    }

    .xl\:divide-red-400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
    }

    .xl\:divide-red-500> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
    }

    .xl\:divide-red-600> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
    }

    .xl\:divide-red-700> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
    }

    .xl\:divide-red-800> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
    }

    .xl\:divide-red-900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
    }

    .xl\:divide-yellow> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-divide-opacity));
    }

    .xl\:divide-green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-divide-opacity));
    }

    .xl\:divide-blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-divide-opacity));
    }

    .xl\:divide-indigo-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
    }

    .xl\:divide-indigo-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
    }

    .xl\:divide-indigo-200> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
    }

    .xl\:divide-indigo-300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
    }

    .xl\:divide-indigo-400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
    }

    .xl\:divide-indigo-500> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
    }

    .xl\:divide-indigo-600> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
    }

    .xl\:divide-indigo-700> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
    }

    .xl\:divide-indigo-800> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
    }

    .xl\:divide-indigo-900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
    }

    .xl\:divide-purple> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-divide-opacity));
    }

    .xl\:divide-pink> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-divide-opacity));
    }

    .xl\:divide-primary> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-divide-opacity));
    }

    .xl\:divide-secondary> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-divide-opacity));
    }

    .xl\:divide-body_bg> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
    }

    .xl\:divide-body_text> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-divide-opacity));
    }

    .xl\:divide-title> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-divide-opacity));
    }

    .xl\:divide-grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-divide-opacity));
    }

    .xl\:divide-dark_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-divide-opacity));
    }

    .xl\:divide-light_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-divide-opacity));
    }

    .xl\:divide-medium_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-divide-opacity));
    }

    .xl\:divide-lightten_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-divide-opacity));
    }

    .xl\:divide-grey_300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-divide-opacity));
    }

    .xl\:divide-grey_400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-divide-opacity));
    }

    .xl\:divide-medium_blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-divide-opacity));
    }

    .xl\:divide-dark_blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-divide-opacity));
    }

    .xl\:divide-text_blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-divide-opacity));
    }

    .xl\:divide-footer_bg> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-divide-opacity));
    }

    .xl\:divide-brown> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-divide-opacity));
    }

    .xl\:divide-dark_brown> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-divide-opacity));
    }

    .xl\:divide-Light_purple> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-divide-opacity));
    }

    .xl\:divide-dark_green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-divide-opacity));
    }

    .xl\:divide-medium_green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-divide-opacity));
    }

    .xl\:divide-light_green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-divide-opacity));
    }

    .xl\:divide-green_900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-divide-opacity));
    }

    .xl\:divide-dark_border> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-divide-opacity));
    }

    .xl\:divide-opacity-0> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0;
    }

    .xl\:divide-opacity-5> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.05;
    }

    .xl\:divide-opacity-10> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.1;
    }

    .xl\:divide-opacity-20> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.2;
    }

    .xl\:divide-opacity-25> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.25;
    }

    .xl\:divide-opacity-30> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.3;
    }

    .xl\:divide-opacity-40> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.4;
    }

    .xl\:divide-opacity-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.5;
    }

    .xl\:divide-opacity-60> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.6;
    }

    .xl\:divide-opacity-70> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.7;
    }

    .xl\:divide-opacity-75> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.75;
    }

    .xl\:divide-opacity-80> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.8;
    }

    .xl\:divide-opacity-90> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.9;
    }

    .xl\:divide-opacity-95> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.95;
    }

    .xl\:divide-opacity-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
    }

    .xl\:place-self-auto {
        place-self: auto;
    }

    .xl\:place-self-start {
        place-self: start;
    }

    .xl\:place-self-end {
        place-self: end;
    }

    .xl\:place-self-center {
        place-self: center;
    }

    .xl\:place-self-stretch {
        place-self: stretch;
    }

    .xl\:self-auto {
        align-self: auto;
    }

    .xl\:self-start {
        align-self: flex-start;
    }

    .xl\:self-end {
        align-self: flex-end;
    }

    .xl\:self-center {
        align-self: center;
    }

    .xl\:self-stretch {
        align-self: stretch;
    }

    .xl\:self-baseline {
        align-self: baseline;
    }

    .xl\:justify-self-auto {
        justify-self: auto;
    }

    .xl\:justify-self-start {
        justify-self: start;
    }

    .xl\:justify-self-end {
        justify-self: end;
    }

    .xl\:justify-self-center {
        justify-self: center;
    }

    .xl\:justify-self-stretch {
        justify-self: stretch;
    }

    .xl\:overflow-auto {
        overflow: auto;
    }

    .xl\:overflow-hidden {
        overflow: hidden;
    }

    .xl\:overflow-visible {
        overflow: visible;
    }

    .xl\:overflow-scroll {
        overflow: scroll;
    }

    .xl\:overflow-x-auto {
        overflow-x: auto;
    }

    .xl\:overflow-y-auto {
        overflow-y: auto;
    }

    .xl\:overflow-x-hidden {
        overflow-x: hidden;
    }

    .xl\:overflow-y-hidden {
        overflow-y: hidden;
    }

    .xl\:overflow-x-visible {
        overflow-x: visible;
    }

    .xl\:overflow-y-visible {
        overflow-y: visible;
    }

    .xl\:overflow-x-scroll {
        overflow-x: scroll;
    }

    .xl\:overflow-y-scroll {
        overflow-y: scroll;
    }

    .xl\:overscroll-auto {
        -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
    }

    .xl\:overscroll-contain {
        -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    }

    .xl\:overscroll-none {
        -ms-scroll-chaining: none;
        overscroll-behavior: none;
    }

    .xl\:overscroll-y-auto {
        overscroll-behavior-y: auto;
    }

    .xl\:overscroll-y-contain {
        overscroll-behavior-y: contain;
    }

    .xl\:overscroll-y-none {
        overscroll-behavior-y: none;
    }

    .xl\:overscroll-x-auto {
        overscroll-behavior-x: auto;
    }

    .xl\:overscroll-x-contain {
        overscroll-behavior-x: contain;
    }

    .xl\:overscroll-x-none {
        overscroll-behavior-x: none;
    }

    .xl\:truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .xl\:overflow-ellipsis {
        text-overflow: ellipsis;
    }

    .xl\:overflow-clip {
        text-overflow: clip;
    }

    .xl\:whitespace-normal {
        white-space: normal;
    }

    .xl\:whitespace-nowrap {
        white-space: nowrap;
    }

    .xl\:whitespace-pre {
        white-space: pre;
    }

    .xl\:whitespace-pre-line {
        white-space: pre-line;
    }

    .xl\:whitespace-pre-wrap {
        white-space: pre-wrap;
    }

    .xl\:break-normal {
        overflow-wrap: normal;
        word-break: normal;
    }

    .xl\:break-words {
        overflow-wrap: break-word;
    }

    .xl\:break-all {
        word-break: break-all;
    }

    .xl\:rounded-none {
        border-radius: 0px;
    }

    .xl\:rounded-sm {
        border-radius: 0.125rem;
    }

    .xl\:rounded {
        border-radius: 0.25rem;
    }

    .xl\:rounded-md {
        border-radius: 0.375rem;
    }

    .xl\:rounded-lg {
        border-radius: 0.5rem;
    }

    .xl\:rounded-xl {
        border-radius: 0.75rem;
    }

    .xl\:rounded-2xl {
        border-radius: 1rem;
    }

    .xl\:rounded-3xl {
        border-radius: 1.5rem;
    }

    .xl\:rounded-full {
        border-radius: 9999px;
    }

    .xl\:rounded-btn {
        border-radius: 31px;
    }

    .xl\:rounded-10p {
        border-radius: 10px;
    }

    .xl\:rounded-t-none {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .xl\:rounded-t-sm {
        border-top-left-radius: 0.125rem;
        border-top-right-radius: 0.125rem;
    }

    .xl\:rounded-t {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .xl\:rounded-t-md {
        border-top-left-radius: 0.375rem;
        border-top-right-radius: 0.375rem;
    }

    .xl\:rounded-t-lg {
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
    }

    .xl\:rounded-t-xl {
        border-top-left-radius: 0.75rem;
        border-top-right-radius: 0.75rem;
    }

    .xl\:rounded-t-2xl {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }

    .xl\:rounded-t-3xl {
        border-top-left-radius: 1.5rem;
        border-top-right-radius: 1.5rem;
    }

    .xl\:rounded-t-full {
        border-top-left-radius: 9999px;
        border-top-right-radius: 9999px;
    }

    .xl\:rounded-t-btn {
        border-top-left-radius: 31px;
        border-top-right-radius: 31px;
    }

    .xl\:rounded-t-10p {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .xl\:rounded-r-none {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .xl\:rounded-r-sm {
        border-top-right-radius: 0.125rem;
        border-bottom-right-radius: 0.125rem;
    }

    .xl\:rounded-r {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }

    .xl\:rounded-r-md {
        border-top-right-radius: 0.375rem;
        border-bottom-right-radius: 0.375rem;
    }

    .xl\:rounded-r-lg {
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
    }

    .xl\:rounded-r-xl {
        border-top-right-radius: 0.75rem;
        border-bottom-right-radius: 0.75rem;
    }

    .xl\:rounded-r-2xl {
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }

    .xl\:rounded-r-3xl {
        border-top-right-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
    }

    .xl\:rounded-r-full {
        border-top-right-radius: 9999px;
        border-bottom-right-radius: 9999px;
    }

    .xl\:rounded-r-btn {
        border-top-right-radius: 31px;
        border-bottom-right-radius: 31px;
    }

    .xl\:rounded-r-10p {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .xl\:rounded-b-none {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .xl\:rounded-b-sm {
        border-bottom-right-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }

    .xl\:rounded-b {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .xl\:rounded-b-md {
        border-bottom-right-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }

    .xl\:rounded-b-lg {
        border-bottom-right-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }

    .xl\:rounded-b-xl {
        border-bottom-right-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }

    .xl\:rounded-b-2xl {
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }

    .xl\:rounded-b-3xl {
        border-bottom-right-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }

    .xl\:rounded-b-full {
        border-bottom-right-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }

    .xl\:rounded-b-btn {
        border-bottom-right-radius: 31px;
        border-bottom-left-radius: 31px;
    }

    .xl\:rounded-b-10p {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .xl\:rounded-l-none {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .xl\:rounded-l-sm {
        border-top-left-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }

    .xl\:rounded-l {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .xl\:rounded-l-md {
        border-top-left-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }

    .xl\:rounded-l-lg {
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }

    .xl\:rounded-l-xl {
        border-top-left-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }

    .xl\:rounded-l-2xl {
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }

    .xl\:rounded-l-3xl {
        border-top-left-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }

    .xl\:rounded-l-full {
        border-top-left-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }

    .xl\:rounded-l-btn {
        border-top-left-radius: 31px;
        border-bottom-left-radius: 31px;
    }

    .xl\:rounded-l-10p {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .xl\:rounded-tl-none {
        border-top-left-radius: 0px;
    }

    .xl\:rounded-tl-sm {
        border-top-left-radius: 0.125rem;
    }

    .xl\:rounded-tl {
        border-top-left-radius: 0.25rem;
    }

    .xl\:rounded-tl-md {
        border-top-left-radius: 0.375rem;
    }

    .xl\:rounded-tl-lg {
        border-top-left-radius: 0.5rem;
    }

    .xl\:rounded-tl-xl {
        border-top-left-radius: 0.75rem;
    }

    .xl\:rounded-tl-2xl {
        border-top-left-radius: 1rem;
    }

    .xl\:rounded-tl-3xl {
        border-top-left-radius: 1.5rem;
    }

    .xl\:rounded-tl-full {
        border-top-left-radius: 9999px;
    }

    .xl\:rounded-tl-btn {
        border-top-left-radius: 31px;
    }

    .xl\:rounded-tl-10p {
        border-top-left-radius: 10px;
    }

    .xl\:rounded-tr-none {
        border-top-right-radius: 0px;
    }

    .xl\:rounded-tr-sm {
        border-top-right-radius: 0.125rem;
    }

    .xl\:rounded-tr {
        border-top-right-radius: 0.25rem;
    }

    .xl\:rounded-tr-md {
        border-top-right-radius: 0.375rem;
    }

    .xl\:rounded-tr-lg {
        border-top-right-radius: 0.5rem;
    }

    .xl\:rounded-tr-xl {
        border-top-right-radius: 0.75rem;
    }

    .xl\:rounded-tr-2xl {
        border-top-right-radius: 1rem;
    }

    .xl\:rounded-tr-3xl {
        border-top-right-radius: 1.5rem;
    }

    .xl\:rounded-tr-full {
        border-top-right-radius: 9999px;
    }

    .xl\:rounded-tr-btn {
        border-top-right-radius: 31px;
    }

    .xl\:rounded-tr-10p {
        border-top-right-radius: 10px;
    }

    .xl\:rounded-br-none {
        border-bottom-right-radius: 0px;
    }

    .xl\:rounded-br-sm {
        border-bottom-right-radius: 0.125rem;
    }

    .xl\:rounded-br {
        border-bottom-right-radius: 0.25rem;
    }

    .xl\:rounded-br-md {
        border-bottom-right-radius: 0.375rem;
    }

    .xl\:rounded-br-lg {
        border-bottom-right-radius: 0.5rem;
    }

    .xl\:rounded-br-xl {
        border-bottom-right-radius: 0.75rem;
    }

    .xl\:rounded-br-2xl {
        border-bottom-right-radius: 1rem;
    }

    .xl\:rounded-br-3xl {
        border-bottom-right-radius: 1.5rem;
    }

    .xl\:rounded-br-full {
        border-bottom-right-radius: 9999px;
    }

    .xl\:rounded-br-btn {
        border-bottom-right-radius: 31px;
    }

    .xl\:rounded-br-10p {
        border-bottom-right-radius: 10px;
    }

    .xl\:rounded-bl-none {
        border-bottom-left-radius: 0px;
    }

    .xl\:rounded-bl-sm {
        border-bottom-left-radius: 0.125rem;
    }

    .xl\:rounded-bl {
        border-bottom-left-radius: 0.25rem;
    }

    .xl\:rounded-bl-md {
        border-bottom-left-radius: 0.375rem;
    }

    .xl\:rounded-bl-lg {
        border-bottom-left-radius: 0.5rem;
    }

    .xl\:rounded-bl-xl {
        border-bottom-left-radius: 0.75rem;
    }

    .xl\:rounded-bl-2xl {
        border-bottom-left-radius: 1rem;
    }

    .xl\:rounded-bl-3xl {
        border-bottom-left-radius: 1.5rem;
    }

    .xl\:rounded-bl-full {
        border-bottom-left-radius: 9999px;
    }

    .xl\:rounded-bl-btn {
        border-bottom-left-radius: 31px;
    }

    .xl\:rounded-bl-10p {
        border-bottom-left-radius: 10px;
    }

    .xl\:border-0 {
        border-width: 0px;
    }

    .xl\:border-2 {
        border-width: 2px;
    }

    .xl\:border-4 {
        border-width: 4px;
    }

    .xl\:border-8 {
        border-width: 8px;
    }

    .xl\:border {
        border-width: 1px;
    }

    .xl\:border-t-0 {
        border-top-width: 0px;
    }

    .xl\:border-t-2 {
        border-top-width: 2px;
    }

    .xl\:border-t-4 {
        border-top-width: 4px;
    }

    .xl\:border-t-8 {
        border-top-width: 8px;
    }

    .xl\:border-t {
        border-top-width: 1px;
    }

    .xl\:border-r-0 {
        border-right-width: 0px;
    }

    .xl\:border-r-2 {
        border-right-width: 2px;
    }

    .xl\:border-r-4 {
        border-right-width: 4px;
    }

    .xl\:border-r-8 {
        border-right-width: 8px;
    }

    .xl\:border-r {
        border-right-width: 1px;
    }

    .xl\:border-b-0 {
        border-bottom-width: 0px;
    }

    .xl\:border-b-2 {
        border-bottom-width: 2px;
    }

    .xl\:border-b-4 {
        border-bottom-width: 4px;
    }

    .xl\:border-b-8 {
        border-bottom-width: 8px;
    }

    .xl\:border-b {
        border-bottom-width: 1px;
    }

    .xl\:border-l-0 {
        border-left-width: 0px;
    }

    .xl\:border-l-2 {
        border-left-width: 2px;
    }

    .xl\:border-l-4 {
        border-left-width: 4px;
    }

    .xl\:border-l-8 {
        border-left-width: 8px;
    }

    .xl\:border-l {
        border-left-width: 1px;
    }

    .xl\:border-solid {
        border-style: solid;
    }

    .xl\:border-dashed {
        border-style: dashed;
    }

    .xl\:border-dotted {
        border-style: dotted;
    }

    .xl\:border-double {
        border-style: double;
    }

    .xl\:border-none {
        border-style: none;
    }

    .xl\:border-transparent {
        border-color: transparent;
    }

    .xl\:border-current {
        border-color: currentColor;
    }

    .xl\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .xl\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .xl\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .xl\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .xl\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .xl\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .xl\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .xl\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .xl\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .xl\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .xl\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .xl\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .xl\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .xl\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .xl\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .xl\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .xl\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .xl\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .xl\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .xl\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .xl\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .xl\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .xl\:border-yellow {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .xl\:border-green {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .xl\:border-blue {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .xl\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .xl\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .xl\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .xl\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .xl\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .xl\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .xl\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .xl\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .xl\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .xl\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .xl\:border-purple {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .xl\:border-pink {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .xl\:border-primary {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .xl\:border-secondary {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .xl\:border-body_bg {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .xl\:border-body_text {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .xl\:border-title {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .xl\:border-grey {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .xl\:border-dark_grey {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .xl\:border-light_grey {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .xl\:border-medium_grey {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .xl\:border-lightten_grey {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .xl\:border-grey_300 {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .xl\:border-grey_400 {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .xl\:border-medium_blue {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .xl\:border-dark_blue {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .xl\:border-text_blue {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .xl\:border-footer_bg {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .xl\:border-brown {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .xl\:border-dark_brown {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .xl\:border-Light_purple {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .xl\:border-dark_green {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .xl\:border-medium_green {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .xl\:border-light_green {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .xl\:border-green_900 {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .xl\:border-dark_border {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-transparent {
        border-color: transparent;
    }

    .group:hover .xl\:group-hover\:border-current {
        border-color: currentColor;
    }

    .group:hover .xl\:group-hover\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-yellow {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-green {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-blue {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-purple {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-pink {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-primary {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-secondary {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-body_bg {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-body_text {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-title {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-grey {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-dark_grey {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-light_grey {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-medium_grey {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-lightten_grey {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-grey_300 {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-grey_400 {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-medium_blue {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-dark_blue {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-text_blue {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-footer_bg {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-brown {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-dark_brown {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-Light_purple {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-dark_green {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-medium_green {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-light_green {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-green_900 {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .group:hover .xl\:group-hover\:border-dark_border {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-transparent:focus-within {
        border-color: transparent;
    }

    .xl\:focus-within\:border-current:focus-within {
        border-color: currentColor;
    }

    .xl\:focus-within\:border-black:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-white:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-gray-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-gray-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-gray-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-gray-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-gray-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-gray-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-gray-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-gray-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-gray-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-gray-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-red-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-red-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-red-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-red-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-red-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-red-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-red-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-red-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-red-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-red-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-yellow:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-indigo-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-indigo-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-indigo-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-indigo-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-indigo-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-indigo-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-indigo-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-indigo-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-indigo-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-indigo-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-purple:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-pink:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-primary:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-secondary:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-body_bg:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-body_text:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-title:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-dark_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-light_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-medium_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-lightten_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-grey_300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-grey_400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-medium_blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-dark_blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-text_blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-footer_bg:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-brown:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-dark_brown:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-Light_purple:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-dark_green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-medium_green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-light_green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-green_900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .xl\:focus-within\:border-dark_border:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .xl\:hover\:border-transparent:hover {
        border-color: transparent;
    }

    .xl\:hover\:border-current:hover {
        border-color: currentColor;
    }

    .xl\:hover\:border-black:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .xl\:hover\:border-white:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .xl\:hover\:border-gray-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .xl\:hover\:border-gray-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .xl\:hover\:border-gray-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .xl\:hover\:border-gray-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .xl\:hover\:border-gray-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .xl\:hover\:border-gray-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .xl\:hover\:border-gray-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .xl\:hover\:border-gray-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .xl\:hover\:border-gray-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .xl\:hover\:border-gray-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .xl\:hover\:border-red-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .xl\:hover\:border-red-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .xl\:hover\:border-red-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .xl\:hover\:border-red-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .xl\:hover\:border-red-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .xl\:hover\:border-red-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .xl\:hover\:border-red-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .xl\:hover\:border-red-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .xl\:hover\:border-red-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .xl\:hover\:border-red-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .xl\:hover\:border-yellow:hover {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .xl\:hover\:border-green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .xl\:hover\:border-blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .xl\:hover\:border-indigo-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .xl\:hover\:border-indigo-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .xl\:hover\:border-indigo-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .xl\:hover\:border-indigo-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .xl\:hover\:border-indigo-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .xl\:hover\:border-indigo-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .xl\:hover\:border-indigo-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .xl\:hover\:border-indigo-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .xl\:hover\:border-indigo-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .xl\:hover\:border-indigo-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .xl\:hover\:border-purple:hover {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .xl\:hover\:border-pink:hover {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .xl\:hover\:border-primary:hover {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .xl\:hover\:border-secondary:hover {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .xl\:hover\:border-body_bg:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .xl\:hover\:border-body_text:hover {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .xl\:hover\:border-title:hover {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .xl\:hover\:border-grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .xl\:hover\:border-dark_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .xl\:hover\:border-light_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .xl\:hover\:border-medium_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .xl\:hover\:border-lightten_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .xl\:hover\:border-grey_300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .xl\:hover\:border-grey_400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .xl\:hover\:border-medium_blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .xl\:hover\:border-dark_blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .xl\:hover\:border-text_blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .xl\:hover\:border-footer_bg:hover {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .xl\:hover\:border-brown:hover {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .xl\:hover\:border-dark_brown:hover {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .xl\:hover\:border-Light_purple:hover {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .xl\:hover\:border-dark_green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .xl\:hover\:border-medium_green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .xl\:hover\:border-light_green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .xl\:hover\:border-green_900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .xl\:hover\:border-dark_border:hover {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .xl\:focus\:border-transparent:focus {
        border-color: transparent;
    }

    .xl\:focus\:border-current:focus {
        border-color: currentColor;
    }

    .xl\:focus\:border-black:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .xl\:focus\:border-white:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .xl\:focus\:border-gray-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .xl\:focus\:border-gray-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .xl\:focus\:border-gray-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .xl\:focus\:border-gray-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .xl\:focus\:border-gray-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .xl\:focus\:border-gray-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .xl\:focus\:border-gray-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .xl\:focus\:border-gray-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .xl\:focus\:border-gray-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .xl\:focus\:border-gray-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .xl\:focus\:border-red-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .xl\:focus\:border-red-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .xl\:focus\:border-red-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .xl\:focus\:border-red-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .xl\:focus\:border-red-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .xl\:focus\:border-red-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .xl\:focus\:border-red-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .xl\:focus\:border-red-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .xl\:focus\:border-red-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .xl\:focus\:border-red-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .xl\:focus\:border-yellow:focus {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .xl\:focus\:border-green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .xl\:focus\:border-blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .xl\:focus\:border-indigo-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .xl\:focus\:border-indigo-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .xl\:focus\:border-indigo-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .xl\:focus\:border-indigo-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .xl\:focus\:border-indigo-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .xl\:focus\:border-indigo-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .xl\:focus\:border-indigo-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .xl\:focus\:border-indigo-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .xl\:focus\:border-indigo-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .xl\:focus\:border-indigo-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .xl\:focus\:border-purple:focus {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .xl\:focus\:border-pink:focus {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .xl\:focus\:border-primary:focus {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .xl\:focus\:border-secondary:focus {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .xl\:focus\:border-body_bg:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .xl\:focus\:border-body_text:focus {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .xl\:focus\:border-title:focus {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .xl\:focus\:border-grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .xl\:focus\:border-dark_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .xl\:focus\:border-light_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .xl\:focus\:border-medium_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .xl\:focus\:border-lightten_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .xl\:focus\:border-grey_300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .xl\:focus\:border-grey_400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .xl\:focus\:border-medium_blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .xl\:focus\:border-dark_blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .xl\:focus\:border-text_blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .xl\:focus\:border-footer_bg:focus {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .xl\:focus\:border-brown:focus {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .xl\:focus\:border-dark_brown:focus {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .xl\:focus\:border-Light_purple:focus {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .xl\:focus\:border-dark_green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .xl\:focus\:border-medium_green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .xl\:focus\:border-light_green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .xl\:focus\:border-green_900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .xl\:focus\:border-dark_border:focus {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .xl\:border-opacity-0 {
        --tw-border-opacity: 0;
    }

    .xl\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }

    .xl\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }

    .xl\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }

    .xl\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }

    .xl\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }

    .xl\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }

    .xl\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }

    .xl\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }

    .xl\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }

    .xl\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }

    .xl\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }

    .xl\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }

    .xl\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }

    .xl\:border-opacity-100 {
        --tw-border-opacity: 1;
    }

    .group:hover .xl\:group-hover\:border-opacity-0 {
        --tw-border-opacity: 0;
    }

    .group:hover .xl\:group-hover\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }

    .group:hover .xl\:group-hover\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }

    .group:hover .xl\:group-hover\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }

    .group:hover .xl\:group-hover\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }

    .group:hover .xl\:group-hover\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }

    .group:hover .xl\:group-hover\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }

    .group:hover .xl\:group-hover\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }

    .group:hover .xl\:group-hover\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }

    .group:hover .xl\:group-hover\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }

    .group:hover .xl\:group-hover\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }

    .group:hover .xl\:group-hover\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }

    .group:hover .xl\:group-hover\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }

    .group:hover .xl\:group-hover\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }

    .group:hover .xl\:group-hover\:border-opacity-100 {
        --tw-border-opacity: 1;
    }

    .xl\:focus-within\:border-opacity-0:focus-within {
        --tw-border-opacity: 0;
    }

    .xl\:focus-within\:border-opacity-5:focus-within {
        --tw-border-opacity: 0.05;
    }

    .xl\:focus-within\:border-opacity-10:focus-within {
        --tw-border-opacity: 0.1;
    }

    .xl\:focus-within\:border-opacity-20:focus-within {
        --tw-border-opacity: 0.2;
    }

    .xl\:focus-within\:border-opacity-25:focus-within {
        --tw-border-opacity: 0.25;
    }

    .xl\:focus-within\:border-opacity-30:focus-within {
        --tw-border-opacity: 0.3;
    }

    .xl\:focus-within\:border-opacity-40:focus-within {
        --tw-border-opacity: 0.4;
    }

    .xl\:focus-within\:border-opacity-50:focus-within {
        --tw-border-opacity: 0.5;
    }

    .xl\:focus-within\:border-opacity-60:focus-within {
        --tw-border-opacity: 0.6;
    }

    .xl\:focus-within\:border-opacity-70:focus-within {
        --tw-border-opacity: 0.7;
    }

    .xl\:focus-within\:border-opacity-75:focus-within {
        --tw-border-opacity: 0.75;
    }

    .xl\:focus-within\:border-opacity-80:focus-within {
        --tw-border-opacity: 0.8;
    }

    .xl\:focus-within\:border-opacity-90:focus-within {
        --tw-border-opacity: 0.9;
    }

    .xl\:focus-within\:border-opacity-95:focus-within {
        --tw-border-opacity: 0.95;
    }

    .xl\:focus-within\:border-opacity-100:focus-within {
        --tw-border-opacity: 1;
    }

    .xl\:hover\:border-opacity-0:hover {
        --tw-border-opacity: 0;
    }

    .xl\:hover\:border-opacity-5:hover {
        --tw-border-opacity: 0.05;
    }

    .xl\:hover\:border-opacity-10:hover {
        --tw-border-opacity: 0.1;
    }

    .xl\:hover\:border-opacity-20:hover {
        --tw-border-opacity: 0.2;
    }

    .xl\:hover\:border-opacity-25:hover {
        --tw-border-opacity: 0.25;
    }

    .xl\:hover\:border-opacity-30:hover {
        --tw-border-opacity: 0.3;
    }

    .xl\:hover\:border-opacity-40:hover {
        --tw-border-opacity: 0.4;
    }

    .xl\:hover\:border-opacity-50:hover {
        --tw-border-opacity: 0.5;
    }

    .xl\:hover\:border-opacity-60:hover {
        --tw-border-opacity: 0.6;
    }

    .xl\:hover\:border-opacity-70:hover {
        --tw-border-opacity: 0.7;
    }

    .xl\:hover\:border-opacity-75:hover {
        --tw-border-opacity: 0.75;
    }

    .xl\:hover\:border-opacity-80:hover {
        --tw-border-opacity: 0.8;
    }

    .xl\:hover\:border-opacity-90:hover {
        --tw-border-opacity: 0.9;
    }

    .xl\:hover\:border-opacity-95:hover {
        --tw-border-opacity: 0.95;
    }

    .xl\:hover\:border-opacity-100:hover {
        --tw-border-opacity: 1;
    }

    .xl\:focus\:border-opacity-0:focus {
        --tw-border-opacity: 0;
    }

    .xl\:focus\:border-opacity-5:focus {
        --tw-border-opacity: 0.05;
    }

    .xl\:focus\:border-opacity-10:focus {
        --tw-border-opacity: 0.1;
    }

    .xl\:focus\:border-opacity-20:focus {
        --tw-border-opacity: 0.2;
    }

    .xl\:focus\:border-opacity-25:focus {
        --tw-border-opacity: 0.25;
    }

    .xl\:focus\:border-opacity-30:focus {
        --tw-border-opacity: 0.3;
    }

    .xl\:focus\:border-opacity-40:focus {
        --tw-border-opacity: 0.4;
    }

    .xl\:focus\:border-opacity-50:focus {
        --tw-border-opacity: 0.5;
    }

    .xl\:focus\:border-opacity-60:focus {
        --tw-border-opacity: 0.6;
    }

    .xl\:focus\:border-opacity-70:focus {
        --tw-border-opacity: 0.7;
    }

    .xl\:focus\:border-opacity-75:focus {
        --tw-border-opacity: 0.75;
    }

    .xl\:focus\:border-opacity-80:focus {
        --tw-border-opacity: 0.8;
    }

    .xl\:focus\:border-opacity-90:focus {
        --tw-border-opacity: 0.9;
    }

    .xl\:focus\:border-opacity-95:focus {
        --tw-border-opacity: 0.95;
    }

    .xl\:focus\:border-opacity-100:focus {
        --tw-border-opacity: 1;
    }

    .xl\:bg-transparent {
        background-color: transparent;
    }

    .xl\:bg-current {
        background-color: currentColor;
    }

    .xl\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .xl\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .xl\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .xl\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .xl\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .xl\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .xl\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .xl\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .xl\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .xl\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .xl\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .xl\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .xl\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .xl\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .xl\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .xl\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .xl\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .xl\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .xl\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .xl\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .xl\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .xl\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .xl\:bg-yellow {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .xl\:bg-green {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .xl\:bg-blue {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .xl\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .xl\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .xl\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .xl\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .xl\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .xl\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .xl\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .xl\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .xl\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .xl\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .xl\:bg-purple {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .xl\:bg-pink {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .xl\:bg-primary {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .xl\:bg-secondary {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .xl\:bg-body_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .xl\:bg-body_text {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .xl\:bg-title {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .xl\:bg-grey {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .xl\:bg-dark_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .xl\:bg-light_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .xl\:bg-medium_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .xl\:bg-lightten_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .xl\:bg-grey_300 {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .xl\:bg-grey_400 {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .xl\:bg-medium_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .xl\:bg-dark_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .xl\:bg-text_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .xl\:bg-footer_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .xl\:bg-brown {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .xl\:bg-dark_brown {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .xl\:bg-Light_purple {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .xl\:bg-dark_green {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .xl\:bg-medium_green {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .xl\:bg-light_green {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .xl\:bg-green_900 {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .xl\:bg-dark_border {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-transparent {
        background-color: transparent;
    }

    .group:hover .xl\:group-hover\:bg-current {
        background-color: currentColor;
    }

    .group:hover .xl\:group-hover\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-yellow {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-green {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-blue {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-purple {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-pink {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-primary {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-secondary {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-body_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-body_text {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-title {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-grey {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-dark_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-light_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-medium_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-lightten_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-grey_300 {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-grey_400 {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-medium_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-dark_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-text_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-footer_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-brown {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-dark_brown {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-Light_purple {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-dark_green {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-medium_green {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-light_green {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-green_900 {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .group:hover .xl\:group-hover\:bg-dark_border {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-transparent:focus-within {
        background-color: transparent;
    }

    .xl\:focus-within\:bg-current:focus-within {
        background-color: currentColor;
    }

    .xl\:focus-within\:bg-black:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-white:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-gray-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-gray-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-gray-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-gray-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-gray-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-gray-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-gray-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-gray-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-gray-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-gray-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-red-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-red-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-red-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-red-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-red-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-red-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-red-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-red-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-red-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-red-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-yellow:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-indigo-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-indigo-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-indigo-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-indigo-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-indigo-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-indigo-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-indigo-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-indigo-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-indigo-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-indigo-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-purple:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-pink:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-primary:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-secondary:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-body_bg:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-body_text:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-title:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-dark_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-light_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-medium_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-lightten_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-grey_300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-grey_400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-medium_blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-dark_blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-text_blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-footer_bg:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-brown:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-dark_brown:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-Light_purple:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-dark_green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-medium_green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-light_green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-green_900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .xl\:focus-within\:bg-dark_border:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-transparent:hover {
        background-color: transparent;
    }

    .xl\:hover\:bg-current:hover {
        background-color: currentColor;
    }

    .xl\:hover\:bg-black:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-white:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-gray-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-gray-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-gray-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-gray-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-gray-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-gray-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-gray-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-gray-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-gray-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-gray-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-red-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-red-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-red-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-red-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-red-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-red-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-red-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-red-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-red-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-red-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-yellow:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-indigo-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-indigo-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-indigo-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-indigo-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-indigo-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-indigo-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-indigo-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-indigo-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-indigo-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-indigo-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-purple:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-pink:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-primary:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-secondary:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-body_bg:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-body_text:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-title:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-dark_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-light_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-medium_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-lightten_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-grey_300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-grey_400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-medium_blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-dark_blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-text_blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-footer_bg:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-brown:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-dark_brown:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-Light_purple:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-dark_green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-medium_green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-light_green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-green_900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .xl\:hover\:bg-dark_border:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-transparent:focus {
        background-color: transparent;
    }

    .xl\:focus\:bg-current:focus {
        background-color: currentColor;
    }

    .xl\:focus\:bg-black:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-white:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-gray-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-gray-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-gray-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-gray-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-gray-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-gray-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-gray-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-gray-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-gray-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-gray-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-red-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-red-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-red-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-red-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-red-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-red-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-red-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-red-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-red-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-red-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-yellow:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-indigo-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-indigo-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-indigo-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-indigo-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-indigo-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-indigo-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-indigo-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-indigo-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-indigo-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-indigo-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-purple:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-pink:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-primary:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-secondary:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-body_bg:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-body_text:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-title:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-dark_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-light_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-medium_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-lightten_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-grey_300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-grey_400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-medium_blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-dark_blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-text_blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-footer_bg:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-brown:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-dark_brown:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-Light_purple:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-dark_green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-medium_green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-light_green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-green_900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .xl\:focus\:bg-dark_border:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .xl\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }

    .xl\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }

    .xl\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }

    .xl\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }

    .xl\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }

    .xl\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }

    .xl\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }

    .xl\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }

    .xl\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }

    .xl\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }

    .xl\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }

    .xl\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }

    .xl\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }

    .xl\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }

    .xl\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }

    .group:hover .xl\:group-hover\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }

    .group:hover .xl\:group-hover\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }

    .group:hover .xl\:group-hover\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }

    .group:hover .xl\:group-hover\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }

    .group:hover .xl\:group-hover\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }

    .group:hover .xl\:group-hover\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }

    .group:hover .xl\:group-hover\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }

    .group:hover .xl\:group-hover\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }

    .group:hover .xl\:group-hover\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }

    .group:hover .xl\:group-hover\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }

    .group:hover .xl\:group-hover\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }

    .group:hover .xl\:group-hover\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }

    .group:hover .xl\:group-hover\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }

    .group:hover .xl\:group-hover\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }

    .group:hover .xl\:group-hover\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }

    .xl\:focus-within\:bg-opacity-0:focus-within {
        --tw-bg-opacity: 0;
    }

    .xl\:focus-within\:bg-opacity-5:focus-within {
        --tw-bg-opacity: 0.05;
    }

    .xl\:focus-within\:bg-opacity-10:focus-within {
        --tw-bg-opacity: 0.1;
    }

    .xl\:focus-within\:bg-opacity-20:focus-within {
        --tw-bg-opacity: 0.2;
    }

    .xl\:focus-within\:bg-opacity-25:focus-within {
        --tw-bg-opacity: 0.25;
    }

    .xl\:focus-within\:bg-opacity-30:focus-within {
        --tw-bg-opacity: 0.3;
    }

    .xl\:focus-within\:bg-opacity-40:focus-within {
        --tw-bg-opacity: 0.4;
    }

    .xl\:focus-within\:bg-opacity-50:focus-within {
        --tw-bg-opacity: 0.5;
    }

    .xl\:focus-within\:bg-opacity-60:focus-within {
        --tw-bg-opacity: 0.6;
    }

    .xl\:focus-within\:bg-opacity-70:focus-within {
        --tw-bg-opacity: 0.7;
    }

    .xl\:focus-within\:bg-opacity-75:focus-within {
        --tw-bg-opacity: 0.75;
    }

    .xl\:focus-within\:bg-opacity-80:focus-within {
        --tw-bg-opacity: 0.8;
    }

    .xl\:focus-within\:bg-opacity-90:focus-within {
        --tw-bg-opacity: 0.9;
    }

    .xl\:focus-within\:bg-opacity-95:focus-within {
        --tw-bg-opacity: 0.95;
    }

    .xl\:focus-within\:bg-opacity-100:focus-within {
        --tw-bg-opacity: 1;
    }

    .xl\:hover\:bg-opacity-0:hover {
        --tw-bg-opacity: 0;
    }

    .xl\:hover\:bg-opacity-5:hover {
        --tw-bg-opacity: 0.05;
    }

    .xl\:hover\:bg-opacity-10:hover {
        --tw-bg-opacity: 0.1;
    }

    .xl\:hover\:bg-opacity-20:hover {
        --tw-bg-opacity: 0.2;
    }

    .xl\:hover\:bg-opacity-25:hover {
        --tw-bg-opacity: 0.25;
    }

    .xl\:hover\:bg-opacity-30:hover {
        --tw-bg-opacity: 0.3;
    }

    .xl\:hover\:bg-opacity-40:hover {
        --tw-bg-opacity: 0.4;
    }

    .xl\:hover\:bg-opacity-50:hover {
        --tw-bg-opacity: 0.5;
    }

    .xl\:hover\:bg-opacity-60:hover {
        --tw-bg-opacity: 0.6;
    }

    .xl\:hover\:bg-opacity-70:hover {
        --tw-bg-opacity: 0.7;
    }

    .xl\:hover\:bg-opacity-75:hover {
        --tw-bg-opacity: 0.75;
    }

    .xl\:hover\:bg-opacity-80:hover {
        --tw-bg-opacity: 0.8;
    }

    .xl\:hover\:bg-opacity-90:hover {
        --tw-bg-opacity: 0.9;
    }

    .xl\:hover\:bg-opacity-95:hover {
        --tw-bg-opacity: 0.95;
    }

    .xl\:hover\:bg-opacity-100:hover {
        --tw-bg-opacity: 1;
    }

    .xl\:focus\:bg-opacity-0:focus {
        --tw-bg-opacity: 0;
    }

    .xl\:focus\:bg-opacity-5:focus {
        --tw-bg-opacity: 0.05;
    }

    .xl\:focus\:bg-opacity-10:focus {
        --tw-bg-opacity: 0.1;
    }

    .xl\:focus\:bg-opacity-20:focus {
        --tw-bg-opacity: 0.2;
    }

    .xl\:focus\:bg-opacity-25:focus {
        --tw-bg-opacity: 0.25;
    }

    .xl\:focus\:bg-opacity-30:focus {
        --tw-bg-opacity: 0.3;
    }

    .xl\:focus\:bg-opacity-40:focus {
        --tw-bg-opacity: 0.4;
    }

    .xl\:focus\:bg-opacity-50:focus {
        --tw-bg-opacity: 0.5;
    }

    .xl\:focus\:bg-opacity-60:focus {
        --tw-bg-opacity: 0.6;
    }

    .xl\:focus\:bg-opacity-70:focus {
        --tw-bg-opacity: 0.7;
    }

    .xl\:focus\:bg-opacity-75:focus {
        --tw-bg-opacity: 0.75;
    }

    .xl\:focus\:bg-opacity-80:focus {
        --tw-bg-opacity: 0.8;
    }

    .xl\:focus\:bg-opacity-90:focus {
        --tw-bg-opacity: 0.9;
    }

    .xl\:focus\:bg-opacity-95:focus {
        --tw-bg-opacity: 0.95;
    }

    .xl\:focus\:bg-opacity-100:focus {
        --tw-bg-opacity: 1;
    }

    .xl\:bg-none {
        background-image: none;
    }

    .xl\:bg-gradient-to-t {
        background-image: linear-gradient(to top, var(--tw-gradient-stops));
    }

    .xl\:bg-gradient-to-tr {
        background-image: linear-gradient(to top right, var(--tw-gradient-stops));
    }

    .xl\:bg-gradient-to-r {
        background-image: linear-gradient(to right, var(--tw-gradient-stops));
    }

    .xl\:bg-gradient-to-br {
        background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
    }

    .xl\:bg-gradient-to-b {
        background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    }

    .xl\:bg-gradient-to-bl {
        background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
    }

    .xl\:bg-gradient-to-l {
        background-image: linear-gradient(to left, var(--tw-gradient-stops));
    }

    .xl\:bg-gradient-to-tl {
        background-image: linear-gradient(to top left, var(--tw-gradient-stops));
    }

    .xl\:from-transparent {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .xl\:from-current {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .xl\:from-black {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .xl\:from-white {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .xl\:from-gray-50 {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .xl\:from-gray-100 {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .xl\:from-gray-200 {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .xl\:from-gray-300 {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .xl\:from-gray-400 {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .xl\:from-gray-500 {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .xl\:from-gray-600 {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .xl\:from-gray-700 {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .xl\:from-gray-800 {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .xl\:from-gray-900 {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .xl\:from-red-50 {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .xl\:from-red-100 {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .xl\:from-red-200 {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .xl\:from-red-300 {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .xl\:from-red-400 {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .xl\:from-red-500 {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .xl\:from-red-600 {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .xl\:from-red-700 {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .xl\:from-red-800 {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .xl\:from-red-900 {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .xl\:from-yellow {
        --tw-gradient-from: #ed9143;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .xl\:from-green {
        --tw-gradient-from: #7bbc00;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .xl\:from-blue {
        --tw-gradient-from: #5ba4dc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .xl\:from-indigo-50 {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .xl\:from-indigo-100 {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .xl\:from-indigo-200 {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .xl\:from-indigo-300 {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .xl\:from-indigo-400 {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .xl\:from-indigo-500 {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .xl\:from-indigo-600 {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .xl\:from-indigo-700 {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .xl\:from-indigo-800 {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .xl\:from-indigo-900 {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .xl\:from-purple {
        --tw-gradient-from: #6847c3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .xl\:from-pink {
        --tw-gradient-from: #850737;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .xl\:from-primary {
        --tw-gradient-from: #6E6E6E;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .xl\:from-secondary {
        --tw-gradient-from: #ededed;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .xl\:from-body_bg {
        --tw-gradient-from: #ffffff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .xl\:from-body_text {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .xl\:from-title {
        --tw-gradient-from: #3fb2cf;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .xl\:from-grey {
        --tw-gradient-from: #524A51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .xl\:from-dark_grey {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .xl\:from-light_grey {
        --tw-gradient-from: #B7B7B7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .xl\:from-medium_grey {
        --tw-gradient-from: #575156;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .xl\:from-lightten_grey {
        --tw-gradient-from: #C6C6C6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .xl\:from-grey_300 {
        --tw-gradient-from: #d3d3d3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .xl\:from-grey_400 {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .xl\:from-medium_blue {
        --tw-gradient-from: #45cdfc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .xl\:from-dark_blue {
        --tw-gradient-from: #0080ac;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .xl\:from-text_blue {
        --tw-gradient-from: #3FB2CF;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .xl\:from-footer_bg {
        --tw-gradient-from: #464646;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .xl\:from-brown {
        --tw-gradient-from: #805300;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .xl\:from-dark_brown {
        --tw-gradient-from: #874433;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .xl\:from-Light_purple {
        --tw-gradient-from: #65479b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .xl\:from-dark_green {
        --tw-gradient-from: #479b51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .xl\:from-medium_green {
        --tw-gradient-from: #3aac2b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .xl\:from-light_green {
        --tw-gradient-from: #9acb3e;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .xl\:from-green_900 {
        --tw-gradient-from: #396676;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .xl\:from-dark_border {
        --tw-gradient-from: #707070;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .xl\:hover\:from-transparent:hover {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .xl\:hover\:from-current:hover {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .xl\:hover\:from-black:hover {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .xl\:hover\:from-white:hover {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .xl\:hover\:from-gray-50:hover {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .xl\:hover\:from-gray-100:hover {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .xl\:hover\:from-gray-200:hover {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .xl\:hover\:from-gray-300:hover {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .xl\:hover\:from-gray-400:hover {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .xl\:hover\:from-gray-500:hover {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .xl\:hover\:from-gray-600:hover {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .xl\:hover\:from-gray-700:hover {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .xl\:hover\:from-gray-800:hover {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .xl\:hover\:from-gray-900:hover {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .xl\:hover\:from-red-50:hover {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .xl\:hover\:from-red-100:hover {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .xl\:hover\:from-red-200:hover {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .xl\:hover\:from-red-300:hover {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .xl\:hover\:from-red-400:hover {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .xl\:hover\:from-red-500:hover {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .xl\:hover\:from-red-600:hover {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .xl\:hover\:from-red-700:hover {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .xl\:hover\:from-red-800:hover {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .xl\:hover\:from-red-900:hover {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .xl\:hover\:from-yellow:hover {
        --tw-gradient-from: #ed9143;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .xl\:hover\:from-green:hover {
        --tw-gradient-from: #7bbc00;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .xl\:hover\:from-blue:hover {
        --tw-gradient-from: #5ba4dc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .xl\:hover\:from-indigo-50:hover {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .xl\:hover\:from-indigo-100:hover {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .xl\:hover\:from-indigo-200:hover {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .xl\:hover\:from-indigo-300:hover {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .xl\:hover\:from-indigo-400:hover {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .xl\:hover\:from-indigo-500:hover {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .xl\:hover\:from-indigo-600:hover {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .xl\:hover\:from-indigo-700:hover {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .xl\:hover\:from-indigo-800:hover {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .xl\:hover\:from-indigo-900:hover {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .xl\:hover\:from-purple:hover {
        --tw-gradient-from: #6847c3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .xl\:hover\:from-pink:hover {
        --tw-gradient-from: #850737;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .xl\:hover\:from-primary:hover {
        --tw-gradient-from: #6E6E6E;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .xl\:hover\:from-secondary:hover {
        --tw-gradient-from: #ededed;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .xl\:hover\:from-body_bg:hover {
        --tw-gradient-from: #ffffff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .xl\:hover\:from-body_text:hover {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .xl\:hover\:from-title:hover {
        --tw-gradient-from: #3fb2cf;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .xl\:hover\:from-grey:hover {
        --tw-gradient-from: #524A51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .xl\:hover\:from-dark_grey:hover {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .xl\:hover\:from-light_grey:hover {
        --tw-gradient-from: #B7B7B7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .xl\:hover\:from-medium_grey:hover {
        --tw-gradient-from: #575156;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .xl\:hover\:from-lightten_grey:hover {
        --tw-gradient-from: #C6C6C6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .xl\:hover\:from-grey_300:hover {
        --tw-gradient-from: #d3d3d3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .xl\:hover\:from-grey_400:hover {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .xl\:hover\:from-medium_blue:hover {
        --tw-gradient-from: #45cdfc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .xl\:hover\:from-dark_blue:hover {
        --tw-gradient-from: #0080ac;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .xl\:hover\:from-text_blue:hover {
        --tw-gradient-from: #3FB2CF;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .xl\:hover\:from-footer_bg:hover {
        --tw-gradient-from: #464646;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .xl\:hover\:from-brown:hover {
        --tw-gradient-from: #805300;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .xl\:hover\:from-dark_brown:hover {
        --tw-gradient-from: #874433;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .xl\:hover\:from-Light_purple:hover {
        --tw-gradient-from: #65479b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .xl\:hover\:from-dark_green:hover {
        --tw-gradient-from: #479b51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .xl\:hover\:from-medium_green:hover {
        --tw-gradient-from: #3aac2b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .xl\:hover\:from-light_green:hover {
        --tw-gradient-from: #9acb3e;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .xl\:hover\:from-green_900:hover {
        --tw-gradient-from: #396676;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .xl\:hover\:from-dark_border:hover {
        --tw-gradient-from: #707070;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .xl\:focus\:from-transparent:focus {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .xl\:focus\:from-current:focus {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .xl\:focus\:from-black:focus {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .xl\:focus\:from-white:focus {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .xl\:focus\:from-gray-50:focus {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .xl\:focus\:from-gray-100:focus {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .xl\:focus\:from-gray-200:focus {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .xl\:focus\:from-gray-300:focus {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .xl\:focus\:from-gray-400:focus {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .xl\:focus\:from-gray-500:focus {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .xl\:focus\:from-gray-600:focus {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .xl\:focus\:from-gray-700:focus {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .xl\:focus\:from-gray-800:focus {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .xl\:focus\:from-gray-900:focus {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .xl\:focus\:from-red-50:focus {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .xl\:focus\:from-red-100:focus {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .xl\:focus\:from-red-200:focus {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .xl\:focus\:from-red-300:focus {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .xl\:focus\:from-red-400:focus {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .xl\:focus\:from-red-500:focus {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .xl\:focus\:from-red-600:focus {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .xl\:focus\:from-red-700:focus {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .xl\:focus\:from-red-800:focus {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .xl\:focus\:from-red-900:focus {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .xl\:focus\:from-yellow:focus {
        --tw-gradient-from: #ed9143;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .xl\:focus\:from-green:focus {
        --tw-gradient-from: #7bbc00;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .xl\:focus\:from-blue:focus {
        --tw-gradient-from: #5ba4dc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .xl\:focus\:from-indigo-50:focus {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .xl\:focus\:from-indigo-100:focus {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .xl\:focus\:from-indigo-200:focus {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .xl\:focus\:from-indigo-300:focus {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .xl\:focus\:from-indigo-400:focus {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .xl\:focus\:from-indigo-500:focus {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .xl\:focus\:from-indigo-600:focus {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .xl\:focus\:from-indigo-700:focus {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .xl\:focus\:from-indigo-800:focus {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .xl\:focus\:from-indigo-900:focus {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .xl\:focus\:from-purple:focus {
        --tw-gradient-from: #6847c3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .xl\:focus\:from-pink:focus {
        --tw-gradient-from: #850737;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .xl\:focus\:from-primary:focus {
        --tw-gradient-from: #6E6E6E;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .xl\:focus\:from-secondary:focus {
        --tw-gradient-from: #ededed;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .xl\:focus\:from-body_bg:focus {
        --tw-gradient-from: #ffffff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .xl\:focus\:from-body_text:focus {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .xl\:focus\:from-title:focus {
        --tw-gradient-from: #3fb2cf;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .xl\:focus\:from-grey:focus {
        --tw-gradient-from: #524A51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .xl\:focus\:from-dark_grey:focus {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .xl\:focus\:from-light_grey:focus {
        --tw-gradient-from: #B7B7B7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .xl\:focus\:from-medium_grey:focus {
        --tw-gradient-from: #575156;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .xl\:focus\:from-lightten_grey:focus {
        --tw-gradient-from: #C6C6C6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .xl\:focus\:from-grey_300:focus {
        --tw-gradient-from: #d3d3d3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .xl\:focus\:from-grey_400:focus {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .xl\:focus\:from-medium_blue:focus {
        --tw-gradient-from: #45cdfc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .xl\:focus\:from-dark_blue:focus {
        --tw-gradient-from: #0080ac;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .xl\:focus\:from-text_blue:focus {
        --tw-gradient-from: #3FB2CF;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .xl\:focus\:from-footer_bg:focus {
        --tw-gradient-from: #464646;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .xl\:focus\:from-brown:focus {
        --tw-gradient-from: #805300;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .xl\:focus\:from-dark_brown:focus {
        --tw-gradient-from: #874433;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .xl\:focus\:from-Light_purple:focus {
        --tw-gradient-from: #65479b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .xl\:focus\:from-dark_green:focus {
        --tw-gradient-from: #479b51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .xl\:focus\:from-medium_green:focus {
        --tw-gradient-from: #3aac2b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .xl\:focus\:from-light_green:focus {
        --tw-gradient-from: #9acb3e;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .xl\:focus\:from-green_900:focus {
        --tw-gradient-from: #396676;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .xl\:focus\:from-dark_border:focus {
        --tw-gradient-from: #707070;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .xl\:via-transparent {
        --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .xl\:via-current {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .xl\:via-black {
        --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .xl\:via-white {
        --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .xl\:via-gray-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .xl\:via-gray-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .xl\:via-gray-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .xl\:via-gray-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .xl\:via-gray-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .xl\:via-gray-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .xl\:via-gray-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .xl\:via-gray-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .xl\:via-gray-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .xl\:via-gray-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .xl\:via-red-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .xl\:via-red-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .xl\:via-red-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .xl\:via-red-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .xl\:via-red-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .xl\:via-red-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .xl\:via-red-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .xl\:via-red-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .xl\:via-red-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .xl\:via-red-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .xl\:via-yellow {
        --tw-gradient-stops: var(--tw-gradient-from), #ed9143, var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .xl\:via-green {
        --tw-gradient-stops: var(--tw-gradient-from), #7bbc00, var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .xl\:via-blue {
        --tw-gradient-stops: var(--tw-gradient-from), #5ba4dc, var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .xl\:via-indigo-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .xl\:via-indigo-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .xl\:via-indigo-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .xl\:via-indigo-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .xl\:via-indigo-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .xl\:via-indigo-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .xl\:via-indigo-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .xl\:via-indigo-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .xl\:via-indigo-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .xl\:via-indigo-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .xl\:via-purple {
        --tw-gradient-stops: var(--tw-gradient-from), #6847c3, var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .xl\:via-pink {
        --tw-gradient-stops: var(--tw-gradient-from), #850737, var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .xl\:via-primary {
        --tw-gradient-stops: var(--tw-gradient-from), #6E6E6E, var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .xl\:via-secondary {
        --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .xl\:via-body_bg {
        --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .xl\:via-body_text {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .xl\:via-title {
        --tw-gradient-stops: var(--tw-gradient-from), #3fb2cf, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .xl\:via-grey {
        --tw-gradient-stops: var(--tw-gradient-from), #524A51, var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .xl\:via-dark_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .xl\:via-light_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .xl\:via-medium_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #575156, var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .xl\:via-lightten_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #C6C6C6, var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .xl\:via-grey_300 {
        --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .xl\:via-grey_400 {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .xl\:via-medium_blue {
        --tw-gradient-stops: var(--tw-gradient-from), #45cdfc, var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .xl\:via-dark_blue {
        --tw-gradient-stops: var(--tw-gradient-from), #0080ac, var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .xl\:via-text_blue {
        --tw-gradient-stops: var(--tw-gradient-from), #3FB2CF, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .xl\:via-footer_bg {
        --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .xl\:via-brown {
        --tw-gradient-stops: var(--tw-gradient-from), #805300, var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .xl\:via-dark_brown {
        --tw-gradient-stops: var(--tw-gradient-from), #874433, var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .xl\:via-Light_purple {
        --tw-gradient-stops: var(--tw-gradient-from), #65479b, var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .xl\:via-dark_green {
        --tw-gradient-stops: var(--tw-gradient-from), #479b51, var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .xl\:via-medium_green {
        --tw-gradient-stops: var(--tw-gradient-from), #3aac2b, var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .xl\:via-light_green {
        --tw-gradient-stops: var(--tw-gradient-from), #9acb3e, var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .xl\:via-green_900 {
        --tw-gradient-stops: var(--tw-gradient-from), #396676, var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .xl\:via-dark_border {
        --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .xl\:hover\:via-transparent:hover {
        --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .xl\:hover\:via-current:hover {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .xl\:hover\:via-black:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .xl\:hover\:via-white:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .xl\:hover\:via-gray-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .xl\:hover\:via-gray-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .xl\:hover\:via-gray-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .xl\:hover\:via-gray-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .xl\:hover\:via-gray-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .xl\:hover\:via-gray-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .xl\:hover\:via-gray-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .xl\:hover\:via-gray-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .xl\:hover\:via-gray-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .xl\:hover\:via-gray-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .xl\:hover\:via-red-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .xl\:hover\:via-red-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .xl\:hover\:via-red-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .xl\:hover\:via-red-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .xl\:hover\:via-red-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .xl\:hover\:via-red-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .xl\:hover\:via-red-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .xl\:hover\:via-red-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .xl\:hover\:via-red-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .xl\:hover\:via-red-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .xl\:hover\:via-yellow:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ed9143, var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .xl\:hover\:via-green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7bbc00, var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .xl\:hover\:via-blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #5ba4dc, var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .xl\:hover\:via-indigo-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .xl\:hover\:via-indigo-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .xl\:hover\:via-indigo-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .xl\:hover\:via-indigo-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .xl\:hover\:via-indigo-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .xl\:hover\:via-indigo-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .xl\:hover\:via-indigo-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .xl\:hover\:via-indigo-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .xl\:hover\:via-indigo-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .xl\:hover\:via-indigo-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .xl\:hover\:via-purple:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6847c3, var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .xl\:hover\:via-pink:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #850737, var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .xl\:hover\:via-primary:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6E6E6E, var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .xl\:hover\:via-secondary:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .xl\:hover\:via-body_bg:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .xl\:hover\:via-body_text:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .xl\:hover\:via-title:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3fb2cf, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .xl\:hover\:via-grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #524A51, var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .xl\:hover\:via-dark_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .xl\:hover\:via-light_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .xl\:hover\:via-medium_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #575156, var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .xl\:hover\:via-lightten_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #C6C6C6, var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .xl\:hover\:via-grey_300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .xl\:hover\:via-grey_400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .xl\:hover\:via-medium_blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #45cdfc, var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .xl\:hover\:via-dark_blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #0080ac, var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .xl\:hover\:via-text_blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3FB2CF, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .xl\:hover\:via-footer_bg:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .xl\:hover\:via-brown:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #805300, var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .xl\:hover\:via-dark_brown:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #874433, var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .xl\:hover\:via-Light_purple:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #65479b, var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .xl\:hover\:via-dark_green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #479b51, var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .xl\:hover\:via-medium_green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3aac2b, var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .xl\:hover\:via-light_green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9acb3e, var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .xl\:hover\:via-green_900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #396676, var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .xl\:hover\:via-dark_border:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .xl\:focus\:via-transparent:focus {
        --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .xl\:focus\:via-current:focus {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .xl\:focus\:via-black:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .xl\:focus\:via-white:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .xl\:focus\:via-gray-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .xl\:focus\:via-gray-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .xl\:focus\:via-gray-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .xl\:focus\:via-gray-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .xl\:focus\:via-gray-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .xl\:focus\:via-gray-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .xl\:focus\:via-gray-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .xl\:focus\:via-gray-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .xl\:focus\:via-gray-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .xl\:focus\:via-gray-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .xl\:focus\:via-red-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .xl\:focus\:via-red-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .xl\:focus\:via-red-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .xl\:focus\:via-red-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .xl\:focus\:via-red-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .xl\:focus\:via-red-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .xl\:focus\:via-red-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .xl\:focus\:via-red-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .xl\:focus\:via-red-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .xl\:focus\:via-red-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .xl\:focus\:via-yellow:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ed9143, var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .xl\:focus\:via-green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7bbc00, var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .xl\:focus\:via-blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #5ba4dc, var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .xl\:focus\:via-indigo-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .xl\:focus\:via-indigo-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .xl\:focus\:via-indigo-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .xl\:focus\:via-indigo-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .xl\:focus\:via-indigo-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .xl\:focus\:via-indigo-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .xl\:focus\:via-indigo-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .xl\:focus\:via-indigo-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .xl\:focus\:via-indigo-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .xl\:focus\:via-indigo-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .xl\:focus\:via-purple:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6847c3, var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .xl\:focus\:via-pink:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #850737, var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .xl\:focus\:via-primary:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6E6E6E, var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .xl\:focus\:via-secondary:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .xl\:focus\:via-body_bg:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .xl\:focus\:via-body_text:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .xl\:focus\:via-title:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3fb2cf, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .xl\:focus\:via-grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #524A51, var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .xl\:focus\:via-dark_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .xl\:focus\:via-light_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .xl\:focus\:via-medium_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #575156, var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .xl\:focus\:via-lightten_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #C6C6C6, var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .xl\:focus\:via-grey_300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .xl\:focus\:via-grey_400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .xl\:focus\:via-medium_blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #45cdfc, var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .xl\:focus\:via-dark_blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #0080ac, var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .xl\:focus\:via-text_blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3FB2CF, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .xl\:focus\:via-footer_bg:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .xl\:focus\:via-brown:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #805300, var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .xl\:focus\:via-dark_brown:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #874433, var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .xl\:focus\:via-Light_purple:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #65479b, var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .xl\:focus\:via-dark_green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #479b51, var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .xl\:focus\:via-medium_green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3aac2b, var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .xl\:focus\:via-light_green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9acb3e, var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .xl\:focus\:via-green_900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #396676, var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .xl\:focus\:via-dark_border:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .xl\:to-transparent {
        --tw-gradient-to: transparent;
    }

    .xl\:to-current {
        --tw-gradient-to: currentColor;
    }

    .xl\:to-black {
        --tw-gradient-to: #000;
    }

    .xl\:to-white {
        --tw-gradient-to: #fff;
    }

    .xl\:to-gray-50 {
        --tw-gradient-to: #f9fafb;
    }

    .xl\:to-gray-100 {
        --tw-gradient-to: #f3f4f6;
    }

    .xl\:to-gray-200 {
        --tw-gradient-to: #e5e7eb;
    }

    .xl\:to-gray-300 {
        --tw-gradient-to: #d1d5db;
    }

    .xl\:to-gray-400 {
        --tw-gradient-to: #9ca3af;
    }

    .xl\:to-gray-500 {
        --tw-gradient-to: #6b7280;
    }

    .xl\:to-gray-600 {
        --tw-gradient-to: #4b5563;
    }

    .xl\:to-gray-700 {
        --tw-gradient-to: #374151;
    }

    .xl\:to-gray-800 {
        --tw-gradient-to: #1f2937;
    }

    .xl\:to-gray-900 {
        --tw-gradient-to: #111827;
    }

    .xl\:to-red-50 {
        --tw-gradient-to: #fef2f2;
    }

    .xl\:to-red-100 {
        --tw-gradient-to: #fee2e2;
    }

    .xl\:to-red-200 {
        --tw-gradient-to: #fecaca;
    }

    .xl\:to-red-300 {
        --tw-gradient-to: #fca5a5;
    }

    .xl\:to-red-400 {
        --tw-gradient-to: #f87171;
    }

    .xl\:to-red-500 {
        --tw-gradient-to: #ef4444;
    }

    .xl\:to-red-600 {
        --tw-gradient-to: #dc2626;
    }

    .xl\:to-red-700 {
        --tw-gradient-to: #b91c1c;
    }

    .xl\:to-red-800 {
        --tw-gradient-to: #991b1b;
    }

    .xl\:to-red-900 {
        --tw-gradient-to: #7f1d1d;
    }

    .xl\:to-yellow {
        --tw-gradient-to: #ed9143;
    }

    .xl\:to-green {
        --tw-gradient-to: #7bbc00;
    }

    .xl\:to-blue {
        --tw-gradient-to: #5ba4dc;
    }

    .xl\:to-indigo-50 {
        --tw-gradient-to: #eef2ff;
    }

    .xl\:to-indigo-100 {
        --tw-gradient-to: #e0e7ff;
    }

    .xl\:to-indigo-200 {
        --tw-gradient-to: #c7d2fe;
    }

    .xl\:to-indigo-300 {
        --tw-gradient-to: #a5b4fc;
    }

    .xl\:to-indigo-400 {
        --tw-gradient-to: #818cf8;
    }

    .xl\:to-indigo-500 {
        --tw-gradient-to: #6366f1;
    }

    .xl\:to-indigo-600 {
        --tw-gradient-to: #4f46e5;
    }

    .xl\:to-indigo-700 {
        --tw-gradient-to: #4338ca;
    }

    .xl\:to-indigo-800 {
        --tw-gradient-to: #3730a3;
    }

    .xl\:to-indigo-900 {
        --tw-gradient-to: #312e81;
    }

    .xl\:to-purple {
        --tw-gradient-to: #6847c3;
    }

    .xl\:to-pink {
        --tw-gradient-to: #850737;
    }

    .xl\:to-primary {
        --tw-gradient-to: #6E6E6E;
    }

    .xl\:to-secondary {
        --tw-gradient-to: #ededed;
    }

    .xl\:to-body_bg {
        --tw-gradient-to: #ffffff;
    }

    .xl\:to-body_text {
        --tw-gradient-to: #4a4349;
    }

    .xl\:to-title {
        --tw-gradient-to: #3fb2cf;
    }

    .xl\:to-grey {
        --tw-gradient-to: #524A51;
    }

    .xl\:to-dark_grey {
        --tw-gradient-to: #4a4349;
    }

    .xl\:to-light_grey {
        --tw-gradient-to: #B7B7B7;
    }

    .xl\:to-medium_grey {
        --tw-gradient-to: #575156;
    }

    .xl\:to-lightten_grey {
        --tw-gradient-to: #C6C6C6;
    }

    .xl\:to-grey_300 {
        --tw-gradient-to: #d3d3d3;
    }

    .xl\:to-grey_400 {
        --tw-gradient-to: #b7b7b7;
    }

    .xl\:to-medium_blue {
        --tw-gradient-to: #45cdfc;
    }

    .xl\:to-dark_blue {
        --tw-gradient-to: #0080ac;
    }

    .xl\:to-text_blue {
        --tw-gradient-to: #3FB2CF;
    }

    .xl\:to-footer_bg {
        --tw-gradient-to: #464646;
    }

    .xl\:to-brown {
        --tw-gradient-to: #805300;
    }

    .xl\:to-dark_brown {
        --tw-gradient-to: #874433;
    }

    .xl\:to-Light_purple {
        --tw-gradient-to: #65479b;
    }

    .xl\:to-dark_green {
        --tw-gradient-to: #479b51;
    }

    .xl\:to-medium_green {
        --tw-gradient-to: #3aac2b;
    }

    .xl\:to-light_green {
        --tw-gradient-to: #9acb3e;
    }

    .xl\:to-green_900 {
        --tw-gradient-to: #396676;
    }

    .xl\:to-dark_border {
        --tw-gradient-to: #707070;
    }

    .xl\:hover\:to-transparent:hover {
        --tw-gradient-to: transparent;
    }

    .xl\:hover\:to-current:hover {
        --tw-gradient-to: currentColor;
    }

    .xl\:hover\:to-black:hover {
        --tw-gradient-to: #000;
    }

    .xl\:hover\:to-white:hover {
        --tw-gradient-to: #fff;
    }

    .xl\:hover\:to-gray-50:hover {
        --tw-gradient-to: #f9fafb;
    }

    .xl\:hover\:to-gray-100:hover {
        --tw-gradient-to: #f3f4f6;
    }

    .xl\:hover\:to-gray-200:hover {
        --tw-gradient-to: #e5e7eb;
    }

    .xl\:hover\:to-gray-300:hover {
        --tw-gradient-to: #d1d5db;
    }

    .xl\:hover\:to-gray-400:hover {
        --tw-gradient-to: #9ca3af;
    }

    .xl\:hover\:to-gray-500:hover {
        --tw-gradient-to: #6b7280;
    }

    .xl\:hover\:to-gray-600:hover {
        --tw-gradient-to: #4b5563;
    }

    .xl\:hover\:to-gray-700:hover {
        --tw-gradient-to: #374151;
    }

    .xl\:hover\:to-gray-800:hover {
        --tw-gradient-to: #1f2937;
    }

    .xl\:hover\:to-gray-900:hover {
        --tw-gradient-to: #111827;
    }

    .xl\:hover\:to-red-50:hover {
        --tw-gradient-to: #fef2f2;
    }

    .xl\:hover\:to-red-100:hover {
        --tw-gradient-to: #fee2e2;
    }

    .xl\:hover\:to-red-200:hover {
        --tw-gradient-to: #fecaca;
    }

    .xl\:hover\:to-red-300:hover {
        --tw-gradient-to: #fca5a5;
    }

    .xl\:hover\:to-red-400:hover {
        --tw-gradient-to: #f87171;
    }

    .xl\:hover\:to-red-500:hover {
        --tw-gradient-to: #ef4444;
    }

    .xl\:hover\:to-red-600:hover {
        --tw-gradient-to: #dc2626;
    }

    .xl\:hover\:to-red-700:hover {
        --tw-gradient-to: #b91c1c;
    }

    .xl\:hover\:to-red-800:hover {
        --tw-gradient-to: #991b1b;
    }

    .xl\:hover\:to-red-900:hover {
        --tw-gradient-to: #7f1d1d;
    }

    .xl\:hover\:to-yellow:hover {
        --tw-gradient-to: #ed9143;
    }

    .xl\:hover\:to-green:hover {
        --tw-gradient-to: #7bbc00;
    }

    .xl\:hover\:to-blue:hover {
        --tw-gradient-to: #5ba4dc;
    }

    .xl\:hover\:to-indigo-50:hover {
        --tw-gradient-to: #eef2ff;
    }

    .xl\:hover\:to-indigo-100:hover {
        --tw-gradient-to: #e0e7ff;
    }

    .xl\:hover\:to-indigo-200:hover {
        --tw-gradient-to: #c7d2fe;
    }

    .xl\:hover\:to-indigo-300:hover {
        --tw-gradient-to: #a5b4fc;
    }

    .xl\:hover\:to-indigo-400:hover {
        --tw-gradient-to: #818cf8;
    }

    .xl\:hover\:to-indigo-500:hover {
        --tw-gradient-to: #6366f1;
    }

    .xl\:hover\:to-indigo-600:hover {
        --tw-gradient-to: #4f46e5;
    }

    .xl\:hover\:to-indigo-700:hover {
        --tw-gradient-to: #4338ca;
    }

    .xl\:hover\:to-indigo-800:hover {
        --tw-gradient-to: #3730a3;
    }

    .xl\:hover\:to-indigo-900:hover {
        --tw-gradient-to: #312e81;
    }

    .xl\:hover\:to-purple:hover {
        --tw-gradient-to: #6847c3;
    }

    .xl\:hover\:to-pink:hover {
        --tw-gradient-to: #850737;
    }

    .xl\:hover\:to-primary:hover {
        --tw-gradient-to: #6E6E6E;
    }

    .xl\:hover\:to-secondary:hover {
        --tw-gradient-to: #ededed;
    }

    .xl\:hover\:to-body_bg:hover {
        --tw-gradient-to: #ffffff;
    }

    .xl\:hover\:to-body_text:hover {
        --tw-gradient-to: #4a4349;
    }

    .xl\:hover\:to-title:hover {
        --tw-gradient-to: #3fb2cf;
    }

    .xl\:hover\:to-grey:hover {
        --tw-gradient-to: #524A51;
    }

    .xl\:hover\:to-dark_grey:hover {
        --tw-gradient-to: #4a4349;
    }

    .xl\:hover\:to-light_grey:hover {
        --tw-gradient-to: #B7B7B7;
    }

    .xl\:hover\:to-medium_grey:hover {
        --tw-gradient-to: #575156;
    }

    .xl\:hover\:to-lightten_grey:hover {
        --tw-gradient-to: #C6C6C6;
    }

    .xl\:hover\:to-grey_300:hover {
        --tw-gradient-to: #d3d3d3;
    }

    .xl\:hover\:to-grey_400:hover {
        --tw-gradient-to: #b7b7b7;
    }

    .xl\:hover\:to-medium_blue:hover {
        --tw-gradient-to: #45cdfc;
    }

    .xl\:hover\:to-dark_blue:hover {
        --tw-gradient-to: #0080ac;
    }

    .xl\:hover\:to-text_blue:hover {
        --tw-gradient-to: #3FB2CF;
    }

    .xl\:hover\:to-footer_bg:hover {
        --tw-gradient-to: #464646;
    }

    .xl\:hover\:to-brown:hover {
        --tw-gradient-to: #805300;
    }

    .xl\:hover\:to-dark_brown:hover {
        --tw-gradient-to: #874433;
    }

    .xl\:hover\:to-Light_purple:hover {
        --tw-gradient-to: #65479b;
    }

    .xl\:hover\:to-dark_green:hover {
        --tw-gradient-to: #479b51;
    }

    .xl\:hover\:to-medium_green:hover {
        --tw-gradient-to: #3aac2b;
    }

    .xl\:hover\:to-light_green:hover {
        --tw-gradient-to: #9acb3e;
    }

    .xl\:hover\:to-green_900:hover {
        --tw-gradient-to: #396676;
    }

    .xl\:hover\:to-dark_border:hover {
        --tw-gradient-to: #707070;
    }

    .xl\:focus\:to-transparent:focus {
        --tw-gradient-to: transparent;
    }

    .xl\:focus\:to-current:focus {
        --tw-gradient-to: currentColor;
    }

    .xl\:focus\:to-black:focus {
        --tw-gradient-to: #000;
    }

    .xl\:focus\:to-white:focus {
        --tw-gradient-to: #fff;
    }

    .xl\:focus\:to-gray-50:focus {
        --tw-gradient-to: #f9fafb;
    }

    .xl\:focus\:to-gray-100:focus {
        --tw-gradient-to: #f3f4f6;
    }

    .xl\:focus\:to-gray-200:focus {
        --tw-gradient-to: #e5e7eb;
    }

    .xl\:focus\:to-gray-300:focus {
        --tw-gradient-to: #d1d5db;
    }

    .xl\:focus\:to-gray-400:focus {
        --tw-gradient-to: #9ca3af;
    }

    .xl\:focus\:to-gray-500:focus {
        --tw-gradient-to: #6b7280;
    }

    .xl\:focus\:to-gray-600:focus {
        --tw-gradient-to: #4b5563;
    }

    .xl\:focus\:to-gray-700:focus {
        --tw-gradient-to: #374151;
    }

    .xl\:focus\:to-gray-800:focus {
        --tw-gradient-to: #1f2937;
    }

    .xl\:focus\:to-gray-900:focus {
        --tw-gradient-to: #111827;
    }

    .xl\:focus\:to-red-50:focus {
        --tw-gradient-to: #fef2f2;
    }

    .xl\:focus\:to-red-100:focus {
        --tw-gradient-to: #fee2e2;
    }

    .xl\:focus\:to-red-200:focus {
        --tw-gradient-to: #fecaca;
    }

    .xl\:focus\:to-red-300:focus {
        --tw-gradient-to: #fca5a5;
    }

    .xl\:focus\:to-red-400:focus {
        --tw-gradient-to: #f87171;
    }

    .xl\:focus\:to-red-500:focus {
        --tw-gradient-to: #ef4444;
    }

    .xl\:focus\:to-red-600:focus {
        --tw-gradient-to: #dc2626;
    }

    .xl\:focus\:to-red-700:focus {
        --tw-gradient-to: #b91c1c;
    }

    .xl\:focus\:to-red-800:focus {
        --tw-gradient-to: #991b1b;
    }

    .xl\:focus\:to-red-900:focus {
        --tw-gradient-to: #7f1d1d;
    }

    .xl\:focus\:to-yellow:focus {
        --tw-gradient-to: #ed9143;
    }

    .xl\:focus\:to-green:focus {
        --tw-gradient-to: #7bbc00;
    }

    .xl\:focus\:to-blue:focus {
        --tw-gradient-to: #5ba4dc;
    }

    .xl\:focus\:to-indigo-50:focus {
        --tw-gradient-to: #eef2ff;
    }

    .xl\:focus\:to-indigo-100:focus {
        --tw-gradient-to: #e0e7ff;
    }

    .xl\:focus\:to-indigo-200:focus {
        --tw-gradient-to: #c7d2fe;
    }

    .xl\:focus\:to-indigo-300:focus {
        --tw-gradient-to: #a5b4fc;
    }

    .xl\:focus\:to-indigo-400:focus {
        --tw-gradient-to: #818cf8;
    }

    .xl\:focus\:to-indigo-500:focus {
        --tw-gradient-to: #6366f1;
    }

    .xl\:focus\:to-indigo-600:focus {
        --tw-gradient-to: #4f46e5;
    }

    .xl\:focus\:to-indigo-700:focus {
        --tw-gradient-to: #4338ca;
    }

    .xl\:focus\:to-indigo-800:focus {
        --tw-gradient-to: #3730a3;
    }

    .xl\:focus\:to-indigo-900:focus {
        --tw-gradient-to: #312e81;
    }

    .xl\:focus\:to-purple:focus {
        --tw-gradient-to: #6847c3;
    }

    .xl\:focus\:to-pink:focus {
        --tw-gradient-to: #850737;
    }

    .xl\:focus\:to-primary:focus {
        --tw-gradient-to: #6E6E6E;
    }

    .xl\:focus\:to-secondary:focus {
        --tw-gradient-to: #ededed;
    }

    .xl\:focus\:to-body_bg:focus {
        --tw-gradient-to: #ffffff;
    }

    .xl\:focus\:to-body_text:focus {
        --tw-gradient-to: #4a4349;
    }

    .xl\:focus\:to-title:focus {
        --tw-gradient-to: #3fb2cf;
    }

    .xl\:focus\:to-grey:focus {
        --tw-gradient-to: #524A51;
    }

    .xl\:focus\:to-dark_grey:focus {
        --tw-gradient-to: #4a4349;
    }

    .xl\:focus\:to-light_grey:focus {
        --tw-gradient-to: #B7B7B7;
    }

    .xl\:focus\:to-medium_grey:focus {
        --tw-gradient-to: #575156;
    }

    .xl\:focus\:to-lightten_grey:focus {
        --tw-gradient-to: #C6C6C6;
    }

    .xl\:focus\:to-grey_300:focus {
        --tw-gradient-to: #d3d3d3;
    }

    .xl\:focus\:to-grey_400:focus {
        --tw-gradient-to: #b7b7b7;
    }

    .xl\:focus\:to-medium_blue:focus {
        --tw-gradient-to: #45cdfc;
    }

    .xl\:focus\:to-dark_blue:focus {
        --tw-gradient-to: #0080ac;
    }

    .xl\:focus\:to-text_blue:focus {
        --tw-gradient-to: #3FB2CF;
    }

    .xl\:focus\:to-footer_bg:focus {
        --tw-gradient-to: #464646;
    }

    .xl\:focus\:to-brown:focus {
        --tw-gradient-to: #805300;
    }

    .xl\:focus\:to-dark_brown:focus {
        --tw-gradient-to: #874433;
    }

    .xl\:focus\:to-Light_purple:focus {
        --tw-gradient-to: #65479b;
    }

    .xl\:focus\:to-dark_green:focus {
        --tw-gradient-to: #479b51;
    }

    .xl\:focus\:to-medium_green:focus {
        --tw-gradient-to: #3aac2b;
    }

    .xl\:focus\:to-light_green:focus {
        --tw-gradient-to: #9acb3e;
    }

    .xl\:focus\:to-green_900:focus {
        --tw-gradient-to: #396676;
    }

    .xl\:focus\:to-dark_border:focus {
        --tw-gradient-to: #707070;
    }

    .xl\:decoration-slice {
        -webkit-box-decoration-break: slice;
        box-decoration-break: slice;
    }

    .xl\:decoration-clone {
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
    }

    .xl\:bg-auto {
        background-size: auto;
    }

    .xl\:bg-cover {
        background-size: cover;
    }

    .xl\:bg-contain {
        background-size: contain;
    }

    .xl\:bg-fixed {
        background-attachment: fixed;
    }

    .xl\:bg-local {
        background-attachment: local;
    }

    .xl\:bg-scroll {
        background-attachment: scroll;
    }

    .xl\:bg-clip-border {
        background-clip: border-box;
    }

    .xl\:bg-clip-padding {
        background-clip: padding-box;
    }

    .xl\:bg-clip-content {
        background-clip: content-box;
    }

    .xl\:bg-clip-text {
        -webkit-background-clip: text;
        background-clip: text;
    }

    .xl\:bg-bottom {
        background-position: bottom;
    }

    .xl\:bg-center {
        background-position: center;
    }

    .xl\:bg-left {
        background-position: left;
    }

    .xl\:bg-left-bottom {
        background-position: left bottom;
    }

    .xl\:bg-left-top {
        background-position: left top;
    }

    .xl\:bg-right {
        background-position: right;
    }

    .xl\:bg-right-bottom {
        background-position: right bottom;
    }

    .xl\:bg-right-top {
        background-position: right top;
    }

    .xl\:bg-top {
        background-position: top;
    }

    .xl\:bg-repeat {
        background-repeat: repeat;
    }

    .xl\:bg-no-repeat {
        background-repeat: no-repeat;
    }

    .xl\:bg-repeat-x {
        background-repeat: repeat-x;
    }

    .xl\:bg-repeat-y {
        background-repeat: repeat-y;
    }

    .xl\:bg-repeat-round {
        background-repeat: round;
    }

    .xl\:bg-repeat-space {
        background-repeat: space;
    }

    .xl\:bg-origin-border {
        background-origin: border-box;
    }

    .xl\:bg-origin-padding {
        background-origin: padding-box;
    }

    .xl\:bg-origin-content {
        background-origin: content-box;
    }

    .xl\:fill-current {
        fill: currentColor;
    }

    .xl\:stroke-current {
        stroke: currentColor;
    }

    .xl\:stroke-0 {
        stroke-width: 0;
    }

    .xl\:stroke-1 {
        stroke-width: 1;
    }

    .xl\:stroke-2 {
        stroke-width: 2;
    }

    .xl\:object-contain {
        -o-object-fit: contain;
        object-fit: contain;
    }

    .xl\:object-cover {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .xl\:object-fill {
        -o-object-fit: fill;
        object-fit: fill;
    }

    .xl\:object-none {
        -o-object-fit: none;
        object-fit: none;
    }

    .xl\:object-scale-down {
        -o-object-fit: scale-down;
        object-fit: scale-down;
    }

    .xl\:object-bottom {
        -o-object-position: bottom;
        object-position: bottom;
    }

    .xl\:object-center {
        -o-object-position: center;
        object-position: center;
    }

    .xl\:object-left {
        -o-object-position: left;
        object-position: left;
    }

    .xl\:object-left-bottom {
        -o-object-position: left bottom;
        object-position: left bottom;
    }

    .xl\:object-left-top {
        -o-object-position: left top;
        object-position: left top;
    }

    .xl\:object-right {
        -o-object-position: right;
        object-position: right;
    }

    .xl\:object-right-bottom {
        -o-object-position: right bottom;
        object-position: right bottom;
    }

    .xl\:object-right-top {
        -o-object-position: right top;
        object-position: right top;
    }

    .xl\:object-top {
        -o-object-position: top;
        object-position: top;
    }

    .xl\:p-0 {
        padding: 0px;
    }

    .xl\:p-1 {
        padding: 0.25rem;
    }

    .xl\:p-2 {
        padding: 0.5rem;
    }

    .xl\:p-3 {
        padding: 0.75rem;
    }

    .xl\:p-4 {
        padding: 1rem;
    }

    .xl\:p-5 {
        padding: 1.25rem;
    }

    .xl\:p-6 {
        padding: 1.5rem;
    }

    .xl\:p-7 {
        padding: 1.75rem;
    }

    .xl\:p-8 {
        padding: 2rem;
    }

    .xl\:p-9 {
        padding: 2.25rem;
    }

    .xl\:p-10 {
        padding: 2.5rem;
    }

    .xl\:p-11 {
        padding: 2.75rem;
    }

    .xl\:p-12 {
        padding: 3rem;
    }

    .xl\:p-13 {
        padding: 52px;
    }

    .xl\:p-14 {
        padding: 3.5rem;
    }

    .xl\:p-15 {
        padding: 3.93rem;
    }

    .xl\:p-16 {
        padding: 4rem;
    }

    .xl\:p-18 {
        padding: 4.375rem;
    }

    .xl\:p-19 {
        padding: 76px;
    }

    .xl\:p-20 {
        padding: 5rem;
    }

    .xl\:p-22 {
        padding: 5.625rem;
    }

    .xl\:p-24 {
        padding: 6rem;
    }

    .xl\:p-26 {
        padding: 6.6875rem;
    }

    .xl\:p-28 {
        padding: 7rem;
    }

    .xl\:p-30 {
        padding: 120px;
    }

    .xl\:p-32 {
        padding: 8rem;
    }

    .xl\:p-36 {
        padding: 9rem;
    }

    .xl\:p-40 {
        padding: 10rem;
    }

    .xl\:p-44 {
        padding: 11rem;
    }

    .xl\:p-46 {
        padding: 11.5625rem;
    }

    .xl\:p-48 {
        padding: 12rem;
    }

    .xl\:p-52 {
        padding: 13rem;
    }

    .xl\:p-56 {
        padding: 14rem;
    }

    .xl\:p-60 {
        padding: 15rem;
    }

    .xl\:p-64 {
        padding: 16rem;
    }

    .xl\:p-72 {
        padding: 18rem;
    }

    .xl\:p-80 {
        padding: 20rem;
    }

    .xl\:p-96 {
        padding: 24rem;
    }

    .xl\:p-px {
        padding: 1px;
    }

    .xl\:p-0\.5 {
        padding: 0.125rem;
    }

    .xl\:p-1\.5 {
        padding: 0.375rem;
    }

    .xl\:p-2\.5 {
        padding: 0.625rem;
    }

    .xl\:p-3\.5 {
        padding: 0.875rem;
    }

    .xl\:p-5p {
        padding: 5px;
    }

    .xl\:p-10p {
        padding: 10px;
    }

    .xl\:p-14p {
        padding: 14px;
    }

    .xl\:p-15p {
        padding: 15px;
    }

    .xl\:p-15_2 {
        padding: 60px;
    }

    .xl\:p-16_1 {
        padding: 52px;
    }

    .xl\:p-16p {
        padding: 16px;
    }

    .xl\:p-25p {
        padding: 25px;
    }

    .xl\:p-48p {
        padding: 48%;
    }

    .xl\:p-52p {
        padding: 52%;
    }

    .xl\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .xl\:px-1 {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .xl\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .xl\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .xl\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .xl\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .xl\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .xl\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

    .xl\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .xl\:px-9 {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }

    .xl\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .xl\:px-11 {
        padding-left: 2.75rem;
        padding-right: 2.75rem;
    }

    .xl\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .xl\:px-13 {
        padding-left: 52px;
        padding-right: 52px;
    }

    .xl\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }

    .xl\:px-15 {
        padding-left: 3.93rem;
        padding-right: 3.93rem;
    }

    .xl\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .xl\:px-18 {
        padding-left: 4.375rem;
        padding-right: 4.375rem;
    }

    .xl\:px-19 {
        padding-left: 76px;
        padding-right: 76px;
    }

    .xl\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .xl\:px-22 {
        padding-left: 5.625rem;
        padding-right: 5.625rem;
    }

    .xl\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem;
    }

    .xl\:px-26 {
        padding-left: 6.6875rem;
        padding-right: 6.6875rem;
    }

    .xl\:px-28 {
        padding-left: 7rem;
        padding-right: 7rem;
    }

    .xl\:px-30 {
        padding-left: 120px;
        padding-right: 120px;
    }

    .xl\:px-32 {
        padding-left: 8rem;
        padding-right: 8rem;
    }

    .xl\:px-36 {
        padding-left: 9rem;
        padding-right: 9rem;
    }

    .xl\:px-40 {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .xl\:px-44 {
        padding-left: 11rem;
        padding-right: 11rem;
    }

    .xl\:px-46 {
        padding-left: 11.5625rem;
        padding-right: 11.5625rem;
    }

    .xl\:px-48 {
        padding-left: 12rem;
        padding-right: 12rem;
    }

    .xl\:px-52 {
        padding-left: 13rem;
        padding-right: 13rem;
    }

    .xl\:px-56 {
        padding-left: 14rem;
        padding-right: 14rem;
    }

    .xl\:px-60 {
        padding-left: 15rem;
        padding-right: 15rem;
    }

    .xl\:px-64 {
        padding-left: 16rem;
        padding-right: 16rem;
    }

    .xl\:px-72 {
        padding-left: 18rem;
        padding-right: 18rem;
    }

    .xl\:px-80 {
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .xl\:px-96 {
        padding-left: 24rem;
        padding-right: 24rem;
    }

    .xl\:px-px {
        padding-left: 1px;
        padding-right: 1px;
    }

    .xl\:px-0\.5 {
        padding-left: 0.125rem;
        padding-right: 0.125rem;
    }

    .xl\:px-1\.5 {
        padding-left: 0.375rem;
        padding-right: 0.375rem;
    }

    .xl\:px-2\.5 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }

    .xl\:px-3\.5 {
        padding-left: 0.875rem;
        padding-right: 0.875rem;
    }

    .xl\:px-5p {
        padding-left: 5px;
        padding-right: 5px;
    }

    .xl\:px-10p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .xl\:px-14p {
        padding-left: 14px;
        padding-right: 14px;
    }

    .xl\:px-15p {
        padding-left: 15px;
        padding-right: 15px;
    }

    .xl\:px-15_2 {
        padding-left: 60px;
        padding-right: 60px;
    }

    .xl\:px-16_1 {
        padding-left: 52px;
        padding-right: 52px;
    }

    .xl\:px-16p {
        padding-left: 16px;
        padding-right: 16px;
    }

    .xl\:px-25p {
        padding-left: 25px;
        padding-right: 25px;
    }

    .xl\:px-48p {
        padding-left: 48%;
        padding-right: 48%;
    }

    .xl\:px-52p {
        padding-left: 52%;
        padding-right: 52%;
    }

    .xl\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .xl\:py-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .xl\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .xl\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .xl\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .xl\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .xl\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .xl\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

    .xl\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .xl\:py-9 {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }

    .xl\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .xl\:py-11 {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem;
    }

    .xl\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .xl\:py-13 {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .xl\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .xl\:py-15 {
        padding-top: 3.93rem;
        padding-bottom: 3.93rem;
    }

    .xl\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .xl\:py-18 {
        padding-top: 4.375rem;
        padding-bottom: 4.375rem;
    }

    .xl\:py-19 {
        padding-top: 76px;
        padding-bottom: 76px;
    }

    .xl\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .xl\:py-22 {
        padding-top: 5.625rem;
        padding-bottom: 5.625rem;
    }

    .xl\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .xl\:py-26 {
        padding-top: 6.6875rem;
        padding-bottom: 6.6875rem;
    }

    .xl\:py-28 {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    .xl\:py-30 {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .xl\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .xl\:py-36 {
        padding-top: 9rem;
        padding-bottom: 9rem;
    }

    .xl\:py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .xl\:py-44 {
        padding-top: 11rem;
        padding-bottom: 11rem;
    }

    .xl\:py-46 {
        padding-top: 11.5625rem;
        padding-bottom: 11.5625rem;
    }

    .xl\:py-48 {
        padding-top: 12rem;
        padding-bottom: 12rem;
    }

    .xl\:py-52 {
        padding-top: 13rem;
        padding-bottom: 13rem;
    }

    .xl\:py-56 {
        padding-top: 14rem;
        padding-bottom: 14rem;
    }

    .xl\:py-60 {
        padding-top: 15rem;
        padding-bottom: 15rem;
    }

    .xl\:py-64 {
        padding-top: 16rem;
        padding-bottom: 16rem;
    }

    .xl\:py-72 {
        padding-top: 18rem;
        padding-bottom: 18rem;
    }

    .xl\:py-80 {
        padding-top: 20rem;
        padding-bottom: 20rem;
    }

    .xl\:py-96 {
        padding-top: 24rem;
        padding-bottom: 24rem;
    }

    .xl\:py-px {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .xl\:py-0\.5 {
        padding-top: 0.125rem;
        padding-bottom: 0.125rem;
    }

    .xl\:py-1\.5 {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
    }

    .xl\:py-2\.5 {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }

    .xl\:py-3\.5 {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
    }

    .xl\:py-5p {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .xl\:py-10p {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .xl\:py-14p {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .xl\:py-15p {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .xl\:py-15_2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .xl\:py-16_1 {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .xl\:py-16p {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .xl\:py-25p {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .xl\:py-48p {
        padding-top: 48%;
        padding-bottom: 48%;
    }

    .xl\:py-52p {
        padding-top: 52%;
        padding-bottom: 52%;
    }

    .xl\:pt-0 {
        padding-top: 0px;
    }

    .xl\:pt-1 {
        padding-top: 0.25rem;
    }

    .xl\:pt-2 {
        padding-top: 0.5rem;
    }

    .xl\:pt-3 {
        padding-top: 0.75rem;
    }

    .xl\:pt-4 {
        padding-top: 1rem;
    }

    .xl\:pt-5 {
        padding-top: 1.25rem;
    }

    .xl\:pt-6 {
        padding-top: 1.5rem;
    }

    .xl\:pt-7 {
        padding-top: 1.75rem;
    }

    .xl\:pt-8 {
        padding-top: 2rem;
    }

    .xl\:pt-9 {
        padding-top: 2.25rem;
    }

    .xl\:pt-10 {
        padding-top: 2.5rem;
    }

    .xl\:pt-11 {
        padding-top: 2.75rem;
    }

    .xl\:pt-12 {
        padding-top: 3rem;
    }

    .xl\:pt-13 {
        padding-top: 52px;
    }

    .xl\:pt-14 {
        padding-top: 3.5rem;
    }

    .xl\:pt-15 {
        padding-top: 3.93rem;
    }

    .xl\:pt-16 {
        padding-top: 4rem;
    }

    .xl\:pt-18 {
        padding-top: 4.375rem;
    }

    .xl\:pt-19 {
        padding-top: 76px;
    }

    .xl\:pt-20 {
        padding-top: 5rem;
    }

    .xl\:pt-22 {
        padding-top: 5.625rem;
    }

    .xl\:pt-24 {
        padding-top: 6rem;
    }

    .xl\:pt-26 {
        padding-top: 6.6875rem;
    }

    .xl\:pt-28 {
        padding-top: 7rem;
    }

    .xl\:pt-30 {
        padding-top: 120px;
    }

    .xl\:pt-32 {
        padding-top: 8rem;
    }

    .xl\:pt-36 {
        padding-top: 9rem;
    }

    .xl\:pt-40 {
        padding-top: 10rem;
    }

    .xl\:pt-44 {
        padding-top: 11rem;
    }

    .xl\:pt-46 {
        padding-top: 11.5625rem;
    }

    .xl\:pt-48 {
        padding-top: 12rem;
    }

    .xl\:pt-52 {
        padding-top: 13rem;
    }

    .xl\:pt-56 {
        padding-top: 14rem;
    }

    .xl\:pt-60 {
        padding-top: 15rem;
    }

    .xl\:pt-64 {
        padding-top: 16rem;
    }

    .xl\:pt-72 {
        padding-top: 18rem;
    }

    .xl\:pt-80 {
        padding-top: 20rem;
    }

    .xl\:pt-96 {
        padding-top: 24rem;
    }

    .xl\:pt-px {
        padding-top: 1px;
    }

    .xl\:pt-0\.5 {
        padding-top: 0.125rem;
    }

    .xl\:pt-1\.5 {
        padding-top: 0.375rem;
    }

    .xl\:pt-2\.5 {
        padding-top: 0.625rem;
    }

    .xl\:pt-3\.5 {
        padding-top: 0.875rem;
    }

    .xl\:pt-5p {
        padding-top: 5px;
    }

    .xl\:pt-10p {
        padding-top: 10px;
    }

    .xl\:pt-14p {
        padding-top: 14px;
    }

    .xl\:pt-15p {
        padding-top: 15px;
    }

    .xl\:pt-15_2 {
        padding-top: 60px;
    }

    .xl\:pt-16_1 {
        padding-top: 52px;
    }

    .xl\:pt-16p {
        padding-top: 16px;
    }

    .xl\:pt-25p {
        padding-top: 25px;
    }

    .xl\:pt-48p {
        padding-top: 48%;
    }

    .xl\:pt-52p {
        padding-top: 52%;
    }

    .xl\:pr-0 {
        padding-right: 0px;
    }

    .xl\:pr-1 {
        padding-right: 0.25rem;
    }

    .xl\:pr-2 {
        padding-right: 0.5rem;
    }

    .xl\:pr-3 {
        padding-right: 0.75rem;
    }

    .xl\:pr-4 {
        padding-right: 1rem;
    }

    .xl\:pr-5 {
        padding-right: 1.25rem;
    }

    .xl\:pr-6 {
        padding-right: 1.5rem;
    }

    .xl\:pr-7 {
        padding-right: 1.75rem;
    }

    .xl\:pr-8 {
        padding-right: 2rem;
    }

    .xl\:pr-9 {
        padding-right: 2.25rem;
    }

    .xl\:pr-10 {
        padding-right: 2.5rem;
    }

    .xl\:pr-11 {
        padding-right: 2.75rem;
    }

    .xl\:pr-12 {
        padding-right: 3rem;
    }

    .xl\:pr-13 {
        padding-right: 52px;
    }

    .xl\:pr-14 {
        padding-right: 3.5rem;
    }

    .xl\:pr-15 {
        padding-right: 3.93rem;
    }

    .xl\:pr-16 {
        padding-right: 4rem;
    }

    .xl\:pr-18 {
        padding-right: 4.375rem;
    }

    .xl\:pr-19 {
        padding-right: 76px;
    }

    .xl\:pr-20 {
        padding-right: 5rem;
    }

    .xl\:pr-22 {
        padding-right: 5.625rem;
    }

    .xl\:pr-24 {
        padding-right: 6rem;
    }

    .xl\:pr-26 {
        padding-right: 6.6875rem;
    }

    .xl\:pr-28 {
        padding-right: 7rem;
    }

    .xl\:pr-30 {
        padding-right: 120px;
    }

    .xl\:pr-32 {
        padding-right: 8rem;
    }

    .xl\:pr-36 {
        padding-right: 9rem;
    }

    .xl\:pr-40 {
        padding-right: 10rem;
    }

    .xl\:pr-44 {
        padding-right: 11rem;
    }

    .xl\:pr-46 {
        padding-right: 11.5625rem;
    }

    .xl\:pr-48 {
        padding-right: 12rem;
    }

    .xl\:pr-52 {
        padding-right: 13rem;
    }

    .xl\:pr-56 {
        padding-right: 14rem;
    }

    .xl\:pr-60 {
        padding-right: 15rem;
    }

    .xl\:pr-64 {
        padding-right: 16rem;
    }

    .xl\:pr-72 {
        padding-right: 18rem;
    }

    .xl\:pr-80 {
        padding-right: 20rem;
    }

    .xl\:pr-96 {
        padding-right: 24rem;
    }

    .xl\:pr-px {
        padding-right: 1px;
    }

    .xl\:pr-0\.5 {
        padding-right: 0.125rem;
    }

    .xl\:pr-1\.5 {
        padding-right: 0.375rem;
    }

    .xl\:pr-2\.5 {
        padding-right: 0.625rem;
    }

    .xl\:pr-3\.5 {
        padding-right: 0.875rem;
    }

    .xl\:pr-5p {
        padding-right: 5px;
    }

    .xl\:pr-10p {
        padding-right: 10px;
    }

    .xl\:pr-14p {
        padding-right: 14px;
    }

    .xl\:pr-15p {
        padding-right: 15px;
    }

    .xl\:pr-15_2 {
        padding-right: 60px;
    }

    .xl\:pr-16_1 {
        padding-right: 52px;
    }

    .xl\:pr-16p {
        padding-right: 16px;
    }

    .xl\:pr-25p {
        padding-right: 25px;
    }

    .xl\:pr-48p {
        padding-right: 48%;
    }

    .xl\:pr-52p {
        padding-right: 52%;
    }

    .xl\:pb-0 {
        padding-bottom: 0px;
    }

    .xl\:pb-1 {
        padding-bottom: 0.25rem;
    }

    .xl\:pb-2 {
        padding-bottom: 0.5rem;
    }

    .xl\:pb-3 {
        padding-bottom: 0.75rem;
    }

    .xl\:pb-4 {
        padding-bottom: 1rem;
    }

    .xl\:pb-5 {
        padding-bottom: 1.25rem;
    }

    .xl\:pb-6 {
        padding-bottom: 1.5rem;
    }

    .xl\:pb-7 {
        padding-bottom: 1.75rem;
    }

    .xl\:pb-8 {
        padding-bottom: 2rem;
    }

    .xl\:pb-9 {
        padding-bottom: 2.25rem;
    }

    .xl\:pb-10 {
        padding-bottom: 2.5rem;
    }

    .xl\:pb-11 {
        padding-bottom: 2.75rem;
    }

    .xl\:pb-12 {
        padding-bottom: 3rem;
    }

    .xl\:pb-13 {
        padding-bottom: 52px;
    }

    .xl\:pb-14 {
        padding-bottom: 3.5rem;
    }

    .xl\:pb-15 {
        padding-bottom: 3.93rem;
    }

    .xl\:pb-16 {
        padding-bottom: 4rem;
    }

    .xl\:pb-18 {
        padding-bottom: 4.375rem;
    }

    .xl\:pb-19 {
        padding-bottom: 76px;
    }

    .xl\:pb-20 {
        padding-bottom: 5rem;
    }

    .xl\:pb-22 {
        padding-bottom: 5.625rem;
    }

    .xl\:pb-24 {
        padding-bottom: 6rem;
    }

    .xl\:pb-26 {
        padding-bottom: 6.6875rem;
    }

    .xl\:pb-28 {
        padding-bottom: 7rem;
    }

    .xl\:pb-30 {
        padding-bottom: 120px;
    }

    .xl\:pb-32 {
        padding-bottom: 8rem;
    }

    .xl\:pb-36 {
        padding-bottom: 9rem;
    }

    .xl\:pb-40 {
        padding-bottom: 10rem;
    }

    .xl\:pb-44 {
        padding-bottom: 11rem;
    }

    .xl\:pb-46 {
        padding-bottom: 11.5625rem;
    }

    .xl\:pb-48 {
        padding-bottom: 12rem;
    }

    .xl\:pb-52 {
        padding-bottom: 13rem;
    }

    .xl\:pb-56 {
        padding-bottom: 14rem;
    }

    .xl\:pb-60 {
        padding-bottom: 15rem;
    }

    .xl\:pb-64 {
        padding-bottom: 16rem;
    }

    .xl\:pb-72 {
        padding-bottom: 18rem;
    }

    .xl\:pb-80 {
        padding-bottom: 20rem;
    }

    .xl\:pb-96 {
        padding-bottom: 24rem;
    }

    .xl\:pb-px {
        padding-bottom: 1px;
    }

    .xl\:pb-0\.5 {
        padding-bottom: 0.125rem;
    }

    .xl\:pb-1\.5 {
        padding-bottom: 0.375rem;
    }

    .xl\:pb-2\.5 {
        padding-bottom: 0.625rem;
    }

    .xl\:pb-3\.5 {
        padding-bottom: 0.875rem;
    }

    .xl\:pb-5p {
        padding-bottom: 5px;
    }

    .xl\:pb-10p {
        padding-bottom: 10px;
    }

    .xl\:pb-14p {
        padding-bottom: 14px;
    }

    .xl\:pb-15p {
        padding-bottom: 15px;
    }

    .xl\:pb-15_2 {
        padding-bottom: 60px;
    }

    .xl\:pb-16_1 {
        padding-bottom: 52px;
    }

    .xl\:pb-16p {
        padding-bottom: 16px;
    }

    .xl\:pb-25p {
        padding-bottom: 25px;
    }

    .xl\:pb-48p {
        padding-bottom: 48%;
    }

    .xl\:pb-52p {
        padding-bottom: 52%;
    }

    .xl\:pl-0 {
        padding-left: 0px;
    }

    .xl\:pl-1 {
        padding-left: 0.25rem;
    }

    .xl\:pl-2 {
        padding-left: 0.5rem;
    }

    .xl\:pl-3 {
        padding-left: 0.75rem;
    }

    .xl\:pl-4 {
        padding-left: 1rem;
    }

    .xl\:pl-5 {
        padding-left: 1.25rem;
    }

    .xl\:pl-6 {
        padding-left: 1.5rem;
    }

    .xl\:pl-7 {
        padding-left: 1.75rem;
    }

    .xl\:pl-8 {
        padding-left: 2rem;
    }

    .xl\:pl-9 {
        padding-left: 2.25rem;
    }

    .xl\:pl-10 {
        padding-left: 2.5rem;
    }

    .xl\:pl-11 {
        padding-left: 2.75rem;
    }

    .xl\:pl-12 {
        padding-left: 3rem;
    }

    .xl\:pl-13 {
        padding-left: 52px;
    }

    .xl\:pl-14 {
        padding-left: 3.5rem;
    }

    .xl\:pl-15 {
        padding-left: 3.93rem;
    }

    .xl\:pl-16 {
        padding-left: 4rem;
    }

    .xl\:pl-18 {
        padding-left: 4.375rem;
    }

    .xl\:pl-19 {
        padding-left: 76px;
    }

    .xl\:pl-20 {
        padding-left: 5rem;
    }

    .xl\:pl-22 {
        padding-left: 5.625rem;
    }

    .xl\:pl-24 {
        padding-left: 6rem;
    }

    .xl\:pl-26 {
        padding-left: 6.6875rem;
    }

    .xl\:pl-28 {
        padding-left: 7rem;
    }

    .xl\:pl-30 {
        padding-left: 120px;
    }

    .xl\:pl-32 {
        padding-left: 8rem;
    }

    .xl\:pl-36 {
        padding-left: 9rem;
    }

    .xl\:pl-40 {
        padding-left: 10rem;
    }

    .xl\:pl-44 {
        padding-left: 11rem;
    }

    .xl\:pl-46 {
        padding-left: 11.5625rem;
    }

    .xl\:pl-48 {
        padding-left: 12rem;
    }

    .xl\:pl-52 {
        padding-left: 13rem;
    }

    .xl\:pl-56 {
        padding-left: 14rem;
    }

    .xl\:pl-60 {
        padding-left: 15rem;
    }

    .xl\:pl-64 {
        padding-left: 16rem;
    }

    .xl\:pl-72 {
        padding-left: 18rem;
    }

    .xl\:pl-80 {
        padding-left: 20rem;
    }

    .xl\:pl-96 {
        padding-left: 24rem;
    }

    .xl\:pl-px {
        padding-left: 1px;
    }

    .xl\:pl-0\.5 {
        padding-left: 0.125rem;
    }

    .xl\:pl-1\.5 {
        padding-left: 0.375rem;
    }

    .xl\:pl-2\.5 {
        padding-left: 0.625rem;
    }

    .xl\:pl-3\.5 {
        padding-left: 0.875rem;
    }

    .xl\:pl-5p {
        padding-left: 5px;
    }

    .xl\:pl-10p {
        padding-left: 10px;
    }

    .xl\:pl-14p {
        padding-left: 14px;
    }

    .xl\:pl-15p {
        padding-left: 15px;
    }

    .xl\:pl-15_2 {
        padding-left: 60px;
    }

    .xl\:pl-16_1 {
        padding-left: 52px;
    }

    .xl\:pl-16p {
        padding-left: 16px;
    }

    .xl\:pl-25p {
        padding-left: 25px;
    }

    .xl\:pl-48p {
        padding-left: 48%;
    }

    .xl\:pl-52p {
        padding-left: 52%;
    }

    .xl\:text-left {
        text-align: left;
    }

    .xl\:text-center {
        text-align: center;
    }

    .xl\:text-right {
        text-align: right;
    }

    .xl\:text-justify {
        text-align: justify;
    }

    .xl\:align-baseline {
        vertical-align: baseline;
    }

    .xl\:align-top {
        vertical-align: top;
    }

    .xl\:align-middle {
        vertical-align: middle;
    }

    .xl\:align-bottom {
        vertical-align: bottom;
    }

    .xl\:align-text-top {
        vertical-align: text-top;
    }

    .xl\:align-text-bottom {
        vertical-align: text-bottom;
    }

    .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";
    }

    .xl\:font-serif {
        font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    }

    .xl\:font-mono {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    }

    .xl\:font-body {
        font-family: "Red Hat Display";
    }

    .xl\:font-primary {
        font-family: "Noto Sans";
    }

    .xl\:font-secondary {
        font-family: "Montserrat";
    }

    .xl\:font-Helvetica_Bold {
        font-family: "Helvetica-Bold";
    }

    .xl\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }

    .xl\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .xl\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .xl\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .xl\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .xl\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .xl\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .xl\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .xl\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

    .xl\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }

    .xl\:text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }

    .xl\:text-8xl {
        font-size: 6rem;
        line-height: 1;
    }

    .xl\:text-9xl {
        font-size: 8rem;
        line-height: 1;
    }

    .xl\:text-10p {
        font-size: 0.625rem;
    }

    .xl\:text-50p {
        font-size: 3.125rem;
    }

    .xl\:text-40p {
        font-size: 2.5rem;
    }

    .xl\:text-8\.5xl {
        font-size: 7.5rem;
        line-height: 7.8rem;
    }

    .xl\:text-80p {
        font-size: 80px;
        line-height: 90px;
    }

    .xl\:font-thin {
        font-weight: 100;
    }

    .xl\:font-extralight {
        font-weight: 200;
    }

    .xl\:font-light {
        font-weight: 300;
    }

    .xl\:font-normal {
        font-weight: 400;
    }

    .xl\:font-medium {
        font-weight: 500;
    }

    .xl\:font-semibold {
        font-weight: 600;
    }

    .xl\:font-bold {
        font-weight: 700;
    }

    .xl\:font-extrabold {
        font-weight: 800;
    }

    .xl\:font-black {
        font-weight: 900;
    }

    .xl\:uppercase {
        text-transform: uppercase;
    }

    .xl\:lowercase {
        text-transform: lowercase;
    }

    .xl\:capitalize {
        text-transform: capitalize;
    }

    .xl\:normal-case {
        text-transform: none;
    }

    .xl\:italic {
        font-style: italic;
    }

    .xl\:not-italic {
        font-style: normal;
    }

    .xl\:ordinal,
    .xl\:slashed-zero,
    .xl\:lining-nums,
    .xl\:oldstyle-nums,
    .xl\:proportional-nums,
    .xl\:tabular-nums,
    .xl\:diagonal-fractions,
    .xl\:stacked-fractions {
        --tw-ordinal: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-slashed-zero: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-numeric-figure: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-numeric-spacing: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-numeric-fraction: var(--tw-empty,
                /*!*/
                /*!*/
            );
        font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
    }

    .xl\:normal-nums {
        font-variant-numeric: normal;
    }

    .xl\:ordinal {
        --tw-ordinal: ordinal;
    }

    .xl\:slashed-zero {
        --tw-slashed-zero: slashed-zero;
    }

    .xl\:lining-nums {
        --tw-numeric-figure: lining-nums;
    }

    .xl\:oldstyle-nums {
        --tw-numeric-figure: oldstyle-nums;
    }

    .xl\:proportional-nums {
        --tw-numeric-spacing: proportional-nums;
    }

    .xl\:tabular-nums {
        --tw-numeric-spacing: tabular-nums;
    }

    .xl\:diagonal-fractions {
        --tw-numeric-fraction: diagonal-fractions;
    }

    .xl\:stacked-fractions {
        --tw-numeric-fraction: stacked-fractions;
    }

    .xl\:leading-3 {
        line-height: .75rem;
    }

    .xl\:leading-4 {
        line-height: 1rem;
    }

    .xl\:leading-5 {
        line-height: 1.25rem;
    }

    .xl\:leading-6 {
        line-height: 1.5rem;
    }

    .xl\:leading-7 {
        line-height: 1.75rem;
    }

    .xl\:leading-8 {
        line-height: 2rem;
    }

    .xl\:leading-9 {
        line-height: 2.25rem;
    }

    .xl\:leading-10 {
        line-height: 2.5rem;
    }

    .xl\:leading-none {
        line-height: 1;
    }

    .xl\:leading-tight {
        line-height: 1.25;
    }

    .xl\:leading-snug {
        line-height: 1.375;
    }

    .xl\:leading-normal {
        line-height: 1.5;
    }

    .xl\:leading-relaxed {
        line-height: 1.625;
    }

    .xl\:leading-loose {
        line-height: 2;
    }

    .xl\:tracking-tightest {
        letter-spacing: -.075em;
    }

    .xl\:tracking-tighter {
        letter-spacing: -.05em;
    }

    .xl\:tracking-tight {
        letter-spacing: -.025em;
    }

    .xl\:tracking-normal {
        letter-spacing: 0;
    }

    .xl\:tracking-wide {
        letter-spacing: 1.5px;
    }

    .xl\:tracking-wider {
        letter-spacing: .05em;
    }

    .xl\:tracking-wider_lg {
        letter-spacing: .1em;
    }

    .xl\:tracking-widest {
        letter-spacing: .15em;
    }

    .xl\:text-transparent {
        color: transparent;
    }

    .xl\:text-current {
        color: currentColor;
    }

    .xl\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .xl\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .xl\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .xl\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .xl\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .xl\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .xl\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .xl\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .xl\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .xl\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .xl\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .xl\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .xl\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .xl\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .xl\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .xl\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .xl\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .xl\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .xl\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .xl\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .xl\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .xl\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .xl\:text-yellow {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .xl\:text-green {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .xl\:text-blue {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .xl\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .xl\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .xl\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .xl\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .xl\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .xl\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .xl\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .xl\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .xl\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .xl\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .xl\:text-purple {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .xl\:text-pink {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .xl\:text-primary {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .xl\:text-secondary {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .xl\:text-body_bg {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .xl\:text-body_text {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .xl\:text-title {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .xl\:text-grey {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .xl\:text-dark_grey {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .xl\:text-light_grey {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .xl\:text-medium_grey {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .xl\:text-lightten_grey {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .xl\:text-grey_300 {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .xl\:text-grey_400 {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .xl\:text-medium_blue {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .xl\:text-dark_blue {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .xl\:text-text_blue {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .xl\:text-footer_bg {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .xl\:text-brown {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .xl\:text-dark_brown {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .xl\:text-Light_purple {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .xl\:text-dark_green {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .xl\:text-medium_green {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .xl\:text-light_green {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .xl\:text-green_900 {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .xl\:text-dark_border {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-transparent {
        color: transparent;
    }

    .group:hover .xl\:group-hover\:text-current {
        color: currentColor;
    }

    .group:hover .xl\:group-hover\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-yellow {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-green {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-blue {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-purple {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-pink {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-primary {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-secondary {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-body_bg {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-body_text {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-title {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-grey {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-dark_grey {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-light_grey {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-medium_grey {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-lightten_grey {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-grey_300 {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-grey_400 {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-medium_blue {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-dark_blue {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-text_blue {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-footer_bg {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-brown {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-dark_brown {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-Light_purple {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-dark_green {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-medium_green {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-light_green {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-green_900 {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .group:hover .xl\:group-hover\:text-dark_border {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-transparent:focus-within {
        color: transparent;
    }

    .xl\:focus-within\:text-current:focus-within {
        color: currentColor;
    }

    .xl\:focus-within\:text-black:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-white:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-gray-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-gray-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-gray-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-gray-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-gray-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-gray-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-gray-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-gray-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-gray-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-gray-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-red-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-red-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-red-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-red-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-red-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-red-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-red-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-red-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-red-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-red-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-yellow:focus-within {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-indigo-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-indigo-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-indigo-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-indigo-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-indigo-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-indigo-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-indigo-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-indigo-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-indigo-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-indigo-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-purple:focus-within {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-pink:focus-within {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-primary:focus-within {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-secondary:focus-within {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-body_bg:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-body_text:focus-within {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-title:focus-within {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-dark_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-light_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-medium_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-lightten_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-grey_300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-grey_400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-medium_blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-dark_blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-text_blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-footer_bg:focus-within {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-brown:focus-within {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-dark_brown:focus-within {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-Light_purple:focus-within {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-dark_green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-medium_green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-light_green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-green_900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .xl\:focus-within\:text-dark_border:focus-within {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .xl\:hover\:text-transparent:hover {
        color: transparent;
    }

    .xl\:hover\:text-current:hover {
        color: currentColor;
    }

    .xl\:hover\:text-black:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .xl\:hover\:text-white:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .xl\:hover\:text-gray-50:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .xl\:hover\:text-gray-100:hover {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .xl\:hover\:text-gray-200:hover {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .xl\:hover\:text-gray-300:hover {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .xl\:hover\:text-gray-400:hover {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .xl\:hover\:text-gray-500:hover {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .xl\:hover\:text-gray-600:hover {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .xl\:hover\:text-gray-700:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .xl\:hover\:text-gray-800:hover {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .xl\:hover\:text-gray-900:hover {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .xl\:hover\:text-red-50:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .xl\:hover\:text-red-100:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .xl\:hover\:text-red-200:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .xl\:hover\:text-red-300:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .xl\:hover\:text-red-400:hover {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .xl\:hover\:text-red-500:hover {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .xl\:hover\:text-red-600:hover {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .xl\:hover\:text-red-700:hover {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .xl\:hover\:text-red-800:hover {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .xl\:hover\:text-red-900:hover {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .xl\:hover\:text-yellow:hover {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .xl\:hover\:text-green:hover {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .xl\:hover\:text-blue:hover {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .xl\:hover\:text-indigo-50:hover {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .xl\:hover\:text-indigo-100:hover {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .xl\:hover\:text-indigo-200:hover {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .xl\:hover\:text-indigo-300:hover {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .xl\:hover\:text-indigo-400:hover {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .xl\:hover\:text-indigo-500:hover {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .xl\:hover\:text-indigo-600:hover {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .xl\:hover\:text-indigo-700:hover {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .xl\:hover\:text-indigo-800:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .xl\:hover\:text-indigo-900:hover {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .xl\:hover\:text-purple:hover {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .xl\:hover\:text-pink:hover {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .xl\:hover\:text-primary:hover {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .xl\:hover\:text-secondary:hover {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .xl\:hover\:text-body_bg:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .xl\:hover\:text-body_text:hover {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .xl\:hover\:text-title:hover {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .xl\:hover\:text-grey:hover {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .xl\:hover\:text-dark_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .xl\:hover\:text-light_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .xl\:hover\:text-medium_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .xl\:hover\:text-lightten_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .xl\:hover\:text-grey_300:hover {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .xl\:hover\:text-grey_400:hover {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .xl\:hover\:text-medium_blue:hover {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .xl\:hover\:text-dark_blue:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .xl\:hover\:text-text_blue:hover {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .xl\:hover\:text-footer_bg:hover {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .xl\:hover\:text-brown:hover {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .xl\:hover\:text-dark_brown:hover {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .xl\:hover\:text-Light_purple:hover {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .xl\:hover\:text-dark_green:hover {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .xl\:hover\:text-medium_green:hover {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .xl\:hover\:text-light_green:hover {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .xl\:hover\:text-green_900:hover {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .xl\:hover\:text-dark_border:hover {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .xl\:focus\:text-transparent:focus {
        color: transparent;
    }

    .xl\:focus\:text-current:focus {
        color: currentColor;
    }

    .xl\:focus\:text-black:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .xl\:focus\:text-white:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .xl\:focus\:text-gray-50:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .xl\:focus\:text-gray-100:focus {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .xl\:focus\:text-gray-200:focus {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .xl\:focus\:text-gray-300:focus {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .xl\:focus\:text-gray-400:focus {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .xl\:focus\:text-gray-500:focus {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .xl\:focus\:text-gray-600:focus {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .xl\:focus\:text-gray-700:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .xl\:focus\:text-gray-800:focus {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .xl\:focus\:text-gray-900:focus {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .xl\:focus\:text-red-50:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .xl\:focus\:text-red-100:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .xl\:focus\:text-red-200:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .xl\:focus\:text-red-300:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .xl\:focus\:text-red-400:focus {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .xl\:focus\:text-red-500:focus {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .xl\:focus\:text-red-600:focus {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .xl\:focus\:text-red-700:focus {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .xl\:focus\:text-red-800:focus {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .xl\:focus\:text-red-900:focus {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .xl\:focus\:text-yellow:focus {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .xl\:focus\:text-green:focus {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .xl\:focus\:text-blue:focus {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .xl\:focus\:text-indigo-50:focus {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .xl\:focus\:text-indigo-100:focus {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .xl\:focus\:text-indigo-200:focus {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .xl\:focus\:text-indigo-300:focus {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .xl\:focus\:text-indigo-400:focus {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .xl\:focus\:text-indigo-500:focus {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .xl\:focus\:text-indigo-600:focus {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .xl\:focus\:text-indigo-700:focus {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .xl\:focus\:text-indigo-800:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .xl\:focus\:text-indigo-900:focus {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .xl\:focus\:text-purple:focus {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .xl\:focus\:text-pink:focus {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .xl\:focus\:text-primary:focus {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .xl\:focus\:text-secondary:focus {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .xl\:focus\:text-body_bg:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .xl\:focus\:text-body_text:focus {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .xl\:focus\:text-title:focus {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .xl\:focus\:text-grey:focus {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .xl\:focus\:text-dark_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .xl\:focus\:text-light_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .xl\:focus\:text-medium_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .xl\:focus\:text-lightten_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .xl\:focus\:text-grey_300:focus {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .xl\:focus\:text-grey_400:focus {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .xl\:focus\:text-medium_blue:focus {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .xl\:focus\:text-dark_blue:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .xl\:focus\:text-text_blue:focus {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .xl\:focus\:text-footer_bg:focus {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .xl\:focus\:text-brown:focus {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .xl\:focus\:text-dark_brown:focus {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .xl\:focus\:text-Light_purple:focus {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .xl\:focus\:text-dark_green:focus {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .xl\:focus\:text-medium_green:focus {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .xl\:focus\:text-light_green:focus {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .xl\:focus\:text-green_900:focus {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .xl\:focus\:text-dark_border:focus {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .xl\:text-opacity-0 {
        --tw-text-opacity: 0;
    }

    .xl\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }

    .xl\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }

    .xl\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }

    .xl\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }

    .xl\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }

    .xl\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }

    .xl\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }

    .xl\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }

    .xl\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }

    .xl\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }

    .xl\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }

    .xl\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }

    .xl\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }

    .xl\:text-opacity-100 {
        --tw-text-opacity: 1;
    }

    .group:hover .xl\:group-hover\:text-opacity-0 {
        --tw-text-opacity: 0;
    }

    .group:hover .xl\:group-hover\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }

    .group:hover .xl\:group-hover\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }

    .group:hover .xl\:group-hover\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }

    .group:hover .xl\:group-hover\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }

    .group:hover .xl\:group-hover\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }

    .group:hover .xl\:group-hover\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }

    .group:hover .xl\:group-hover\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }

    .group:hover .xl\:group-hover\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }

    .group:hover .xl\:group-hover\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }

    .group:hover .xl\:group-hover\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }

    .group:hover .xl\:group-hover\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }

    .group:hover .xl\:group-hover\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }

    .group:hover .xl\:group-hover\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }

    .group:hover .xl\:group-hover\:text-opacity-100 {
        --tw-text-opacity: 1;
    }

    .xl\:focus-within\:text-opacity-0:focus-within {
        --tw-text-opacity: 0;
    }

    .xl\:focus-within\:text-opacity-5:focus-within {
        --tw-text-opacity: 0.05;
    }

    .xl\:focus-within\:text-opacity-10:focus-within {
        --tw-text-opacity: 0.1;
    }

    .xl\:focus-within\:text-opacity-20:focus-within {
        --tw-text-opacity: 0.2;
    }

    .xl\:focus-within\:text-opacity-25:focus-within {
        --tw-text-opacity: 0.25;
    }

    .xl\:focus-within\:text-opacity-30:focus-within {
        --tw-text-opacity: 0.3;
    }

    .xl\:focus-within\:text-opacity-40:focus-within {
        --tw-text-opacity: 0.4;
    }

    .xl\:focus-within\:text-opacity-50:focus-within {
        --tw-text-opacity: 0.5;
    }

    .xl\:focus-within\:text-opacity-60:focus-within {
        --tw-text-opacity: 0.6;
    }

    .xl\:focus-within\:text-opacity-70:focus-within {
        --tw-text-opacity: 0.7;
    }

    .xl\:focus-within\:text-opacity-75:focus-within {
        --tw-text-opacity: 0.75;
    }

    .xl\:focus-within\:text-opacity-80:focus-within {
        --tw-text-opacity: 0.8;
    }

    .xl\:focus-within\:text-opacity-90:focus-within {
        --tw-text-opacity: 0.9;
    }

    .xl\:focus-within\:text-opacity-95:focus-within {
        --tw-text-opacity: 0.95;
    }

    .xl\:focus-within\:text-opacity-100:focus-within {
        --tw-text-opacity: 1;
    }

    .xl\:hover\:text-opacity-0:hover {
        --tw-text-opacity: 0;
    }

    .xl\:hover\:text-opacity-5:hover {
        --tw-text-opacity: 0.05;
    }

    .xl\:hover\:text-opacity-10:hover {
        --tw-text-opacity: 0.1;
    }

    .xl\:hover\:text-opacity-20:hover {
        --tw-text-opacity: 0.2;
    }

    .xl\:hover\:text-opacity-25:hover {
        --tw-text-opacity: 0.25;
    }

    .xl\:hover\:text-opacity-30:hover {
        --tw-text-opacity: 0.3;
    }

    .xl\:hover\:text-opacity-40:hover {
        --tw-text-opacity: 0.4;
    }

    .xl\:hover\:text-opacity-50:hover {
        --tw-text-opacity: 0.5;
    }

    .xl\:hover\:text-opacity-60:hover {
        --tw-text-opacity: 0.6;
    }

    .xl\:hover\:text-opacity-70:hover {
        --tw-text-opacity: 0.7;
    }

    .xl\:hover\:text-opacity-75:hover {
        --tw-text-opacity: 0.75;
    }

    .xl\:hover\:text-opacity-80:hover {
        --tw-text-opacity: 0.8;
    }

    .xl\:hover\:text-opacity-90:hover {
        --tw-text-opacity: 0.9;
    }

    .xl\:hover\:text-opacity-95:hover {
        --tw-text-opacity: 0.95;
    }

    .xl\:hover\:text-opacity-100:hover {
        --tw-text-opacity: 1;
    }

    .xl\:focus\:text-opacity-0:focus {
        --tw-text-opacity: 0;
    }

    .xl\:focus\:text-opacity-5:focus {
        --tw-text-opacity: 0.05;
    }

    .xl\:focus\:text-opacity-10:focus {
        --tw-text-opacity: 0.1;
    }

    .xl\:focus\:text-opacity-20:focus {
        --tw-text-opacity: 0.2;
    }

    .xl\:focus\:text-opacity-25:focus {
        --tw-text-opacity: 0.25;
    }

    .xl\:focus\:text-opacity-30:focus {
        --tw-text-opacity: 0.3;
    }

    .xl\:focus\:text-opacity-40:focus {
        --tw-text-opacity: 0.4;
    }

    .xl\:focus\:text-opacity-50:focus {
        --tw-text-opacity: 0.5;
    }

    .xl\:focus\:text-opacity-60:focus {
        --tw-text-opacity: 0.6;
    }

    .xl\:focus\:text-opacity-70:focus {
        --tw-text-opacity: 0.7;
    }

    .xl\:focus\:text-opacity-75:focus {
        --tw-text-opacity: 0.75;
    }

    .xl\:focus\:text-opacity-80:focus {
        --tw-text-opacity: 0.8;
    }

    .xl\:focus\:text-opacity-90:focus {
        --tw-text-opacity: 0.9;
    }

    .xl\:focus\:text-opacity-95:focus {
        --tw-text-opacity: 0.95;
    }

    .xl\:focus\:text-opacity-100:focus {
        --tw-text-opacity: 1;
    }

    .xl\:underline {
        text-decoration: underline;
    }

    .xl\:line-through {
        text-decoration: line-through;
    }

    .xl\:no-underline {
        text-decoration: none;
    }

    .group:hover .xl\:group-hover\:underline {
        text-decoration: underline;
    }

    .group:hover .xl\:group-hover\:line-through {
        text-decoration: line-through;
    }

    .group:hover .xl\:group-hover\:no-underline {
        text-decoration: none;
    }

    .xl\:focus-within\:underline:focus-within {
        text-decoration: underline;
    }

    .xl\:focus-within\:line-through:focus-within {
        text-decoration: line-through;
    }

    .xl\:focus-within\:no-underline:focus-within {
        text-decoration: none;
    }

    .xl\:hover\:underline:hover {
        text-decoration: underline;
    }

    .xl\:hover\:line-through:hover {
        text-decoration: line-through;
    }

    .xl\:hover\:no-underline:hover {
        text-decoration: none;
    }

    .xl\:focus\:underline:focus {
        text-decoration: underline;
    }

    .xl\:focus\:line-through:focus {
        text-decoration: line-through;
    }

    .xl\:focus\:no-underline:focus {
        text-decoration: none;
    }

    .xl\:antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .xl\:subpixel-antialiased {
        -webkit-font-smoothing: auto;
        -moz-osx-font-smoothing: auto;
    }

    .xl\:placeholder-transparent::-moz-placeholder {
        color: transparent;
    }

    .xl\:placeholder-transparent:-ms-input-placeholder {
        color: transparent;
    }

    .xl\:placeholder-transparent::placeholder {
        color: transparent;
    }

    .xl\:placeholder-current::-moz-placeholder {
        color: currentColor;
    }

    .xl\:placeholder-current:-ms-input-placeholder {
        color: currentColor;
    }

    .xl\:placeholder-current::placeholder {
        color: currentColor;
    }

    .xl\:placeholder-black::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-black:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-black::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-white::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-white:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-white::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-gray-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-gray-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-gray-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-gray-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-gray-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-gray-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-gray-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-gray-200:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-gray-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-gray-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-gray-300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-gray-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-gray-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-gray-400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-gray-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-gray-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-gray-500:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-gray-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-gray-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-gray-600:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-gray-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-gray-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-gray-700:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-gray-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-gray-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-gray-800:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-gray-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-gray-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-gray-900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-gray-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-red-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-red-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-red-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-red-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-red-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-red-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-red-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-red-200:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-red-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-red-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-red-300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-red-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-red-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-red-400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-red-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-red-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-red-500:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-red-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-red-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-red-600:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-red-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-red-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-red-700:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-red-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-red-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-red-800:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-red-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-red-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-red-900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-red-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-yellow::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-yellow:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-yellow::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-indigo-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-indigo-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-indigo-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-indigo-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-indigo-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-indigo-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-indigo-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-indigo-200:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-indigo-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-indigo-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-indigo-300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-indigo-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-indigo-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-indigo-400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-indigo-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-indigo-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-indigo-500:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-indigo-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-indigo-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-indigo-600:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-indigo-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-indigo-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-indigo-700:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-indigo-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-indigo-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-indigo-800:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-indigo-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-indigo-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-indigo-900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-indigo-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-purple::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-purple:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-purple::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-pink::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-pink:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-pink::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-primary::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-primary:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-primary::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-secondary::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-secondary:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-secondary::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-body_bg::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-body_bg:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-body_bg::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-body_text::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-body_text:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-body_text::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-title::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-title:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-title::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-dark_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-dark_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-dark_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-light_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-light_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-light_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-medium_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-medium_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-medium_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-lightten_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-lightten_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-lightten_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-grey_300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-grey_300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-grey_300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-grey_400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-grey_400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-grey_400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-medium_blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-medium_blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-medium_blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-dark_blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-dark_blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-dark_blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-text_blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-text_blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-text_blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-footer_bg::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-footer_bg:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-footer_bg::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-brown::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-brown:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-brown::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-dark_brown::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-dark_brown:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-dark_brown::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-Light_purple::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-Light_purple:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-Light_purple::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-dark_green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-dark_green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-dark_green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-medium_green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-medium_green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-medium_green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-light_green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-light_green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-light_green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-green_900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-green_900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-green_900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-dark_border::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-dark_border:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-dark_border::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-transparent:focus::-moz-placeholder {
        color: transparent;
    }

    .xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
        color: transparent;
    }

    .xl\:focus\:placeholder-transparent:focus::placeholder {
        color: transparent;
    }

    .xl\:focus\:placeholder-current:focus::-moz-placeholder {
        color: currentColor;
    }

    .xl\:focus\:placeholder-current:focus:-ms-input-placeholder {
        color: currentColor;
    }

    .xl\:focus\:placeholder-current:focus::placeholder {
        color: currentColor;
    }

    .xl\:focus\:placeholder-black:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-black:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-black:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-white:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-white:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-white:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-gray-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-gray-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-gray-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-gray-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-gray-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-gray-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-gray-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-gray-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-gray-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-gray-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-gray-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-gray-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-gray-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-gray-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-gray-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-gray-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-gray-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-gray-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-gray-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-gray-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-gray-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-red-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-red-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-red-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-red-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-red-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-red-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-red-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-red-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-red-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-red-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-red-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-red-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-red-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-red-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-red-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-red-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-red-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-red-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-red-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-red-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-red-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-yellow:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-yellow:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-indigo-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-indigo-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-indigo-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-indigo-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-indigo-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-indigo-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-indigo-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-indigo-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-indigo-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-indigo-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-purple:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-purple:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-purple:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-pink:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-pink:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-pink:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-primary:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-primary:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-primary:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-secondary:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-secondary:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-secondary:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-body_bg:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-body_bg:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-body_bg:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-body_text:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-body_text:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-body_text:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-title:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-title:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-title:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-dark_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-dark_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-dark_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-light_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-light_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-light_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-medium_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-medium_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-medium_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-lightten_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-lightten_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-lightten_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-grey_300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-grey_300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-grey_300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-grey_400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-grey_400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-grey_400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-medium_blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-medium_blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-medium_blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-dark_blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-dark_blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-dark_blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-text_blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-text_blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-text_blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-footer_bg:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-footer_bg:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-footer_bg:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-brown:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-brown:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-brown:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-dark_brown:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-dark_brown:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-dark_brown:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-Light_purple:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-Light_purple:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-Light_purple:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-dark_green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-dark_green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-dark_green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-medium_green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-medium_green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-medium_green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-light_green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-light_green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-light_green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-green_900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-green_900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-green_900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-dark_border:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-dark_border:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .xl\:focus\:placeholder-dark_border:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .xl\:placeholder-opacity-0::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .xl\:placeholder-opacity-0:-ms-input-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .xl\:placeholder-opacity-0::placeholder {
        --tw-placeholder-opacity: 0;
    }

    .xl\:placeholder-opacity-5::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .xl\:placeholder-opacity-5:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .xl\:placeholder-opacity-5::placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .xl\:placeholder-opacity-10::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .xl\:placeholder-opacity-10:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .xl\:placeholder-opacity-10::placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .xl\:placeholder-opacity-20::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .xl\:placeholder-opacity-20:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .xl\:placeholder-opacity-20::placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .xl\:placeholder-opacity-25::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .xl\:placeholder-opacity-25:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .xl\:placeholder-opacity-25::placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .xl\:placeholder-opacity-30::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .xl\:placeholder-opacity-30:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .xl\:placeholder-opacity-30::placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .xl\:placeholder-opacity-40::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .xl\:placeholder-opacity-40:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .xl\:placeholder-opacity-40::placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .xl\:placeholder-opacity-50::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .xl\:placeholder-opacity-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .xl\:placeholder-opacity-50::placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .xl\:placeholder-opacity-60::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .xl\:placeholder-opacity-60:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .xl\:placeholder-opacity-60::placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .xl\:placeholder-opacity-70::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .xl\:placeholder-opacity-70:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .xl\:placeholder-opacity-70::placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .xl\:placeholder-opacity-75::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .xl\:placeholder-opacity-75:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .xl\:placeholder-opacity-75::placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .xl\:placeholder-opacity-80::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .xl\:placeholder-opacity-80:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .xl\:placeholder-opacity-80::placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .xl\:placeholder-opacity-90::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .xl\:placeholder-opacity-90:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .xl\:placeholder-opacity-90::placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .xl\:placeholder-opacity-95::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .xl\:placeholder-opacity-95:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .xl\:placeholder-opacity-95::placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .xl\:placeholder-opacity-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .xl\:placeholder-opacity-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .xl\:placeholder-opacity-100::placeholder {
        --tw-placeholder-opacity: 1;
    }

    .xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .xl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .xl\:focus\:placeholder-opacity-0:focus::placeholder {
        --tw-placeholder-opacity: 0;
    }

    .xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .xl\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .xl\:focus\:placeholder-opacity-5:focus::placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .xl\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .xl\:focus\:placeholder-opacity-10:focus::placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .xl\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .xl\:focus\:placeholder-opacity-20:focus::placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .xl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .xl\:focus\:placeholder-opacity-25:focus::placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .xl\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .xl\:focus\:placeholder-opacity-30:focus::placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .xl\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .xl\:focus\:placeholder-opacity-40:focus::placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .xl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .xl\:focus\:placeholder-opacity-50:focus::placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .xl\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .xl\:focus\:placeholder-opacity-60:focus::placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .xl\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .xl\:focus\:placeholder-opacity-70:focus::placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .xl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .xl\:focus\:placeholder-opacity-75:focus::placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .xl\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .xl\:focus\:placeholder-opacity-80:focus::placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .xl\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .xl\:focus\:placeholder-opacity-90:focus::placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .xl\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .xl\:focus\:placeholder-opacity-95:focus::placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .xl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .xl\:focus\:placeholder-opacity-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
    }

    .xl\:opacity-0 {
        opacity: 0;
    }

    .xl\:opacity-5 {
        opacity: 0.05;
    }

    .xl\:opacity-10 {
        opacity: 0.1;
    }

    .xl\:opacity-20 {
        opacity: 0.2;
    }

    .xl\:opacity-25 {
        opacity: 0.25;
    }

    .xl\:opacity-30 {
        opacity: 0.3;
    }

    .xl\:opacity-40 {
        opacity: 0.4;
    }

    .xl\:opacity-50 {
        opacity: 0.5;
    }

    .xl\:opacity-60 {
        opacity: 0.6;
    }

    .xl\:opacity-70 {
        opacity: 0.7;
    }

    .xl\:opacity-75 {
        opacity: 0.75;
    }

    .xl\:opacity-80 {
        opacity: 0.8;
    }

    .xl\:opacity-90 {
        opacity: 0.9;
    }

    .xl\:opacity-95 {
        opacity: 0.95;
    }

    .xl\:opacity-100 {
        opacity: 1;
    }

    .group:hover .xl\:group-hover\:opacity-0 {
        opacity: 0;
    }

    .group:hover .xl\:group-hover\:opacity-5 {
        opacity: 0.05;
    }

    .group:hover .xl\:group-hover\:opacity-10 {
        opacity: 0.1;
    }

    .group:hover .xl\:group-hover\:opacity-20 {
        opacity: 0.2;
    }

    .group:hover .xl\:group-hover\:opacity-25 {
        opacity: 0.25;
    }

    .group:hover .xl\:group-hover\:opacity-30 {
        opacity: 0.3;
    }

    .group:hover .xl\:group-hover\:opacity-40 {
        opacity: 0.4;
    }

    .group:hover .xl\:group-hover\:opacity-50 {
        opacity: 0.5;
    }

    .group:hover .xl\:group-hover\:opacity-60 {
        opacity: 0.6;
    }

    .group:hover .xl\:group-hover\:opacity-70 {
        opacity: 0.7;
    }

    .group:hover .xl\:group-hover\:opacity-75 {
        opacity: 0.75;
    }

    .group:hover .xl\:group-hover\:opacity-80 {
        opacity: 0.8;
    }

    .group:hover .xl\:group-hover\:opacity-90 {
        opacity: 0.9;
    }

    .group:hover .xl\:group-hover\:opacity-95 {
        opacity: 0.95;
    }

    .group:hover .xl\:group-hover\:opacity-100 {
        opacity: 1;
    }

    .xl\:focus-within\:opacity-0:focus-within {
        opacity: 0;
    }

    .xl\:focus-within\:opacity-5:focus-within {
        opacity: 0.05;
    }

    .xl\:focus-within\:opacity-10:focus-within {
        opacity: 0.1;
    }

    .xl\:focus-within\:opacity-20:focus-within {
        opacity: 0.2;
    }

    .xl\:focus-within\:opacity-25:focus-within {
        opacity: 0.25;
    }

    .xl\:focus-within\:opacity-30:focus-within {
        opacity: 0.3;
    }

    .xl\:focus-within\:opacity-40:focus-within {
        opacity: 0.4;
    }

    .xl\:focus-within\:opacity-50:focus-within {
        opacity: 0.5;
    }

    .xl\:focus-within\:opacity-60:focus-within {
        opacity: 0.6;
    }

    .xl\:focus-within\:opacity-70:focus-within {
        opacity: 0.7;
    }

    .xl\:focus-within\:opacity-75:focus-within {
        opacity: 0.75;
    }

    .xl\:focus-within\:opacity-80:focus-within {
        opacity: 0.8;
    }

    .xl\:focus-within\:opacity-90:focus-within {
        opacity: 0.9;
    }

    .xl\:focus-within\:opacity-95:focus-within {
        opacity: 0.95;
    }

    .xl\:focus-within\:opacity-100:focus-within {
        opacity: 1;
    }

    .xl\:hover\:opacity-0:hover {
        opacity: 0;
    }

    .xl\:hover\:opacity-5:hover {
        opacity: 0.05;
    }

    .xl\:hover\:opacity-10:hover {
        opacity: 0.1;
    }

    .xl\:hover\:opacity-20:hover {
        opacity: 0.2;
    }

    .xl\:hover\:opacity-25:hover {
        opacity: 0.25;
    }

    .xl\:hover\:opacity-30:hover {
        opacity: 0.3;
    }

    .xl\:hover\:opacity-40:hover {
        opacity: 0.4;
    }

    .xl\:hover\:opacity-50:hover {
        opacity: 0.5;
    }

    .xl\:hover\:opacity-60:hover {
        opacity: 0.6;
    }

    .xl\:hover\:opacity-70:hover {
        opacity: 0.7;
    }

    .xl\:hover\:opacity-75:hover {
        opacity: 0.75;
    }

    .xl\:hover\:opacity-80:hover {
        opacity: 0.8;
    }

    .xl\:hover\:opacity-90:hover {
        opacity: 0.9;
    }

    .xl\:hover\:opacity-95:hover {
        opacity: 0.95;
    }

    .xl\:hover\:opacity-100:hover {
        opacity: 1;
    }

    .xl\:focus\:opacity-0:focus {
        opacity: 0;
    }

    .xl\:focus\:opacity-5:focus {
        opacity: 0.05;
    }

    .xl\:focus\:opacity-10:focus {
        opacity: 0.1;
    }

    .xl\:focus\:opacity-20:focus {
        opacity: 0.2;
    }

    .xl\:focus\:opacity-25:focus {
        opacity: 0.25;
    }

    .xl\:focus\:opacity-30:focus {
        opacity: 0.3;
    }

    .xl\:focus\:opacity-40:focus {
        opacity: 0.4;
    }

    .xl\:focus\:opacity-50:focus {
        opacity: 0.5;
    }

    .xl\:focus\:opacity-60:focus {
        opacity: 0.6;
    }

    .xl\:focus\:opacity-70:focus {
        opacity: 0.7;
    }

    .xl\:focus\:opacity-75:focus {
        opacity: 0.75;
    }

    .xl\:focus\:opacity-80:focus {
        opacity: 0.8;
    }

    .xl\:focus\:opacity-90:focus {
        opacity: 0.9;
    }

    .xl\:focus\:opacity-95:focus {
        opacity: 0.95;
    }

    .xl\:focus\:opacity-100:focus {
        opacity: 1;
    }

    .xl\:bg-blend-normal {
        background-blend-mode: normal;
    }

    .xl\:bg-blend-multiply {
        background-blend-mode: multiply;
    }

    .xl\:bg-blend-screen {
        background-blend-mode: screen;
    }

    .xl\:bg-blend-overlay {
        background-blend-mode: overlay;
    }

    .xl\:bg-blend-darken {
        background-blend-mode: darken;
    }

    .xl\:bg-blend-lighten {
        background-blend-mode: lighten;
    }

    .xl\:bg-blend-color-dodge {
        background-blend-mode: color-dodge;
    }

    .xl\:bg-blend-color-burn {
        background-blend-mode: color-burn;
    }

    .xl\:bg-blend-hard-light {
        background-blend-mode: hard-light;
    }

    .xl\:bg-blend-soft-light {
        background-blend-mode: soft-light;
    }

    .xl\:bg-blend-difference {
        background-blend-mode: difference;
    }

    .xl\:bg-blend-exclusion {
        background-blend-mode: exclusion;
    }

    .xl\:bg-blend-hue {
        background-blend-mode: hue;
    }

    .xl\:bg-blend-saturation {
        background-blend-mode: saturation;
    }

    .xl\:bg-blend-color {
        background-blend-mode: color;
    }

    .xl\:bg-blend-luminosity {
        background-blend-mode: luminosity;
    }

    .xl\:mix-blend-normal {
        mix-blend-mode: normal;
    }

    .xl\:mix-blend-multiply {
        mix-blend-mode: multiply;
    }

    .xl\:mix-blend-screen {
        mix-blend-mode: screen;
    }

    .xl\:mix-blend-overlay {
        mix-blend-mode: overlay;
    }

    .xl\:mix-blend-darken {
        mix-blend-mode: darken;
    }

    .xl\:mix-blend-lighten {
        mix-blend-mode: lighten;
    }

    .xl\:mix-blend-color-dodge {
        mix-blend-mode: color-dodge;
    }

    .xl\:mix-blend-color-burn {
        mix-blend-mode: color-burn;
    }

    .xl\:mix-blend-hard-light {
        mix-blend-mode: hard-light;
    }

    .xl\:mix-blend-soft-light {
        mix-blend-mode: soft-light;
    }

    .xl\:mix-blend-difference {
        mix-blend-mode: difference;
    }

    .xl\:mix-blend-exclusion {
        mix-blend-mode: exclusion;
    }

    .xl\:mix-blend-hue {
        mix-blend-mode: hue;
    }

    .xl\:mix-blend-saturation {
        mix-blend-mode: saturation;
    }

    .xl\:mix-blend-color {
        mix-blend-mode: color;
    }

    .xl\:mix-blend-luminosity {
        mix-blend-mode: luminosity;
    }

    .xl\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .xl\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .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);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .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);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .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);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .xl\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .xl\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .xl\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .xl\:group-hover\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .xl\:group-hover\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .xl\:group-hover\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .xl\:group-hover\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .xl\:group-hover\:shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .xl\:group-hover\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .xl\:group-hover\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .xl\:group-hover\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .xl\:focus-within\:shadow-sm:focus-within {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .xl\:focus-within\:shadow:focus-within {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .xl\:focus-within\:shadow-md:focus-within {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .xl\:focus-within\:shadow-lg:focus-within {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .xl\:focus-within\:shadow-xl:focus-within {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .xl\:focus-within\:shadow-2xl:focus-within {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .xl\:focus-within\:shadow-inner:focus-within {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .xl\:focus-within\:shadow-none:focus-within {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .xl\:hover\:shadow-sm:hover {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .xl\:hover\:shadow:hover {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .xl\:hover\:shadow-md:hover {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .xl\:hover\:shadow-lg:hover {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .xl\:hover\:shadow-xl:hover {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .xl\:hover\:shadow-2xl:hover {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .xl\:hover\:shadow-inner:hover {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .xl\:hover\:shadow-none:hover {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .xl\:focus\:shadow-sm:focus {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .xl\:focus\:shadow:focus {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .xl\:focus\:shadow-md:focus {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .xl\:focus\:shadow-lg:focus {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .xl\:focus\:shadow-xl:focus {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .xl\:focus\:shadow-2xl:focus {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .xl\:focus\:shadow-inner:focus {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .xl\:focus\:shadow-none:focus {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .xl\:outline-none {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .xl\:outline-white {
        outline: 2px dotted white;
        outline-offset: 2px;
    }

    .xl\:outline-black {
        outline: 2px dotted black;
        outline-offset: 2px;
    }

    .xl\:focus-within\:outline-none:focus-within {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .xl\:focus-within\:outline-white:focus-within {
        outline: 2px dotted white;
        outline-offset: 2px;
    }

    .xl\:focus-within\:outline-black:focus-within {
        outline: 2px dotted black;
        outline-offset: 2px;
    }

    .xl\:focus\:outline-none:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .xl\:focus\:outline-white:focus {
        outline: 2px dotted white;
        outline-offset: 2px;
    }

    .xl\:focus\:outline-black:focus {
        outline: 2px dotted black;
        outline-offset: 2px;
    }

    .xl\:ring-0 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .xl\:ring-1 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .xl\:ring-2 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .xl\:ring-4 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .xl\:ring-8 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .xl\:ring {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .xl\:focus-within\:ring-0:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .xl\:focus-within\:ring-1:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .xl\:focus-within\:ring-2:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .xl\:focus-within\:ring-4:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .xl\:focus-within\:ring-8:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .xl\:focus-within\:ring:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .xl\:focus\:ring-0:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .xl\:focus\:ring-1:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .xl\:focus\:ring-2:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .xl\:focus\:ring-4:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .xl\:focus\:ring-8:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .xl\:focus\:ring:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .xl\:ring-inset {
        --tw-ring-inset: inset;
    }

    .xl\:focus-within\:ring-inset:focus-within {
        --tw-ring-inset: inset;
    }

    .xl\:focus\:ring-inset:focus {
        --tw-ring-inset: inset;
    }

    .xl\:ring-transparent {
        --tw-ring-color: transparent;
    }

    .xl\:ring-current {
        --tw-ring-color: currentColor;
    }

    .xl\:ring-black {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }

    .xl\:ring-white {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .xl\:ring-gray-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }

    .xl\:ring-gray-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }

    .xl\:ring-gray-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }

    .xl\:ring-gray-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }

    .xl\:ring-gray-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }

    .xl\:ring-gray-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }

    .xl\:ring-gray-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }

    .xl\:ring-gray-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }

    .xl\:ring-gray-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }

    .xl\:ring-gray-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }

    .xl\:ring-red-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }

    .xl\:ring-red-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }

    .xl\:ring-red-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }

    .xl\:ring-red-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }

    .xl\:ring-red-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }

    .xl\:ring-red-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }

    .xl\:ring-red-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }

    .xl\:ring-red-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }

    .xl\:ring-red-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }

    .xl\:ring-red-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }

    .xl\:ring-yellow {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 145, 67, var(--tw-ring-opacity));
    }

    .xl\:ring-green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(123, 188, 0, var(--tw-ring-opacity));
    }

    .xl\:ring-blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 164, 220, var(--tw-ring-opacity));
    }

    .xl\:ring-indigo-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }

    .xl\:ring-indigo-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }

    .xl\:ring-indigo-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }

    .xl\:ring-indigo-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }

    .xl\:ring-indigo-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }

    .xl\:ring-indigo-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }

    .xl\:ring-indigo-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }

    .xl\:ring-indigo-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }

    .xl\:ring-indigo-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }

    .xl\:ring-indigo-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }

    .xl\:ring-purple {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(104, 71, 195, var(--tw-ring-opacity));
    }

    .xl\:ring-pink {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(133, 7, 55, var(--tw-ring-opacity));
    }

    .xl\:ring-primary {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 110, 110, var(--tw-ring-opacity));
    }

    .xl\:ring-secondary {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
    }

    .xl\:ring-body_bg {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .xl\:ring-body_text {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .xl\:ring-title {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .xl\:ring-grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(82, 74, 81, var(--tw-ring-opacity));
    }

    .xl\:ring-dark_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .xl\:ring-light_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .xl\:ring-medium_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(87, 81, 86, var(--tw-ring-opacity));
    }

    .xl\:ring-lightten_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(198, 198, 198, var(--tw-ring-opacity));
    }

    .xl\:ring-grey_300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
    }

    .xl\:ring-grey_400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .xl\:ring-medium_blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(69, 205, 252, var(--tw-ring-opacity));
    }

    .xl\:ring-dark_blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 128, 172, var(--tw-ring-opacity));
    }

    .xl\:ring-text_blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .xl\:ring-footer_bg {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
    }

    .xl\:ring-brown {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(128, 83, 0, var(--tw-ring-opacity));
    }

    .xl\:ring-dark_brown {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(135, 68, 51, var(--tw-ring-opacity));
    }

    .xl\:ring-Light_purple {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(101, 71, 155, var(--tw-ring-opacity));
    }

    .xl\:ring-dark_green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 155, 81, var(--tw-ring-opacity));
    }

    .xl\:ring-medium_green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 172, 43, var(--tw-ring-opacity));
    }

    .xl\:ring-light_green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(154, 203, 62, var(--tw-ring-opacity));
    }

    .xl\:ring-green_900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(57, 102, 118, var(--tw-ring-opacity));
    }

    .xl\:ring-dark_border {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-transparent:focus-within {
        --tw-ring-color: transparent;
    }

    .xl\:focus-within\:ring-current:focus-within {
        --tw-ring-color: currentColor;
    }

    .xl\:focus-within\:ring-black:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-white:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-gray-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-gray-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-gray-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-gray-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-gray-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-gray-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-gray-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-gray-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-gray-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-gray-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-red-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-red-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-red-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-red-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-red-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-red-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-red-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-red-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-red-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-red-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-yellow:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 145, 67, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(123, 188, 0, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 164, 220, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-indigo-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-indigo-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-indigo-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-indigo-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-indigo-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-indigo-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-indigo-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-indigo-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-indigo-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-indigo-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-purple:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(104, 71, 195, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-pink:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(133, 7, 55, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-primary:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 110, 110, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-secondary:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-body_bg:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-body_text:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-title:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(82, 74, 81, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-dark_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-light_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-medium_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(87, 81, 86, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-lightten_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(198, 198, 198, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-grey_300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-grey_400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-medium_blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(69, 205, 252, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-dark_blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 128, 172, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-text_blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-footer_bg:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-brown:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(128, 83, 0, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-dark_brown:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(135, 68, 51, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-Light_purple:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(101, 71, 155, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-dark_green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 155, 81, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-medium_green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 172, 43, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-light_green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(154, 203, 62, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-green_900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(57, 102, 118, var(--tw-ring-opacity));
    }

    .xl\:focus-within\:ring-dark_border:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-transparent:focus {
        --tw-ring-color: transparent;
    }

    .xl\:focus\:ring-current:focus {
        --tw-ring-color: currentColor;
    }

    .xl\:focus\:ring-black:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-white:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-gray-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-gray-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-gray-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-gray-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-gray-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-gray-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-gray-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-gray-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-gray-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-gray-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-red-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-red-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-red-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-red-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-red-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-red-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-red-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-red-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-red-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-red-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-yellow:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 145, 67, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(123, 188, 0, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 164, 220, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-indigo-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-indigo-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-indigo-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-indigo-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-indigo-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-indigo-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-indigo-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-indigo-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-indigo-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-indigo-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-purple:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(104, 71, 195, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-pink:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(133, 7, 55, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-primary:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 110, 110, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-secondary:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-body_bg:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-body_text:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-title:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(82, 74, 81, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-dark_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-light_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-medium_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(87, 81, 86, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-lightten_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(198, 198, 198, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-grey_300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-grey_400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-medium_blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(69, 205, 252, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-dark_blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 128, 172, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-text_blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-footer_bg:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-brown:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(128, 83, 0, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-dark_brown:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(135, 68, 51, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-Light_purple:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(101, 71, 155, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-dark_green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 155, 81, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-medium_green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 172, 43, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-light_green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(154, 203, 62, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-green_900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(57, 102, 118, var(--tw-ring-opacity));
    }

    .xl\:focus\:ring-dark_border:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity));
    }

    .xl\:ring-opacity-0 {
        --tw-ring-opacity: 0;
    }

    .xl\:ring-opacity-5 {
        --tw-ring-opacity: 0.05;
    }

    .xl\:ring-opacity-10 {
        --tw-ring-opacity: 0.1;
    }

    .xl\:ring-opacity-20 {
        --tw-ring-opacity: 0.2;
    }

    .xl\:ring-opacity-25 {
        --tw-ring-opacity: 0.25;
    }

    .xl\:ring-opacity-30 {
        --tw-ring-opacity: 0.3;
    }

    .xl\:ring-opacity-40 {
        --tw-ring-opacity: 0.4;
    }

    .xl\:ring-opacity-50 {
        --tw-ring-opacity: 0.5;
    }

    .xl\:ring-opacity-60 {
        --tw-ring-opacity: 0.6;
    }

    .xl\:ring-opacity-70 {
        --tw-ring-opacity: 0.7;
    }

    .xl\:ring-opacity-75 {
        --tw-ring-opacity: 0.75;
    }

    .xl\:ring-opacity-80 {
        --tw-ring-opacity: 0.8;
    }

    .xl\:ring-opacity-90 {
        --tw-ring-opacity: 0.9;
    }

    .xl\:ring-opacity-95 {
        --tw-ring-opacity: 0.95;
    }

    .xl\:ring-opacity-100 {
        --tw-ring-opacity: 1;
    }

    .xl\:focus-within\:ring-opacity-0:focus-within {
        --tw-ring-opacity: 0;
    }

    .xl\:focus-within\:ring-opacity-5:focus-within {
        --tw-ring-opacity: 0.05;
    }

    .xl\:focus-within\:ring-opacity-10:focus-within {
        --tw-ring-opacity: 0.1;
    }

    .xl\:focus-within\:ring-opacity-20:focus-within {
        --tw-ring-opacity: 0.2;
    }

    .xl\:focus-within\:ring-opacity-25:focus-within {
        --tw-ring-opacity: 0.25;
    }

    .xl\:focus-within\:ring-opacity-30:focus-within {
        --tw-ring-opacity: 0.3;
    }

    .xl\:focus-within\:ring-opacity-40:focus-within {
        --tw-ring-opacity: 0.4;
    }

    .xl\:focus-within\:ring-opacity-50:focus-within {
        --tw-ring-opacity: 0.5;
    }

    .xl\:focus-within\:ring-opacity-60:focus-within {
        --tw-ring-opacity: 0.6;
    }

    .xl\:focus-within\:ring-opacity-70:focus-within {
        --tw-ring-opacity: 0.7;
    }

    .xl\:focus-within\:ring-opacity-75:focus-within {
        --tw-ring-opacity: 0.75;
    }

    .xl\:focus-within\:ring-opacity-80:focus-within {
        --tw-ring-opacity: 0.8;
    }

    .xl\:focus-within\:ring-opacity-90:focus-within {
        --tw-ring-opacity: 0.9;
    }

    .xl\:focus-within\:ring-opacity-95:focus-within {
        --tw-ring-opacity: 0.95;
    }

    .xl\:focus-within\:ring-opacity-100:focus-within {
        --tw-ring-opacity: 1;
    }

    .xl\:focus\:ring-opacity-0:focus {
        --tw-ring-opacity: 0;
    }

    .xl\:focus\:ring-opacity-5:focus {
        --tw-ring-opacity: 0.05;
    }

    .xl\:focus\:ring-opacity-10:focus {
        --tw-ring-opacity: 0.1;
    }

    .xl\:focus\:ring-opacity-20:focus {
        --tw-ring-opacity: 0.2;
    }

    .xl\:focus\:ring-opacity-25:focus {
        --tw-ring-opacity: 0.25;
    }

    .xl\:focus\:ring-opacity-30:focus {
        --tw-ring-opacity: 0.3;
    }

    .xl\:focus\:ring-opacity-40:focus {
        --tw-ring-opacity: 0.4;
    }

    .xl\:focus\:ring-opacity-50:focus {
        --tw-ring-opacity: 0.5;
    }

    .xl\:focus\:ring-opacity-60:focus {
        --tw-ring-opacity: 0.6;
    }

    .xl\:focus\:ring-opacity-70:focus {
        --tw-ring-opacity: 0.7;
    }

    .xl\:focus\:ring-opacity-75:focus {
        --tw-ring-opacity: 0.75;
    }

    .xl\:focus\:ring-opacity-80:focus {
        --tw-ring-opacity: 0.8;
    }

    .xl\:focus\:ring-opacity-90:focus {
        --tw-ring-opacity: 0.9;
    }

    .xl\:focus\:ring-opacity-95:focus {
        --tw-ring-opacity: 0.95;
    }

    .xl\:focus\:ring-opacity-100:focus {
        --tw-ring-opacity: 1;
    }

    .xl\:ring-offset-0 {
        --tw-ring-offset-width: 0px;
    }

    .xl\:ring-offset-1 {
        --tw-ring-offset-width: 1px;
    }

    .xl\:ring-offset-2 {
        --tw-ring-offset-width: 2px;
    }

    .xl\:ring-offset-4 {
        --tw-ring-offset-width: 4px;
    }

    .xl\:ring-offset-8 {
        --tw-ring-offset-width: 8px;
    }

    .xl\:focus-within\:ring-offset-0:focus-within {
        --tw-ring-offset-width: 0px;
    }

    .xl\:focus-within\:ring-offset-1:focus-within {
        --tw-ring-offset-width: 1px;
    }

    .xl\:focus-within\:ring-offset-2:focus-within {
        --tw-ring-offset-width: 2px;
    }

    .xl\:focus-within\:ring-offset-4:focus-within {
        --tw-ring-offset-width: 4px;
    }

    .xl\:focus-within\:ring-offset-8:focus-within {
        --tw-ring-offset-width: 8px;
    }

    .xl\:focus\:ring-offset-0:focus {
        --tw-ring-offset-width: 0px;
    }

    .xl\:focus\:ring-offset-1:focus {
        --tw-ring-offset-width: 1px;
    }

    .xl\:focus\:ring-offset-2:focus {
        --tw-ring-offset-width: 2px;
    }

    .xl\:focus\:ring-offset-4:focus {
        --tw-ring-offset-width: 4px;
    }

    .xl\:focus\:ring-offset-8:focus {
        --tw-ring-offset-width: 8px;
    }

    .xl\:ring-offset-transparent {
        --tw-ring-offset-color: transparent;
    }

    .xl\:ring-offset-current {
        --tw-ring-offset-color: currentColor;
    }

    .xl\:ring-offset-black {
        --tw-ring-offset-color: #000;
    }

    .xl\:ring-offset-white {
        --tw-ring-offset-color: #fff;
    }

    .xl\:ring-offset-gray-50 {
        --tw-ring-offset-color: #f9fafb;
    }

    .xl\:ring-offset-gray-100 {
        --tw-ring-offset-color: #f3f4f6;
    }

    .xl\:ring-offset-gray-200 {
        --tw-ring-offset-color: #e5e7eb;
    }

    .xl\:ring-offset-gray-300 {
        --tw-ring-offset-color: #d1d5db;
    }

    .xl\:ring-offset-gray-400 {
        --tw-ring-offset-color: #9ca3af;
    }

    .xl\:ring-offset-gray-500 {
        --tw-ring-offset-color: #6b7280;
    }

    .xl\:ring-offset-gray-600 {
        --tw-ring-offset-color: #4b5563;
    }

    .xl\:ring-offset-gray-700 {
        --tw-ring-offset-color: #374151;
    }

    .xl\:ring-offset-gray-800 {
        --tw-ring-offset-color: #1f2937;
    }

    .xl\:ring-offset-gray-900 {
        --tw-ring-offset-color: #111827;
    }

    .xl\:ring-offset-red-50 {
        --tw-ring-offset-color: #fef2f2;
    }

    .xl\:ring-offset-red-100 {
        --tw-ring-offset-color: #fee2e2;
    }

    .xl\:ring-offset-red-200 {
        --tw-ring-offset-color: #fecaca;
    }

    .xl\:ring-offset-red-300 {
        --tw-ring-offset-color: #fca5a5;
    }

    .xl\:ring-offset-red-400 {
        --tw-ring-offset-color: #f87171;
    }

    .xl\:ring-offset-red-500 {
        --tw-ring-offset-color: #ef4444;
    }

    .xl\:ring-offset-red-600 {
        --tw-ring-offset-color: #dc2626;
    }

    .xl\:ring-offset-red-700 {
        --tw-ring-offset-color: #b91c1c;
    }

    .xl\:ring-offset-red-800 {
        --tw-ring-offset-color: #991b1b;
    }

    .xl\:ring-offset-red-900 {
        --tw-ring-offset-color: #7f1d1d;
    }

    .xl\:ring-offset-yellow {
        --tw-ring-offset-color: #ed9143;
    }

    .xl\:ring-offset-green {
        --tw-ring-offset-color: #7bbc00;
    }

    .xl\:ring-offset-blue {
        --tw-ring-offset-color: #5ba4dc;
    }

    .xl\:ring-offset-indigo-50 {
        --tw-ring-offset-color: #eef2ff;
    }

    .xl\:ring-offset-indigo-100 {
        --tw-ring-offset-color: #e0e7ff;
    }

    .xl\:ring-offset-indigo-200 {
        --tw-ring-offset-color: #c7d2fe;
    }

    .xl\:ring-offset-indigo-300 {
        --tw-ring-offset-color: #a5b4fc;
    }

    .xl\:ring-offset-indigo-400 {
        --tw-ring-offset-color: #818cf8;
    }

    .xl\:ring-offset-indigo-500 {
        --tw-ring-offset-color: #6366f1;
    }

    .xl\:ring-offset-indigo-600 {
        --tw-ring-offset-color: #4f46e5;
    }

    .xl\:ring-offset-indigo-700 {
        --tw-ring-offset-color: #4338ca;
    }

    .xl\:ring-offset-indigo-800 {
        --tw-ring-offset-color: #3730a3;
    }

    .xl\:ring-offset-indigo-900 {
        --tw-ring-offset-color: #312e81;
    }

    .xl\:ring-offset-purple {
        --tw-ring-offset-color: #6847c3;
    }

    .xl\:ring-offset-pink {
        --tw-ring-offset-color: #850737;
    }

    .xl\:ring-offset-primary {
        --tw-ring-offset-color: #6E6E6E;
    }

    .xl\:ring-offset-secondary {
        --tw-ring-offset-color: #ededed;
    }

    .xl\:ring-offset-body_bg {
        --tw-ring-offset-color: #ffffff;
    }

    .xl\:ring-offset-body_text {
        --tw-ring-offset-color: #4a4349;
    }

    .xl\:ring-offset-title {
        --tw-ring-offset-color: #3fb2cf;
    }

    .xl\:ring-offset-grey {
        --tw-ring-offset-color: #524A51;
    }

    .xl\:ring-offset-dark_grey {
        --tw-ring-offset-color: #4a4349;
    }

    .xl\:ring-offset-light_grey {
        --tw-ring-offset-color: #B7B7B7;
    }

    .xl\:ring-offset-medium_grey {
        --tw-ring-offset-color: #575156;
    }

    .xl\:ring-offset-lightten_grey {
        --tw-ring-offset-color: #C6C6C6;
    }

    .xl\:ring-offset-grey_300 {
        --tw-ring-offset-color: #d3d3d3;
    }

    .xl\:ring-offset-grey_400 {
        --tw-ring-offset-color: #b7b7b7;
    }

    .xl\:ring-offset-medium_blue {
        --tw-ring-offset-color: #45cdfc;
    }

    .xl\:ring-offset-dark_blue {
        --tw-ring-offset-color: #0080ac;
    }

    .xl\:ring-offset-text_blue {
        --tw-ring-offset-color: #3FB2CF;
    }

    .xl\:ring-offset-footer_bg {
        --tw-ring-offset-color: #464646;
    }

    .xl\:ring-offset-brown {
        --tw-ring-offset-color: #805300;
    }

    .xl\:ring-offset-dark_brown {
        --tw-ring-offset-color: #874433;
    }

    .xl\:ring-offset-Light_purple {
        --tw-ring-offset-color: #65479b;
    }

    .xl\:ring-offset-dark_green {
        --tw-ring-offset-color: #479b51;
    }

    .xl\:ring-offset-medium_green {
        --tw-ring-offset-color: #3aac2b;
    }

    .xl\:ring-offset-light_green {
        --tw-ring-offset-color: #9acb3e;
    }

    .xl\:ring-offset-green_900 {
        --tw-ring-offset-color: #396676;
    }

    .xl\:ring-offset-dark_border {
        --tw-ring-offset-color: #707070;
    }

    .xl\:focus-within\:ring-offset-transparent:focus-within {
        --tw-ring-offset-color: transparent;
    }

    .xl\:focus-within\:ring-offset-current:focus-within {
        --tw-ring-offset-color: currentColor;
    }

    .xl\:focus-within\:ring-offset-black:focus-within {
        --tw-ring-offset-color: #000;
    }

    .xl\:focus-within\:ring-offset-white:focus-within {
        --tw-ring-offset-color: #fff;
    }

    .xl\:focus-within\:ring-offset-gray-50:focus-within {
        --tw-ring-offset-color: #f9fafb;
    }

    .xl\:focus-within\:ring-offset-gray-100:focus-within {
        --tw-ring-offset-color: #f3f4f6;
    }

    .xl\:focus-within\:ring-offset-gray-200:focus-within {
        --tw-ring-offset-color: #e5e7eb;
    }

    .xl\:focus-within\:ring-offset-gray-300:focus-within {
        --tw-ring-offset-color: #d1d5db;
    }

    .xl\:focus-within\:ring-offset-gray-400:focus-within {
        --tw-ring-offset-color: #9ca3af;
    }

    .xl\:focus-within\:ring-offset-gray-500:focus-within {
        --tw-ring-offset-color: #6b7280;
    }

    .xl\:focus-within\:ring-offset-gray-600:focus-within {
        --tw-ring-offset-color: #4b5563;
    }

    .xl\:focus-within\:ring-offset-gray-700:focus-within {
        --tw-ring-offset-color: #374151;
    }

    .xl\:focus-within\:ring-offset-gray-800:focus-within {
        --tw-ring-offset-color: #1f2937;
    }

    .xl\:focus-within\:ring-offset-gray-900:focus-within {
        --tw-ring-offset-color: #111827;
    }

    .xl\:focus-within\:ring-offset-red-50:focus-within {
        --tw-ring-offset-color: #fef2f2;
    }

    .xl\:focus-within\:ring-offset-red-100:focus-within {
        --tw-ring-offset-color: #fee2e2;
    }

    .xl\:focus-within\:ring-offset-red-200:focus-within {
        --tw-ring-offset-color: #fecaca;
    }

    .xl\:focus-within\:ring-offset-red-300:focus-within {
        --tw-ring-offset-color: #fca5a5;
    }

    .xl\:focus-within\:ring-offset-red-400:focus-within {
        --tw-ring-offset-color: #f87171;
    }

    .xl\:focus-within\:ring-offset-red-500:focus-within {
        --tw-ring-offset-color: #ef4444;
    }

    .xl\:focus-within\:ring-offset-red-600:focus-within {
        --tw-ring-offset-color: #dc2626;
    }

    .xl\:focus-within\:ring-offset-red-700:focus-within {
        --tw-ring-offset-color: #b91c1c;
    }

    .xl\:focus-within\:ring-offset-red-800:focus-within {
        --tw-ring-offset-color: #991b1b;
    }

    .xl\:focus-within\:ring-offset-red-900:focus-within {
        --tw-ring-offset-color: #7f1d1d;
    }

    .xl\:focus-within\:ring-offset-yellow:focus-within {
        --tw-ring-offset-color: #ed9143;
    }

    .xl\:focus-within\:ring-offset-green:focus-within {
        --tw-ring-offset-color: #7bbc00;
    }

    .xl\:focus-within\:ring-offset-blue:focus-within {
        --tw-ring-offset-color: #5ba4dc;
    }

    .xl\:focus-within\:ring-offset-indigo-50:focus-within {
        --tw-ring-offset-color: #eef2ff;
    }

    .xl\:focus-within\:ring-offset-indigo-100:focus-within {
        --tw-ring-offset-color: #e0e7ff;
    }

    .xl\:focus-within\:ring-offset-indigo-200:focus-within {
        --tw-ring-offset-color: #c7d2fe;
    }

    .xl\:focus-within\:ring-offset-indigo-300:focus-within {
        --tw-ring-offset-color: #a5b4fc;
    }

    .xl\:focus-within\:ring-offset-indigo-400:focus-within {
        --tw-ring-offset-color: #818cf8;
    }

    .xl\:focus-within\:ring-offset-indigo-500:focus-within {
        --tw-ring-offset-color: #6366f1;
    }

    .xl\:focus-within\:ring-offset-indigo-600:focus-within {
        --tw-ring-offset-color: #4f46e5;
    }

    .xl\:focus-within\:ring-offset-indigo-700:focus-within {
        --tw-ring-offset-color: #4338ca;
    }

    .xl\:focus-within\:ring-offset-indigo-800:focus-within {
        --tw-ring-offset-color: #3730a3;
    }

    .xl\:focus-within\:ring-offset-indigo-900:focus-within {
        --tw-ring-offset-color: #312e81;
    }

    .xl\:focus-within\:ring-offset-purple:focus-within {
        --tw-ring-offset-color: #6847c3;
    }

    .xl\:focus-within\:ring-offset-pink:focus-within {
        --tw-ring-offset-color: #850737;
    }

    .xl\:focus-within\:ring-offset-primary:focus-within {
        --tw-ring-offset-color: #6E6E6E;
    }

    .xl\:focus-within\:ring-offset-secondary:focus-within {
        --tw-ring-offset-color: #ededed;
    }

    .xl\:focus-within\:ring-offset-body_bg:focus-within {
        --tw-ring-offset-color: #ffffff;
    }

    .xl\:focus-within\:ring-offset-body_text:focus-within {
        --tw-ring-offset-color: #4a4349;
    }

    .xl\:focus-within\:ring-offset-title:focus-within {
        --tw-ring-offset-color: #3fb2cf;
    }

    .xl\:focus-within\:ring-offset-grey:focus-within {
        --tw-ring-offset-color: #524A51;
    }

    .xl\:focus-within\:ring-offset-dark_grey:focus-within {
        --tw-ring-offset-color: #4a4349;
    }

    .xl\:focus-within\:ring-offset-light_grey:focus-within {
        --tw-ring-offset-color: #B7B7B7;
    }

    .xl\:focus-within\:ring-offset-medium_grey:focus-within {
        --tw-ring-offset-color: #575156;
    }

    .xl\:focus-within\:ring-offset-lightten_grey:focus-within {
        --tw-ring-offset-color: #C6C6C6;
    }

    .xl\:focus-within\:ring-offset-grey_300:focus-within {
        --tw-ring-offset-color: #d3d3d3;
    }

    .xl\:focus-within\:ring-offset-grey_400:focus-within {
        --tw-ring-offset-color: #b7b7b7;
    }

    .xl\:focus-within\:ring-offset-medium_blue:focus-within {
        --tw-ring-offset-color: #45cdfc;
    }

    .xl\:focus-within\:ring-offset-dark_blue:focus-within {
        --tw-ring-offset-color: #0080ac;
    }

    .xl\:focus-within\:ring-offset-text_blue:focus-within {
        --tw-ring-offset-color: #3FB2CF;
    }

    .xl\:focus-within\:ring-offset-footer_bg:focus-within {
        --tw-ring-offset-color: #464646;
    }

    .xl\:focus-within\:ring-offset-brown:focus-within {
        --tw-ring-offset-color: #805300;
    }

    .xl\:focus-within\:ring-offset-dark_brown:focus-within {
        --tw-ring-offset-color: #874433;
    }

    .xl\:focus-within\:ring-offset-Light_purple:focus-within {
        --tw-ring-offset-color: #65479b;
    }

    .xl\:focus-within\:ring-offset-dark_green:focus-within {
        --tw-ring-offset-color: #479b51;
    }

    .xl\:focus-within\:ring-offset-medium_green:focus-within {
        --tw-ring-offset-color: #3aac2b;
    }

    .xl\:focus-within\:ring-offset-light_green:focus-within {
        --tw-ring-offset-color: #9acb3e;
    }

    .xl\:focus-within\:ring-offset-green_900:focus-within {
        --tw-ring-offset-color: #396676;
    }

    .xl\:focus-within\:ring-offset-dark_border:focus-within {
        --tw-ring-offset-color: #707070;
    }

    .xl\:focus\:ring-offset-transparent:focus {
        --tw-ring-offset-color: transparent;
    }

    .xl\:focus\:ring-offset-current:focus {
        --tw-ring-offset-color: currentColor;
    }

    .xl\:focus\:ring-offset-black:focus {
        --tw-ring-offset-color: #000;
    }

    .xl\:focus\:ring-offset-white:focus {
        --tw-ring-offset-color: #fff;
    }

    .xl\:focus\:ring-offset-gray-50:focus {
        --tw-ring-offset-color: #f9fafb;
    }

    .xl\:focus\:ring-offset-gray-100:focus {
        --tw-ring-offset-color: #f3f4f6;
    }

    .xl\:focus\:ring-offset-gray-200:focus {
        --tw-ring-offset-color: #e5e7eb;
    }

    .xl\:focus\:ring-offset-gray-300:focus {
        --tw-ring-offset-color: #d1d5db;
    }

    .xl\:focus\:ring-offset-gray-400:focus {
        --tw-ring-offset-color: #9ca3af;
    }

    .xl\:focus\:ring-offset-gray-500:focus {
        --tw-ring-offset-color: #6b7280;
    }

    .xl\:focus\:ring-offset-gray-600:focus {
        --tw-ring-offset-color: #4b5563;
    }

    .xl\:focus\:ring-offset-gray-700:focus {
        --tw-ring-offset-color: #374151;
    }

    .xl\:focus\:ring-offset-gray-800:focus {
        --tw-ring-offset-color: #1f2937;
    }

    .xl\:focus\:ring-offset-gray-900:focus {
        --tw-ring-offset-color: #111827;
    }

    .xl\:focus\:ring-offset-red-50:focus {
        --tw-ring-offset-color: #fef2f2;
    }

    .xl\:focus\:ring-offset-red-100:focus {
        --tw-ring-offset-color: #fee2e2;
    }

    .xl\:focus\:ring-offset-red-200:focus {
        --tw-ring-offset-color: #fecaca;
    }

    .xl\:focus\:ring-offset-red-300:focus {
        --tw-ring-offset-color: #fca5a5;
    }

    .xl\:focus\:ring-offset-red-400:focus {
        --tw-ring-offset-color: #f87171;
    }

    .xl\:focus\:ring-offset-red-500:focus {
        --tw-ring-offset-color: #ef4444;
    }

    .xl\:focus\:ring-offset-red-600:focus {
        --tw-ring-offset-color: #dc2626;
    }

    .xl\:focus\:ring-offset-red-700:focus {
        --tw-ring-offset-color: #b91c1c;
    }

    .xl\:focus\:ring-offset-red-800:focus {
        --tw-ring-offset-color: #991b1b;
    }

    .xl\:focus\:ring-offset-red-900:focus {
        --tw-ring-offset-color: #7f1d1d;
    }

    .xl\:focus\:ring-offset-yellow:focus {
        --tw-ring-offset-color: #ed9143;
    }

    .xl\:focus\:ring-offset-green:focus {
        --tw-ring-offset-color: #7bbc00;
    }

    .xl\:focus\:ring-offset-blue:focus {
        --tw-ring-offset-color: #5ba4dc;
    }

    .xl\:focus\:ring-offset-indigo-50:focus {
        --tw-ring-offset-color: #eef2ff;
    }

    .xl\:focus\:ring-offset-indigo-100:focus {
        --tw-ring-offset-color: #e0e7ff;
    }

    .xl\:focus\:ring-offset-indigo-200:focus {
        --tw-ring-offset-color: #c7d2fe;
    }

    .xl\:focus\:ring-offset-indigo-300:focus {
        --tw-ring-offset-color: #a5b4fc;
    }

    .xl\:focus\:ring-offset-indigo-400:focus {
        --tw-ring-offset-color: #818cf8;
    }

    .xl\:focus\:ring-offset-indigo-500:focus {
        --tw-ring-offset-color: #6366f1;
    }

    .xl\:focus\:ring-offset-indigo-600:focus {
        --tw-ring-offset-color: #4f46e5;
    }

    .xl\:focus\:ring-offset-indigo-700:focus {
        --tw-ring-offset-color: #4338ca;
    }

    .xl\:focus\:ring-offset-indigo-800:focus {
        --tw-ring-offset-color: #3730a3;
    }

    .xl\:focus\:ring-offset-indigo-900:focus {
        --tw-ring-offset-color: #312e81;
    }

    .xl\:focus\:ring-offset-purple:focus {
        --tw-ring-offset-color: #6847c3;
    }

    .xl\:focus\:ring-offset-pink:focus {
        --tw-ring-offset-color: #850737;
    }

    .xl\:focus\:ring-offset-primary:focus {
        --tw-ring-offset-color: #6E6E6E;
    }

    .xl\:focus\:ring-offset-secondary:focus {
        --tw-ring-offset-color: #ededed;
    }

    .xl\:focus\:ring-offset-body_bg:focus {
        --tw-ring-offset-color: #ffffff;
    }

    .xl\:focus\:ring-offset-body_text:focus {
        --tw-ring-offset-color: #4a4349;
    }

    .xl\:focus\:ring-offset-title:focus {
        --tw-ring-offset-color: #3fb2cf;
    }

    .xl\:focus\:ring-offset-grey:focus {
        --tw-ring-offset-color: #524A51;
    }

    .xl\:focus\:ring-offset-dark_grey:focus {
        --tw-ring-offset-color: #4a4349;
    }

    .xl\:focus\:ring-offset-light_grey:focus {
        --tw-ring-offset-color: #B7B7B7;
    }

    .xl\:focus\:ring-offset-medium_grey:focus {
        --tw-ring-offset-color: #575156;
    }

    .xl\:focus\:ring-offset-lightten_grey:focus {
        --tw-ring-offset-color: #C6C6C6;
    }

    .xl\:focus\:ring-offset-grey_300:focus {
        --tw-ring-offset-color: #d3d3d3;
    }

    .xl\:focus\:ring-offset-grey_400:focus {
        --tw-ring-offset-color: #b7b7b7;
    }

    .xl\:focus\:ring-offset-medium_blue:focus {
        --tw-ring-offset-color: #45cdfc;
    }

    .xl\:focus\:ring-offset-dark_blue:focus {
        --tw-ring-offset-color: #0080ac;
    }

    .xl\:focus\:ring-offset-text_blue:focus {
        --tw-ring-offset-color: #3FB2CF;
    }

    .xl\:focus\:ring-offset-footer_bg:focus {
        --tw-ring-offset-color: #464646;
    }

    .xl\:focus\:ring-offset-brown:focus {
        --tw-ring-offset-color: #805300;
    }

    .xl\:focus\:ring-offset-dark_brown:focus {
        --tw-ring-offset-color: #874433;
    }

    .xl\:focus\:ring-offset-Light_purple:focus {
        --tw-ring-offset-color: #65479b;
    }

    .xl\:focus\:ring-offset-dark_green:focus {
        --tw-ring-offset-color: #479b51;
    }

    .xl\:focus\:ring-offset-medium_green:focus {
        --tw-ring-offset-color: #3aac2b;
    }

    .xl\:focus\:ring-offset-light_green:focus {
        --tw-ring-offset-color: #9acb3e;
    }

    .xl\:focus\:ring-offset-green_900:focus {
        --tw-ring-offset-color: #396676;
    }

    .xl\:focus\:ring-offset-dark_border:focus {
        --tw-ring-offset-color: #707070;
    }

    .xl\:filter {
        --tw-blur: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-brightness: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-contrast: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-grayscale: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-hue-rotate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-invert: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-saturate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-sepia: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-drop-shadow: var(--tw-empty,
                /*!*/
                /*!*/
            );
        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);
    }

    .xl\:filter-none {
        filter: none;
    }

    .xl\:blur-0 {
        --tw-blur: blur(0);
    }

    .xl\:blur-none {
        --tw-blur: blur(0);
    }

    .xl\:blur-sm {
        --tw-blur: blur(4px);
    }

    .xl\:blur {
        --tw-blur: blur(8px);
    }

    .xl\:blur-md {
        --tw-blur: blur(12px);
    }

    .xl\:blur-lg {
        --tw-blur: blur(16px);
    }

    .xl\:blur-xl {
        --tw-blur: blur(24px);
    }

    .xl\:blur-2xl {
        --tw-blur: blur(40px);
    }

    .xl\:blur-3xl {
        --tw-blur: blur(64px);
    }

    .xl\:brightness-0 {
        --tw-brightness: brightness(0);
    }

    .xl\:brightness-50 {
        --tw-brightness: brightness(.5);
    }

    .xl\:brightness-75 {
        --tw-brightness: brightness(.75);
    }

    .xl\:brightness-90 {
        --tw-brightness: brightness(.9);
    }

    .xl\:brightness-95 {
        --tw-brightness: brightness(.95);
    }

    .xl\:brightness-100 {
        --tw-brightness: brightness(1);
    }

    .xl\:brightness-105 {
        --tw-brightness: brightness(1.05);
    }

    .xl\:brightness-110 {
        --tw-brightness: brightness(1.1);
    }

    .xl\:brightness-125 {
        --tw-brightness: brightness(1.25);
    }

    .xl\:brightness-150 {
        --tw-brightness: brightness(1.5);
    }

    .xl\:brightness-200 {
        --tw-brightness: brightness(2);
    }

    .xl\:contrast-0 {
        --tw-contrast: contrast(0);
    }

    .xl\:contrast-50 {
        --tw-contrast: contrast(.5);
    }

    .xl\:contrast-75 {
        --tw-contrast: contrast(.75);
    }

    .xl\:contrast-100 {
        --tw-contrast: contrast(1);
    }

    .xl\:contrast-125 {
        --tw-contrast: contrast(1.25);
    }

    .xl\:contrast-150 {
        --tw-contrast: contrast(1.5);
    }

    .xl\:contrast-200 {
        --tw-contrast: contrast(2);
    }

    .xl\:drop-shadow-sm {
        --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
    }

    .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));
    }

    .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));
    }

    .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));
    }

    .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));
    }

    .xl\:drop-shadow-2xl {
        --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
    }

    .xl\:drop-shadow-none {
        --tw-drop-shadow: drop-shadow(0 0 #0000);
    }

    .xl\:grayscale-0 {
        --tw-grayscale: grayscale(0);
    }

    .xl\:grayscale {
        --tw-grayscale: grayscale(100%);
    }

    .xl\:hue-rotate-0 {
        --tw-hue-rotate: hue-rotate(0deg);
    }

    .xl\:hue-rotate-15 {
        --tw-hue-rotate: hue-rotate(15deg);
    }

    .xl\:hue-rotate-30 {
        --tw-hue-rotate: hue-rotate(30deg);
    }

    .xl\:hue-rotate-60 {
        --tw-hue-rotate: hue-rotate(60deg);
    }

    .xl\:hue-rotate-90 {
        --tw-hue-rotate: hue-rotate(90deg);
    }

    .xl\:hue-rotate-180 {
        --tw-hue-rotate: hue-rotate(180deg);
    }

    .xl\:-hue-rotate-180 {
        --tw-hue-rotate: hue-rotate(-180deg);
    }

    .xl\:-hue-rotate-90 {
        --tw-hue-rotate: hue-rotate(-90deg);
    }

    .xl\:-hue-rotate-60 {
        --tw-hue-rotate: hue-rotate(-60deg);
    }

    .xl\:-hue-rotate-30 {
        --tw-hue-rotate: hue-rotate(-30deg);
    }

    .xl\:-hue-rotate-15 {
        --tw-hue-rotate: hue-rotate(-15deg);
    }

    .xl\:invert-0 {
        --tw-invert: invert(0);
    }

    .xl\:invert {
        --tw-invert: invert(100%);
    }

    .xl\:saturate-0 {
        --tw-saturate: saturate(0);
    }

    .xl\:saturate-50 {
        --tw-saturate: saturate(.5);
    }

    .xl\:saturate-100 {
        --tw-saturate: saturate(1);
    }

    .xl\:saturate-150 {
        --tw-saturate: saturate(1.5);
    }

    .xl\:saturate-200 {
        --tw-saturate: saturate(2);
    }

    .xl\:sepia-0 {
        --tw-sepia: sepia(0);
    }

    .xl\:sepia {
        --tw-sepia: sepia(100%);
    }

    .xl\:backdrop-filter {
        --tw-backdrop-blur: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-brightness: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-contrast: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-grayscale: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-hue-rotate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-invert: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-opacity: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-saturate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-sepia: var(--tw-empty,
                /*!*/
                /*!*/
            );
        -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
        backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    }

    .xl\:backdrop-filter-none {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .xl\:backdrop-blur-0 {
        --tw-backdrop-blur: blur(0);
    }

    .xl\:backdrop-blur-none {
        --tw-backdrop-blur: blur(0);
    }

    .xl\:backdrop-blur-sm {
        --tw-backdrop-blur: blur(4px);
    }

    .xl\:backdrop-blur {
        --tw-backdrop-blur: blur(8px);
    }

    .xl\:backdrop-blur-md {
        --tw-backdrop-blur: blur(12px);
    }

    .xl\:backdrop-blur-lg {
        --tw-backdrop-blur: blur(16px);
    }

    .xl\:backdrop-blur-xl {
        --tw-backdrop-blur: blur(24px);
    }

    .xl\:backdrop-blur-2xl {
        --tw-backdrop-blur: blur(40px);
    }

    .xl\:backdrop-blur-3xl {
        --tw-backdrop-blur: blur(64px);
    }

    .xl\:backdrop-brightness-0 {
        --tw-backdrop-brightness: brightness(0);
    }

    .xl\:backdrop-brightness-50 {
        --tw-backdrop-brightness: brightness(.5);
    }

    .xl\:backdrop-brightness-75 {
        --tw-backdrop-brightness: brightness(.75);
    }

    .xl\:backdrop-brightness-90 {
        --tw-backdrop-brightness: brightness(.9);
    }

    .xl\:backdrop-brightness-95 {
        --tw-backdrop-brightness: brightness(.95);
    }

    .xl\:backdrop-brightness-100 {
        --tw-backdrop-brightness: brightness(1);
    }

    .xl\:backdrop-brightness-105 {
        --tw-backdrop-brightness: brightness(1.05);
    }

    .xl\:backdrop-brightness-110 {
        --tw-backdrop-brightness: brightness(1.1);
    }

    .xl\:backdrop-brightness-125 {
        --tw-backdrop-brightness: brightness(1.25);
    }

    .xl\:backdrop-brightness-150 {
        --tw-backdrop-brightness: brightness(1.5);
    }

    .xl\:backdrop-brightness-200 {
        --tw-backdrop-brightness: brightness(2);
    }

    .xl\:backdrop-contrast-0 {
        --tw-backdrop-contrast: contrast(0);
    }

    .xl\:backdrop-contrast-50 {
        --tw-backdrop-contrast: contrast(.5);
    }

    .xl\:backdrop-contrast-75 {
        --tw-backdrop-contrast: contrast(.75);
    }

    .xl\:backdrop-contrast-100 {
        --tw-backdrop-contrast: contrast(1);
    }

    .xl\:backdrop-contrast-125 {
        --tw-backdrop-contrast: contrast(1.25);
    }

    .xl\:backdrop-contrast-150 {
        --tw-backdrop-contrast: contrast(1.5);
    }

    .xl\:backdrop-contrast-200 {
        --tw-backdrop-contrast: contrast(2);
    }

    .xl\:backdrop-grayscale-0 {
        --tw-backdrop-grayscale: grayscale(0);
    }

    .xl\:backdrop-grayscale {
        --tw-backdrop-grayscale: grayscale(100%);
    }

    .xl\:backdrop-hue-rotate-0 {
        --tw-backdrop-hue-rotate: hue-rotate(0deg);
    }

    .xl\:backdrop-hue-rotate-15 {
        --tw-backdrop-hue-rotate: hue-rotate(15deg);
    }

    .xl\:backdrop-hue-rotate-30 {
        --tw-backdrop-hue-rotate: hue-rotate(30deg);
    }

    .xl\:backdrop-hue-rotate-60 {
        --tw-backdrop-hue-rotate: hue-rotate(60deg);
    }

    .xl\:backdrop-hue-rotate-90 {
        --tw-backdrop-hue-rotate: hue-rotate(90deg);
    }

    .xl\:backdrop-hue-rotate-180 {
        --tw-backdrop-hue-rotate: hue-rotate(180deg);
    }

    .xl\:-backdrop-hue-rotate-180 {
        --tw-backdrop-hue-rotate: hue-rotate(-180deg);
    }

    .xl\:-backdrop-hue-rotate-90 {
        --tw-backdrop-hue-rotate: hue-rotate(-90deg);
    }

    .xl\:-backdrop-hue-rotate-60 {
        --tw-backdrop-hue-rotate: hue-rotate(-60deg);
    }

    .xl\:-backdrop-hue-rotate-30 {
        --tw-backdrop-hue-rotate: hue-rotate(-30deg);
    }

    .xl\:-backdrop-hue-rotate-15 {
        --tw-backdrop-hue-rotate: hue-rotate(-15deg);
    }

    .xl\:backdrop-invert-0 {
        --tw-backdrop-invert: invert(0);
    }

    .xl\:backdrop-invert {
        --tw-backdrop-invert: invert(100%);
    }

    .xl\:backdrop-opacity-0 {
        --tw-backdrop-opacity: opacity(0);
    }

    .xl\:backdrop-opacity-5 {
        --tw-backdrop-opacity: opacity(0.05);
    }

    .xl\:backdrop-opacity-10 {
        --tw-backdrop-opacity: opacity(0.1);
    }

    .xl\:backdrop-opacity-20 {
        --tw-backdrop-opacity: opacity(0.2);
    }

    .xl\:backdrop-opacity-25 {
        --tw-backdrop-opacity: opacity(0.25);
    }

    .xl\:backdrop-opacity-30 {
        --tw-backdrop-opacity: opacity(0.3);
    }

    .xl\:backdrop-opacity-40 {
        --tw-backdrop-opacity: opacity(0.4);
    }

    .xl\:backdrop-opacity-50 {
        --tw-backdrop-opacity: opacity(0.5);
    }

    .xl\:backdrop-opacity-60 {
        --tw-backdrop-opacity: opacity(0.6);
    }

    .xl\:backdrop-opacity-70 {
        --tw-backdrop-opacity: opacity(0.7);
    }

    .xl\:backdrop-opacity-75 {
        --tw-backdrop-opacity: opacity(0.75);
    }

    .xl\:backdrop-opacity-80 {
        --tw-backdrop-opacity: opacity(0.8);
    }

    .xl\:backdrop-opacity-90 {
        --tw-backdrop-opacity: opacity(0.9);
    }

    .xl\:backdrop-opacity-95 {
        --tw-backdrop-opacity: opacity(0.95);
    }

    .xl\:backdrop-opacity-100 {
        --tw-backdrop-opacity: opacity(1);
    }

    .xl\:backdrop-saturate-0 {
        --tw-backdrop-saturate: saturate(0);
    }

    .xl\:backdrop-saturate-50 {
        --tw-backdrop-saturate: saturate(.5);
    }

    .xl\:backdrop-saturate-100 {
        --tw-backdrop-saturate: saturate(1);
    }

    .xl\:backdrop-saturate-150 {
        --tw-backdrop-saturate: saturate(1.5);
    }

    .xl\:backdrop-saturate-200 {
        --tw-backdrop-saturate: saturate(2);
    }

    .xl\:backdrop-sepia-0 {
        --tw-backdrop-sepia: sepia(0);
    }

    .xl\:backdrop-sepia {
        --tw-backdrop-sepia: sepia(100%);
    }

    .xl\:transition-none {
        transition-property: none;
    }

    .xl\:transition-all {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .xl\:transition {
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .xl\:transition-colors {
        transition-property: background-color, border-color, color, fill, stroke;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .xl\:transition-opacity {
        transition-property: opacity;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .xl\:transition-shadow {
        transition-property: box-shadow;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .xl\:transition-transform {
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .xl\:delay-75 {
        transition-delay: 75ms;
    }

    .xl\:delay-100 {
        transition-delay: 100ms;
    }

    .xl\:delay-150 {
        transition-delay: 150ms;
    }

    .xl\:delay-200 {
        transition-delay: 200ms;
    }

    .xl\:delay-300 {
        transition-delay: 300ms;
    }

    .xl\:delay-500 {
        transition-delay: 500ms;
    }

    .xl\:delay-700 {
        transition-delay: 700ms;
    }

    .xl\:delay-1000 {
        transition-delay: 1000ms;
    }

    .xl\:duration-75 {
        transition-duration: 75ms;
    }

    .xl\:duration-100 {
        transition-duration: 100ms;
    }

    .xl\:duration-150 {
        transition-duration: 150ms;
    }

    .xl\:duration-200 {
        transition-duration: 200ms;
    }

    .xl\:duration-300 {
        transition-duration: 300ms;
    }

    .xl\:duration-500 {
        transition-duration: 500ms;
    }

    .xl\:duration-700 {
        transition-duration: 700ms;
    }

    .xl\:duration-1000 {
        transition-duration: 1000ms;
    }

    .xl\:ease-linear {
        transition-timing-function: linear;
    }

    .xl\:ease-in {
        transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    }

    .xl\:ease-out {
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }

    .xl\:ease-in-out {
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
}

@media (min-width: 1536px) {
    .\32xl\:container {
        width: 100%;
    }

    @media (min-width: 100%) {
        .\32xl\:container {
            max-width: 100%;
        }
    }

    @media (min-width: 1232px) {
        .\32xl\:container {
            max-width: 1232px;
        }
    }

    .\32xl\:sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

    .\32xl\:not-sr-only {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }

    .\32xl\:focus-within\:sr-only:focus-within {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

    .\32xl\:focus-within\:not-sr-only:focus-within {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }

    .\32xl\:focus\:sr-only:focus {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

    .\32xl\:focus\:not-sr-only:focus {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }

    .\32xl\:pointer-events-none {
        pointer-events: none;
    }

    .\32xl\:pointer-events-auto {
        pointer-events: auto;
    }

    .\32xl\:visible {
        visibility: visible;
    }

    .\32xl\:invisible {
        visibility: hidden;
    }

    .\32xl\:static {
        position: static;
    }

    .\32xl\:fixed {
        position: fixed;
    }

    .\32xl\:absolute {
        position: absolute;
    }

    .\32xl\:relative {
        position: relative;
    }

    .\32xl\:sticky {
        position: sticky;
    }

    .\32xl\:inset-0 {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }

    .\32xl\:inset-1 {
        top: 0.25rem;
        right: 0.25rem;
        bottom: 0.25rem;
        left: 0.25rem;
    }

    .\32xl\:inset-2 {
        top: 0.5rem;
        right: 0.5rem;
        bottom: 0.5rem;
        left: 0.5rem;
    }

    .\32xl\:inset-3 {
        top: 0.75rem;
        right: 0.75rem;
        bottom: 0.75rem;
        left: 0.75rem;
    }

    .\32xl\:inset-4 {
        top: 1rem;
        right: 1rem;
        bottom: 1rem;
        left: 1rem;
    }

    .\32xl\:inset-5 {
        top: 1.25rem;
        right: 1.25rem;
        bottom: 1.25rem;
        left: 1.25rem;
    }

    .\32xl\:inset-6 {
        top: 1.5rem;
        right: 1.5rem;
        bottom: 1.5rem;
        left: 1.5rem;
    }

    .\32xl\:inset-7 {
        top: 1.75rem;
        right: 1.75rem;
        bottom: 1.75rem;
        left: 1.75rem;
    }

    .\32xl\:inset-8 {
        top: 2rem;
        right: 2rem;
        bottom: 2rem;
        left: 2rem;
    }

    .\32xl\:inset-9 {
        top: 2.25rem;
        right: 2.25rem;
        bottom: 2.25rem;
        left: 2.25rem;
    }

    .\32xl\:inset-10 {
        top: 2.5rem;
        right: 2.5rem;
        bottom: 2.5rem;
        left: 2.5rem;
    }

    .\32xl\:inset-11 {
        top: 2.75rem;
        right: 2.75rem;
        bottom: 2.75rem;
        left: 2.75rem;
    }

    .\32xl\:inset-12 {
        top: 3rem;
        right: 3rem;
        bottom: 3rem;
        left: 3rem;
    }

    .\32xl\:inset-14 {
        top: 3.5rem;
        right: 3.5rem;
        bottom: 3.5rem;
        left: 3.5rem;
    }

    .\32xl\:inset-16 {
        top: 4rem;
        right: 4rem;
        bottom: 4rem;
        left: 4rem;
    }

    .\32xl\:inset-18 {
        top: 4.375rem;
        right: 4.375rem;
        bottom: 4.375rem;
        left: 4.375rem;
    }

    .\32xl\:inset-19 {
        top: 76px;
        right: 76px;
        bottom: 76px;
        left: 76px;
    }

    .\32xl\:inset-20 {
        top: 5rem;
        right: 5rem;
        bottom: 5rem;
        left: 5rem;
    }

    .\32xl\:inset-24 {
        top: 6rem;
        right: 6rem;
        bottom: 6rem;
        left: 6rem;
    }

    .\32xl\:inset-28 {
        top: 7rem;
        right: 7rem;
        bottom: 7rem;
        left: 7rem;
    }

    .\32xl\:inset-30 {
        top: 120px;
        right: 120px;
        bottom: 120px;
        left: 120px;
    }

    .\32xl\:inset-32 {
        top: 8rem;
        right: 8rem;
        bottom: 8rem;
        left: 8rem;
    }

    .\32xl\:inset-36 {
        top: 9rem;
        right: 9rem;
        bottom: 9rem;
        left: 9rem;
    }

    .\32xl\:inset-40 {
        top: 10rem;
        right: 10rem;
        bottom: 10rem;
        left: 10rem;
    }

    .\32xl\:inset-44 {
        top: 11rem;
        right: 11rem;
        bottom: 11rem;
        left: 11rem;
    }

    .\32xl\:inset-48 {
        top: 12rem;
        right: 12rem;
        bottom: 12rem;
        left: 12rem;
    }

    .\32xl\:inset-52 {
        top: 13rem;
        right: 13rem;
        bottom: 13rem;
        left: 13rem;
    }

    .\32xl\:inset-56 {
        top: 14rem;
        right: 14rem;
        bottom: 14rem;
        left: 14rem;
    }

    .\32xl\:inset-60 {
        top: 15rem;
        right: 15rem;
        bottom: 15rem;
        left: 15rem;
    }

    .\32xl\:inset-64 {
        top: 16rem;
        right: 16rem;
        bottom: 16rem;
        left: 16rem;
    }

    .\32xl\:inset-72 {
        top: 18rem;
        right: 18rem;
        bottom: 18rem;
        left: 18rem;
    }

    .\32xl\:inset-80 {
        top: 20rem;
        right: 20rem;
        bottom: 20rem;
        left: 20rem;
    }

    .\32xl\:inset-96 {
        top: 24rem;
        right: 24rem;
        bottom: 24rem;
        left: 24rem;
    }

    .\32xl\:inset-auto {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }

    .\32xl\:inset-px {
        top: 1px;
        right: 1px;
        bottom: 1px;
        left: 1px;
    }

    .\32xl\:inset-0\.5 {
        top: 0.125rem;
        right: 0.125rem;
        bottom: 0.125rem;
        left: 0.125rem;
    }

    .\32xl\:inset-1\.5 {
        top: 0.375rem;
        right: 0.375rem;
        bottom: 0.375rem;
        left: 0.375rem;
    }

    .\32xl\:inset-2\.5 {
        top: 0.625rem;
        right: 0.625rem;
        bottom: 0.625rem;
        left: 0.625rem;
    }

    .\32xl\:inset-3\.5 {
        top: 0.875rem;
        right: 0.875rem;
        bottom: 0.875rem;
        left: 0.875rem;
    }

    .\32xl\:inset-5p {
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
    }

    .\32xl\:inset-10p {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }

    .\32xl\:inset-14p {
        top: 14px;
        right: 14px;
        bottom: 14px;
        left: 14px;
    }

    .\32xl\:inset-15p {
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
    }

    .\32xl\:inset-15_2 {
        top: 60px;
        right: 60px;
        bottom: 60px;
        left: 60px;
    }

    .\32xl\:inset-16_1 {
        top: 52px;
        right: 52px;
        bottom: 52px;
        left: 52px;
    }

    .\32xl\:inset-16p {
        top: 16px;
        right: 16px;
        bottom: 16px;
        left: 16px;
    }

    .\32xl\:inset-25p {
        top: 25px;
        right: 25px;
        bottom: 25px;
        left: 25px;
    }

    .\32xl\:inset-48p {
        top: 48%;
        right: 48%;
        bottom: 48%;
        left: 48%;
    }

    .\32xl\:inset-52p {
        top: 52%;
        right: 52%;
        bottom: 52%;
        left: 52%;
    }

    .\32xl\:-inset-0 {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }

    .\32xl\:-inset-1 {
        top: -0.25rem;
        right: -0.25rem;
        bottom: -0.25rem;
        left: -0.25rem;
    }

    .\32xl\:-inset-2 {
        top: -0.5rem;
        right: -0.5rem;
        bottom: -0.5rem;
        left: -0.5rem;
    }

    .\32xl\:-inset-3 {
        top: -0.75rem;
        right: -0.75rem;
        bottom: -0.75rem;
        left: -0.75rem;
    }

    .\32xl\:-inset-4 {
        top: -1rem;
        right: -1rem;
        bottom: -1rem;
        left: -1rem;
    }

    .\32xl\:-inset-5 {
        top: -1.25rem;
        right: -1.25rem;
        bottom: -1.25rem;
        left: -1.25rem;
    }

    .\32xl\:-inset-6 {
        top: -1.5rem;
        right: -1.5rem;
        bottom: -1.5rem;
        left: -1.5rem;
    }

    .\32xl\:-inset-7 {
        top: -1.75rem;
        right: -1.75rem;
        bottom: -1.75rem;
        left: -1.75rem;
    }

    .\32xl\:-inset-8 {
        top: -2rem;
        right: -2rem;
        bottom: -2rem;
        left: -2rem;
    }

    .\32xl\:-inset-9 {
        top: -2.25rem;
        right: -2.25rem;
        bottom: -2.25rem;
        left: -2.25rem;
    }

    .\32xl\:-inset-10 {
        top: -2.5rem;
        right: -2.5rem;
        bottom: -2.5rem;
        left: -2.5rem;
    }

    .\32xl\:-inset-11 {
        top: -2.75rem;
        right: -2.75rem;
        bottom: -2.75rem;
        left: -2.75rem;
    }

    .\32xl\:-inset-12 {
        top: -3rem;
        right: -3rem;
        bottom: -3rem;
        left: -3rem;
    }

    .\32xl\:-inset-14 {
        top: -3.5rem;
        right: -3.5rem;
        bottom: -3.5rem;
        left: -3.5rem;
    }

    .\32xl\:-inset-16 {
        top: -4rem;
        right: -4rem;
        bottom: -4rem;
        left: -4rem;
    }

    .\32xl\:-inset-18 {
        top: -4.375rem;
        right: -4.375rem;
        bottom: -4.375rem;
        left: -4.375rem;
    }

    .\32xl\:-inset-19 {
        top: -76px;
        right: -76px;
        bottom: -76px;
        left: -76px;
    }

    .\32xl\:-inset-20 {
        top: -5rem;
        right: -5rem;
        bottom: -5rem;
        left: -5rem;
    }

    .\32xl\:-inset-24 {
        top: -6rem;
        right: -6rem;
        bottom: -6rem;
        left: -6rem;
    }

    .\32xl\:-inset-28 {
        top: -7rem;
        right: -7rem;
        bottom: -7rem;
        left: -7rem;
    }

    .\32xl\:-inset-30 {
        top: -120px;
        right: -120px;
        bottom: -120px;
        left: -120px;
    }

    .\32xl\:-inset-32 {
        top: -8rem;
        right: -8rem;
        bottom: -8rem;
        left: -8rem;
    }

    .\32xl\:-inset-36 {
        top: -9rem;
        right: -9rem;
        bottom: -9rem;
        left: -9rem;
    }

    .\32xl\:-inset-40 {
        top: -10rem;
        right: -10rem;
        bottom: -10rem;
        left: -10rem;
    }

    .\32xl\:-inset-44 {
        top: -11rem;
        right: -11rem;
        bottom: -11rem;
        left: -11rem;
    }

    .\32xl\:-inset-48 {
        top: -12rem;
        right: -12rem;
        bottom: -12rem;
        left: -12rem;
    }

    .\32xl\:-inset-52 {
        top: -13rem;
        right: -13rem;
        bottom: -13rem;
        left: -13rem;
    }

    .\32xl\:-inset-56 {
        top: -14rem;
        right: -14rem;
        bottom: -14rem;
        left: -14rem;
    }

    .\32xl\:-inset-60 {
        top: -15rem;
        right: -15rem;
        bottom: -15rem;
        left: -15rem;
    }

    .\32xl\:-inset-64 {
        top: -16rem;
        right: -16rem;
        bottom: -16rem;
        left: -16rem;
    }

    .\32xl\:-inset-72 {
        top: -18rem;
        right: -18rem;
        bottom: -18rem;
        left: -18rem;
    }

    .\32xl\:-inset-80 {
        top: -20rem;
        right: -20rem;
        bottom: -20rem;
        left: -20rem;
    }

    .\32xl\:-inset-96 {
        top: -24rem;
        right: -24rem;
        bottom: -24rem;
        left: -24rem;
    }

    .\32xl\:-inset-px {
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
    }

    .\32xl\:-inset-0\.5 {
        top: -0.125rem;
        right: -0.125rem;
        bottom: -0.125rem;
        left: -0.125rem;
    }

    .\32xl\:-inset-1\.5 {
        top: -0.375rem;
        right: -0.375rem;
        bottom: -0.375rem;
        left: -0.375rem;
    }

    .\32xl\:-inset-2\.5 {
        top: -0.625rem;
        right: -0.625rem;
        bottom: -0.625rem;
        left: -0.625rem;
    }

    .\32xl\:-inset-3\.5 {
        top: -0.875rem;
        right: -0.875rem;
        bottom: -0.875rem;
        left: -0.875rem;
    }

    .\32xl\:-inset-5p {
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
    }

    .\32xl\:-inset-10p {
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
    }

    .\32xl\:-inset-14p {
        top: -14px;
        right: -14px;
        bottom: -14px;
        left: -14px;
    }

    .\32xl\:-inset-15p {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
    }

    .\32xl\:-inset-15_2 {
        top: -60px;
        right: -60px;
        bottom: -60px;
        left: -60px;
    }

    .\32xl\:-inset-16_1 {
        top: -52px;
        right: -52px;
        bottom: -52px;
        left: -52px;
    }

    .\32xl\:-inset-16p {
        top: -16px;
        right: -16px;
        bottom: -16px;
        left: -16px;
    }

    .\32xl\:-inset-25p {
        top: -25px;
        right: -25px;
        bottom: -25px;
        left: -25px;
    }

    .\32xl\:-inset-48p {
        top: -48%;
        right: -48%;
        bottom: -48%;
        left: -48%;
    }

    .\32xl\:-inset-52p {
        top: -52%;
        right: -52%;
        bottom: -52%;
        left: -52%;
    }

    .\32xl\:inset-1\/2 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }

    .\32xl\:inset-1\/3 {
        top: 33.333333%;
        right: 33.333333%;
        bottom: 33.333333%;
        left: 33.333333%;
    }

    .\32xl\:inset-2\/3 {
        top: 66.666667%;
        right: 66.666667%;
        bottom: 66.666667%;
        left: 66.666667%;
    }

    .\32xl\:inset-1\/4 {
        top: 25%;
        right: 25%;
        bottom: 25%;
        left: 25%;
    }

    .\32xl\:inset-2\/4 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }

    .\32xl\:inset-3\/4 {
        top: 75%;
        right: 75%;
        bottom: 75%;
        left: 75%;
    }

    .\32xl\:inset-full {
        top: 100%;
        right: 100%;
        bottom: 100%;
        left: 100%;
    }

    .\32xl\:-inset-1\/2 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }

    .\32xl\:-inset-1\/3 {
        top: -33.333333%;
        right: -33.333333%;
        bottom: -33.333333%;
        left: -33.333333%;
    }

    .\32xl\:-inset-2\/3 {
        top: -66.666667%;
        right: -66.666667%;
        bottom: -66.666667%;
        left: -66.666667%;
    }

    .\32xl\:-inset-1\/4 {
        top: -25%;
        right: -25%;
        bottom: -25%;
        left: -25%;
    }

    .\32xl\:-inset-2\/4 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }

    .\32xl\:-inset-3\/4 {
        top: -75%;
        right: -75%;
        bottom: -75%;
        left: -75%;
    }

    .\32xl\:-inset-full {
        top: -100%;
        right: -100%;
        bottom: -100%;
        left: -100%;
    }

    .\32xl\:inset-x-0 {
        left: 0px;
        right: 0px;
    }

    .\32xl\:inset-x-1 {
        left: 0.25rem;
        right: 0.25rem;
    }

    .\32xl\:inset-x-2 {
        left: 0.5rem;
        right: 0.5rem;
    }

    .\32xl\:inset-x-3 {
        left: 0.75rem;
        right: 0.75rem;
    }

    .\32xl\:inset-x-4 {
        left: 1rem;
        right: 1rem;
    }

    .\32xl\:inset-x-5 {
        left: 1.25rem;
        right: 1.25rem;
    }

    .\32xl\:inset-x-6 {
        left: 1.5rem;
        right: 1.5rem;
    }

    .\32xl\:inset-x-7 {
        left: 1.75rem;
        right: 1.75rem;
    }

    .\32xl\:inset-x-8 {
        left: 2rem;
        right: 2rem;
    }

    .\32xl\:inset-x-9 {
        left: 2.25rem;
        right: 2.25rem;
    }

    .\32xl\:inset-x-10 {
        left: 2.5rem;
        right: 2.5rem;
    }

    .\32xl\:inset-x-11 {
        left: 2.75rem;
        right: 2.75rem;
    }

    .\32xl\:inset-x-12 {
        left: 3rem;
        right: 3rem;
    }

    .\32xl\:inset-x-14 {
        left: 3.5rem;
        right: 3.5rem;
    }

    .\32xl\:inset-x-16 {
        left: 4rem;
        right: 4rem;
    }

    .\32xl\:inset-x-18 {
        left: 4.375rem;
        right: 4.375rem;
    }

    .\32xl\:inset-x-19 {
        left: 76px;
        right: 76px;
    }

    .\32xl\:inset-x-20 {
        left: 5rem;
        right: 5rem;
    }

    .\32xl\:inset-x-24 {
        left: 6rem;
        right: 6rem;
    }

    .\32xl\:inset-x-28 {
        left: 7rem;
        right: 7rem;
    }

    .\32xl\:inset-x-30 {
        left: 120px;
        right: 120px;
    }

    .\32xl\:inset-x-32 {
        left: 8rem;
        right: 8rem;
    }

    .\32xl\:inset-x-36 {
        left: 9rem;
        right: 9rem;
    }

    .\32xl\:inset-x-40 {
        left: 10rem;
        right: 10rem;
    }

    .\32xl\:inset-x-44 {
        left: 11rem;
        right: 11rem;
    }

    .\32xl\:inset-x-48 {
        left: 12rem;
        right: 12rem;
    }

    .\32xl\:inset-x-52 {
        left: 13rem;
        right: 13rem;
    }

    .\32xl\:inset-x-56 {
        left: 14rem;
        right: 14rem;
    }

    .\32xl\:inset-x-60 {
        left: 15rem;
        right: 15rem;
    }

    .\32xl\:inset-x-64 {
        left: 16rem;
        right: 16rem;
    }

    .\32xl\:inset-x-72 {
        left: 18rem;
        right: 18rem;
    }

    .\32xl\:inset-x-80 {
        left: 20rem;
        right: 20rem;
    }

    .\32xl\:inset-x-96 {
        left: 24rem;
        right: 24rem;
    }

    .\32xl\:inset-x-auto {
        left: auto;
        right: auto;
    }

    .\32xl\:inset-x-px {
        left: 1px;
        right: 1px;
    }

    .\32xl\:inset-x-0\.5 {
        left: 0.125rem;
        right: 0.125rem;
    }

    .\32xl\:inset-x-1\.5 {
        left: 0.375rem;
        right: 0.375rem;
    }

    .\32xl\:inset-x-2\.5 {
        left: 0.625rem;
        right: 0.625rem;
    }

    .\32xl\:inset-x-3\.5 {
        left: 0.875rem;
        right: 0.875rem;
    }

    .\32xl\:inset-x-5p {
        left: 5px;
        right: 5px;
    }

    .\32xl\:inset-x-10p {
        left: 10px;
        right: 10px;
    }

    .\32xl\:inset-x-14p {
        left: 14px;
        right: 14px;
    }

    .\32xl\:inset-x-15p {
        left: 15px;
        right: 15px;
    }

    .\32xl\:inset-x-15_2 {
        left: 60px;
        right: 60px;
    }

    .\32xl\:inset-x-16_1 {
        left: 52px;
        right: 52px;
    }

    .\32xl\:inset-x-16p {
        left: 16px;
        right: 16px;
    }

    .\32xl\:inset-x-25p {
        left: 25px;
        right: 25px;
    }

    .\32xl\:inset-x-48p {
        left: 48%;
        right: 48%;
    }

    .\32xl\:inset-x-52p {
        left: 52%;
        right: 52%;
    }

    .\32xl\:-inset-x-0 {
        left: 0px;
        right: 0px;
    }

    .\32xl\:-inset-x-1 {
        left: -0.25rem;
        right: -0.25rem;
    }

    .\32xl\:-inset-x-2 {
        left: -0.5rem;
        right: -0.5rem;
    }

    .\32xl\:-inset-x-3 {
        left: -0.75rem;
        right: -0.75rem;
    }

    .\32xl\:-inset-x-4 {
        left: -1rem;
        right: -1rem;
    }

    .\32xl\:-inset-x-5 {
        left: -1.25rem;
        right: -1.25rem;
    }

    .\32xl\:-inset-x-6 {
        left: -1.5rem;
        right: -1.5rem;
    }

    .\32xl\:-inset-x-7 {
        left: -1.75rem;
        right: -1.75rem;
    }

    .\32xl\:-inset-x-8 {
        left: -2rem;
        right: -2rem;
    }

    .\32xl\:-inset-x-9 {
        left: -2.25rem;
        right: -2.25rem;
    }

    .\32xl\:-inset-x-10 {
        left: -2.5rem;
        right: -2.5rem;
    }

    .\32xl\:-inset-x-11 {
        left: -2.75rem;
        right: -2.75rem;
    }

    .\32xl\:-inset-x-12 {
        left: -3rem;
        right: -3rem;
    }

    .\32xl\:-inset-x-14 {
        left: -3.5rem;
        right: -3.5rem;
    }

    .\32xl\:-inset-x-16 {
        left: -4rem;
        right: -4rem;
    }

    .\32xl\:-inset-x-18 {
        left: -4.375rem;
        right: -4.375rem;
    }

    .\32xl\:-inset-x-19 {
        left: -76px;
        right: -76px;
    }

    .\32xl\:-inset-x-20 {
        left: -5rem;
        right: -5rem;
    }

    .\32xl\:-inset-x-24 {
        left: -6rem;
        right: -6rem;
    }

    .\32xl\:-inset-x-28 {
        left: -7rem;
        right: -7rem;
    }

    .\32xl\:-inset-x-30 {
        left: -120px;
        right: -120px;
    }

    .\32xl\:-inset-x-32 {
        left: -8rem;
        right: -8rem;
    }

    .\32xl\:-inset-x-36 {
        left: -9rem;
        right: -9rem;
    }

    .\32xl\:-inset-x-40 {
        left: -10rem;
        right: -10rem;
    }

    .\32xl\:-inset-x-44 {
        left: -11rem;
        right: -11rem;
    }

    .\32xl\:-inset-x-48 {
        left: -12rem;
        right: -12rem;
    }

    .\32xl\:-inset-x-52 {
        left: -13rem;
        right: -13rem;
    }

    .\32xl\:-inset-x-56 {
        left: -14rem;
        right: -14rem;
    }

    .\32xl\:-inset-x-60 {
        left: -15rem;
        right: -15rem;
    }

    .\32xl\:-inset-x-64 {
        left: -16rem;
        right: -16rem;
    }

    .\32xl\:-inset-x-72 {
        left: -18rem;
        right: -18rem;
    }

    .\32xl\:-inset-x-80 {
        left: -20rem;
        right: -20rem;
    }

    .\32xl\:-inset-x-96 {
        left: -24rem;
        right: -24rem;
    }

    .\32xl\:-inset-x-px {
        left: -1px;
        right: -1px;
    }

    .\32xl\:-inset-x-0\.5 {
        left: -0.125rem;
        right: -0.125rem;
    }

    .\32xl\:-inset-x-1\.5 {
        left: -0.375rem;
        right: -0.375rem;
    }

    .\32xl\:-inset-x-2\.5 {
        left: -0.625rem;
        right: -0.625rem;
    }

    .\32xl\:-inset-x-3\.5 {
        left: -0.875rem;
        right: -0.875rem;
    }

    .\32xl\:-inset-x-5p {
        left: -5px;
        right: -5px;
    }

    .\32xl\:-inset-x-10p {
        left: -10px;
        right: -10px;
    }

    .\32xl\:-inset-x-14p {
        left: -14px;
        right: -14px;
    }

    .\32xl\:-inset-x-15p {
        left: -15px;
        right: -15px;
    }

    .\32xl\:-inset-x-15_2 {
        left: -60px;
        right: -60px;
    }

    .\32xl\:-inset-x-16_1 {
        left: -52px;
        right: -52px;
    }

    .\32xl\:-inset-x-16p {
        left: -16px;
        right: -16px;
    }

    .\32xl\:-inset-x-25p {
        left: -25px;
        right: -25px;
    }

    .\32xl\:-inset-x-48p {
        left: -48%;
        right: -48%;
    }

    .\32xl\:-inset-x-52p {
        left: -52%;
        right: -52%;
    }

    .\32xl\:inset-x-1\/2 {
        left: 50%;
        right: 50%;
    }

    .\32xl\:inset-x-1\/3 {
        left: 33.333333%;
        right: 33.333333%;
    }

    .\32xl\:inset-x-2\/3 {
        left: 66.666667%;
        right: 66.666667%;
    }

    .\32xl\:inset-x-1\/4 {
        left: 25%;
        right: 25%;
    }

    .\32xl\:inset-x-2\/4 {
        left: 50%;
        right: 50%;
    }

    .\32xl\:inset-x-3\/4 {
        left: 75%;
        right: 75%;
    }

    .\32xl\:inset-x-full {
        left: 100%;
        right: 100%;
    }

    .\32xl\:-inset-x-1\/2 {
        left: -50%;
        right: -50%;
    }

    .\32xl\:-inset-x-1\/3 {
        left: -33.333333%;
        right: -33.333333%;
    }

    .\32xl\:-inset-x-2\/3 {
        left: -66.666667%;
        right: -66.666667%;
    }

    .\32xl\:-inset-x-1\/4 {
        left: -25%;
        right: -25%;
    }

    .\32xl\:-inset-x-2\/4 {
        left: -50%;
        right: -50%;
    }

    .\32xl\:-inset-x-3\/4 {
        left: -75%;
        right: -75%;
    }

    .\32xl\:-inset-x-full {
        left: -100%;
        right: -100%;
    }

    .\32xl\:inset-y-0 {
        top: 0px;
        bottom: 0px;
    }

    .\32xl\:inset-y-1 {
        top: 0.25rem;
        bottom: 0.25rem;
    }

    .\32xl\:inset-y-2 {
        top: 0.5rem;
        bottom: 0.5rem;
    }

    .\32xl\:inset-y-3 {
        top: 0.75rem;
        bottom: 0.75rem;
    }

    .\32xl\:inset-y-4 {
        top: 1rem;
        bottom: 1rem;
    }

    .\32xl\:inset-y-5 {
        top: 1.25rem;
        bottom: 1.25rem;
    }

    .\32xl\:inset-y-6 {
        top: 1.5rem;
        bottom: 1.5rem;
    }

    .\32xl\:inset-y-7 {
        top: 1.75rem;
        bottom: 1.75rem;
    }

    .\32xl\:inset-y-8 {
        top: 2rem;
        bottom: 2rem;
    }

    .\32xl\:inset-y-9 {
        top: 2.25rem;
        bottom: 2.25rem;
    }

    .\32xl\:inset-y-10 {
        top: 2.5rem;
        bottom: 2.5rem;
    }

    .\32xl\:inset-y-11 {
        top: 2.75rem;
        bottom: 2.75rem;
    }

    .\32xl\:inset-y-12 {
        top: 3rem;
        bottom: 3rem;
    }

    .\32xl\:inset-y-14 {
        top: 3.5rem;
        bottom: 3.5rem;
    }

    .\32xl\:inset-y-16 {
        top: 4rem;
        bottom: 4rem;
    }

    .\32xl\:inset-y-18 {
        top: 4.375rem;
        bottom: 4.375rem;
    }

    .\32xl\:inset-y-19 {
        top: 76px;
        bottom: 76px;
    }

    .\32xl\:inset-y-20 {
        top: 5rem;
        bottom: 5rem;
    }

    .\32xl\:inset-y-24 {
        top: 6rem;
        bottom: 6rem;
    }

    .\32xl\:inset-y-28 {
        top: 7rem;
        bottom: 7rem;
    }

    .\32xl\:inset-y-30 {
        top: 120px;
        bottom: 120px;
    }

    .\32xl\:inset-y-32 {
        top: 8rem;
        bottom: 8rem;
    }

    .\32xl\:inset-y-36 {
        top: 9rem;
        bottom: 9rem;
    }

    .\32xl\:inset-y-40 {
        top: 10rem;
        bottom: 10rem;
    }

    .\32xl\:inset-y-44 {
        top: 11rem;
        bottom: 11rem;
    }

    .\32xl\:inset-y-48 {
        top: 12rem;
        bottom: 12rem;
    }

    .\32xl\:inset-y-52 {
        top: 13rem;
        bottom: 13rem;
    }

    .\32xl\:inset-y-56 {
        top: 14rem;
        bottom: 14rem;
    }

    .\32xl\:inset-y-60 {
        top: 15rem;
        bottom: 15rem;
    }

    .\32xl\:inset-y-64 {
        top: 16rem;
        bottom: 16rem;
    }

    .\32xl\:inset-y-72 {
        top: 18rem;
        bottom: 18rem;
    }

    .\32xl\:inset-y-80 {
        top: 20rem;
        bottom: 20rem;
    }

    .\32xl\:inset-y-96 {
        top: 24rem;
        bottom: 24rem;
    }

    .\32xl\:inset-y-auto {
        top: auto;
        bottom: auto;
    }

    .\32xl\:inset-y-px {
        top: 1px;
        bottom: 1px;
    }

    .\32xl\:inset-y-0\.5 {
        top: 0.125rem;
        bottom: 0.125rem;
    }

    .\32xl\:inset-y-1\.5 {
        top: 0.375rem;
        bottom: 0.375rem;
    }

    .\32xl\:inset-y-2\.5 {
        top: 0.625rem;
        bottom: 0.625rem;
    }

    .\32xl\:inset-y-3\.5 {
        top: 0.875rem;
        bottom: 0.875rem;
    }

    .\32xl\:inset-y-5p {
        top: 5px;
        bottom: 5px;
    }

    .\32xl\:inset-y-10p {
        top: 10px;
        bottom: 10px;
    }

    .\32xl\:inset-y-14p {
        top: 14px;
        bottom: 14px;
    }

    .\32xl\:inset-y-15p {
        top: 15px;
        bottom: 15px;
    }

    .\32xl\:inset-y-15_2 {
        top: 60px;
        bottom: 60px;
    }

    .\32xl\:inset-y-16_1 {
        top: 52px;
        bottom: 52px;
    }

    .\32xl\:inset-y-16p {
        top: 16px;
        bottom: 16px;
    }

    .\32xl\:inset-y-25p {
        top: 25px;
        bottom: 25px;
    }

    .\32xl\:inset-y-48p {
        top: 48%;
        bottom: 48%;
    }

    .\32xl\:inset-y-52p {
        top: 52%;
        bottom: 52%;
    }

    .\32xl\:-inset-y-0 {
        top: 0px;
        bottom: 0px;
    }

    .\32xl\:-inset-y-1 {
        top: -0.25rem;
        bottom: -0.25rem;
    }

    .\32xl\:-inset-y-2 {
        top: -0.5rem;
        bottom: -0.5rem;
    }

    .\32xl\:-inset-y-3 {
        top: -0.75rem;
        bottom: -0.75rem;
    }

    .\32xl\:-inset-y-4 {
        top: -1rem;
        bottom: -1rem;
    }

    .\32xl\:-inset-y-5 {
        top: -1.25rem;
        bottom: -1.25rem;
    }

    .\32xl\:-inset-y-6 {
        top: -1.5rem;
        bottom: -1.5rem;
    }

    .\32xl\:-inset-y-7 {
        top: -1.75rem;
        bottom: -1.75rem;
    }

    .\32xl\:-inset-y-8 {
        top: -2rem;
        bottom: -2rem;
    }

    .\32xl\:-inset-y-9 {
        top: -2.25rem;
        bottom: -2.25rem;
    }

    .\32xl\:-inset-y-10 {
        top: -2.5rem;
        bottom: -2.5rem;
    }

    .\32xl\:-inset-y-11 {
        top: -2.75rem;
        bottom: -2.75rem;
    }

    .\32xl\:-inset-y-12 {
        top: -3rem;
        bottom: -3rem;
    }

    .\32xl\:-inset-y-14 {
        top: -3.5rem;
        bottom: -3.5rem;
    }

    .\32xl\:-inset-y-16 {
        top: -4rem;
        bottom: -4rem;
    }

    .\32xl\:-inset-y-18 {
        top: -4.375rem;
        bottom: -4.375rem;
    }

    .\32xl\:-inset-y-19 {
        top: -76px;
        bottom: -76px;
    }

    .\32xl\:-inset-y-20 {
        top: -5rem;
        bottom: -5rem;
    }

    .\32xl\:-inset-y-24 {
        top: -6rem;
        bottom: -6rem;
    }

    .\32xl\:-inset-y-28 {
        top: -7rem;
        bottom: -7rem;
    }

    .\32xl\:-inset-y-30 {
        top: -120px;
        bottom: -120px;
    }

    .\32xl\:-inset-y-32 {
        top: -8rem;
        bottom: -8rem;
    }

    .\32xl\:-inset-y-36 {
        top: -9rem;
        bottom: -9rem;
    }

    .\32xl\:-inset-y-40 {
        top: -10rem;
        bottom: -10rem;
    }

    .\32xl\:-inset-y-44 {
        top: -11rem;
        bottom: -11rem;
    }

    .\32xl\:-inset-y-48 {
        top: -12rem;
        bottom: -12rem;
    }

    .\32xl\:-inset-y-52 {
        top: -13rem;
        bottom: -13rem;
    }

    .\32xl\:-inset-y-56 {
        top: -14rem;
        bottom: -14rem;
    }

    .\32xl\:-inset-y-60 {
        top: -15rem;
        bottom: -15rem;
    }

    .\32xl\:-inset-y-64 {
        top: -16rem;
        bottom: -16rem;
    }

    .\32xl\:-inset-y-72 {
        top: -18rem;
        bottom: -18rem;
    }

    .\32xl\:-inset-y-80 {
        top: -20rem;
        bottom: -20rem;
    }

    .\32xl\:-inset-y-96 {
        top: -24rem;
        bottom: -24rem;
    }

    .\32xl\:-inset-y-px {
        top: -1px;
        bottom: -1px;
    }

    .\32xl\:-inset-y-0\.5 {
        top: -0.125rem;
        bottom: -0.125rem;
    }

    .\32xl\:-inset-y-1\.5 {
        top: -0.375rem;
        bottom: -0.375rem;
    }

    .\32xl\:-inset-y-2\.5 {
        top: -0.625rem;
        bottom: -0.625rem;
    }

    .\32xl\:-inset-y-3\.5 {
        top: -0.875rem;
        bottom: -0.875rem;
    }

    .\32xl\:-inset-y-5p {
        top: -5px;
        bottom: -5px;
    }

    .\32xl\:-inset-y-10p {
        top: -10px;
        bottom: -10px;
    }

    .\32xl\:-inset-y-14p {
        top: -14px;
        bottom: -14px;
    }

    .\32xl\:-inset-y-15p {
        top: -15px;
        bottom: -15px;
    }

    .\32xl\:-inset-y-15_2 {
        top: -60px;
        bottom: -60px;
    }

    .\32xl\:-inset-y-16_1 {
        top: -52px;
        bottom: -52px;
    }

    .\32xl\:-inset-y-16p {
        top: -16px;
        bottom: -16px;
    }

    .\32xl\:-inset-y-25p {
        top: -25px;
        bottom: -25px;
    }

    .\32xl\:-inset-y-48p {
        top: -48%;
        bottom: -48%;
    }

    .\32xl\:-inset-y-52p {
        top: -52%;
        bottom: -52%;
    }

    .\32xl\:inset-y-1\/2 {
        top: 50%;
        bottom: 50%;
    }

    .\32xl\:inset-y-1\/3 {
        top: 33.333333%;
        bottom: 33.333333%;
    }

    .\32xl\:inset-y-2\/3 {
        top: 66.666667%;
        bottom: 66.666667%;
    }

    .\32xl\:inset-y-1\/4 {
        top: 25%;
        bottom: 25%;
    }

    .\32xl\:inset-y-2\/4 {
        top: 50%;
        bottom: 50%;
    }

    .\32xl\:inset-y-3\/4 {
        top: 75%;
        bottom: 75%;
    }

    .\32xl\:inset-y-full {
        top: 100%;
        bottom: 100%;
    }

    .\32xl\:-inset-y-1\/2 {
        top: -50%;
        bottom: -50%;
    }

    .\32xl\:-inset-y-1\/3 {
        top: -33.333333%;
        bottom: -33.333333%;
    }

    .\32xl\:-inset-y-2\/3 {
        top: -66.666667%;
        bottom: -66.666667%;
    }

    .\32xl\:-inset-y-1\/4 {
        top: -25%;
        bottom: -25%;
    }

    .\32xl\:-inset-y-2\/4 {
        top: -50%;
        bottom: -50%;
    }

    .\32xl\:-inset-y-3\/4 {
        top: -75%;
        bottom: -75%;
    }

    .\32xl\:-inset-y-full {
        top: -100%;
        bottom: -100%;
    }

    .\32xl\:top-0 {
        top: 0px;
    }

    .\32xl\:top-1 {
        top: 0.25rem;
    }

    .\32xl\:top-2 {
        top: 0.5rem;
    }

    .\32xl\:top-3 {
        top: 0.75rem;
    }

    .\32xl\:top-4 {
        top: 1rem;
    }

    .\32xl\:top-5 {
        top: 1.25rem;
    }

    .\32xl\:top-6 {
        top: 1.5rem;
    }

    .\32xl\:top-7 {
        top: 1.75rem;
    }

    .\32xl\:top-8 {
        top: 2rem;
    }

    .\32xl\:top-9 {
        top: 2.25rem;
    }

    .\32xl\:top-10 {
        top: 2.5rem;
    }

    .\32xl\:top-11 {
        top: 2.75rem;
    }

    .\32xl\:top-12 {
        top: 3rem;
    }

    .\32xl\:top-14 {
        top: 3.5rem;
    }

    .\32xl\:top-16 {
        top: 4rem;
    }

    .\32xl\:top-18 {
        top: 4.375rem;
    }

    .\32xl\:top-19 {
        top: 76px;
    }

    .\32xl\:top-20 {
        top: 5rem;
    }

    .\32xl\:top-24 {
        top: 6rem;
    }

    .\32xl\:top-28 {
        top: 7rem;
    }

    .\32xl\:top-30 {
        top: 120px;
    }

    .\32xl\:top-32 {
        top: 8rem;
    }

    .\32xl\:top-36 {
        top: 9rem;
    }

    .\32xl\:top-40 {
        top: 10rem;
    }

    .\32xl\:top-44 {
        top: 11rem;
    }

    .\32xl\:top-48 {
        top: 12rem;
    }

    .\32xl\:top-52 {
        top: 13rem;
    }

    .\32xl\:top-56 {
        top: 14rem;
    }

    .\32xl\:top-60 {
        top: 15rem;
    }

    .\32xl\:top-64 {
        top: 16rem;
    }

    .\32xl\:top-72 {
        top: 18rem;
    }

    .\32xl\:top-80 {
        top: 20rem;
    }

    .\32xl\:top-96 {
        top: 24rem;
    }

    .\32xl\:top-auto {
        top: auto;
    }

    .\32xl\:top-px {
        top: 1px;
    }

    .\32xl\:top-0\.5 {
        top: 0.125rem;
    }

    .\32xl\:top-1\.5 {
        top: 0.375rem;
    }

    .\32xl\:top-2\.5 {
        top: 0.625rem;
    }

    .\32xl\:top-3\.5 {
        top: 0.875rem;
    }

    .\32xl\:top-5p {
        top: 5px;
    }

    .\32xl\:top-10p {
        top: 10px;
    }

    .\32xl\:top-14p {
        top: 14px;
    }

    .\32xl\:top-15p {
        top: 15px;
    }

    .\32xl\:top-15_2 {
        top: 60px;
    }

    .\32xl\:top-16_1 {
        top: 52px;
    }

    .\32xl\:top-16p {
        top: 16px;
    }

    .\32xl\:top-25p {
        top: 25px;
    }

    .\32xl\:top-48p {
        top: 48%;
    }

    .\32xl\:top-52p {
        top: 52%;
    }

    .\32xl\:-top-0 {
        top: 0px;
    }

    .\32xl\:-top-1 {
        top: -0.25rem;
    }

    .\32xl\:-top-2 {
        top: -0.5rem;
    }

    .\32xl\:-top-3 {
        top: -0.75rem;
    }

    .\32xl\:-top-4 {
        top: -1rem;
    }

    .\32xl\:-top-5 {
        top: -1.25rem;
    }

    .\32xl\:-top-6 {
        top: -1.5rem;
    }

    .\32xl\:-top-7 {
        top: -1.75rem;
    }

    .\32xl\:-top-8 {
        top: -2rem;
    }

    .\32xl\:-top-9 {
        top: -2.25rem;
    }

    .\32xl\:-top-10 {
        top: -2.5rem;
    }

    .\32xl\:-top-11 {
        top: -2.75rem;
    }

    .\32xl\:-top-12 {
        top: -3rem;
    }

    .\32xl\:-top-14 {
        top: -3.5rem;
    }

    .\32xl\:-top-16 {
        top: -4rem;
    }

    .\32xl\:-top-18 {
        top: -4.375rem;
    }

    .\32xl\:-top-19 {
        top: -76px;
    }

    .\32xl\:-top-20 {
        top: -5rem;
    }

    .\32xl\:-top-24 {
        top: -6rem;
    }

    .\32xl\:-top-28 {
        top: -7rem;
    }

    .\32xl\:-top-30 {
        top: -120px;
    }

    .\32xl\:-top-32 {
        top: -8rem;
    }

    .\32xl\:-top-36 {
        top: -9rem;
    }

    .\32xl\:-top-40 {
        top: -10rem;
    }

    .\32xl\:-top-44 {
        top: -11rem;
    }

    .\32xl\:-top-48 {
        top: -12rem;
    }

    .\32xl\:-top-52 {
        top: -13rem;
    }

    .\32xl\:-top-56 {
        top: -14rem;
    }

    .\32xl\:-top-60 {
        top: -15rem;
    }

    .\32xl\:-top-64 {
        top: -16rem;
    }

    .\32xl\:-top-72 {
        top: -18rem;
    }

    .\32xl\:-top-80 {
        top: -20rem;
    }

    .\32xl\:-top-96 {
        top: -24rem;
    }

    .\32xl\:-top-px {
        top: -1px;
    }

    .\32xl\:-top-0\.5 {
        top: -0.125rem;
    }

    .\32xl\:-top-1\.5 {
        top: -0.375rem;
    }

    .\32xl\:-top-2\.5 {
        top: -0.625rem;
    }

    .\32xl\:-top-3\.5 {
        top: -0.875rem;
    }

    .\32xl\:-top-5p {
        top: -5px;
    }

    .\32xl\:-top-10p {
        top: -10px;
    }

    .\32xl\:-top-14p {
        top: -14px;
    }

    .\32xl\:-top-15p {
        top: -15px;
    }

    .\32xl\:-top-15_2 {
        top: -60px;
    }

    .\32xl\:-top-16_1 {
        top: -52px;
    }

    .\32xl\:-top-16p {
        top: -16px;
    }

    .\32xl\:-top-25p {
        top: -25px;
    }

    .\32xl\:-top-48p {
        top: -48%;
    }

    .\32xl\:-top-52p {
        top: -52%;
    }

    .\32xl\:top-1\/2 {
        top: 50%;
    }

    .\32xl\:top-1\/3 {
        top: 33.333333%;
    }

    .\32xl\:top-2\/3 {
        top: 66.666667%;
    }

    .\32xl\:top-1\/4 {
        top: 25%;
    }

    .\32xl\:top-2\/4 {
        top: 50%;
    }

    .\32xl\:top-3\/4 {
        top: 75%;
    }

    .\32xl\:top-full {
        top: 100%;
    }

    .\32xl\:-top-1\/2 {
        top: -50%;
    }

    .\32xl\:-top-1\/3 {
        top: -33.333333%;
    }

    .\32xl\:-top-2\/3 {
        top: -66.666667%;
    }

    .\32xl\:-top-1\/4 {
        top: -25%;
    }

    .\32xl\:-top-2\/4 {
        top: -50%;
    }

    .\32xl\:-top-3\/4 {
        top: -75%;
    }

    .\32xl\:-top-full {
        top: -100%;
    }

    .\32xl\:right-0 {
        right: 0px;
    }

    .\32xl\:right-1 {
        right: 0.25rem;
    }

    .\32xl\:right-2 {
        right: 0.5rem;
    }

    .\32xl\:right-3 {
        right: 0.75rem;
    }

    .\32xl\:right-4 {
        right: 1rem;
    }

    .\32xl\:right-5 {
        right: 1.25rem;
    }

    .\32xl\:right-6 {
        right: 1.5rem;
    }

    .\32xl\:right-7 {
        right: 1.75rem;
    }

    .\32xl\:right-8 {
        right: 2rem;
    }

    .\32xl\:right-9 {
        right: 2.25rem;
    }

    .\32xl\:right-10 {
        right: 2.5rem;
    }

    .\32xl\:right-11 {
        right: 2.75rem;
    }

    .\32xl\:right-12 {
        right: 3rem;
    }

    .\32xl\:right-14 {
        right: 3.5rem;
    }

    .\32xl\:right-16 {
        right: 4rem;
    }

    .\32xl\:right-18 {
        right: 4.375rem;
    }

    .\32xl\:right-19 {
        right: 76px;
    }

    .\32xl\:right-20 {
        right: 5rem;
    }

    .\32xl\:right-24 {
        right: 6rem;
    }

    .\32xl\:right-28 {
        right: 7rem;
    }

    .\32xl\:right-30 {
        right: 120px;
    }

    .\32xl\:right-32 {
        right: 8rem;
    }

    .\32xl\:right-36 {
        right: 9rem;
    }

    .\32xl\:right-40 {
        right: 10rem;
    }

    .\32xl\:right-44 {
        right: 11rem;
    }

    .\32xl\:right-48 {
        right: 12rem;
    }

    .\32xl\:right-52 {
        right: 13rem;
    }

    .\32xl\:right-56 {
        right: 14rem;
    }

    .\32xl\:right-60 {
        right: 15rem;
    }

    .\32xl\:right-64 {
        right: 16rem;
    }

    .\32xl\:right-72 {
        right: 18rem;
    }

    .\32xl\:right-80 {
        right: 20rem;
    }

    .\32xl\:right-96 {
        right: 24rem;
    }

    .\32xl\:right-auto {
        right: auto;
    }

    .\32xl\:right-px {
        right: 1px;
    }

    .\32xl\:right-0\.5 {
        right: 0.125rem;
    }

    .\32xl\:right-1\.5 {
        right: 0.375rem;
    }

    .\32xl\:right-2\.5 {
        right: 0.625rem;
    }

    .\32xl\:right-3\.5 {
        right: 0.875rem;
    }

    .\32xl\:right-5p {
        right: 5px;
    }

    .\32xl\:right-10p {
        right: 10px;
    }

    .\32xl\:right-14p {
        right: 14px;
    }

    .\32xl\:right-15p {
        right: 15px;
    }

    .\32xl\:right-15_2 {
        right: 60px;
    }

    .\32xl\:right-16_1 {
        right: 52px;
    }

    .\32xl\:right-16p {
        right: 16px;
    }

    .\32xl\:right-25p {
        right: 25px;
    }

    .\32xl\:right-48p {
        right: 48%;
    }

    .\32xl\:right-52p {
        right: 52%;
    }

    .\32xl\:-right-0 {
        right: 0px;
    }

    .\32xl\:-right-1 {
        right: -0.25rem;
    }

    .\32xl\:-right-2 {
        right: -0.5rem;
    }

    .\32xl\:-right-3 {
        right: -0.75rem;
    }

    .\32xl\:-right-4 {
        right: -1rem;
    }

    .\32xl\:-right-5 {
        right: -1.25rem;
    }

    .\32xl\:-right-6 {
        right: -1.5rem;
    }

    .\32xl\:-right-7 {
        right: -1.75rem;
    }

    .\32xl\:-right-8 {
        right: -2rem;
    }

    .\32xl\:-right-9 {
        right: -2.25rem;
    }

    .\32xl\:-right-10 {
        right: -2.5rem;
    }

    .\32xl\:-right-11 {
        right: -2.75rem;
    }

    .\32xl\:-right-12 {
        right: -3rem;
    }

    .\32xl\:-right-14 {
        right: -3.5rem;
    }

    .\32xl\:-right-16 {
        right: -4rem;
    }

    .\32xl\:-right-18 {
        right: -4.375rem;
    }

    .\32xl\:-right-19 {
        right: -76px;
    }

    .\32xl\:-right-20 {
        right: -5rem;
    }

    .\32xl\:-right-24 {
        right: -6rem;
    }

    .\32xl\:-right-28 {
        right: -7rem;
    }

    .\32xl\:-right-30 {
        right: -120px;
    }

    .\32xl\:-right-32 {
        right: -8rem;
    }

    .\32xl\:-right-36 {
        right: -9rem;
    }

    .\32xl\:-right-40 {
        right: -10rem;
    }

    .\32xl\:-right-44 {
        right: -11rem;
    }

    .\32xl\:-right-48 {
        right: -12rem;
    }

    .\32xl\:-right-52 {
        right: -13rem;
    }

    .\32xl\:-right-56 {
        right: -14rem;
    }

    .\32xl\:-right-60 {
        right: -15rem;
    }

    .\32xl\:-right-64 {
        right: -16rem;
    }

    .\32xl\:-right-72 {
        right: -18rem;
    }

    .\32xl\:-right-80 {
        right: -20rem;
    }

    .\32xl\:-right-96 {
        right: -24rem;
    }

    .\32xl\:-right-px {
        right: -1px;
    }

    .\32xl\:-right-0\.5 {
        right: -0.125rem;
    }

    .\32xl\:-right-1\.5 {
        right: -0.375rem;
    }

    .\32xl\:-right-2\.5 {
        right: -0.625rem;
    }

    .\32xl\:-right-3\.5 {
        right: -0.875rem;
    }

    .\32xl\:-right-5p {
        right: -5px;
    }

    .\32xl\:-right-10p {
        right: -10px;
    }

    .\32xl\:-right-14p {
        right: -14px;
    }

    .\32xl\:-right-15p {
        right: -15px;
    }

    .\32xl\:-right-15_2 {
        right: -60px;
    }

    .\32xl\:-right-16_1 {
        right: -52px;
    }

    .\32xl\:-right-16p {
        right: -16px;
    }

    .\32xl\:-right-25p {
        right: -25px;
    }

    .\32xl\:-right-48p {
        right: -48%;
    }

    .\32xl\:-right-52p {
        right: -52%;
    }

    .\32xl\:right-1\/2 {
        right: 50%;
    }

    .\32xl\:right-1\/3 {
        right: 33.333333%;
    }

    .\32xl\:right-2\/3 {
        right: 66.666667%;
    }

    .\32xl\:right-1\/4 {
        right: 25%;
    }

    .\32xl\:right-2\/4 {
        right: 50%;
    }

    .\32xl\:right-3\/4 {
        right: 75%;
    }

    .\32xl\:right-full {
        right: 100%;
    }

    .\32xl\:-right-1\/2 {
        right: -50%;
    }

    .\32xl\:-right-1\/3 {
        right: -33.333333%;
    }

    .\32xl\:-right-2\/3 {
        right: -66.666667%;
    }

    .\32xl\:-right-1\/4 {
        right: -25%;
    }

    .\32xl\:-right-2\/4 {
        right: -50%;
    }

    .\32xl\:-right-3\/4 {
        right: -75%;
    }

    .\32xl\:-right-full {
        right: -100%;
    }

    .\32xl\:bottom-0 {
        bottom: 0px;
    }

    .\32xl\:bottom-1 {
        bottom: 0.25rem;
    }

    .\32xl\:bottom-2 {
        bottom: 0.5rem;
    }

    .\32xl\:bottom-3 {
        bottom: 0.75rem;
    }

    .\32xl\:bottom-4 {
        bottom: 1rem;
    }

    .\32xl\:bottom-5 {
        bottom: 1.25rem;
    }

    .\32xl\:bottom-6 {
        bottom: 1.5rem;
    }

    .\32xl\:bottom-7 {
        bottom: 1.75rem;
    }

    .\32xl\:bottom-8 {
        bottom: 2rem;
    }

    .\32xl\:bottom-9 {
        bottom: 2.25rem;
    }

    .\32xl\:bottom-10 {
        bottom: 2.5rem;
    }

    .\32xl\:bottom-11 {
        bottom: 2.75rem;
    }

    .\32xl\:bottom-12 {
        bottom: 3rem;
    }

    .\32xl\:bottom-14 {
        bottom: 3.5rem;
    }

    .\32xl\:bottom-16 {
        bottom: 4rem;
    }

    .\32xl\:bottom-18 {
        bottom: 4.375rem;
    }

    .\32xl\:bottom-19 {
        bottom: 76px;
    }

    .\32xl\:bottom-20 {
        bottom: 5rem;
    }

    .\32xl\:bottom-24 {
        bottom: 6rem;
    }

    .\32xl\:bottom-28 {
        bottom: 7rem;
    }

    .\32xl\:bottom-30 {
        bottom: 120px;
    }

    .\32xl\:bottom-32 {
        bottom: 8rem;
    }

    .\32xl\:bottom-36 {
        bottom: 9rem;
    }

    .\32xl\:bottom-40 {
        bottom: 10rem;
    }

    .\32xl\:bottom-44 {
        bottom: 11rem;
    }

    .\32xl\:bottom-48 {
        bottom: 12rem;
    }

    .\32xl\:bottom-52 {
        bottom: 13rem;
    }

    .\32xl\:bottom-56 {
        bottom: 14rem;
    }

    .\32xl\:bottom-60 {
        bottom: 15rem;
    }

    .\32xl\:bottom-64 {
        bottom: 16rem;
    }

    .\32xl\:bottom-72 {
        bottom: 18rem;
    }

    .\32xl\:bottom-80 {
        bottom: 20rem;
    }

    .\32xl\:bottom-96 {
        bottom: 24rem;
    }

    .\32xl\:bottom-auto {
        bottom: auto;
    }

    .\32xl\:bottom-px {
        bottom: 1px;
    }

    .\32xl\:bottom-0\.5 {
        bottom: 0.125rem;
    }

    .\32xl\:bottom-1\.5 {
        bottom: 0.375rem;
    }

    .\32xl\:bottom-2\.5 {
        bottom: 0.625rem;
    }

    .\32xl\:bottom-3\.5 {
        bottom: 0.875rem;
    }

    .\32xl\:bottom-5p {
        bottom: 5px;
    }

    .\32xl\:bottom-10p {
        bottom: 10px;
    }

    .\32xl\:bottom-14p {
        bottom: 14px;
    }

    .\32xl\:bottom-15p {
        bottom: 15px;
    }

    .\32xl\:bottom-15_2 {
        bottom: 60px;
    }

    .\32xl\:bottom-16_1 {
        bottom: 52px;
    }

    .\32xl\:bottom-16p {
        bottom: 16px;
    }

    .\32xl\:bottom-25p {
        bottom: 25px;
    }

    .\32xl\:bottom-48p {
        bottom: 48%;
    }

    .\32xl\:bottom-52p {
        bottom: 52%;
    }

    .\32xl\:-bottom-0 {
        bottom: 0px;
    }

    .\32xl\:-bottom-1 {
        bottom: -0.25rem;
    }

    .\32xl\:-bottom-2 {
        bottom: -0.5rem;
    }

    .\32xl\:-bottom-3 {
        bottom: -0.75rem;
    }

    .\32xl\:-bottom-4 {
        bottom: -1rem;
    }

    .\32xl\:-bottom-5 {
        bottom: -1.25rem;
    }

    .\32xl\:-bottom-6 {
        bottom: -1.5rem;
    }

    .\32xl\:-bottom-7 {
        bottom: -1.75rem;
    }

    .\32xl\:-bottom-8 {
        bottom: -2rem;
    }

    .\32xl\:-bottom-9 {
        bottom: -2.25rem;
    }

    .\32xl\:-bottom-10 {
        bottom: -2.5rem;
    }

    .\32xl\:-bottom-11 {
        bottom: -2.75rem;
    }

    .\32xl\:-bottom-12 {
        bottom: -3rem;
    }

    .\32xl\:-bottom-14 {
        bottom: -3.5rem;
    }

    .\32xl\:-bottom-16 {
        bottom: -4rem;
    }

    .\32xl\:-bottom-18 {
        bottom: -4.375rem;
    }

    .\32xl\:-bottom-19 {
        bottom: -76px;
    }

    .\32xl\:-bottom-20 {
        bottom: -5rem;
    }

    .\32xl\:-bottom-24 {
        bottom: -6rem;
    }

    .\32xl\:-bottom-28 {
        bottom: -7rem;
    }

    .\32xl\:-bottom-30 {
        bottom: -120px;
    }

    .\32xl\:-bottom-32 {
        bottom: -8rem;
    }

    .\32xl\:-bottom-36 {
        bottom: -9rem;
    }

    .\32xl\:-bottom-40 {
        bottom: -10rem;
    }

    .\32xl\:-bottom-44 {
        bottom: -11rem;
    }

    .\32xl\:-bottom-48 {
        bottom: -12rem;
    }

    .\32xl\:-bottom-52 {
        bottom: -13rem;
    }

    .\32xl\:-bottom-56 {
        bottom: -14rem;
    }

    .\32xl\:-bottom-60 {
        bottom: -15rem;
    }

    .\32xl\:-bottom-64 {
        bottom: -16rem;
    }

    .\32xl\:-bottom-72 {
        bottom: -18rem;
    }

    .\32xl\:-bottom-80 {
        bottom: -20rem;
    }

    .\32xl\:-bottom-96 {
        bottom: -24rem;
    }

    .\32xl\:-bottom-px {
        bottom: -1px;
    }

    .\32xl\:-bottom-0\.5 {
        bottom: -0.125rem;
    }

    .\32xl\:-bottom-1\.5 {
        bottom: -0.375rem;
    }

    .\32xl\:-bottom-2\.5 {
        bottom: -0.625rem;
    }

    .\32xl\:-bottom-3\.5 {
        bottom: -0.875rem;
    }

    .\32xl\:-bottom-5p {
        bottom: -5px;
    }

    .\32xl\:-bottom-10p {
        bottom: -10px;
    }

    .\32xl\:-bottom-14p {
        bottom: -14px;
    }

    .\32xl\:-bottom-15p {
        bottom: -15px;
    }

    .\32xl\:-bottom-15_2 {
        bottom: -60px;
    }

    .\32xl\:-bottom-16_1 {
        bottom: -52px;
    }

    .\32xl\:-bottom-16p {
        bottom: -16px;
    }

    .\32xl\:-bottom-25p {
        bottom: -25px;
    }

    .\32xl\:-bottom-48p {
        bottom: -48%;
    }

    .\32xl\:-bottom-52p {
        bottom: -52%;
    }

    .\32xl\:bottom-1\/2 {
        bottom: 50%;
    }

    .\32xl\:bottom-1\/3 {
        bottom: 33.333333%;
    }

    .\32xl\:bottom-2\/3 {
        bottom: 66.666667%;
    }

    .\32xl\:bottom-1\/4 {
        bottom: 25%;
    }

    .\32xl\:bottom-2\/4 {
        bottom: 50%;
    }

    .\32xl\:bottom-3\/4 {
        bottom: 75%;
    }

    .\32xl\:bottom-full {
        bottom: 100%;
    }

    .\32xl\:-bottom-1\/2 {
        bottom: -50%;
    }

    .\32xl\:-bottom-1\/3 {
        bottom: -33.333333%;
    }

    .\32xl\:-bottom-2\/3 {
        bottom: -66.666667%;
    }

    .\32xl\:-bottom-1\/4 {
        bottom: -25%;
    }

    .\32xl\:-bottom-2\/4 {
        bottom: -50%;
    }

    .\32xl\:-bottom-3\/4 {
        bottom: -75%;
    }

    .\32xl\:-bottom-full {
        bottom: -100%;
    }

    .\32xl\:left-0 {
        left: 0px;
    }

    .\32xl\:left-1 {
        left: 0.25rem;
    }

    .\32xl\:left-2 {
        left: 0.5rem;
    }

    .\32xl\:left-3 {
        left: 0.75rem;
    }

    .\32xl\:left-4 {
        left: 1rem;
    }

    .\32xl\:left-5 {
        left: 1.25rem;
    }

    .\32xl\:left-6 {
        left: 1.5rem;
    }

    .\32xl\:left-7 {
        left: 1.75rem;
    }

    .\32xl\:left-8 {
        left: 2rem;
    }

    .\32xl\:left-9 {
        left: 2.25rem;
    }

    .\32xl\:left-10 {
        left: 2.5rem;
    }

    .\32xl\:left-11 {
        left: 2.75rem;
    }

    .\32xl\:left-12 {
        left: 3rem;
    }

    .\32xl\:left-14 {
        left: 3.5rem;
    }

    .\32xl\:left-16 {
        left: 4rem;
    }

    .\32xl\:left-18 {
        left: 4.375rem;
    }

    .\32xl\:left-19 {
        left: 76px;
    }

    .\32xl\:left-20 {
        left: 5rem;
    }

    .\32xl\:left-24 {
        left: 6rem;
    }

    .\32xl\:left-28 {
        left: 7rem;
    }

    .\32xl\:left-30 {
        left: 120px;
    }

    .\32xl\:left-32 {
        left: 8rem;
    }

    .\32xl\:left-36 {
        left: 9rem;
    }

    .\32xl\:left-40 {
        left: 10rem;
    }

    .\32xl\:left-44 {
        left: 11rem;
    }

    .\32xl\:left-48 {
        left: 12rem;
    }

    .\32xl\:left-52 {
        left: 13rem;
    }

    .\32xl\:left-56 {
        left: 14rem;
    }

    .\32xl\:left-60 {
        left: 15rem;
    }

    .\32xl\:left-64 {
        left: 16rem;
    }

    .\32xl\:left-72 {
        left: 18rem;
    }

    .\32xl\:left-80 {
        left: 20rem;
    }

    .\32xl\:left-96 {
        left: 24rem;
    }

    .\32xl\:left-auto {
        left: auto;
    }

    .\32xl\:left-px {
        left: 1px;
    }

    .\32xl\:left-0\.5 {
        left: 0.125rem;
    }

    .\32xl\:left-1\.5 {
        left: 0.375rem;
    }

    .\32xl\:left-2\.5 {
        left: 0.625rem;
    }

    .\32xl\:left-3\.5 {
        left: 0.875rem;
    }

    .\32xl\:left-5p {
        left: 5px;
    }

    .\32xl\:left-10p {
        left: 10px;
    }

    .\32xl\:left-14p {
        left: 14px;
    }

    .\32xl\:left-15p {
        left: 15px;
    }

    .\32xl\:left-15_2 {
        left: 60px;
    }

    .\32xl\:left-16_1 {
        left: 52px;
    }

    .\32xl\:left-16p {
        left: 16px;
    }

    .\32xl\:left-25p {
        left: 25px;
    }

    .\32xl\:left-48p {
        left: 48%;
    }

    .\32xl\:left-52p {
        left: 52%;
    }

    .\32xl\:-left-0 {
        left: 0px;
    }

    .\32xl\:-left-1 {
        left: -0.25rem;
    }

    .\32xl\:-left-2 {
        left: -0.5rem;
    }

    .\32xl\:-left-3 {
        left: -0.75rem;
    }

    .\32xl\:-left-4 {
        left: -1rem;
    }

    .\32xl\:-left-5 {
        left: -1.25rem;
    }

    .\32xl\:-left-6 {
        left: -1.5rem;
    }

    .\32xl\:-left-7 {
        left: -1.75rem;
    }

    .\32xl\:-left-8 {
        left: -2rem;
    }

    .\32xl\:-left-9 {
        left: -2.25rem;
    }

    .\32xl\:-left-10 {
        left: -2.5rem;
    }

    .\32xl\:-left-11 {
        left: -2.75rem;
    }

    .\32xl\:-left-12 {
        left: -3rem;
    }

    .\32xl\:-left-14 {
        left: -3.5rem;
    }

    .\32xl\:-left-16 {
        left: -4rem;
    }

    .\32xl\:-left-18 {
        left: -4.375rem;
    }

    .\32xl\:-left-19 {
        left: -76px;
    }

    .\32xl\:-left-20 {
        left: -5rem;
    }

    .\32xl\:-left-24 {
        left: -6rem;
    }

    .\32xl\:-left-28 {
        left: -7rem;
    }

    .\32xl\:-left-30 {
        left: -120px;
    }

    .\32xl\:-left-32 {
        left: -8rem;
    }

    .\32xl\:-left-36 {
        left: -9rem;
    }

    .\32xl\:-left-40 {
        left: -10rem;
    }

    .\32xl\:-left-44 {
        left: -11rem;
    }

    .\32xl\:-left-48 {
        left: -12rem;
    }

    .\32xl\:-left-52 {
        left: -13rem;
    }

    .\32xl\:-left-56 {
        left: -14rem;
    }

    .\32xl\:-left-60 {
        left: -15rem;
    }

    .\32xl\:-left-64 {
        left: -16rem;
    }

    .\32xl\:-left-72 {
        left: -18rem;
    }

    .\32xl\:-left-80 {
        left: -20rem;
    }

    .\32xl\:-left-96 {
        left: -24rem;
    }

    .\32xl\:-left-px {
        left: -1px;
    }

    .\32xl\:-left-0\.5 {
        left: -0.125rem;
    }

    .\32xl\:-left-1\.5 {
        left: -0.375rem;
    }

    .\32xl\:-left-2\.5 {
        left: -0.625rem;
    }

    .\32xl\:-left-3\.5 {
        left: -0.875rem;
    }

    .\32xl\:-left-5p {
        left: -5px;
    }

    .\32xl\:-left-10p {
        left: -10px;
    }

    .\32xl\:-left-14p {
        left: -14px;
    }

    .\32xl\:-left-15p {
        left: -15px;
    }

    .\32xl\:-left-15_2 {
        left: -60px;
    }

    .\32xl\:-left-16_1 {
        left: -52px;
    }

    .\32xl\:-left-16p {
        left: -16px;
    }

    .\32xl\:-left-25p {
        left: -25px;
    }

    .\32xl\:-left-48p {
        left: -48%;
    }

    .\32xl\:-left-52p {
        left: -52%;
    }

    .\32xl\:left-1\/2 {
        left: 50%;
    }

    .\32xl\:left-1\/3 {
        left: 33.333333%;
    }

    .\32xl\:left-2\/3 {
        left: 66.666667%;
    }

    .\32xl\:left-1\/4 {
        left: 25%;
    }

    .\32xl\:left-2\/4 {
        left: 50%;
    }

    .\32xl\:left-3\/4 {
        left: 75%;
    }

    .\32xl\:left-full {
        left: 100%;
    }

    .\32xl\:-left-1\/2 {
        left: -50%;
    }

    .\32xl\:-left-1\/3 {
        left: -33.333333%;
    }

    .\32xl\:-left-2\/3 {
        left: -66.666667%;
    }

    .\32xl\:-left-1\/4 {
        left: -25%;
    }

    .\32xl\:-left-2\/4 {
        left: -50%;
    }

    .\32xl\:-left-3\/4 {
        left: -75%;
    }

    .\32xl\:-left-full {
        left: -100%;
    }

    .\32xl\:isolate {
        isolation: isolate;
    }

    .\32xl\:isolation-auto {
        isolation: auto;
    }

    .\32xl\:z-0 {
        z-index: 0;
    }

    .\32xl\:z-10 {
        z-index: 10;
    }

    .\32xl\:z-20 {
        z-index: 20;
    }

    .\32xl\:z-30 {
        z-index: 30;
    }

    .\32xl\:z-40 {
        z-index: 40;
    }

    .\32xl\:z-50 {
        z-index: 50;
    }

    .\32xl\:z-auto {
        z-index: auto;
    }

    .\32xl\:focus-within\:z-0:focus-within {
        z-index: 0;
    }

    .\32xl\:focus-within\:z-10:focus-within {
        z-index: 10;
    }

    .\32xl\:focus-within\:z-20:focus-within {
        z-index: 20;
    }

    .\32xl\:focus-within\:z-30:focus-within {
        z-index: 30;
    }

    .\32xl\:focus-within\:z-40:focus-within {
        z-index: 40;
    }

    .\32xl\:focus-within\:z-50:focus-within {
        z-index: 50;
    }

    .\32xl\:focus-within\:z-auto:focus-within {
        z-index: auto;
    }

    .\32xl\:focus\:z-0:focus {
        z-index: 0;
    }

    .\32xl\:focus\:z-10:focus {
        z-index: 10;
    }

    .\32xl\:focus\:z-20:focus {
        z-index: 20;
    }

    .\32xl\:focus\:z-30:focus {
        z-index: 30;
    }

    .\32xl\:focus\:z-40:focus {
        z-index: 40;
    }

    .\32xl\:focus\:z-50:focus {
        z-index: 50;
    }

    .\32xl\:focus\:z-auto:focus {
        z-index: auto;
    }

    .\32xl\:order-1 {
        order: 1;
    }

    .\32xl\:order-2 {
        order: 2;
    }

    .\32xl\:order-3 {
        order: 3;
    }

    .\32xl\:order-4 {
        order: 4;
    }

    .\32xl\:order-5 {
        order: 5;
    }

    .\32xl\:order-6 {
        order: 6;
    }

    .\32xl\:order-7 {
        order: 7;
    }

    .\32xl\:order-8 {
        order: 8;
    }

    .\32xl\:order-9 {
        order: 9;
    }

    .\32xl\:order-10 {
        order: 10;
    }

    .\32xl\:order-11 {
        order: 11;
    }

    .\32xl\:order-12 {
        order: 12;
    }

    .\32xl\:order-first {
        order: -9999;
    }

    .\32xl\:order-last {
        order: 9999;
    }

    .\32xl\:order-none {
        order: 0;
    }

    .\32xl\:col-auto {
        grid-column: auto;
    }

    .\32xl\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .\32xl\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .\32xl\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .\32xl\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .\32xl\:col-span-5 {
        grid-column: span 5 / span 5;
    }

    .\32xl\:col-span-6 {
        grid-column: span 6 / span 6;
    }

    .\32xl\:col-span-7 {
        grid-column: span 7 / span 7;
    }

    .\32xl\:col-span-8 {
        grid-column: span 8 / span 8;
    }

    .\32xl\:col-span-9 {
        grid-column: span 9 / span 9;
    }

    .\32xl\:col-span-10 {
        grid-column: span 10 / span 10;
    }

    .\32xl\:col-span-11 {
        grid-column: span 11 / span 11;
    }

    .\32xl\:col-span-12 {
        grid-column: span 12 / span 12;
    }

    .\32xl\:col-span-full {
        grid-column: 1 / -1;
    }

    .\32xl\:col-start-1 {
        grid-column-start: 1;
    }

    .\32xl\:col-start-2 {
        grid-column-start: 2;
    }

    .\32xl\:col-start-3 {
        grid-column-start: 3;
    }

    .\32xl\:col-start-4 {
        grid-column-start: 4;
    }

    .\32xl\:col-start-5 {
        grid-column-start: 5;
    }

    .\32xl\:col-start-6 {
        grid-column-start: 6;
    }

    .\32xl\:col-start-7 {
        grid-column-start: 7;
    }

    .\32xl\:col-start-8 {
        grid-column-start: 8;
    }

    .\32xl\:col-start-9 {
        grid-column-start: 9;
    }

    .\32xl\:col-start-10 {
        grid-column-start: 10;
    }

    .\32xl\:col-start-11 {
        grid-column-start: 11;
    }

    .\32xl\:col-start-12 {
        grid-column-start: 12;
    }

    .\32xl\:col-start-13 {
        grid-column-start: 13;
    }

    .\32xl\:col-start-auto {
        grid-column-start: auto;
    }

    .\32xl\:col-end-1 {
        grid-column-end: 1;
    }

    .\32xl\:col-end-2 {
        grid-column-end: 2;
    }

    .\32xl\:col-end-3 {
        grid-column-end: 3;
    }

    .\32xl\:col-end-4 {
        grid-column-end: 4;
    }

    .\32xl\:col-end-5 {
        grid-column-end: 5;
    }

    .\32xl\:col-end-6 {
        grid-column-end: 6;
    }

    .\32xl\:col-end-7 {
        grid-column-end: 7;
    }

    .\32xl\:col-end-8 {
        grid-column-end: 8;
    }

    .\32xl\:col-end-9 {
        grid-column-end: 9;
    }

    .\32xl\:col-end-10 {
        grid-column-end: 10;
    }

    .\32xl\:col-end-11 {
        grid-column-end: 11;
    }

    .\32xl\:col-end-12 {
        grid-column-end: 12;
    }

    .\32xl\:col-end-13 {
        grid-column-end: 13;
    }

    .\32xl\:col-end-auto {
        grid-column-end: auto;
    }

    .\32xl\:row-auto {
        grid-row: auto;
    }

    .\32xl\:row-span-1 {
        grid-row: span 1 / span 1;
    }

    .\32xl\:row-span-2 {
        grid-row: span 2 / span 2;
    }

    .\32xl\:row-span-3 {
        grid-row: span 3 / span 3;
    }

    .\32xl\:row-span-4 {
        grid-row: span 4 / span 4;
    }

    .\32xl\:row-span-5 {
        grid-row: span 5 / span 5;
    }

    .\32xl\:row-span-6 {
        grid-row: span 6 / span 6;
    }

    .\32xl\:row-span-full {
        grid-row: 1 / -1;
    }

    .\32xl\:row-start-1 {
        grid-row-start: 1;
    }

    .\32xl\:row-start-2 {
        grid-row-start: 2;
    }

    .\32xl\:row-start-3 {
        grid-row-start: 3;
    }

    .\32xl\:row-start-4 {
        grid-row-start: 4;
    }

    .\32xl\:row-start-5 {
        grid-row-start: 5;
    }

    .\32xl\:row-start-6 {
        grid-row-start: 6;
    }

    .\32xl\:row-start-7 {
        grid-row-start: 7;
    }

    .\32xl\:row-start-auto {
        grid-row-start: auto;
    }

    .\32xl\:row-end-1 {
        grid-row-end: 1;
    }

    .\32xl\:row-end-2 {
        grid-row-end: 2;
    }

    .\32xl\:row-end-3 {
        grid-row-end: 3;
    }

    .\32xl\:row-end-4 {
        grid-row-end: 4;
    }

    .\32xl\:row-end-5 {
        grid-row-end: 5;
    }

    .\32xl\:row-end-6 {
        grid-row-end: 6;
    }

    .\32xl\:row-end-7 {
        grid-row-end: 7;
    }

    .\32xl\:row-end-auto {
        grid-row-end: auto;
    }

    .\32xl\:float-right {
        float: right;
    }

    .\32xl\:float-left {
        float: left;
    }

    .\32xl\:float-none {
        float: none;
    }

    .\32xl\:clear-left {
        clear: left;
    }

    .\32xl\:clear-right {
        clear: right;
    }

    .\32xl\:clear-both {
        clear: both;
    }

    .\32xl\:clear-none {
        clear: none;
    }

    .\32xl\:m-0 {
        margin: 0px;
    }

    .\32xl\:m-1 {
        margin: 0.25rem;
    }

    .\32xl\:m-2 {
        margin: 0.5rem;
    }

    .\32xl\:m-3 {
        margin: 0.75rem;
    }

    .\32xl\:m-4 {
        margin: 1rem;
    }

    .\32xl\:m-5 {
        margin: 1.25rem;
    }

    .\32xl\:m-6 {
        margin: 1.5rem;
    }

    .\32xl\:m-7 {
        margin: 1.75rem;
    }

    .\32xl\:m-8 {
        margin: 2rem;
    }

    .\32xl\:m-9 {
        margin: 2.25rem;
    }

    .\32xl\:m-10 {
        margin: 2.5rem;
    }

    .\32xl\:m-11 {
        margin: 2.75rem;
    }

    .\32xl\:m-12 {
        margin: 3rem;
    }

    .\32xl\:m-13 {
        margin: 3.25rem;
    }

    .\32xl\:m-14 {
        margin: 3.5rem;
    }

    .\32xl\:m-16 {
        margin: 4rem;
    }

    .\32xl\:m-18 {
        margin: 4.375rem;
    }

    .\32xl\:m-19 {
        margin: 76px;
    }

    .\32xl\:m-20 {
        margin: 5rem;
    }

    .\32xl\:m-22 {
        margin: 5.3125rem;
    }

    .\32xl\:m-24 {
        margin: 6rem;
    }

    .\32xl\:m-28 {
        margin: 7rem;
    }

    .\32xl\:m-30 {
        margin: 120px;
    }

    .\32xl\:m-32 {
        margin: 8rem;
    }

    .\32xl\:m-36 {
        margin: 9rem;
    }

    .\32xl\:m-40 {
        margin: 10rem;
    }

    .\32xl\:m-44 {
        margin: 11rem;
    }

    .\32xl\:m-46 {
        margin: 11.44rem;
    }

    .\32xl\:m-48 {
        margin: 12rem;
    }

    .\32xl\:m-52 {
        margin: 13rem;
    }

    .\32xl\:m-56 {
        margin: 14rem;
    }

    .\32xl\:m-60 {
        margin: 15rem;
    }

    .\32xl\:m-64 {
        margin: 16rem;
    }

    .\32xl\:m-72 {
        margin: 18rem;
    }

    .\32xl\:m-80 {
        margin: 20rem;
    }

    .\32xl\:m-96 {
        margin: 24rem;
    }

    .\32xl\:m-auto {
        margin: auto;
    }

    .\32xl\:m-px {
        margin: 1px;
    }

    .\32xl\:m-0\.5 {
        margin: 0.125rem;
    }

    .\32xl\:m-1\.5 {
        margin: 0.375rem;
    }

    .\32xl\:m-2\.5 {
        margin: 0.625rem;
    }

    .\32xl\:m-3\.5 {
        margin: 0.875rem;
    }

    .\32xl\:m-5p {
        margin: 5px;
    }

    .\32xl\:m-10p {
        margin: 10px;
    }

    .\32xl\:m-14p {
        margin: 14px;
    }

    .\32xl\:m-15p {
        margin: 15px;
    }

    .\32xl\:m-15_2 {
        margin: 60px;
    }

    .\32xl\:m-16_1 {
        margin: 52px;
    }

    .\32xl\:m-16p {
        margin: 16px;
    }

    .\32xl\:m-25p {
        margin: 25px;
    }

    .\32xl\:m-48p {
        margin: 48%;
    }

    .\32xl\:m-52p {
        margin: 52%;
    }

    .\32xl\:-m-0 {
        margin: 0px;
    }

    .\32xl\:-m-1 {
        margin: -0.25rem;
    }

    .\32xl\:-m-2 {
        margin: -0.5rem;
    }

    .\32xl\:-m-3 {
        margin: -0.75rem;
    }

    .\32xl\:-m-4 {
        margin: -1rem;
    }

    .\32xl\:-m-5 {
        margin: -1.25rem;
    }

    .\32xl\:-m-6 {
        margin: -1.5rem;
    }

    .\32xl\:-m-7 {
        margin: -1.75rem;
    }

    .\32xl\:-m-8 {
        margin: -2rem;
    }

    .\32xl\:-m-9 {
        margin: -2.25rem;
    }

    .\32xl\:-m-10 {
        margin: -2.5rem;
    }

    .\32xl\:-m-11 {
        margin: -2.75rem;
    }

    .\32xl\:-m-12 {
        margin: -3rem;
    }

    .\32xl\:-m-14 {
        margin: -3.5rem;
    }

    .\32xl\:-m-16 {
        margin: -4rem;
    }

    .\32xl\:-m-18 {
        margin: -4.375rem;
    }

    .\32xl\:-m-19 {
        margin: -76px;
    }

    .\32xl\:-m-20 {
        margin: -5rem;
    }

    .\32xl\:-m-24 {
        margin: -6rem;
    }

    .\32xl\:-m-28 {
        margin: -7rem;
    }

    .\32xl\:-m-30 {
        margin: -120px;
    }

    .\32xl\:-m-32 {
        margin: -8rem;
    }

    .\32xl\:-m-36 {
        margin: -9rem;
    }

    .\32xl\:-m-40 {
        margin: -10rem;
    }

    .\32xl\:-m-44 {
        margin: -11rem;
    }

    .\32xl\:-m-48 {
        margin: -12rem;
    }

    .\32xl\:-m-52 {
        margin: -13rem;
    }

    .\32xl\:-m-56 {
        margin: -14rem;
    }

    .\32xl\:-m-60 {
        margin: -15rem;
    }

    .\32xl\:-m-64 {
        margin: -16rem;
    }

    .\32xl\:-m-72 {
        margin: -18rem;
    }

    .\32xl\:-m-80 {
        margin: -20rem;
    }

    .\32xl\:-m-96 {
        margin: -24rem;
    }

    .\32xl\:-m-px {
        margin: -1px;
    }

    .\32xl\:-m-0\.5 {
        margin: -0.125rem;
    }

    .\32xl\:-m-1\.5 {
        margin: -0.375rem;
    }

    .\32xl\:-m-2\.5 {
        margin: -0.625rem;
    }

    .\32xl\:-m-3\.5 {
        margin: -0.875rem;
    }

    .\32xl\:-m-5p {
        margin: -5px;
    }

    .\32xl\:-m-10p {
        margin: -10px;
    }

    .\32xl\:-m-14p {
        margin: -14px;
    }

    .\32xl\:-m-15p {
        margin: -15px;
    }

    .\32xl\:-m-15_2 {
        margin: -60px;
    }

    .\32xl\:-m-16_1 {
        margin: -52px;
    }

    .\32xl\:-m-16p {
        margin: -16px;
    }

    .\32xl\:-m-25p {
        margin: -25px;
    }

    .\32xl\:-m-48p {
        margin: -48%;
    }

    .\32xl\:-m-52p {
        margin: -52%;
    }

    .\32xl\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .\32xl\:mx-1 {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }

    .\32xl\:mx-2 {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .\32xl\:mx-3 {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
    }

    .\32xl\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .\32xl\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }

    .\32xl\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .\32xl\:mx-7 {
        margin-left: 1.75rem;
        margin-right: 1.75rem;
    }

    .\32xl\:mx-8 {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .\32xl\:mx-9 {
        margin-left: 2.25rem;
        margin-right: 2.25rem;
    }

    .\32xl\:mx-10 {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }

    .\32xl\:mx-11 {
        margin-left: 2.75rem;
        margin-right: 2.75rem;
    }

    .\32xl\:mx-12 {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .\32xl\:mx-13 {
        margin-left: 3.25rem;
        margin-right: 3.25rem;
    }

    .\32xl\:mx-14 {
        margin-left: 3.5rem;
        margin-right: 3.5rem;
    }

    .\32xl\:mx-16 {
        margin-left: 4rem;
        margin-right: 4rem;
    }

    .\32xl\:mx-18 {
        margin-left: 4.375rem;
        margin-right: 4.375rem;
    }

    .\32xl\:mx-19 {
        margin-left: 76px;
        margin-right: 76px;
    }

    .\32xl\:mx-20 {
        margin-left: 5rem;
        margin-right: 5rem;
    }

    .\32xl\:mx-22 {
        margin-left: 5.3125rem;
        margin-right: 5.3125rem;
    }

    .\32xl\:mx-24 {
        margin-left: 6rem;
        margin-right: 6rem;
    }

    .\32xl\:mx-28 {
        margin-left: 7rem;
        margin-right: 7rem;
    }

    .\32xl\:mx-30 {
        margin-left: 120px;
        margin-right: 120px;
    }

    .\32xl\:mx-32 {
        margin-left: 8rem;
        margin-right: 8rem;
    }

    .\32xl\:mx-36 {
        margin-left: 9rem;
        margin-right: 9rem;
    }

    .\32xl\:mx-40 {
        margin-left: 10rem;
        margin-right: 10rem;
    }

    .\32xl\:mx-44 {
        margin-left: 11rem;
        margin-right: 11rem;
    }

    .\32xl\:mx-46 {
        margin-left: 11.44rem;
        margin-right: 11.44rem;
    }

    .\32xl\:mx-48 {
        margin-left: 12rem;
        margin-right: 12rem;
    }

    .\32xl\:mx-52 {
        margin-left: 13rem;
        margin-right: 13rem;
    }

    .\32xl\:mx-56 {
        margin-left: 14rem;
        margin-right: 14rem;
    }

    .\32xl\:mx-60 {
        margin-left: 15rem;
        margin-right: 15rem;
    }

    .\32xl\:mx-64 {
        margin-left: 16rem;
        margin-right: 16rem;
    }

    .\32xl\:mx-72 {
        margin-left: 18rem;
        margin-right: 18rem;
    }

    .\32xl\:mx-80 {
        margin-left: 20rem;
        margin-right: 20rem;
    }

    .\32xl\:mx-96 {
        margin-left: 24rem;
        margin-right: 24rem;
    }

    .\32xl\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .\32xl\:mx-px {
        margin-left: 1px;
        margin-right: 1px;
    }

    .\32xl\:mx-0\.5 {
        margin-left: 0.125rem;
        margin-right: 0.125rem;
    }

    .\32xl\:mx-1\.5 {
        margin-left: 0.375rem;
        margin-right: 0.375rem;
    }

    .\32xl\:mx-2\.5 {
        margin-left: 0.625rem;
        margin-right: 0.625rem;
    }

    .\32xl\:mx-3\.5 {
        margin-left: 0.875rem;
        margin-right: 0.875rem;
    }

    .\32xl\:mx-5p {
        margin-left: 5px;
        margin-right: 5px;
    }

    .\32xl\:mx-10p {
        margin-left: 10px;
        margin-right: 10px;
    }

    .\32xl\:mx-14p {
        margin-left: 14px;
        margin-right: 14px;
    }

    .\32xl\:mx-15p {
        margin-left: 15px;
        margin-right: 15px;
    }

    .\32xl\:mx-15_2 {
        margin-left: 60px;
        margin-right: 60px;
    }

    .\32xl\:mx-16_1 {
        margin-left: 52px;
        margin-right: 52px;
    }

    .\32xl\:mx-16p {
        margin-left: 16px;
        margin-right: 16px;
    }

    .\32xl\:mx-25p {
        margin-left: 25px;
        margin-right: 25px;
    }

    .\32xl\:mx-48p {
        margin-left: 48%;
        margin-right: 48%;
    }

    .\32xl\:mx-52p {
        margin-left: 52%;
        margin-right: 52%;
    }

    .\32xl\:-mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .\32xl\:-mx-1 {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
    }

    .\32xl\:-mx-2 {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }

    .\32xl\:-mx-3 {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }

    .\32xl\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .\32xl\:-mx-5 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

    .\32xl\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .\32xl\:-mx-7 {
        margin-left: -1.75rem;
        margin-right: -1.75rem;
    }

    .\32xl\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem;
    }

    .\32xl\:-mx-9 {
        margin-left: -2.25rem;
        margin-right: -2.25rem;
    }

    .\32xl\:-mx-10 {
        margin-left: -2.5rem;
        margin-right: -2.5rem;
    }

    .\32xl\:-mx-11 {
        margin-left: -2.75rem;
        margin-right: -2.75rem;
    }

    .\32xl\:-mx-12 {
        margin-left: -3rem;
        margin-right: -3rem;
    }

    .\32xl\:-mx-14 {
        margin-left: -3.5rem;
        margin-right: -3.5rem;
    }

    .\32xl\:-mx-16 {
        margin-left: -4rem;
        margin-right: -4rem;
    }

    .\32xl\:-mx-18 {
        margin-left: -4.375rem;
        margin-right: -4.375rem;
    }

    .\32xl\:-mx-19 {
        margin-left: -76px;
        margin-right: -76px;
    }

    .\32xl\:-mx-20 {
        margin-left: -5rem;
        margin-right: -5rem;
    }

    .\32xl\:-mx-24 {
        margin-left: -6rem;
        margin-right: -6rem;
    }

    .\32xl\:-mx-28 {
        margin-left: -7rem;
        margin-right: -7rem;
    }

    .\32xl\:-mx-30 {
        margin-left: -120px;
        margin-right: -120px;
    }

    .\32xl\:-mx-32 {
        margin-left: -8rem;
        margin-right: -8rem;
    }

    .\32xl\:-mx-36 {
        margin-left: -9rem;
        margin-right: -9rem;
    }

    .\32xl\:-mx-40 {
        margin-left: -10rem;
        margin-right: -10rem;
    }

    .\32xl\:-mx-44 {
        margin-left: -11rem;
        margin-right: -11rem;
    }

    .\32xl\:-mx-48 {
        margin-left: -12rem;
        margin-right: -12rem;
    }

    .\32xl\:-mx-52 {
        margin-left: -13rem;
        margin-right: -13rem;
    }

    .\32xl\:-mx-56 {
        margin-left: -14rem;
        margin-right: -14rem;
    }

    .\32xl\:-mx-60 {
        margin-left: -15rem;
        margin-right: -15rem;
    }

    .\32xl\:-mx-64 {
        margin-left: -16rem;
        margin-right: -16rem;
    }

    .\32xl\:-mx-72 {
        margin-left: -18rem;
        margin-right: -18rem;
    }

    .\32xl\:-mx-80 {
        margin-left: -20rem;
        margin-right: -20rem;
    }

    .\32xl\:-mx-96 {
        margin-left: -24rem;
        margin-right: -24rem;
    }

    .\32xl\:-mx-px {
        margin-left: -1px;
        margin-right: -1px;
    }

    .\32xl\:-mx-0\.5 {
        margin-left: -0.125rem;
        margin-right: -0.125rem;
    }

    .\32xl\:-mx-1\.5 {
        margin-left: -0.375rem;
        margin-right: -0.375rem;
    }

    .\32xl\:-mx-2\.5 {
        margin-left: -0.625rem;
        margin-right: -0.625rem;
    }

    .\32xl\:-mx-3\.5 {
        margin-left: -0.875rem;
        margin-right: -0.875rem;
    }

    .\32xl\:-mx-5p {
        margin-left: -5px;
        margin-right: -5px;
    }

    .\32xl\:-mx-10p {
        margin-left: -10px;
        margin-right: -10px;
    }

    .\32xl\:-mx-14p {
        margin-left: -14px;
        margin-right: -14px;
    }

    .\32xl\:-mx-15p {
        margin-left: -15px;
        margin-right: -15px;
    }

    .\32xl\:-mx-15_2 {
        margin-left: -60px;
        margin-right: -60px;
    }

    .\32xl\:-mx-16_1 {
        margin-left: -52px;
        margin-right: -52px;
    }

    .\32xl\:-mx-16p {
        margin-left: -16px;
        margin-right: -16px;
    }

    .\32xl\:-mx-25p {
        margin-left: -25px;
        margin-right: -25px;
    }

    .\32xl\:-mx-48p {
        margin-left: -48%;
        margin-right: -48%;
    }

    .\32xl\:-mx-52p {
        margin-left: -52%;
        margin-right: -52%;
    }

    .\32xl\:my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .\32xl\:my-1 {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }

    .\32xl\:my-2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .\32xl\:my-3 {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }

    .\32xl\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .\32xl\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .\32xl\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .\32xl\:my-7 {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem;
    }

    .\32xl\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .\32xl\:my-9 {
        margin-top: 2.25rem;
        margin-bottom: 2.25rem;
    }

    .\32xl\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .\32xl\:my-11 {
        margin-top: 2.75rem;
        margin-bottom: 2.75rem;
    }

    .\32xl\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .\32xl\:my-13 {
        margin-top: 3.25rem;
        margin-bottom: 3.25rem;
    }

    .\32xl\:my-14 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }

    .\32xl\:my-16 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .\32xl\:my-18 {
        margin-top: 4.375rem;
        margin-bottom: 4.375rem;
    }

    .\32xl\:my-19 {
        margin-top: 76px;
        margin-bottom: 76px;
    }

    .\32xl\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .\32xl\:my-22 {
        margin-top: 5.3125rem;
        margin-bottom: 5.3125rem;
    }

    .\32xl\:my-24 {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }

    .\32xl\:my-28 {
        margin-top: 7rem;
        margin-bottom: 7rem;
    }

    .\32xl\:my-30 {
        margin-top: 120px;
        margin-bottom: 120px;
    }

    .\32xl\:my-32 {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }

    .\32xl\:my-36 {
        margin-top: 9rem;
        margin-bottom: 9rem;
    }

    .\32xl\:my-40 {
        margin-top: 10rem;
        margin-bottom: 10rem;
    }

    .\32xl\:my-44 {
        margin-top: 11rem;
        margin-bottom: 11rem;
    }

    .\32xl\:my-46 {
        margin-top: 11.44rem;
        margin-bottom: 11.44rem;
    }

    .\32xl\:my-48 {
        margin-top: 12rem;
        margin-bottom: 12rem;
    }

    .\32xl\:my-52 {
        margin-top: 13rem;
        margin-bottom: 13rem;
    }

    .\32xl\:my-56 {
        margin-top: 14rem;
        margin-bottom: 14rem;
    }

    .\32xl\:my-60 {
        margin-top: 15rem;
        margin-bottom: 15rem;
    }

    .\32xl\:my-64 {
        margin-top: 16rem;
        margin-bottom: 16rem;
    }

    .\32xl\:my-72 {
        margin-top: 18rem;
        margin-bottom: 18rem;
    }

    .\32xl\:my-80 {
        margin-top: 20rem;
        margin-bottom: 20rem;
    }

    .\32xl\:my-96 {
        margin-top: 24rem;
        margin-bottom: 24rem;
    }

    .\32xl\:my-auto {
        margin-top: auto;
        margin-bottom: auto;
    }

    .\32xl\:my-px {
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .\32xl\:my-0\.5 {
        margin-top: 0.125rem;
        margin-bottom: 0.125rem;
    }

    .\32xl\:my-1\.5 {
        margin-top: 0.375rem;
        margin-bottom: 0.375rem;
    }

    .\32xl\:my-2\.5 {
        margin-top: 0.625rem;
        margin-bottom: 0.625rem;
    }

    .\32xl\:my-3\.5 {
        margin-top: 0.875rem;
        margin-bottom: 0.875rem;
    }

    .\32xl\:my-5p {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .\32xl\:my-10p {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .\32xl\:my-14p {
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .\32xl\:my-15p {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .\32xl\:my-15_2 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .\32xl\:my-16_1 {
        margin-top: 52px;
        margin-bottom: 52px;
    }

    .\32xl\:my-16p {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .\32xl\:my-25p {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .\32xl\:my-48p {
        margin-top: 48%;
        margin-bottom: 48%;
    }

    .\32xl\:my-52p {
        margin-top: 52%;
        margin-bottom: 52%;
    }

    .\32xl\:-my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .\32xl\:-my-1 {
        margin-top: -0.25rem;
        margin-bottom: -0.25rem;
    }

    .\32xl\:-my-2 {
        margin-top: -0.5rem;
        margin-bottom: -0.5rem;
    }

    .\32xl\:-my-3 {
        margin-top: -0.75rem;
        margin-bottom: -0.75rem;
    }

    .\32xl\:-my-4 {
        margin-top: -1rem;
        margin-bottom: -1rem;
    }

    .\32xl\:-my-5 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem;
    }

    .\32xl\:-my-6 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem;
    }

    .\32xl\:-my-7 {
        margin-top: -1.75rem;
        margin-bottom: -1.75rem;
    }

    .\32xl\:-my-8 {
        margin-top: -2rem;
        margin-bottom: -2rem;
    }

    .\32xl\:-my-9 {
        margin-top: -2.25rem;
        margin-bottom: -2.25rem;
    }

    .\32xl\:-my-10 {
        margin-top: -2.5rem;
        margin-bottom: -2.5rem;
    }

    .\32xl\:-my-11 {
        margin-top: -2.75rem;
        margin-bottom: -2.75rem;
    }

    .\32xl\:-my-12 {
        margin-top: -3rem;
        margin-bottom: -3rem;
    }

    .\32xl\:-my-14 {
        margin-top: -3.5rem;
        margin-bottom: -3.5rem;
    }

    .\32xl\:-my-16 {
        margin-top: -4rem;
        margin-bottom: -4rem;
    }

    .\32xl\:-my-18 {
        margin-top: -4.375rem;
        margin-bottom: -4.375rem;
    }

    .\32xl\:-my-19 {
        margin-top: -76px;
        margin-bottom: -76px;
    }

    .\32xl\:-my-20 {
        margin-top: -5rem;
        margin-bottom: -5rem;
    }

    .\32xl\:-my-24 {
        margin-top: -6rem;
        margin-bottom: -6rem;
    }

    .\32xl\:-my-28 {
        margin-top: -7rem;
        margin-bottom: -7rem;
    }

    .\32xl\:-my-30 {
        margin-top: -120px;
        margin-bottom: -120px;
    }

    .\32xl\:-my-32 {
        margin-top: -8rem;
        margin-bottom: -8rem;
    }

    .\32xl\:-my-36 {
        margin-top: -9rem;
        margin-bottom: -9rem;
    }

    .\32xl\:-my-40 {
        margin-top: -10rem;
        margin-bottom: -10rem;
    }

    .\32xl\:-my-44 {
        margin-top: -11rem;
        margin-bottom: -11rem;
    }

    .\32xl\:-my-48 {
        margin-top: -12rem;
        margin-bottom: -12rem;
    }

    .\32xl\:-my-52 {
        margin-top: -13rem;
        margin-bottom: -13rem;
    }

    .\32xl\:-my-56 {
        margin-top: -14rem;
        margin-bottom: -14rem;
    }

    .\32xl\:-my-60 {
        margin-top: -15rem;
        margin-bottom: -15rem;
    }

    .\32xl\:-my-64 {
        margin-top: -16rem;
        margin-bottom: -16rem;
    }

    .\32xl\:-my-72 {
        margin-top: -18rem;
        margin-bottom: -18rem;
    }

    .\32xl\:-my-80 {
        margin-top: -20rem;
        margin-bottom: -20rem;
    }

    .\32xl\:-my-96 {
        margin-top: -24rem;
        margin-bottom: -24rem;
    }

    .\32xl\:-my-px {
        margin-top: -1px;
        margin-bottom: -1px;
    }

    .\32xl\:-my-0\.5 {
        margin-top: -0.125rem;
        margin-bottom: -0.125rem;
    }

    .\32xl\:-my-1\.5 {
        margin-top: -0.375rem;
        margin-bottom: -0.375rem;
    }

    .\32xl\:-my-2\.5 {
        margin-top: -0.625rem;
        margin-bottom: -0.625rem;
    }

    .\32xl\:-my-3\.5 {
        margin-top: -0.875rem;
        margin-bottom: -0.875rem;
    }

    .\32xl\:-my-5p {
        margin-top: -5px;
        margin-bottom: -5px;
    }

    .\32xl\:-my-10p {
        margin-top: -10px;
        margin-bottom: -10px;
    }

    .\32xl\:-my-14p {
        margin-top: -14px;
        margin-bottom: -14px;
    }

    .\32xl\:-my-15p {
        margin-top: -15px;
        margin-bottom: -15px;
    }

    .\32xl\:-my-15_2 {
        margin-top: -60px;
        margin-bottom: -60px;
    }

    .\32xl\:-my-16_1 {
        margin-top: -52px;
        margin-bottom: -52px;
    }

    .\32xl\:-my-16p {
        margin-top: -16px;
        margin-bottom: -16px;
    }

    .\32xl\:-my-25p {
        margin-top: -25px;
        margin-bottom: -25px;
    }

    .\32xl\:-my-48p {
        margin-top: -48%;
        margin-bottom: -48%;
    }

    .\32xl\:-my-52p {
        margin-top: -52%;
        margin-bottom: -52%;
    }

    .\32xl\:mt-0 {
        margin-top: 0px;
    }

    .\32xl\:mt-1 {
        margin-top: 0.25rem;
    }

    .\32xl\:mt-2 {
        margin-top: 0.5rem;
    }

    .\32xl\:mt-3 {
        margin-top: 0.75rem;
    }

    .\32xl\:mt-4 {
        margin-top: 1rem;
    }

    .\32xl\:mt-5 {
        margin-top: 1.25rem;
    }

    .\32xl\:mt-6 {
        margin-top: 1.5rem;
    }

    .\32xl\:mt-7 {
        margin-top: 1.75rem;
    }

    .\32xl\:mt-8 {
        margin-top: 2rem;
    }

    .\32xl\:mt-9 {
        margin-top: 2.25rem;
    }

    .\32xl\:mt-10 {
        margin-top: 2.5rem;
    }

    .\32xl\:mt-11 {
        margin-top: 2.75rem;
    }

    .\32xl\:mt-12 {
        margin-top: 3rem;
    }

    .\32xl\:mt-13 {
        margin-top: 3.25rem;
    }

    .\32xl\:mt-14 {
        margin-top: 3.5rem;
    }

    .\32xl\:mt-16 {
        margin-top: 4rem;
    }

    .\32xl\:mt-18 {
        margin-top: 4.375rem;
    }

    .\32xl\:mt-19 {
        margin-top: 76px;
    }

    .\32xl\:mt-20 {
        margin-top: 5rem;
    }

    .\32xl\:mt-22 {
        margin-top: 5.3125rem;
    }

    .\32xl\:mt-24 {
        margin-top: 6rem;
    }

    .\32xl\:mt-28 {
        margin-top: 7rem;
    }

    .\32xl\:mt-30 {
        margin-top: 120px;
    }

    .\32xl\:mt-32 {
        margin-top: 8rem;
    }

    .\32xl\:mt-36 {
        margin-top: 9rem;
    }

    .\32xl\:mt-40 {
        margin-top: 10rem;
    }

    .\32xl\:mt-44 {
        margin-top: 11rem;
    }

    .\32xl\:mt-46 {
        margin-top: 11.44rem;
    }

    .\32xl\:mt-48 {
        margin-top: 12rem;
    }

    .\32xl\:mt-52 {
        margin-top: 13rem;
    }

    .\32xl\:mt-56 {
        margin-top: 14rem;
    }

    .\32xl\:mt-60 {
        margin-top: 15rem;
    }

    .\32xl\:mt-64 {
        margin-top: 16rem;
    }

    .\32xl\:mt-72 {
        margin-top: 18rem;
    }

    .\32xl\:mt-80 {
        margin-top: 20rem;
    }

    .\32xl\:mt-96 {
        margin-top: 24rem;
    }

    .\32xl\:mt-auto {
        margin-top: auto;
    }

    .\32xl\:mt-px {
        margin-top: 1px;
    }

    .\32xl\:mt-0\.5 {
        margin-top: 0.125rem;
    }

    .\32xl\:mt-1\.5 {
        margin-top: 0.375rem;
    }

    .\32xl\:mt-2\.5 {
        margin-top: 0.625rem;
    }

    .\32xl\:mt-3\.5 {
        margin-top: 0.875rem;
    }

    .\32xl\:mt-5p {
        margin-top: 5px;
    }

    .\32xl\:mt-10p {
        margin-top: 10px;
    }

    .\32xl\:mt-14p {
        margin-top: 14px;
    }

    .\32xl\:mt-15p {
        margin-top: 15px;
    }

    .\32xl\:mt-15_2 {
        margin-top: 60px;
    }

    .\32xl\:mt-16_1 {
        margin-top: 52px;
    }

    .\32xl\:mt-16p {
        margin-top: 16px;
    }

    .\32xl\:mt-25p {
        margin-top: 25px;
    }

    .\32xl\:mt-48p {
        margin-top: 48%;
    }

    .\32xl\:mt-52p {
        margin-top: 52%;
    }

    .\32xl\:-mt-0 {
        margin-top: 0px;
    }

    .\32xl\:-mt-1 {
        margin-top: -0.25rem;
    }

    .\32xl\:-mt-2 {
        margin-top: -0.5rem;
    }

    .\32xl\:-mt-3 {
        margin-top: -0.75rem;
    }

    .\32xl\:-mt-4 {
        margin-top: -1rem;
    }

    .\32xl\:-mt-5 {
        margin-top: -1.25rem;
    }

    .\32xl\:-mt-6 {
        margin-top: -1.5rem;
    }

    .\32xl\:-mt-7 {
        margin-top: -1.75rem;
    }

    .\32xl\:-mt-8 {
        margin-top: -2rem;
    }

    .\32xl\:-mt-9 {
        margin-top: -2.25rem;
    }

    .\32xl\:-mt-10 {
        margin-top: -2.5rem;
    }

    .\32xl\:-mt-11 {
        margin-top: -2.75rem;
    }

    .\32xl\:-mt-12 {
        margin-top: -3rem;
    }

    .\32xl\:-mt-14 {
        margin-top: -3.5rem;
    }

    .\32xl\:-mt-16 {
        margin-top: -4rem;
    }

    .\32xl\:-mt-18 {
        margin-top: -4.375rem;
    }

    .\32xl\:-mt-19 {
        margin-top: -76px;
    }

    .\32xl\:-mt-20 {
        margin-top: -5rem;
    }

    .\32xl\:-mt-24 {
        margin-top: -6rem;
    }

    .\32xl\:-mt-28 {
        margin-top: -7rem;
    }

    .\32xl\:-mt-30 {
        margin-top: -120px;
    }

    .\32xl\:-mt-32 {
        margin-top: -8rem;
    }

    .\32xl\:-mt-36 {
        margin-top: -9rem;
    }

    .\32xl\:-mt-40 {
        margin-top: -10rem;
    }

    .\32xl\:-mt-44 {
        margin-top: -11rem;
    }

    .\32xl\:-mt-48 {
        margin-top: -12rem;
    }

    .\32xl\:-mt-52 {
        margin-top: -13rem;
    }

    .\32xl\:-mt-56 {
        margin-top: -14rem;
    }

    .\32xl\:-mt-60 {
        margin-top: -15rem;
    }

    .\32xl\:-mt-64 {
        margin-top: -16rem;
    }

    .\32xl\:-mt-72 {
        margin-top: -18rem;
    }

    .\32xl\:-mt-80 {
        margin-top: -20rem;
    }

    .\32xl\:-mt-96 {
        margin-top: -24rem;
    }

    .\32xl\:-mt-px {
        margin-top: -1px;
    }

    .\32xl\:-mt-0\.5 {
        margin-top: -0.125rem;
    }

    .\32xl\:-mt-1\.5 {
        margin-top: -0.375rem;
    }

    .\32xl\:-mt-2\.5 {
        margin-top: -0.625rem;
    }

    .\32xl\:-mt-3\.5 {
        margin-top: -0.875rem;
    }

    .\32xl\:-mt-5p {
        margin-top: -5px;
    }

    .\32xl\:-mt-10p {
        margin-top: -10px;
    }

    .\32xl\:-mt-14p {
        margin-top: -14px;
    }

    .\32xl\:-mt-15p {
        margin-top: -15px;
    }

    .\32xl\:-mt-15_2 {
        margin-top: -60px;
    }

    .\32xl\:-mt-16_1 {
        margin-top: -52px;
    }

    .\32xl\:-mt-16p {
        margin-top: -16px;
    }

    .\32xl\:-mt-25p {
        margin-top: -25px;
    }

    .\32xl\:-mt-48p {
        margin-top: -48%;
    }

    .\32xl\:-mt-52p {
        margin-top: -52%;
    }

    .\32xl\:mr-0 {
        margin-right: 0px;
    }

    .\32xl\:mr-1 {
        margin-right: 0.25rem;
    }

    .\32xl\:mr-2 {
        margin-right: 0.5rem;
    }

    .\32xl\:mr-3 {
        margin-right: 0.75rem;
    }

    .\32xl\:mr-4 {
        margin-right: 1rem;
    }

    .\32xl\:mr-5 {
        margin-right: 1.25rem;
    }

    .\32xl\:mr-6 {
        margin-right: 1.5rem;
    }

    .\32xl\:mr-7 {
        margin-right: 1.75rem;
    }

    .\32xl\:mr-8 {
        margin-right: 2rem;
    }

    .\32xl\:mr-9 {
        margin-right: 2.25rem;
    }

    .\32xl\:mr-10 {
        margin-right: 2.5rem;
    }

    .\32xl\:mr-11 {
        margin-right: 2.75rem;
    }

    .\32xl\:mr-12 {
        margin-right: 3rem;
    }

    .\32xl\:mr-13 {
        margin-right: 3.25rem;
    }

    .\32xl\:mr-14 {
        margin-right: 3.5rem;
    }

    .\32xl\:mr-16 {
        margin-right: 4rem;
    }

    .\32xl\:mr-18 {
        margin-right: 4.375rem;
    }

    .\32xl\:mr-19 {
        margin-right: 76px;
    }

    .\32xl\:mr-20 {
        margin-right: 5rem;
    }

    .\32xl\:mr-22 {
        margin-right: 5.3125rem;
    }

    .\32xl\:mr-24 {
        margin-right: 6rem;
    }

    .\32xl\:mr-28 {
        margin-right: 7rem;
    }

    .\32xl\:mr-30 {
        margin-right: 120px;
    }

    .\32xl\:mr-32 {
        margin-right: 8rem;
    }

    .\32xl\:mr-36 {
        margin-right: 9rem;
    }

    .\32xl\:mr-40 {
        margin-right: 10rem;
    }

    .\32xl\:mr-44 {
        margin-right: 11rem;
    }

    .\32xl\:mr-46 {
        margin-right: 11.44rem;
    }

    .\32xl\:mr-48 {
        margin-right: 12rem;
    }

    .\32xl\:mr-52 {
        margin-right: 13rem;
    }

    .\32xl\:mr-56 {
        margin-right: 14rem;
    }

    .\32xl\:mr-60 {
        margin-right: 15rem;
    }

    .\32xl\:mr-64 {
        margin-right: 16rem;
    }

    .\32xl\:mr-72 {
        margin-right: 18rem;
    }

    .\32xl\:mr-80 {
        margin-right: 20rem;
    }

    .\32xl\:mr-96 {
        margin-right: 24rem;
    }

    .\32xl\:mr-auto {
        margin-right: auto;
    }

    .\32xl\:mr-px {
        margin-right: 1px;
    }

    .\32xl\:mr-0\.5 {
        margin-right: 0.125rem;
    }

    .\32xl\:mr-1\.5 {
        margin-right: 0.375rem;
    }

    .\32xl\:mr-2\.5 {
        margin-right: 0.625rem;
    }

    .\32xl\:mr-3\.5 {
        margin-right: 0.875rem;
    }

    .\32xl\:mr-5p {
        margin-right: 5px;
    }

    .\32xl\:mr-10p {
        margin-right: 10px;
    }

    .\32xl\:mr-14p {
        margin-right: 14px;
    }

    .\32xl\:mr-15p {
        margin-right: 15px;
    }

    .\32xl\:mr-15_2 {
        margin-right: 60px;
    }

    .\32xl\:mr-16_1 {
        margin-right: 52px;
    }

    .\32xl\:mr-16p {
        margin-right: 16px;
    }

    .\32xl\:mr-25p {
        margin-right: 25px;
    }

    .\32xl\:mr-48p {
        margin-right: 48%;
    }

    .\32xl\:mr-52p {
        margin-right: 52%;
    }

    .\32xl\:-mr-0 {
        margin-right: 0px;
    }

    .\32xl\:-mr-1 {
        margin-right: -0.25rem;
    }

    .\32xl\:-mr-2 {
        margin-right: -0.5rem;
    }

    .\32xl\:-mr-3 {
        margin-right: -0.75rem;
    }

    .\32xl\:-mr-4 {
        margin-right: -1rem;
    }

    .\32xl\:-mr-5 {
        margin-right: -1.25rem;
    }

    .\32xl\:-mr-6 {
        margin-right: -1.5rem;
    }

    .\32xl\:-mr-7 {
        margin-right: -1.75rem;
    }

    .\32xl\:-mr-8 {
        margin-right: -2rem;
    }

    .\32xl\:-mr-9 {
        margin-right: -2.25rem;
    }

    .\32xl\:-mr-10 {
        margin-right: -2.5rem;
    }

    .\32xl\:-mr-11 {
        margin-right: -2.75rem;
    }

    .\32xl\:-mr-12 {
        margin-right: -3rem;
    }

    .\32xl\:-mr-14 {
        margin-right: -3.5rem;
    }

    .\32xl\:-mr-16 {
        margin-right: -4rem;
    }

    .\32xl\:-mr-18 {
        margin-right: -4.375rem;
    }

    .\32xl\:-mr-19 {
        margin-right: -76px;
    }

    .\32xl\:-mr-20 {
        margin-right: -5rem;
    }

    .\32xl\:-mr-24 {
        margin-right: -6rem;
    }

    .\32xl\:-mr-28 {
        margin-right: -7rem;
    }

    .\32xl\:-mr-30 {
        margin-right: -120px;
    }

    .\32xl\:-mr-32 {
        margin-right: -8rem;
    }

    .\32xl\:-mr-36 {
        margin-right: -9rem;
    }

    .\32xl\:-mr-40 {
        margin-right: -10rem;
    }

    .\32xl\:-mr-44 {
        margin-right: -11rem;
    }

    .\32xl\:-mr-48 {
        margin-right: -12rem;
    }

    .\32xl\:-mr-52 {
        margin-right: -13rem;
    }

    .\32xl\:-mr-56 {
        margin-right: -14rem;
    }

    .\32xl\:-mr-60 {
        margin-right: -15rem;
    }

    .\32xl\:-mr-64 {
        margin-right: -16rem;
    }

    .\32xl\:-mr-72 {
        margin-right: -18rem;
    }

    .\32xl\:-mr-80 {
        margin-right: -20rem;
    }

    .\32xl\:-mr-96 {
        margin-right: -24rem;
    }

    .\32xl\:-mr-px {
        margin-right: -1px;
    }

    .\32xl\:-mr-0\.5 {
        margin-right: -0.125rem;
    }

    .\32xl\:-mr-1\.5 {
        margin-right: -0.375rem;
    }

    .\32xl\:-mr-2\.5 {
        margin-right: -0.625rem;
    }

    .\32xl\:-mr-3\.5 {
        margin-right: -0.875rem;
    }

    .\32xl\:-mr-5p {
        margin-right: -5px;
    }

    .\32xl\:-mr-10p {
        margin-right: -10px;
    }

    .\32xl\:-mr-14p {
        margin-right: -14px;
    }

    .\32xl\:-mr-15p {
        margin-right: -15px;
    }

    .\32xl\:-mr-15_2 {
        margin-right: -60px;
    }

    .\32xl\:-mr-16_1 {
        margin-right: -52px;
    }

    .\32xl\:-mr-16p {
        margin-right: -16px;
    }

    .\32xl\:-mr-25p {
        margin-right: -25px;
    }

    .\32xl\:-mr-48p {
        margin-right: -48%;
    }

    .\32xl\:-mr-52p {
        margin-right: -52%;
    }

    .\32xl\:mb-0 {
        margin-bottom: 0px;
    }

    .\32xl\:mb-1 {
        margin-bottom: 0.25rem;
    }

    .\32xl\:mb-2 {
        margin-bottom: 0.5rem;
    }

    .\32xl\:mb-3 {
        margin-bottom: 0.75rem;
    }

    .\32xl\:mb-4 {
        margin-bottom: 1rem;
    }

    .\32xl\:mb-5 {
        margin-bottom: 1.25rem;
    }

    .\32xl\:mb-6 {
        margin-bottom: 1.5rem;
    }

    .\32xl\:mb-7 {
        margin-bottom: 1.75rem;
    }

    .\32xl\:mb-8 {
        margin-bottom: 2rem;
    }

    .\32xl\:mb-9 {
        margin-bottom: 2.25rem;
    }

    .\32xl\:mb-10 {
        margin-bottom: 2.5rem;
    }

    .\32xl\:mb-11 {
        margin-bottom: 2.75rem;
    }

    .\32xl\:mb-12 {
        margin-bottom: 3rem;
    }

    .\32xl\:mb-13 {
        margin-bottom: 3.25rem;
    }

    .\32xl\:mb-14 {
        margin-bottom: 3.5rem;
    }

    .\32xl\:mb-16 {
        margin-bottom: 4rem;
    }

    .\32xl\:mb-18 {
        margin-bottom: 4.375rem;
    }

    .\32xl\:mb-19 {
        margin-bottom: 76px;
    }

    .\32xl\:mb-20 {
        margin-bottom: 5rem;
    }

    .\32xl\:mb-22 {
        margin-bottom: 5.3125rem;
    }

    .\32xl\:mb-24 {
        margin-bottom: 6rem;
    }

    .\32xl\:mb-28 {
        margin-bottom: 7rem;
    }

    .\32xl\:mb-30 {
        margin-bottom: 120px;
    }

    .\32xl\:mb-32 {
        margin-bottom: 8rem;
    }

    .\32xl\:mb-36 {
        margin-bottom: 9rem;
    }

    .\32xl\:mb-40 {
        margin-bottom: 10rem;
    }

    .\32xl\:mb-44 {
        margin-bottom: 11rem;
    }

    .\32xl\:mb-46 {
        margin-bottom: 11.44rem;
    }

    .\32xl\:mb-48 {
        margin-bottom: 12rem;
    }

    .\32xl\:mb-52 {
        margin-bottom: 13rem;
    }

    .\32xl\:mb-56 {
        margin-bottom: 14rem;
    }

    .\32xl\:mb-60 {
        margin-bottom: 15rem;
    }

    .\32xl\:mb-64 {
        margin-bottom: 16rem;
    }

    .\32xl\:mb-72 {
        margin-bottom: 18rem;
    }

    .\32xl\:mb-80 {
        margin-bottom: 20rem;
    }

    .\32xl\:mb-96 {
        margin-bottom: 24rem;
    }

    .\32xl\:mb-auto {
        margin-bottom: auto;
    }

    .\32xl\:mb-px {
        margin-bottom: 1px;
    }

    .\32xl\:mb-0\.5 {
        margin-bottom: 0.125rem;
    }

    .\32xl\:mb-1\.5 {
        margin-bottom: 0.375rem;
    }

    .\32xl\:mb-2\.5 {
        margin-bottom: 0.625rem;
    }

    .\32xl\:mb-3\.5 {
        margin-bottom: 0.875rem;
    }

    .\32xl\:mb-5p {
        margin-bottom: 5px;
    }

    .\32xl\:mb-10p {
        margin-bottom: 10px;
    }

    .\32xl\:mb-14p {
        margin-bottom: 14px;
    }

    .\32xl\:mb-15p {
        margin-bottom: 15px;
    }

    .\32xl\:mb-15_2 {
        margin-bottom: 60px;
    }

    .\32xl\:mb-16_1 {
        margin-bottom: 52px;
    }

    .\32xl\:mb-16p {
        margin-bottom: 16px;
    }

    .\32xl\:mb-25p {
        margin-bottom: 25px;
    }

    .\32xl\:mb-48p {
        margin-bottom: 48%;
    }

    .\32xl\:mb-52p {
        margin-bottom: 52%;
    }

    .\32xl\:-mb-0 {
        margin-bottom: 0px;
    }

    .\32xl\:-mb-1 {
        margin-bottom: -0.25rem;
    }

    .\32xl\:-mb-2 {
        margin-bottom: -0.5rem;
    }

    .\32xl\:-mb-3 {
        margin-bottom: -0.75rem;
    }

    .\32xl\:-mb-4 {
        margin-bottom: -1rem;
    }

    .\32xl\:-mb-5 {
        margin-bottom: -1.25rem;
    }

    .\32xl\:-mb-6 {
        margin-bottom: -1.5rem;
    }

    .\32xl\:-mb-7 {
        margin-bottom: -1.75rem;
    }

    .\32xl\:-mb-8 {
        margin-bottom: -2rem;
    }

    .\32xl\:-mb-9 {
        margin-bottom: -2.25rem;
    }

    .\32xl\:-mb-10 {
        margin-bottom: -2.5rem;
    }

    .\32xl\:-mb-11 {
        margin-bottom: -2.75rem;
    }

    .\32xl\:-mb-12 {
        margin-bottom: -3rem;
    }

    .\32xl\:-mb-14 {
        margin-bottom: -3.5rem;
    }

    .\32xl\:-mb-16 {
        margin-bottom: -4rem;
    }

    .\32xl\:-mb-18 {
        margin-bottom: -4.375rem;
    }

    .\32xl\:-mb-19 {
        margin-bottom: -76px;
    }

    .\32xl\:-mb-20 {
        margin-bottom: -5rem;
    }

    .\32xl\:-mb-24 {
        margin-bottom: -6rem;
    }

    .\32xl\:-mb-28 {
        margin-bottom: -7rem;
    }

    .\32xl\:-mb-30 {
        margin-bottom: -120px;
    }

    .\32xl\:-mb-32 {
        margin-bottom: -8rem;
    }

    .\32xl\:-mb-36 {
        margin-bottom: -9rem;
    }

    .\32xl\:-mb-40 {
        margin-bottom: -10rem;
    }

    .\32xl\:-mb-44 {
        margin-bottom: -11rem;
    }

    .\32xl\:-mb-48 {
        margin-bottom: -12rem;
    }

    .\32xl\:-mb-52 {
        margin-bottom: -13rem;
    }

    .\32xl\:-mb-56 {
        margin-bottom: -14rem;
    }

    .\32xl\:-mb-60 {
        margin-bottom: -15rem;
    }

    .\32xl\:-mb-64 {
        margin-bottom: -16rem;
    }

    .\32xl\:-mb-72 {
        margin-bottom: -18rem;
    }

    .\32xl\:-mb-80 {
        margin-bottom: -20rem;
    }

    .\32xl\:-mb-96 {
        margin-bottom: -24rem;
    }

    .\32xl\:-mb-px {
        margin-bottom: -1px;
    }

    .\32xl\:-mb-0\.5 {
        margin-bottom: -0.125rem;
    }

    .\32xl\:-mb-1\.5 {
        margin-bottom: -0.375rem;
    }

    .\32xl\:-mb-2\.5 {
        margin-bottom: -0.625rem;
    }

    .\32xl\:-mb-3\.5 {
        margin-bottom: -0.875rem;
    }

    .\32xl\:-mb-5p {
        margin-bottom: -5px;
    }

    .\32xl\:-mb-10p {
        margin-bottom: -10px;
    }

    .\32xl\:-mb-14p {
        margin-bottom: -14px;
    }

    .\32xl\:-mb-15p {
        margin-bottom: -15px;
    }

    .\32xl\:-mb-15_2 {
        margin-bottom: -60px;
    }

    .\32xl\:-mb-16_1 {
        margin-bottom: -52px;
    }

    .\32xl\:-mb-16p {
        margin-bottom: -16px;
    }

    .\32xl\:-mb-25p {
        margin-bottom: -25px;
    }

    .\32xl\:-mb-48p {
        margin-bottom: -48%;
    }

    .\32xl\:-mb-52p {
        margin-bottom: -52%;
    }

    .\32xl\:ml-0 {
        margin-left: 0px;
    }

    .\32xl\:ml-1 {
        margin-left: 0.25rem;
    }

    .\32xl\:ml-2 {
        margin-left: 0.5rem;
    }

    .\32xl\:ml-3 {
        margin-left: 0.75rem;
    }

    .\32xl\:ml-4 {
        margin-left: 1rem;
    }

    .\32xl\:ml-5 {
        margin-left: 1.25rem;
    }

    .\32xl\:ml-6 {
        margin-left: 1.5rem;
    }

    .\32xl\:ml-7 {
        margin-left: 1.75rem;
    }

    .\32xl\:ml-8 {
        margin-left: 2rem;
    }

    .\32xl\:ml-9 {
        margin-left: 2.25rem;
    }

    .\32xl\:ml-10 {
        margin-left: 2.5rem;
    }

    .\32xl\:ml-11 {
        margin-left: 2.75rem;
    }

    .\32xl\:ml-12 {
        margin-left: 3rem;
    }

    .\32xl\:ml-13 {
        margin-left: 3.25rem;
    }

    .\32xl\:ml-14 {
        margin-left: 3.5rem;
    }

    .\32xl\:ml-16 {
        margin-left: 4rem;
    }

    .\32xl\:ml-18 {
        margin-left: 4.375rem;
    }

    .\32xl\:ml-19 {
        margin-left: 76px;
    }

    .\32xl\:ml-20 {
        margin-left: 5rem;
    }

    .\32xl\:ml-22 {
        margin-left: 5.3125rem;
    }

    .\32xl\:ml-24 {
        margin-left: 6rem;
    }

    .\32xl\:ml-28 {
        margin-left: 7rem;
    }

    .\32xl\:ml-30 {
        margin-left: 120px;
    }

    .\32xl\:ml-32 {
        margin-left: 8rem;
    }

    .\32xl\:ml-36 {
        margin-left: 9rem;
    }

    .\32xl\:ml-40 {
        margin-left: 10rem;
    }

    .\32xl\:ml-44 {
        margin-left: 11rem;
    }

    .\32xl\:ml-46 {
        margin-left: 11.44rem;
    }

    .\32xl\:ml-48 {
        margin-left: 12rem;
    }

    .\32xl\:ml-52 {
        margin-left: 13rem;
    }

    .\32xl\:ml-56 {
        margin-left: 14rem;
    }

    .\32xl\:ml-60 {
        margin-left: 15rem;
    }

    .\32xl\:ml-64 {
        margin-left: 16rem;
    }

    .\32xl\:ml-72 {
        margin-left: 18rem;
    }

    .\32xl\:ml-80 {
        margin-left: 20rem;
    }

    .\32xl\:ml-96 {
        margin-left: 24rem;
    }

    .\32xl\:ml-auto {
        margin-left: auto;
    }

    .\32xl\:ml-px {
        margin-left: 1px;
    }

    .\32xl\:ml-0\.5 {
        margin-left: 0.125rem;
    }

    .\32xl\:ml-1\.5 {
        margin-left: 0.375rem;
    }

    .\32xl\:ml-2\.5 {
        margin-left: 0.625rem;
    }

    .\32xl\:ml-3\.5 {
        margin-left: 0.875rem;
    }

    .\32xl\:ml-5p {
        margin-left: 5px;
    }

    .\32xl\:ml-10p {
        margin-left: 10px;
    }

    .\32xl\:ml-14p {
        margin-left: 14px;
    }

    .\32xl\:ml-15p {
        margin-left: 15px;
    }

    .\32xl\:ml-15_2 {
        margin-left: 60px;
    }

    .\32xl\:ml-16_1 {
        margin-left: 52px;
    }

    .\32xl\:ml-16p {
        margin-left: 16px;
    }

    .\32xl\:ml-25p {
        margin-left: 25px;
    }

    .\32xl\:ml-48p {
        margin-left: 48%;
    }

    .\32xl\:ml-52p {
        margin-left: 52%;
    }

    .\32xl\:-ml-0 {
        margin-left: 0px;
    }

    .\32xl\:-ml-1 {
        margin-left: -0.25rem;
    }

    .\32xl\:-ml-2 {
        margin-left: -0.5rem;
    }

    .\32xl\:-ml-3 {
        margin-left: -0.75rem;
    }

    .\32xl\:-ml-4 {
        margin-left: -1rem;
    }

    .\32xl\:-ml-5 {
        margin-left: -1.25rem;
    }

    .\32xl\:-ml-6 {
        margin-left: -1.5rem;
    }

    .\32xl\:-ml-7 {
        margin-left: -1.75rem;
    }

    .\32xl\:-ml-8 {
        margin-left: -2rem;
    }

    .\32xl\:-ml-9 {
        margin-left: -2.25rem;
    }

    .\32xl\:-ml-10 {
        margin-left: -2.5rem;
    }

    .\32xl\:-ml-11 {
        margin-left: -2.75rem;
    }

    .\32xl\:-ml-12 {
        margin-left: -3rem;
    }

    .\32xl\:-ml-14 {
        margin-left: -3.5rem;
    }

    .\32xl\:-ml-16 {
        margin-left: -4rem;
    }

    .\32xl\:-ml-18 {
        margin-left: -4.375rem;
    }

    .\32xl\:-ml-19 {
        margin-left: -76px;
    }

    .\32xl\:-ml-20 {
        margin-left: -5rem;
    }

    .\32xl\:-ml-24 {
        margin-left: -6rem;
    }

    .\32xl\:-ml-28 {
        margin-left: -7rem;
    }

    .\32xl\:-ml-30 {
        margin-left: -120px;
    }

    .\32xl\:-ml-32 {
        margin-left: -8rem;
    }

    .\32xl\:-ml-36 {
        margin-left: -9rem;
    }

    .\32xl\:-ml-40 {
        margin-left: -10rem;
    }

    .\32xl\:-ml-44 {
        margin-left: -11rem;
    }

    .\32xl\:-ml-48 {
        margin-left: -12rem;
    }

    .\32xl\:-ml-52 {
        margin-left: -13rem;
    }

    .\32xl\:-ml-56 {
        margin-left: -14rem;
    }

    .\32xl\:-ml-60 {
        margin-left: -15rem;
    }

    .\32xl\:-ml-64 {
        margin-left: -16rem;
    }

    .\32xl\:-ml-72 {
        margin-left: -18rem;
    }

    .\32xl\:-ml-80 {
        margin-left: -20rem;
    }

    .\32xl\:-ml-96 {
        margin-left: -24rem;
    }

    .\32xl\:-ml-px {
        margin-left: -1px;
    }

    .\32xl\:-ml-0\.5 {
        margin-left: -0.125rem;
    }

    .\32xl\:-ml-1\.5 {
        margin-left: -0.375rem;
    }

    .\32xl\:-ml-2\.5 {
        margin-left: -0.625rem;
    }

    .\32xl\:-ml-3\.5 {
        margin-left: -0.875rem;
    }

    .\32xl\:-ml-5p {
        margin-left: -5px;
    }

    .\32xl\:-ml-10p {
        margin-left: -10px;
    }

    .\32xl\:-ml-14p {
        margin-left: -14px;
    }

    .\32xl\:-ml-15p {
        margin-left: -15px;
    }

    .\32xl\:-ml-15_2 {
        margin-left: -60px;
    }

    .\32xl\:-ml-16_1 {
        margin-left: -52px;
    }

    .\32xl\:-ml-16p {
        margin-left: -16px;
    }

    .\32xl\:-ml-25p {
        margin-left: -25px;
    }

    .\32xl\:-ml-48p {
        margin-left: -48%;
    }

    .\32xl\:-ml-52p {
        margin-left: -52%;
    }

    .\32xl\:box-border {
        box-sizing: border-box;
    }

    .\32xl\:box-content {
        box-sizing: content-box;
    }

    .\32xl\:block {
        display: block;
    }

    .\32xl\:inline-block {
        display: inline-block;
    }

    .\32xl\:inline {
        display: inline;
    }

    .\32xl\:flex {
        display: flex;
    }

    .\32xl\:inline-flex {
        display: inline-flex;
    }

    .\32xl\:table {
        display: table;
    }

    .\32xl\:inline-table {
        display: inline-table;
    }

    .\32xl\:table-caption {
        display: table-caption;
    }

    .\32xl\:table-cell {
        display: table-cell;
    }

    .\32xl\:table-column {
        display: table-column;
    }

    .\32xl\:table-column-group {
        display: table-column-group;
    }

    .\32xl\:table-footer-group {
        display: table-footer-group;
    }

    .\32xl\:table-header-group {
        display: table-header-group;
    }

    .\32xl\:table-row-group {
        display: table-row-group;
    }

    .\32xl\:table-row {
        display: table-row;
    }

    .\32xl\:flow-root {
        display: flow-root;
    }

    .\32xl\:grid {
        display: grid;
    }

    .\32xl\:inline-grid {
        display: inline-grid;
    }

    .\32xl\:contents {
        display: contents;
    }

    .\32xl\:list-item {
        display: list-item;
    }

    .\32xl\:hidden {
        display: none;
    }

    .\32xl\:h-0 {
        height: 0px;
    }

    .\32xl\:h-1 {
        height: 0.25rem;
    }

    .\32xl\:h-2 {
        height: 0.5rem;
    }

    .\32xl\:h-3 {
        height: 0.75rem;
    }

    .\32xl\:h-4 {
        height: 1rem;
    }

    .\32xl\:h-5 {
        height: 1.25rem;
    }

    .\32xl\:h-6 {
        height: 1.5rem;
    }

    .\32xl\:h-7 {
        height: 1.75rem;
    }

    .\32xl\:h-8 {
        height: 2rem;
    }

    .\32xl\:h-9 {
        height: 2.25rem;
    }

    .\32xl\:h-10 {
        height: 2.5rem;
    }

    .\32xl\:h-11 {
        height: 2.75rem;
    }

    .\32xl\:h-12 {
        height: 3rem;
    }

    .\32xl\:h-14 {
        height: 3.5rem;
    }

    .\32xl\:h-16 {
        height: 4rem;
    }

    .\32xl\:h-18 {
        height: 4.375rem;
    }

    .\32xl\:h-19 {
        height: 76px;
    }

    .\32xl\:h-20 {
        height: 5rem;
    }

    .\32xl\:h-24 {
        height: 6rem;
    }

    .\32xl\:h-28 {
        height: 7rem;
    }

    .\32xl\:h-30 {
        height: 120px;
    }

    .\32xl\:h-32 {
        height: 8rem;
    }

    .\32xl\:h-36 {
        height: 9rem;
    }

    .\32xl\:h-40 {
        height: 10rem;
    }

    .\32xl\:h-44 {
        height: 11rem;
    }

    .\32xl\:h-48 {
        height: 12rem;
    }

    .\32xl\:h-52 {
        height: 13rem;
    }

    .\32xl\:h-56 {
        height: 14rem;
    }

    .\32xl\:h-60 {
        height: 15rem;
    }

    .\32xl\:h-64 {
        height: 16rem;
    }

    .\32xl\:h-72 {
        height: 18rem;
    }

    .\32xl\:h-80 {
        height: 20rem;
    }

    .\32xl\:h-96 {
        height: 24rem;
    }

    .\32xl\:h-auto {
        height: auto;
    }

    .\32xl\:h-px {
        height: 1px;
    }

    .\32xl\:h-0\.5 {
        height: 0.125rem;
    }

    .\32xl\:h-1\.5 {
        height: 0.375rem;
    }

    .\32xl\:h-2\.5 {
        height: 0.625rem;
    }

    .\32xl\:h-3\.5 {
        height: 0.875rem;
    }

    .\32xl\:h-5p {
        height: 5px;
    }

    .\32xl\:h-10p {
        height: 10px;
    }

    .\32xl\:h-14p {
        height: 14px;
    }

    .\32xl\:h-15p {
        height: 15px;
    }

    .\32xl\:h-15_2 {
        height: 60px;
    }

    .\32xl\:h-16_1 {
        height: 52px;
    }

    .\32xl\:h-16p {
        height: 16px;
    }

    .\32xl\:h-25p {
        height: 25px;
    }

    .\32xl\:h-48p {
        height: 48%;
    }

    .\32xl\:h-52p {
        height: 52%;
    }

    .\32xl\:h-1\/2 {
        height: 50%;
    }

    .\32xl\:h-1\/3 {
        height: 33.333333%;
    }

    .\32xl\:h-2\/3 {
        height: 66.666667%;
    }

    .\32xl\:h-1\/4 {
        height: 25%;
    }

    .\32xl\:h-2\/4 {
        height: 50%;
    }

    .\32xl\:h-3\/4 {
        height: 75%;
    }

    .\32xl\:h-1\/5 {
        height: 20%;
    }

    .\32xl\:h-2\/5 {
        height: 40%;
    }

    .\32xl\:h-3\/5 {
        height: 60%;
    }

    .\32xl\:h-4\/5 {
        height: 80%;
    }

    .\32xl\:h-1\/6 {
        height: 16.666667%;
    }

    .\32xl\:h-2\/6 {
        height: 33.333333%;
    }

    .\32xl\:h-3\/6 {
        height: 50%;
    }

    .\32xl\:h-4\/6 {
        height: 66.666667%;
    }

    .\32xl\:h-5\/6 {
        height: 83.333333%;
    }

    .\32xl\:h-full {
        height: 100%;
    }

    .\32xl\:h-screen {
        height: 100vh;
    }

    .\32xl\:max-h-0 {
        max-height: 0px;
    }

    .\32xl\:max-h-1 {
        max-height: 0.25rem;
    }

    .\32xl\:max-h-2 {
        max-height: 0.5rem;
    }

    .\32xl\:max-h-3 {
        max-height: 0.75rem;
    }

    .\32xl\:max-h-4 {
        max-height: 1rem;
    }

    .\32xl\:max-h-5 {
        max-height: 1.25rem;
    }

    .\32xl\:max-h-6 {
        max-height: 1.5rem;
    }

    .\32xl\:max-h-7 {
        max-height: 1.75rem;
    }

    .\32xl\:max-h-8 {
        max-height: 2rem;
    }

    .\32xl\:max-h-9 {
        max-height: 2.25rem;
    }

    .\32xl\:max-h-10 {
        max-height: 2.5rem;
    }

    .\32xl\:max-h-11 {
        max-height: 2.75rem;
    }

    .\32xl\:max-h-12 {
        max-height: 3rem;
    }

    .\32xl\:max-h-14 {
        max-height: 3.5rem;
    }

    .\32xl\:max-h-16 {
        max-height: 4rem;
    }

    .\32xl\:max-h-18 {
        max-height: 4.375rem;
    }

    .\32xl\:max-h-19 {
        max-height: 76px;
    }

    .\32xl\:max-h-20 {
        max-height: 5rem;
    }

    .\32xl\:max-h-24 {
        max-height: 6rem;
    }

    .\32xl\:max-h-28 {
        max-height: 7rem;
    }

    .\32xl\:max-h-30 {
        max-height: 120px;
    }

    .\32xl\:max-h-32 {
        max-height: 8rem;
    }

    .\32xl\:max-h-36 {
        max-height: 9rem;
    }

    .\32xl\:max-h-40 {
        max-height: 10rem;
    }

    .\32xl\:max-h-44 {
        max-height: 11rem;
    }

    .\32xl\:max-h-48 {
        max-height: 12rem;
    }

    .\32xl\:max-h-52 {
        max-height: 13rem;
    }

    .\32xl\:max-h-56 {
        max-height: 14rem;
    }

    .\32xl\:max-h-60 {
        max-height: 15rem;
    }

    .\32xl\:max-h-64 {
        max-height: 16rem;
    }

    .\32xl\:max-h-72 {
        max-height: 18rem;
    }

    .\32xl\:max-h-80 {
        max-height: 20rem;
    }

    .\32xl\:max-h-96 {
        max-height: 24rem;
    }

    .\32xl\:max-h-px {
        max-height: 1px;
    }

    .\32xl\:max-h-0\.5 {
        max-height: 0.125rem;
    }

    .\32xl\:max-h-1\.5 {
        max-height: 0.375rem;
    }

    .\32xl\:max-h-2\.5 {
        max-height: 0.625rem;
    }

    .\32xl\:max-h-3\.5 {
        max-height: 0.875rem;
    }

    .\32xl\:max-h-5p {
        max-height: 5px;
    }

    .\32xl\:max-h-10p {
        max-height: 10px;
    }

    .\32xl\:max-h-14p {
        max-height: 14px;
    }

    .\32xl\:max-h-15p {
        max-height: 15px;
    }

    .\32xl\:max-h-15_2 {
        max-height: 60px;
    }

    .\32xl\:max-h-16_1 {
        max-height: 52px;
    }

    .\32xl\:max-h-16p {
        max-height: 16px;
    }

    .\32xl\:max-h-25p {
        max-height: 25px;
    }

    .\32xl\:max-h-48p {
        max-height: 48%;
    }

    .\32xl\:max-h-52p {
        max-height: 52%;
    }

    .\32xl\:max-h-full {
        max-height: 100%;
    }

    .\32xl\:max-h-screen {
        max-height: 100vh;
    }

    .\32xl\:min-h-0 {
        min-height: 0px;
    }

    .\32xl\:min-h-full {
        min-height: 100%;
    }

    .\32xl\:min-h-screen {
        min-height: 100vh;
    }

    .\32xl\:w-0 {
        width: 0px;
    }

    .\32xl\:w-1 {
        width: 0.25rem;
    }

    .\32xl\:w-2 {
        width: 0.5rem;
    }

    .\32xl\:w-3 {
        width: 0.75rem;
    }

    .\32xl\:w-4 {
        width: 1rem;
    }

    .\32xl\:w-5 {
        width: 1.25rem;
    }

    .\32xl\:w-6 {
        width: 1.5rem;
    }

    .\32xl\:w-7 {
        width: 1.75rem;
    }

    .\32xl\:w-8 {
        width: 2rem;
    }

    .\32xl\:w-9 {
        width: 2.25rem;
    }

    .\32xl\:w-10 {
        width: 2.5rem;
    }

    .\32xl\:w-11 {
        width: 2.75rem;
    }

    .\32xl\:w-12 {
        width: 3rem;
    }

    .\32xl\:w-14 {
        width: 3.5rem;
    }

    .\32xl\:w-16 {
        width: 4rem;
    }

    .\32xl\:w-18 {
        width: 4.375rem;
    }

    .\32xl\:w-19 {
        width: 76px;
    }

    .\32xl\:w-20 {
        width: 5rem;
    }

    .\32xl\:w-24 {
        width: 6rem;
    }

    .\32xl\:w-28 {
        width: 7rem;
    }

    .\32xl\:w-30 {
        width: 120px;
    }

    .\32xl\:w-32 {
        width: 8rem;
    }

    .\32xl\:w-36 {
        width: 9rem;
    }

    .\32xl\:w-40 {
        width: 10rem;
    }

    .\32xl\:w-44 {
        width: 11rem;
    }

    .\32xl\:w-48 {
        width: 12rem;
    }

    .\32xl\:w-52 {
        width: 13rem;
    }

    .\32xl\:w-56 {
        width: 14rem;
    }

    .\32xl\:w-60 {
        width: 15rem;
    }

    .\32xl\:w-64 {
        width: 16rem;
    }

    .\32xl\:w-72 {
        width: 18rem;
    }

    .\32xl\:w-80 {
        width: 20rem;
    }

    .\32xl\:w-96 {
        width: 24rem;
    }

    .\32xl\:w-auto {
        width: auto;
    }

    .\32xl\:w-px {
        width: 1px;
    }

    .\32xl\:w-0\.5 {
        width: 0.125rem;
    }

    .\32xl\:w-1\.5 {
        width: 0.375rem;
    }

    .\32xl\:w-2\.5 {
        width: 0.625rem;
    }

    .\32xl\:w-3\.5 {
        width: 0.875rem;
    }

    .\32xl\:w-5p {
        width: 5px;
    }

    .\32xl\:w-10p {
        width: 10px;
    }

    .\32xl\:w-14p {
        width: 14px;
    }

    .\32xl\:w-15p {
        width: 15px;
    }

    .\32xl\:w-15_2 {
        width: 60px;
    }

    .\32xl\:w-16_1 {
        width: 52px;
    }

    .\32xl\:w-16p {
        width: 16px;
    }

    .\32xl\:w-25p {
        width: 25px;
    }

    .\32xl\:w-48p {
        width: 48%;
    }

    .\32xl\:w-52p {
        width: 52%;
    }

    .\32xl\:w-1\/2 {
        width: 50%;
    }

    .\32xl\:w-1\/3 {
        width: 33.333333%;
    }

    .\32xl\:w-2\/3 {
        width: 66.666667%;
    }

    .\32xl\:w-1\/4 {
        width: 25%;
    }

    .\32xl\:w-2\/4 {
        width: 50%;
    }

    .\32xl\:w-3\/4 {
        width: 75%;
    }

    .\32xl\:w-1\/5 {
        width: 20%;
    }

    .\32xl\:w-2\/5 {
        width: 40%;
    }

    .\32xl\:w-3\/5 {
        width: 60%;
    }

    .\32xl\:w-4\/5 {
        width: 80%;
    }

    .\32xl\:w-1\/6 {
        width: 16.666667%;
    }

    .\32xl\:w-2\/6 {
        width: 33.333333%;
    }

    .\32xl\:w-3\/6 {
        width: 50%;
    }

    .\32xl\:w-4\/6 {
        width: 66.666667%;
    }

    .\32xl\:w-5\/6 {
        width: 83.333333%;
    }

    .\32xl\:w-1\/12 {
        width: 8.333333%;
    }

    .\32xl\:w-2\/12 {
        width: 16.666667%;
    }

    .\32xl\:w-3\/12 {
        width: 25%;
    }

    .\32xl\:w-4\/12 {
        width: 33.333333%;
    }

    .\32xl\:w-5\/12 {
        width: 41.666667%;
    }

    .\32xl\:w-6\/12 {
        width: 50%;
    }

    .\32xl\:w-7\/12 {
        width: 58.333333%;
    }

    .\32xl\:w-8\/12 {
        width: 66.666667%;
    }

    .\32xl\:w-9\/12 {
        width: 75%;
    }

    .\32xl\:w-10\/12 {
        width: 83.333333%;
    }

    .\32xl\:w-11\/12 {
        width: 91.666667%;
    }

    .\32xl\:w-full {
        width: 100%;
    }

    .\32xl\:w-screen {
        width: 100vw;
    }

    .\32xl\:w-min {
        width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content;
    }

    .\32xl\:w-max {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .\32xl\:w-51\% {
        width: 51%;
    }

    .\32xl\:w-49\% {
        width: 49%;
    }

    .\32xl\:min-w-0 {
        min-width: 0px;
    }

    .\32xl\:min-w-full {
        min-width: 100%;
    }

    .\32xl\:min-w-min {
        min-width: -webkit-min-content;
        min-width: -moz-min-content;
        min-width: min-content;
    }

    .\32xl\:min-w-max {
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
    }

    .\32xl\:max-w-0 {
        max-width: 0rem;
    }

    .\32xl\:max-w-none {
        max-width: none;
    }

    .\32xl\:max-w-xs {
        max-width: 20rem;
    }

    .\32xl\:max-w-sm {
        max-width: 24rem;
    }

    .\32xl\:max-w-md {
        max-width: 28rem;
    }

    .\32xl\:max-w-lg {
        max-width: 32rem;
    }

    .\32xl\:max-w-xl {
        max-width: 36rem;
    }

    .\32xl\:max-w-2xl {
        max-width: 42rem;
    }

    .\32xl\:max-w-3xl {
        max-width: 48rem;
    }

    .\32xl\:max-w-4xl {
        max-width: 56rem;
    }

    .\32xl\:max-w-5xl {
        max-width: 64rem;
    }

    .\32xl\:max-w-6xl {
        max-width: 72rem;
    }

    .\32xl\:max-w-7xl {
        max-width: 80rem;
    }

    .\32xl\:max-w-full {
        max-width: 100%;
    }

    .\32xl\:max-w-min {
        max-width: -webkit-min-content;
        max-width: -moz-min-content;
        max-width: min-content;
    }

    .\32xl\:max-w-max {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }

    .\32xl\:max-w-prose {
        max-width: 65ch;
    }

    .\32xl\:max-w-screen-sm {
        max-width: 600px;
    }

    .\32xl\:max-w-screen-md {
        max-width: 768px;
    }

    .\32xl\:max-w-screen-lg {
        max-width: 992px;
    }

    .\32xl\:max-w-screen-xl {
        max-width: 1280px;
    }

    .\32xl\:max-w-screen-2xl {
        max-width: 1536px;
    }

    .\32xl\:max-w-1\.5xl {
        max-width: 40rem;
    }

    .\32xl\:max-w-3\.5xl {
        max-width: 51.5rem;
    }

    .\32xl\:max-w-4\.5xl {
        max-width: 62.5rem;
    }

    .\32xl\:max-w-thumb {
        max-width: 11.375rem;
    }

    .\32xl\:max-w-discription {
        max-width: 248px;
    }

    .\32xl\:max-w-5\.5xl {
        max-width: 1132px;
    }

    .\32xl\:flex-1 {
        flex: 1 1 0%;
    }

    .\32xl\:flex-auto {
        flex: 1 1 auto;
    }

    .\32xl\:flex-initial {
        flex: 0 1 auto;
    }

    .\32xl\:flex-none {
        flex: none;
    }

    .\32xl\:flex-shrink-0 {
        flex-shrink: 0;
    }

    .\32xl\:flex-shrink {
        flex-shrink: 1;
    }

    .\32xl\:flex-grow-0 {
        flex-grow: 0;
    }

    .\32xl\:flex-grow {
        flex-grow: 1;
    }

    .\32xl\:table-auto {
        table-layout: auto;
    }

    .\32xl\:table-fixed {
        table-layout: fixed;
    }

    .\32xl\:border-collapse {
        border-collapse: collapse;
    }

    .\32xl\:border-separate {
        border-collapse: separate;
    }

    .\32xl\:origin-center {
        transform-origin: center;
    }

    .\32xl\:origin-top {
        transform-origin: top;
    }

    .\32xl\:origin-top-right {
        transform-origin: top right;
    }

    .\32xl\:origin-right {
        transform-origin: right;
    }

    .\32xl\:origin-bottom-right {
        transform-origin: bottom right;
    }

    .\32xl\:origin-bottom {
        transform-origin: bottom;
    }

    .\32xl\:origin-bottom-left {
        transform-origin: bottom left;
    }

    .\32xl\:origin-left {
        transform-origin: left;
    }

    .\32xl\:origin-top-left {
        transform-origin: top left;
    }

    .\32xl\:transform {
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        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));
    }

    .\32xl\:transform-gpu {
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        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));
    }

    .\32xl\:transform-none {
        transform: none;
    }

    .\32xl\:translate-x-0 {
        --tw-translate-x: 0px;
    }

    .\32xl\:translate-x-1 {
        --tw-translate-x: 0.25rem;
    }

    .\32xl\:translate-x-2 {
        --tw-translate-x: 0.5rem;
    }

    .\32xl\:translate-x-3 {
        --tw-translate-x: 0.75rem;
    }

    .\32xl\:translate-x-4 {
        --tw-translate-x: 1rem;
    }

    .\32xl\:translate-x-5 {
        --tw-translate-x: 1.25rem;
    }

    .\32xl\:translate-x-6 {
        --tw-translate-x: 1.5rem;
    }

    .\32xl\:translate-x-7 {
        --tw-translate-x: 1.75rem;
    }

    .\32xl\:translate-x-8 {
        --tw-translate-x: 2rem;
    }

    .\32xl\:translate-x-9 {
        --tw-translate-x: 2.25rem;
    }

    .\32xl\:translate-x-10 {
        --tw-translate-x: 2.5rem;
    }

    .\32xl\:translate-x-11 {
        --tw-translate-x: 2.75rem;
    }

    .\32xl\:translate-x-12 {
        --tw-translate-x: 3rem;
    }

    .\32xl\:translate-x-14 {
        --tw-translate-x: 3.5rem;
    }

    .\32xl\:translate-x-16 {
        --tw-translate-x: 4rem;
    }

    .\32xl\:translate-x-18 {
        --tw-translate-x: 4.375rem;
    }

    .\32xl\:translate-x-19 {
        --tw-translate-x: 76px;
    }

    .\32xl\:translate-x-20 {
        --tw-translate-x: 5rem;
    }

    .\32xl\:translate-x-24 {
        --tw-translate-x: 6rem;
    }

    .\32xl\:translate-x-28 {
        --tw-translate-x: 7rem;
    }

    .\32xl\:translate-x-30 {
        --tw-translate-x: 120px;
    }

    .\32xl\:translate-x-32 {
        --tw-translate-x: 8rem;
    }

    .\32xl\:translate-x-36 {
        --tw-translate-x: 9rem;
    }

    .\32xl\:translate-x-40 {
        --tw-translate-x: 10rem;
    }

    .\32xl\:translate-x-44 {
        --tw-translate-x: 11rem;
    }

    .\32xl\:translate-x-48 {
        --tw-translate-x: 12rem;
    }

    .\32xl\:translate-x-52 {
        --tw-translate-x: 13rem;
    }

    .\32xl\:translate-x-56 {
        --tw-translate-x: 14rem;
    }

    .\32xl\:translate-x-60 {
        --tw-translate-x: 15rem;
    }

    .\32xl\:translate-x-64 {
        --tw-translate-x: 16rem;
    }

    .\32xl\:translate-x-72 {
        --tw-translate-x: 18rem;
    }

    .\32xl\:translate-x-80 {
        --tw-translate-x: 20rem;
    }

    .\32xl\:translate-x-96 {
        --tw-translate-x: 24rem;
    }

    .\32xl\:translate-x-px {
        --tw-translate-x: 1px;
    }

    .\32xl\:translate-x-0\.5 {
        --tw-translate-x: 0.125rem;
    }

    .\32xl\:translate-x-1\.5 {
        --tw-translate-x: 0.375rem;
    }

    .\32xl\:translate-x-2\.5 {
        --tw-translate-x: 0.625rem;
    }

    .\32xl\:translate-x-3\.5 {
        --tw-translate-x: 0.875rem;
    }

    .\32xl\:translate-x-5p {
        --tw-translate-x: 5px;
    }

    .\32xl\:translate-x-10p {
        --tw-translate-x: 10px;
    }

    .\32xl\:translate-x-14p {
        --tw-translate-x: 14px;
    }

    .\32xl\:translate-x-15p {
        --tw-translate-x: 15px;
    }

    .\32xl\:translate-x-15_2 {
        --tw-translate-x: 60px;
    }

    .\32xl\:translate-x-16_1 {
        --tw-translate-x: 52px;
    }

    .\32xl\:translate-x-16p {
        --tw-translate-x: 16px;
    }

    .\32xl\:translate-x-25p {
        --tw-translate-x: 25px;
    }

    .\32xl\:translate-x-48p {
        --tw-translate-x: 48%;
    }

    .\32xl\:translate-x-52p {
        --tw-translate-x: 52%;
    }

    .\32xl\:-translate-x-0 {
        --tw-translate-x: 0px;
    }

    .\32xl\:-translate-x-1 {
        --tw-translate-x: -0.25rem;
    }

    .\32xl\:-translate-x-2 {
        --tw-translate-x: -0.5rem;
    }

    .\32xl\:-translate-x-3 {
        --tw-translate-x: -0.75rem;
    }

    .\32xl\:-translate-x-4 {
        --tw-translate-x: -1rem;
    }

    .\32xl\:-translate-x-5 {
        --tw-translate-x: -1.25rem;
    }

    .\32xl\:-translate-x-6 {
        --tw-translate-x: -1.5rem;
    }

    .\32xl\:-translate-x-7 {
        --tw-translate-x: -1.75rem;
    }

    .\32xl\:-translate-x-8 {
        --tw-translate-x: -2rem;
    }

    .\32xl\:-translate-x-9 {
        --tw-translate-x: -2.25rem;
    }

    .\32xl\:-translate-x-10 {
        --tw-translate-x: -2.5rem;
    }

    .\32xl\:-translate-x-11 {
        --tw-translate-x: -2.75rem;
    }

    .\32xl\:-translate-x-12 {
        --tw-translate-x: -3rem;
    }

    .\32xl\:-translate-x-14 {
        --tw-translate-x: -3.5rem;
    }

    .\32xl\:-translate-x-16 {
        --tw-translate-x: -4rem;
    }

    .\32xl\:-translate-x-18 {
        --tw-translate-x: -4.375rem;
    }

    .\32xl\:-translate-x-19 {
        --tw-translate-x: -76px;
    }

    .\32xl\:-translate-x-20 {
        --tw-translate-x: -5rem;
    }

    .\32xl\:-translate-x-24 {
        --tw-translate-x: -6rem;
    }

    .\32xl\:-translate-x-28 {
        --tw-translate-x: -7rem;
    }

    .\32xl\:-translate-x-30 {
        --tw-translate-x: -120px;
    }

    .\32xl\:-translate-x-32 {
        --tw-translate-x: -8rem;
    }

    .\32xl\:-translate-x-36 {
        --tw-translate-x: -9rem;
    }

    .\32xl\:-translate-x-40 {
        --tw-translate-x: -10rem;
    }

    .\32xl\:-translate-x-44 {
        --tw-translate-x: -11rem;
    }

    .\32xl\:-translate-x-48 {
        --tw-translate-x: -12rem;
    }

    .\32xl\:-translate-x-52 {
        --tw-translate-x: -13rem;
    }

    .\32xl\:-translate-x-56 {
        --tw-translate-x: -14rem;
    }

    .\32xl\:-translate-x-60 {
        --tw-translate-x: -15rem;
    }

    .\32xl\:-translate-x-64 {
        --tw-translate-x: -16rem;
    }

    .\32xl\:-translate-x-72 {
        --tw-translate-x: -18rem;
    }

    .\32xl\:-translate-x-80 {
        --tw-translate-x: -20rem;
    }

    .\32xl\:-translate-x-96 {
        --tw-translate-x: -24rem;
    }

    .\32xl\:-translate-x-px {
        --tw-translate-x: -1px;
    }

    .\32xl\:-translate-x-0\.5 {
        --tw-translate-x: -0.125rem;
    }

    .\32xl\:-translate-x-1\.5 {
        --tw-translate-x: -0.375rem;
    }

    .\32xl\:-translate-x-2\.5 {
        --tw-translate-x: -0.625rem;
    }

    .\32xl\:-translate-x-3\.5 {
        --tw-translate-x: -0.875rem;
    }

    .\32xl\:-translate-x-5p {
        --tw-translate-x: -5px;
    }

    .\32xl\:-translate-x-10p {
        --tw-translate-x: -10px;
    }

    .\32xl\:-translate-x-14p {
        --tw-translate-x: -14px;
    }

    .\32xl\:-translate-x-15p {
        --tw-translate-x: -15px;
    }

    .\32xl\:-translate-x-15_2 {
        --tw-translate-x: -60px;
    }

    .\32xl\:-translate-x-16_1 {
        --tw-translate-x: -52px;
    }

    .\32xl\:-translate-x-16p {
        --tw-translate-x: -16px;
    }

    .\32xl\:-translate-x-25p {
        --tw-translate-x: -25px;
    }

    .\32xl\:-translate-x-48p {
        --tw-translate-x: -48%;
    }

    .\32xl\:-translate-x-52p {
        --tw-translate-x: -52%;
    }

    .\32xl\:translate-x-1\/2 {
        --tw-translate-x: 50%;
    }

    .\32xl\:translate-x-1\/3 {
        --tw-translate-x: 33.333333%;
    }

    .\32xl\:translate-x-2\/3 {
        --tw-translate-x: 66.666667%;
    }

    .\32xl\:translate-x-1\/4 {
        --tw-translate-x: 25%;
    }

    .\32xl\:translate-x-2\/4 {
        --tw-translate-x: 50%;
    }

    .\32xl\:translate-x-3\/4 {
        --tw-translate-x: 75%;
    }

    .\32xl\:translate-x-full {
        --tw-translate-x: 100%;
    }

    .\32xl\:-translate-x-1\/2 {
        --tw-translate-x: -50%;
    }

    .\32xl\:-translate-x-1\/3 {
        --tw-translate-x: -33.333333%;
    }

    .\32xl\:-translate-x-2\/3 {
        --tw-translate-x: -66.666667%;
    }

    .\32xl\:-translate-x-1\/4 {
        --tw-translate-x: -25%;
    }

    .\32xl\:-translate-x-2\/4 {
        --tw-translate-x: -50%;
    }

    .\32xl\:-translate-x-3\/4 {
        --tw-translate-x: -75%;
    }

    .\32xl\:-translate-x-full {
        --tw-translate-x: -100%;
    }

    .\32xl\:translate-y-0 {
        --tw-translate-y: 0px;
    }

    .\32xl\:translate-y-1 {
        --tw-translate-y: 0.25rem;
    }

    .\32xl\:translate-y-2 {
        --tw-translate-y: 0.5rem;
    }

    .\32xl\:translate-y-3 {
        --tw-translate-y: 0.75rem;
    }

    .\32xl\:translate-y-4 {
        --tw-translate-y: 1rem;
    }

    .\32xl\:translate-y-5 {
        --tw-translate-y: 1.25rem;
    }

    .\32xl\:translate-y-6 {
        --tw-translate-y: 1.5rem;
    }

    .\32xl\:translate-y-7 {
        --tw-translate-y: 1.75rem;
    }

    .\32xl\:translate-y-8 {
        --tw-translate-y: 2rem;
    }

    .\32xl\:translate-y-9 {
        --tw-translate-y: 2.25rem;
    }

    .\32xl\:translate-y-10 {
        --tw-translate-y: 2.5rem;
    }

    .\32xl\:translate-y-11 {
        --tw-translate-y: 2.75rem;
    }

    .\32xl\:translate-y-12 {
        --tw-translate-y: 3rem;
    }

    .\32xl\:translate-y-14 {
        --tw-translate-y: 3.5rem;
    }

    .\32xl\:translate-y-16 {
        --tw-translate-y: 4rem;
    }

    .\32xl\:translate-y-18 {
        --tw-translate-y: 4.375rem;
    }

    .\32xl\:translate-y-19 {
        --tw-translate-y: 76px;
    }

    .\32xl\:translate-y-20 {
        --tw-translate-y: 5rem;
    }

    .\32xl\:translate-y-24 {
        --tw-translate-y: 6rem;
    }

    .\32xl\:translate-y-28 {
        --tw-translate-y: 7rem;
    }

    .\32xl\:translate-y-30 {
        --tw-translate-y: 120px;
    }

    .\32xl\:translate-y-32 {
        --tw-translate-y: 8rem;
    }

    .\32xl\:translate-y-36 {
        --tw-translate-y: 9rem;
    }

    .\32xl\:translate-y-40 {
        --tw-translate-y: 10rem;
    }

    .\32xl\:translate-y-44 {
        --tw-translate-y: 11rem;
    }

    .\32xl\:translate-y-48 {
        --tw-translate-y: 12rem;
    }

    .\32xl\:translate-y-52 {
        --tw-translate-y: 13rem;
    }

    .\32xl\:translate-y-56 {
        --tw-translate-y: 14rem;
    }

    .\32xl\:translate-y-60 {
        --tw-translate-y: 15rem;
    }

    .\32xl\:translate-y-64 {
        --tw-translate-y: 16rem;
    }

    .\32xl\:translate-y-72 {
        --tw-translate-y: 18rem;
    }

    .\32xl\:translate-y-80 {
        --tw-translate-y: 20rem;
    }

    .\32xl\:translate-y-96 {
        --tw-translate-y: 24rem;
    }

    .\32xl\:translate-y-px {
        --tw-translate-y: 1px;
    }

    .\32xl\:translate-y-0\.5 {
        --tw-translate-y: 0.125rem;
    }

    .\32xl\:translate-y-1\.5 {
        --tw-translate-y: 0.375rem;
    }

    .\32xl\:translate-y-2\.5 {
        --tw-translate-y: 0.625rem;
    }

    .\32xl\:translate-y-3\.5 {
        --tw-translate-y: 0.875rem;
    }

    .\32xl\:translate-y-5p {
        --tw-translate-y: 5px;
    }

    .\32xl\:translate-y-10p {
        --tw-translate-y: 10px;
    }

    .\32xl\:translate-y-14p {
        --tw-translate-y: 14px;
    }

    .\32xl\:translate-y-15p {
        --tw-translate-y: 15px;
    }

    .\32xl\:translate-y-15_2 {
        --tw-translate-y: 60px;
    }

    .\32xl\:translate-y-16_1 {
        --tw-translate-y: 52px;
    }

    .\32xl\:translate-y-16p {
        --tw-translate-y: 16px;
    }

    .\32xl\:translate-y-25p {
        --tw-translate-y: 25px;
    }

    .\32xl\:translate-y-48p {
        --tw-translate-y: 48%;
    }

    .\32xl\:translate-y-52p {
        --tw-translate-y: 52%;
    }

    .\32xl\:-translate-y-0 {
        --tw-translate-y: 0px;
    }

    .\32xl\:-translate-y-1 {
        --tw-translate-y: -0.25rem;
    }

    .\32xl\:-translate-y-2 {
        --tw-translate-y: -0.5rem;
    }

    .\32xl\:-translate-y-3 {
        --tw-translate-y: -0.75rem;
    }

    .\32xl\:-translate-y-4 {
        --tw-translate-y: -1rem;
    }

    .\32xl\:-translate-y-5 {
        --tw-translate-y: -1.25rem;
    }

    .\32xl\:-translate-y-6 {
        --tw-translate-y: -1.5rem;
    }

    .\32xl\:-translate-y-7 {
        --tw-translate-y: -1.75rem;
    }

    .\32xl\:-translate-y-8 {
        --tw-translate-y: -2rem;
    }

    .\32xl\:-translate-y-9 {
        --tw-translate-y: -2.25rem;
    }

    .\32xl\:-translate-y-10 {
        --tw-translate-y: -2.5rem;
    }

    .\32xl\:-translate-y-11 {
        --tw-translate-y: -2.75rem;
    }

    .\32xl\:-translate-y-12 {
        --tw-translate-y: -3rem;
    }

    .\32xl\:-translate-y-14 {
        --tw-translate-y: -3.5rem;
    }

    .\32xl\:-translate-y-16 {
        --tw-translate-y: -4rem;
    }

    .\32xl\:-translate-y-18 {
        --tw-translate-y: -4.375rem;
    }

    .\32xl\:-translate-y-19 {
        --tw-translate-y: -76px;
    }

    .\32xl\:-translate-y-20 {
        --tw-translate-y: -5rem;
    }

    .\32xl\:-translate-y-24 {
        --tw-translate-y: -6rem;
    }

    .\32xl\:-translate-y-28 {
        --tw-translate-y: -7rem;
    }

    .\32xl\:-translate-y-30 {
        --tw-translate-y: -120px;
    }

    .\32xl\:-translate-y-32 {
        --tw-translate-y: -8rem;
    }

    .\32xl\:-translate-y-36 {
        --tw-translate-y: -9rem;
    }

    .\32xl\:-translate-y-40 {
        --tw-translate-y: -10rem;
    }

    .\32xl\:-translate-y-44 {
        --tw-translate-y: -11rem;
    }

    .\32xl\:-translate-y-48 {
        --tw-translate-y: -12rem;
    }

    .\32xl\:-translate-y-52 {
        --tw-translate-y: -13rem;
    }

    .\32xl\:-translate-y-56 {
        --tw-translate-y: -14rem;
    }

    .\32xl\:-translate-y-60 {
        --tw-translate-y: -15rem;
    }

    .\32xl\:-translate-y-64 {
        --tw-translate-y: -16rem;
    }

    .\32xl\:-translate-y-72 {
        --tw-translate-y: -18rem;
    }

    .\32xl\:-translate-y-80 {
        --tw-translate-y: -20rem;
    }

    .\32xl\:-translate-y-96 {
        --tw-translate-y: -24rem;
    }

    .\32xl\:-translate-y-px {
        --tw-translate-y: -1px;
    }

    .\32xl\:-translate-y-0\.5 {
        --tw-translate-y: -0.125rem;
    }

    .\32xl\:-translate-y-1\.5 {
        --tw-translate-y: -0.375rem;
    }

    .\32xl\:-translate-y-2\.5 {
        --tw-translate-y: -0.625rem;
    }

    .\32xl\:-translate-y-3\.5 {
        --tw-translate-y: -0.875rem;
    }

    .\32xl\:-translate-y-5p {
        --tw-translate-y: -5px;
    }

    .\32xl\:-translate-y-10p {
        --tw-translate-y: -10px;
    }

    .\32xl\:-translate-y-14p {
        --tw-translate-y: -14px;
    }

    .\32xl\:-translate-y-15p {
        --tw-translate-y: -15px;
    }

    .\32xl\:-translate-y-15_2 {
        --tw-translate-y: -60px;
    }

    .\32xl\:-translate-y-16_1 {
        --tw-translate-y: -52px;
    }

    .\32xl\:-translate-y-16p {
        --tw-translate-y: -16px;
    }

    .\32xl\:-translate-y-25p {
        --tw-translate-y: -25px;
    }

    .\32xl\:-translate-y-48p {
        --tw-translate-y: -48%;
    }

    .\32xl\:-translate-y-52p {
        --tw-translate-y: -52%;
    }

    .\32xl\:translate-y-1\/2 {
        --tw-translate-y: 50%;
    }

    .\32xl\:translate-y-1\/3 {
        --tw-translate-y: 33.333333%;
    }

    .\32xl\:translate-y-2\/3 {
        --tw-translate-y: 66.666667%;
    }

    .\32xl\:translate-y-1\/4 {
        --tw-translate-y: 25%;
    }

    .\32xl\:translate-y-2\/4 {
        --tw-translate-y: 50%;
    }

    .\32xl\:translate-y-3\/4 {
        --tw-translate-y: 75%;
    }

    .\32xl\:translate-y-full {
        --tw-translate-y: 100%;
    }

    .\32xl\:-translate-y-1\/2 {
        --tw-translate-y: -50%;
    }

    .\32xl\:-translate-y-1\/3 {
        --tw-translate-y: -33.333333%;
    }

    .\32xl\:-translate-y-2\/3 {
        --tw-translate-y: -66.666667%;
    }

    .\32xl\:-translate-y-1\/4 {
        --tw-translate-y: -25%;
    }

    .\32xl\:-translate-y-2\/4 {
        --tw-translate-y: -50%;
    }

    .\32xl\:-translate-y-3\/4 {
        --tw-translate-y: -75%;
    }

    .\32xl\:-translate-y-full {
        --tw-translate-y: -100%;
    }

    .\32xl\:hover\:translate-x-0:hover {
        --tw-translate-x: 0px;
    }

    .\32xl\:hover\:translate-x-1:hover {
        --tw-translate-x: 0.25rem;
    }

    .\32xl\:hover\:translate-x-2:hover {
        --tw-translate-x: 0.5rem;
    }

    .\32xl\:hover\:translate-x-3:hover {
        --tw-translate-x: 0.75rem;
    }

    .\32xl\:hover\:translate-x-4:hover {
        --tw-translate-x: 1rem;
    }

    .\32xl\:hover\:translate-x-5:hover {
        --tw-translate-x: 1.25rem;
    }

    .\32xl\:hover\:translate-x-6:hover {
        --tw-translate-x: 1.5rem;
    }

    .\32xl\:hover\:translate-x-7:hover {
        --tw-translate-x: 1.75rem;
    }

    .\32xl\:hover\:translate-x-8:hover {
        --tw-translate-x: 2rem;
    }

    .\32xl\:hover\:translate-x-9:hover {
        --tw-translate-x: 2.25rem;
    }

    .\32xl\:hover\:translate-x-10:hover {
        --tw-translate-x: 2.5rem;
    }

    .\32xl\:hover\:translate-x-11:hover {
        --tw-translate-x: 2.75rem;
    }

    .\32xl\:hover\:translate-x-12:hover {
        --tw-translate-x: 3rem;
    }

    .\32xl\:hover\:translate-x-14:hover {
        --tw-translate-x: 3.5rem;
    }

    .\32xl\:hover\:translate-x-16:hover {
        --tw-translate-x: 4rem;
    }

    .\32xl\:hover\:translate-x-18:hover {
        --tw-translate-x: 4.375rem;
    }

    .\32xl\:hover\:translate-x-19:hover {
        --tw-translate-x: 76px;
    }

    .\32xl\:hover\:translate-x-20:hover {
        --tw-translate-x: 5rem;
    }

    .\32xl\:hover\:translate-x-24:hover {
        --tw-translate-x: 6rem;
    }

    .\32xl\:hover\:translate-x-28:hover {
        --tw-translate-x: 7rem;
    }

    .\32xl\:hover\:translate-x-30:hover {
        --tw-translate-x: 120px;
    }

    .\32xl\:hover\:translate-x-32:hover {
        --tw-translate-x: 8rem;
    }

    .\32xl\:hover\:translate-x-36:hover {
        --tw-translate-x: 9rem;
    }

    .\32xl\:hover\:translate-x-40:hover {
        --tw-translate-x: 10rem;
    }

    .\32xl\:hover\:translate-x-44:hover {
        --tw-translate-x: 11rem;
    }

    .\32xl\:hover\:translate-x-48:hover {
        --tw-translate-x: 12rem;
    }

    .\32xl\:hover\:translate-x-52:hover {
        --tw-translate-x: 13rem;
    }

    .\32xl\:hover\:translate-x-56:hover {
        --tw-translate-x: 14rem;
    }

    .\32xl\:hover\:translate-x-60:hover {
        --tw-translate-x: 15rem;
    }

    .\32xl\:hover\:translate-x-64:hover {
        --tw-translate-x: 16rem;
    }

    .\32xl\:hover\:translate-x-72:hover {
        --tw-translate-x: 18rem;
    }

    .\32xl\:hover\:translate-x-80:hover {
        --tw-translate-x: 20rem;
    }

    .\32xl\:hover\:translate-x-96:hover {
        --tw-translate-x: 24rem;
    }

    .\32xl\:hover\:translate-x-px:hover {
        --tw-translate-x: 1px;
    }

    .\32xl\:hover\:translate-x-0\.5:hover {
        --tw-translate-x: 0.125rem;
    }

    .\32xl\:hover\:translate-x-1\.5:hover {
        --tw-translate-x: 0.375rem;
    }

    .\32xl\:hover\:translate-x-2\.5:hover {
        --tw-translate-x: 0.625rem;
    }

    .\32xl\:hover\:translate-x-3\.5:hover {
        --tw-translate-x: 0.875rem;
    }

    .\32xl\:hover\:translate-x-5p:hover {
        --tw-translate-x: 5px;
    }

    .\32xl\:hover\:translate-x-10p:hover {
        --tw-translate-x: 10px;
    }

    .\32xl\:hover\:translate-x-14p:hover {
        --tw-translate-x: 14px;
    }

    .\32xl\:hover\:translate-x-15p:hover {
        --tw-translate-x: 15px;
    }

    .\32xl\:hover\:translate-x-15_2:hover {
        --tw-translate-x: 60px;
    }

    .\32xl\:hover\:translate-x-16_1:hover {
        --tw-translate-x: 52px;
    }

    .\32xl\:hover\:translate-x-16p:hover {
        --tw-translate-x: 16px;
    }

    .\32xl\:hover\:translate-x-25p:hover {
        --tw-translate-x: 25px;
    }

    .\32xl\:hover\:translate-x-48p:hover {
        --tw-translate-x: 48%;
    }

    .\32xl\:hover\:translate-x-52p:hover {
        --tw-translate-x: 52%;
    }

    .\32xl\:hover\:-translate-x-0:hover {
        --tw-translate-x: 0px;
    }

    .\32xl\:hover\:-translate-x-1:hover {
        --tw-translate-x: -0.25rem;
    }

    .\32xl\:hover\:-translate-x-2:hover {
        --tw-translate-x: -0.5rem;
    }

    .\32xl\:hover\:-translate-x-3:hover {
        --tw-translate-x: -0.75rem;
    }

    .\32xl\:hover\:-translate-x-4:hover {
        --tw-translate-x: -1rem;
    }

    .\32xl\:hover\:-translate-x-5:hover {
        --tw-translate-x: -1.25rem;
    }

    .\32xl\:hover\:-translate-x-6:hover {
        --tw-translate-x: -1.5rem;
    }

    .\32xl\:hover\:-translate-x-7:hover {
        --tw-translate-x: -1.75rem;
    }

    .\32xl\:hover\:-translate-x-8:hover {
        --tw-translate-x: -2rem;
    }

    .\32xl\:hover\:-translate-x-9:hover {
        --tw-translate-x: -2.25rem;
    }

    .\32xl\:hover\:-translate-x-10:hover {
        --tw-translate-x: -2.5rem;
    }

    .\32xl\:hover\:-translate-x-11:hover {
        --tw-translate-x: -2.75rem;
    }

    .\32xl\:hover\:-translate-x-12:hover {
        --tw-translate-x: -3rem;
    }

    .\32xl\:hover\:-translate-x-14:hover {
        --tw-translate-x: -3.5rem;
    }

    .\32xl\:hover\:-translate-x-16:hover {
        --tw-translate-x: -4rem;
    }

    .\32xl\:hover\:-translate-x-18:hover {
        --tw-translate-x: -4.375rem;
    }

    .\32xl\:hover\:-translate-x-19:hover {
        --tw-translate-x: -76px;
    }

    .\32xl\:hover\:-translate-x-20:hover {
        --tw-translate-x: -5rem;
    }

    .\32xl\:hover\:-translate-x-24:hover {
        --tw-translate-x: -6rem;
    }

    .\32xl\:hover\:-translate-x-28:hover {
        --tw-translate-x: -7rem;
    }

    .\32xl\:hover\:-translate-x-30:hover {
        --tw-translate-x: -120px;
    }

    .\32xl\:hover\:-translate-x-32:hover {
        --tw-translate-x: -8rem;
    }

    .\32xl\:hover\:-translate-x-36:hover {
        --tw-translate-x: -9rem;
    }

    .\32xl\:hover\:-translate-x-40:hover {
        --tw-translate-x: -10rem;
    }

    .\32xl\:hover\:-translate-x-44:hover {
        --tw-translate-x: -11rem;
    }

    .\32xl\:hover\:-translate-x-48:hover {
        --tw-translate-x: -12rem;
    }

    .\32xl\:hover\:-translate-x-52:hover {
        --tw-translate-x: -13rem;
    }

    .\32xl\:hover\:-translate-x-56:hover {
        --tw-translate-x: -14rem;
    }

    .\32xl\:hover\:-translate-x-60:hover {
        --tw-translate-x: -15rem;
    }

    .\32xl\:hover\:-translate-x-64:hover {
        --tw-translate-x: -16rem;
    }

    .\32xl\:hover\:-translate-x-72:hover {
        --tw-translate-x: -18rem;
    }

    .\32xl\:hover\:-translate-x-80:hover {
        --tw-translate-x: -20rem;
    }

    .\32xl\:hover\:-translate-x-96:hover {
        --tw-translate-x: -24rem;
    }

    .\32xl\:hover\:-translate-x-px:hover {
        --tw-translate-x: -1px;
    }

    .\32xl\:hover\:-translate-x-0\.5:hover {
        --tw-translate-x: -0.125rem;
    }

    .\32xl\:hover\:-translate-x-1\.5:hover {
        --tw-translate-x: -0.375rem;
    }

    .\32xl\:hover\:-translate-x-2\.5:hover {
        --tw-translate-x: -0.625rem;
    }

    .\32xl\:hover\:-translate-x-3\.5:hover {
        --tw-translate-x: -0.875rem;
    }

    .\32xl\:hover\:-translate-x-5p:hover {
        --tw-translate-x: -5px;
    }

    .\32xl\:hover\:-translate-x-10p:hover {
        --tw-translate-x: -10px;
    }

    .\32xl\:hover\:-translate-x-14p:hover {
        --tw-translate-x: -14px;
    }

    .\32xl\:hover\:-translate-x-15p:hover {
        --tw-translate-x: -15px;
    }

    .\32xl\:hover\:-translate-x-15_2:hover {
        --tw-translate-x: -60px;
    }

    .\32xl\:hover\:-translate-x-16_1:hover {
        --tw-translate-x: -52px;
    }

    .\32xl\:hover\:-translate-x-16p:hover {
        --tw-translate-x: -16px;
    }

    .\32xl\:hover\:-translate-x-25p:hover {
        --tw-translate-x: -25px;
    }

    .\32xl\:hover\:-translate-x-48p:hover {
        --tw-translate-x: -48%;
    }

    .\32xl\:hover\:-translate-x-52p:hover {
        --tw-translate-x: -52%;
    }

    .\32xl\:hover\:translate-x-1\/2:hover {
        --tw-translate-x: 50%;
    }

    .\32xl\:hover\:translate-x-1\/3:hover {
        --tw-translate-x: 33.333333%;
    }

    .\32xl\:hover\:translate-x-2\/3:hover {
        --tw-translate-x: 66.666667%;
    }

    .\32xl\:hover\:translate-x-1\/4:hover {
        --tw-translate-x: 25%;
    }

    .\32xl\:hover\:translate-x-2\/4:hover {
        --tw-translate-x: 50%;
    }

    .\32xl\:hover\:translate-x-3\/4:hover {
        --tw-translate-x: 75%;
    }

    .\32xl\:hover\:translate-x-full:hover {
        --tw-translate-x: 100%;
    }

    .\32xl\:hover\:-translate-x-1\/2:hover {
        --tw-translate-x: -50%;
    }

    .\32xl\:hover\:-translate-x-1\/3:hover {
        --tw-translate-x: -33.333333%;
    }

    .\32xl\:hover\:-translate-x-2\/3:hover {
        --tw-translate-x: -66.666667%;
    }

    .\32xl\:hover\:-translate-x-1\/4:hover {
        --tw-translate-x: -25%;
    }

    .\32xl\:hover\:-translate-x-2\/4:hover {
        --tw-translate-x: -50%;
    }

    .\32xl\:hover\:-translate-x-3\/4:hover {
        --tw-translate-x: -75%;
    }

    .\32xl\:hover\:-translate-x-full:hover {
        --tw-translate-x: -100%;
    }

    .\32xl\:hover\:translate-y-0:hover {
        --tw-translate-y: 0px;
    }

    .\32xl\:hover\:translate-y-1:hover {
        --tw-translate-y: 0.25rem;
    }

    .\32xl\:hover\:translate-y-2:hover {
        --tw-translate-y: 0.5rem;
    }

    .\32xl\:hover\:translate-y-3:hover {
        --tw-translate-y: 0.75rem;
    }

    .\32xl\:hover\:translate-y-4:hover {
        --tw-translate-y: 1rem;
    }

    .\32xl\:hover\:translate-y-5:hover {
        --tw-translate-y: 1.25rem;
    }

    .\32xl\:hover\:translate-y-6:hover {
        --tw-translate-y: 1.5rem;
    }

    .\32xl\:hover\:translate-y-7:hover {
        --tw-translate-y: 1.75rem;
    }

    .\32xl\:hover\:translate-y-8:hover {
        --tw-translate-y: 2rem;
    }

    .\32xl\:hover\:translate-y-9:hover {
        --tw-translate-y: 2.25rem;
    }

    .\32xl\:hover\:translate-y-10:hover {
        --tw-translate-y: 2.5rem;
    }

    .\32xl\:hover\:translate-y-11:hover {
        --tw-translate-y: 2.75rem;
    }

    .\32xl\:hover\:translate-y-12:hover {
        --tw-translate-y: 3rem;
    }

    .\32xl\:hover\:translate-y-14:hover {
        --tw-translate-y: 3.5rem;
    }

    .\32xl\:hover\:translate-y-16:hover {
        --tw-translate-y: 4rem;
    }

    .\32xl\:hover\:translate-y-18:hover {
        --tw-translate-y: 4.375rem;
    }

    .\32xl\:hover\:translate-y-19:hover {
        --tw-translate-y: 76px;
    }

    .\32xl\:hover\:translate-y-20:hover {
        --tw-translate-y: 5rem;
    }

    .\32xl\:hover\:translate-y-24:hover {
        --tw-translate-y: 6rem;
    }

    .\32xl\:hover\:translate-y-28:hover {
        --tw-translate-y: 7rem;
    }

    .\32xl\:hover\:translate-y-30:hover {
        --tw-translate-y: 120px;
    }

    .\32xl\:hover\:translate-y-32:hover {
        --tw-translate-y: 8rem;
    }

    .\32xl\:hover\:translate-y-36:hover {
        --tw-translate-y: 9rem;
    }

    .\32xl\:hover\:translate-y-40:hover {
        --tw-translate-y: 10rem;
    }

    .\32xl\:hover\:translate-y-44:hover {
        --tw-translate-y: 11rem;
    }

    .\32xl\:hover\:translate-y-48:hover {
        --tw-translate-y: 12rem;
    }

    .\32xl\:hover\:translate-y-52:hover {
        --tw-translate-y: 13rem;
    }

    .\32xl\:hover\:translate-y-56:hover {
        --tw-translate-y: 14rem;
    }

    .\32xl\:hover\:translate-y-60:hover {
        --tw-translate-y: 15rem;
    }

    .\32xl\:hover\:translate-y-64:hover {
        --tw-translate-y: 16rem;
    }

    .\32xl\:hover\:translate-y-72:hover {
        --tw-translate-y: 18rem;
    }

    .\32xl\:hover\:translate-y-80:hover {
        --tw-translate-y: 20rem;
    }

    .\32xl\:hover\:translate-y-96:hover {
        --tw-translate-y: 24rem;
    }

    .\32xl\:hover\:translate-y-px:hover {
        --tw-translate-y: 1px;
    }

    .\32xl\:hover\:translate-y-0\.5:hover {
        --tw-translate-y: 0.125rem;
    }

    .\32xl\:hover\:translate-y-1\.5:hover {
        --tw-translate-y: 0.375rem;
    }

    .\32xl\:hover\:translate-y-2\.5:hover {
        --tw-translate-y: 0.625rem;
    }

    .\32xl\:hover\:translate-y-3\.5:hover {
        --tw-translate-y: 0.875rem;
    }

    .\32xl\:hover\:translate-y-5p:hover {
        --tw-translate-y: 5px;
    }

    .\32xl\:hover\:translate-y-10p:hover {
        --tw-translate-y: 10px;
    }

    .\32xl\:hover\:translate-y-14p:hover {
        --tw-translate-y: 14px;
    }

    .\32xl\:hover\:translate-y-15p:hover {
        --tw-translate-y: 15px;
    }

    .\32xl\:hover\:translate-y-15_2:hover {
        --tw-translate-y: 60px;
    }

    .\32xl\:hover\:translate-y-16_1:hover {
        --tw-translate-y: 52px;
    }

    .\32xl\:hover\:translate-y-16p:hover {
        --tw-translate-y: 16px;
    }

    .\32xl\:hover\:translate-y-25p:hover {
        --tw-translate-y: 25px;
    }

    .\32xl\:hover\:translate-y-48p:hover {
        --tw-translate-y: 48%;
    }

    .\32xl\:hover\:translate-y-52p:hover {
        --tw-translate-y: 52%;
    }

    .\32xl\:hover\:-translate-y-0:hover {
        --tw-translate-y: 0px;
    }

    .\32xl\:hover\:-translate-y-1:hover {
        --tw-translate-y: -0.25rem;
    }

    .\32xl\:hover\:-translate-y-2:hover {
        --tw-translate-y: -0.5rem;
    }

    .\32xl\:hover\:-translate-y-3:hover {
        --tw-translate-y: -0.75rem;
    }

    .\32xl\:hover\:-translate-y-4:hover {
        --tw-translate-y: -1rem;
    }

    .\32xl\:hover\:-translate-y-5:hover {
        --tw-translate-y: -1.25rem;
    }

    .\32xl\:hover\:-translate-y-6:hover {
        --tw-translate-y: -1.5rem;
    }

    .\32xl\:hover\:-translate-y-7:hover {
        --tw-translate-y: -1.75rem;
    }

    .\32xl\:hover\:-translate-y-8:hover {
        --tw-translate-y: -2rem;
    }

    .\32xl\:hover\:-translate-y-9:hover {
        --tw-translate-y: -2.25rem;
    }

    .\32xl\:hover\:-translate-y-10:hover {
        --tw-translate-y: -2.5rem;
    }

    .\32xl\:hover\:-translate-y-11:hover {
        --tw-translate-y: -2.75rem;
    }

    .\32xl\:hover\:-translate-y-12:hover {
        --tw-translate-y: -3rem;
    }

    .\32xl\:hover\:-translate-y-14:hover {
        --tw-translate-y: -3.5rem;
    }

    .\32xl\:hover\:-translate-y-16:hover {
        --tw-translate-y: -4rem;
    }

    .\32xl\:hover\:-translate-y-18:hover {
        --tw-translate-y: -4.375rem;
    }

    .\32xl\:hover\:-translate-y-19:hover {
        --tw-translate-y: -76px;
    }

    .\32xl\:hover\:-translate-y-20:hover {
        --tw-translate-y: -5rem;
    }

    .\32xl\:hover\:-translate-y-24:hover {
        --tw-translate-y: -6rem;
    }

    .\32xl\:hover\:-translate-y-28:hover {
        --tw-translate-y: -7rem;
    }

    .\32xl\:hover\:-translate-y-30:hover {
        --tw-translate-y: -120px;
    }

    .\32xl\:hover\:-translate-y-32:hover {
        --tw-translate-y: -8rem;
    }

    .\32xl\:hover\:-translate-y-36:hover {
        --tw-translate-y: -9rem;
    }

    .\32xl\:hover\:-translate-y-40:hover {
        --tw-translate-y: -10rem;
    }

    .\32xl\:hover\:-translate-y-44:hover {
        --tw-translate-y: -11rem;
    }

    .\32xl\:hover\:-translate-y-48:hover {
        --tw-translate-y: -12rem;
    }

    .\32xl\:hover\:-translate-y-52:hover {
        --tw-translate-y: -13rem;
    }

    .\32xl\:hover\:-translate-y-56:hover {
        --tw-translate-y: -14rem;
    }

    .\32xl\:hover\:-translate-y-60:hover {
        --tw-translate-y: -15rem;
    }

    .\32xl\:hover\:-translate-y-64:hover {
        --tw-translate-y: -16rem;
    }

    .\32xl\:hover\:-translate-y-72:hover {
        --tw-translate-y: -18rem;
    }

    .\32xl\:hover\:-translate-y-80:hover {
        --tw-translate-y: -20rem;
    }

    .\32xl\:hover\:-translate-y-96:hover {
        --tw-translate-y: -24rem;
    }

    .\32xl\:hover\:-translate-y-px:hover {
        --tw-translate-y: -1px;
    }

    .\32xl\:hover\:-translate-y-0\.5:hover {
        --tw-translate-y: -0.125rem;
    }

    .\32xl\:hover\:-translate-y-1\.5:hover {
        --tw-translate-y: -0.375rem;
    }

    .\32xl\:hover\:-translate-y-2\.5:hover {
        --tw-translate-y: -0.625rem;
    }

    .\32xl\:hover\:-translate-y-3\.5:hover {
        --tw-translate-y: -0.875rem;
    }

    .\32xl\:hover\:-translate-y-5p:hover {
        --tw-translate-y: -5px;
    }

    .\32xl\:hover\:-translate-y-10p:hover {
        --tw-translate-y: -10px;
    }

    .\32xl\:hover\:-translate-y-14p:hover {
        --tw-translate-y: -14px;
    }

    .\32xl\:hover\:-translate-y-15p:hover {
        --tw-translate-y: -15px;
    }

    .\32xl\:hover\:-translate-y-15_2:hover {
        --tw-translate-y: -60px;
    }

    .\32xl\:hover\:-translate-y-16_1:hover {
        --tw-translate-y: -52px;
    }

    .\32xl\:hover\:-translate-y-16p:hover {
        --tw-translate-y: -16px;
    }

    .\32xl\:hover\:-translate-y-25p:hover {
        --tw-translate-y: -25px;
    }

    .\32xl\:hover\:-translate-y-48p:hover {
        --tw-translate-y: -48%;
    }

    .\32xl\:hover\:-translate-y-52p:hover {
        --tw-translate-y: -52%;
    }

    .\32xl\:hover\:translate-y-1\/2:hover {
        --tw-translate-y: 50%;
    }

    .\32xl\:hover\:translate-y-1\/3:hover {
        --tw-translate-y: 33.333333%;
    }

    .\32xl\:hover\:translate-y-2\/3:hover {
        --tw-translate-y: 66.666667%;
    }

    .\32xl\:hover\:translate-y-1\/4:hover {
        --tw-translate-y: 25%;
    }

    .\32xl\:hover\:translate-y-2\/4:hover {
        --tw-translate-y: 50%;
    }

    .\32xl\:hover\:translate-y-3\/4:hover {
        --tw-translate-y: 75%;
    }

    .\32xl\:hover\:translate-y-full:hover {
        --tw-translate-y: 100%;
    }

    .\32xl\:hover\:-translate-y-1\/2:hover {
        --tw-translate-y: -50%;
    }

    .\32xl\:hover\:-translate-y-1\/3:hover {
        --tw-translate-y: -33.333333%;
    }

    .\32xl\:hover\:-translate-y-2\/3:hover {
        --tw-translate-y: -66.666667%;
    }

    .\32xl\:hover\:-translate-y-1\/4:hover {
        --tw-translate-y: -25%;
    }

    .\32xl\:hover\:-translate-y-2\/4:hover {
        --tw-translate-y: -50%;
    }

    .\32xl\:hover\:-translate-y-3\/4:hover {
        --tw-translate-y: -75%;
    }

    .\32xl\:hover\:-translate-y-full:hover {
        --tw-translate-y: -100%;
    }

    .\32xl\:focus\:translate-x-0:focus {
        --tw-translate-x: 0px;
    }

    .\32xl\:focus\:translate-x-1:focus {
        --tw-translate-x: 0.25rem;
    }

    .\32xl\:focus\:translate-x-2:focus {
        --tw-translate-x: 0.5rem;
    }

    .\32xl\:focus\:translate-x-3:focus {
        --tw-translate-x: 0.75rem;
    }

    .\32xl\:focus\:translate-x-4:focus {
        --tw-translate-x: 1rem;
    }

    .\32xl\:focus\:translate-x-5:focus {
        --tw-translate-x: 1.25rem;
    }

    .\32xl\:focus\:translate-x-6:focus {
        --tw-translate-x: 1.5rem;
    }

    .\32xl\:focus\:translate-x-7:focus {
        --tw-translate-x: 1.75rem;
    }

    .\32xl\:focus\:translate-x-8:focus {
        --tw-translate-x: 2rem;
    }

    .\32xl\:focus\:translate-x-9:focus {
        --tw-translate-x: 2.25rem;
    }

    .\32xl\:focus\:translate-x-10:focus {
        --tw-translate-x: 2.5rem;
    }

    .\32xl\:focus\:translate-x-11:focus {
        --tw-translate-x: 2.75rem;
    }

    .\32xl\:focus\:translate-x-12:focus {
        --tw-translate-x: 3rem;
    }

    .\32xl\:focus\:translate-x-14:focus {
        --tw-translate-x: 3.5rem;
    }

    .\32xl\:focus\:translate-x-16:focus {
        --tw-translate-x: 4rem;
    }

    .\32xl\:focus\:translate-x-18:focus {
        --tw-translate-x: 4.375rem;
    }

    .\32xl\:focus\:translate-x-19:focus {
        --tw-translate-x: 76px;
    }

    .\32xl\:focus\:translate-x-20:focus {
        --tw-translate-x: 5rem;
    }

    .\32xl\:focus\:translate-x-24:focus {
        --tw-translate-x: 6rem;
    }

    .\32xl\:focus\:translate-x-28:focus {
        --tw-translate-x: 7rem;
    }

    .\32xl\:focus\:translate-x-30:focus {
        --tw-translate-x: 120px;
    }

    .\32xl\:focus\:translate-x-32:focus {
        --tw-translate-x: 8rem;
    }

    .\32xl\:focus\:translate-x-36:focus {
        --tw-translate-x: 9rem;
    }

    .\32xl\:focus\:translate-x-40:focus {
        --tw-translate-x: 10rem;
    }

    .\32xl\:focus\:translate-x-44:focus {
        --tw-translate-x: 11rem;
    }

    .\32xl\:focus\:translate-x-48:focus {
        --tw-translate-x: 12rem;
    }

    .\32xl\:focus\:translate-x-52:focus {
        --tw-translate-x: 13rem;
    }

    .\32xl\:focus\:translate-x-56:focus {
        --tw-translate-x: 14rem;
    }

    .\32xl\:focus\:translate-x-60:focus {
        --tw-translate-x: 15rem;
    }

    .\32xl\:focus\:translate-x-64:focus {
        --tw-translate-x: 16rem;
    }

    .\32xl\:focus\:translate-x-72:focus {
        --tw-translate-x: 18rem;
    }

    .\32xl\:focus\:translate-x-80:focus {
        --tw-translate-x: 20rem;
    }

    .\32xl\:focus\:translate-x-96:focus {
        --tw-translate-x: 24rem;
    }

    .\32xl\:focus\:translate-x-px:focus {
        --tw-translate-x: 1px;
    }

    .\32xl\:focus\:translate-x-0\.5:focus {
        --tw-translate-x: 0.125rem;
    }

    .\32xl\:focus\:translate-x-1\.5:focus {
        --tw-translate-x: 0.375rem;
    }

    .\32xl\:focus\:translate-x-2\.5:focus {
        --tw-translate-x: 0.625rem;
    }

    .\32xl\:focus\:translate-x-3\.5:focus {
        --tw-translate-x: 0.875rem;
    }

    .\32xl\:focus\:translate-x-5p:focus {
        --tw-translate-x: 5px;
    }

    .\32xl\:focus\:translate-x-10p:focus {
        --tw-translate-x: 10px;
    }

    .\32xl\:focus\:translate-x-14p:focus {
        --tw-translate-x: 14px;
    }

    .\32xl\:focus\:translate-x-15p:focus {
        --tw-translate-x: 15px;
    }

    .\32xl\:focus\:translate-x-15_2:focus {
        --tw-translate-x: 60px;
    }

    .\32xl\:focus\:translate-x-16_1:focus {
        --tw-translate-x: 52px;
    }

    .\32xl\:focus\:translate-x-16p:focus {
        --tw-translate-x: 16px;
    }

    .\32xl\:focus\:translate-x-25p:focus {
        --tw-translate-x: 25px;
    }

    .\32xl\:focus\:translate-x-48p:focus {
        --tw-translate-x: 48%;
    }

    .\32xl\:focus\:translate-x-52p:focus {
        --tw-translate-x: 52%;
    }

    .\32xl\:focus\:-translate-x-0:focus {
        --tw-translate-x: 0px;
    }

    .\32xl\:focus\:-translate-x-1:focus {
        --tw-translate-x: -0.25rem;
    }

    .\32xl\:focus\:-translate-x-2:focus {
        --tw-translate-x: -0.5rem;
    }

    .\32xl\:focus\:-translate-x-3:focus {
        --tw-translate-x: -0.75rem;
    }

    .\32xl\:focus\:-translate-x-4:focus {
        --tw-translate-x: -1rem;
    }

    .\32xl\:focus\:-translate-x-5:focus {
        --tw-translate-x: -1.25rem;
    }

    .\32xl\:focus\:-translate-x-6:focus {
        --tw-translate-x: -1.5rem;
    }

    .\32xl\:focus\:-translate-x-7:focus {
        --tw-translate-x: -1.75rem;
    }

    .\32xl\:focus\:-translate-x-8:focus {
        --tw-translate-x: -2rem;
    }

    .\32xl\:focus\:-translate-x-9:focus {
        --tw-translate-x: -2.25rem;
    }

    .\32xl\:focus\:-translate-x-10:focus {
        --tw-translate-x: -2.5rem;
    }

    .\32xl\:focus\:-translate-x-11:focus {
        --tw-translate-x: -2.75rem;
    }

    .\32xl\:focus\:-translate-x-12:focus {
        --tw-translate-x: -3rem;
    }

    .\32xl\:focus\:-translate-x-14:focus {
        --tw-translate-x: -3.5rem;
    }

    .\32xl\:focus\:-translate-x-16:focus {
        --tw-translate-x: -4rem;
    }

    .\32xl\:focus\:-translate-x-18:focus {
        --tw-translate-x: -4.375rem;
    }

    .\32xl\:focus\:-translate-x-19:focus {
        --tw-translate-x: -76px;
    }

    .\32xl\:focus\:-translate-x-20:focus {
        --tw-translate-x: -5rem;
    }

    .\32xl\:focus\:-translate-x-24:focus {
        --tw-translate-x: -6rem;
    }

    .\32xl\:focus\:-translate-x-28:focus {
        --tw-translate-x: -7rem;
    }

    .\32xl\:focus\:-translate-x-30:focus {
        --tw-translate-x: -120px;
    }

    .\32xl\:focus\:-translate-x-32:focus {
        --tw-translate-x: -8rem;
    }

    .\32xl\:focus\:-translate-x-36:focus {
        --tw-translate-x: -9rem;
    }

    .\32xl\:focus\:-translate-x-40:focus {
        --tw-translate-x: -10rem;
    }

    .\32xl\:focus\:-translate-x-44:focus {
        --tw-translate-x: -11rem;
    }

    .\32xl\:focus\:-translate-x-48:focus {
        --tw-translate-x: -12rem;
    }

    .\32xl\:focus\:-translate-x-52:focus {
        --tw-translate-x: -13rem;
    }

    .\32xl\:focus\:-translate-x-56:focus {
        --tw-translate-x: -14rem;
    }

    .\32xl\:focus\:-translate-x-60:focus {
        --tw-translate-x: -15rem;
    }

    .\32xl\:focus\:-translate-x-64:focus {
        --tw-translate-x: -16rem;
    }

    .\32xl\:focus\:-translate-x-72:focus {
        --tw-translate-x: -18rem;
    }

    .\32xl\:focus\:-translate-x-80:focus {
        --tw-translate-x: -20rem;
    }

    .\32xl\:focus\:-translate-x-96:focus {
        --tw-translate-x: -24rem;
    }

    .\32xl\:focus\:-translate-x-px:focus {
        --tw-translate-x: -1px;
    }

    .\32xl\:focus\:-translate-x-0\.5:focus {
        --tw-translate-x: -0.125rem;
    }

    .\32xl\:focus\:-translate-x-1\.5:focus {
        --tw-translate-x: -0.375rem;
    }

    .\32xl\:focus\:-translate-x-2\.5:focus {
        --tw-translate-x: -0.625rem;
    }

    .\32xl\:focus\:-translate-x-3\.5:focus {
        --tw-translate-x: -0.875rem;
    }

    .\32xl\:focus\:-translate-x-5p:focus {
        --tw-translate-x: -5px;
    }

    .\32xl\:focus\:-translate-x-10p:focus {
        --tw-translate-x: -10px;
    }

    .\32xl\:focus\:-translate-x-14p:focus {
        --tw-translate-x: -14px;
    }

    .\32xl\:focus\:-translate-x-15p:focus {
        --tw-translate-x: -15px;
    }

    .\32xl\:focus\:-translate-x-15_2:focus {
        --tw-translate-x: -60px;
    }

    .\32xl\:focus\:-translate-x-16_1:focus {
        --tw-translate-x: -52px;
    }

    .\32xl\:focus\:-translate-x-16p:focus {
        --tw-translate-x: -16px;
    }

    .\32xl\:focus\:-translate-x-25p:focus {
        --tw-translate-x: -25px;
    }

    .\32xl\:focus\:-translate-x-48p:focus {
        --tw-translate-x: -48%;
    }

    .\32xl\:focus\:-translate-x-52p:focus {
        --tw-translate-x: -52%;
    }

    .\32xl\:focus\:translate-x-1\/2:focus {
        --tw-translate-x: 50%;
    }

    .\32xl\:focus\:translate-x-1\/3:focus {
        --tw-translate-x: 33.333333%;
    }

    .\32xl\:focus\:translate-x-2\/3:focus {
        --tw-translate-x: 66.666667%;
    }

    .\32xl\:focus\:translate-x-1\/4:focus {
        --tw-translate-x: 25%;
    }

    .\32xl\:focus\:translate-x-2\/4:focus {
        --tw-translate-x: 50%;
    }

    .\32xl\:focus\:translate-x-3\/4:focus {
        --tw-translate-x: 75%;
    }

    .\32xl\:focus\:translate-x-full:focus {
        --tw-translate-x: 100%;
    }

    .\32xl\:focus\:-translate-x-1\/2:focus {
        --tw-translate-x: -50%;
    }

    .\32xl\:focus\:-translate-x-1\/3:focus {
        --tw-translate-x: -33.333333%;
    }

    .\32xl\:focus\:-translate-x-2\/3:focus {
        --tw-translate-x: -66.666667%;
    }

    .\32xl\:focus\:-translate-x-1\/4:focus {
        --tw-translate-x: -25%;
    }

    .\32xl\:focus\:-translate-x-2\/4:focus {
        --tw-translate-x: -50%;
    }

    .\32xl\:focus\:-translate-x-3\/4:focus {
        --tw-translate-x: -75%;
    }

    .\32xl\:focus\:-translate-x-full:focus {
        --tw-translate-x: -100%;
    }

    .\32xl\:focus\:translate-y-0:focus {
        --tw-translate-y: 0px;
    }

    .\32xl\:focus\:translate-y-1:focus {
        --tw-translate-y: 0.25rem;
    }

    .\32xl\:focus\:translate-y-2:focus {
        --tw-translate-y: 0.5rem;
    }

    .\32xl\:focus\:translate-y-3:focus {
        --tw-translate-y: 0.75rem;
    }

    .\32xl\:focus\:translate-y-4:focus {
        --tw-translate-y: 1rem;
    }

    .\32xl\:focus\:translate-y-5:focus {
        --tw-translate-y: 1.25rem;
    }

    .\32xl\:focus\:translate-y-6:focus {
        --tw-translate-y: 1.5rem;
    }

    .\32xl\:focus\:translate-y-7:focus {
        --tw-translate-y: 1.75rem;
    }

    .\32xl\:focus\:translate-y-8:focus {
        --tw-translate-y: 2rem;
    }

    .\32xl\:focus\:translate-y-9:focus {
        --tw-translate-y: 2.25rem;
    }

    .\32xl\:focus\:translate-y-10:focus {
        --tw-translate-y: 2.5rem;
    }

    .\32xl\:focus\:translate-y-11:focus {
        --tw-translate-y: 2.75rem;
    }

    .\32xl\:focus\:translate-y-12:focus {
        --tw-translate-y: 3rem;
    }

    .\32xl\:focus\:translate-y-14:focus {
        --tw-translate-y: 3.5rem;
    }

    .\32xl\:focus\:translate-y-16:focus {
        --tw-translate-y: 4rem;
    }

    .\32xl\:focus\:translate-y-18:focus {
        --tw-translate-y: 4.375rem;
    }

    .\32xl\:focus\:translate-y-19:focus {
        --tw-translate-y: 76px;
    }

    .\32xl\:focus\:translate-y-20:focus {
        --tw-translate-y: 5rem;
    }

    .\32xl\:focus\:translate-y-24:focus {
        --tw-translate-y: 6rem;
    }

    .\32xl\:focus\:translate-y-28:focus {
        --tw-translate-y: 7rem;
    }

    .\32xl\:focus\:translate-y-30:focus {
        --tw-translate-y: 120px;
    }

    .\32xl\:focus\:translate-y-32:focus {
        --tw-translate-y: 8rem;
    }

    .\32xl\:focus\:translate-y-36:focus {
        --tw-translate-y: 9rem;
    }

    .\32xl\:focus\:translate-y-40:focus {
        --tw-translate-y: 10rem;
    }

    .\32xl\:focus\:translate-y-44:focus {
        --tw-translate-y: 11rem;
    }

    .\32xl\:focus\:translate-y-48:focus {
        --tw-translate-y: 12rem;
    }

    .\32xl\:focus\:translate-y-52:focus {
        --tw-translate-y: 13rem;
    }

    .\32xl\:focus\:translate-y-56:focus {
        --tw-translate-y: 14rem;
    }

    .\32xl\:focus\:translate-y-60:focus {
        --tw-translate-y: 15rem;
    }

    .\32xl\:focus\:translate-y-64:focus {
        --tw-translate-y: 16rem;
    }

    .\32xl\:focus\:translate-y-72:focus {
        --tw-translate-y: 18rem;
    }

    .\32xl\:focus\:translate-y-80:focus {
        --tw-translate-y: 20rem;
    }

    .\32xl\:focus\:translate-y-96:focus {
        --tw-translate-y: 24rem;
    }

    .\32xl\:focus\:translate-y-px:focus {
        --tw-translate-y: 1px;
    }

    .\32xl\:focus\:translate-y-0\.5:focus {
        --tw-translate-y: 0.125rem;
    }

    .\32xl\:focus\:translate-y-1\.5:focus {
        --tw-translate-y: 0.375rem;
    }

    .\32xl\:focus\:translate-y-2\.5:focus {
        --tw-translate-y: 0.625rem;
    }

    .\32xl\:focus\:translate-y-3\.5:focus {
        --tw-translate-y: 0.875rem;
    }

    .\32xl\:focus\:translate-y-5p:focus {
        --tw-translate-y: 5px;
    }

    .\32xl\:focus\:translate-y-10p:focus {
        --tw-translate-y: 10px;
    }

    .\32xl\:focus\:translate-y-14p:focus {
        --tw-translate-y: 14px;
    }

    .\32xl\:focus\:translate-y-15p:focus {
        --tw-translate-y: 15px;
    }

    .\32xl\:focus\:translate-y-15_2:focus {
        --tw-translate-y: 60px;
    }

    .\32xl\:focus\:translate-y-16_1:focus {
        --tw-translate-y: 52px;
    }

    .\32xl\:focus\:translate-y-16p:focus {
        --tw-translate-y: 16px;
    }

    .\32xl\:focus\:translate-y-25p:focus {
        --tw-translate-y: 25px;
    }

    .\32xl\:focus\:translate-y-48p:focus {
        --tw-translate-y: 48%;
    }

    .\32xl\:focus\:translate-y-52p:focus {
        --tw-translate-y: 52%;
    }

    .\32xl\:focus\:-translate-y-0:focus {
        --tw-translate-y: 0px;
    }

    .\32xl\:focus\:-translate-y-1:focus {
        --tw-translate-y: -0.25rem;
    }

    .\32xl\:focus\:-translate-y-2:focus {
        --tw-translate-y: -0.5rem;
    }

    .\32xl\:focus\:-translate-y-3:focus {
        --tw-translate-y: -0.75rem;
    }

    .\32xl\:focus\:-translate-y-4:focus {
        --tw-translate-y: -1rem;
    }

    .\32xl\:focus\:-translate-y-5:focus {
        --tw-translate-y: -1.25rem;
    }

    .\32xl\:focus\:-translate-y-6:focus {
        --tw-translate-y: -1.5rem;
    }

    .\32xl\:focus\:-translate-y-7:focus {
        --tw-translate-y: -1.75rem;
    }

    .\32xl\:focus\:-translate-y-8:focus {
        --tw-translate-y: -2rem;
    }

    .\32xl\:focus\:-translate-y-9:focus {
        --tw-translate-y: -2.25rem;
    }

    .\32xl\:focus\:-translate-y-10:focus {
        --tw-translate-y: -2.5rem;
    }

    .\32xl\:focus\:-translate-y-11:focus {
        --tw-translate-y: -2.75rem;
    }

    .\32xl\:focus\:-translate-y-12:focus {
        --tw-translate-y: -3rem;
    }

    .\32xl\:focus\:-translate-y-14:focus {
        --tw-translate-y: -3.5rem;
    }

    .\32xl\:focus\:-translate-y-16:focus {
        --tw-translate-y: -4rem;
    }

    .\32xl\:focus\:-translate-y-18:focus {
        --tw-translate-y: -4.375rem;
    }

    .\32xl\:focus\:-translate-y-19:focus {
        --tw-translate-y: -76px;
    }

    .\32xl\:focus\:-translate-y-20:focus {
        --tw-translate-y: -5rem;
    }

    .\32xl\:focus\:-translate-y-24:focus {
        --tw-translate-y: -6rem;
    }

    .\32xl\:focus\:-translate-y-28:focus {
        --tw-translate-y: -7rem;
    }

    .\32xl\:focus\:-translate-y-30:focus {
        --tw-translate-y: -120px;
    }

    .\32xl\:focus\:-translate-y-32:focus {
        --tw-translate-y: -8rem;
    }

    .\32xl\:focus\:-translate-y-36:focus {
        --tw-translate-y: -9rem;
    }

    .\32xl\:focus\:-translate-y-40:focus {
        --tw-translate-y: -10rem;
    }

    .\32xl\:focus\:-translate-y-44:focus {
        --tw-translate-y: -11rem;
    }

    .\32xl\:focus\:-translate-y-48:focus {
        --tw-translate-y: -12rem;
    }

    .\32xl\:focus\:-translate-y-52:focus {
        --tw-translate-y: -13rem;
    }

    .\32xl\:focus\:-translate-y-56:focus {
        --tw-translate-y: -14rem;
    }

    .\32xl\:focus\:-translate-y-60:focus {
        --tw-translate-y: -15rem;
    }

    .\32xl\:focus\:-translate-y-64:focus {
        --tw-translate-y: -16rem;
    }

    .\32xl\:focus\:-translate-y-72:focus {
        --tw-translate-y: -18rem;
    }

    .\32xl\:focus\:-translate-y-80:focus {
        --tw-translate-y: -20rem;
    }

    .\32xl\:focus\:-translate-y-96:focus {
        --tw-translate-y: -24rem;
    }

    .\32xl\:focus\:-translate-y-px:focus {
        --tw-translate-y: -1px;
    }

    .\32xl\:focus\:-translate-y-0\.5:focus {
        --tw-translate-y: -0.125rem;
    }

    .\32xl\:focus\:-translate-y-1\.5:focus {
        --tw-translate-y: -0.375rem;
    }

    .\32xl\:focus\:-translate-y-2\.5:focus {
        --tw-translate-y: -0.625rem;
    }

    .\32xl\:focus\:-translate-y-3\.5:focus {
        --tw-translate-y: -0.875rem;
    }

    .\32xl\:focus\:-translate-y-5p:focus {
        --tw-translate-y: -5px;
    }

    .\32xl\:focus\:-translate-y-10p:focus {
        --tw-translate-y: -10px;
    }

    .\32xl\:focus\:-translate-y-14p:focus {
        --tw-translate-y: -14px;
    }

    .\32xl\:focus\:-translate-y-15p:focus {
        --tw-translate-y: -15px;
    }

    .\32xl\:focus\:-translate-y-15_2:focus {
        --tw-translate-y: -60px;
    }

    .\32xl\:focus\:-translate-y-16_1:focus {
        --tw-translate-y: -52px;
    }

    .\32xl\:focus\:-translate-y-16p:focus {
        --tw-translate-y: -16px;
    }

    .\32xl\:focus\:-translate-y-25p:focus {
        --tw-translate-y: -25px;
    }

    .\32xl\:focus\:-translate-y-48p:focus {
        --tw-translate-y: -48%;
    }

    .\32xl\:focus\:-translate-y-52p:focus {
        --tw-translate-y: -52%;
    }

    .\32xl\:focus\:translate-y-1\/2:focus {
        --tw-translate-y: 50%;
    }

    .\32xl\:focus\:translate-y-1\/3:focus {
        --tw-translate-y: 33.333333%;
    }

    .\32xl\:focus\:translate-y-2\/3:focus {
        --tw-translate-y: 66.666667%;
    }

    .\32xl\:focus\:translate-y-1\/4:focus {
        --tw-translate-y: 25%;
    }

    .\32xl\:focus\:translate-y-2\/4:focus {
        --tw-translate-y: 50%;
    }

    .\32xl\:focus\:translate-y-3\/4:focus {
        --tw-translate-y: 75%;
    }

    .\32xl\:focus\:translate-y-full:focus {
        --tw-translate-y: 100%;
    }

    .\32xl\:focus\:-translate-y-1\/2:focus {
        --tw-translate-y: -50%;
    }

    .\32xl\:focus\:-translate-y-1\/3:focus {
        --tw-translate-y: -33.333333%;
    }

    .\32xl\:focus\:-translate-y-2\/3:focus {
        --tw-translate-y: -66.666667%;
    }

    .\32xl\:focus\:-translate-y-1\/4:focus {
        --tw-translate-y: -25%;
    }

    .\32xl\:focus\:-translate-y-2\/4:focus {
        --tw-translate-y: -50%;
    }

    .\32xl\:focus\:-translate-y-3\/4:focus {
        --tw-translate-y: -75%;
    }

    .\32xl\:focus\:-translate-y-full:focus {
        --tw-translate-y: -100%;
    }

    .\32xl\:rotate-0 {
        --tw-rotate: 0deg;
    }

    .\32xl\:rotate-1 {
        --tw-rotate: 1deg;
    }

    .\32xl\:rotate-2 {
        --tw-rotate: 2deg;
    }

    .\32xl\:rotate-3 {
        --tw-rotate: 3deg;
    }

    .\32xl\:rotate-6 {
        --tw-rotate: 6deg;
    }

    .\32xl\:rotate-12 {
        --tw-rotate: 12deg;
    }

    .\32xl\:rotate-45 {
        --tw-rotate: 45deg;
    }

    .\32xl\:rotate-90 {
        --tw-rotate: 90deg;
    }

    .\32xl\:rotate-180 {
        --tw-rotate: 180deg;
    }

    .\32xl\:-rotate-180 {
        --tw-rotate: -180deg;
    }

    .\32xl\:-rotate-90 {
        --tw-rotate: -90deg;
    }

    .\32xl\:-rotate-45 {
        --tw-rotate: -45deg;
    }

    .\32xl\:-rotate-12 {
        --tw-rotate: -12deg;
    }

    .\32xl\:-rotate-6 {
        --tw-rotate: -6deg;
    }

    .\32xl\:-rotate-3 {
        --tw-rotate: -3deg;
    }

    .\32xl\:-rotate-2 {
        --tw-rotate: -2deg;
    }

    .\32xl\:-rotate-1 {
        --tw-rotate: -1deg;
    }

    .\32xl\:hover\:rotate-0:hover {
        --tw-rotate: 0deg;
    }

    .\32xl\:hover\:rotate-1:hover {
        --tw-rotate: 1deg;
    }

    .\32xl\:hover\:rotate-2:hover {
        --tw-rotate: 2deg;
    }

    .\32xl\:hover\:rotate-3:hover {
        --tw-rotate: 3deg;
    }

    .\32xl\:hover\:rotate-6:hover {
        --tw-rotate: 6deg;
    }

    .\32xl\:hover\:rotate-12:hover {
        --tw-rotate: 12deg;
    }

    .\32xl\:hover\:rotate-45:hover {
        --tw-rotate: 45deg;
    }

    .\32xl\:hover\:rotate-90:hover {
        --tw-rotate: 90deg;
    }

    .\32xl\:hover\:rotate-180:hover {
        --tw-rotate: 180deg;
    }

    .\32xl\:hover\:-rotate-180:hover {
        --tw-rotate: -180deg;
    }

    .\32xl\:hover\:-rotate-90:hover {
        --tw-rotate: -90deg;
    }

    .\32xl\:hover\:-rotate-45:hover {
        --tw-rotate: -45deg;
    }

    .\32xl\:hover\:-rotate-12:hover {
        --tw-rotate: -12deg;
    }

    .\32xl\:hover\:-rotate-6:hover {
        --tw-rotate: -6deg;
    }

    .\32xl\:hover\:-rotate-3:hover {
        --tw-rotate: -3deg;
    }

    .\32xl\:hover\:-rotate-2:hover {
        --tw-rotate: -2deg;
    }

    .\32xl\:hover\:-rotate-1:hover {
        --tw-rotate: -1deg;
    }

    .\32xl\:focus\:rotate-0:focus {
        --tw-rotate: 0deg;
    }

    .\32xl\:focus\:rotate-1:focus {
        --tw-rotate: 1deg;
    }

    .\32xl\:focus\:rotate-2:focus {
        --tw-rotate: 2deg;
    }

    .\32xl\:focus\:rotate-3:focus {
        --tw-rotate: 3deg;
    }

    .\32xl\:focus\:rotate-6:focus {
        --tw-rotate: 6deg;
    }

    .\32xl\:focus\:rotate-12:focus {
        --tw-rotate: 12deg;
    }

    .\32xl\:focus\:rotate-45:focus {
        --tw-rotate: 45deg;
    }

    .\32xl\:focus\:rotate-90:focus {
        --tw-rotate: 90deg;
    }

    .\32xl\:focus\:rotate-180:focus {
        --tw-rotate: 180deg;
    }

    .\32xl\:focus\:-rotate-180:focus {
        --tw-rotate: -180deg;
    }

    .\32xl\:focus\:-rotate-90:focus {
        --tw-rotate: -90deg;
    }

    .\32xl\:focus\:-rotate-45:focus {
        --tw-rotate: -45deg;
    }

    .\32xl\:focus\:-rotate-12:focus {
        --tw-rotate: -12deg;
    }

    .\32xl\:focus\:-rotate-6:focus {
        --tw-rotate: -6deg;
    }

    .\32xl\:focus\:-rotate-3:focus {
        --tw-rotate: -3deg;
    }

    .\32xl\:focus\:-rotate-2:focus {
        --tw-rotate: -2deg;
    }

    .\32xl\:focus\:-rotate-1:focus {
        --tw-rotate: -1deg;
    }

    .\32xl\:skew-x-0 {
        --tw-skew-x: 0deg;
    }

    .\32xl\:skew-x-1 {
        --tw-skew-x: 1deg;
    }

    .\32xl\:skew-x-2 {
        --tw-skew-x: 2deg;
    }

    .\32xl\:skew-x-3 {
        --tw-skew-x: 3deg;
    }

    .\32xl\:skew-x-6 {
        --tw-skew-x: 6deg;
    }

    .\32xl\:skew-x-12 {
        --tw-skew-x: 12deg;
    }

    .\32xl\:-skew-x-12 {
        --tw-skew-x: -12deg;
    }

    .\32xl\:-skew-x-6 {
        --tw-skew-x: -6deg;
    }

    .\32xl\:-skew-x-3 {
        --tw-skew-x: -3deg;
    }

    .\32xl\:-skew-x-2 {
        --tw-skew-x: -2deg;
    }

    .\32xl\:-skew-x-1 {
        --tw-skew-x: -1deg;
    }

    .\32xl\:skew-y-0 {
        --tw-skew-y: 0deg;
    }

    .\32xl\:skew-y-1 {
        --tw-skew-y: 1deg;
    }

    .\32xl\:skew-y-2 {
        --tw-skew-y: 2deg;
    }

    .\32xl\:skew-y-3 {
        --tw-skew-y: 3deg;
    }

    .\32xl\:skew-y-6 {
        --tw-skew-y: 6deg;
    }

    .\32xl\:skew-y-12 {
        --tw-skew-y: 12deg;
    }

    .\32xl\:-skew-y-12 {
        --tw-skew-y: -12deg;
    }

    .\32xl\:-skew-y-6 {
        --tw-skew-y: -6deg;
    }

    .\32xl\:-skew-y-3 {
        --tw-skew-y: -3deg;
    }

    .\32xl\:-skew-y-2 {
        --tw-skew-y: -2deg;
    }

    .\32xl\:-skew-y-1 {
        --tw-skew-y: -1deg;
    }

    .\32xl\:hover\:skew-x-0:hover {
        --tw-skew-x: 0deg;
    }

    .\32xl\:hover\:skew-x-1:hover {
        --tw-skew-x: 1deg;
    }

    .\32xl\:hover\:skew-x-2:hover {
        --tw-skew-x: 2deg;
    }

    .\32xl\:hover\:skew-x-3:hover {
        --tw-skew-x: 3deg;
    }

    .\32xl\:hover\:skew-x-6:hover {
        --tw-skew-x: 6deg;
    }

    .\32xl\:hover\:skew-x-12:hover {
        --tw-skew-x: 12deg;
    }

    .\32xl\:hover\:-skew-x-12:hover {
        --tw-skew-x: -12deg;
    }

    .\32xl\:hover\:-skew-x-6:hover {
        --tw-skew-x: -6deg;
    }

    .\32xl\:hover\:-skew-x-3:hover {
        --tw-skew-x: -3deg;
    }

    .\32xl\:hover\:-skew-x-2:hover {
        --tw-skew-x: -2deg;
    }

    .\32xl\:hover\:-skew-x-1:hover {
        --tw-skew-x: -1deg;
    }

    .\32xl\:hover\:skew-y-0:hover {
        --tw-skew-y: 0deg;
    }

    .\32xl\:hover\:skew-y-1:hover {
        --tw-skew-y: 1deg;
    }

    .\32xl\:hover\:skew-y-2:hover {
        --tw-skew-y: 2deg;
    }

    .\32xl\:hover\:skew-y-3:hover {
        --tw-skew-y: 3deg;
    }

    .\32xl\:hover\:skew-y-6:hover {
        --tw-skew-y: 6deg;
    }

    .\32xl\:hover\:skew-y-12:hover {
        --tw-skew-y: 12deg;
    }

    .\32xl\:hover\:-skew-y-12:hover {
        --tw-skew-y: -12deg;
    }

    .\32xl\:hover\:-skew-y-6:hover {
        --tw-skew-y: -6deg;
    }

    .\32xl\:hover\:-skew-y-3:hover {
        --tw-skew-y: -3deg;
    }

    .\32xl\:hover\:-skew-y-2:hover {
        --tw-skew-y: -2deg;
    }

    .\32xl\:hover\:-skew-y-1:hover {
        --tw-skew-y: -1deg;
    }

    .\32xl\:focus\:skew-x-0:focus {
        --tw-skew-x: 0deg;
    }

    .\32xl\:focus\:skew-x-1:focus {
        --tw-skew-x: 1deg;
    }

    .\32xl\:focus\:skew-x-2:focus {
        --tw-skew-x: 2deg;
    }

    .\32xl\:focus\:skew-x-3:focus {
        --tw-skew-x: 3deg;
    }

    .\32xl\:focus\:skew-x-6:focus {
        --tw-skew-x: 6deg;
    }

    .\32xl\:focus\:skew-x-12:focus {
        --tw-skew-x: 12deg;
    }

    .\32xl\:focus\:-skew-x-12:focus {
        --tw-skew-x: -12deg;
    }

    .\32xl\:focus\:-skew-x-6:focus {
        --tw-skew-x: -6deg;
    }

    .\32xl\:focus\:-skew-x-3:focus {
        --tw-skew-x: -3deg;
    }

    .\32xl\:focus\:-skew-x-2:focus {
        --tw-skew-x: -2deg;
    }

    .\32xl\:focus\:-skew-x-1:focus {
        --tw-skew-x: -1deg;
    }

    .\32xl\:focus\:skew-y-0:focus {
        --tw-skew-y: 0deg;
    }

    .\32xl\:focus\:skew-y-1:focus {
        --tw-skew-y: 1deg;
    }

    .\32xl\:focus\:skew-y-2:focus {
        --tw-skew-y: 2deg;
    }

    .\32xl\:focus\:skew-y-3:focus {
        --tw-skew-y: 3deg;
    }

    .\32xl\:focus\:skew-y-6:focus {
        --tw-skew-y: 6deg;
    }

    .\32xl\:focus\:skew-y-12:focus {
        --tw-skew-y: 12deg;
    }

    .\32xl\:focus\:-skew-y-12:focus {
        --tw-skew-y: -12deg;
    }

    .\32xl\:focus\:-skew-y-6:focus {
        --tw-skew-y: -6deg;
    }

    .\32xl\:focus\:-skew-y-3:focus {
        --tw-skew-y: -3deg;
    }

    .\32xl\:focus\:-skew-y-2:focus {
        --tw-skew-y: -2deg;
    }

    .\32xl\:focus\:-skew-y-1:focus {
        --tw-skew-y: -1deg;
    }

    .\32xl\:scale-0 {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }

    .\32xl\:scale-50 {
        --tw-scale-x: .5;
        --tw-scale-y: .5;
    }

    .\32xl\:scale-75 {
        --tw-scale-x: .75;
        --tw-scale-y: .75;
    }

    .\32xl\:scale-90 {
        --tw-scale-x: .9;
        --tw-scale-y: .9;
    }

    .\32xl\:scale-95 {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
    }

    .\32xl\:scale-100 {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }

    .\32xl\:scale-105 {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }

    .\32xl\:scale-110 {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }

    .\32xl\:scale-125 {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }

    .\32xl\:scale-150 {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }

    .\32xl\:hover\:scale-0:hover {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }

    .\32xl\:hover\:scale-50:hover {
        --tw-scale-x: .5;
        --tw-scale-y: .5;
    }

    .\32xl\:hover\:scale-75:hover {
        --tw-scale-x: .75;
        --tw-scale-y: .75;
    }

    .\32xl\:hover\:scale-90:hover {
        --tw-scale-x: .9;
        --tw-scale-y: .9;
    }

    .\32xl\:hover\:scale-95:hover {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
    }

    .\32xl\:hover\:scale-100:hover {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }

    .\32xl\:hover\:scale-105:hover {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }

    .\32xl\:hover\:scale-110:hover {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }

    .\32xl\:hover\:scale-125:hover {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }

    .\32xl\:hover\:scale-150:hover {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }

    .\32xl\:focus\:scale-0:focus {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }

    .\32xl\:focus\:scale-50:focus {
        --tw-scale-x: .5;
        --tw-scale-y: .5;
    }

    .\32xl\:focus\:scale-75:focus {
        --tw-scale-x: .75;
        --tw-scale-y: .75;
    }

    .\32xl\:focus\:scale-90:focus {
        --tw-scale-x: .9;
        --tw-scale-y: .9;
    }

    .\32xl\:focus\:scale-95:focus {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
    }

    .\32xl\:focus\:scale-100:focus {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }

    .\32xl\:focus\:scale-105:focus {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }

    .\32xl\:focus\:scale-110:focus {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }

    .\32xl\:focus\:scale-125:focus {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }

    .\32xl\:focus\:scale-150:focus {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }

    .\32xl\:scale-x-0 {
        --tw-scale-x: 0;
    }

    .\32xl\:scale-x-50 {
        --tw-scale-x: .5;
    }

    .\32xl\:scale-x-75 {
        --tw-scale-x: .75;
    }

    .\32xl\:scale-x-90 {
        --tw-scale-x: .9;
    }

    .\32xl\:scale-x-95 {
        --tw-scale-x: .95;
    }

    .\32xl\:scale-x-100 {
        --tw-scale-x: 1;
    }

    .\32xl\:scale-x-105 {
        --tw-scale-x: 1.05;
    }

    .\32xl\:scale-x-110 {
        --tw-scale-x: 1.1;
    }

    .\32xl\:scale-x-125 {
        --tw-scale-x: 1.25;
    }

    .\32xl\:scale-x-150 {
        --tw-scale-x: 1.5;
    }

    .\32xl\:scale-y-0 {
        --tw-scale-y: 0;
    }

    .\32xl\:scale-y-50 {
        --tw-scale-y: .5;
    }

    .\32xl\:scale-y-75 {
        --tw-scale-y: .75;
    }

    .\32xl\:scale-y-90 {
        --tw-scale-y: .9;
    }

    .\32xl\:scale-y-95 {
        --tw-scale-y: .95;
    }

    .\32xl\:scale-y-100 {
        --tw-scale-y: 1;
    }

    .\32xl\:scale-y-105 {
        --tw-scale-y: 1.05;
    }

    .\32xl\:scale-y-110 {
        --tw-scale-y: 1.1;
    }

    .\32xl\:scale-y-125 {
        --tw-scale-y: 1.25;
    }

    .\32xl\:scale-y-150 {
        --tw-scale-y: 1.5;
    }

    .\32xl\:hover\:scale-x-0:hover {
        --tw-scale-x: 0;
    }

    .\32xl\:hover\:scale-x-50:hover {
        --tw-scale-x: .5;
    }

    .\32xl\:hover\:scale-x-75:hover {
        --tw-scale-x: .75;
    }

    .\32xl\:hover\:scale-x-90:hover {
        --tw-scale-x: .9;
    }

    .\32xl\:hover\:scale-x-95:hover {
        --tw-scale-x: .95;
    }

    .\32xl\:hover\:scale-x-100:hover {
        --tw-scale-x: 1;
    }

    .\32xl\:hover\:scale-x-105:hover {
        --tw-scale-x: 1.05;
    }

    .\32xl\:hover\:scale-x-110:hover {
        --tw-scale-x: 1.1;
    }

    .\32xl\:hover\:scale-x-125:hover {
        --tw-scale-x: 1.25;
    }

    .\32xl\:hover\:scale-x-150:hover {
        --tw-scale-x: 1.5;
    }

    .\32xl\:hover\:scale-y-0:hover {
        --tw-scale-y: 0;
    }

    .\32xl\:hover\:scale-y-50:hover {
        --tw-scale-y: .5;
    }

    .\32xl\:hover\:scale-y-75:hover {
        --tw-scale-y: .75;
    }

    .\32xl\:hover\:scale-y-90:hover {
        --tw-scale-y: .9;
    }

    .\32xl\:hover\:scale-y-95:hover {
        --tw-scale-y: .95;
    }

    .\32xl\:hover\:scale-y-100:hover {
        --tw-scale-y: 1;
    }

    .\32xl\:hover\:scale-y-105:hover {
        --tw-scale-y: 1.05;
    }

    .\32xl\:hover\:scale-y-110:hover {
        --tw-scale-y: 1.1;
    }

    .\32xl\:hover\:scale-y-125:hover {
        --tw-scale-y: 1.25;
    }

    .\32xl\:hover\:scale-y-150:hover {
        --tw-scale-y: 1.5;
    }

    .\32xl\:focus\:scale-x-0:focus {
        --tw-scale-x: 0;
    }

    .\32xl\:focus\:scale-x-50:focus {
        --tw-scale-x: .5;
    }

    .\32xl\:focus\:scale-x-75:focus {
        --tw-scale-x: .75;
    }

    .\32xl\:focus\:scale-x-90:focus {
        --tw-scale-x: .9;
    }

    .\32xl\:focus\:scale-x-95:focus {
        --tw-scale-x: .95;
    }

    .\32xl\:focus\:scale-x-100:focus {
        --tw-scale-x: 1;
    }

    .\32xl\:focus\:scale-x-105:focus {
        --tw-scale-x: 1.05;
    }

    .\32xl\:focus\:scale-x-110:focus {
        --tw-scale-x: 1.1;
    }

    .\32xl\:focus\:scale-x-125:focus {
        --tw-scale-x: 1.25;
    }

    .\32xl\:focus\:scale-x-150:focus {
        --tw-scale-x: 1.5;
    }

    .\32xl\:focus\:scale-y-0:focus {
        --tw-scale-y: 0;
    }

    .\32xl\:focus\:scale-y-50:focus {
        --tw-scale-y: .5;
    }

    .\32xl\:focus\:scale-y-75:focus {
        --tw-scale-y: .75;
    }

    .\32xl\:focus\:scale-y-90:focus {
        --tw-scale-y: .9;
    }

    .\32xl\:focus\:scale-y-95:focus {
        --tw-scale-y: .95;
    }

    .\32xl\:focus\:scale-y-100:focus {
        --tw-scale-y: 1;
    }

    .\32xl\:focus\:scale-y-105:focus {
        --tw-scale-y: 1.05;
    }

    .\32xl\:focus\:scale-y-110:focus {
        --tw-scale-y: 1.1;
    }

    .\32xl\:focus\:scale-y-125:focus {
        --tw-scale-y: 1.25;
    }

    .\32xl\:focus\:scale-y-150:focus {
        --tw-scale-y: 1.5;
    }

    .\32xl\:animate-none {
        -webkit-animation: none;
        animation: none;
    }

    .\32xl\:animate-spin {
        -webkit-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite;
    }

    .\32xl\:animate-ping {
        -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
        animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }

    .\32xl\:animate-pulse {
        -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
        animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }

    .\32xl\:animate-bounce {
        -webkit-animation: bounce 1s infinite;
        animation: bounce 1s infinite;
    }

    .\32xl\:cursor-auto {
        cursor: auto;
    }

    .\32xl\:cursor-default {
        cursor: default;
    }

    .\32xl\:cursor-pointer {
        cursor: pointer;
    }

    .\32xl\:cursor-wait {
        cursor: wait;
    }

    .\32xl\:cursor-text {
        cursor: text;
    }

    .\32xl\:cursor-move {
        cursor: move;
    }

    .\32xl\:cursor-help {
        cursor: help;
    }

    .\32xl\:cursor-not-allowed {
        cursor: not-allowed;
    }

    .\32xl\:select-none {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .\32xl\:select-text {
        -webkit-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text;
    }

    .\32xl\:select-all {
        -webkit-user-select: all;
        -moz-user-select: all;
        user-select: all;
    }

    .\32xl\:select-auto {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
    }

    .\32xl\:resize-none {
        resize: none;
    }

    .\32xl\:resize-y {
        resize: vertical;
    }

    .\32xl\:resize-x {
        resize: horizontal;
    }

    .\32xl\:resize {
        resize: both;
    }

    .\32xl\:list-inside {
        list-style-position: inside;
    }

    .\32xl\:list-outside {
        list-style-position: outside;
    }

    .\32xl\:list-none {
        list-style-type: none;
    }

    .\32xl\:list-disc {
        list-style-type: disc;
    }

    .\32xl\:list-decimal {
        list-style-type: decimal;
    }

    .\32xl\:appearance-none {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .\32xl\:auto-cols-auto {
        grid-auto-columns: auto;
    }

    .\32xl\:auto-cols-min {
        grid-auto-columns: -webkit-min-content;
        grid-auto-columns: min-content;
    }

    .\32xl\:auto-cols-max {
        grid-auto-columns: -webkit-max-content;
        grid-auto-columns: max-content;
    }

    .\32xl\:auto-cols-fr {
        grid-auto-columns: minmax(0, 1fr);
    }

    .\32xl\:grid-flow-row {
        grid-auto-flow: row;
    }

    .\32xl\:grid-flow-col {
        grid-auto-flow: column;
    }

    .\32xl\:grid-flow-row-dense {
        grid-auto-flow: row dense;
    }

    .\32xl\:grid-flow-col-dense {
        grid-auto-flow: column dense;
    }

    .\32xl\:auto-rows-auto {
        grid-auto-rows: auto;
    }

    .\32xl\:auto-rows-min {
        grid-auto-rows: -webkit-min-content;
        grid-auto-rows: min-content;
    }

    .\32xl\:auto-rows-max {
        grid-auto-rows: -webkit-max-content;
        grid-auto-rows: max-content;
    }

    .\32xl\:auto-rows-fr {
        grid-auto-rows: minmax(0, 1fr);
    }

    .\32xl\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .\32xl\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .\32xl\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .\32xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .\32xl\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .\32xl\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .\32xl\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }

    .\32xl\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    .\32xl\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }

    .\32xl\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }

    .\32xl\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }

    .\32xl\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .\32xl\:grid-cols-none {
        grid-template-columns: none;
    }

    .\32xl\:grid-rows-1 {
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }

    .\32xl\:grid-rows-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }

    .\32xl\:grid-rows-3 {
        grid-template-rows: repeat(3, minmax(0, 1fr));
    }

    .\32xl\:grid-rows-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr));
    }

    .\32xl\:grid-rows-5 {
        grid-template-rows: repeat(5, minmax(0, 1fr));
    }

    .\32xl\:grid-rows-6 {
        grid-template-rows: repeat(6, minmax(0, 1fr));
    }

    .\32xl\:grid-rows-none {
        grid-template-rows: none;
    }

    .\32xl\:flex-row {
        flex-direction: row;
    }

    .\32xl\:flex-row-reverse {
        flex-direction: row-reverse;
    }

    .\32xl\:flex-col {
        flex-direction: column;
    }

    .\32xl\:flex-col-reverse {
        flex-direction: column-reverse;
    }

    .\32xl\:flex-wrap {
        flex-wrap: wrap;
    }

    .\32xl\:flex-wrap-reverse {
        flex-wrap: wrap-reverse;
    }

    .\32xl\:flex-nowrap {
        flex-wrap: nowrap;
    }

    .\32xl\:place-content-center {
        place-content: center;
    }

    .\32xl\:place-content-start {
        place-content: start;
    }

    .\32xl\:place-content-end {
        place-content: end;
    }

    .\32xl\:place-content-between {
        place-content: space-between;
    }

    .\32xl\:place-content-around {
        place-content: space-around;
    }

    .\32xl\:place-content-evenly {
        place-content: space-evenly;
    }

    .\32xl\:place-content-stretch {
        place-content: stretch;
    }

    .\32xl\:place-items-start {
        place-items: start;
    }

    .\32xl\:place-items-end {
        place-items: end;
    }

    .\32xl\:place-items-center {
        place-items: center;
    }

    .\32xl\:place-items-stretch {
        place-items: stretch;
    }

    .\32xl\:content-center {
        align-content: center;
    }

    .\32xl\:content-start {
        align-content: flex-start;
    }

    .\32xl\:content-end {
        align-content: flex-end;
    }

    .\32xl\:content-between {
        align-content: space-between;
    }

    .\32xl\:content-around {
        align-content: space-around;
    }

    .\32xl\:content-evenly {
        align-content: space-evenly;
    }

    .\32xl\:items-start {
        align-items: flex-start;
    }

    .\32xl\:items-end {
        align-items: flex-end;
    }

    .\32xl\:items-center {
        align-items: center;
    }

    .\32xl\:items-baseline {
        align-items: baseline;
    }

    .\32xl\:items-stretch {
        align-items: stretch;
    }

    .\32xl\:justify-start {
        justify-content: flex-start;
    }

    .\32xl\:justify-end {
        justify-content: flex-end;
    }

    .\32xl\:justify-center {
        justify-content: center;
    }

    .\32xl\:justify-between {
        justify-content: space-between;
    }

    .\32xl\:justify-around {
        justify-content: space-around;
    }

    .\32xl\:justify-evenly {
        justify-content: space-evenly;
    }

    .\32xl\:justify-items-start {
        justify-items: start;
    }

    .\32xl\:justify-items-end {
        justify-items: end;
    }

    .\32xl\:justify-items-center {
        justify-items: center;
    }

    .\32xl\:justify-items-stretch {
        justify-items: stretch;
    }

    .\32xl\:gap-0 {
        gap: 0px;
    }

    .\32xl\:gap-1 {
        gap: 0.25rem;
    }

    .\32xl\:gap-2 {
        gap: 0.5rem;
    }

    .\32xl\:gap-3 {
        gap: 0.75rem;
    }

    .\32xl\:gap-4 {
        gap: 1rem;
    }

    .\32xl\:gap-5 {
        gap: 1.25rem;
    }

    .\32xl\:gap-6 {
        gap: 1.5rem;
    }

    .\32xl\:gap-7 {
        gap: 1.75rem;
    }

    .\32xl\:gap-8 {
        gap: 2rem;
    }

    .\32xl\:gap-9 {
        gap: 2.25rem;
    }

    .\32xl\:gap-10 {
        gap: 2.5rem;
    }

    .\32xl\:gap-11 {
        gap: 2.75rem;
    }

    .\32xl\:gap-12 {
        gap: 3rem;
    }

    .\32xl\:gap-14 {
        gap: 3.5rem;
    }

    .\32xl\:gap-16 {
        gap: 4rem;
    }

    .\32xl\:gap-18 {
        gap: 4.375rem;
    }

    .\32xl\:gap-19 {
        gap: 76px;
    }

    .\32xl\:gap-20 {
        gap: 5rem;
    }

    .\32xl\:gap-24 {
        gap: 6rem;
    }

    .\32xl\:gap-28 {
        gap: 7rem;
    }

    .\32xl\:gap-30 {
        gap: 120px;
    }

    .\32xl\:gap-32 {
        gap: 8rem;
    }

    .\32xl\:gap-36 {
        gap: 9rem;
    }

    .\32xl\:gap-40 {
        gap: 10rem;
    }

    .\32xl\:gap-44 {
        gap: 11rem;
    }

    .\32xl\:gap-48 {
        gap: 12rem;
    }

    .\32xl\:gap-52 {
        gap: 13rem;
    }

    .\32xl\:gap-56 {
        gap: 14rem;
    }

    .\32xl\:gap-60 {
        gap: 15rem;
    }

    .\32xl\:gap-64 {
        gap: 16rem;
    }

    .\32xl\:gap-72 {
        gap: 18rem;
    }

    .\32xl\:gap-80 {
        gap: 20rem;
    }

    .\32xl\:gap-96 {
        gap: 24rem;
    }

    .\32xl\:gap-px {
        gap: 1px;
    }

    .\32xl\:gap-0\.5 {
        gap: 0.125rem;
    }

    .\32xl\:gap-1\.5 {
        gap: 0.375rem;
    }

    .\32xl\:gap-2\.5 {
        gap: 0.625rem;
    }

    .\32xl\:gap-3\.5 {
        gap: 0.875rem;
    }

    .\32xl\:gap-5p {
        gap: 5px;
    }

    .\32xl\:gap-10p {
        gap: 10px;
    }

    .\32xl\:gap-14p {
        gap: 14px;
    }

    .\32xl\:gap-15p {
        gap: 15px;
    }

    .\32xl\:gap-15_2 {
        gap: 60px;
    }

    .\32xl\:gap-16_1 {
        gap: 52px;
    }

    .\32xl\:gap-16p {
        gap: 16px;
    }

    .\32xl\:gap-25p {
        gap: 25px;
    }

    .\32xl\:gap-48p {
        gap: 48%;
    }

    .\32xl\:gap-52p {
        gap: 52%;
    }

    .\32xl\:gap-x-0 {
        -moz-column-gap: 0px;
        column-gap: 0px;
    }

    .\32xl\:gap-x-1 {
        -moz-column-gap: 0.25rem;
        column-gap: 0.25rem;
    }

    .\32xl\:gap-x-2 {
        -moz-column-gap: 0.5rem;
        column-gap: 0.5rem;
    }

    .\32xl\:gap-x-3 {
        -moz-column-gap: 0.75rem;
        column-gap: 0.75rem;
    }

    .\32xl\:gap-x-4 {
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }

    .\32xl\:gap-x-5 {
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

    .\32xl\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }

    .\32xl\:gap-x-7 {
        -moz-column-gap: 1.75rem;
        column-gap: 1.75rem;
    }

    .\32xl\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }

    .\32xl\:gap-x-9 {
        -moz-column-gap: 2.25rem;
        column-gap: 2.25rem;
    }

    .\32xl\:gap-x-10 {
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }

    .\32xl\:gap-x-11 {
        -moz-column-gap: 2.75rem;
        column-gap: 2.75rem;
    }

    .\32xl\:gap-x-12 {
        -moz-column-gap: 3rem;
        column-gap: 3rem;
    }

    .\32xl\:gap-x-14 {
        -moz-column-gap: 3.5rem;
        column-gap: 3.5rem;
    }

    .\32xl\:gap-x-16 {
        -moz-column-gap: 4rem;
        column-gap: 4rem;
    }

    .\32xl\:gap-x-18 {
        -moz-column-gap: 4.375rem;
        column-gap: 4.375rem;
    }

    .\32xl\:gap-x-19 {
        -moz-column-gap: 76px;
        column-gap: 76px;
    }

    .\32xl\:gap-x-20 {
        -moz-column-gap: 5rem;
        column-gap: 5rem;
    }

    .\32xl\:gap-x-24 {
        -moz-column-gap: 6rem;
        column-gap: 6rem;
    }

    .\32xl\:gap-x-28 {
        -moz-column-gap: 7rem;
        column-gap: 7rem;
    }

    .\32xl\:gap-x-30 {
        -moz-column-gap: 120px;
        column-gap: 120px;
    }

    .\32xl\:gap-x-32 {
        -moz-column-gap: 8rem;
        column-gap: 8rem;
    }

    .\32xl\:gap-x-36 {
        -moz-column-gap: 9rem;
        column-gap: 9rem;
    }

    .\32xl\:gap-x-40 {
        -moz-column-gap: 10rem;
        column-gap: 10rem;
    }

    .\32xl\:gap-x-44 {
        -moz-column-gap: 11rem;
        column-gap: 11rem;
    }

    .\32xl\:gap-x-48 {
        -moz-column-gap: 12rem;
        column-gap: 12rem;
    }

    .\32xl\:gap-x-52 {
        -moz-column-gap: 13rem;
        column-gap: 13rem;
    }

    .\32xl\:gap-x-56 {
        -moz-column-gap: 14rem;
        column-gap: 14rem;
    }

    .\32xl\:gap-x-60 {
        -moz-column-gap: 15rem;
        column-gap: 15rem;
    }

    .\32xl\:gap-x-64 {
        -moz-column-gap: 16rem;
        column-gap: 16rem;
    }

    .\32xl\:gap-x-72 {
        -moz-column-gap: 18rem;
        column-gap: 18rem;
    }

    .\32xl\:gap-x-80 {
        -moz-column-gap: 20rem;
        column-gap: 20rem;
    }

    .\32xl\:gap-x-96 {
        -moz-column-gap: 24rem;
        column-gap: 24rem;
    }

    .\32xl\:gap-x-px {
        -moz-column-gap: 1px;
        column-gap: 1px;
    }

    .\32xl\:gap-x-0\.5 {
        -moz-column-gap: 0.125rem;
        column-gap: 0.125rem;
    }

    .\32xl\:gap-x-1\.5 {
        -moz-column-gap: 0.375rem;
        column-gap: 0.375rem;
    }

    .\32xl\:gap-x-2\.5 {
        -moz-column-gap: 0.625rem;
        column-gap: 0.625rem;
    }

    .\32xl\:gap-x-3\.5 {
        -moz-column-gap: 0.875rem;
        column-gap: 0.875rem;
    }

    .\32xl\:gap-x-5p {
        -moz-column-gap: 5px;
        column-gap: 5px;
    }

    .\32xl\:gap-x-10p {
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .\32xl\:gap-x-14p {
        -moz-column-gap: 14px;
        column-gap: 14px;
    }

    .\32xl\:gap-x-15p {
        -moz-column-gap: 15px;
        column-gap: 15px;
    }

    .\32xl\:gap-x-15_2 {
        -moz-column-gap: 60px;
        column-gap: 60px;
    }

    .\32xl\:gap-x-16_1 {
        -moz-column-gap: 52px;
        column-gap: 52px;
    }

    .\32xl\:gap-x-16p {
        -moz-column-gap: 16px;
        column-gap: 16px;
    }

    .\32xl\:gap-x-25p {
        -moz-column-gap: 25px;
        column-gap: 25px;
    }

    .\32xl\:gap-x-48p {
        -moz-column-gap: 48%;
        column-gap: 48%;
    }

    .\32xl\:gap-x-52p {
        -moz-column-gap: 52%;
        column-gap: 52%;
    }

    .\32xl\:gap-y-0 {
        row-gap: 0px;
    }

    .\32xl\:gap-y-1 {
        row-gap: 0.25rem;
    }

    .\32xl\:gap-y-2 {
        row-gap: 0.5rem;
    }

    .\32xl\:gap-y-3 {
        row-gap: 0.75rem;
    }

    .\32xl\:gap-y-4 {
        row-gap: 1rem;
    }

    .\32xl\:gap-y-5 {
        row-gap: 1.25rem;
    }

    .\32xl\:gap-y-6 {
        row-gap: 1.5rem;
    }

    .\32xl\:gap-y-7 {
        row-gap: 1.75rem;
    }

    .\32xl\:gap-y-8 {
        row-gap: 2rem;
    }

    .\32xl\:gap-y-9 {
        row-gap: 2.25rem;
    }

    .\32xl\:gap-y-10 {
        row-gap: 2.5rem;
    }

    .\32xl\:gap-y-11 {
        row-gap: 2.75rem;
    }

    .\32xl\:gap-y-12 {
        row-gap: 3rem;
    }

    .\32xl\:gap-y-14 {
        row-gap: 3.5rem;
    }

    .\32xl\:gap-y-16 {
        row-gap: 4rem;
    }

    .\32xl\:gap-y-18 {
        row-gap: 4.375rem;
    }

    .\32xl\:gap-y-19 {
        row-gap: 76px;
    }

    .\32xl\:gap-y-20 {
        row-gap: 5rem;
    }

    .\32xl\:gap-y-24 {
        row-gap: 6rem;
    }

    .\32xl\:gap-y-28 {
        row-gap: 7rem;
    }

    .\32xl\:gap-y-30 {
        row-gap: 120px;
    }

    .\32xl\:gap-y-32 {
        row-gap: 8rem;
    }

    .\32xl\:gap-y-36 {
        row-gap: 9rem;
    }

    .\32xl\:gap-y-40 {
        row-gap: 10rem;
    }

    .\32xl\:gap-y-44 {
        row-gap: 11rem;
    }

    .\32xl\:gap-y-48 {
        row-gap: 12rem;
    }

    .\32xl\:gap-y-52 {
        row-gap: 13rem;
    }

    .\32xl\:gap-y-56 {
        row-gap: 14rem;
    }

    .\32xl\:gap-y-60 {
        row-gap: 15rem;
    }

    .\32xl\:gap-y-64 {
        row-gap: 16rem;
    }

    .\32xl\:gap-y-72 {
        row-gap: 18rem;
    }

    .\32xl\:gap-y-80 {
        row-gap: 20rem;
    }

    .\32xl\:gap-y-96 {
        row-gap: 24rem;
    }

    .\32xl\:gap-y-px {
        row-gap: 1px;
    }

    .\32xl\:gap-y-0\.5 {
        row-gap: 0.125rem;
    }

    .\32xl\:gap-y-1\.5 {
        row-gap: 0.375rem;
    }

    .\32xl\:gap-y-2\.5 {
        row-gap: 0.625rem;
    }

    .\32xl\:gap-y-3\.5 {
        row-gap: 0.875rem;
    }

    .\32xl\:gap-y-5p {
        row-gap: 5px;
    }

    .\32xl\:gap-y-10p {
        row-gap: 10px;
    }

    .\32xl\:gap-y-14p {
        row-gap: 14px;
    }

    .\32xl\:gap-y-15p {
        row-gap: 15px;
    }

    .\32xl\:gap-y-15_2 {
        row-gap: 60px;
    }

    .\32xl\:gap-y-16_1 {
        row-gap: 52px;
    }

    .\32xl\:gap-y-16p {
        row-gap: 16px;
    }

    .\32xl\:gap-y-25p {
        row-gap: 25px;
    }

    .\32xl\:gap-y-48p {
        row-gap: 48%;
    }

    .\32xl\:gap-y-52p {
        row-gap: 52%;
    }

    .\32xl\:space-x-0> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.25rem * var(--tw-space-x-reverse));
        margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-3> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.75rem * var(--tw-space-x-reverse));
        margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-4> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1rem * var(--tw-space-x-reverse));
        margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-6> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-7> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.75rem * var(--tw-space-x-reverse));
        margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-8> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2rem * var(--tw-space-x-reverse));
        margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-9> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.25rem * var(--tw-space-x-reverse));
        margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-10> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-11> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.75rem * var(--tw-space-x-reverse));
        margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-12> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3rem * var(--tw-space-x-reverse));
        margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-14> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3.5rem * var(--tw-space-x-reverse));
        margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-16> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(4rem * var(--tw-space-x-reverse));
        margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-18> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(4.375rem * var(--tw-space-x-reverse));
        margin-left: calc(4.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-19> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(76px * var(--tw-space-x-reverse));
        margin-left: calc(76px * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-20> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(5rem * var(--tw-space-x-reverse));
        margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-24> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(6rem * var(--tw-space-x-reverse));
        margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-28> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(7rem * var(--tw-space-x-reverse));
        margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-30> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(120px * var(--tw-space-x-reverse));
        margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-32> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(8rem * var(--tw-space-x-reverse));
        margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-36> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(9rem * var(--tw-space-x-reverse));
        margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-40> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(10rem * var(--tw-space-x-reverse));
        margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-44> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(11rem * var(--tw-space-x-reverse));
        margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-48> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(12rem * var(--tw-space-x-reverse));
        margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-52> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(13rem * var(--tw-space-x-reverse));
        margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-56> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(14rem * var(--tw-space-x-reverse));
        margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-60> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(15rem * var(--tw-space-x-reverse));
        margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-64> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(16rem * var(--tw-space-x-reverse));
        margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-72> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(18rem * var(--tw-space-x-reverse));
        margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-80> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(20rem * var(--tw-space-x-reverse));
        margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-96> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(24rem * var(--tw-space-x-reverse));
        margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-px> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1px * var(--tw-space-x-reverse));
        margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.125rem * var(--tw-space-x-reverse));
        margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.375rem * var(--tw-space-x-reverse));
        margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.625rem * var(--tw-space-x-reverse));
        margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.875rem * var(--tw-space-x-reverse));
        margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(5px * var(--tw-space-x-reverse));
        margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(10px * var(--tw-space-x-reverse));
        margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(14px * var(--tw-space-x-reverse));
        margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(15px * var(--tw-space-x-reverse));
        margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(60px * var(--tw-space-x-reverse));
        margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(52px * var(--tw-space-x-reverse));
        margin-left: calc(52px * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(16px * var(--tw-space-x-reverse));
        margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(25px * var(--tw-space-x-reverse));
        margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(48% * var(--tw-space-x-reverse));
        margin-left: calc(48% * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-x-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(52% * var(--tw-space-x-reverse));
        margin-left: calc(52% * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-0> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-3> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-4> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1rem * var(--tw-space-x-reverse));
        margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-6> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-7> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-8> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2rem * var(--tw-space-x-reverse));
        margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-9> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-10> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-11> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-12> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3rem * var(--tw-space-x-reverse));
        margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-14> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-16> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-4rem * var(--tw-space-x-reverse));
        margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-18> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-4.375rem * var(--tw-space-x-reverse));
        margin-left: calc(-4.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-19> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-76px * var(--tw-space-x-reverse));
        margin-left: calc(-76px * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-20> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-5rem * var(--tw-space-x-reverse));
        margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-24> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-6rem * var(--tw-space-x-reverse));
        margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-28> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-7rem * var(--tw-space-x-reverse));
        margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-30> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-120px * var(--tw-space-x-reverse));
        margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-32> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-8rem * var(--tw-space-x-reverse));
        margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-36> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-9rem * var(--tw-space-x-reverse));
        margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-40> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-10rem * var(--tw-space-x-reverse));
        margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-44> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-11rem * var(--tw-space-x-reverse));
        margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-48> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-12rem * var(--tw-space-x-reverse));
        margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-52> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-13rem * var(--tw-space-x-reverse));
        margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-56> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-14rem * var(--tw-space-x-reverse));
        margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-60> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-15rem * var(--tw-space-x-reverse));
        margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-64> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-16rem * var(--tw-space-x-reverse));
        margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-72> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-18rem * var(--tw-space-x-reverse));
        margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-80> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-20rem * var(--tw-space-x-reverse));
        margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-96> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-24rem * var(--tw-space-x-reverse));
        margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-px> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1px * var(--tw-space-x-reverse));
        margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-5px * var(--tw-space-x-reverse));
        margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-10px * var(--tw-space-x-reverse));
        margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-14px * var(--tw-space-x-reverse));
        margin-left: calc(-14px * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-15px * var(--tw-space-x-reverse));
        margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-60px * var(--tw-space-x-reverse));
        margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-52px * var(--tw-space-x-reverse));
        margin-left: calc(-52px * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-16px * var(--tw-space-x-reverse));
        margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-25px * var(--tw-space-x-reverse));
        margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-48% * var(--tw-space-x-reverse));
        margin-left: calc(-48% * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:-space-x-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-52% * var(--tw-space-x-reverse));
        margin-left: calc(-52% * calc(1 - var(--tw-space-x-reverse)));
    }

    .\32xl\:space-y-0> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-3> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-4> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1rem * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-6> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-7> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-8> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2rem * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-9> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-10> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-11> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-12> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3rem * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-14> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-16> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(4rem * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-18> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(4.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(4.375rem * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-19> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(76px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(76px * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-20> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5rem * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-24> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(6rem * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-28> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(7rem * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-30> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(120px * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-32> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(8rem * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-36> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(9rem * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-40> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(10rem * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-44> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(11rem * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-48> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(12rem * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-52> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(13rem * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-56> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(14rem * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-60> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(15rem * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-64> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(16rem * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-72> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(18rem * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-80> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(20rem * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-96> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(24rem * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-px> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1px * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5px * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(10px * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(14px * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(15px * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(60px * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(52px * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(16px * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(25px * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(48% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(48% * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(52% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(52% * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-0> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-3> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-4> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-6> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-7> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-8> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-9> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-10> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-11> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-12> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-14> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-16> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-18> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-4.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-4.375rem * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-19> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-76px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-76px * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-20> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-24> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-28> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-30> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-120px * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-32> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-36> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-40> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-44> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-48> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-52> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-56> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-60> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-64> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-72> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-80> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-96> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-px> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1px * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-5px * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-10px * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-14px * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-15px * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-60px * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-52px * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-16px * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-25px * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-48% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-48% * var(--tw-space-y-reverse));
    }

    .\32xl\:-space-y-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-52% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-52% * var(--tw-space-y-reverse));
    }

    .\32xl\:space-y-reverse> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 1;
    }

    .\32xl\:space-x-reverse> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 1;
    }

    .\32xl\:divide-x-0> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(0px * var(--tw-divide-x-reverse));
        border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .\32xl\:divide-x-2> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(2px * var(--tw-divide-x-reverse));
        border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .\32xl\:divide-x-4> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(4px * var(--tw-divide-x-reverse));
        border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .\32xl\:divide-x-8> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(8px * var(--tw-divide-x-reverse));
        border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .\32xl\:divide-x> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(1px * var(--tw-divide-x-reverse));
        border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .\32xl\:divide-y-0> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
    }

    .\32xl\:divide-y-2> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
    }

    .\32xl\:divide-y-4> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
    }

    .\32xl\:divide-y-8> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
    }

    .\32xl\:divide-y> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
    }

    .\32xl\:divide-y-reverse> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 1;
    }

    .\32xl\:divide-x-reverse> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 1;
    }

    .\32xl\:divide-solid> :not([hidden])~ :not([hidden]) {
        border-style: solid;
    }

    .\32xl\:divide-dashed> :not([hidden])~ :not([hidden]) {
        border-style: dashed;
    }

    .\32xl\:divide-dotted> :not([hidden])~ :not([hidden]) {
        border-style: dotted;
    }

    .\32xl\:divide-double> :not([hidden])~ :not([hidden]) {
        border-style: double;
    }

    .\32xl\:divide-none> :not([hidden])~ :not([hidden]) {
        border-style: none;
    }

    .\32xl\:divide-transparent> :not([hidden])~ :not([hidden]) {
        border-color: transparent;
    }

    .\32xl\:divide-current> :not([hidden])~ :not([hidden]) {
        border-color: currentColor;
    }

    .\32xl\:divide-black> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
    }

    .\32xl\:divide-white> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
    }

    .\32xl\:divide-gray-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
    }

    .\32xl\:divide-gray-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
    }

    .\32xl\:divide-gray-200> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
    }

    .\32xl\:divide-gray-300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
    }

    .\32xl\:divide-gray-400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
    }

    .\32xl\:divide-gray-500> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
    }

    .\32xl\:divide-gray-600> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
    }

    .\32xl\:divide-gray-700> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
    }

    .\32xl\:divide-gray-800> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
    }

    .\32xl\:divide-gray-900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
    }

    .\32xl\:divide-red-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
    }

    .\32xl\:divide-red-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
    }

    .\32xl\:divide-red-200> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
    }

    .\32xl\:divide-red-300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
    }

    .\32xl\:divide-red-400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
    }

    .\32xl\:divide-red-500> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
    }

    .\32xl\:divide-red-600> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
    }

    .\32xl\:divide-red-700> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
    }

    .\32xl\:divide-red-800> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
    }

    .\32xl\:divide-red-900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
    }

    .\32xl\:divide-yellow> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-divide-opacity));
    }

    .\32xl\:divide-green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-divide-opacity));
    }

    .\32xl\:divide-blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-divide-opacity));
    }

    .\32xl\:divide-indigo-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
    }

    .\32xl\:divide-indigo-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
    }

    .\32xl\:divide-indigo-200> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
    }

    .\32xl\:divide-indigo-300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
    }

    .\32xl\:divide-indigo-400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
    }

    .\32xl\:divide-indigo-500> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
    }

    .\32xl\:divide-indigo-600> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
    }

    .\32xl\:divide-indigo-700> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
    }

    .\32xl\:divide-indigo-800> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
    }

    .\32xl\:divide-indigo-900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
    }

    .\32xl\:divide-purple> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-divide-opacity));
    }

    .\32xl\:divide-pink> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-divide-opacity));
    }

    .\32xl\:divide-primary> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-divide-opacity));
    }

    .\32xl\:divide-secondary> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-divide-opacity));
    }

    .\32xl\:divide-body_bg> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
    }

    .\32xl\:divide-body_text> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-divide-opacity));
    }

    .\32xl\:divide-title> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-divide-opacity));
    }

    .\32xl\:divide-grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-divide-opacity));
    }

    .\32xl\:divide-dark_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-divide-opacity));
    }

    .\32xl\:divide-light_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-divide-opacity));
    }

    .\32xl\:divide-medium_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-divide-opacity));
    }

    .\32xl\:divide-lightten_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-divide-opacity));
    }

    .\32xl\:divide-grey_300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-divide-opacity));
    }

    .\32xl\:divide-grey_400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-divide-opacity));
    }

    .\32xl\:divide-medium_blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-divide-opacity));
    }

    .\32xl\:divide-dark_blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-divide-opacity));
    }

    .\32xl\:divide-text_blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-divide-opacity));
    }

    .\32xl\:divide-footer_bg> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-divide-opacity));
    }

    .\32xl\:divide-brown> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-divide-opacity));
    }

    .\32xl\:divide-dark_brown> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-divide-opacity));
    }

    .\32xl\:divide-Light_purple> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-divide-opacity));
    }

    .\32xl\:divide-dark_green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-divide-opacity));
    }

    .\32xl\:divide-medium_green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-divide-opacity));
    }

    .\32xl\:divide-light_green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-divide-opacity));
    }

    .\32xl\:divide-green_900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-divide-opacity));
    }

    .\32xl\:divide-dark_border> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-divide-opacity));
    }

    .\32xl\:divide-opacity-0> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0;
    }

    .\32xl\:divide-opacity-5> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.05;
    }

    .\32xl\:divide-opacity-10> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.1;
    }

    .\32xl\:divide-opacity-20> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.2;
    }

    .\32xl\:divide-opacity-25> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.25;
    }

    .\32xl\:divide-opacity-30> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.3;
    }

    .\32xl\:divide-opacity-40> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.4;
    }

    .\32xl\:divide-opacity-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.5;
    }

    .\32xl\:divide-opacity-60> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.6;
    }

    .\32xl\:divide-opacity-70> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.7;
    }

    .\32xl\:divide-opacity-75> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.75;
    }

    .\32xl\:divide-opacity-80> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.8;
    }

    .\32xl\:divide-opacity-90> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.9;
    }

    .\32xl\:divide-opacity-95> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.95;
    }

    .\32xl\:divide-opacity-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
    }

    .\32xl\:place-self-auto {
        place-self: auto;
    }

    .\32xl\:place-self-start {
        place-self: start;
    }

    .\32xl\:place-self-end {
        place-self: end;
    }

    .\32xl\:place-self-center {
        place-self: center;
    }

    .\32xl\:place-self-stretch {
        place-self: stretch;
    }

    .\32xl\:self-auto {
        align-self: auto;
    }

    .\32xl\:self-start {
        align-self: flex-start;
    }

    .\32xl\:self-end {
        align-self: flex-end;
    }

    .\32xl\:self-center {
        align-self: center;
    }

    .\32xl\:self-stretch {
        align-self: stretch;
    }

    .\32xl\:self-baseline {
        align-self: baseline;
    }

    .\32xl\:justify-self-auto {
        justify-self: auto;
    }

    .\32xl\:justify-self-start {
        justify-self: start;
    }

    .\32xl\:justify-self-end {
        justify-self: end;
    }

    .\32xl\:justify-self-center {
        justify-self: center;
    }

    .\32xl\:justify-self-stretch {
        justify-self: stretch;
    }

    .\32xl\:overflow-auto {
        overflow: auto;
    }

    .\32xl\:overflow-hidden {
        overflow: hidden;
    }

    .\32xl\:overflow-visible {
        overflow: visible;
    }

    .\32xl\:overflow-scroll {
        overflow: scroll;
    }

    .\32xl\:overflow-x-auto {
        overflow-x: auto;
    }

    .\32xl\:overflow-y-auto {
        overflow-y: auto;
    }

    .\32xl\:overflow-x-hidden {
        overflow-x: hidden;
    }

    .\32xl\:overflow-y-hidden {
        overflow-y: hidden;
    }

    .\32xl\:overflow-x-visible {
        overflow-x: visible;
    }

    .\32xl\:overflow-y-visible {
        overflow-y: visible;
    }

    .\32xl\:overflow-x-scroll {
        overflow-x: scroll;
    }

    .\32xl\:overflow-y-scroll {
        overflow-y: scroll;
    }

    .\32xl\:overscroll-auto {
        -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
    }

    .\32xl\:overscroll-contain {
        -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    }

    .\32xl\:overscroll-none {
        -ms-scroll-chaining: none;
        overscroll-behavior: none;
    }

    .\32xl\:overscroll-y-auto {
        overscroll-behavior-y: auto;
    }

    .\32xl\:overscroll-y-contain {
        overscroll-behavior-y: contain;
    }

    .\32xl\:overscroll-y-none {
        overscroll-behavior-y: none;
    }

    .\32xl\:overscroll-x-auto {
        overscroll-behavior-x: auto;
    }

    .\32xl\:overscroll-x-contain {
        overscroll-behavior-x: contain;
    }

    .\32xl\:overscroll-x-none {
        overscroll-behavior-x: none;
    }

    .\32xl\:truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .\32xl\:overflow-ellipsis {
        text-overflow: ellipsis;
    }

    .\32xl\:overflow-clip {
        text-overflow: clip;
    }

    .\32xl\:whitespace-normal {
        white-space: normal;
    }

    .\32xl\:whitespace-nowrap {
        white-space: nowrap;
    }

    .\32xl\:whitespace-pre {
        white-space: pre;
    }

    .\32xl\:whitespace-pre-line {
        white-space: pre-line;
    }

    .\32xl\:whitespace-pre-wrap {
        white-space: pre-wrap;
    }

    .\32xl\:break-normal {
        overflow-wrap: normal;
        word-break: normal;
    }

    .\32xl\:break-words {
        overflow-wrap: break-word;
    }

    .\32xl\:break-all {
        word-break: break-all;
    }

    .\32xl\:rounded-none {
        border-radius: 0px;
    }

    .\32xl\:rounded-sm {
        border-radius: 0.125rem;
    }

    .\32xl\:rounded {
        border-radius: 0.25rem;
    }

    .\32xl\:rounded-md {
        border-radius: 0.375rem;
    }

    .\32xl\:rounded-lg {
        border-radius: 0.5rem;
    }

    .\32xl\:rounded-xl {
        border-radius: 0.75rem;
    }

    .\32xl\:rounded-2xl {
        border-radius: 1rem;
    }

    .\32xl\:rounded-3xl {
        border-radius: 1.5rem;
    }

    .\32xl\:rounded-full {
        border-radius: 9999px;
    }

    .\32xl\:rounded-btn {
        border-radius: 31px;
    }

    .\32xl\:rounded-10p {
        border-radius: 10px;
    }

    .\32xl\:rounded-t-none {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .\32xl\:rounded-t-sm {
        border-top-left-radius: 0.125rem;
        border-top-right-radius: 0.125rem;
    }

    .\32xl\:rounded-t {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .\32xl\:rounded-t-md {
        border-top-left-radius: 0.375rem;
        border-top-right-radius: 0.375rem;
    }

    .\32xl\:rounded-t-lg {
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
    }

    .\32xl\:rounded-t-xl {
        border-top-left-radius: 0.75rem;
        border-top-right-radius: 0.75rem;
    }

    .\32xl\:rounded-t-2xl {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }

    .\32xl\:rounded-t-3xl {
        border-top-left-radius: 1.5rem;
        border-top-right-radius: 1.5rem;
    }

    .\32xl\:rounded-t-full {
        border-top-left-radius: 9999px;
        border-top-right-radius: 9999px;
    }

    .\32xl\:rounded-t-btn {
        border-top-left-radius: 31px;
        border-top-right-radius: 31px;
    }

    .\32xl\:rounded-t-10p {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .\32xl\:rounded-r-none {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .\32xl\:rounded-r-sm {
        border-top-right-radius: 0.125rem;
        border-bottom-right-radius: 0.125rem;
    }

    .\32xl\:rounded-r {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }

    .\32xl\:rounded-r-md {
        border-top-right-radius: 0.375rem;
        border-bottom-right-radius: 0.375rem;
    }

    .\32xl\:rounded-r-lg {
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
    }

    .\32xl\:rounded-r-xl {
        border-top-right-radius: 0.75rem;
        border-bottom-right-radius: 0.75rem;
    }

    .\32xl\:rounded-r-2xl {
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }

    .\32xl\:rounded-r-3xl {
        border-top-right-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
    }

    .\32xl\:rounded-r-full {
        border-top-right-radius: 9999px;
        border-bottom-right-radius: 9999px;
    }

    .\32xl\:rounded-r-btn {
        border-top-right-radius: 31px;
        border-bottom-right-radius: 31px;
    }

    .\32xl\:rounded-r-10p {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .\32xl\:rounded-b-none {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .\32xl\:rounded-b-sm {
        border-bottom-right-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }

    .\32xl\:rounded-b {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .\32xl\:rounded-b-md {
        border-bottom-right-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }

    .\32xl\:rounded-b-lg {
        border-bottom-right-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }

    .\32xl\:rounded-b-xl {
        border-bottom-right-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }

    .\32xl\:rounded-b-2xl {
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }

    .\32xl\:rounded-b-3xl {
        border-bottom-right-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }

    .\32xl\:rounded-b-full {
        border-bottom-right-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }

    .\32xl\:rounded-b-btn {
        border-bottom-right-radius: 31px;
        border-bottom-left-radius: 31px;
    }

    .\32xl\:rounded-b-10p {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .\32xl\:rounded-l-none {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .\32xl\:rounded-l-sm {
        border-top-left-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }

    .\32xl\:rounded-l {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .\32xl\:rounded-l-md {
        border-top-left-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }

    .\32xl\:rounded-l-lg {
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }

    .\32xl\:rounded-l-xl {
        border-top-left-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }

    .\32xl\:rounded-l-2xl {
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }

    .\32xl\:rounded-l-3xl {
        border-top-left-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }

    .\32xl\:rounded-l-full {
        border-top-left-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }

    .\32xl\:rounded-l-btn {
        border-top-left-radius: 31px;
        border-bottom-left-radius: 31px;
    }

    .\32xl\:rounded-l-10p {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .\32xl\:rounded-tl-none {
        border-top-left-radius: 0px;
    }

    .\32xl\:rounded-tl-sm {
        border-top-left-radius: 0.125rem;
    }

    .\32xl\:rounded-tl {
        border-top-left-radius: 0.25rem;
    }

    .\32xl\:rounded-tl-md {
        border-top-left-radius: 0.375rem;
    }

    .\32xl\:rounded-tl-lg {
        border-top-left-radius: 0.5rem;
    }

    .\32xl\:rounded-tl-xl {
        border-top-left-radius: 0.75rem;
    }

    .\32xl\:rounded-tl-2xl {
        border-top-left-radius: 1rem;
    }

    .\32xl\:rounded-tl-3xl {
        border-top-left-radius: 1.5rem;
    }

    .\32xl\:rounded-tl-full {
        border-top-left-radius: 9999px;
    }

    .\32xl\:rounded-tl-btn {
        border-top-left-radius: 31px;
    }

    .\32xl\:rounded-tl-10p {
        border-top-left-radius: 10px;
    }

    .\32xl\:rounded-tr-none {
        border-top-right-radius: 0px;
    }

    .\32xl\:rounded-tr-sm {
        border-top-right-radius: 0.125rem;
    }

    .\32xl\:rounded-tr {
        border-top-right-radius: 0.25rem;
    }

    .\32xl\:rounded-tr-md {
        border-top-right-radius: 0.375rem;
    }

    .\32xl\:rounded-tr-lg {
        border-top-right-radius: 0.5rem;
    }

    .\32xl\:rounded-tr-xl {
        border-top-right-radius: 0.75rem;
    }

    .\32xl\:rounded-tr-2xl {
        border-top-right-radius: 1rem;
    }

    .\32xl\:rounded-tr-3xl {
        border-top-right-radius: 1.5rem;
    }

    .\32xl\:rounded-tr-full {
        border-top-right-radius: 9999px;
    }

    .\32xl\:rounded-tr-btn {
        border-top-right-radius: 31px;
    }

    .\32xl\:rounded-tr-10p {
        border-top-right-radius: 10px;
    }

    .\32xl\:rounded-br-none {
        border-bottom-right-radius: 0px;
    }

    .\32xl\:rounded-br-sm {
        border-bottom-right-radius: 0.125rem;
    }

    .\32xl\:rounded-br {
        border-bottom-right-radius: 0.25rem;
    }

    .\32xl\:rounded-br-md {
        border-bottom-right-radius: 0.375rem;
    }

    .\32xl\:rounded-br-lg {
        border-bottom-right-radius: 0.5rem;
    }

    .\32xl\:rounded-br-xl {
        border-bottom-right-radius: 0.75rem;
    }

    .\32xl\:rounded-br-2xl {
        border-bottom-right-radius: 1rem;
    }

    .\32xl\:rounded-br-3xl {
        border-bottom-right-radius: 1.5rem;
    }

    .\32xl\:rounded-br-full {
        border-bottom-right-radius: 9999px;
    }

    .\32xl\:rounded-br-btn {
        border-bottom-right-radius: 31px;
    }

    .\32xl\:rounded-br-10p {
        border-bottom-right-radius: 10px;
    }

    .\32xl\:rounded-bl-none {
        border-bottom-left-radius: 0px;
    }

    .\32xl\:rounded-bl-sm {
        border-bottom-left-radius: 0.125rem;
    }

    .\32xl\:rounded-bl {
        border-bottom-left-radius: 0.25rem;
    }

    .\32xl\:rounded-bl-md {
        border-bottom-left-radius: 0.375rem;
    }

    .\32xl\:rounded-bl-lg {
        border-bottom-left-radius: 0.5rem;
    }

    .\32xl\:rounded-bl-xl {
        border-bottom-left-radius: 0.75rem;
    }

    .\32xl\:rounded-bl-2xl {
        border-bottom-left-radius: 1rem;
    }

    .\32xl\:rounded-bl-3xl {
        border-bottom-left-radius: 1.5rem;
    }

    .\32xl\:rounded-bl-full {
        border-bottom-left-radius: 9999px;
    }

    .\32xl\:rounded-bl-btn {
        border-bottom-left-radius: 31px;
    }

    .\32xl\:rounded-bl-10p {
        border-bottom-left-radius: 10px;
    }

    .\32xl\:border-0 {
        border-width: 0px;
    }

    .\32xl\:border-2 {
        border-width: 2px;
    }

    .\32xl\:border-4 {
        border-width: 4px;
    }

    .\32xl\:border-8 {
        border-width: 8px;
    }

    .\32xl\:border {
        border-width: 1px;
    }

    .\32xl\:border-t-0 {
        border-top-width: 0px;
    }

    .\32xl\:border-t-2 {
        border-top-width: 2px;
    }

    .\32xl\:border-t-4 {
        border-top-width: 4px;
    }

    .\32xl\:border-t-8 {
        border-top-width: 8px;
    }

    .\32xl\:border-t {
        border-top-width: 1px;
    }

    .\32xl\:border-r-0 {
        border-right-width: 0px;
    }

    .\32xl\:border-r-2 {
        border-right-width: 2px;
    }

    .\32xl\:border-r-4 {
        border-right-width: 4px;
    }

    .\32xl\:border-r-8 {
        border-right-width: 8px;
    }

    .\32xl\:border-r {
        border-right-width: 1px;
    }

    .\32xl\:border-b-0 {
        border-bottom-width: 0px;
    }

    .\32xl\:border-b-2 {
        border-bottom-width: 2px;
    }

    .\32xl\:border-b-4 {
        border-bottom-width: 4px;
    }

    .\32xl\:border-b-8 {
        border-bottom-width: 8px;
    }

    .\32xl\:border-b {
        border-bottom-width: 1px;
    }

    .\32xl\:border-l-0 {
        border-left-width: 0px;
    }

    .\32xl\:border-l-2 {
        border-left-width: 2px;
    }

    .\32xl\:border-l-4 {
        border-left-width: 4px;
    }

    .\32xl\:border-l-8 {
        border-left-width: 8px;
    }

    .\32xl\:border-l {
        border-left-width: 1px;
    }

    .\32xl\:border-solid {
        border-style: solid;
    }

    .\32xl\:border-dashed {
        border-style: dashed;
    }

    .\32xl\:border-dotted {
        border-style: dotted;
    }

    .\32xl\:border-double {
        border-style: double;
    }

    .\32xl\:border-none {
        border-style: none;
    }

    .\32xl\:border-transparent {
        border-color: transparent;
    }

    .\32xl\:border-current {
        border-color: currentColor;
    }

    .\32xl\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .\32xl\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .\32xl\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .\32xl\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .\32xl\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .\32xl\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .\32xl\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .\32xl\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .\32xl\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .\32xl\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .\32xl\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .\32xl\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .\32xl\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .\32xl\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .\32xl\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .\32xl\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .\32xl\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .\32xl\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .\32xl\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .\32xl\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .\32xl\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .\32xl\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .\32xl\:border-yellow {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .\32xl\:border-green {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .\32xl\:border-blue {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .\32xl\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .\32xl\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .\32xl\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .\32xl\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .\32xl\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .\32xl\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .\32xl\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .\32xl\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .\32xl\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .\32xl\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .\32xl\:border-purple {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .\32xl\:border-pink {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .\32xl\:border-primary {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .\32xl\:border-secondary {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .\32xl\:border-body_bg {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .\32xl\:border-body_text {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .\32xl\:border-title {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .\32xl\:border-grey {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .\32xl\:border-dark_grey {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .\32xl\:border-light_grey {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .\32xl\:border-medium_grey {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .\32xl\:border-lightten_grey {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .\32xl\:border-grey_300 {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .\32xl\:border-grey_400 {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .\32xl\:border-medium_blue {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .\32xl\:border-dark_blue {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .\32xl\:border-text_blue {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .\32xl\:border-footer_bg {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .\32xl\:border-brown {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .\32xl\:border-dark_brown {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .\32xl\:border-Light_purple {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .\32xl\:border-dark_green {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .\32xl\:border-medium_green {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .\32xl\:border-light_green {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .\32xl\:border-green_900 {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .\32xl\:border-dark_border {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-transparent {
        border-color: transparent;
    }

    .group:hover .\32xl\:group-hover\:border-current {
        border-color: currentColor;
    }

    .group:hover .\32xl\:group-hover\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-yellow {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-green {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-blue {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-purple {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-pink {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-primary {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-secondary {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-body_bg {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-body_text {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-title {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-grey {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-dark_grey {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-light_grey {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-medium_grey {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-lightten_grey {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-grey_300 {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-grey_400 {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-medium_blue {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-dark_blue {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-text_blue {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-footer_bg {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-brown {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-dark_brown {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-Light_purple {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-dark_green {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-medium_green {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-light_green {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-green_900 {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .group:hover .\32xl\:group-hover\:border-dark_border {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-transparent:focus-within {
        border-color: transparent;
    }

    .\32xl\:focus-within\:border-current:focus-within {
        border-color: currentColor;
    }

    .\32xl\:focus-within\:border-black:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-white:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-gray-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-gray-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-gray-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-gray-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-gray-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-gray-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-gray-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-gray-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-gray-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-gray-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-red-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-red-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-red-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-red-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-red-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-red-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-red-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-red-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-red-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-red-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-yellow:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-indigo-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-indigo-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-indigo-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-indigo-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-indigo-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-indigo-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-indigo-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-indigo-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-indigo-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-indigo-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-purple:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-pink:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-primary:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-secondary:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-body_bg:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-body_text:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-title:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-dark_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-light_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-medium_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-lightten_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-grey_300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-grey_400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-medium_blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-dark_blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-text_blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-footer_bg:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-brown:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-dark_brown:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-Light_purple:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-dark_green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-medium_green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-light_green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-green_900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .\32xl\:focus-within\:border-dark_border:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-transparent:hover {
        border-color: transparent;
    }

    .\32xl\:hover\:border-current:hover {
        border-color: currentColor;
    }

    .\32xl\:hover\:border-black:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-white:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-gray-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-gray-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-gray-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-gray-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-gray-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-gray-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-gray-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-gray-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-gray-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-gray-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-red-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-red-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-red-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-red-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-red-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-red-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-red-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-red-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-red-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-red-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-yellow:hover {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-indigo-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-indigo-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-indigo-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-indigo-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-indigo-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-indigo-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-indigo-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-indigo-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-indigo-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-indigo-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-purple:hover {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-pink:hover {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-primary:hover {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-secondary:hover {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-body_bg:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-body_text:hover {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-title:hover {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-dark_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-light_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-medium_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-lightten_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-grey_300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-grey_400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-medium_blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-dark_blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-text_blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-footer_bg:hover {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-brown:hover {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-dark_brown:hover {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-Light_purple:hover {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-dark_green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-medium_green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-light_green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-green_900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .\32xl\:hover\:border-dark_border:hover {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-transparent:focus {
        border-color: transparent;
    }

    .\32xl\:focus\:border-current:focus {
        border-color: currentColor;
    }

    .\32xl\:focus\:border-black:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-white:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-gray-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-gray-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-gray-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-gray-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-gray-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-gray-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-gray-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-gray-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-gray-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-gray-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-red-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-red-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-red-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-red-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-red-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-red-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-red-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-red-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-red-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-red-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-yellow:focus {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-indigo-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-indigo-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-indigo-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-indigo-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-indigo-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-indigo-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-indigo-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-indigo-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-indigo-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-indigo-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-purple:focus {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-pink:focus {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-primary:focus {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-secondary:focus {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-body_bg:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-body_text:focus {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-title:focus {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-dark_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-light_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-medium_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-lightten_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-grey_300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-grey_400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-medium_blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-dark_blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-text_blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-footer_bg:focus {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-brown:focus {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-dark_brown:focus {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-Light_purple:focus {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-dark_green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-medium_green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-light_green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-green_900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .\32xl\:focus\:border-dark_border:focus {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .\32xl\:border-opacity-0 {
        --tw-border-opacity: 0;
    }

    .\32xl\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }

    .\32xl\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }

    .\32xl\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }

    .\32xl\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }

    .\32xl\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }

    .\32xl\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }

    .\32xl\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }

    .\32xl\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }

    .\32xl\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }

    .\32xl\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }

    .\32xl\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }

    .\32xl\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }

    .\32xl\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }

    .\32xl\:border-opacity-100 {
        --tw-border-opacity: 1;
    }

    .group:hover .\32xl\:group-hover\:border-opacity-0 {
        --tw-border-opacity: 0;
    }

    .group:hover .\32xl\:group-hover\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }

    .group:hover .\32xl\:group-hover\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }

    .group:hover .\32xl\:group-hover\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }

    .group:hover .\32xl\:group-hover\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }

    .group:hover .\32xl\:group-hover\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }

    .group:hover .\32xl\:group-hover\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }

    .group:hover .\32xl\:group-hover\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }

    .group:hover .\32xl\:group-hover\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }

    .group:hover .\32xl\:group-hover\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }

    .group:hover .\32xl\:group-hover\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }

    .group:hover .\32xl\:group-hover\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }

    .group:hover .\32xl\:group-hover\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }

    .group:hover .\32xl\:group-hover\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }

    .group:hover .\32xl\:group-hover\:border-opacity-100 {
        --tw-border-opacity: 1;
    }

    .\32xl\:focus-within\:border-opacity-0:focus-within {
        --tw-border-opacity: 0;
    }

    .\32xl\:focus-within\:border-opacity-5:focus-within {
        --tw-border-opacity: 0.05;
    }

    .\32xl\:focus-within\:border-opacity-10:focus-within {
        --tw-border-opacity: 0.1;
    }

    .\32xl\:focus-within\:border-opacity-20:focus-within {
        --tw-border-opacity: 0.2;
    }

    .\32xl\:focus-within\:border-opacity-25:focus-within {
        --tw-border-opacity: 0.25;
    }

    .\32xl\:focus-within\:border-opacity-30:focus-within {
        --tw-border-opacity: 0.3;
    }

    .\32xl\:focus-within\:border-opacity-40:focus-within {
        --tw-border-opacity: 0.4;
    }

    .\32xl\:focus-within\:border-opacity-50:focus-within {
        --tw-border-opacity: 0.5;
    }

    .\32xl\:focus-within\:border-opacity-60:focus-within {
        --tw-border-opacity: 0.6;
    }

    .\32xl\:focus-within\:border-opacity-70:focus-within {
        --tw-border-opacity: 0.7;
    }

    .\32xl\:focus-within\:border-opacity-75:focus-within {
        --tw-border-opacity: 0.75;
    }

    .\32xl\:focus-within\:border-opacity-80:focus-within {
        --tw-border-opacity: 0.8;
    }

    .\32xl\:focus-within\:border-opacity-90:focus-within {
        --tw-border-opacity: 0.9;
    }

    .\32xl\:focus-within\:border-opacity-95:focus-within {
        --tw-border-opacity: 0.95;
    }

    .\32xl\:focus-within\:border-opacity-100:focus-within {
        --tw-border-opacity: 1;
    }

    .\32xl\:hover\:border-opacity-0:hover {
        --tw-border-opacity: 0;
    }

    .\32xl\:hover\:border-opacity-5:hover {
        --tw-border-opacity: 0.05;
    }

    .\32xl\:hover\:border-opacity-10:hover {
        --tw-border-opacity: 0.1;
    }

    .\32xl\:hover\:border-opacity-20:hover {
        --tw-border-opacity: 0.2;
    }

    .\32xl\:hover\:border-opacity-25:hover {
        --tw-border-opacity: 0.25;
    }

    .\32xl\:hover\:border-opacity-30:hover {
        --tw-border-opacity: 0.3;
    }

    .\32xl\:hover\:border-opacity-40:hover {
        --tw-border-opacity: 0.4;
    }

    .\32xl\:hover\:border-opacity-50:hover {
        --tw-border-opacity: 0.5;
    }

    .\32xl\:hover\:border-opacity-60:hover {
        --tw-border-opacity: 0.6;
    }

    .\32xl\:hover\:border-opacity-70:hover {
        --tw-border-opacity: 0.7;
    }

    .\32xl\:hover\:border-opacity-75:hover {
        --tw-border-opacity: 0.75;
    }

    .\32xl\:hover\:border-opacity-80:hover {
        --tw-border-opacity: 0.8;
    }

    .\32xl\:hover\:border-opacity-90:hover {
        --tw-border-opacity: 0.9;
    }

    .\32xl\:hover\:border-opacity-95:hover {
        --tw-border-opacity: 0.95;
    }

    .\32xl\:hover\:border-opacity-100:hover {
        --tw-border-opacity: 1;
    }

    .\32xl\:focus\:border-opacity-0:focus {
        --tw-border-opacity: 0;
    }

    .\32xl\:focus\:border-opacity-5:focus {
        --tw-border-opacity: 0.05;
    }

    .\32xl\:focus\:border-opacity-10:focus {
        --tw-border-opacity: 0.1;
    }

    .\32xl\:focus\:border-opacity-20:focus {
        --tw-border-opacity: 0.2;
    }

    .\32xl\:focus\:border-opacity-25:focus {
        --tw-border-opacity: 0.25;
    }

    .\32xl\:focus\:border-opacity-30:focus {
        --tw-border-opacity: 0.3;
    }

    .\32xl\:focus\:border-opacity-40:focus {
        --tw-border-opacity: 0.4;
    }

    .\32xl\:focus\:border-opacity-50:focus {
        --tw-border-opacity: 0.5;
    }

    .\32xl\:focus\:border-opacity-60:focus {
        --tw-border-opacity: 0.6;
    }

    .\32xl\:focus\:border-opacity-70:focus {
        --tw-border-opacity: 0.7;
    }

    .\32xl\:focus\:border-opacity-75:focus {
        --tw-border-opacity: 0.75;
    }

    .\32xl\:focus\:border-opacity-80:focus {
        --tw-border-opacity: 0.8;
    }

    .\32xl\:focus\:border-opacity-90:focus {
        --tw-border-opacity: 0.9;
    }

    .\32xl\:focus\:border-opacity-95:focus {
        --tw-border-opacity: 0.95;
    }

    .\32xl\:focus\:border-opacity-100:focus {
        --tw-border-opacity: 1;
    }

    .\32xl\:bg-transparent {
        background-color: transparent;
    }

    .\32xl\:bg-current {
        background-color: currentColor;
    }

    .\32xl\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .\32xl\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .\32xl\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .\32xl\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .\32xl\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .\32xl\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .\32xl\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .\32xl\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .\32xl\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .\32xl\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .\32xl\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .\32xl\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .\32xl\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .\32xl\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .\32xl\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .\32xl\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .\32xl\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .\32xl\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .\32xl\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .\32xl\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .\32xl\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .\32xl\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .\32xl\:bg-yellow {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .\32xl\:bg-green {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .\32xl\:bg-blue {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .\32xl\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .\32xl\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .\32xl\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .\32xl\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .\32xl\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .\32xl\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .\32xl\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .\32xl\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .\32xl\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .\32xl\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .\32xl\:bg-purple {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .\32xl\:bg-pink {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .\32xl\:bg-primary {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .\32xl\:bg-secondary {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .\32xl\:bg-body_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .\32xl\:bg-body_text {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .\32xl\:bg-title {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .\32xl\:bg-grey {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .\32xl\:bg-dark_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .\32xl\:bg-light_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .\32xl\:bg-medium_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .\32xl\:bg-lightten_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .\32xl\:bg-grey_300 {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .\32xl\:bg-grey_400 {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .\32xl\:bg-medium_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .\32xl\:bg-dark_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .\32xl\:bg-text_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .\32xl\:bg-footer_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .\32xl\:bg-brown {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .\32xl\:bg-dark_brown {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .\32xl\:bg-Light_purple {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .\32xl\:bg-dark_green {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .\32xl\:bg-medium_green {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .\32xl\:bg-light_green {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .\32xl\:bg-green_900 {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .\32xl\:bg-dark_border {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-transparent {
        background-color: transparent;
    }

    .group:hover .\32xl\:group-hover\:bg-current {
        background-color: currentColor;
    }

    .group:hover .\32xl\:group-hover\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-yellow {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-green {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-blue {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-purple {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-pink {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-primary {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-secondary {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-body_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-body_text {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-title {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-grey {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-dark_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-light_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-medium_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-lightten_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-grey_300 {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-grey_400 {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-medium_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-dark_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-text_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-footer_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-brown {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-dark_brown {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-Light_purple {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-dark_green {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-medium_green {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-light_green {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-green_900 {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .group:hover .\32xl\:group-hover\:bg-dark_border {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-transparent:focus-within {
        background-color: transparent;
    }

    .\32xl\:focus-within\:bg-current:focus-within {
        background-color: currentColor;
    }

    .\32xl\:focus-within\:bg-black:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-white:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-gray-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-gray-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-gray-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-gray-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-gray-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-gray-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-gray-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-gray-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-gray-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-gray-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-red-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-red-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-red-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-red-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-red-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-red-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-red-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-red-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-red-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-red-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-yellow:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-indigo-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-indigo-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-indigo-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-indigo-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-indigo-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-indigo-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-indigo-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-indigo-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-indigo-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-indigo-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-purple:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-pink:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-primary:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-secondary:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-body_bg:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-body_text:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-title:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-dark_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-light_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-medium_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-lightten_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-grey_300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-grey_400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-medium_blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-dark_blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-text_blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-footer_bg:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-brown:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-dark_brown:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-Light_purple:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-dark_green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-medium_green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-light_green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-green_900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .\32xl\:focus-within\:bg-dark_border:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-transparent:hover {
        background-color: transparent;
    }

    .\32xl\:hover\:bg-current:hover {
        background-color: currentColor;
    }

    .\32xl\:hover\:bg-black:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-white:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-gray-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-gray-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-gray-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-gray-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-gray-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-gray-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-gray-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-gray-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-gray-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-gray-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-red-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-red-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-red-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-red-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-red-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-red-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-red-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-red-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-red-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-red-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-yellow:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-indigo-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-indigo-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-indigo-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-indigo-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-indigo-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-indigo-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-indigo-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-indigo-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-indigo-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-indigo-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-purple:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-pink:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-primary:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-secondary:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-body_bg:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-body_text:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-title:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-dark_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-light_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-medium_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-lightten_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-grey_300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-grey_400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-medium_blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-dark_blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-text_blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-footer_bg:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-brown:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-dark_brown:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-Light_purple:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-dark_green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-medium_green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-light_green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-green_900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .\32xl\:hover\:bg-dark_border:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-transparent:focus {
        background-color: transparent;
    }

    .\32xl\:focus\:bg-current:focus {
        background-color: currentColor;
    }

    .\32xl\:focus\:bg-black:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-white:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-gray-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-gray-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-gray-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-gray-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-gray-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-gray-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-gray-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-gray-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-gray-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-gray-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-red-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-red-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-red-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-red-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-red-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-red-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-red-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-red-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-red-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-red-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-yellow:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-indigo-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-indigo-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-indigo-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-indigo-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-indigo-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-indigo-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-indigo-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-indigo-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-indigo-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-indigo-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-purple:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-pink:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-primary:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-secondary:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-body_bg:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-body_text:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-title:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-dark_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-light_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-medium_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-lightten_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-grey_300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-grey_400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-medium_blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-dark_blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-text_blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-footer_bg:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-brown:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-dark_brown:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-Light_purple:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-dark_green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-medium_green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-light_green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-green_900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .\32xl\:focus\:bg-dark_border:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .\32xl\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }

    .\32xl\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }

    .\32xl\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }

    .\32xl\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }

    .\32xl\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }

    .\32xl\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }

    .\32xl\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }

    .\32xl\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }

    .\32xl\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }

    .\32xl\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }

    .\32xl\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }

    .\32xl\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }

    .\32xl\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }

    .\32xl\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }

    .\32xl\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }

    .group:hover .\32xl\:group-hover\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }

    .group:hover .\32xl\:group-hover\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }

    .group:hover .\32xl\:group-hover\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }

    .group:hover .\32xl\:group-hover\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }

    .group:hover .\32xl\:group-hover\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }

    .group:hover .\32xl\:group-hover\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }

    .group:hover .\32xl\:group-hover\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }

    .group:hover .\32xl\:group-hover\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }

    .group:hover .\32xl\:group-hover\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }

    .group:hover .\32xl\:group-hover\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }

    .group:hover .\32xl\:group-hover\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }

    .group:hover .\32xl\:group-hover\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }

    .group:hover .\32xl\:group-hover\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }

    .group:hover .\32xl\:group-hover\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }

    .group:hover .\32xl\:group-hover\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }

    .\32xl\:focus-within\:bg-opacity-0:focus-within {
        --tw-bg-opacity: 0;
    }

    .\32xl\:focus-within\:bg-opacity-5:focus-within {
        --tw-bg-opacity: 0.05;
    }

    .\32xl\:focus-within\:bg-opacity-10:focus-within {
        --tw-bg-opacity: 0.1;
    }

    .\32xl\:focus-within\:bg-opacity-20:focus-within {
        --tw-bg-opacity: 0.2;
    }

    .\32xl\:focus-within\:bg-opacity-25:focus-within {
        --tw-bg-opacity: 0.25;
    }

    .\32xl\:focus-within\:bg-opacity-30:focus-within {
        --tw-bg-opacity: 0.3;
    }

    .\32xl\:focus-within\:bg-opacity-40:focus-within {
        --tw-bg-opacity: 0.4;
    }

    .\32xl\:focus-within\:bg-opacity-50:focus-within {
        --tw-bg-opacity: 0.5;
    }

    .\32xl\:focus-within\:bg-opacity-60:focus-within {
        --tw-bg-opacity: 0.6;
    }

    .\32xl\:focus-within\:bg-opacity-70:focus-within {
        --tw-bg-opacity: 0.7;
    }

    .\32xl\:focus-within\:bg-opacity-75:focus-within {
        --tw-bg-opacity: 0.75;
    }

    .\32xl\:focus-within\:bg-opacity-80:focus-within {
        --tw-bg-opacity: 0.8;
    }

    .\32xl\:focus-within\:bg-opacity-90:focus-within {
        --tw-bg-opacity: 0.9;
    }

    .\32xl\:focus-within\:bg-opacity-95:focus-within {
        --tw-bg-opacity: 0.95;
    }

    .\32xl\:focus-within\:bg-opacity-100:focus-within {
        --tw-bg-opacity: 1;
    }

    .\32xl\:hover\:bg-opacity-0:hover {
        --tw-bg-opacity: 0;
    }

    .\32xl\:hover\:bg-opacity-5:hover {
        --tw-bg-opacity: 0.05;
    }

    .\32xl\:hover\:bg-opacity-10:hover {
        --tw-bg-opacity: 0.1;
    }

    .\32xl\:hover\:bg-opacity-20:hover {
        --tw-bg-opacity: 0.2;
    }

    .\32xl\:hover\:bg-opacity-25:hover {
        --tw-bg-opacity: 0.25;
    }

    .\32xl\:hover\:bg-opacity-30:hover {
        --tw-bg-opacity: 0.3;
    }

    .\32xl\:hover\:bg-opacity-40:hover {
        --tw-bg-opacity: 0.4;
    }

    .\32xl\:hover\:bg-opacity-50:hover {
        --tw-bg-opacity: 0.5;
    }

    .\32xl\:hover\:bg-opacity-60:hover {
        --tw-bg-opacity: 0.6;
    }

    .\32xl\:hover\:bg-opacity-70:hover {
        --tw-bg-opacity: 0.7;
    }

    .\32xl\:hover\:bg-opacity-75:hover {
        --tw-bg-opacity: 0.75;
    }

    .\32xl\:hover\:bg-opacity-80:hover {
        --tw-bg-opacity: 0.8;
    }

    .\32xl\:hover\:bg-opacity-90:hover {
        --tw-bg-opacity: 0.9;
    }

    .\32xl\:hover\:bg-opacity-95:hover {
        --tw-bg-opacity: 0.95;
    }

    .\32xl\:hover\:bg-opacity-100:hover {
        --tw-bg-opacity: 1;
    }

    .\32xl\:focus\:bg-opacity-0:focus {
        --tw-bg-opacity: 0;
    }

    .\32xl\:focus\:bg-opacity-5:focus {
        --tw-bg-opacity: 0.05;
    }

    .\32xl\:focus\:bg-opacity-10:focus {
        --tw-bg-opacity: 0.1;
    }

    .\32xl\:focus\:bg-opacity-20:focus {
        --tw-bg-opacity: 0.2;
    }

    .\32xl\:focus\:bg-opacity-25:focus {
        --tw-bg-opacity: 0.25;
    }

    .\32xl\:focus\:bg-opacity-30:focus {
        --tw-bg-opacity: 0.3;
    }

    .\32xl\:focus\:bg-opacity-40:focus {
        --tw-bg-opacity: 0.4;
    }

    .\32xl\:focus\:bg-opacity-50:focus {
        --tw-bg-opacity: 0.5;
    }

    .\32xl\:focus\:bg-opacity-60:focus {
        --tw-bg-opacity: 0.6;
    }

    .\32xl\:focus\:bg-opacity-70:focus {
        --tw-bg-opacity: 0.7;
    }

    .\32xl\:focus\:bg-opacity-75:focus {
        --tw-bg-opacity: 0.75;
    }

    .\32xl\:focus\:bg-opacity-80:focus {
        --tw-bg-opacity: 0.8;
    }

    .\32xl\:focus\:bg-opacity-90:focus {
        --tw-bg-opacity: 0.9;
    }

    .\32xl\:focus\:bg-opacity-95:focus {
        --tw-bg-opacity: 0.95;
    }

    .\32xl\:focus\:bg-opacity-100:focus {
        --tw-bg-opacity: 1;
    }

    .\32xl\:bg-none {
        background-image: none;
    }

    .\32xl\:bg-gradient-to-t {
        background-image: linear-gradient(to top, var(--tw-gradient-stops));
    }

    .\32xl\:bg-gradient-to-tr {
        background-image: linear-gradient(to top right, var(--tw-gradient-stops));
    }

    .\32xl\:bg-gradient-to-r {
        background-image: linear-gradient(to right, var(--tw-gradient-stops));
    }

    .\32xl\:bg-gradient-to-br {
        background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
    }

    .\32xl\:bg-gradient-to-b {
        background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    }

    .\32xl\:bg-gradient-to-bl {
        background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
    }

    .\32xl\:bg-gradient-to-l {
        background-image: linear-gradient(to left, var(--tw-gradient-stops));
    }

    .\32xl\:bg-gradient-to-tl {
        background-image: linear-gradient(to top left, var(--tw-gradient-stops));
    }

    .\32xl\:from-transparent {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .\32xl\:from-current {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .\32xl\:from-black {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .\32xl\:from-white {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .\32xl\:from-gray-50 {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .\32xl\:from-gray-100 {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .\32xl\:from-gray-200 {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .\32xl\:from-gray-300 {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .\32xl\:from-gray-400 {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .\32xl\:from-gray-500 {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .\32xl\:from-gray-600 {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .\32xl\:from-gray-700 {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .\32xl\:from-gray-800 {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .\32xl\:from-gray-900 {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .\32xl\:from-red-50 {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .\32xl\:from-red-100 {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .\32xl\:from-red-200 {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .\32xl\:from-red-300 {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .\32xl\:from-red-400 {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .\32xl\:from-red-500 {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .\32xl\:from-red-600 {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .\32xl\:from-red-700 {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .\32xl\:from-red-800 {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .\32xl\:from-red-900 {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .\32xl\:from-yellow {
        --tw-gradient-from: #ed9143;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .\32xl\:from-green {
        --tw-gradient-from: #7bbc00;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .\32xl\:from-blue {
        --tw-gradient-from: #5ba4dc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .\32xl\:from-indigo-50 {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .\32xl\:from-indigo-100 {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .\32xl\:from-indigo-200 {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .\32xl\:from-indigo-300 {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .\32xl\:from-indigo-400 {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .\32xl\:from-indigo-500 {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .\32xl\:from-indigo-600 {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .\32xl\:from-indigo-700 {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .\32xl\:from-indigo-800 {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .\32xl\:from-indigo-900 {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .\32xl\:from-purple {
        --tw-gradient-from: #6847c3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .\32xl\:from-pink {
        --tw-gradient-from: #850737;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .\32xl\:from-primary {
        --tw-gradient-from: #6E6E6E;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .\32xl\:from-secondary {
        --tw-gradient-from: #ededed;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .\32xl\:from-body_bg {
        --tw-gradient-from: #ffffff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .\32xl\:from-body_text {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .\32xl\:from-title {
        --tw-gradient-from: #3fb2cf;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .\32xl\:from-grey {
        --tw-gradient-from: #524A51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .\32xl\:from-dark_grey {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .\32xl\:from-light_grey {
        --tw-gradient-from: #B7B7B7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .\32xl\:from-medium_grey {
        --tw-gradient-from: #575156;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .\32xl\:from-lightten_grey {
        --tw-gradient-from: #C6C6C6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .\32xl\:from-grey_300 {
        --tw-gradient-from: #d3d3d3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .\32xl\:from-grey_400 {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .\32xl\:from-medium_blue {
        --tw-gradient-from: #45cdfc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .\32xl\:from-dark_blue {
        --tw-gradient-from: #0080ac;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .\32xl\:from-text_blue {
        --tw-gradient-from: #3FB2CF;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .\32xl\:from-footer_bg {
        --tw-gradient-from: #464646;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .\32xl\:from-brown {
        --tw-gradient-from: #805300;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .\32xl\:from-dark_brown {
        --tw-gradient-from: #874433;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .\32xl\:from-Light_purple {
        --tw-gradient-from: #65479b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .\32xl\:from-dark_green {
        --tw-gradient-from: #479b51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .\32xl\:from-medium_green {
        --tw-gradient-from: #3aac2b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .\32xl\:from-light_green {
        --tw-gradient-from: #9acb3e;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .\32xl\:from-green_900 {
        --tw-gradient-from: #396676;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .\32xl\:from-dark_border {
        --tw-gradient-from: #707070;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .\32xl\:hover\:from-transparent:hover {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .\32xl\:hover\:from-current:hover {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .\32xl\:hover\:from-black:hover {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .\32xl\:hover\:from-white:hover {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .\32xl\:hover\:from-gray-50:hover {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .\32xl\:hover\:from-gray-100:hover {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .\32xl\:hover\:from-gray-200:hover {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .\32xl\:hover\:from-gray-300:hover {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .\32xl\:hover\:from-gray-400:hover {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .\32xl\:hover\:from-gray-500:hover {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .\32xl\:hover\:from-gray-600:hover {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .\32xl\:hover\:from-gray-700:hover {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .\32xl\:hover\:from-gray-800:hover {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .\32xl\:hover\:from-gray-900:hover {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .\32xl\:hover\:from-red-50:hover {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .\32xl\:hover\:from-red-100:hover {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .\32xl\:hover\:from-red-200:hover {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .\32xl\:hover\:from-red-300:hover {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .\32xl\:hover\:from-red-400:hover {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .\32xl\:hover\:from-red-500:hover {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .\32xl\:hover\:from-red-600:hover {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .\32xl\:hover\:from-red-700:hover {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .\32xl\:hover\:from-red-800:hover {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .\32xl\:hover\:from-red-900:hover {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .\32xl\:hover\:from-yellow:hover {
        --tw-gradient-from: #ed9143;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .\32xl\:hover\:from-green:hover {
        --tw-gradient-from: #7bbc00;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .\32xl\:hover\:from-blue:hover {
        --tw-gradient-from: #5ba4dc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .\32xl\:hover\:from-indigo-50:hover {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .\32xl\:hover\:from-indigo-100:hover {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .\32xl\:hover\:from-indigo-200:hover {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .\32xl\:hover\:from-indigo-300:hover {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .\32xl\:hover\:from-indigo-400:hover {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .\32xl\:hover\:from-indigo-500:hover {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .\32xl\:hover\:from-indigo-600:hover {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .\32xl\:hover\:from-indigo-700:hover {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .\32xl\:hover\:from-indigo-800:hover {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .\32xl\:hover\:from-indigo-900:hover {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .\32xl\:hover\:from-purple:hover {
        --tw-gradient-from: #6847c3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .\32xl\:hover\:from-pink:hover {
        --tw-gradient-from: #850737;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .\32xl\:hover\:from-primary:hover {
        --tw-gradient-from: #6E6E6E;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .\32xl\:hover\:from-secondary:hover {
        --tw-gradient-from: #ededed;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .\32xl\:hover\:from-body_bg:hover {
        --tw-gradient-from: #ffffff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .\32xl\:hover\:from-body_text:hover {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .\32xl\:hover\:from-title:hover {
        --tw-gradient-from: #3fb2cf;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .\32xl\:hover\:from-grey:hover {
        --tw-gradient-from: #524A51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .\32xl\:hover\:from-dark_grey:hover {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .\32xl\:hover\:from-light_grey:hover {
        --tw-gradient-from: #B7B7B7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .\32xl\:hover\:from-medium_grey:hover {
        --tw-gradient-from: #575156;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .\32xl\:hover\:from-lightten_grey:hover {
        --tw-gradient-from: #C6C6C6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .\32xl\:hover\:from-grey_300:hover {
        --tw-gradient-from: #d3d3d3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .\32xl\:hover\:from-grey_400:hover {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .\32xl\:hover\:from-medium_blue:hover {
        --tw-gradient-from: #45cdfc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .\32xl\:hover\:from-dark_blue:hover {
        --tw-gradient-from: #0080ac;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .\32xl\:hover\:from-text_blue:hover {
        --tw-gradient-from: #3FB2CF;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .\32xl\:hover\:from-footer_bg:hover {
        --tw-gradient-from: #464646;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .\32xl\:hover\:from-brown:hover {
        --tw-gradient-from: #805300;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .\32xl\:hover\:from-dark_brown:hover {
        --tw-gradient-from: #874433;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .\32xl\:hover\:from-Light_purple:hover {
        --tw-gradient-from: #65479b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .\32xl\:hover\:from-dark_green:hover {
        --tw-gradient-from: #479b51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .\32xl\:hover\:from-medium_green:hover {
        --tw-gradient-from: #3aac2b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .\32xl\:hover\:from-light_green:hover {
        --tw-gradient-from: #9acb3e;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .\32xl\:hover\:from-green_900:hover {
        --tw-gradient-from: #396676;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .\32xl\:hover\:from-dark_border:hover {
        --tw-gradient-from: #707070;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .\32xl\:focus\:from-transparent:focus {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .\32xl\:focus\:from-current:focus {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .\32xl\:focus\:from-black:focus {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .\32xl\:focus\:from-white:focus {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .\32xl\:focus\:from-gray-50:focus {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .\32xl\:focus\:from-gray-100:focus {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .\32xl\:focus\:from-gray-200:focus {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .\32xl\:focus\:from-gray-300:focus {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .\32xl\:focus\:from-gray-400:focus {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .\32xl\:focus\:from-gray-500:focus {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .\32xl\:focus\:from-gray-600:focus {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .\32xl\:focus\:from-gray-700:focus {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .\32xl\:focus\:from-gray-800:focus {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .\32xl\:focus\:from-gray-900:focus {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .\32xl\:focus\:from-red-50:focus {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .\32xl\:focus\:from-red-100:focus {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .\32xl\:focus\:from-red-200:focus {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .\32xl\:focus\:from-red-300:focus {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .\32xl\:focus\:from-red-400:focus {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .\32xl\:focus\:from-red-500:focus {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .\32xl\:focus\:from-red-600:focus {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .\32xl\:focus\:from-red-700:focus {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .\32xl\:focus\:from-red-800:focus {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .\32xl\:focus\:from-red-900:focus {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .\32xl\:focus\:from-yellow:focus {
        --tw-gradient-from: #ed9143;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .\32xl\:focus\:from-green:focus {
        --tw-gradient-from: #7bbc00;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .\32xl\:focus\:from-blue:focus {
        --tw-gradient-from: #5ba4dc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .\32xl\:focus\:from-indigo-50:focus {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .\32xl\:focus\:from-indigo-100:focus {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .\32xl\:focus\:from-indigo-200:focus {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .\32xl\:focus\:from-indigo-300:focus {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .\32xl\:focus\:from-indigo-400:focus {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .\32xl\:focus\:from-indigo-500:focus {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .\32xl\:focus\:from-indigo-600:focus {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .\32xl\:focus\:from-indigo-700:focus {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .\32xl\:focus\:from-indigo-800:focus {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .\32xl\:focus\:from-indigo-900:focus {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .\32xl\:focus\:from-purple:focus {
        --tw-gradient-from: #6847c3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .\32xl\:focus\:from-pink:focus {
        --tw-gradient-from: #850737;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .\32xl\:focus\:from-primary:focus {
        --tw-gradient-from: #6E6E6E;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .\32xl\:focus\:from-secondary:focus {
        --tw-gradient-from: #ededed;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .\32xl\:focus\:from-body_bg:focus {
        --tw-gradient-from: #ffffff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .\32xl\:focus\:from-body_text:focus {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .\32xl\:focus\:from-title:focus {
        --tw-gradient-from: #3fb2cf;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .\32xl\:focus\:from-grey:focus {
        --tw-gradient-from: #524A51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .\32xl\:focus\:from-dark_grey:focus {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .\32xl\:focus\:from-light_grey:focus {
        --tw-gradient-from: #B7B7B7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .\32xl\:focus\:from-medium_grey:focus {
        --tw-gradient-from: #575156;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .\32xl\:focus\:from-lightten_grey:focus {
        --tw-gradient-from: #C6C6C6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .\32xl\:focus\:from-grey_300:focus {
        --tw-gradient-from: #d3d3d3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .\32xl\:focus\:from-grey_400:focus {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .\32xl\:focus\:from-medium_blue:focus {
        --tw-gradient-from: #45cdfc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .\32xl\:focus\:from-dark_blue:focus {
        --tw-gradient-from: #0080ac;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .\32xl\:focus\:from-text_blue:focus {
        --tw-gradient-from: #3FB2CF;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .\32xl\:focus\:from-footer_bg:focus {
        --tw-gradient-from: #464646;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .\32xl\:focus\:from-brown:focus {
        --tw-gradient-from: #805300;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .\32xl\:focus\:from-dark_brown:focus {
        --tw-gradient-from: #874433;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .\32xl\:focus\:from-Light_purple:focus {
        --tw-gradient-from: #65479b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .\32xl\:focus\:from-dark_green:focus {
        --tw-gradient-from: #479b51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .\32xl\:focus\:from-medium_green:focus {
        --tw-gradient-from: #3aac2b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .\32xl\:focus\:from-light_green:focus {
        --tw-gradient-from: #9acb3e;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .\32xl\:focus\:from-green_900:focus {
        --tw-gradient-from: #396676;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .\32xl\:focus\:from-dark_border:focus {
        --tw-gradient-from: #707070;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .\32xl\:via-transparent {
        --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .\32xl\:via-current {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .\32xl\:via-black {
        --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .\32xl\:via-white {
        --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .\32xl\:via-gray-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .\32xl\:via-gray-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .\32xl\:via-gray-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .\32xl\:via-gray-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .\32xl\:via-gray-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .\32xl\:via-gray-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .\32xl\:via-gray-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .\32xl\:via-gray-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .\32xl\:via-gray-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .\32xl\:via-gray-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .\32xl\:via-red-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .\32xl\:via-red-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .\32xl\:via-red-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .\32xl\:via-red-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .\32xl\:via-red-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .\32xl\:via-red-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .\32xl\:via-red-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .\32xl\:via-red-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .\32xl\:via-red-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .\32xl\:via-red-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .\32xl\:via-yellow {
        --tw-gradient-stops: var(--tw-gradient-from), #ed9143, var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .\32xl\:via-green {
        --tw-gradient-stops: var(--tw-gradient-from), #7bbc00, var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .\32xl\:via-blue {
        --tw-gradient-stops: var(--tw-gradient-from), #5ba4dc, var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .\32xl\:via-indigo-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .\32xl\:via-indigo-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .\32xl\:via-indigo-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .\32xl\:via-indigo-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .\32xl\:via-indigo-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .\32xl\:via-indigo-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .\32xl\:via-indigo-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .\32xl\:via-indigo-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .\32xl\:via-indigo-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .\32xl\:via-indigo-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .\32xl\:via-purple {
        --tw-gradient-stops: var(--tw-gradient-from), #6847c3, var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .\32xl\:via-pink {
        --tw-gradient-stops: var(--tw-gradient-from), #850737, var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .\32xl\:via-primary {
        --tw-gradient-stops: var(--tw-gradient-from), #6E6E6E, var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .\32xl\:via-secondary {
        --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .\32xl\:via-body_bg {
        --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .\32xl\:via-body_text {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .\32xl\:via-title {
        --tw-gradient-stops: var(--tw-gradient-from), #3fb2cf, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .\32xl\:via-grey {
        --tw-gradient-stops: var(--tw-gradient-from), #524A51, var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .\32xl\:via-dark_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .\32xl\:via-light_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .\32xl\:via-medium_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #575156, var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .\32xl\:via-lightten_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #C6C6C6, var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .\32xl\:via-grey_300 {
        --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .\32xl\:via-grey_400 {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .\32xl\:via-medium_blue {
        --tw-gradient-stops: var(--tw-gradient-from), #45cdfc, var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .\32xl\:via-dark_blue {
        --tw-gradient-stops: var(--tw-gradient-from), #0080ac, var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .\32xl\:via-text_blue {
        --tw-gradient-stops: var(--tw-gradient-from), #3FB2CF, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .\32xl\:via-footer_bg {
        --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .\32xl\:via-brown {
        --tw-gradient-stops: var(--tw-gradient-from), #805300, var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .\32xl\:via-dark_brown {
        --tw-gradient-stops: var(--tw-gradient-from), #874433, var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .\32xl\:via-Light_purple {
        --tw-gradient-stops: var(--tw-gradient-from), #65479b, var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .\32xl\:via-dark_green {
        --tw-gradient-stops: var(--tw-gradient-from), #479b51, var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .\32xl\:via-medium_green {
        --tw-gradient-stops: var(--tw-gradient-from), #3aac2b, var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .\32xl\:via-light_green {
        --tw-gradient-stops: var(--tw-gradient-from), #9acb3e, var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .\32xl\:via-green_900 {
        --tw-gradient-stops: var(--tw-gradient-from), #396676, var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .\32xl\:via-dark_border {
        --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .\32xl\:hover\:via-transparent:hover {
        --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .\32xl\:hover\:via-current:hover {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .\32xl\:hover\:via-black:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .\32xl\:hover\:via-white:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .\32xl\:hover\:via-gray-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .\32xl\:hover\:via-gray-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .\32xl\:hover\:via-gray-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .\32xl\:hover\:via-gray-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .\32xl\:hover\:via-gray-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .\32xl\:hover\:via-gray-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .\32xl\:hover\:via-gray-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .\32xl\:hover\:via-gray-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .\32xl\:hover\:via-gray-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .\32xl\:hover\:via-gray-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .\32xl\:hover\:via-red-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .\32xl\:hover\:via-red-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .\32xl\:hover\:via-red-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .\32xl\:hover\:via-red-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .\32xl\:hover\:via-red-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .\32xl\:hover\:via-red-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .\32xl\:hover\:via-red-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .\32xl\:hover\:via-red-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .\32xl\:hover\:via-red-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .\32xl\:hover\:via-red-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .\32xl\:hover\:via-yellow:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ed9143, var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .\32xl\:hover\:via-green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7bbc00, var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .\32xl\:hover\:via-blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #5ba4dc, var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .\32xl\:hover\:via-indigo-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .\32xl\:hover\:via-indigo-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .\32xl\:hover\:via-indigo-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .\32xl\:hover\:via-indigo-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .\32xl\:hover\:via-indigo-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .\32xl\:hover\:via-indigo-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .\32xl\:hover\:via-indigo-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .\32xl\:hover\:via-indigo-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .\32xl\:hover\:via-indigo-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .\32xl\:hover\:via-indigo-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .\32xl\:hover\:via-purple:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6847c3, var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .\32xl\:hover\:via-pink:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #850737, var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .\32xl\:hover\:via-primary:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6E6E6E, var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .\32xl\:hover\:via-secondary:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .\32xl\:hover\:via-body_bg:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .\32xl\:hover\:via-body_text:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .\32xl\:hover\:via-title:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3fb2cf, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .\32xl\:hover\:via-grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #524A51, var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .\32xl\:hover\:via-dark_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .\32xl\:hover\:via-light_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .\32xl\:hover\:via-medium_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #575156, var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .\32xl\:hover\:via-lightten_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #C6C6C6, var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .\32xl\:hover\:via-grey_300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .\32xl\:hover\:via-grey_400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .\32xl\:hover\:via-medium_blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #45cdfc, var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .\32xl\:hover\:via-dark_blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #0080ac, var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .\32xl\:hover\:via-text_blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3FB2CF, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .\32xl\:hover\:via-footer_bg:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .\32xl\:hover\:via-brown:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #805300, var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .\32xl\:hover\:via-dark_brown:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #874433, var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .\32xl\:hover\:via-Light_purple:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #65479b, var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .\32xl\:hover\:via-dark_green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #479b51, var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .\32xl\:hover\:via-medium_green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3aac2b, var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .\32xl\:hover\:via-light_green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9acb3e, var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .\32xl\:hover\:via-green_900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #396676, var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .\32xl\:hover\:via-dark_border:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .\32xl\:focus\:via-transparent:focus {
        --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .\32xl\:focus\:via-current:focus {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .\32xl\:focus\:via-black:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .\32xl\:focus\:via-white:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .\32xl\:focus\:via-gray-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .\32xl\:focus\:via-gray-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .\32xl\:focus\:via-gray-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .\32xl\:focus\:via-gray-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .\32xl\:focus\:via-gray-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .\32xl\:focus\:via-gray-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .\32xl\:focus\:via-gray-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .\32xl\:focus\:via-gray-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .\32xl\:focus\:via-gray-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .\32xl\:focus\:via-gray-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .\32xl\:focus\:via-red-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .\32xl\:focus\:via-red-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .\32xl\:focus\:via-red-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .\32xl\:focus\:via-red-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .\32xl\:focus\:via-red-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .\32xl\:focus\:via-red-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .\32xl\:focus\:via-red-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .\32xl\:focus\:via-red-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .\32xl\:focus\:via-red-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .\32xl\:focus\:via-red-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .\32xl\:focus\:via-yellow:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ed9143, var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .\32xl\:focus\:via-green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7bbc00, var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .\32xl\:focus\:via-blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #5ba4dc, var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .\32xl\:focus\:via-indigo-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .\32xl\:focus\:via-indigo-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .\32xl\:focus\:via-indigo-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .\32xl\:focus\:via-indigo-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .\32xl\:focus\:via-indigo-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .\32xl\:focus\:via-indigo-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .\32xl\:focus\:via-indigo-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .\32xl\:focus\:via-indigo-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .\32xl\:focus\:via-indigo-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .\32xl\:focus\:via-indigo-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .\32xl\:focus\:via-purple:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6847c3, var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .\32xl\:focus\:via-pink:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #850737, var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .\32xl\:focus\:via-primary:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6E6E6E, var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .\32xl\:focus\:via-secondary:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .\32xl\:focus\:via-body_bg:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .\32xl\:focus\:via-body_text:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .\32xl\:focus\:via-title:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3fb2cf, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .\32xl\:focus\:via-grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #524A51, var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .\32xl\:focus\:via-dark_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .\32xl\:focus\:via-light_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .\32xl\:focus\:via-medium_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #575156, var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .\32xl\:focus\:via-lightten_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #C6C6C6, var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .\32xl\:focus\:via-grey_300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .\32xl\:focus\:via-grey_400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .\32xl\:focus\:via-medium_blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #45cdfc, var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .\32xl\:focus\:via-dark_blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #0080ac, var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .\32xl\:focus\:via-text_blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3FB2CF, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .\32xl\:focus\:via-footer_bg:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .\32xl\:focus\:via-brown:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #805300, var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .\32xl\:focus\:via-dark_brown:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #874433, var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .\32xl\:focus\:via-Light_purple:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #65479b, var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .\32xl\:focus\:via-dark_green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #479b51, var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .\32xl\:focus\:via-medium_green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3aac2b, var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .\32xl\:focus\:via-light_green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9acb3e, var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .\32xl\:focus\:via-green_900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #396676, var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .\32xl\:focus\:via-dark_border:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .\32xl\:to-transparent {
        --tw-gradient-to: transparent;
    }

    .\32xl\:to-current {
        --tw-gradient-to: currentColor;
    }

    .\32xl\:to-black {
        --tw-gradient-to: #000;
    }

    .\32xl\:to-white {
        --tw-gradient-to: #fff;
    }

    .\32xl\:to-gray-50 {
        --tw-gradient-to: #f9fafb;
    }

    .\32xl\:to-gray-100 {
        --tw-gradient-to: #f3f4f6;
    }

    .\32xl\:to-gray-200 {
        --tw-gradient-to: #e5e7eb;
    }

    .\32xl\:to-gray-300 {
        --tw-gradient-to: #d1d5db;
    }

    .\32xl\:to-gray-400 {
        --tw-gradient-to: #9ca3af;
    }

    .\32xl\:to-gray-500 {
        --tw-gradient-to: #6b7280;
    }

    .\32xl\:to-gray-600 {
        --tw-gradient-to: #4b5563;
    }

    .\32xl\:to-gray-700 {
        --tw-gradient-to: #374151;
    }

    .\32xl\:to-gray-800 {
        --tw-gradient-to: #1f2937;
    }

    .\32xl\:to-gray-900 {
        --tw-gradient-to: #111827;
    }

    .\32xl\:to-red-50 {
        --tw-gradient-to: #fef2f2;
    }

    .\32xl\:to-red-100 {
        --tw-gradient-to: #fee2e2;
    }

    .\32xl\:to-red-200 {
        --tw-gradient-to: #fecaca;
    }

    .\32xl\:to-red-300 {
        --tw-gradient-to: #fca5a5;
    }

    .\32xl\:to-red-400 {
        --tw-gradient-to: #f87171;
    }

    .\32xl\:to-red-500 {
        --tw-gradient-to: #ef4444;
    }

    .\32xl\:to-red-600 {
        --tw-gradient-to: #dc2626;
    }

    .\32xl\:to-red-700 {
        --tw-gradient-to: #b91c1c;
    }

    .\32xl\:to-red-800 {
        --tw-gradient-to: #991b1b;
    }

    .\32xl\:to-red-900 {
        --tw-gradient-to: #7f1d1d;
    }

    .\32xl\:to-yellow {
        --tw-gradient-to: #ed9143;
    }

    .\32xl\:to-green {
        --tw-gradient-to: #7bbc00;
    }

    .\32xl\:to-blue {
        --tw-gradient-to: #5ba4dc;
    }

    .\32xl\:to-indigo-50 {
        --tw-gradient-to: #eef2ff;
    }

    .\32xl\:to-indigo-100 {
        --tw-gradient-to: #e0e7ff;
    }

    .\32xl\:to-indigo-200 {
        --tw-gradient-to: #c7d2fe;
    }

    .\32xl\:to-indigo-300 {
        --tw-gradient-to: #a5b4fc;
    }

    .\32xl\:to-indigo-400 {
        --tw-gradient-to: #818cf8;
    }

    .\32xl\:to-indigo-500 {
        --tw-gradient-to: #6366f1;
    }

    .\32xl\:to-indigo-600 {
        --tw-gradient-to: #4f46e5;
    }

    .\32xl\:to-indigo-700 {
        --tw-gradient-to: #4338ca;
    }

    .\32xl\:to-indigo-800 {
        --tw-gradient-to: #3730a3;
    }

    .\32xl\:to-indigo-900 {
        --tw-gradient-to: #312e81;
    }

    .\32xl\:to-purple {
        --tw-gradient-to: #6847c3;
    }

    .\32xl\:to-pink {
        --tw-gradient-to: #850737;
    }

    .\32xl\:to-primary {
        --tw-gradient-to: #6E6E6E;
    }

    .\32xl\:to-secondary {
        --tw-gradient-to: #ededed;
    }

    .\32xl\:to-body_bg {
        --tw-gradient-to: #ffffff;
    }

    .\32xl\:to-body_text {
        --tw-gradient-to: #4a4349;
    }

    .\32xl\:to-title {
        --tw-gradient-to: #3fb2cf;
    }

    .\32xl\:to-grey {
        --tw-gradient-to: #524A51;
    }

    .\32xl\:to-dark_grey {
        --tw-gradient-to: #4a4349;
    }

    .\32xl\:to-light_grey {
        --tw-gradient-to: #B7B7B7;
    }

    .\32xl\:to-medium_grey {
        --tw-gradient-to: #575156;
    }

    .\32xl\:to-lightten_grey {
        --tw-gradient-to: #C6C6C6;
    }

    .\32xl\:to-grey_300 {
        --tw-gradient-to: #d3d3d3;
    }

    .\32xl\:to-grey_400 {
        --tw-gradient-to: #b7b7b7;
    }

    .\32xl\:to-medium_blue {
        --tw-gradient-to: #45cdfc;
    }

    .\32xl\:to-dark_blue {
        --tw-gradient-to: #0080ac;
    }

    .\32xl\:to-text_blue {
        --tw-gradient-to: #3FB2CF;
    }

    .\32xl\:to-footer_bg {
        --tw-gradient-to: #464646;
    }

    .\32xl\:to-brown {
        --tw-gradient-to: #805300;
    }

    .\32xl\:to-dark_brown {
        --tw-gradient-to: #874433;
    }

    .\32xl\:to-Light_purple {
        --tw-gradient-to: #65479b;
    }

    .\32xl\:to-dark_green {
        --tw-gradient-to: #479b51;
    }

    .\32xl\:to-medium_green {
        --tw-gradient-to: #3aac2b;
    }

    .\32xl\:to-light_green {
        --tw-gradient-to: #9acb3e;
    }

    .\32xl\:to-green_900 {
        --tw-gradient-to: #396676;
    }

    .\32xl\:to-dark_border {
        --tw-gradient-to: #707070;
    }

    .\32xl\:hover\:to-transparent:hover {
        --tw-gradient-to: transparent;
    }

    .\32xl\:hover\:to-current:hover {
        --tw-gradient-to: currentColor;
    }

    .\32xl\:hover\:to-black:hover {
        --tw-gradient-to: #000;
    }

    .\32xl\:hover\:to-white:hover {
        --tw-gradient-to: #fff;
    }

    .\32xl\:hover\:to-gray-50:hover {
        --tw-gradient-to: #f9fafb;
    }

    .\32xl\:hover\:to-gray-100:hover {
        --tw-gradient-to: #f3f4f6;
    }

    .\32xl\:hover\:to-gray-200:hover {
        --tw-gradient-to: #e5e7eb;
    }

    .\32xl\:hover\:to-gray-300:hover {
        --tw-gradient-to: #d1d5db;
    }

    .\32xl\:hover\:to-gray-400:hover {
        --tw-gradient-to: #9ca3af;
    }

    .\32xl\:hover\:to-gray-500:hover {
        --tw-gradient-to: #6b7280;
    }

    .\32xl\:hover\:to-gray-600:hover {
        --tw-gradient-to: #4b5563;
    }

    .\32xl\:hover\:to-gray-700:hover {
        --tw-gradient-to: #374151;
    }

    .\32xl\:hover\:to-gray-800:hover {
        --tw-gradient-to: #1f2937;
    }

    .\32xl\:hover\:to-gray-900:hover {
        --tw-gradient-to: #111827;
    }

    .\32xl\:hover\:to-red-50:hover {
        --tw-gradient-to: #fef2f2;
    }

    .\32xl\:hover\:to-red-100:hover {
        --tw-gradient-to: #fee2e2;
    }

    .\32xl\:hover\:to-red-200:hover {
        --tw-gradient-to: #fecaca;
    }

    .\32xl\:hover\:to-red-300:hover {
        --tw-gradient-to: #fca5a5;
    }

    .\32xl\:hover\:to-red-400:hover {
        --tw-gradient-to: #f87171;
    }

    .\32xl\:hover\:to-red-500:hover {
        --tw-gradient-to: #ef4444;
    }

    .\32xl\:hover\:to-red-600:hover {
        --tw-gradient-to: #dc2626;
    }

    .\32xl\:hover\:to-red-700:hover {
        --tw-gradient-to: #b91c1c;
    }

    .\32xl\:hover\:to-red-800:hover {
        --tw-gradient-to: #991b1b;
    }

    .\32xl\:hover\:to-red-900:hover {
        --tw-gradient-to: #7f1d1d;
    }

    .\32xl\:hover\:to-yellow:hover {
        --tw-gradient-to: #ed9143;
    }

    .\32xl\:hover\:to-green:hover {
        --tw-gradient-to: #7bbc00;
    }

    .\32xl\:hover\:to-blue:hover {
        --tw-gradient-to: #5ba4dc;
    }

    .\32xl\:hover\:to-indigo-50:hover {
        --tw-gradient-to: #eef2ff;
    }

    .\32xl\:hover\:to-indigo-100:hover {
        --tw-gradient-to: #e0e7ff;
    }

    .\32xl\:hover\:to-indigo-200:hover {
        --tw-gradient-to: #c7d2fe;
    }

    .\32xl\:hover\:to-indigo-300:hover {
        --tw-gradient-to: #a5b4fc;
    }

    .\32xl\:hover\:to-indigo-400:hover {
        --tw-gradient-to: #818cf8;
    }

    .\32xl\:hover\:to-indigo-500:hover {
        --tw-gradient-to: #6366f1;
    }

    .\32xl\:hover\:to-indigo-600:hover {
        --tw-gradient-to: #4f46e5;
    }

    .\32xl\:hover\:to-indigo-700:hover {
        --tw-gradient-to: #4338ca;
    }

    .\32xl\:hover\:to-indigo-800:hover {
        --tw-gradient-to: #3730a3;
    }

    .\32xl\:hover\:to-indigo-900:hover {
        --tw-gradient-to: #312e81;
    }

    .\32xl\:hover\:to-purple:hover {
        --tw-gradient-to: #6847c3;
    }

    .\32xl\:hover\:to-pink:hover {
        --tw-gradient-to: #850737;
    }

    .\32xl\:hover\:to-primary:hover {
        --tw-gradient-to: #6E6E6E;
    }

    .\32xl\:hover\:to-secondary:hover {
        --tw-gradient-to: #ededed;
    }

    .\32xl\:hover\:to-body_bg:hover {
        --tw-gradient-to: #ffffff;
    }

    .\32xl\:hover\:to-body_text:hover {
        --tw-gradient-to: #4a4349;
    }

    .\32xl\:hover\:to-title:hover {
        --tw-gradient-to: #3fb2cf;
    }

    .\32xl\:hover\:to-grey:hover {
        --tw-gradient-to: #524A51;
    }

    .\32xl\:hover\:to-dark_grey:hover {
        --tw-gradient-to: #4a4349;
    }

    .\32xl\:hover\:to-light_grey:hover {
        --tw-gradient-to: #B7B7B7;
    }

    .\32xl\:hover\:to-medium_grey:hover {
        --tw-gradient-to: #575156;
    }

    .\32xl\:hover\:to-lightten_grey:hover {
        --tw-gradient-to: #C6C6C6;
    }

    .\32xl\:hover\:to-grey_300:hover {
        --tw-gradient-to: #d3d3d3;
    }

    .\32xl\:hover\:to-grey_400:hover {
        --tw-gradient-to: #b7b7b7;
    }

    .\32xl\:hover\:to-medium_blue:hover {
        --tw-gradient-to: #45cdfc;
    }

    .\32xl\:hover\:to-dark_blue:hover {
        --tw-gradient-to: #0080ac;
    }

    .\32xl\:hover\:to-text_blue:hover {
        --tw-gradient-to: #3FB2CF;
    }

    .\32xl\:hover\:to-footer_bg:hover {
        --tw-gradient-to: #464646;
    }

    .\32xl\:hover\:to-brown:hover {
        --tw-gradient-to: #805300;
    }

    .\32xl\:hover\:to-dark_brown:hover {
        --tw-gradient-to: #874433;
    }

    .\32xl\:hover\:to-Light_purple:hover {
        --tw-gradient-to: #65479b;
    }

    .\32xl\:hover\:to-dark_green:hover {
        --tw-gradient-to: #479b51;
    }

    .\32xl\:hover\:to-medium_green:hover {
        --tw-gradient-to: #3aac2b;
    }

    .\32xl\:hover\:to-light_green:hover {
        --tw-gradient-to: #9acb3e;
    }

    .\32xl\:hover\:to-green_900:hover {
        --tw-gradient-to: #396676;
    }

    .\32xl\:hover\:to-dark_border:hover {
        --tw-gradient-to: #707070;
    }

    .\32xl\:focus\:to-transparent:focus {
        --tw-gradient-to: transparent;
    }

    .\32xl\:focus\:to-current:focus {
        --tw-gradient-to: currentColor;
    }

    .\32xl\:focus\:to-black:focus {
        --tw-gradient-to: #000;
    }

    .\32xl\:focus\:to-white:focus {
        --tw-gradient-to: #fff;
    }

    .\32xl\:focus\:to-gray-50:focus {
        --tw-gradient-to: #f9fafb;
    }

    .\32xl\:focus\:to-gray-100:focus {
        --tw-gradient-to: #f3f4f6;
    }

    .\32xl\:focus\:to-gray-200:focus {
        --tw-gradient-to: #e5e7eb;
    }

    .\32xl\:focus\:to-gray-300:focus {
        --tw-gradient-to: #d1d5db;
    }

    .\32xl\:focus\:to-gray-400:focus {
        --tw-gradient-to: #9ca3af;
    }

    .\32xl\:focus\:to-gray-500:focus {
        --tw-gradient-to: #6b7280;
    }

    .\32xl\:focus\:to-gray-600:focus {
        --tw-gradient-to: #4b5563;
    }

    .\32xl\:focus\:to-gray-700:focus {
        --tw-gradient-to: #374151;
    }

    .\32xl\:focus\:to-gray-800:focus {
        --tw-gradient-to: #1f2937;
    }

    .\32xl\:focus\:to-gray-900:focus {
        --tw-gradient-to: #111827;
    }

    .\32xl\:focus\:to-red-50:focus {
        --tw-gradient-to: #fef2f2;
    }

    .\32xl\:focus\:to-red-100:focus {
        --tw-gradient-to: #fee2e2;
    }

    .\32xl\:focus\:to-red-200:focus {
        --tw-gradient-to: #fecaca;
    }

    .\32xl\:focus\:to-red-300:focus {
        --tw-gradient-to: #fca5a5;
    }

    .\32xl\:focus\:to-red-400:focus {
        --tw-gradient-to: #f87171;
    }

    .\32xl\:focus\:to-red-500:focus {
        --tw-gradient-to: #ef4444;
    }

    .\32xl\:focus\:to-red-600:focus {
        --tw-gradient-to: #dc2626;
    }

    .\32xl\:focus\:to-red-700:focus {
        --tw-gradient-to: #b91c1c;
    }

    .\32xl\:focus\:to-red-800:focus {
        --tw-gradient-to: #991b1b;
    }

    .\32xl\:focus\:to-red-900:focus {
        --tw-gradient-to: #7f1d1d;
    }

    .\32xl\:focus\:to-yellow:focus {
        --tw-gradient-to: #ed9143;
    }

    .\32xl\:focus\:to-green:focus {
        --tw-gradient-to: #7bbc00;
    }

    .\32xl\:focus\:to-blue:focus {
        --tw-gradient-to: #5ba4dc;
    }

    .\32xl\:focus\:to-indigo-50:focus {
        --tw-gradient-to: #eef2ff;
    }

    .\32xl\:focus\:to-indigo-100:focus {
        --tw-gradient-to: #e0e7ff;
    }

    .\32xl\:focus\:to-indigo-200:focus {
        --tw-gradient-to: #c7d2fe;
    }

    .\32xl\:focus\:to-indigo-300:focus {
        --tw-gradient-to: #a5b4fc;
    }

    .\32xl\:focus\:to-indigo-400:focus {
        --tw-gradient-to: #818cf8;
    }

    .\32xl\:focus\:to-indigo-500:focus {
        --tw-gradient-to: #6366f1;
    }

    .\32xl\:focus\:to-indigo-600:focus {
        --tw-gradient-to: #4f46e5;
    }

    .\32xl\:focus\:to-indigo-700:focus {
        --tw-gradient-to: #4338ca;
    }

    .\32xl\:focus\:to-indigo-800:focus {
        --tw-gradient-to: #3730a3;
    }

    .\32xl\:focus\:to-indigo-900:focus {
        --tw-gradient-to: #312e81;
    }

    .\32xl\:focus\:to-purple:focus {
        --tw-gradient-to: #6847c3;
    }

    .\32xl\:focus\:to-pink:focus {
        --tw-gradient-to: #850737;
    }

    .\32xl\:focus\:to-primary:focus {
        --tw-gradient-to: #6E6E6E;
    }

    .\32xl\:focus\:to-secondary:focus {
        --tw-gradient-to: #ededed;
    }

    .\32xl\:focus\:to-body_bg:focus {
        --tw-gradient-to: #ffffff;
    }

    .\32xl\:focus\:to-body_text:focus {
        --tw-gradient-to: #4a4349;
    }

    .\32xl\:focus\:to-title:focus {
        --tw-gradient-to: #3fb2cf;
    }

    .\32xl\:focus\:to-grey:focus {
        --tw-gradient-to: #524A51;
    }

    .\32xl\:focus\:to-dark_grey:focus {
        --tw-gradient-to: #4a4349;
    }

    .\32xl\:focus\:to-light_grey:focus {
        --tw-gradient-to: #B7B7B7;
    }

    .\32xl\:focus\:to-medium_grey:focus {
        --tw-gradient-to: #575156;
    }

    .\32xl\:focus\:to-lightten_grey:focus {
        --tw-gradient-to: #C6C6C6;
    }

    .\32xl\:focus\:to-grey_300:focus {
        --tw-gradient-to: #d3d3d3;
    }

    .\32xl\:focus\:to-grey_400:focus {
        --tw-gradient-to: #b7b7b7;
    }

    .\32xl\:focus\:to-medium_blue:focus {
        --tw-gradient-to: #45cdfc;
    }

    .\32xl\:focus\:to-dark_blue:focus {
        --tw-gradient-to: #0080ac;
    }

    .\32xl\:focus\:to-text_blue:focus {
        --tw-gradient-to: #3FB2CF;
    }

    .\32xl\:focus\:to-footer_bg:focus {
        --tw-gradient-to: #464646;
    }

    .\32xl\:focus\:to-brown:focus {
        --tw-gradient-to: #805300;
    }

    .\32xl\:focus\:to-dark_brown:focus {
        --tw-gradient-to: #874433;
    }

    .\32xl\:focus\:to-Light_purple:focus {
        --tw-gradient-to: #65479b;
    }

    .\32xl\:focus\:to-dark_green:focus {
        --tw-gradient-to: #479b51;
    }

    .\32xl\:focus\:to-medium_green:focus {
        --tw-gradient-to: #3aac2b;
    }

    .\32xl\:focus\:to-light_green:focus {
        --tw-gradient-to: #9acb3e;
    }

    .\32xl\:focus\:to-green_900:focus {
        --tw-gradient-to: #396676;
    }

    .\32xl\:focus\:to-dark_border:focus {
        --tw-gradient-to: #707070;
    }

    .\32xl\:decoration-slice {
        -webkit-box-decoration-break: slice;
        box-decoration-break: slice;
    }

    .\32xl\:decoration-clone {
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
    }

    .\32xl\:bg-auto {
        background-size: auto;
    }

    .\32xl\:bg-cover {
        background-size: cover;
    }

    .\32xl\:bg-contain {
        background-size: contain;
    }

    .\32xl\:bg-fixed {
        background-attachment: fixed;
    }

    .\32xl\:bg-local {
        background-attachment: local;
    }

    .\32xl\:bg-scroll {
        background-attachment: scroll;
    }

    .\32xl\:bg-clip-border {
        background-clip: border-box;
    }

    .\32xl\:bg-clip-padding {
        background-clip: padding-box;
    }

    .\32xl\:bg-clip-content {
        background-clip: content-box;
    }

    .\32xl\:bg-clip-text {
        -webkit-background-clip: text;
        background-clip: text;
    }

    .\32xl\:bg-bottom {
        background-position: bottom;
    }

    .\32xl\:bg-center {
        background-position: center;
    }

    .\32xl\:bg-left {
        background-position: left;
    }

    .\32xl\:bg-left-bottom {
        background-position: left bottom;
    }

    .\32xl\:bg-left-top {
        background-position: left top;
    }

    .\32xl\:bg-right {
        background-position: right;
    }

    .\32xl\:bg-right-bottom {
        background-position: right bottom;
    }

    .\32xl\:bg-right-top {
        background-position: right top;
    }

    .\32xl\:bg-top {
        background-position: top;
    }

    .\32xl\:bg-repeat {
        background-repeat: repeat;
    }

    .\32xl\:bg-no-repeat {
        background-repeat: no-repeat;
    }

    .\32xl\:bg-repeat-x {
        background-repeat: repeat-x;
    }

    .\32xl\:bg-repeat-y {
        background-repeat: repeat-y;
    }

    .\32xl\:bg-repeat-round {
        background-repeat: round;
    }

    .\32xl\:bg-repeat-space {
        background-repeat: space;
    }

    .\32xl\:bg-origin-border {
        background-origin: border-box;
    }

    .\32xl\:bg-origin-padding {
        background-origin: padding-box;
    }

    .\32xl\:bg-origin-content {
        background-origin: content-box;
    }

    .\32xl\:fill-current {
        fill: currentColor;
    }

    .\32xl\:stroke-current {
        stroke: currentColor;
    }

    .\32xl\:stroke-0 {
        stroke-width: 0;
    }

    .\32xl\:stroke-1 {
        stroke-width: 1;
    }

    .\32xl\:stroke-2 {
        stroke-width: 2;
    }

    .\32xl\:object-contain {
        -o-object-fit: contain;
        object-fit: contain;
    }

    .\32xl\:object-cover {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .\32xl\:object-fill {
        -o-object-fit: fill;
        object-fit: fill;
    }

    .\32xl\:object-none {
        -o-object-fit: none;
        object-fit: none;
    }

    .\32xl\:object-scale-down {
        -o-object-fit: scale-down;
        object-fit: scale-down;
    }

    .\32xl\:object-bottom {
        -o-object-position: bottom;
        object-position: bottom;
    }

    .\32xl\:object-center {
        -o-object-position: center;
        object-position: center;
    }

    .\32xl\:object-left {
        -o-object-position: left;
        object-position: left;
    }

    .\32xl\:object-left-bottom {
        -o-object-position: left bottom;
        object-position: left bottom;
    }

    .\32xl\:object-left-top {
        -o-object-position: left top;
        object-position: left top;
    }

    .\32xl\:object-right {
        -o-object-position: right;
        object-position: right;
    }

    .\32xl\:object-right-bottom {
        -o-object-position: right bottom;
        object-position: right bottom;
    }

    .\32xl\:object-right-top {
        -o-object-position: right top;
        object-position: right top;
    }

    .\32xl\:object-top {
        -o-object-position: top;
        object-position: top;
    }

    .\32xl\:p-0 {
        padding: 0px;
    }

    .\32xl\:p-1 {
        padding: 0.25rem;
    }

    .\32xl\:p-2 {
        padding: 0.5rem;
    }

    .\32xl\:p-3 {
        padding: 0.75rem;
    }

    .\32xl\:p-4 {
        padding: 1rem;
    }

    .\32xl\:p-5 {
        padding: 1.25rem;
    }

    .\32xl\:p-6 {
        padding: 1.5rem;
    }

    .\32xl\:p-7 {
        padding: 1.75rem;
    }

    .\32xl\:p-8 {
        padding: 2rem;
    }

    .\32xl\:p-9 {
        padding: 2.25rem;
    }

    .\32xl\:p-10 {
        padding: 2.5rem;
    }

    .\32xl\:p-11 {
        padding: 2.75rem;
    }

    .\32xl\:p-12 {
        padding: 3rem;
    }

    .\32xl\:p-13 {
        padding: 52px;
    }

    .\32xl\:p-14 {
        padding: 3.5rem;
    }

    .\32xl\:p-15 {
        padding: 3.93rem;
    }

    .\32xl\:p-16 {
        padding: 4rem;
    }

    .\32xl\:p-18 {
        padding: 4.375rem;
    }

    .\32xl\:p-19 {
        padding: 76px;
    }

    .\32xl\:p-20 {
        padding: 5rem;
    }

    .\32xl\:p-22 {
        padding: 5.625rem;
    }

    .\32xl\:p-24 {
        padding: 6rem;
    }

    .\32xl\:p-26 {
        padding: 6.6875rem;
    }

    .\32xl\:p-28 {
        padding: 7rem;
    }

    .\32xl\:p-30 {
        padding: 120px;
    }

    .\32xl\:p-32 {
        padding: 8rem;
    }

    .\32xl\:p-36 {
        padding: 9rem;
    }

    .\32xl\:p-40 {
        padding: 10rem;
    }

    .\32xl\:p-44 {
        padding: 11rem;
    }

    .\32xl\:p-46 {
        padding: 11.5625rem;
    }

    .\32xl\:p-48 {
        padding: 12rem;
    }

    .\32xl\:p-52 {
        padding: 13rem;
    }

    .\32xl\:p-56 {
        padding: 14rem;
    }

    .\32xl\:p-60 {
        padding: 15rem;
    }

    .\32xl\:p-64 {
        padding: 16rem;
    }

    .\32xl\:p-72 {
        padding: 18rem;
    }

    .\32xl\:p-80 {
        padding: 20rem;
    }

    .\32xl\:p-96 {
        padding: 24rem;
    }

    .\32xl\:p-px {
        padding: 1px;
    }

    .\32xl\:p-0\.5 {
        padding: 0.125rem;
    }

    .\32xl\:p-1\.5 {
        padding: 0.375rem;
    }

    .\32xl\:p-2\.5 {
        padding: 0.625rem;
    }

    .\32xl\:p-3\.5 {
        padding: 0.875rem;
    }

    .\32xl\:p-5p {
        padding: 5px;
    }

    .\32xl\:p-10p {
        padding: 10px;
    }

    .\32xl\:p-14p {
        padding: 14px;
    }

    .\32xl\:p-15p {
        padding: 15px;
    }

    .\32xl\:p-15_2 {
        padding: 60px;
    }

    .\32xl\:p-16_1 {
        padding: 52px;
    }

    .\32xl\:p-16p {
        padding: 16px;
    }

    .\32xl\:p-25p {
        padding: 25px;
    }

    .\32xl\:p-48p {
        padding: 48%;
    }

    .\32xl\:p-52p {
        padding: 52%;
    }

    .\32xl\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .\32xl\:px-1 {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .\32xl\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .\32xl\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .\32xl\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .\32xl\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .\32xl\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .\32xl\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

    .\32xl\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .\32xl\:px-9 {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }

    .\32xl\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .\32xl\:px-11 {
        padding-left: 2.75rem;
        padding-right: 2.75rem;
    }

    .\32xl\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .\32xl\:px-13 {
        padding-left: 52px;
        padding-right: 52px;
    }

    .\32xl\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }

    .\32xl\:px-15 {
        padding-left: 3.93rem;
        padding-right: 3.93rem;
    }

    .\32xl\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .\32xl\:px-18 {
        padding-left: 4.375rem;
        padding-right: 4.375rem;
    }

    .\32xl\:px-19 {
        padding-left: 76px;
        padding-right: 76px;
    }

    .\32xl\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .\32xl\:px-22 {
        padding-left: 5.625rem;
        padding-right: 5.625rem;
    }

    .\32xl\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem;
    }

    .\32xl\:px-26 {
        padding-left: 6.6875rem;
        padding-right: 6.6875rem;
    }

    .\32xl\:px-28 {
        padding-left: 7rem;
        padding-right: 7rem;
    }

    .\32xl\:px-30 {
        padding-left: 120px;
        padding-right: 120px;
    }

    .\32xl\:px-32 {
        padding-left: 8rem;
        padding-right: 8rem;
    }

    .\32xl\:px-36 {
        padding-left: 9rem;
        padding-right: 9rem;
    }

    .\32xl\:px-40 {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .\32xl\:px-44 {
        padding-left: 11rem;
        padding-right: 11rem;
    }

    .\32xl\:px-46 {
        padding-left: 11.5625rem;
        padding-right: 11.5625rem;
    }

    .\32xl\:px-48 {
        padding-left: 12rem;
        padding-right: 12rem;
    }

    .\32xl\:px-52 {
        padding-left: 13rem;
        padding-right: 13rem;
    }

    .\32xl\:px-56 {
        padding-left: 14rem;
        padding-right: 14rem;
    }

    .\32xl\:px-60 {
        padding-left: 15rem;
        padding-right: 15rem;
    }

    .\32xl\:px-64 {
        padding-left: 16rem;
        padding-right: 16rem;
    }

    .\32xl\:px-72 {
        padding-left: 18rem;
        padding-right: 18rem;
    }

    .\32xl\:px-80 {
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .\32xl\:px-96 {
        padding-left: 24rem;
        padding-right: 24rem;
    }

    .\32xl\:px-px {
        padding-left: 1px;
        padding-right: 1px;
    }

    .\32xl\:px-0\.5 {
        padding-left: 0.125rem;
        padding-right: 0.125rem;
    }

    .\32xl\:px-1\.5 {
        padding-left: 0.375rem;
        padding-right: 0.375rem;
    }

    .\32xl\:px-2\.5 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }

    .\32xl\:px-3\.5 {
        padding-left: 0.875rem;
        padding-right: 0.875rem;
    }

    .\32xl\:px-5p {
        padding-left: 5px;
        padding-right: 5px;
    }

    .\32xl\:px-10p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .\32xl\:px-14p {
        padding-left: 14px;
        padding-right: 14px;
    }

    .\32xl\:px-15p {
        padding-left: 15px;
        padding-right: 15px;
    }

    .\32xl\:px-15_2 {
        padding-left: 60px;
        padding-right: 60px;
    }

    .\32xl\:px-16_1 {
        padding-left: 52px;
        padding-right: 52px;
    }

    .\32xl\:px-16p {
        padding-left: 16px;
        padding-right: 16px;
    }

    .\32xl\:px-25p {
        padding-left: 25px;
        padding-right: 25px;
    }

    .\32xl\:px-48p {
        padding-left: 48%;
        padding-right: 48%;
    }

    .\32xl\:px-52p {
        padding-left: 52%;
        padding-right: 52%;
    }

    .\32xl\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .\32xl\:py-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .\32xl\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .\32xl\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .\32xl\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .\32xl\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .\32xl\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .\32xl\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

    .\32xl\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .\32xl\:py-9 {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }

    .\32xl\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .\32xl\:py-11 {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem;
    }

    .\32xl\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .\32xl\:py-13 {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .\32xl\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .\32xl\:py-15 {
        padding-top: 3.93rem;
        padding-bottom: 3.93rem;
    }

    .\32xl\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .\32xl\:py-18 {
        padding-top: 4.375rem;
        padding-bottom: 4.375rem;
    }

    .\32xl\:py-19 {
        padding-top: 76px;
        padding-bottom: 76px;
    }

    .\32xl\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .\32xl\:py-22 {
        padding-top: 5.625rem;
        padding-bottom: 5.625rem;
    }

    .\32xl\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .\32xl\:py-26 {
        padding-top: 6.6875rem;
        padding-bottom: 6.6875rem;
    }

    .\32xl\:py-28 {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    .\32xl\:py-30 {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .\32xl\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .\32xl\:py-36 {
        padding-top: 9rem;
        padding-bottom: 9rem;
    }

    .\32xl\:py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .\32xl\:py-44 {
        padding-top: 11rem;
        padding-bottom: 11rem;
    }

    .\32xl\:py-46 {
        padding-top: 11.5625rem;
        padding-bottom: 11.5625rem;
    }

    .\32xl\:py-48 {
        padding-top: 12rem;
        padding-bottom: 12rem;
    }

    .\32xl\:py-52 {
        padding-top: 13rem;
        padding-bottom: 13rem;
    }

    .\32xl\:py-56 {
        padding-top: 14rem;
        padding-bottom: 14rem;
    }

    .\32xl\:py-60 {
        padding-top: 15rem;
        padding-bottom: 15rem;
    }

    .\32xl\:py-64 {
        padding-top: 16rem;
        padding-bottom: 16rem;
    }

    .\32xl\:py-72 {
        padding-top: 18rem;
        padding-bottom: 18rem;
    }

    .\32xl\:py-80 {
        padding-top: 20rem;
        padding-bottom: 20rem;
    }

    .\32xl\:py-96 {
        padding-top: 24rem;
        padding-bottom: 24rem;
    }

    .\32xl\:py-px {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .\32xl\:py-0\.5 {
        padding-top: 0.125rem;
        padding-bottom: 0.125rem;
    }

    .\32xl\:py-1\.5 {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
    }

    .\32xl\:py-2\.5 {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }

    .\32xl\:py-3\.5 {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
    }

    .\32xl\:py-5p {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .\32xl\:py-10p {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .\32xl\:py-14p {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .\32xl\:py-15p {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .\32xl\:py-15_2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .\32xl\:py-16_1 {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .\32xl\:py-16p {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .\32xl\:py-25p {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .\32xl\:py-48p {
        padding-top: 48%;
        padding-bottom: 48%;
    }

    .\32xl\:py-52p {
        padding-top: 52%;
        padding-bottom: 52%;
    }

    .\32xl\:pt-0 {
        padding-top: 0px;
    }

    .\32xl\:pt-1 {
        padding-top: 0.25rem;
    }

    .\32xl\:pt-2 {
        padding-top: 0.5rem;
    }

    .\32xl\:pt-3 {
        padding-top: 0.75rem;
    }

    .\32xl\:pt-4 {
        padding-top: 1rem;
    }

    .\32xl\:pt-5 {
        padding-top: 1.25rem;
    }

    .\32xl\:pt-6 {
        padding-top: 1.5rem;
    }

    .\32xl\:pt-7 {
        padding-top: 1.75rem;
    }

    .\32xl\:pt-8 {
        padding-top: 2rem;
    }

    .\32xl\:pt-9 {
        padding-top: 2.25rem;
    }

    .\32xl\:pt-10 {
        padding-top: 2.5rem;
    }

    .\32xl\:pt-11 {
        padding-top: 2.75rem;
    }

    .\32xl\:pt-12 {
        padding-top: 3rem;
    }

    .\32xl\:pt-13 {
        padding-top: 52px;
    }

    .\32xl\:pt-14 {
        padding-top: 3.5rem;
    }

    .\32xl\:pt-15 {
        padding-top: 3.93rem;
    }

    .\32xl\:pt-16 {
        padding-top: 4rem;
    }

    .\32xl\:pt-18 {
        padding-top: 4.375rem;
    }

    .\32xl\:pt-19 {
        padding-top: 76px;
    }

    .\32xl\:pt-20 {
        padding-top: 5rem;
    }

    .\32xl\:pt-22 {
        padding-top: 5.625rem;
    }

    .\32xl\:pt-24 {
        padding-top: 6rem;
    }

    .\32xl\:pt-26 {
        padding-top: 6.6875rem;
    }

    .\32xl\:pt-28 {
        padding-top: 7rem;
    }

    .\32xl\:pt-30 {
        padding-top: 120px;
    }

    .\32xl\:pt-32 {
        padding-top: 8rem;
    }

    .\32xl\:pt-36 {
        padding-top: 9rem;
    }

    .\32xl\:pt-40 {
        padding-top: 10rem;
    }

    .\32xl\:pt-44 {
        padding-top: 11rem;
    }

    .\32xl\:pt-46 {
        padding-top: 11.5625rem;
    }

    .\32xl\:pt-48 {
        padding-top: 12rem;
    }

    .\32xl\:pt-52 {
        padding-top: 13rem;
    }

    .\32xl\:pt-56 {
        padding-top: 14rem;
    }

    .\32xl\:pt-60 {
        padding-top: 15rem;
    }

    .\32xl\:pt-64 {
        padding-top: 16rem;
    }

    .\32xl\:pt-72 {
        padding-top: 18rem;
    }

    .\32xl\:pt-80 {
        padding-top: 20rem;
    }

    .\32xl\:pt-96 {
        padding-top: 24rem;
    }

    .\32xl\:pt-px {
        padding-top: 1px;
    }

    .\32xl\:pt-0\.5 {
        padding-top: 0.125rem;
    }

    .\32xl\:pt-1\.5 {
        padding-top: 0.375rem;
    }

    .\32xl\:pt-2\.5 {
        padding-top: 0.625rem;
    }

    .\32xl\:pt-3\.5 {
        padding-top: 0.875rem;
    }

    .\32xl\:pt-5p {
        padding-top: 5px;
    }

    .\32xl\:pt-10p {
        padding-top: 10px;
    }

    .\32xl\:pt-14p {
        padding-top: 14px;
    }

    .\32xl\:pt-15p {
        padding-top: 15px;
    }

    .\32xl\:pt-15_2 {
        padding-top: 60px;
    }

    .\32xl\:pt-16_1 {
        padding-top: 52px;
    }

    .\32xl\:pt-16p {
        padding-top: 16px;
    }

    .\32xl\:pt-25p {
        padding-top: 25px;
    }

    .\32xl\:pt-48p {
        padding-top: 48%;
    }

    .\32xl\:pt-52p {
        padding-top: 52%;
    }

    .\32xl\:pr-0 {
        padding-right: 0px;
    }

    .\32xl\:pr-1 {
        padding-right: 0.25rem;
    }

    .\32xl\:pr-2 {
        padding-right: 0.5rem;
    }

    .\32xl\:pr-3 {
        padding-right: 0.75rem;
    }

    .\32xl\:pr-4 {
        padding-right: 1rem;
    }

    .\32xl\:pr-5 {
        padding-right: 1.25rem;
    }

    .\32xl\:pr-6 {
        padding-right: 1.5rem;
    }

    .\32xl\:pr-7 {
        padding-right: 1.75rem;
    }

    .\32xl\:pr-8 {
        padding-right: 2rem;
    }

    .\32xl\:pr-9 {
        padding-right: 2.25rem;
    }

    .\32xl\:pr-10 {
        padding-right: 2.5rem;
    }

    .\32xl\:pr-11 {
        padding-right: 2.75rem;
    }

    .\32xl\:pr-12 {
        padding-right: 3rem;
    }

    .\32xl\:pr-13 {
        padding-right: 52px;
    }

    .\32xl\:pr-14 {
        padding-right: 3.5rem;
    }

    .\32xl\:pr-15 {
        padding-right: 3.93rem;
    }

    .\32xl\:pr-16 {
        padding-right: 4rem;
    }

    .\32xl\:pr-18 {
        padding-right: 4.375rem;
    }

    .\32xl\:pr-19 {
        padding-right: 76px;
    }

    .\32xl\:pr-20 {
        padding-right: 5rem;
    }

    .\32xl\:pr-22 {
        padding-right: 5.625rem;
    }

    .\32xl\:pr-24 {
        padding-right: 6rem;
    }

    .\32xl\:pr-26 {
        padding-right: 6.6875rem;
    }

    .\32xl\:pr-28 {
        padding-right: 7rem;
    }

    .\32xl\:pr-30 {
        padding-right: 120px;
    }

    .\32xl\:pr-32 {
        padding-right: 8rem;
    }

    .\32xl\:pr-36 {
        padding-right: 9rem;
    }

    .\32xl\:pr-40 {
        padding-right: 10rem;
    }

    .\32xl\:pr-44 {
        padding-right: 11rem;
    }

    .\32xl\:pr-46 {
        padding-right: 11.5625rem;
    }

    .\32xl\:pr-48 {
        padding-right: 12rem;
    }

    .\32xl\:pr-52 {
        padding-right: 13rem;
    }

    .\32xl\:pr-56 {
        padding-right: 14rem;
    }

    .\32xl\:pr-60 {
        padding-right: 15rem;
    }

    .\32xl\:pr-64 {
        padding-right: 16rem;
    }

    .\32xl\:pr-72 {
        padding-right: 18rem;
    }

    .\32xl\:pr-80 {
        padding-right: 20rem;
    }

    .\32xl\:pr-96 {
        padding-right: 24rem;
    }

    .\32xl\:pr-px {
        padding-right: 1px;
    }

    .\32xl\:pr-0\.5 {
        padding-right: 0.125rem;
    }

    .\32xl\:pr-1\.5 {
        padding-right: 0.375rem;
    }

    .\32xl\:pr-2\.5 {
        padding-right: 0.625rem;
    }

    .\32xl\:pr-3\.5 {
        padding-right: 0.875rem;
    }

    .\32xl\:pr-5p {
        padding-right: 5px;
    }

    .\32xl\:pr-10p {
        padding-right: 10px;
    }

    .\32xl\:pr-14p {
        padding-right: 14px;
    }

    .\32xl\:pr-15p {
        padding-right: 15px;
    }

    .\32xl\:pr-15_2 {
        padding-right: 60px;
    }

    .\32xl\:pr-16_1 {
        padding-right: 52px;
    }

    .\32xl\:pr-16p {
        padding-right: 16px;
    }

    .\32xl\:pr-25p {
        padding-right: 25px;
    }

    .\32xl\:pr-48p {
        padding-right: 48%;
    }

    .\32xl\:pr-52p {
        padding-right: 52%;
    }

    .\32xl\:pb-0 {
        padding-bottom: 0px;
    }

    .\32xl\:pb-1 {
        padding-bottom: 0.25rem;
    }

    .\32xl\:pb-2 {
        padding-bottom: 0.5rem;
    }

    .\32xl\:pb-3 {
        padding-bottom: 0.75rem;
    }

    .\32xl\:pb-4 {
        padding-bottom: 1rem;
    }

    .\32xl\:pb-5 {
        padding-bottom: 1.25rem;
    }

    .\32xl\:pb-6 {
        padding-bottom: 1.5rem;
    }

    .\32xl\:pb-7 {
        padding-bottom: 1.75rem;
    }

    .\32xl\:pb-8 {
        padding-bottom: 2rem;
    }

    .\32xl\:pb-9 {
        padding-bottom: 2.25rem;
    }

    .\32xl\:pb-10 {
        padding-bottom: 2.5rem;
    }

    .\32xl\:pb-11 {
        padding-bottom: 2.75rem;
    }

    .\32xl\:pb-12 {
        padding-bottom: 3rem;
    }

    .\32xl\:pb-13 {
        padding-bottom: 52px;
    }

    .\32xl\:pb-14 {
        padding-bottom: 3.5rem;
    }

    .\32xl\:pb-15 {
        padding-bottom: 3.93rem;
    }

    .\32xl\:pb-16 {
        padding-bottom: 4rem;
    }

    .\32xl\:pb-18 {
        padding-bottom: 4.375rem;
    }

    .\32xl\:pb-19 {
        padding-bottom: 76px;
    }

    .\32xl\:pb-20 {
        padding-bottom: 5rem;
    }

    .\32xl\:pb-22 {
        padding-bottom: 5.625rem;
    }

    .\32xl\:pb-24 {
        padding-bottom: 6rem;
    }

    .\32xl\:pb-26 {
        padding-bottom: 6.6875rem;
    }

    .\32xl\:pb-28 {
        padding-bottom: 7rem;
    }

    .\32xl\:pb-30 {
        padding-bottom: 120px;
    }

    .\32xl\:pb-32 {
        padding-bottom: 8rem;
    }

    .\32xl\:pb-36 {
        padding-bottom: 9rem;
    }

    .\32xl\:pb-40 {
        padding-bottom: 10rem;
    }

    .\32xl\:pb-44 {
        padding-bottom: 11rem;
    }

    .\32xl\:pb-46 {
        padding-bottom: 11.5625rem;
    }

    .\32xl\:pb-48 {
        padding-bottom: 12rem;
    }

    .\32xl\:pb-52 {
        padding-bottom: 13rem;
    }

    .\32xl\:pb-56 {
        padding-bottom: 14rem;
    }

    .\32xl\:pb-60 {
        padding-bottom: 15rem;
    }

    .\32xl\:pb-64 {
        padding-bottom: 16rem;
    }

    .\32xl\:pb-72 {
        padding-bottom: 18rem;
    }

    .\32xl\:pb-80 {
        padding-bottom: 20rem;
    }

    .\32xl\:pb-96 {
        padding-bottom: 24rem;
    }

    .\32xl\:pb-px {
        padding-bottom: 1px;
    }

    .\32xl\:pb-0\.5 {
        padding-bottom: 0.125rem;
    }

    .\32xl\:pb-1\.5 {
        padding-bottom: 0.375rem;
    }

    .\32xl\:pb-2\.5 {
        padding-bottom: 0.625rem;
    }

    .\32xl\:pb-3\.5 {
        padding-bottom: 0.875rem;
    }

    .\32xl\:pb-5p {
        padding-bottom: 5px;
    }

    .\32xl\:pb-10p {
        padding-bottom: 10px;
    }

    .\32xl\:pb-14p {
        padding-bottom: 14px;
    }

    .\32xl\:pb-15p {
        padding-bottom: 15px;
    }

    .\32xl\:pb-15_2 {
        padding-bottom: 60px;
    }

    .\32xl\:pb-16_1 {
        padding-bottom: 52px;
    }

    .\32xl\:pb-16p {
        padding-bottom: 16px;
    }

    .\32xl\:pb-25p {
        padding-bottom: 25px;
    }

    .\32xl\:pb-48p {
        padding-bottom: 48%;
    }

    .\32xl\:pb-52p {
        padding-bottom: 52%;
    }

    .\32xl\:pl-0 {
        padding-left: 0px;
    }

    .\32xl\:pl-1 {
        padding-left: 0.25rem;
    }

    .\32xl\:pl-2 {
        padding-left: 0.5rem;
    }

    .\32xl\:pl-3 {
        padding-left: 0.75rem;
    }

    .\32xl\:pl-4 {
        padding-left: 1rem;
    }

    .\32xl\:pl-5 {
        padding-left: 1.25rem;
    }

    .\32xl\:pl-6 {
        padding-left: 1.5rem;
    }

    .\32xl\:pl-7 {
        padding-left: 1.75rem;
    }

    .\32xl\:pl-8 {
        padding-left: 2rem;
    }

    .\32xl\:pl-9 {
        padding-left: 2.25rem;
    }

    .\32xl\:pl-10 {
        padding-left: 2.5rem;
    }

    .\32xl\:pl-11 {
        padding-left: 2.75rem;
    }

    .\32xl\:pl-12 {
        padding-left: 3rem;
    }

    .\32xl\:pl-13 {
        padding-left: 52px;
    }

    .\32xl\:pl-14 {
        padding-left: 3.5rem;
    }

    .\32xl\:pl-15 {
        padding-left: 3.93rem;
    }

    .\32xl\:pl-16 {
        padding-left: 4rem;
    }

    .\32xl\:pl-18 {
        padding-left: 4.375rem;
    }

    .\32xl\:pl-19 {
        padding-left: 76px;
    }

    .\32xl\:pl-20 {
        padding-left: 5rem;
    }

    .\32xl\:pl-22 {
        padding-left: 5.625rem;
    }

    .\32xl\:pl-24 {
        padding-left: 6rem;
    }

    .\32xl\:pl-26 {
        padding-left: 6.6875rem;
    }

    .\32xl\:pl-28 {
        padding-left: 7rem;
    }

    .\32xl\:pl-30 {
        padding-left: 120px;
    }

    .\32xl\:pl-32 {
        padding-left: 8rem;
    }

    .\32xl\:pl-36 {
        padding-left: 9rem;
    }

    .\32xl\:pl-40 {
        padding-left: 10rem;
    }

    .\32xl\:pl-44 {
        padding-left: 11rem;
    }

    .\32xl\:pl-46 {
        padding-left: 11.5625rem;
    }

    .\32xl\:pl-48 {
        padding-left: 12rem;
    }

    .\32xl\:pl-52 {
        padding-left: 13rem;
    }

    .\32xl\:pl-56 {
        padding-left: 14rem;
    }

    .\32xl\:pl-60 {
        padding-left: 15rem;
    }

    .\32xl\:pl-64 {
        padding-left: 16rem;
    }

    .\32xl\:pl-72 {
        padding-left: 18rem;
    }

    .\32xl\:pl-80 {
        padding-left: 20rem;
    }

    .\32xl\:pl-96 {
        padding-left: 24rem;
    }

    .\32xl\:pl-px {
        padding-left: 1px;
    }

    .\32xl\:pl-0\.5 {
        padding-left: 0.125rem;
    }

    .\32xl\:pl-1\.5 {
        padding-left: 0.375rem;
    }

    .\32xl\:pl-2\.5 {
        padding-left: 0.625rem;
    }

    .\32xl\:pl-3\.5 {
        padding-left: 0.875rem;
    }

    .\32xl\:pl-5p {
        padding-left: 5px;
    }

    .\32xl\:pl-10p {
        padding-left: 10px;
    }

    .\32xl\:pl-14p {
        padding-left: 14px;
    }

    .\32xl\:pl-15p {
        padding-left: 15px;
    }

    .\32xl\:pl-15_2 {
        padding-left: 60px;
    }

    .\32xl\:pl-16_1 {
        padding-left: 52px;
    }

    .\32xl\:pl-16p {
        padding-left: 16px;
    }

    .\32xl\:pl-25p {
        padding-left: 25px;
    }

    .\32xl\:pl-48p {
        padding-left: 48%;
    }

    .\32xl\:pl-52p {
        padding-left: 52%;
    }

    .\32xl\:text-left {
        text-align: left;
    }

    .\32xl\:text-center {
        text-align: center;
    }

    .\32xl\:text-right {
        text-align: right;
    }

    .\32xl\:text-justify {
        text-align: justify;
    }

    .\32xl\:align-baseline {
        vertical-align: baseline;
    }

    .\32xl\:align-top {
        vertical-align: top;
    }

    .\32xl\:align-middle {
        vertical-align: middle;
    }

    .\32xl\:align-bottom {
        vertical-align: bottom;
    }

    .\32xl\:align-text-top {
        vertical-align: text-top;
    }

    .\32xl\:align-text-bottom {
        vertical-align: text-bottom;
    }

    .\32xl\: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";
    }

    .\32xl\:font-serif {
        font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    }

    .\32xl\:font-mono {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    }

    .\32xl\:font-body {
        font-family: "Red Hat Display";
    }

    .\32xl\:font-primary {
        font-family: "Noto Sans";
    }

    .\32xl\:font-secondary {
        font-family: "Montserrat";
    }

    .\32xl\:font-Helvetica_Bold {
        font-family: "Helvetica-Bold";
    }

    .\32xl\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }

    .\32xl\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .\32xl\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .\32xl\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .\32xl\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .\32xl\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .\32xl\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .\32xl\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .\32xl\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

    .\32xl\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }

    .\32xl\:text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }

    .\32xl\:text-8xl {
        font-size: 6rem;
        line-height: 1;
    }

    .\32xl\:text-9xl {
        font-size: 8rem;
        line-height: 1;
    }

    .\32xl\:text-10p {
        font-size: 0.625rem;
    }

    .\32xl\:text-50p {
        font-size: 3.125rem;
    }

    .\32xl\:text-40p {
        font-size: 2.5rem;
    }

    .\32xl\:text-8\.5xl {
        font-size: 7.5rem;
        line-height: 7.8rem;
    }

    .\32xl\:text-80p {
        font-size: 80px;
        line-height: 90px;
    }

    .\32xl\:font-thin {
        font-weight: 100;
    }

    .\32xl\:font-extralight {
        font-weight: 200;
    }

    .\32xl\:font-light {
        font-weight: 300;
    }

    .\32xl\:font-normal {
        font-weight: 400;
    }

    .\32xl\:font-medium {
        font-weight: 500;
    }

    .\32xl\:font-semibold {
        font-weight: 600;
    }

    .\32xl\:font-bold {
        font-weight: 700;
    }

    .\32xl\:font-extrabold {
        font-weight: 800;
    }

    .\32xl\:font-black {
        font-weight: 900;
    }

    .\32xl\:uppercase {
        text-transform: uppercase;
    }

    .\32xl\:lowercase {
        text-transform: lowercase;
    }

    .\32xl\:capitalize {
        text-transform: capitalize;
    }

    .\32xl\:normal-case {
        text-transform: none;
    }

    .\32xl\:italic {
        font-style: italic;
    }

    .\32xl\:not-italic {
        font-style: normal;
    }

    .\32xl\:ordinal,
    .\32xl\:slashed-zero,
    .\32xl\:lining-nums,
    .\32xl\:oldstyle-nums,
    .\32xl\:proportional-nums,
    .\32xl\:tabular-nums,
    .\32xl\:diagonal-fractions,
    .\32xl\:stacked-fractions {
        --tw-ordinal: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-slashed-zero: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-numeric-figure: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-numeric-spacing: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-numeric-fraction: var(--tw-empty,
                /*!*/
                /*!*/
            );
        font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
    }

    .\32xl\:normal-nums {
        font-variant-numeric: normal;
    }

    .\32xl\:ordinal {
        --tw-ordinal: ordinal;
    }

    .\32xl\:slashed-zero {
        --tw-slashed-zero: slashed-zero;
    }

    .\32xl\:lining-nums {
        --tw-numeric-figure: lining-nums;
    }

    .\32xl\:oldstyle-nums {
        --tw-numeric-figure: oldstyle-nums;
    }

    .\32xl\:proportional-nums {
        --tw-numeric-spacing: proportional-nums;
    }

    .\32xl\:tabular-nums {
        --tw-numeric-spacing: tabular-nums;
    }

    .\32xl\:diagonal-fractions {
        --tw-numeric-fraction: diagonal-fractions;
    }

    .\32xl\:stacked-fractions {
        --tw-numeric-fraction: stacked-fractions;
    }

    .\32xl\:leading-3 {
        line-height: .75rem;
    }

    .\32xl\:leading-4 {
        line-height: 1rem;
    }

    .\32xl\:leading-5 {
        line-height: 1.25rem;
    }

    .\32xl\:leading-6 {
        line-height: 1.5rem;
    }

    .\32xl\:leading-7 {
        line-height: 1.75rem;
    }

    .\32xl\:leading-8 {
        line-height: 2rem;
    }

    .\32xl\:leading-9 {
        line-height: 2.25rem;
    }

    .\32xl\:leading-10 {
        line-height: 2.5rem;
    }

    .\32xl\:leading-none {
        line-height: 1;
    }

    .\32xl\:leading-tight {
        line-height: 1.25;
    }

    .\32xl\:leading-snug {
        line-height: 1.375;
    }

    .\32xl\:leading-normal {
        line-height: 1.5;
    }

    .\32xl\:leading-relaxed {
        line-height: 1.625;
    }

    .\32xl\:leading-loose {
        line-height: 2;
    }

    .\32xl\:tracking-tightest {
        letter-spacing: -.075em;
    }

    .\32xl\:tracking-tighter {
        letter-spacing: -.05em;
    }

    .\32xl\:tracking-tight {
        letter-spacing: -.025em;
    }

    .\32xl\:tracking-normal {
        letter-spacing: 0;
    }

    .\32xl\:tracking-wide {
        letter-spacing: 1.5px;
    }

    .\32xl\:tracking-wider {
        letter-spacing: .05em;
    }

    .\32xl\:tracking-wider_lg {
        letter-spacing: .1em;
    }

    .\32xl\:tracking-widest {
        letter-spacing: .15em;
    }

    .\32xl\:text-transparent {
        color: transparent;
    }

    .\32xl\:text-current {
        color: currentColor;
    }

    .\32xl\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .\32xl\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .\32xl\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .\32xl\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .\32xl\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .\32xl\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .\32xl\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .\32xl\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .\32xl\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .\32xl\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .\32xl\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .\32xl\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .\32xl\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .\32xl\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .\32xl\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .\32xl\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .\32xl\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .\32xl\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .\32xl\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .\32xl\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .\32xl\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .\32xl\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .\32xl\:text-yellow {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .\32xl\:text-green {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .\32xl\:text-blue {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .\32xl\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .\32xl\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .\32xl\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .\32xl\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .\32xl\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .\32xl\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .\32xl\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .\32xl\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .\32xl\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .\32xl\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .\32xl\:text-purple {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .\32xl\:text-pink {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .\32xl\:text-primary {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .\32xl\:text-secondary {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .\32xl\:text-body_bg {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .\32xl\:text-body_text {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .\32xl\:text-title {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .\32xl\:text-grey {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .\32xl\:text-dark_grey {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .\32xl\:text-light_grey {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .\32xl\:text-medium_grey {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .\32xl\:text-lightten_grey {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .\32xl\:text-grey_300 {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .\32xl\:text-grey_400 {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .\32xl\:text-medium_blue {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .\32xl\:text-dark_blue {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .\32xl\:text-text_blue {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .\32xl\:text-footer_bg {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .\32xl\:text-brown {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .\32xl\:text-dark_brown {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .\32xl\:text-Light_purple {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .\32xl\:text-dark_green {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .\32xl\:text-medium_green {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .\32xl\:text-light_green {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .\32xl\:text-green_900 {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .\32xl\:text-dark_border {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-transparent {
        color: transparent;
    }

    .group:hover .\32xl\:group-hover\:text-current {
        color: currentColor;
    }

    .group:hover .\32xl\:group-hover\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-yellow {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-green {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-blue {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-purple {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-pink {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-primary {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-secondary {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-body_bg {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-body_text {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-title {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-grey {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-dark_grey {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-light_grey {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-medium_grey {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-lightten_grey {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-grey_300 {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-grey_400 {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-medium_blue {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-dark_blue {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-text_blue {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-footer_bg {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-brown {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-dark_brown {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-Light_purple {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-dark_green {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-medium_green {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-light_green {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-green_900 {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .group:hover .\32xl\:group-hover\:text-dark_border {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-transparent:focus-within {
        color: transparent;
    }

    .\32xl\:focus-within\:text-current:focus-within {
        color: currentColor;
    }

    .\32xl\:focus-within\:text-black:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-white:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-gray-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-gray-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-gray-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-gray-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-gray-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-gray-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-gray-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-gray-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-gray-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-gray-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-red-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-red-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-red-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-red-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-red-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-red-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-red-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-red-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-red-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-red-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-yellow:focus-within {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-indigo-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-indigo-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-indigo-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-indigo-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-indigo-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-indigo-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-indigo-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-indigo-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-indigo-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-indigo-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-purple:focus-within {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-pink:focus-within {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-primary:focus-within {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-secondary:focus-within {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-body_bg:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-body_text:focus-within {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-title:focus-within {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-dark_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-light_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-medium_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-lightten_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-grey_300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-grey_400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-medium_blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-dark_blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-text_blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-footer_bg:focus-within {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-brown:focus-within {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-dark_brown:focus-within {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-Light_purple:focus-within {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-dark_green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-medium_green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-light_green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-green_900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .\32xl\:focus-within\:text-dark_border:focus-within {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-transparent:hover {
        color: transparent;
    }

    .\32xl\:hover\:text-current:hover {
        color: currentColor;
    }

    .\32xl\:hover\:text-black:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-white:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-gray-50:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-gray-100:hover {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-gray-200:hover {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-gray-300:hover {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-gray-400:hover {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-gray-500:hover {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-gray-600:hover {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-gray-700:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-gray-800:hover {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-gray-900:hover {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-red-50:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-red-100:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-red-200:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-red-300:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-red-400:hover {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-red-500:hover {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-red-600:hover {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-red-700:hover {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-red-800:hover {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-red-900:hover {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-yellow:hover {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-green:hover {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-blue:hover {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-indigo-50:hover {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-indigo-100:hover {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-indigo-200:hover {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-indigo-300:hover {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-indigo-400:hover {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-indigo-500:hover {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-indigo-600:hover {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-indigo-700:hover {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-indigo-800:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-indigo-900:hover {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-purple:hover {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-pink:hover {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-primary:hover {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-secondary:hover {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-body_bg:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-body_text:hover {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-title:hover {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-grey:hover {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-dark_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-light_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-medium_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-lightten_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-grey_300:hover {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-grey_400:hover {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-medium_blue:hover {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-dark_blue:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-text_blue:hover {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-footer_bg:hover {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-brown:hover {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-dark_brown:hover {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-Light_purple:hover {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-dark_green:hover {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-medium_green:hover {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-light_green:hover {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-green_900:hover {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .\32xl\:hover\:text-dark_border:hover {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-transparent:focus {
        color: transparent;
    }

    .\32xl\:focus\:text-current:focus {
        color: currentColor;
    }

    .\32xl\:focus\:text-black:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-white:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-gray-50:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-gray-100:focus {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-gray-200:focus {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-gray-300:focus {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-gray-400:focus {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-gray-500:focus {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-gray-600:focus {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-gray-700:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-gray-800:focus {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-gray-900:focus {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-red-50:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-red-100:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-red-200:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-red-300:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-red-400:focus {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-red-500:focus {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-red-600:focus {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-red-700:focus {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-red-800:focus {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-red-900:focus {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-yellow:focus {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-green:focus {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-blue:focus {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-indigo-50:focus {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-indigo-100:focus {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-indigo-200:focus {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-indigo-300:focus {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-indigo-400:focus {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-indigo-500:focus {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-indigo-600:focus {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-indigo-700:focus {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-indigo-800:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-indigo-900:focus {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-purple:focus {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-pink:focus {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-primary:focus {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-secondary:focus {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-body_bg:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-body_text:focus {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-title:focus {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-grey:focus {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-dark_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-light_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-medium_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-lightten_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-grey_300:focus {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-grey_400:focus {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-medium_blue:focus {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-dark_blue:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-text_blue:focus {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-footer_bg:focus {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-brown:focus {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-dark_brown:focus {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-Light_purple:focus {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-dark_green:focus {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-medium_green:focus {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-light_green:focus {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-green_900:focus {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .\32xl\:focus\:text-dark_border:focus {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .\32xl\:text-opacity-0 {
        --tw-text-opacity: 0;
    }

    .\32xl\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }

    .\32xl\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }

    .\32xl\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }

    .\32xl\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }

    .\32xl\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }

    .\32xl\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }

    .\32xl\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }

    .\32xl\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }

    .\32xl\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }

    .\32xl\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }

    .\32xl\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }

    .\32xl\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }

    .\32xl\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }

    .\32xl\:text-opacity-100 {
        --tw-text-opacity: 1;
    }

    .group:hover .\32xl\:group-hover\:text-opacity-0 {
        --tw-text-opacity: 0;
    }

    .group:hover .\32xl\:group-hover\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }

    .group:hover .\32xl\:group-hover\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }

    .group:hover .\32xl\:group-hover\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }

    .group:hover .\32xl\:group-hover\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }

    .group:hover .\32xl\:group-hover\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }

    .group:hover .\32xl\:group-hover\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }

    .group:hover .\32xl\:group-hover\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }

    .group:hover .\32xl\:group-hover\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }

    .group:hover .\32xl\:group-hover\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }

    .group:hover .\32xl\:group-hover\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }

    .group:hover .\32xl\:group-hover\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }

    .group:hover .\32xl\:group-hover\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }

    .group:hover .\32xl\:group-hover\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }

    .group:hover .\32xl\:group-hover\:text-opacity-100 {
        --tw-text-opacity: 1;
    }

    .\32xl\:focus-within\:text-opacity-0:focus-within {
        --tw-text-opacity: 0;
    }

    .\32xl\:focus-within\:text-opacity-5:focus-within {
        --tw-text-opacity: 0.05;
    }

    .\32xl\:focus-within\:text-opacity-10:focus-within {
        --tw-text-opacity: 0.1;
    }

    .\32xl\:focus-within\:text-opacity-20:focus-within {
        --tw-text-opacity: 0.2;
    }

    .\32xl\:focus-within\:text-opacity-25:focus-within {
        --tw-text-opacity: 0.25;
    }

    .\32xl\:focus-within\:text-opacity-30:focus-within {
        --tw-text-opacity: 0.3;
    }

    .\32xl\:focus-within\:text-opacity-40:focus-within {
        --tw-text-opacity: 0.4;
    }

    .\32xl\:focus-within\:text-opacity-50:focus-within {
        --tw-text-opacity: 0.5;
    }

    .\32xl\:focus-within\:text-opacity-60:focus-within {
        --tw-text-opacity: 0.6;
    }

    .\32xl\:focus-within\:text-opacity-70:focus-within {
        --tw-text-opacity: 0.7;
    }

    .\32xl\:focus-within\:text-opacity-75:focus-within {
        --tw-text-opacity: 0.75;
    }

    .\32xl\:focus-within\:text-opacity-80:focus-within {
        --tw-text-opacity: 0.8;
    }

    .\32xl\:focus-within\:text-opacity-90:focus-within {
        --tw-text-opacity: 0.9;
    }

    .\32xl\:focus-within\:text-opacity-95:focus-within {
        --tw-text-opacity: 0.95;
    }

    .\32xl\:focus-within\:text-opacity-100:focus-within {
        --tw-text-opacity: 1;
    }

    .\32xl\:hover\:text-opacity-0:hover {
        --tw-text-opacity: 0;
    }

    .\32xl\:hover\:text-opacity-5:hover {
        --tw-text-opacity: 0.05;
    }

    .\32xl\:hover\:text-opacity-10:hover {
        --tw-text-opacity: 0.1;
    }

    .\32xl\:hover\:text-opacity-20:hover {
        --tw-text-opacity: 0.2;
    }

    .\32xl\:hover\:text-opacity-25:hover {
        --tw-text-opacity: 0.25;
    }

    .\32xl\:hover\:text-opacity-30:hover {
        --tw-text-opacity: 0.3;
    }

    .\32xl\:hover\:text-opacity-40:hover {
        --tw-text-opacity: 0.4;
    }

    .\32xl\:hover\:text-opacity-50:hover {
        --tw-text-opacity: 0.5;
    }

    .\32xl\:hover\:text-opacity-60:hover {
        --tw-text-opacity: 0.6;
    }

    .\32xl\:hover\:text-opacity-70:hover {
        --tw-text-opacity: 0.7;
    }

    .\32xl\:hover\:text-opacity-75:hover {
        --tw-text-opacity: 0.75;
    }

    .\32xl\:hover\:text-opacity-80:hover {
        --tw-text-opacity: 0.8;
    }

    .\32xl\:hover\:text-opacity-90:hover {
        --tw-text-opacity: 0.9;
    }

    .\32xl\:hover\:text-opacity-95:hover {
        --tw-text-opacity: 0.95;
    }

    .\32xl\:hover\:text-opacity-100:hover {
        --tw-text-opacity: 1;
    }

    .\32xl\:focus\:text-opacity-0:focus {
        --tw-text-opacity: 0;
    }

    .\32xl\:focus\:text-opacity-5:focus {
        --tw-text-opacity: 0.05;
    }

    .\32xl\:focus\:text-opacity-10:focus {
        --tw-text-opacity: 0.1;
    }

    .\32xl\:focus\:text-opacity-20:focus {
        --tw-text-opacity: 0.2;
    }

    .\32xl\:focus\:text-opacity-25:focus {
        --tw-text-opacity: 0.25;
    }

    .\32xl\:focus\:text-opacity-30:focus {
        --tw-text-opacity: 0.3;
    }

    .\32xl\:focus\:text-opacity-40:focus {
        --tw-text-opacity: 0.4;
    }

    .\32xl\:focus\:text-opacity-50:focus {
        --tw-text-opacity: 0.5;
    }

    .\32xl\:focus\:text-opacity-60:focus {
        --tw-text-opacity: 0.6;
    }

    .\32xl\:focus\:text-opacity-70:focus {
        --tw-text-opacity: 0.7;
    }

    .\32xl\:focus\:text-opacity-75:focus {
        --tw-text-opacity: 0.75;
    }

    .\32xl\:focus\:text-opacity-80:focus {
        --tw-text-opacity: 0.8;
    }

    .\32xl\:focus\:text-opacity-90:focus {
        --tw-text-opacity: 0.9;
    }

    .\32xl\:focus\:text-opacity-95:focus {
        --tw-text-opacity: 0.95;
    }

    .\32xl\:focus\:text-opacity-100:focus {
        --tw-text-opacity: 1;
    }

    .\32xl\:underline {
        text-decoration: underline;
    }

    .\32xl\:line-through {
        text-decoration: line-through;
    }

    .\32xl\:no-underline {
        text-decoration: none;
    }

    .group:hover .\32xl\:group-hover\:underline {
        text-decoration: underline;
    }

    .group:hover .\32xl\:group-hover\:line-through {
        text-decoration: line-through;
    }

    .group:hover .\32xl\:group-hover\:no-underline {
        text-decoration: none;
    }

    .\32xl\:focus-within\:underline:focus-within {
        text-decoration: underline;
    }

    .\32xl\:focus-within\:line-through:focus-within {
        text-decoration: line-through;
    }

    .\32xl\:focus-within\:no-underline:focus-within {
        text-decoration: none;
    }

    .\32xl\:hover\:underline:hover {
        text-decoration: underline;
    }

    .\32xl\:hover\:line-through:hover {
        text-decoration: line-through;
    }

    .\32xl\:hover\:no-underline:hover {
        text-decoration: none;
    }

    .\32xl\:focus\:underline:focus {
        text-decoration: underline;
    }

    .\32xl\:focus\:line-through:focus {
        text-decoration: line-through;
    }

    .\32xl\:focus\:no-underline:focus {
        text-decoration: none;
    }

    .\32xl\:antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .\32xl\:subpixel-antialiased {
        -webkit-font-smoothing: auto;
        -moz-osx-font-smoothing: auto;
    }

    .\32xl\:placeholder-transparent::-moz-placeholder {
        color: transparent;
    }

    .\32xl\:placeholder-transparent:-ms-input-placeholder {
        color: transparent;
    }

    .\32xl\:placeholder-transparent::placeholder {
        color: transparent;
    }

    .\32xl\:placeholder-current::-moz-placeholder {
        color: currentColor;
    }

    .\32xl\:placeholder-current:-ms-input-placeholder {
        color: currentColor;
    }

    .\32xl\:placeholder-current::placeholder {
        color: currentColor;
    }

    .\32xl\:placeholder-black::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-black:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-black::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-white::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-white:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-white::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-gray-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-gray-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-gray-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-gray-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-gray-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-gray-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-gray-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-gray-200:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-gray-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-gray-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-gray-300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-gray-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-gray-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-gray-400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-gray-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-gray-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-gray-500:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-gray-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-gray-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-gray-600:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-gray-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-gray-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-gray-700:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-gray-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-gray-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-gray-800:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-gray-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-gray-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-gray-900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-gray-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-red-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-red-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-red-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-red-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-red-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-red-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-red-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-red-200:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-red-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-red-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-red-300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-red-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-red-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-red-400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-red-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-red-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-red-500:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-red-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-red-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-red-600:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-red-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-red-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-red-700:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-red-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-red-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-red-800:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-red-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-red-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-red-900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-red-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-yellow::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-yellow:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-yellow::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-indigo-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-indigo-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-indigo-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-indigo-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-indigo-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-indigo-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-indigo-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-indigo-200:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-indigo-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-indigo-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-indigo-300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-indigo-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-indigo-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-indigo-400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-indigo-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-indigo-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-indigo-500:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-indigo-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-indigo-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-indigo-600:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-indigo-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-indigo-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-indigo-700:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-indigo-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-indigo-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-indigo-800:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-indigo-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-indigo-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-indigo-900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-indigo-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-purple::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-purple:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-purple::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-pink::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-pink:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-pink::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-primary::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-primary:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-primary::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-secondary::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-secondary:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-secondary::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-body_bg::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-body_bg:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-body_bg::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-body_text::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-body_text:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-body_text::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-title::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-title:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-title::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-dark_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-dark_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-dark_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-light_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-light_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-light_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-medium_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-medium_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-medium_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-lightten_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-lightten_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-lightten_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-grey_300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-grey_300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-grey_300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-grey_400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-grey_400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-grey_400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-medium_blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-medium_blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-medium_blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-dark_blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-dark_blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-dark_blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-text_blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-text_blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-text_blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-footer_bg::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-footer_bg:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-footer_bg::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-brown::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-brown:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-brown::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-dark_brown::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-dark_brown:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-dark_brown::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-Light_purple::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-Light_purple:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-Light_purple::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-dark_green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-dark_green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-dark_green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-medium_green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-medium_green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-medium_green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-light_green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-light_green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-light_green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-green_900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-green_900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-green_900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-dark_border::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-dark_border:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-dark_border::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-transparent:focus::-moz-placeholder {
        color: transparent;
    }

    .\32xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
        color: transparent;
    }

    .\32xl\:focus\:placeholder-transparent:focus::placeholder {
        color: transparent;
    }

    .\32xl\:focus\:placeholder-current:focus::-moz-placeholder {
        color: currentColor;
    }

    .\32xl\:focus\:placeholder-current:focus:-ms-input-placeholder {
        color: currentColor;
    }

    .\32xl\:focus\:placeholder-current:focus::placeholder {
        color: currentColor;
    }

    .\32xl\:focus\:placeholder-black:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-black:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-black:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-white:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-white:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-white:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-gray-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-gray-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-gray-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-gray-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-gray-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-gray-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-gray-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-gray-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-gray-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-gray-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-gray-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-gray-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-gray-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-gray-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-gray-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-gray-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-gray-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-gray-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-gray-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-gray-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-gray-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-red-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-red-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-red-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-red-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-red-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-red-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-red-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-red-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-red-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-red-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-red-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-red-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-red-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-red-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-red-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-red-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-red-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-red-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-red-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-red-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-red-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-yellow:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-yellow:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-indigo-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-indigo-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-indigo-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-indigo-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-indigo-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-indigo-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-indigo-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-indigo-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-indigo-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-indigo-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-purple:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-purple:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-purple:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-pink:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-pink:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-pink:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-primary:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-primary:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-primary:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-secondary:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-secondary:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-secondary:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-body_bg:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-body_bg:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-body_bg:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-body_text:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-body_text:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-body_text:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-title:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-title:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-title:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-dark_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-dark_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-dark_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-light_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-light_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-light_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-medium_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-medium_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-medium_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-lightten_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-lightten_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-lightten_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-grey_300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-grey_300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-grey_300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-grey_400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-grey_400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-grey_400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-medium_blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-medium_blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-medium_blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-dark_blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-dark_blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-dark_blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-text_blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-text_blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-text_blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-footer_bg:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-footer_bg:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-footer_bg:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-brown:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-brown:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-brown:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-dark_brown:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-dark_brown:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-dark_brown:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-Light_purple:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-Light_purple:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-Light_purple:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-dark_green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-dark_green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-dark_green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-medium_green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-medium_green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-medium_green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-light_green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-light_green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-light_green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-green_900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-green_900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-green_900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-dark_border:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-dark_border:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .\32xl\:focus\:placeholder-dark_border:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .\32xl\:placeholder-opacity-0::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .\32xl\:placeholder-opacity-0:-ms-input-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .\32xl\:placeholder-opacity-0::placeholder {
        --tw-placeholder-opacity: 0;
    }

    .\32xl\:placeholder-opacity-5::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .\32xl\:placeholder-opacity-5:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .\32xl\:placeholder-opacity-5::placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .\32xl\:placeholder-opacity-10::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .\32xl\:placeholder-opacity-10:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .\32xl\:placeholder-opacity-10::placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .\32xl\:placeholder-opacity-20::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .\32xl\:placeholder-opacity-20:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .\32xl\:placeholder-opacity-20::placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .\32xl\:placeholder-opacity-25::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .\32xl\:placeholder-opacity-25:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .\32xl\:placeholder-opacity-25::placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .\32xl\:placeholder-opacity-30::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .\32xl\:placeholder-opacity-30:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .\32xl\:placeholder-opacity-30::placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .\32xl\:placeholder-opacity-40::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .\32xl\:placeholder-opacity-40:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .\32xl\:placeholder-opacity-40::placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .\32xl\:placeholder-opacity-50::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .\32xl\:placeholder-opacity-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .\32xl\:placeholder-opacity-50::placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .\32xl\:placeholder-opacity-60::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .\32xl\:placeholder-opacity-60:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .\32xl\:placeholder-opacity-60::placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .\32xl\:placeholder-opacity-70::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .\32xl\:placeholder-opacity-70:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .\32xl\:placeholder-opacity-70::placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .\32xl\:placeholder-opacity-75::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .\32xl\:placeholder-opacity-75:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .\32xl\:placeholder-opacity-75::placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .\32xl\:placeholder-opacity-80::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .\32xl\:placeholder-opacity-80:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .\32xl\:placeholder-opacity-80::placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .\32xl\:placeholder-opacity-90::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .\32xl\:placeholder-opacity-90:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .\32xl\:placeholder-opacity-90::placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .\32xl\:placeholder-opacity-95::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .\32xl\:placeholder-opacity-95:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .\32xl\:placeholder-opacity-95::placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .\32xl\:placeholder-opacity-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .\32xl\:placeholder-opacity-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .\32xl\:placeholder-opacity-100::placeholder {
        --tw-placeholder-opacity: 1;
    }

    .\32xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .\32xl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .\32xl\:focus\:placeholder-opacity-0:focus::placeholder {
        --tw-placeholder-opacity: 0;
    }

    .\32xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .\32xl\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .\32xl\:focus\:placeholder-opacity-5:focus::placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .\32xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .\32xl\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .\32xl\:focus\:placeholder-opacity-10:focus::placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .\32xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .\32xl\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .\32xl\:focus\:placeholder-opacity-20:focus::placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .\32xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .\32xl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .\32xl\:focus\:placeholder-opacity-25:focus::placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .\32xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .\32xl\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .\32xl\:focus\:placeholder-opacity-30:focus::placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .\32xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .\32xl\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .\32xl\:focus\:placeholder-opacity-40:focus::placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .\32xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .\32xl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .\32xl\:focus\:placeholder-opacity-50:focus::placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .\32xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .\32xl\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .\32xl\:focus\:placeholder-opacity-60:focus::placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .\32xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .\32xl\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .\32xl\:focus\:placeholder-opacity-70:focus::placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .\32xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .\32xl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .\32xl\:focus\:placeholder-opacity-75:focus::placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .\32xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .\32xl\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .\32xl\:focus\:placeholder-opacity-80:focus::placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .\32xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .\32xl\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .\32xl\:focus\:placeholder-opacity-90:focus::placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .\32xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .\32xl\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .\32xl\:focus\:placeholder-opacity-95:focus::placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .\32xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .\32xl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .\32xl\:focus\:placeholder-opacity-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
    }

    .\32xl\:opacity-0 {
        opacity: 0;
    }

    .\32xl\:opacity-5 {
        opacity: 0.05;
    }

    .\32xl\:opacity-10 {
        opacity: 0.1;
    }

    .\32xl\:opacity-20 {
        opacity: 0.2;
    }

    .\32xl\:opacity-25 {
        opacity: 0.25;
    }

    .\32xl\:opacity-30 {
        opacity: 0.3;
    }

    .\32xl\:opacity-40 {
        opacity: 0.4;
    }

    .\32xl\:opacity-50 {
        opacity: 0.5;
    }

    .\32xl\:opacity-60 {
        opacity: 0.6;
    }

    .\32xl\:opacity-70 {
        opacity: 0.7;
    }

    .\32xl\:opacity-75 {
        opacity: 0.75;
    }

    .\32xl\:opacity-80 {
        opacity: 0.8;
    }

    .\32xl\:opacity-90 {
        opacity: 0.9;
    }

    .\32xl\:opacity-95 {
        opacity: 0.95;
    }

    .\32xl\:opacity-100 {
        opacity: 1;
    }

    .group:hover .\32xl\:group-hover\:opacity-0 {
        opacity: 0;
    }

    .group:hover .\32xl\:group-hover\:opacity-5 {
        opacity: 0.05;
    }

    .group:hover .\32xl\:group-hover\:opacity-10 {
        opacity: 0.1;
    }

    .group:hover .\32xl\:group-hover\:opacity-20 {
        opacity: 0.2;
    }

    .group:hover .\32xl\:group-hover\:opacity-25 {
        opacity: 0.25;
    }

    .group:hover .\32xl\:group-hover\:opacity-30 {
        opacity: 0.3;
    }

    .group:hover .\32xl\:group-hover\:opacity-40 {
        opacity: 0.4;
    }

    .group:hover .\32xl\:group-hover\:opacity-50 {
        opacity: 0.5;
    }

    .group:hover .\32xl\:group-hover\:opacity-60 {
        opacity: 0.6;
    }

    .group:hover .\32xl\:group-hover\:opacity-70 {
        opacity: 0.7;
    }

    .group:hover .\32xl\:group-hover\:opacity-75 {
        opacity: 0.75;
    }

    .group:hover .\32xl\:group-hover\:opacity-80 {
        opacity: 0.8;
    }

    .group:hover .\32xl\:group-hover\:opacity-90 {
        opacity: 0.9;
    }

    .group:hover .\32xl\:group-hover\:opacity-95 {
        opacity: 0.95;
    }

    .group:hover .\32xl\:group-hover\:opacity-100 {
        opacity: 1;
    }

    .\32xl\:focus-within\:opacity-0:focus-within {
        opacity: 0;
    }

    .\32xl\:focus-within\:opacity-5:focus-within {
        opacity: 0.05;
    }

    .\32xl\:focus-within\:opacity-10:focus-within {
        opacity: 0.1;
    }

    .\32xl\:focus-within\:opacity-20:focus-within {
        opacity: 0.2;
    }

    .\32xl\:focus-within\:opacity-25:focus-within {
        opacity: 0.25;
    }

    .\32xl\:focus-within\:opacity-30:focus-within {
        opacity: 0.3;
    }

    .\32xl\:focus-within\:opacity-40:focus-within {
        opacity: 0.4;
    }

    .\32xl\:focus-within\:opacity-50:focus-within {
        opacity: 0.5;
    }

    .\32xl\:focus-within\:opacity-60:focus-within {
        opacity: 0.6;
    }

    .\32xl\:focus-within\:opacity-70:focus-within {
        opacity: 0.7;
    }

    .\32xl\:focus-within\:opacity-75:focus-within {
        opacity: 0.75;
    }

    .\32xl\:focus-within\:opacity-80:focus-within {
        opacity: 0.8;
    }

    .\32xl\:focus-within\:opacity-90:focus-within {
        opacity: 0.9;
    }

    .\32xl\:focus-within\:opacity-95:focus-within {
        opacity: 0.95;
    }

    .\32xl\:focus-within\:opacity-100:focus-within {
        opacity: 1;
    }

    .\32xl\:hover\:opacity-0:hover {
        opacity: 0;
    }

    .\32xl\:hover\:opacity-5:hover {
        opacity: 0.05;
    }

    .\32xl\:hover\:opacity-10:hover {
        opacity: 0.1;
    }

    .\32xl\:hover\:opacity-20:hover {
        opacity: 0.2;
    }

    .\32xl\:hover\:opacity-25:hover {
        opacity: 0.25;
    }

    .\32xl\:hover\:opacity-30:hover {
        opacity: 0.3;
    }

    .\32xl\:hover\:opacity-40:hover {
        opacity: 0.4;
    }

    .\32xl\:hover\:opacity-50:hover {
        opacity: 0.5;
    }

    .\32xl\:hover\:opacity-60:hover {
        opacity: 0.6;
    }

    .\32xl\:hover\:opacity-70:hover {
        opacity: 0.7;
    }

    .\32xl\:hover\:opacity-75:hover {
        opacity: 0.75;
    }

    .\32xl\:hover\:opacity-80:hover {
        opacity: 0.8;
    }

    .\32xl\:hover\:opacity-90:hover {
        opacity: 0.9;
    }

    .\32xl\:hover\:opacity-95:hover {
        opacity: 0.95;
    }

    .\32xl\:hover\:opacity-100:hover {
        opacity: 1;
    }

    .\32xl\:focus\:opacity-0:focus {
        opacity: 0;
    }

    .\32xl\:focus\:opacity-5:focus {
        opacity: 0.05;
    }

    .\32xl\:focus\:opacity-10:focus {
        opacity: 0.1;
    }

    .\32xl\:focus\:opacity-20:focus {
        opacity: 0.2;
    }

    .\32xl\:focus\:opacity-25:focus {
        opacity: 0.25;
    }

    .\32xl\:focus\:opacity-30:focus {
        opacity: 0.3;
    }

    .\32xl\:focus\:opacity-40:focus {
        opacity: 0.4;
    }

    .\32xl\:focus\:opacity-50:focus {
        opacity: 0.5;
    }

    .\32xl\:focus\:opacity-60:focus {
        opacity: 0.6;
    }

    .\32xl\:focus\:opacity-70:focus {
        opacity: 0.7;
    }

    .\32xl\:focus\:opacity-75:focus {
        opacity: 0.75;
    }

    .\32xl\:focus\:opacity-80:focus {
        opacity: 0.8;
    }

    .\32xl\:focus\:opacity-90:focus {
        opacity: 0.9;
    }

    .\32xl\:focus\:opacity-95:focus {
        opacity: 0.95;
    }

    .\32xl\:focus\:opacity-100:focus {
        opacity: 1;
    }

    .\32xl\:bg-blend-normal {
        background-blend-mode: normal;
    }

    .\32xl\:bg-blend-multiply {
        background-blend-mode: multiply;
    }

    .\32xl\:bg-blend-screen {
        background-blend-mode: screen;
    }

    .\32xl\:bg-blend-overlay {
        background-blend-mode: overlay;
    }

    .\32xl\:bg-blend-darken {
        background-blend-mode: darken;
    }

    .\32xl\:bg-blend-lighten {
        background-blend-mode: lighten;
    }

    .\32xl\:bg-blend-color-dodge {
        background-blend-mode: color-dodge;
    }

    .\32xl\:bg-blend-color-burn {
        background-blend-mode: color-burn;
    }

    .\32xl\:bg-blend-hard-light {
        background-blend-mode: hard-light;
    }

    .\32xl\:bg-blend-soft-light {
        background-blend-mode: soft-light;
    }

    .\32xl\:bg-blend-difference {
        background-blend-mode: difference;
    }

    .\32xl\:bg-blend-exclusion {
        background-blend-mode: exclusion;
    }

    .\32xl\:bg-blend-hue {
        background-blend-mode: hue;
    }

    .\32xl\:bg-blend-saturation {
        background-blend-mode: saturation;
    }

    .\32xl\:bg-blend-color {
        background-blend-mode: color;
    }

    .\32xl\:bg-blend-luminosity {
        background-blend-mode: luminosity;
    }

    .\32xl\:mix-blend-normal {
        mix-blend-mode: normal;
    }

    .\32xl\:mix-blend-multiply {
        mix-blend-mode: multiply;
    }

    .\32xl\:mix-blend-screen {
        mix-blend-mode: screen;
    }

    .\32xl\:mix-blend-overlay {
        mix-blend-mode: overlay;
    }

    .\32xl\:mix-blend-darken {
        mix-blend-mode: darken;
    }

    .\32xl\:mix-blend-lighten {
        mix-blend-mode: lighten;
    }

    .\32xl\:mix-blend-color-dodge {
        mix-blend-mode: color-dodge;
    }

    .\32xl\:mix-blend-color-burn {
        mix-blend-mode: color-burn;
    }

    .\32xl\:mix-blend-hard-light {
        mix-blend-mode: hard-light;
    }

    .\32xl\:mix-blend-soft-light {
        mix-blend-mode: soft-light;
    }

    .\32xl\:mix-blend-difference {
        mix-blend-mode: difference;
    }

    .\32xl\:mix-blend-exclusion {
        mix-blend-mode: exclusion;
    }

    .\32xl\:mix-blend-hue {
        mix-blend-mode: hue;
    }

    .\32xl\:mix-blend-saturation {
        mix-blend-mode: saturation;
    }

    .\32xl\:mix-blend-color {
        mix-blend-mode: color;
    }

    .\32xl\:mix-blend-luminosity {
        mix-blend-mode: luminosity;
    }

    .\32xl\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .\32xl\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .\32xl\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .\32xl\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .\32xl\:shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .\32xl\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .\32xl\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .\32xl\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .\32xl\:group-hover\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .\32xl\:group-hover\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .\32xl\:group-hover\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .\32xl\:group-hover\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .\32xl\:group-hover\:shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .\32xl\:group-hover\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .\32xl\:group-hover\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .\32xl\:group-hover\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .\32xl\:focus-within\:shadow-sm:focus-within {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .\32xl\:focus-within\:shadow:focus-within {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .\32xl\:focus-within\:shadow-md:focus-within {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .\32xl\:focus-within\:shadow-lg:focus-within {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .\32xl\:focus-within\:shadow-xl:focus-within {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .\32xl\:focus-within\:shadow-2xl:focus-within {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .\32xl\:focus-within\:shadow-inner:focus-within {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .\32xl\:focus-within\:shadow-none:focus-within {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .\32xl\:hover\:shadow-sm:hover {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .\32xl\:hover\:shadow:hover {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .\32xl\:hover\:shadow-md:hover {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .\32xl\:hover\:shadow-lg:hover {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .\32xl\:hover\:shadow-xl:hover {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .\32xl\:hover\:shadow-2xl:hover {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .\32xl\:hover\:shadow-inner:hover {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .\32xl\:hover\:shadow-none:hover {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .\32xl\:focus\:shadow-sm:focus {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .\32xl\:focus\:shadow:focus {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .\32xl\:focus\:shadow-md:focus {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .\32xl\:focus\:shadow-lg:focus {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .\32xl\:focus\:shadow-xl:focus {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .\32xl\:focus\:shadow-2xl:focus {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .\32xl\:focus\:shadow-inner:focus {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .\32xl\:focus\:shadow-none:focus {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .\32xl\:outline-none {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .\32xl\:outline-white {
        outline: 2px dotted white;
        outline-offset: 2px;
    }

    .\32xl\:outline-black {
        outline: 2px dotted black;
        outline-offset: 2px;
    }

    .\32xl\:focus-within\:outline-none:focus-within {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .\32xl\:focus-within\:outline-white:focus-within {
        outline: 2px dotted white;
        outline-offset: 2px;
    }

    .\32xl\:focus-within\:outline-black:focus-within {
        outline: 2px dotted black;
        outline-offset: 2px;
    }

    .\32xl\:focus\:outline-none:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .\32xl\:focus\:outline-white:focus {
        outline: 2px dotted white;
        outline-offset: 2px;
    }

    .\32xl\:focus\:outline-black:focus {
        outline: 2px dotted black;
        outline-offset: 2px;
    }

    .\32xl\:ring-0 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .\32xl\:ring-1 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .\32xl\:ring-2 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .\32xl\:ring-4 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .\32xl\:ring-8 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .\32xl\:ring {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .\32xl\:focus-within\:ring-0:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .\32xl\:focus-within\:ring-1:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .\32xl\:focus-within\:ring-2:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .\32xl\:focus-within\:ring-4:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .\32xl\:focus-within\:ring-8:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .\32xl\:focus-within\:ring:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .\32xl\:focus\:ring-0:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .\32xl\:focus\:ring-1:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .\32xl\:focus\:ring-2:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .\32xl\:focus\:ring-4:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .\32xl\:focus\:ring-8:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .\32xl\:focus\:ring:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .\32xl\:ring-inset {
        --tw-ring-inset: inset;
    }

    .\32xl\:focus-within\:ring-inset:focus-within {
        --tw-ring-inset: inset;
    }

    .\32xl\:focus\:ring-inset:focus {
        --tw-ring-inset: inset;
    }

    .\32xl\:ring-transparent {
        --tw-ring-color: transparent;
    }

    .\32xl\:ring-current {
        --tw-ring-color: currentColor;
    }

    .\32xl\:ring-black {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }

    .\32xl\:ring-white {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .\32xl\:ring-gray-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }

    .\32xl\:ring-gray-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }

    .\32xl\:ring-gray-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }

    .\32xl\:ring-gray-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }

    .\32xl\:ring-gray-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }

    .\32xl\:ring-gray-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }

    .\32xl\:ring-gray-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }

    .\32xl\:ring-gray-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }

    .\32xl\:ring-gray-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }

    .\32xl\:ring-gray-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }

    .\32xl\:ring-red-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }

    .\32xl\:ring-red-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }

    .\32xl\:ring-red-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }

    .\32xl\:ring-red-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }

    .\32xl\:ring-red-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }

    .\32xl\:ring-red-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }

    .\32xl\:ring-red-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }

    .\32xl\:ring-red-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }

    .\32xl\:ring-red-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }

    .\32xl\:ring-red-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }

    .\32xl\:ring-yellow {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 145, 67, var(--tw-ring-opacity));
    }

    .\32xl\:ring-green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(123, 188, 0, var(--tw-ring-opacity));
    }

    .\32xl\:ring-blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 164, 220, var(--tw-ring-opacity));
    }

    .\32xl\:ring-indigo-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }

    .\32xl\:ring-indigo-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }

    .\32xl\:ring-indigo-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }

    .\32xl\:ring-indigo-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }

    .\32xl\:ring-indigo-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }

    .\32xl\:ring-indigo-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }

    .\32xl\:ring-indigo-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }

    .\32xl\:ring-indigo-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }

    .\32xl\:ring-indigo-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }

    .\32xl\:ring-indigo-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }

    .\32xl\:ring-purple {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(104, 71, 195, var(--tw-ring-opacity));
    }

    .\32xl\:ring-pink {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(133, 7, 55, var(--tw-ring-opacity));
    }

    .\32xl\:ring-primary {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 110, 110, var(--tw-ring-opacity));
    }

    .\32xl\:ring-secondary {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
    }

    .\32xl\:ring-body_bg {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .\32xl\:ring-body_text {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .\32xl\:ring-title {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .\32xl\:ring-grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(82, 74, 81, var(--tw-ring-opacity));
    }

    .\32xl\:ring-dark_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .\32xl\:ring-light_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .\32xl\:ring-medium_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(87, 81, 86, var(--tw-ring-opacity));
    }

    .\32xl\:ring-lightten_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(198, 198, 198, var(--tw-ring-opacity));
    }

    .\32xl\:ring-grey_300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
    }

    .\32xl\:ring-grey_400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .\32xl\:ring-medium_blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(69, 205, 252, var(--tw-ring-opacity));
    }

    .\32xl\:ring-dark_blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 128, 172, var(--tw-ring-opacity));
    }

    .\32xl\:ring-text_blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .\32xl\:ring-footer_bg {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
    }

    .\32xl\:ring-brown {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(128, 83, 0, var(--tw-ring-opacity));
    }

    .\32xl\:ring-dark_brown {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(135, 68, 51, var(--tw-ring-opacity));
    }

    .\32xl\:ring-Light_purple {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(101, 71, 155, var(--tw-ring-opacity));
    }

    .\32xl\:ring-dark_green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 155, 81, var(--tw-ring-opacity));
    }

    .\32xl\:ring-medium_green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 172, 43, var(--tw-ring-opacity));
    }

    .\32xl\:ring-light_green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(154, 203, 62, var(--tw-ring-opacity));
    }

    .\32xl\:ring-green_900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(57, 102, 118, var(--tw-ring-opacity));
    }

    .\32xl\:ring-dark_border {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-transparent:focus-within {
        --tw-ring-color: transparent;
    }

    .\32xl\:focus-within\:ring-current:focus-within {
        --tw-ring-color: currentColor;
    }

    .\32xl\:focus-within\:ring-black:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-white:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-gray-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-gray-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-gray-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-gray-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-gray-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-gray-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-gray-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-gray-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-gray-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-gray-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-red-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-red-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-red-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-red-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-red-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-red-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-red-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-red-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-red-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-red-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-yellow:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 145, 67, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(123, 188, 0, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 164, 220, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-indigo-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-indigo-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-indigo-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-indigo-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-indigo-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-indigo-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-indigo-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-indigo-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-indigo-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-indigo-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-purple:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(104, 71, 195, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-pink:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(133, 7, 55, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-primary:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 110, 110, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-secondary:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-body_bg:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-body_text:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-title:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(82, 74, 81, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-dark_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-light_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-medium_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(87, 81, 86, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-lightten_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(198, 198, 198, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-grey_300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-grey_400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-medium_blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(69, 205, 252, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-dark_blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 128, 172, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-text_blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-footer_bg:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-brown:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(128, 83, 0, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-dark_brown:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(135, 68, 51, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-Light_purple:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(101, 71, 155, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-dark_green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 155, 81, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-medium_green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 172, 43, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-light_green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(154, 203, 62, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-green_900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(57, 102, 118, var(--tw-ring-opacity));
    }

    .\32xl\:focus-within\:ring-dark_border:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-transparent:focus {
        --tw-ring-color: transparent;
    }

    .\32xl\:focus\:ring-current:focus {
        --tw-ring-color: currentColor;
    }

    .\32xl\:focus\:ring-black:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-white:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-gray-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-gray-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-gray-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-gray-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-gray-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-gray-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-gray-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-gray-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-gray-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-gray-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-red-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-red-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-red-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-red-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-red-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-red-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-red-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-red-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-red-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-red-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-yellow:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 145, 67, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(123, 188, 0, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 164, 220, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-indigo-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-indigo-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-indigo-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-indigo-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-indigo-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-indigo-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-indigo-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-indigo-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-indigo-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-indigo-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-purple:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(104, 71, 195, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-pink:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(133, 7, 55, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-primary:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 110, 110, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-secondary:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-body_bg:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-body_text:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-title:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(82, 74, 81, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-dark_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-light_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-medium_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(87, 81, 86, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-lightten_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(198, 198, 198, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-grey_300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-grey_400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-medium_blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(69, 205, 252, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-dark_blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 128, 172, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-text_blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-footer_bg:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-brown:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(128, 83, 0, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-dark_brown:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(135, 68, 51, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-Light_purple:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(101, 71, 155, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-dark_green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 155, 81, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-medium_green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 172, 43, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-light_green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(154, 203, 62, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-green_900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(57, 102, 118, var(--tw-ring-opacity));
    }

    .\32xl\:focus\:ring-dark_border:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity));
    }

    .\32xl\:ring-opacity-0 {
        --tw-ring-opacity: 0;
    }

    .\32xl\:ring-opacity-5 {
        --tw-ring-opacity: 0.05;
    }

    .\32xl\:ring-opacity-10 {
        --tw-ring-opacity: 0.1;
    }

    .\32xl\:ring-opacity-20 {
        --tw-ring-opacity: 0.2;
    }

    .\32xl\:ring-opacity-25 {
        --tw-ring-opacity: 0.25;
    }

    .\32xl\:ring-opacity-30 {
        --tw-ring-opacity: 0.3;
    }

    .\32xl\:ring-opacity-40 {
        --tw-ring-opacity: 0.4;
    }

    .\32xl\:ring-opacity-50 {
        --tw-ring-opacity: 0.5;
    }

    .\32xl\:ring-opacity-60 {
        --tw-ring-opacity: 0.6;
    }

    .\32xl\:ring-opacity-70 {
        --tw-ring-opacity: 0.7;
    }

    .\32xl\:ring-opacity-75 {
        --tw-ring-opacity: 0.75;
    }

    .\32xl\:ring-opacity-80 {
        --tw-ring-opacity: 0.8;
    }

    .\32xl\:ring-opacity-90 {
        --tw-ring-opacity: 0.9;
    }

    .\32xl\:ring-opacity-95 {
        --tw-ring-opacity: 0.95;
    }

    .\32xl\:ring-opacity-100 {
        --tw-ring-opacity: 1;
    }

    .\32xl\:focus-within\:ring-opacity-0:focus-within {
        --tw-ring-opacity: 0;
    }

    .\32xl\:focus-within\:ring-opacity-5:focus-within {
        --tw-ring-opacity: 0.05;
    }

    .\32xl\:focus-within\:ring-opacity-10:focus-within {
        --tw-ring-opacity: 0.1;
    }

    .\32xl\:focus-within\:ring-opacity-20:focus-within {
        --tw-ring-opacity: 0.2;
    }

    .\32xl\:focus-within\:ring-opacity-25:focus-within {
        --tw-ring-opacity: 0.25;
    }

    .\32xl\:focus-within\:ring-opacity-30:focus-within {
        --tw-ring-opacity: 0.3;
    }

    .\32xl\:focus-within\:ring-opacity-40:focus-within {
        --tw-ring-opacity: 0.4;
    }

    .\32xl\:focus-within\:ring-opacity-50:focus-within {
        --tw-ring-opacity: 0.5;
    }

    .\32xl\:focus-within\:ring-opacity-60:focus-within {
        --tw-ring-opacity: 0.6;
    }

    .\32xl\:focus-within\:ring-opacity-70:focus-within {
        --tw-ring-opacity: 0.7;
    }

    .\32xl\:focus-within\:ring-opacity-75:focus-within {
        --tw-ring-opacity: 0.75;
    }

    .\32xl\:focus-within\:ring-opacity-80:focus-within {
        --tw-ring-opacity: 0.8;
    }

    .\32xl\:focus-within\:ring-opacity-90:focus-within {
        --tw-ring-opacity: 0.9;
    }

    .\32xl\:focus-within\:ring-opacity-95:focus-within {
        --tw-ring-opacity: 0.95;
    }

    .\32xl\:focus-within\:ring-opacity-100:focus-within {
        --tw-ring-opacity: 1;
    }

    .\32xl\:focus\:ring-opacity-0:focus {
        --tw-ring-opacity: 0;
    }

    .\32xl\:focus\:ring-opacity-5:focus {
        --tw-ring-opacity: 0.05;
    }

    .\32xl\:focus\:ring-opacity-10:focus {
        --tw-ring-opacity: 0.1;
    }

    .\32xl\:focus\:ring-opacity-20:focus {
        --tw-ring-opacity: 0.2;
    }

    .\32xl\:focus\:ring-opacity-25:focus {
        --tw-ring-opacity: 0.25;
    }

    .\32xl\:focus\:ring-opacity-30:focus {
        --tw-ring-opacity: 0.3;
    }

    .\32xl\:focus\:ring-opacity-40:focus {
        --tw-ring-opacity: 0.4;
    }

    .\32xl\:focus\:ring-opacity-50:focus {
        --tw-ring-opacity: 0.5;
    }

    .\32xl\:focus\:ring-opacity-60:focus {
        --tw-ring-opacity: 0.6;
    }

    .\32xl\:focus\:ring-opacity-70:focus {
        --tw-ring-opacity: 0.7;
    }

    .\32xl\:focus\:ring-opacity-75:focus {
        --tw-ring-opacity: 0.75;
    }

    .\32xl\:focus\:ring-opacity-80:focus {
        --tw-ring-opacity: 0.8;
    }

    .\32xl\:focus\:ring-opacity-90:focus {
        --tw-ring-opacity: 0.9;
    }

    .\32xl\:focus\:ring-opacity-95:focus {
        --tw-ring-opacity: 0.95;
    }

    .\32xl\:focus\:ring-opacity-100:focus {
        --tw-ring-opacity: 1;
    }

    .\32xl\:ring-offset-0 {
        --tw-ring-offset-width: 0px;
    }

    .\32xl\:ring-offset-1 {
        --tw-ring-offset-width: 1px;
    }

    .\32xl\:ring-offset-2 {
        --tw-ring-offset-width: 2px;
    }

    .\32xl\:ring-offset-4 {
        --tw-ring-offset-width: 4px;
    }

    .\32xl\:ring-offset-8 {
        --tw-ring-offset-width: 8px;
    }

    .\32xl\:focus-within\:ring-offset-0:focus-within {
        --tw-ring-offset-width: 0px;
    }

    .\32xl\:focus-within\:ring-offset-1:focus-within {
        --tw-ring-offset-width: 1px;
    }

    .\32xl\:focus-within\:ring-offset-2:focus-within {
        --tw-ring-offset-width: 2px;
    }

    .\32xl\:focus-within\:ring-offset-4:focus-within {
        --tw-ring-offset-width: 4px;
    }

    .\32xl\:focus-within\:ring-offset-8:focus-within {
        --tw-ring-offset-width: 8px;
    }

    .\32xl\:focus\:ring-offset-0:focus {
        --tw-ring-offset-width: 0px;
    }

    .\32xl\:focus\:ring-offset-1:focus {
        --tw-ring-offset-width: 1px;
    }

    .\32xl\:focus\:ring-offset-2:focus {
        --tw-ring-offset-width: 2px;
    }

    .\32xl\:focus\:ring-offset-4:focus {
        --tw-ring-offset-width: 4px;
    }

    .\32xl\:focus\:ring-offset-8:focus {
        --tw-ring-offset-width: 8px;
    }

    .\32xl\:ring-offset-transparent {
        --tw-ring-offset-color: transparent;
    }

    .\32xl\:ring-offset-current {
        --tw-ring-offset-color: currentColor;
    }

    .\32xl\:ring-offset-black {
        --tw-ring-offset-color: #000;
    }

    .\32xl\:ring-offset-white {
        --tw-ring-offset-color: #fff;
    }

    .\32xl\:ring-offset-gray-50 {
        --tw-ring-offset-color: #f9fafb;
    }

    .\32xl\:ring-offset-gray-100 {
        --tw-ring-offset-color: #f3f4f6;
    }

    .\32xl\:ring-offset-gray-200 {
        --tw-ring-offset-color: #e5e7eb;
    }

    .\32xl\:ring-offset-gray-300 {
        --tw-ring-offset-color: #d1d5db;
    }

    .\32xl\:ring-offset-gray-400 {
        --tw-ring-offset-color: #9ca3af;
    }

    .\32xl\:ring-offset-gray-500 {
        --tw-ring-offset-color: #6b7280;
    }

    .\32xl\:ring-offset-gray-600 {
        --tw-ring-offset-color: #4b5563;
    }

    .\32xl\:ring-offset-gray-700 {
        --tw-ring-offset-color: #374151;
    }

    .\32xl\:ring-offset-gray-800 {
        --tw-ring-offset-color: #1f2937;
    }

    .\32xl\:ring-offset-gray-900 {
        --tw-ring-offset-color: #111827;
    }

    .\32xl\:ring-offset-red-50 {
        --tw-ring-offset-color: #fef2f2;
    }

    .\32xl\:ring-offset-red-100 {
        --tw-ring-offset-color: #fee2e2;
    }

    .\32xl\:ring-offset-red-200 {
        --tw-ring-offset-color: #fecaca;
    }

    .\32xl\:ring-offset-red-300 {
        --tw-ring-offset-color: #fca5a5;
    }

    .\32xl\:ring-offset-red-400 {
        --tw-ring-offset-color: #f87171;
    }

    .\32xl\:ring-offset-red-500 {
        --tw-ring-offset-color: #ef4444;
    }

    .\32xl\:ring-offset-red-600 {
        --tw-ring-offset-color: #dc2626;
    }

    .\32xl\:ring-offset-red-700 {
        --tw-ring-offset-color: #b91c1c;
    }

    .\32xl\:ring-offset-red-800 {
        --tw-ring-offset-color: #991b1b;
    }

    .\32xl\:ring-offset-red-900 {
        --tw-ring-offset-color: #7f1d1d;
    }

    .\32xl\:ring-offset-yellow {
        --tw-ring-offset-color: #ed9143;
    }

    .\32xl\:ring-offset-green {
        --tw-ring-offset-color: #7bbc00;
    }

    .\32xl\:ring-offset-blue {
        --tw-ring-offset-color: #5ba4dc;
    }

    .\32xl\:ring-offset-indigo-50 {
        --tw-ring-offset-color: #eef2ff;
    }

    .\32xl\:ring-offset-indigo-100 {
        --tw-ring-offset-color: #e0e7ff;
    }

    .\32xl\:ring-offset-indigo-200 {
        --tw-ring-offset-color: #c7d2fe;
    }

    .\32xl\:ring-offset-indigo-300 {
        --tw-ring-offset-color: #a5b4fc;
    }

    .\32xl\:ring-offset-indigo-400 {
        --tw-ring-offset-color: #818cf8;
    }

    .\32xl\:ring-offset-indigo-500 {
        --tw-ring-offset-color: #6366f1;
    }

    .\32xl\:ring-offset-indigo-600 {
        --tw-ring-offset-color: #4f46e5;
    }

    .\32xl\:ring-offset-indigo-700 {
        --tw-ring-offset-color: #4338ca;
    }

    .\32xl\:ring-offset-indigo-800 {
        --tw-ring-offset-color: #3730a3;
    }

    .\32xl\:ring-offset-indigo-900 {
        --tw-ring-offset-color: #312e81;
    }

    .\32xl\:ring-offset-purple {
        --tw-ring-offset-color: #6847c3;
    }

    .\32xl\:ring-offset-pink {
        --tw-ring-offset-color: #850737;
    }

    .\32xl\:ring-offset-primary {
        --tw-ring-offset-color: #6E6E6E;
    }

    .\32xl\:ring-offset-secondary {
        --tw-ring-offset-color: #ededed;
    }

    .\32xl\:ring-offset-body_bg {
        --tw-ring-offset-color: #ffffff;
    }

    .\32xl\:ring-offset-body_text {
        --tw-ring-offset-color: #4a4349;
    }

    .\32xl\:ring-offset-title {
        --tw-ring-offset-color: #3fb2cf;
    }

    .\32xl\:ring-offset-grey {
        --tw-ring-offset-color: #524A51;
    }

    .\32xl\:ring-offset-dark_grey {
        --tw-ring-offset-color: #4a4349;
    }

    .\32xl\:ring-offset-light_grey {
        --tw-ring-offset-color: #B7B7B7;
    }

    .\32xl\:ring-offset-medium_grey {
        --tw-ring-offset-color: #575156;
    }

    .\32xl\:ring-offset-lightten_grey {
        --tw-ring-offset-color: #C6C6C6;
    }

    .\32xl\:ring-offset-grey_300 {
        --tw-ring-offset-color: #d3d3d3;
    }

    .\32xl\:ring-offset-grey_400 {
        --tw-ring-offset-color: #b7b7b7;
    }

    .\32xl\:ring-offset-medium_blue {
        --tw-ring-offset-color: #45cdfc;
    }

    .\32xl\:ring-offset-dark_blue {
        --tw-ring-offset-color: #0080ac;
    }

    .\32xl\:ring-offset-text_blue {
        --tw-ring-offset-color: #3FB2CF;
    }

    .\32xl\:ring-offset-footer_bg {
        --tw-ring-offset-color: #464646;
    }

    .\32xl\:ring-offset-brown {
        --tw-ring-offset-color: #805300;
    }

    .\32xl\:ring-offset-dark_brown {
        --tw-ring-offset-color: #874433;
    }

    .\32xl\:ring-offset-Light_purple {
        --tw-ring-offset-color: #65479b;
    }

    .\32xl\:ring-offset-dark_green {
        --tw-ring-offset-color: #479b51;
    }

    .\32xl\:ring-offset-medium_green {
        --tw-ring-offset-color: #3aac2b;
    }

    .\32xl\:ring-offset-light_green {
        --tw-ring-offset-color: #9acb3e;
    }

    .\32xl\:ring-offset-green_900 {
        --tw-ring-offset-color: #396676;
    }

    .\32xl\:ring-offset-dark_border {
        --tw-ring-offset-color: #707070;
    }

    .\32xl\:focus-within\:ring-offset-transparent:focus-within {
        --tw-ring-offset-color: transparent;
    }

    .\32xl\:focus-within\:ring-offset-current:focus-within {
        --tw-ring-offset-color: currentColor;
    }

    .\32xl\:focus-within\:ring-offset-black:focus-within {
        --tw-ring-offset-color: #000;
    }

    .\32xl\:focus-within\:ring-offset-white:focus-within {
        --tw-ring-offset-color: #fff;
    }

    .\32xl\:focus-within\:ring-offset-gray-50:focus-within {
        --tw-ring-offset-color: #f9fafb;
    }

    .\32xl\:focus-within\:ring-offset-gray-100:focus-within {
        --tw-ring-offset-color: #f3f4f6;
    }

    .\32xl\:focus-within\:ring-offset-gray-200:focus-within {
        --tw-ring-offset-color: #e5e7eb;
    }

    .\32xl\:focus-within\:ring-offset-gray-300:focus-within {
        --tw-ring-offset-color: #d1d5db;
    }

    .\32xl\:focus-within\:ring-offset-gray-400:focus-within {
        --tw-ring-offset-color: #9ca3af;
    }

    .\32xl\:focus-within\:ring-offset-gray-500:focus-within {
        --tw-ring-offset-color: #6b7280;
    }

    .\32xl\:focus-within\:ring-offset-gray-600:focus-within {
        --tw-ring-offset-color: #4b5563;
    }

    .\32xl\:focus-within\:ring-offset-gray-700:focus-within {
        --tw-ring-offset-color: #374151;
    }

    .\32xl\:focus-within\:ring-offset-gray-800:focus-within {
        --tw-ring-offset-color: #1f2937;
    }

    .\32xl\:focus-within\:ring-offset-gray-900:focus-within {
        --tw-ring-offset-color: #111827;
    }

    .\32xl\:focus-within\:ring-offset-red-50:focus-within {
        --tw-ring-offset-color: #fef2f2;
    }

    .\32xl\:focus-within\:ring-offset-red-100:focus-within {
        --tw-ring-offset-color: #fee2e2;
    }

    .\32xl\:focus-within\:ring-offset-red-200:focus-within {
        --tw-ring-offset-color: #fecaca;
    }

    .\32xl\:focus-within\:ring-offset-red-300:focus-within {
        --tw-ring-offset-color: #fca5a5;
    }

    .\32xl\:focus-within\:ring-offset-red-400:focus-within {
        --tw-ring-offset-color: #f87171;
    }

    .\32xl\:focus-within\:ring-offset-red-500:focus-within {
        --tw-ring-offset-color: #ef4444;
    }

    .\32xl\:focus-within\:ring-offset-red-600:focus-within {
        --tw-ring-offset-color: #dc2626;
    }

    .\32xl\:focus-within\:ring-offset-red-700:focus-within {
        --tw-ring-offset-color: #b91c1c;
    }

    .\32xl\:focus-within\:ring-offset-red-800:focus-within {
        --tw-ring-offset-color: #991b1b;
    }

    .\32xl\:focus-within\:ring-offset-red-900:focus-within {
        --tw-ring-offset-color: #7f1d1d;
    }

    .\32xl\:focus-within\:ring-offset-yellow:focus-within {
        --tw-ring-offset-color: #ed9143;
    }

    .\32xl\:focus-within\:ring-offset-green:focus-within {
        --tw-ring-offset-color: #7bbc00;
    }

    .\32xl\:focus-within\:ring-offset-blue:focus-within {
        --tw-ring-offset-color: #5ba4dc;
    }

    .\32xl\:focus-within\:ring-offset-indigo-50:focus-within {
        --tw-ring-offset-color: #eef2ff;
    }

    .\32xl\:focus-within\:ring-offset-indigo-100:focus-within {
        --tw-ring-offset-color: #e0e7ff;
    }

    .\32xl\:focus-within\:ring-offset-indigo-200:focus-within {
        --tw-ring-offset-color: #c7d2fe;
    }

    .\32xl\:focus-within\:ring-offset-indigo-300:focus-within {
        --tw-ring-offset-color: #a5b4fc;
    }

    .\32xl\:focus-within\:ring-offset-indigo-400:focus-within {
        --tw-ring-offset-color: #818cf8;
    }

    .\32xl\:focus-within\:ring-offset-indigo-500:focus-within {
        --tw-ring-offset-color: #6366f1;
    }

    .\32xl\:focus-within\:ring-offset-indigo-600:focus-within {
        --tw-ring-offset-color: #4f46e5;
    }

    .\32xl\:focus-within\:ring-offset-indigo-700:focus-within {
        --tw-ring-offset-color: #4338ca;
    }

    .\32xl\:focus-within\:ring-offset-indigo-800:focus-within {
        --tw-ring-offset-color: #3730a3;
    }

    .\32xl\:focus-within\:ring-offset-indigo-900:focus-within {
        --tw-ring-offset-color: #312e81;
    }

    .\32xl\:focus-within\:ring-offset-purple:focus-within {
        --tw-ring-offset-color: #6847c3;
    }

    .\32xl\:focus-within\:ring-offset-pink:focus-within {
        --tw-ring-offset-color: #850737;
    }

    .\32xl\:focus-within\:ring-offset-primary:focus-within {
        --tw-ring-offset-color: #6E6E6E;
    }

    .\32xl\:focus-within\:ring-offset-secondary:focus-within {
        --tw-ring-offset-color: #ededed;
    }

    .\32xl\:focus-within\:ring-offset-body_bg:focus-within {
        --tw-ring-offset-color: #ffffff;
    }

    .\32xl\:focus-within\:ring-offset-body_text:focus-within {
        --tw-ring-offset-color: #4a4349;
    }

    .\32xl\:focus-within\:ring-offset-title:focus-within {
        --tw-ring-offset-color: #3fb2cf;
    }

    .\32xl\:focus-within\:ring-offset-grey:focus-within {
        --tw-ring-offset-color: #524A51;
    }

    .\32xl\:focus-within\:ring-offset-dark_grey:focus-within {
        --tw-ring-offset-color: #4a4349;
    }

    .\32xl\:focus-within\:ring-offset-light_grey:focus-within {
        --tw-ring-offset-color: #B7B7B7;
    }

    .\32xl\:focus-within\:ring-offset-medium_grey:focus-within {
        --tw-ring-offset-color: #575156;
    }

    .\32xl\:focus-within\:ring-offset-lightten_grey:focus-within {
        --tw-ring-offset-color: #C6C6C6;
    }

    .\32xl\:focus-within\:ring-offset-grey_300:focus-within {
        --tw-ring-offset-color: #d3d3d3;
    }

    .\32xl\:focus-within\:ring-offset-grey_400:focus-within {
        --tw-ring-offset-color: #b7b7b7;
    }

    .\32xl\:focus-within\:ring-offset-medium_blue:focus-within {
        --tw-ring-offset-color: #45cdfc;
    }

    .\32xl\:focus-within\:ring-offset-dark_blue:focus-within {
        --tw-ring-offset-color: #0080ac;
    }

    .\32xl\:focus-within\:ring-offset-text_blue:focus-within {
        --tw-ring-offset-color: #3FB2CF;
    }

    .\32xl\:focus-within\:ring-offset-footer_bg:focus-within {
        --tw-ring-offset-color: #464646;
    }

    .\32xl\:focus-within\:ring-offset-brown:focus-within {
        --tw-ring-offset-color: #805300;
    }

    .\32xl\:focus-within\:ring-offset-dark_brown:focus-within {
        --tw-ring-offset-color: #874433;
    }

    .\32xl\:focus-within\:ring-offset-Light_purple:focus-within {
        --tw-ring-offset-color: #65479b;
    }

    .\32xl\:focus-within\:ring-offset-dark_green:focus-within {
        --tw-ring-offset-color: #479b51;
    }

    .\32xl\:focus-within\:ring-offset-medium_green:focus-within {
        --tw-ring-offset-color: #3aac2b;
    }

    .\32xl\:focus-within\:ring-offset-light_green:focus-within {
        --tw-ring-offset-color: #9acb3e;
    }

    .\32xl\:focus-within\:ring-offset-green_900:focus-within {
        --tw-ring-offset-color: #396676;
    }

    .\32xl\:focus-within\:ring-offset-dark_border:focus-within {
        --tw-ring-offset-color: #707070;
    }

    .\32xl\:focus\:ring-offset-transparent:focus {
        --tw-ring-offset-color: transparent;
    }

    .\32xl\:focus\:ring-offset-current:focus {
        --tw-ring-offset-color: currentColor;
    }

    .\32xl\:focus\:ring-offset-black:focus {
        --tw-ring-offset-color: #000;
    }

    .\32xl\:focus\:ring-offset-white:focus {
        --tw-ring-offset-color: #fff;
    }

    .\32xl\:focus\:ring-offset-gray-50:focus {
        --tw-ring-offset-color: #f9fafb;
    }

    .\32xl\:focus\:ring-offset-gray-100:focus {
        --tw-ring-offset-color: #f3f4f6;
    }

    .\32xl\:focus\:ring-offset-gray-200:focus {
        --tw-ring-offset-color: #e5e7eb;
    }

    .\32xl\:focus\:ring-offset-gray-300:focus {
        --tw-ring-offset-color: #d1d5db;
    }

    .\32xl\:focus\:ring-offset-gray-400:focus {
        --tw-ring-offset-color: #9ca3af;
    }

    .\32xl\:focus\:ring-offset-gray-500:focus {
        --tw-ring-offset-color: #6b7280;
    }

    .\32xl\:focus\:ring-offset-gray-600:focus {
        --tw-ring-offset-color: #4b5563;
    }

    .\32xl\:focus\:ring-offset-gray-700:focus {
        --tw-ring-offset-color: #374151;
    }

    .\32xl\:focus\:ring-offset-gray-800:focus {
        --tw-ring-offset-color: #1f2937;
    }

    .\32xl\:focus\:ring-offset-gray-900:focus {
        --tw-ring-offset-color: #111827;
    }

    .\32xl\:focus\:ring-offset-red-50:focus {
        --tw-ring-offset-color: #fef2f2;
    }

    .\32xl\:focus\:ring-offset-red-100:focus {
        --tw-ring-offset-color: #fee2e2;
    }

    .\32xl\:focus\:ring-offset-red-200:focus {
        --tw-ring-offset-color: #fecaca;
    }

    .\32xl\:focus\:ring-offset-red-300:focus {
        --tw-ring-offset-color: #fca5a5;
    }

    .\32xl\:focus\:ring-offset-red-400:focus {
        --tw-ring-offset-color: #f87171;
    }

    .\32xl\:focus\:ring-offset-red-500:focus {
        --tw-ring-offset-color: #ef4444;
    }

    .\32xl\:focus\:ring-offset-red-600:focus {
        --tw-ring-offset-color: #dc2626;
    }

    .\32xl\:focus\:ring-offset-red-700:focus {
        --tw-ring-offset-color: #b91c1c;
    }

    .\32xl\:focus\:ring-offset-red-800:focus {
        --tw-ring-offset-color: #991b1b;
    }

    .\32xl\:focus\:ring-offset-red-900:focus {
        --tw-ring-offset-color: #7f1d1d;
    }

    .\32xl\:focus\:ring-offset-yellow:focus {
        --tw-ring-offset-color: #ed9143;
    }

    .\32xl\:focus\:ring-offset-green:focus {
        --tw-ring-offset-color: #7bbc00;
    }

    .\32xl\:focus\:ring-offset-blue:focus {
        --tw-ring-offset-color: #5ba4dc;
    }

    .\32xl\:focus\:ring-offset-indigo-50:focus {
        --tw-ring-offset-color: #eef2ff;
    }

    .\32xl\:focus\:ring-offset-indigo-100:focus {
        --tw-ring-offset-color: #e0e7ff;
    }

    .\32xl\:focus\:ring-offset-indigo-200:focus {
        --tw-ring-offset-color: #c7d2fe;
    }

    .\32xl\:focus\:ring-offset-indigo-300:focus {
        --tw-ring-offset-color: #a5b4fc;
    }

    .\32xl\:focus\:ring-offset-indigo-400:focus {
        --tw-ring-offset-color: #818cf8;
    }

    .\32xl\:focus\:ring-offset-indigo-500:focus {
        --tw-ring-offset-color: #6366f1;
    }

    .\32xl\:focus\:ring-offset-indigo-600:focus {
        --tw-ring-offset-color: #4f46e5;
    }

    .\32xl\:focus\:ring-offset-indigo-700:focus {
        --tw-ring-offset-color: #4338ca;
    }

    .\32xl\:focus\:ring-offset-indigo-800:focus {
        --tw-ring-offset-color: #3730a3;
    }

    .\32xl\:focus\:ring-offset-indigo-900:focus {
        --tw-ring-offset-color: #312e81;
    }

    .\32xl\:focus\:ring-offset-purple:focus {
        --tw-ring-offset-color: #6847c3;
    }

    .\32xl\:focus\:ring-offset-pink:focus {
        --tw-ring-offset-color: #850737;
    }

    .\32xl\:focus\:ring-offset-primary:focus {
        --tw-ring-offset-color: #6E6E6E;
    }

    .\32xl\:focus\:ring-offset-secondary:focus {
        --tw-ring-offset-color: #ededed;
    }

    .\32xl\:focus\:ring-offset-body_bg:focus {
        --tw-ring-offset-color: #ffffff;
    }

    .\32xl\:focus\:ring-offset-body_text:focus {
        --tw-ring-offset-color: #4a4349;
    }

    .\32xl\:focus\:ring-offset-title:focus {
        --tw-ring-offset-color: #3fb2cf;
    }

    .\32xl\:focus\:ring-offset-grey:focus {
        --tw-ring-offset-color: #524A51;
    }

    .\32xl\:focus\:ring-offset-dark_grey:focus {
        --tw-ring-offset-color: #4a4349;
    }

    .\32xl\:focus\:ring-offset-light_grey:focus {
        --tw-ring-offset-color: #B7B7B7;
    }

    .\32xl\:focus\:ring-offset-medium_grey:focus {
        --tw-ring-offset-color: #575156;
    }

    .\32xl\:focus\:ring-offset-lightten_grey:focus {
        --tw-ring-offset-color: #C6C6C6;
    }

    .\32xl\:focus\:ring-offset-grey_300:focus {
        --tw-ring-offset-color: #d3d3d3;
    }

    .\32xl\:focus\:ring-offset-grey_400:focus {
        --tw-ring-offset-color: #b7b7b7;
    }

    .\32xl\:focus\:ring-offset-medium_blue:focus {
        --tw-ring-offset-color: #45cdfc;
    }

    .\32xl\:focus\:ring-offset-dark_blue:focus {
        --tw-ring-offset-color: #0080ac;
    }

    .\32xl\:focus\:ring-offset-text_blue:focus {
        --tw-ring-offset-color: #3FB2CF;
    }

    .\32xl\:focus\:ring-offset-footer_bg:focus {
        --tw-ring-offset-color: #464646;
    }

    .\32xl\:focus\:ring-offset-brown:focus {
        --tw-ring-offset-color: #805300;
    }

    .\32xl\:focus\:ring-offset-dark_brown:focus {
        --tw-ring-offset-color: #874433;
    }

    .\32xl\:focus\:ring-offset-Light_purple:focus {
        --tw-ring-offset-color: #65479b;
    }

    .\32xl\:focus\:ring-offset-dark_green:focus {
        --tw-ring-offset-color: #479b51;
    }

    .\32xl\:focus\:ring-offset-medium_green:focus {
        --tw-ring-offset-color: #3aac2b;
    }

    .\32xl\:focus\:ring-offset-light_green:focus {
        --tw-ring-offset-color: #9acb3e;
    }

    .\32xl\:focus\:ring-offset-green_900:focus {
        --tw-ring-offset-color: #396676;
    }

    .\32xl\:focus\:ring-offset-dark_border:focus {
        --tw-ring-offset-color: #707070;
    }

    .\32xl\:filter {
        --tw-blur: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-brightness: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-contrast: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-grayscale: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-hue-rotate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-invert: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-saturate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-sepia: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-drop-shadow: var(--tw-empty,
                /*!*/
                /*!*/
            );
        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);
    }

    .\32xl\:filter-none {
        filter: none;
    }

    .\32xl\:blur-0 {
        --tw-blur: blur(0);
    }

    .\32xl\:blur-none {
        --tw-blur: blur(0);
    }

    .\32xl\:blur-sm {
        --tw-blur: blur(4px);
    }

    .\32xl\:blur {
        --tw-blur: blur(8px);
    }

    .\32xl\:blur-md {
        --tw-blur: blur(12px);
    }

    .\32xl\:blur-lg {
        --tw-blur: blur(16px);
    }

    .\32xl\:blur-xl {
        --tw-blur: blur(24px);
    }

    .\32xl\:blur-2xl {
        --tw-blur: blur(40px);
    }

    .\32xl\:blur-3xl {
        --tw-blur: blur(64px);
    }

    .\32xl\:brightness-0 {
        --tw-brightness: brightness(0);
    }

    .\32xl\:brightness-50 {
        --tw-brightness: brightness(.5);
    }

    .\32xl\:brightness-75 {
        --tw-brightness: brightness(.75);
    }

    .\32xl\:brightness-90 {
        --tw-brightness: brightness(.9);
    }

    .\32xl\:brightness-95 {
        --tw-brightness: brightness(.95);
    }

    .\32xl\:brightness-100 {
        --tw-brightness: brightness(1);
    }

    .\32xl\:brightness-105 {
        --tw-brightness: brightness(1.05);
    }

    .\32xl\:brightness-110 {
        --tw-brightness: brightness(1.1);
    }

    .\32xl\:brightness-125 {
        --tw-brightness: brightness(1.25);
    }

    .\32xl\:brightness-150 {
        --tw-brightness: brightness(1.5);
    }

    .\32xl\:brightness-200 {
        --tw-brightness: brightness(2);
    }

    .\32xl\:contrast-0 {
        --tw-contrast: contrast(0);
    }

    .\32xl\:contrast-50 {
        --tw-contrast: contrast(.5);
    }

    .\32xl\:contrast-75 {
        --tw-contrast: contrast(.75);
    }

    .\32xl\:contrast-100 {
        --tw-contrast: contrast(1);
    }

    .\32xl\:contrast-125 {
        --tw-contrast: contrast(1.25);
    }

    .\32xl\:contrast-150 {
        --tw-contrast: contrast(1.5);
    }

    .\32xl\:contrast-200 {
        --tw-contrast: contrast(2);
    }

    .\32xl\:drop-shadow-sm {
        --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
    }

    .\32xl\: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));
    }

    .\32xl\: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));
    }

    .\32xl\: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));
    }

    .\32xl\: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));
    }

    .\32xl\:drop-shadow-2xl {
        --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
    }

    .\32xl\:drop-shadow-none {
        --tw-drop-shadow: drop-shadow(0 0 #0000);
    }

    .\32xl\:grayscale-0 {
        --tw-grayscale: grayscale(0);
    }

    .\32xl\:grayscale {
        --tw-grayscale: grayscale(100%);
    }

    .\32xl\:hue-rotate-0 {
        --tw-hue-rotate: hue-rotate(0deg);
    }

    .\32xl\:hue-rotate-15 {
        --tw-hue-rotate: hue-rotate(15deg);
    }

    .\32xl\:hue-rotate-30 {
        --tw-hue-rotate: hue-rotate(30deg);
    }

    .\32xl\:hue-rotate-60 {
        --tw-hue-rotate: hue-rotate(60deg);
    }

    .\32xl\:hue-rotate-90 {
        --tw-hue-rotate: hue-rotate(90deg);
    }

    .\32xl\:hue-rotate-180 {
        --tw-hue-rotate: hue-rotate(180deg);
    }

    .\32xl\:-hue-rotate-180 {
        --tw-hue-rotate: hue-rotate(-180deg);
    }

    .\32xl\:-hue-rotate-90 {
        --tw-hue-rotate: hue-rotate(-90deg);
    }

    .\32xl\:-hue-rotate-60 {
        --tw-hue-rotate: hue-rotate(-60deg);
    }

    .\32xl\:-hue-rotate-30 {
        --tw-hue-rotate: hue-rotate(-30deg);
    }

    .\32xl\:-hue-rotate-15 {
        --tw-hue-rotate: hue-rotate(-15deg);
    }

    .\32xl\:invert-0 {
        --tw-invert: invert(0);
    }

    .\32xl\:invert {
        --tw-invert: invert(100%);
    }

    .\32xl\:saturate-0 {
        --tw-saturate: saturate(0);
    }

    .\32xl\:saturate-50 {
        --tw-saturate: saturate(.5);
    }

    .\32xl\:saturate-100 {
        --tw-saturate: saturate(1);
    }

    .\32xl\:saturate-150 {
        --tw-saturate: saturate(1.5);
    }

    .\32xl\:saturate-200 {
        --tw-saturate: saturate(2);
    }

    .\32xl\:sepia-0 {
        --tw-sepia: sepia(0);
    }

    .\32xl\:sepia {
        --tw-sepia: sepia(100%);
    }

    .\32xl\:backdrop-filter {
        --tw-backdrop-blur: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-brightness: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-contrast: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-grayscale: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-hue-rotate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-invert: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-opacity: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-saturate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-sepia: var(--tw-empty,
                /*!*/
                /*!*/
            );
        -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
        backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    }

    .\32xl\:backdrop-filter-none {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .\32xl\:backdrop-blur-0 {
        --tw-backdrop-blur: blur(0);
    }

    .\32xl\:backdrop-blur-none {
        --tw-backdrop-blur: blur(0);
    }

    .\32xl\:backdrop-blur-sm {
        --tw-backdrop-blur: blur(4px);
    }

    .\32xl\:backdrop-blur {
        --tw-backdrop-blur: blur(8px);
    }

    .\32xl\:backdrop-blur-md {
        --tw-backdrop-blur: blur(12px);
    }

    .\32xl\:backdrop-blur-lg {
        --tw-backdrop-blur: blur(16px);
    }

    .\32xl\:backdrop-blur-xl {
        --tw-backdrop-blur: blur(24px);
    }

    .\32xl\:backdrop-blur-2xl {
        --tw-backdrop-blur: blur(40px);
    }

    .\32xl\:backdrop-blur-3xl {
        --tw-backdrop-blur: blur(64px);
    }

    .\32xl\:backdrop-brightness-0 {
        --tw-backdrop-brightness: brightness(0);
    }

    .\32xl\:backdrop-brightness-50 {
        --tw-backdrop-brightness: brightness(.5);
    }

    .\32xl\:backdrop-brightness-75 {
        --tw-backdrop-brightness: brightness(.75);
    }

    .\32xl\:backdrop-brightness-90 {
        --tw-backdrop-brightness: brightness(.9);
    }

    .\32xl\:backdrop-brightness-95 {
        --tw-backdrop-brightness: brightness(.95);
    }

    .\32xl\:backdrop-brightness-100 {
        --tw-backdrop-brightness: brightness(1);
    }

    .\32xl\:backdrop-brightness-105 {
        --tw-backdrop-brightness: brightness(1.05);
    }

    .\32xl\:backdrop-brightness-110 {
        --tw-backdrop-brightness: brightness(1.1);
    }

    .\32xl\:backdrop-brightness-125 {
        --tw-backdrop-brightness: brightness(1.25);
    }

    .\32xl\:backdrop-brightness-150 {
        --tw-backdrop-brightness: brightness(1.5);
    }

    .\32xl\:backdrop-brightness-200 {
        --tw-backdrop-brightness: brightness(2);
    }

    .\32xl\:backdrop-contrast-0 {
        --tw-backdrop-contrast: contrast(0);
    }

    .\32xl\:backdrop-contrast-50 {
        --tw-backdrop-contrast: contrast(.5);
    }

    .\32xl\:backdrop-contrast-75 {
        --tw-backdrop-contrast: contrast(.75);
    }

    .\32xl\:backdrop-contrast-100 {
        --tw-backdrop-contrast: contrast(1);
    }

    .\32xl\:backdrop-contrast-125 {
        --tw-backdrop-contrast: contrast(1.25);
    }

    .\32xl\:backdrop-contrast-150 {
        --tw-backdrop-contrast: contrast(1.5);
    }

    .\32xl\:backdrop-contrast-200 {
        --tw-backdrop-contrast: contrast(2);
    }

    .\32xl\:backdrop-grayscale-0 {
        --tw-backdrop-grayscale: grayscale(0);
    }

    .\32xl\:backdrop-grayscale {
        --tw-backdrop-grayscale: grayscale(100%);
    }

    .\32xl\:backdrop-hue-rotate-0 {
        --tw-backdrop-hue-rotate: hue-rotate(0deg);
    }

    .\32xl\:backdrop-hue-rotate-15 {
        --tw-backdrop-hue-rotate: hue-rotate(15deg);
    }

    .\32xl\:backdrop-hue-rotate-30 {
        --tw-backdrop-hue-rotate: hue-rotate(30deg);
    }

    .\32xl\:backdrop-hue-rotate-60 {
        --tw-backdrop-hue-rotate: hue-rotate(60deg);
    }

    .\32xl\:backdrop-hue-rotate-90 {
        --tw-backdrop-hue-rotate: hue-rotate(90deg);
    }

    .\32xl\:backdrop-hue-rotate-180 {
        --tw-backdrop-hue-rotate: hue-rotate(180deg);
    }

    .\32xl\:-backdrop-hue-rotate-180 {
        --tw-backdrop-hue-rotate: hue-rotate(-180deg);
    }

    .\32xl\:-backdrop-hue-rotate-90 {
        --tw-backdrop-hue-rotate: hue-rotate(-90deg);
    }

    .\32xl\:-backdrop-hue-rotate-60 {
        --tw-backdrop-hue-rotate: hue-rotate(-60deg);
    }

    .\32xl\:-backdrop-hue-rotate-30 {
        --tw-backdrop-hue-rotate: hue-rotate(-30deg);
    }

    .\32xl\:-backdrop-hue-rotate-15 {
        --tw-backdrop-hue-rotate: hue-rotate(-15deg);
    }

    .\32xl\:backdrop-invert-0 {
        --tw-backdrop-invert: invert(0);
    }

    .\32xl\:backdrop-invert {
        --tw-backdrop-invert: invert(100%);
    }

    .\32xl\:backdrop-opacity-0 {
        --tw-backdrop-opacity: opacity(0);
    }

    .\32xl\:backdrop-opacity-5 {
        --tw-backdrop-opacity: opacity(0.05);
    }

    .\32xl\:backdrop-opacity-10 {
        --tw-backdrop-opacity: opacity(0.1);
    }

    .\32xl\:backdrop-opacity-20 {
        --tw-backdrop-opacity: opacity(0.2);
    }

    .\32xl\:backdrop-opacity-25 {
        --tw-backdrop-opacity: opacity(0.25);
    }

    .\32xl\:backdrop-opacity-30 {
        --tw-backdrop-opacity: opacity(0.3);
    }

    .\32xl\:backdrop-opacity-40 {
        --tw-backdrop-opacity: opacity(0.4);
    }

    .\32xl\:backdrop-opacity-50 {
        --tw-backdrop-opacity: opacity(0.5);
    }

    .\32xl\:backdrop-opacity-60 {
        --tw-backdrop-opacity: opacity(0.6);
    }

    .\32xl\:backdrop-opacity-70 {
        --tw-backdrop-opacity: opacity(0.7);
    }

    .\32xl\:backdrop-opacity-75 {
        --tw-backdrop-opacity: opacity(0.75);
    }

    .\32xl\:backdrop-opacity-80 {
        --tw-backdrop-opacity: opacity(0.8);
    }

    .\32xl\:backdrop-opacity-90 {
        --tw-backdrop-opacity: opacity(0.9);
    }

    .\32xl\:backdrop-opacity-95 {
        --tw-backdrop-opacity: opacity(0.95);
    }

    .\32xl\:backdrop-opacity-100 {
        --tw-backdrop-opacity: opacity(1);
    }

    .\32xl\:backdrop-saturate-0 {
        --tw-backdrop-saturate: saturate(0);
    }

    .\32xl\:backdrop-saturate-50 {
        --tw-backdrop-saturate: saturate(.5);
    }

    .\32xl\:backdrop-saturate-100 {
        --tw-backdrop-saturate: saturate(1);
    }

    .\32xl\:backdrop-saturate-150 {
        --tw-backdrop-saturate: saturate(1.5);
    }

    .\32xl\:backdrop-saturate-200 {
        --tw-backdrop-saturate: saturate(2);
    }

    .\32xl\:backdrop-sepia-0 {
        --tw-backdrop-sepia: sepia(0);
    }

    .\32xl\:backdrop-sepia {
        --tw-backdrop-sepia: sepia(100%);
    }

    .\32xl\:transition-none {
        transition-property: none;
    }

    .\32xl\:transition-all {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .\32xl\:transition {
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .\32xl\:transition-colors {
        transition-property: background-color, border-color, color, fill, stroke;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .\32xl\:transition-opacity {
        transition-property: opacity;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .\32xl\:transition-shadow {
        transition-property: box-shadow;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .\32xl\:transition-transform {
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .\32xl\:delay-75 {
        transition-delay: 75ms;
    }

    .\32xl\:delay-100 {
        transition-delay: 100ms;
    }

    .\32xl\:delay-150 {
        transition-delay: 150ms;
    }

    .\32xl\:delay-200 {
        transition-delay: 200ms;
    }

    .\32xl\:delay-300 {
        transition-delay: 300ms;
    }

    .\32xl\:delay-500 {
        transition-delay: 500ms;
    }

    .\32xl\:delay-700 {
        transition-delay: 700ms;
    }

    .\32xl\:delay-1000 {
        transition-delay: 1000ms;
    }

    .\32xl\:duration-75 {
        transition-duration: 75ms;
    }

    .\32xl\:duration-100 {
        transition-duration: 100ms;
    }

    .\32xl\:duration-150 {
        transition-duration: 150ms;
    }

    .\32xl\:duration-200 {
        transition-duration: 200ms;
    }

    .\32xl\:duration-300 {
        transition-duration: 300ms;
    }

    .\32xl\:duration-500 {
        transition-duration: 500ms;
    }

    .\32xl\:duration-700 {
        transition-duration: 700ms;
    }

    .\32xl\:duration-1000 {
        transition-duration: 1000ms;
    }

    .\32xl\:ease-linear {
        transition-timing-function: linear;
    }

    .\32xl\:ease-in {
        transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    }

    .\32xl\:ease-out {
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }

    .\32xl\:ease-in-out {
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
}

@media (max-width: 1550px) {
    .desktop_extralarge\:container {
        width: 100%;
    }

    @media (min-width: 100%) {
        .desktop_extralarge\:container {
            max-width: 100%;
        }
    }

    @media (min-width: 1232px) {
        .desktop_extralarge\:container {
            max-width: 1232px;
        }
    }

    .desktop_extralarge\:sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

    .desktop_extralarge\:not-sr-only {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }

    .desktop_extralarge\:focus-within\:sr-only:focus-within {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

    .desktop_extralarge\:focus-within\:not-sr-only:focus-within {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }

    .desktop_extralarge\:focus\:sr-only:focus {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

    .desktop_extralarge\:focus\:not-sr-only:focus {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }

    .desktop_extralarge\:pointer-events-none {
        pointer-events: none;
    }

    .desktop_extralarge\:pointer-events-auto {
        pointer-events: auto;
    }

    .desktop_extralarge\:visible {
        visibility: visible;
    }

    .desktop_extralarge\:invisible {
        visibility: hidden;
    }

    .desktop_extralarge\:static {
        position: static;
    }

    .desktop_extralarge\:fixed {
        position: fixed;
    }

    .desktop_extralarge\:absolute {
        position: absolute;
    }

    .desktop_extralarge\:relative {
        position: relative;
    }

    .desktop_extralarge\:sticky {
        position: sticky;
    }

    .desktop_extralarge\:inset-0 {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }

    .desktop_extralarge\:inset-1 {
        top: 0.25rem;
        right: 0.25rem;
        bottom: 0.25rem;
        left: 0.25rem;
    }

    .desktop_extralarge\:inset-2 {
        top: 0.5rem;
        right: 0.5rem;
        bottom: 0.5rem;
        left: 0.5rem;
    }

    .desktop_extralarge\:inset-3 {
        top: 0.75rem;
        right: 0.75rem;
        bottom: 0.75rem;
        left: 0.75rem;
    }

    .desktop_extralarge\:inset-4 {
        top: 1rem;
        right: 1rem;
        bottom: 1rem;
        left: 1rem;
    }

    .desktop_extralarge\:inset-5 {
        top: 1.25rem;
        right: 1.25rem;
        bottom: 1.25rem;
        left: 1.25rem;
    }

    .desktop_extralarge\:inset-6 {
        top: 1.5rem;
        right: 1.5rem;
        bottom: 1.5rem;
        left: 1.5rem;
    }

    .desktop_extralarge\:inset-7 {
        top: 1.75rem;
        right: 1.75rem;
        bottom: 1.75rem;
        left: 1.75rem;
    }

    .desktop_extralarge\:inset-8 {
        top: 2rem;
        right: 2rem;
        bottom: 2rem;
        left: 2rem;
    }

    .desktop_extralarge\:inset-9 {
        top: 2.25rem;
        right: 2.25rem;
        bottom: 2.25rem;
        left: 2.25rem;
    }

    .desktop_extralarge\:inset-10 {
        top: 2.5rem;
        right: 2.5rem;
        bottom: 2.5rem;
        left: 2.5rem;
    }

    .desktop_extralarge\:inset-11 {
        top: 2.75rem;
        right: 2.75rem;
        bottom: 2.75rem;
        left: 2.75rem;
    }

    .desktop_extralarge\:inset-12 {
        top: 3rem;
        right: 3rem;
        bottom: 3rem;
        left: 3rem;
    }

    .desktop_extralarge\:inset-14 {
        top: 3.5rem;
        right: 3.5rem;
        bottom: 3.5rem;
        left: 3.5rem;
    }

    .desktop_extralarge\:inset-16 {
        top: 4rem;
        right: 4rem;
        bottom: 4rem;
        left: 4rem;
    }

    .desktop_extralarge\:inset-18 {
        top: 4.375rem;
        right: 4.375rem;
        bottom: 4.375rem;
        left: 4.375rem;
    }

    .desktop_extralarge\:inset-19 {
        top: 76px;
        right: 76px;
        bottom: 76px;
        left: 76px;
    }

    .desktop_extralarge\:inset-20 {
        top: 5rem;
        right: 5rem;
        bottom: 5rem;
        left: 5rem;
    }

    .desktop_extralarge\:inset-24 {
        top: 6rem;
        right: 6rem;
        bottom: 6rem;
        left: 6rem;
    }

    .desktop_extralarge\:inset-28 {
        top: 7rem;
        right: 7rem;
        bottom: 7rem;
        left: 7rem;
    }

    .desktop_extralarge\:inset-30 {
        top: 120px;
        right: 120px;
        bottom: 120px;
        left: 120px;
    }

    .desktop_extralarge\:inset-32 {
        top: 8rem;
        right: 8rem;
        bottom: 8rem;
        left: 8rem;
    }

    .desktop_extralarge\:inset-36 {
        top: 9rem;
        right: 9rem;
        bottom: 9rem;
        left: 9rem;
    }

    .desktop_extralarge\:inset-40 {
        top: 10rem;
        right: 10rem;
        bottom: 10rem;
        left: 10rem;
    }

    .desktop_extralarge\:inset-44 {
        top: 11rem;
        right: 11rem;
        bottom: 11rem;
        left: 11rem;
    }

    .desktop_extralarge\:inset-48 {
        top: 12rem;
        right: 12rem;
        bottom: 12rem;
        left: 12rem;
    }

    .desktop_extralarge\:inset-52 {
        top: 13rem;
        right: 13rem;
        bottom: 13rem;
        left: 13rem;
    }

    .desktop_extralarge\:inset-56 {
        top: 14rem;
        right: 14rem;
        bottom: 14rem;
        left: 14rem;
    }

    .desktop_extralarge\:inset-60 {
        top: 15rem;
        right: 15rem;
        bottom: 15rem;
        left: 15rem;
    }

    .desktop_extralarge\:inset-64 {
        top: 16rem;
        right: 16rem;
        bottom: 16rem;
        left: 16rem;
    }

    .desktop_extralarge\:inset-72 {
        top: 18rem;
        right: 18rem;
        bottom: 18rem;
        left: 18rem;
    }

    .desktop_extralarge\:inset-80 {
        top: 20rem;
        right: 20rem;
        bottom: 20rem;
        left: 20rem;
    }

    .desktop_extralarge\:inset-96 {
        top: 24rem;
        right: 24rem;
        bottom: 24rem;
        left: 24rem;
    }

    .desktop_extralarge\:inset-auto {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }

    .desktop_extralarge\:inset-px {
        top: 1px;
        right: 1px;
        bottom: 1px;
        left: 1px;
    }

    .desktop_extralarge\:inset-0\.5 {
        top: 0.125rem;
        right: 0.125rem;
        bottom: 0.125rem;
        left: 0.125rem;
    }

    .desktop_extralarge\:inset-1\.5 {
        top: 0.375rem;
        right: 0.375rem;
        bottom: 0.375rem;
        left: 0.375rem;
    }

    .desktop_extralarge\:inset-2\.5 {
        top: 0.625rem;
        right: 0.625rem;
        bottom: 0.625rem;
        left: 0.625rem;
    }

    .desktop_extralarge\:inset-3\.5 {
        top: 0.875rem;
        right: 0.875rem;
        bottom: 0.875rem;
        left: 0.875rem;
    }

    .desktop_extralarge\:inset-5p {
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
    }

    .desktop_extralarge\:inset-10p {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }

    .desktop_extralarge\:inset-14p {
        top: 14px;
        right: 14px;
        bottom: 14px;
        left: 14px;
    }

    .desktop_extralarge\:inset-15p {
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
    }

    .desktop_extralarge\:inset-15_2 {
        top: 60px;
        right: 60px;
        bottom: 60px;
        left: 60px;
    }

    .desktop_extralarge\:inset-16_1 {
        top: 52px;
        right: 52px;
        bottom: 52px;
        left: 52px;
    }

    .desktop_extralarge\:inset-16p {
        top: 16px;
        right: 16px;
        bottom: 16px;
        left: 16px;
    }

    .desktop_extralarge\:inset-25p {
        top: 25px;
        right: 25px;
        bottom: 25px;
        left: 25px;
    }

    .desktop_extralarge\:inset-48p {
        top: 48%;
        right: 48%;
        bottom: 48%;
        left: 48%;
    }

    .desktop_extralarge\:inset-52p {
        top: 52%;
        right: 52%;
        bottom: 52%;
        left: 52%;
    }

    .desktop_extralarge\:-inset-0 {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }

    .desktop_extralarge\:-inset-1 {
        top: -0.25rem;
        right: -0.25rem;
        bottom: -0.25rem;
        left: -0.25rem;
    }

    .desktop_extralarge\:-inset-2 {
        top: -0.5rem;
        right: -0.5rem;
        bottom: -0.5rem;
        left: -0.5rem;
    }

    .desktop_extralarge\:-inset-3 {
        top: -0.75rem;
        right: -0.75rem;
        bottom: -0.75rem;
        left: -0.75rem;
    }

    .desktop_extralarge\:-inset-4 {
        top: -1rem;
        right: -1rem;
        bottom: -1rem;
        left: -1rem;
    }

    .desktop_extralarge\:-inset-5 {
        top: -1.25rem;
        right: -1.25rem;
        bottom: -1.25rem;
        left: -1.25rem;
    }

    .desktop_extralarge\:-inset-6 {
        top: -1.5rem;
        right: -1.5rem;
        bottom: -1.5rem;
        left: -1.5rem;
    }

    .desktop_extralarge\:-inset-7 {
        top: -1.75rem;
        right: -1.75rem;
        bottom: -1.75rem;
        left: -1.75rem;
    }

    .desktop_extralarge\:-inset-8 {
        top: -2rem;
        right: -2rem;
        bottom: -2rem;
        left: -2rem;
    }

    .desktop_extralarge\:-inset-9 {
        top: -2.25rem;
        right: -2.25rem;
        bottom: -2.25rem;
        left: -2.25rem;
    }

    .desktop_extralarge\:-inset-10 {
        top: -2.5rem;
        right: -2.5rem;
        bottom: -2.5rem;
        left: -2.5rem;
    }

    .desktop_extralarge\:-inset-11 {
        top: -2.75rem;
        right: -2.75rem;
        bottom: -2.75rem;
        left: -2.75rem;
    }

    .desktop_extralarge\:-inset-12 {
        top: -3rem;
        right: -3rem;
        bottom: -3rem;
        left: -3rem;
    }

    .desktop_extralarge\:-inset-14 {
        top: -3.5rem;
        right: -3.5rem;
        bottom: -3.5rem;
        left: -3.5rem;
    }

    .desktop_extralarge\:-inset-16 {
        top: -4rem;
        right: -4rem;
        bottom: -4rem;
        left: -4rem;
    }

    .desktop_extralarge\:-inset-18 {
        top: -4.375rem;
        right: -4.375rem;
        bottom: -4.375rem;
        left: -4.375rem;
    }

    .desktop_extralarge\:-inset-19 {
        top: -76px;
        right: -76px;
        bottom: -76px;
        left: -76px;
    }

    .desktop_extralarge\:-inset-20 {
        top: -5rem;
        right: -5rem;
        bottom: -5rem;
        left: -5rem;
    }

    .desktop_extralarge\:-inset-24 {
        top: -6rem;
        right: -6rem;
        bottom: -6rem;
        left: -6rem;
    }

    .desktop_extralarge\:-inset-28 {
        top: -7rem;
        right: -7rem;
        bottom: -7rem;
        left: -7rem;
    }

    .desktop_extralarge\:-inset-30 {
        top: -120px;
        right: -120px;
        bottom: -120px;
        left: -120px;
    }

    .desktop_extralarge\:-inset-32 {
        top: -8rem;
        right: -8rem;
        bottom: -8rem;
        left: -8rem;
    }

    .desktop_extralarge\:-inset-36 {
        top: -9rem;
        right: -9rem;
        bottom: -9rem;
        left: -9rem;
    }

    .desktop_extralarge\:-inset-40 {
        top: -10rem;
        right: -10rem;
        bottom: -10rem;
        left: -10rem;
    }

    .desktop_extralarge\:-inset-44 {
        top: -11rem;
        right: -11rem;
        bottom: -11rem;
        left: -11rem;
    }

    .desktop_extralarge\:-inset-48 {
        top: -12rem;
        right: -12rem;
        bottom: -12rem;
        left: -12rem;
    }

    .desktop_extralarge\:-inset-52 {
        top: -13rem;
        right: -13rem;
        bottom: -13rem;
        left: -13rem;
    }

    .desktop_extralarge\:-inset-56 {
        top: -14rem;
        right: -14rem;
        bottom: -14rem;
        left: -14rem;
    }

    .desktop_extralarge\:-inset-60 {
        top: -15rem;
        right: -15rem;
        bottom: -15rem;
        left: -15rem;
    }

    .desktop_extralarge\:-inset-64 {
        top: -16rem;
        right: -16rem;
        bottom: -16rem;
        left: -16rem;
    }

    .desktop_extralarge\:-inset-72 {
        top: -18rem;
        right: -18rem;
        bottom: -18rem;
        left: -18rem;
    }

    .desktop_extralarge\:-inset-80 {
        top: -20rem;
        right: -20rem;
        bottom: -20rem;
        left: -20rem;
    }

    .desktop_extralarge\:-inset-96 {
        top: -24rem;
        right: -24rem;
        bottom: -24rem;
        left: -24rem;
    }

    .desktop_extralarge\:-inset-px {
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
    }

    .desktop_extralarge\:-inset-0\.5 {
        top: -0.125rem;
        right: -0.125rem;
        bottom: -0.125rem;
        left: -0.125rem;
    }

    .desktop_extralarge\:-inset-1\.5 {
        top: -0.375rem;
        right: -0.375rem;
        bottom: -0.375rem;
        left: -0.375rem;
    }

    .desktop_extralarge\:-inset-2\.5 {
        top: -0.625rem;
        right: -0.625rem;
        bottom: -0.625rem;
        left: -0.625rem;
    }

    .desktop_extralarge\:-inset-3\.5 {
        top: -0.875rem;
        right: -0.875rem;
        bottom: -0.875rem;
        left: -0.875rem;
    }

    .desktop_extralarge\:-inset-5p {
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
    }

    .desktop_extralarge\:-inset-10p {
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
    }

    .desktop_extralarge\:-inset-14p {
        top: -14px;
        right: -14px;
        bottom: -14px;
        left: -14px;
    }

    .desktop_extralarge\:-inset-15p {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
    }

    .desktop_extralarge\:-inset-15_2 {
        top: -60px;
        right: -60px;
        bottom: -60px;
        left: -60px;
    }

    .desktop_extralarge\:-inset-16_1 {
        top: -52px;
        right: -52px;
        bottom: -52px;
        left: -52px;
    }

    .desktop_extralarge\:-inset-16p {
        top: -16px;
        right: -16px;
        bottom: -16px;
        left: -16px;
    }

    .desktop_extralarge\:-inset-25p {
        top: -25px;
        right: -25px;
        bottom: -25px;
        left: -25px;
    }

    .desktop_extralarge\:-inset-48p {
        top: -48%;
        right: -48%;
        bottom: -48%;
        left: -48%;
    }

    .desktop_extralarge\:-inset-52p {
        top: -52%;
        right: -52%;
        bottom: -52%;
        left: -52%;
    }

    .desktop_extralarge\:inset-1\/2 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }

    .desktop_extralarge\:inset-1\/3 {
        top: 33.333333%;
        right: 33.333333%;
        bottom: 33.333333%;
        left: 33.333333%;
    }

    .desktop_extralarge\:inset-2\/3 {
        top: 66.666667%;
        right: 66.666667%;
        bottom: 66.666667%;
        left: 66.666667%;
    }

    .desktop_extralarge\:inset-1\/4 {
        top: 25%;
        right: 25%;
        bottom: 25%;
        left: 25%;
    }

    .desktop_extralarge\:inset-2\/4 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }

    .desktop_extralarge\:inset-3\/4 {
        top: 75%;
        right: 75%;
        bottom: 75%;
        left: 75%;
    }

    .desktop_extralarge\:inset-full {
        top: 100%;
        right: 100%;
        bottom: 100%;
        left: 100%;
    }

    .desktop_extralarge\:-inset-1\/2 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }

    .desktop_extralarge\:-inset-1\/3 {
        top: -33.333333%;
        right: -33.333333%;
        bottom: -33.333333%;
        left: -33.333333%;
    }

    .desktop_extralarge\:-inset-2\/3 {
        top: -66.666667%;
        right: -66.666667%;
        bottom: -66.666667%;
        left: -66.666667%;
    }

    .desktop_extralarge\:-inset-1\/4 {
        top: -25%;
        right: -25%;
        bottom: -25%;
        left: -25%;
    }

    .desktop_extralarge\:-inset-2\/4 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }

    .desktop_extralarge\:-inset-3\/4 {
        top: -75%;
        right: -75%;
        bottom: -75%;
        left: -75%;
    }

    .desktop_extralarge\:-inset-full {
        top: -100%;
        right: -100%;
        bottom: -100%;
        left: -100%;
    }

    .desktop_extralarge\:inset-x-0 {
        left: 0px;
        right: 0px;
    }

    .desktop_extralarge\:inset-x-1 {
        left: 0.25rem;
        right: 0.25rem;
    }

    .desktop_extralarge\:inset-x-2 {
        left: 0.5rem;
        right: 0.5rem;
    }

    .desktop_extralarge\:inset-x-3 {
        left: 0.75rem;
        right: 0.75rem;
    }

    .desktop_extralarge\:inset-x-4 {
        left: 1rem;
        right: 1rem;
    }

    .desktop_extralarge\:inset-x-5 {
        left: 1.25rem;
        right: 1.25rem;
    }

    .desktop_extralarge\:inset-x-6 {
        left: 1.5rem;
        right: 1.5rem;
    }

    .desktop_extralarge\:inset-x-7 {
        left: 1.75rem;
        right: 1.75rem;
    }

    .desktop_extralarge\:inset-x-8 {
        left: 2rem;
        right: 2rem;
    }

    .desktop_extralarge\:inset-x-9 {
        left: 2.25rem;
        right: 2.25rem;
    }

    .desktop_extralarge\:inset-x-10 {
        left: 2.5rem;
        right: 2.5rem;
    }

    .desktop_extralarge\:inset-x-11 {
        left: 2.75rem;
        right: 2.75rem;
    }

    .desktop_extralarge\:inset-x-12 {
        left: 3rem;
        right: 3rem;
    }

    .desktop_extralarge\:inset-x-14 {
        left: 3.5rem;
        right: 3.5rem;
    }

    .desktop_extralarge\:inset-x-16 {
        left: 4rem;
        right: 4rem;
    }

    .desktop_extralarge\:inset-x-18 {
        left: 4.375rem;
        right: 4.375rem;
    }

    .desktop_extralarge\:inset-x-19 {
        left: 76px;
        right: 76px;
    }

    .desktop_extralarge\:inset-x-20 {
        left: 5rem;
        right: 5rem;
    }

    .desktop_extralarge\:inset-x-24 {
        left: 6rem;
        right: 6rem;
    }

    .desktop_extralarge\:inset-x-28 {
        left: 7rem;
        right: 7rem;
    }

    .desktop_extralarge\:inset-x-30 {
        left: 120px;
        right: 120px;
    }

    .desktop_extralarge\:inset-x-32 {
        left: 8rem;
        right: 8rem;
    }

    .desktop_extralarge\:inset-x-36 {
        left: 9rem;
        right: 9rem;
    }

    .desktop_extralarge\:inset-x-40 {
        left: 10rem;
        right: 10rem;
    }

    .desktop_extralarge\:inset-x-44 {
        left: 11rem;
        right: 11rem;
    }

    .desktop_extralarge\:inset-x-48 {
        left: 12rem;
        right: 12rem;
    }

    .desktop_extralarge\:inset-x-52 {
        left: 13rem;
        right: 13rem;
    }

    .desktop_extralarge\:inset-x-56 {
        left: 14rem;
        right: 14rem;
    }

    .desktop_extralarge\:inset-x-60 {
        left: 15rem;
        right: 15rem;
    }

    .desktop_extralarge\:inset-x-64 {
        left: 16rem;
        right: 16rem;
    }

    .desktop_extralarge\:inset-x-72 {
        left: 18rem;
        right: 18rem;
    }

    .desktop_extralarge\:inset-x-80 {
        left: 20rem;
        right: 20rem;
    }

    .desktop_extralarge\:inset-x-96 {
        left: 24rem;
        right: 24rem;
    }

    .desktop_extralarge\:inset-x-auto {
        left: auto;
        right: auto;
    }

    .desktop_extralarge\:inset-x-px {
        left: 1px;
        right: 1px;
    }

    .desktop_extralarge\:inset-x-0\.5 {
        left: 0.125rem;
        right: 0.125rem;
    }

    .desktop_extralarge\:inset-x-1\.5 {
        left: 0.375rem;
        right: 0.375rem;
    }

    .desktop_extralarge\:inset-x-2\.5 {
        left: 0.625rem;
        right: 0.625rem;
    }

    .desktop_extralarge\:inset-x-3\.5 {
        left: 0.875rem;
        right: 0.875rem;
    }

    .desktop_extralarge\:inset-x-5p {
        left: 5px;
        right: 5px;
    }

    .desktop_extralarge\:inset-x-10p {
        left: 10px;
        right: 10px;
    }

    .desktop_extralarge\:inset-x-14p {
        left: 14px;
        right: 14px;
    }

    .desktop_extralarge\:inset-x-15p {
        left: 15px;
        right: 15px;
    }

    .desktop_extralarge\:inset-x-15_2 {
        left: 60px;
        right: 60px;
    }

    .desktop_extralarge\:inset-x-16_1 {
        left: 52px;
        right: 52px;
    }

    .desktop_extralarge\:inset-x-16p {
        left: 16px;
        right: 16px;
    }

    .desktop_extralarge\:inset-x-25p {
        left: 25px;
        right: 25px;
    }

    .desktop_extralarge\:inset-x-48p {
        left: 48%;
        right: 48%;
    }

    .desktop_extralarge\:inset-x-52p {
        left: 52%;
        right: 52%;
    }

    .desktop_extralarge\:-inset-x-0 {
        left: 0px;
        right: 0px;
    }

    .desktop_extralarge\:-inset-x-1 {
        left: -0.25rem;
        right: -0.25rem;
    }

    .desktop_extralarge\:-inset-x-2 {
        left: -0.5rem;
        right: -0.5rem;
    }

    .desktop_extralarge\:-inset-x-3 {
        left: -0.75rem;
        right: -0.75rem;
    }

    .desktop_extralarge\:-inset-x-4 {
        left: -1rem;
        right: -1rem;
    }

    .desktop_extralarge\:-inset-x-5 {
        left: -1.25rem;
        right: -1.25rem;
    }

    .desktop_extralarge\:-inset-x-6 {
        left: -1.5rem;
        right: -1.5rem;
    }

    .desktop_extralarge\:-inset-x-7 {
        left: -1.75rem;
        right: -1.75rem;
    }

    .desktop_extralarge\:-inset-x-8 {
        left: -2rem;
        right: -2rem;
    }

    .desktop_extralarge\:-inset-x-9 {
        left: -2.25rem;
        right: -2.25rem;
    }

    .desktop_extralarge\:-inset-x-10 {
        left: -2.5rem;
        right: -2.5rem;
    }

    .desktop_extralarge\:-inset-x-11 {
        left: -2.75rem;
        right: -2.75rem;
    }

    .desktop_extralarge\:-inset-x-12 {
        left: -3rem;
        right: -3rem;
    }

    .desktop_extralarge\:-inset-x-14 {
        left: -3.5rem;
        right: -3.5rem;
    }

    .desktop_extralarge\:-inset-x-16 {
        left: -4rem;
        right: -4rem;
    }

    .desktop_extralarge\:-inset-x-18 {
        left: -4.375rem;
        right: -4.375rem;
    }

    .desktop_extralarge\:-inset-x-19 {
        left: -76px;
        right: -76px;
    }

    .desktop_extralarge\:-inset-x-20 {
        left: -5rem;
        right: -5rem;
    }

    .desktop_extralarge\:-inset-x-24 {
        left: -6rem;
        right: -6rem;
    }

    .desktop_extralarge\:-inset-x-28 {
        left: -7rem;
        right: -7rem;
    }

    .desktop_extralarge\:-inset-x-30 {
        left: -120px;
        right: -120px;
    }

    .desktop_extralarge\:-inset-x-32 {
        left: -8rem;
        right: -8rem;
    }

    .desktop_extralarge\:-inset-x-36 {
        left: -9rem;
        right: -9rem;
    }

    .desktop_extralarge\:-inset-x-40 {
        left: -10rem;
        right: -10rem;
    }

    .desktop_extralarge\:-inset-x-44 {
        left: -11rem;
        right: -11rem;
    }

    .desktop_extralarge\:-inset-x-48 {
        left: -12rem;
        right: -12rem;
    }

    .desktop_extralarge\:-inset-x-52 {
        left: -13rem;
        right: -13rem;
    }

    .desktop_extralarge\:-inset-x-56 {
        left: -14rem;
        right: -14rem;
    }

    .desktop_extralarge\:-inset-x-60 {
        left: -15rem;
        right: -15rem;
    }

    .desktop_extralarge\:-inset-x-64 {
        left: -16rem;
        right: -16rem;
    }

    .desktop_extralarge\:-inset-x-72 {
        left: -18rem;
        right: -18rem;
    }

    .desktop_extralarge\:-inset-x-80 {
        left: -20rem;
        right: -20rem;
    }

    .desktop_extralarge\:-inset-x-96 {
        left: -24rem;
        right: -24rem;
    }

    .desktop_extralarge\:-inset-x-px {
        left: -1px;
        right: -1px;
    }

    .desktop_extralarge\:-inset-x-0\.5 {
        left: -0.125rem;
        right: -0.125rem;
    }

    .desktop_extralarge\:-inset-x-1\.5 {
        left: -0.375rem;
        right: -0.375rem;
    }

    .desktop_extralarge\:-inset-x-2\.5 {
        left: -0.625rem;
        right: -0.625rem;
    }

    .desktop_extralarge\:-inset-x-3\.5 {
        left: -0.875rem;
        right: -0.875rem;
    }

    .desktop_extralarge\:-inset-x-5p {
        left: -5px;
        right: -5px;
    }

    .desktop_extralarge\:-inset-x-10p {
        left: -10px;
        right: -10px;
    }

    .desktop_extralarge\:-inset-x-14p {
        left: -14px;
        right: -14px;
    }

    .desktop_extralarge\:-inset-x-15p {
        left: -15px;
        right: -15px;
    }

    .desktop_extralarge\:-inset-x-15_2 {
        left: -60px;
        right: -60px;
    }

    .desktop_extralarge\:-inset-x-16_1 {
        left: -52px;
        right: -52px;
    }

    .desktop_extralarge\:-inset-x-16p {
        left: -16px;
        right: -16px;
    }

    .desktop_extralarge\:-inset-x-25p {
        left: -25px;
        right: -25px;
    }

    .desktop_extralarge\:-inset-x-48p {
        left: -48%;
        right: -48%;
    }

    .desktop_extralarge\:-inset-x-52p {
        left: -52%;
        right: -52%;
    }

    .desktop_extralarge\:inset-x-1\/2 {
        left: 50%;
        right: 50%;
    }

    .desktop_extralarge\:inset-x-1\/3 {
        left: 33.333333%;
        right: 33.333333%;
    }

    .desktop_extralarge\:inset-x-2\/3 {
        left: 66.666667%;
        right: 66.666667%;
    }

    .desktop_extralarge\:inset-x-1\/4 {
        left: 25%;
        right: 25%;
    }

    .desktop_extralarge\:inset-x-2\/4 {
        left: 50%;
        right: 50%;
    }

    .desktop_extralarge\:inset-x-3\/4 {
        left: 75%;
        right: 75%;
    }

    .desktop_extralarge\:inset-x-full {
        left: 100%;
        right: 100%;
    }

    .desktop_extralarge\:-inset-x-1\/2 {
        left: -50%;
        right: -50%;
    }

    .desktop_extralarge\:-inset-x-1\/3 {
        left: -33.333333%;
        right: -33.333333%;
    }

    .desktop_extralarge\:-inset-x-2\/3 {
        left: -66.666667%;
        right: -66.666667%;
    }

    .desktop_extralarge\:-inset-x-1\/4 {
        left: -25%;
        right: -25%;
    }

    .desktop_extralarge\:-inset-x-2\/4 {
        left: -50%;
        right: -50%;
    }

    .desktop_extralarge\:-inset-x-3\/4 {
        left: -75%;
        right: -75%;
    }

    .desktop_extralarge\:-inset-x-full {
        left: -100%;
        right: -100%;
    }

    .desktop_extralarge\:inset-y-0 {
        top: 0px;
        bottom: 0px;
    }

    .desktop_extralarge\:inset-y-1 {
        top: 0.25rem;
        bottom: 0.25rem;
    }

    .desktop_extralarge\:inset-y-2 {
        top: 0.5rem;
        bottom: 0.5rem;
    }

    .desktop_extralarge\:inset-y-3 {
        top: 0.75rem;
        bottom: 0.75rem;
    }

    .desktop_extralarge\:inset-y-4 {
        top: 1rem;
        bottom: 1rem;
    }

    .desktop_extralarge\:inset-y-5 {
        top: 1.25rem;
        bottom: 1.25rem;
    }

    .desktop_extralarge\:inset-y-6 {
        top: 1.5rem;
        bottom: 1.5rem;
    }

    .desktop_extralarge\:inset-y-7 {
        top: 1.75rem;
        bottom: 1.75rem;
    }

    .desktop_extralarge\:inset-y-8 {
        top: 2rem;
        bottom: 2rem;
    }

    .desktop_extralarge\:inset-y-9 {
        top: 2.25rem;
        bottom: 2.25rem;
    }

    .desktop_extralarge\:inset-y-10 {
        top: 2.5rem;
        bottom: 2.5rem;
    }

    .desktop_extralarge\:inset-y-11 {
        top: 2.75rem;
        bottom: 2.75rem;
    }

    .desktop_extralarge\:inset-y-12 {
        top: 3rem;
        bottom: 3rem;
    }

    .desktop_extralarge\:inset-y-14 {
        top: 3.5rem;
        bottom: 3.5rem;
    }

    .desktop_extralarge\:inset-y-16 {
        top: 4rem;
        bottom: 4rem;
    }

    .desktop_extralarge\:inset-y-18 {
        top: 4.375rem;
        bottom: 4.375rem;
    }

    .desktop_extralarge\:inset-y-19 {
        top: 76px;
        bottom: 76px;
    }

    .desktop_extralarge\:inset-y-20 {
        top: 5rem;
        bottom: 5rem;
    }

    .desktop_extralarge\:inset-y-24 {
        top: 6rem;
        bottom: 6rem;
    }

    .desktop_extralarge\:inset-y-28 {
        top: 7rem;
        bottom: 7rem;
    }

    .desktop_extralarge\:inset-y-30 {
        top: 120px;
        bottom: 120px;
    }

    .desktop_extralarge\:inset-y-32 {
        top: 8rem;
        bottom: 8rem;
    }

    .desktop_extralarge\:inset-y-36 {
        top: 9rem;
        bottom: 9rem;
    }

    .desktop_extralarge\:inset-y-40 {
        top: 10rem;
        bottom: 10rem;
    }

    .desktop_extralarge\:inset-y-44 {
        top: 11rem;
        bottom: 11rem;
    }

    .desktop_extralarge\:inset-y-48 {
        top: 12rem;
        bottom: 12rem;
    }

    .desktop_extralarge\:inset-y-52 {
        top: 13rem;
        bottom: 13rem;
    }

    .desktop_extralarge\:inset-y-56 {
        top: 14rem;
        bottom: 14rem;
    }

    .desktop_extralarge\:inset-y-60 {
        top: 15rem;
        bottom: 15rem;
    }

    .desktop_extralarge\:inset-y-64 {
        top: 16rem;
        bottom: 16rem;
    }

    .desktop_extralarge\:inset-y-72 {
        top: 18rem;
        bottom: 18rem;
    }

    .desktop_extralarge\:inset-y-80 {
        top: 20rem;
        bottom: 20rem;
    }

    .desktop_extralarge\:inset-y-96 {
        top: 24rem;
        bottom: 24rem;
    }

    .desktop_extralarge\:inset-y-auto {
        top: auto;
        bottom: auto;
    }

    .desktop_extralarge\:inset-y-px {
        top: 1px;
        bottom: 1px;
    }

    .desktop_extralarge\:inset-y-0\.5 {
        top: 0.125rem;
        bottom: 0.125rem;
    }

    .desktop_extralarge\:inset-y-1\.5 {
        top: 0.375rem;
        bottom: 0.375rem;
    }

    .desktop_extralarge\:inset-y-2\.5 {
        top: 0.625rem;
        bottom: 0.625rem;
    }

    .desktop_extralarge\:inset-y-3\.5 {
        top: 0.875rem;
        bottom: 0.875rem;
    }

    .desktop_extralarge\:inset-y-5p {
        top: 5px;
        bottom: 5px;
    }

    .desktop_extralarge\:inset-y-10p {
        top: 10px;
        bottom: 10px;
    }

    .desktop_extralarge\:inset-y-14p {
        top: 14px;
        bottom: 14px;
    }

    .desktop_extralarge\:inset-y-15p {
        top: 15px;
        bottom: 15px;
    }

    .desktop_extralarge\:inset-y-15_2 {
        top: 60px;
        bottom: 60px;
    }

    .desktop_extralarge\:inset-y-16_1 {
        top: 52px;
        bottom: 52px;
    }

    .desktop_extralarge\:inset-y-16p {
        top: 16px;
        bottom: 16px;
    }

    .desktop_extralarge\:inset-y-25p {
        top: 25px;
        bottom: 25px;
    }

    .desktop_extralarge\:inset-y-48p {
        top: 48%;
        bottom: 48%;
    }

    .desktop_extralarge\:inset-y-52p {
        top: 52%;
        bottom: 52%;
    }

    .desktop_extralarge\:-inset-y-0 {
        top: 0px;
        bottom: 0px;
    }

    .desktop_extralarge\:-inset-y-1 {
        top: -0.25rem;
        bottom: -0.25rem;
    }

    .desktop_extralarge\:-inset-y-2 {
        top: -0.5rem;
        bottom: -0.5rem;
    }

    .desktop_extralarge\:-inset-y-3 {
        top: -0.75rem;
        bottom: -0.75rem;
    }

    .desktop_extralarge\:-inset-y-4 {
        top: -1rem;
        bottom: -1rem;
    }

    .desktop_extralarge\:-inset-y-5 {
        top: -1.25rem;
        bottom: -1.25rem;
    }

    .desktop_extralarge\:-inset-y-6 {
        top: -1.5rem;
        bottom: -1.5rem;
    }

    .desktop_extralarge\:-inset-y-7 {
        top: -1.75rem;
        bottom: -1.75rem;
    }

    .desktop_extralarge\:-inset-y-8 {
        top: -2rem;
        bottom: -2rem;
    }

    .desktop_extralarge\:-inset-y-9 {
        top: -2.25rem;
        bottom: -2.25rem;
    }

    .desktop_extralarge\:-inset-y-10 {
        top: -2.5rem;
        bottom: -2.5rem;
    }

    .desktop_extralarge\:-inset-y-11 {
        top: -2.75rem;
        bottom: -2.75rem;
    }

    .desktop_extralarge\:-inset-y-12 {
        top: -3rem;
        bottom: -3rem;
    }

    .desktop_extralarge\:-inset-y-14 {
        top: -3.5rem;
        bottom: -3.5rem;
    }

    .desktop_extralarge\:-inset-y-16 {
        top: -4rem;
        bottom: -4rem;
    }

    .desktop_extralarge\:-inset-y-18 {
        top: -4.375rem;
        bottom: -4.375rem;
    }

    .desktop_extralarge\:-inset-y-19 {
        top: -76px;
        bottom: -76px;
    }

    .desktop_extralarge\:-inset-y-20 {
        top: -5rem;
        bottom: -5rem;
    }

    .desktop_extralarge\:-inset-y-24 {
        top: -6rem;
        bottom: -6rem;
    }

    .desktop_extralarge\:-inset-y-28 {
        top: -7rem;
        bottom: -7rem;
    }

    .desktop_extralarge\:-inset-y-30 {
        top: -120px;
        bottom: -120px;
    }

    .desktop_extralarge\:-inset-y-32 {
        top: -8rem;
        bottom: -8rem;
    }

    .desktop_extralarge\:-inset-y-36 {
        top: -9rem;
        bottom: -9rem;
    }

    .desktop_extralarge\:-inset-y-40 {
        top: -10rem;
        bottom: -10rem;
    }

    .desktop_extralarge\:-inset-y-44 {
        top: -11rem;
        bottom: -11rem;
    }

    .desktop_extralarge\:-inset-y-48 {
        top: -12rem;
        bottom: -12rem;
    }

    .desktop_extralarge\:-inset-y-52 {
        top: -13rem;
        bottom: -13rem;
    }

    .desktop_extralarge\:-inset-y-56 {
        top: -14rem;
        bottom: -14rem;
    }

    .desktop_extralarge\:-inset-y-60 {
        top: -15rem;
        bottom: -15rem;
    }

    .desktop_extralarge\:-inset-y-64 {
        top: -16rem;
        bottom: -16rem;
    }

    .desktop_extralarge\:-inset-y-72 {
        top: -18rem;
        bottom: -18rem;
    }

    .desktop_extralarge\:-inset-y-80 {
        top: -20rem;
        bottom: -20rem;
    }

    .desktop_extralarge\:-inset-y-96 {
        top: -24rem;
        bottom: -24rem;
    }

    .desktop_extralarge\:-inset-y-px {
        top: -1px;
        bottom: -1px;
    }

    .desktop_extralarge\:-inset-y-0\.5 {
        top: -0.125rem;
        bottom: -0.125rem;
    }

    .desktop_extralarge\:-inset-y-1\.5 {
        top: -0.375rem;
        bottom: -0.375rem;
    }

    .desktop_extralarge\:-inset-y-2\.5 {
        top: -0.625rem;
        bottom: -0.625rem;
    }

    .desktop_extralarge\:-inset-y-3\.5 {
        top: -0.875rem;
        bottom: -0.875rem;
    }

    .desktop_extralarge\:-inset-y-5p {
        top: -5px;
        bottom: -5px;
    }

    .desktop_extralarge\:-inset-y-10p {
        top: -10px;
        bottom: -10px;
    }

    .desktop_extralarge\:-inset-y-14p {
        top: -14px;
        bottom: -14px;
    }

    .desktop_extralarge\:-inset-y-15p {
        top: -15px;
        bottom: -15px;
    }

    .desktop_extralarge\:-inset-y-15_2 {
        top: -60px;
        bottom: -60px;
    }

    .desktop_extralarge\:-inset-y-16_1 {
        top: -52px;
        bottom: -52px;
    }

    .desktop_extralarge\:-inset-y-16p {
        top: -16px;
        bottom: -16px;
    }

    .desktop_extralarge\:-inset-y-25p {
        top: -25px;
        bottom: -25px;
    }

    .desktop_extralarge\:-inset-y-48p {
        top: -48%;
        bottom: -48%;
    }

    .desktop_extralarge\:-inset-y-52p {
        top: -52%;
        bottom: -52%;
    }

    .desktop_extralarge\:inset-y-1\/2 {
        top: 50%;
        bottom: 50%;
    }

    .desktop_extralarge\:inset-y-1\/3 {
        top: 33.333333%;
        bottom: 33.333333%;
    }

    .desktop_extralarge\:inset-y-2\/3 {
        top: 66.666667%;
        bottom: 66.666667%;
    }

    .desktop_extralarge\:inset-y-1\/4 {
        top: 25%;
        bottom: 25%;
    }

    .desktop_extralarge\:inset-y-2\/4 {
        top: 50%;
        bottom: 50%;
    }

    .desktop_extralarge\:inset-y-3\/4 {
        top: 75%;
        bottom: 75%;
    }

    .desktop_extralarge\:inset-y-full {
        top: 100%;
        bottom: 100%;
    }

    .desktop_extralarge\:-inset-y-1\/2 {
        top: -50%;
        bottom: -50%;
    }

    .desktop_extralarge\:-inset-y-1\/3 {
        top: -33.333333%;
        bottom: -33.333333%;
    }

    .desktop_extralarge\:-inset-y-2\/3 {
        top: -66.666667%;
        bottom: -66.666667%;
    }

    .desktop_extralarge\:-inset-y-1\/4 {
        top: -25%;
        bottom: -25%;
    }

    .desktop_extralarge\:-inset-y-2\/4 {
        top: -50%;
        bottom: -50%;
    }

    .desktop_extralarge\:-inset-y-3\/4 {
        top: -75%;
        bottom: -75%;
    }

    .desktop_extralarge\:-inset-y-full {
        top: -100%;
        bottom: -100%;
    }

    .desktop_extralarge\:top-0 {
        top: 0px;
    }

    .desktop_extralarge\:top-1 {
        top: 0.25rem;
    }

    .desktop_extralarge\:top-2 {
        top: 0.5rem;
    }

    .desktop_extralarge\:top-3 {
        top: 0.75rem;
    }

    .desktop_extralarge\:top-4 {
        top: 1rem;
    }

    .desktop_extralarge\:top-5 {
        top: 1.25rem;
    }

    .desktop_extralarge\:top-6 {
        top: 1.5rem;
    }

    .desktop_extralarge\:top-7 {
        top: 1.75rem;
    }

    .desktop_extralarge\:top-8 {
        top: 2rem;
    }

    .desktop_extralarge\:top-9 {
        top: 2.25rem;
    }

    .desktop_extralarge\:top-10 {
        top: 2.5rem;
    }

    .desktop_extralarge\:top-11 {
        top: 2.75rem;
    }

    .desktop_extralarge\:top-12 {
        top: 3rem;
    }

    .desktop_extralarge\:top-14 {
        top: 3.5rem;
    }

    .desktop_extralarge\:top-16 {
        top: 4rem;
    }

    .desktop_extralarge\:top-18 {
        top: 4.375rem;
    }

    .desktop_extralarge\:top-19 {
        top: 76px;
    }

    .desktop_extralarge\:top-20 {
        top: 5rem;
    }

    .desktop_extralarge\:top-24 {
        top: 6rem;
    }

    .desktop_extralarge\:top-28 {
        top: 7rem;
    }

    .desktop_extralarge\:top-30 {
        top: 120px;
    }

    .desktop_extralarge\:top-32 {
        top: 8rem;
    }

    .desktop_extralarge\:top-36 {
        top: 9rem;
    }

    .desktop_extralarge\:top-40 {
        top: 10rem;
    }

    .desktop_extralarge\:top-44 {
        top: 11rem;
    }

    .desktop_extralarge\:top-48 {
        top: 12rem;
    }

    .desktop_extralarge\:top-52 {
        top: 13rem;
    }

    .desktop_extralarge\:top-56 {
        top: 14rem;
    }

    .desktop_extralarge\:top-60 {
        top: 15rem;
    }

    .desktop_extralarge\:top-64 {
        top: 16rem;
    }

    .desktop_extralarge\:top-72 {
        top: 18rem;
    }

    .desktop_extralarge\:top-80 {
        top: 20rem;
    }

    .desktop_extralarge\:top-96 {
        top: 24rem;
    }

    .desktop_extralarge\:top-auto {
        top: auto;
    }

    .desktop_extralarge\:top-px {
        top: 1px;
    }

    .desktop_extralarge\:top-0\.5 {
        top: 0.125rem;
    }

    .desktop_extralarge\:top-1\.5 {
        top: 0.375rem;
    }

    .desktop_extralarge\:top-2\.5 {
        top: 0.625rem;
    }

    .desktop_extralarge\:top-3\.5 {
        top: 0.875rem;
    }

    .desktop_extralarge\:top-5p {
        top: 5px;
    }

    .desktop_extralarge\:top-10p {
        top: 10px;
    }

    .desktop_extralarge\:top-14p {
        top: 14px;
    }

    .desktop_extralarge\:top-15p {
        top: 15px;
    }

    .desktop_extralarge\:top-15_2 {
        top: 60px;
    }

    .desktop_extralarge\:top-16_1 {
        top: 52px;
    }

    .desktop_extralarge\:top-16p {
        top: 16px;
    }

    .desktop_extralarge\:top-25p {
        top: 25px;
    }

    .desktop_extralarge\:top-48p {
        top: 48%;
    }

    .desktop_extralarge\:top-52p {
        top: 52%;
    }

    .desktop_extralarge\:-top-0 {
        top: 0px;
    }

    .desktop_extralarge\:-top-1 {
        top: -0.25rem;
    }

    .desktop_extralarge\:-top-2 {
        top: -0.5rem;
    }

    .desktop_extralarge\:-top-3 {
        top: -0.75rem;
    }

    .desktop_extralarge\:-top-4 {
        top: -1rem;
    }

    .desktop_extralarge\:-top-5 {
        top: -1.25rem;
    }

    .desktop_extralarge\:-top-6 {
        top: -1.5rem;
    }

    .desktop_extralarge\:-top-7 {
        top: -1.75rem;
    }

    .desktop_extralarge\:-top-8 {
        top: -2rem;
    }

    .desktop_extralarge\:-top-9 {
        top: -2.25rem;
    }

    .desktop_extralarge\:-top-10 {
        top: -2.5rem;
    }

    .desktop_extralarge\:-top-11 {
        top: -2.75rem;
    }

    .desktop_extralarge\:-top-12 {
        top: -3rem;
    }

    .desktop_extralarge\:-top-14 {
        top: -3.5rem;
    }

    .desktop_extralarge\:-top-16 {
        top: -4rem;
    }

    .desktop_extralarge\:-top-18 {
        top: -4.375rem;
    }

    .desktop_extralarge\:-top-19 {
        top: -76px;
    }

    .desktop_extralarge\:-top-20 {
        top: -5rem;
    }

    .desktop_extralarge\:-top-24 {
        top: -6rem;
    }

    .desktop_extralarge\:-top-28 {
        top: -7rem;
    }

    .desktop_extralarge\:-top-30 {
        top: -120px;
    }

    .desktop_extralarge\:-top-32 {
        top: -8rem;
    }

    .desktop_extralarge\:-top-36 {
        top: -9rem;
    }

    .desktop_extralarge\:-top-40 {
        top: -10rem;
    }

    .desktop_extralarge\:-top-44 {
        top: -11rem;
    }

    .desktop_extralarge\:-top-48 {
        top: -12rem;
    }

    .desktop_extralarge\:-top-52 {
        top: -13rem;
    }

    .desktop_extralarge\:-top-56 {
        top: -14rem;
    }

    .desktop_extralarge\:-top-60 {
        top: -15rem;
    }

    .desktop_extralarge\:-top-64 {
        top: -16rem;
    }

    .desktop_extralarge\:-top-72 {
        top: -18rem;
    }

    .desktop_extralarge\:-top-80 {
        top: -20rem;
    }

    .desktop_extralarge\:-top-96 {
        top: -24rem;
    }

    .desktop_extralarge\:-top-px {
        top: -1px;
    }

    .desktop_extralarge\:-top-0\.5 {
        top: -0.125rem;
    }

    .desktop_extralarge\:-top-1\.5 {
        top: -0.375rem;
    }

    .desktop_extralarge\:-top-2\.5 {
        top: -0.625rem;
    }

    .desktop_extralarge\:-top-3\.5 {
        top: -0.875rem;
    }

    .desktop_extralarge\:-top-5p {
        top: -5px;
    }

    .desktop_extralarge\:-top-10p {
        top: -10px;
    }

    .desktop_extralarge\:-top-14p {
        top: -14px;
    }

    .desktop_extralarge\:-top-15p {
        top: -15px;
    }

    .desktop_extralarge\:-top-15_2 {
        top: -60px;
    }

    .desktop_extralarge\:-top-16_1 {
        top: -52px;
    }

    .desktop_extralarge\:-top-16p {
        top: -16px;
    }

    .desktop_extralarge\:-top-25p {
        top: -25px;
    }

    .desktop_extralarge\:-top-48p {
        top: -48%;
    }

    .desktop_extralarge\:-top-52p {
        top: -52%;
    }

    .desktop_extralarge\:top-1\/2 {
        top: 50%;
    }

    .desktop_extralarge\:top-1\/3 {
        top: 33.333333%;
    }

    .desktop_extralarge\:top-2\/3 {
        top: 66.666667%;
    }

    .desktop_extralarge\:top-1\/4 {
        top: 25%;
    }

    .desktop_extralarge\:top-2\/4 {
        top: 50%;
    }

    .desktop_extralarge\:top-3\/4 {
        top: 75%;
    }

    .desktop_extralarge\:top-full {
        top: 100%;
    }

    .desktop_extralarge\:-top-1\/2 {
        top: -50%;
    }

    .desktop_extralarge\:-top-1\/3 {
        top: -33.333333%;
    }

    .desktop_extralarge\:-top-2\/3 {
        top: -66.666667%;
    }

    .desktop_extralarge\:-top-1\/4 {
        top: -25%;
    }

    .desktop_extralarge\:-top-2\/4 {
        top: -50%;
    }

    .desktop_extralarge\:-top-3\/4 {
        top: -75%;
    }

    .desktop_extralarge\:-top-full {
        top: -100%;
    }

    .desktop_extralarge\:right-0 {
        right: 0px;
    }

    .desktop_extralarge\:right-1 {
        right: 0.25rem;
    }

    .desktop_extralarge\:right-2 {
        right: 0.5rem;
    }

    .desktop_extralarge\:right-3 {
        right: 0.75rem;
    }

    .desktop_extralarge\:right-4 {
        right: 1rem;
    }

    .desktop_extralarge\:right-5 {
        right: 1.25rem;
    }

    .desktop_extralarge\:right-6 {
        right: 1.5rem;
    }

    .desktop_extralarge\:right-7 {
        right: 1.75rem;
    }

    .desktop_extralarge\:right-8 {
        right: 2rem;
    }

    .desktop_extralarge\:right-9 {
        right: 2.25rem;
    }

    .desktop_extralarge\:right-10 {
        right: 2.5rem;
    }

    .desktop_extralarge\:right-11 {
        right: 2.75rem;
    }

    .desktop_extralarge\:right-12 {
        right: 3rem;
    }

    .desktop_extralarge\:right-14 {
        right: 3.5rem;
    }

    .desktop_extralarge\:right-16 {
        right: 4rem;
    }

    .desktop_extralarge\:right-18 {
        right: 4.375rem;
    }

    .desktop_extralarge\:right-19 {
        right: 76px;
    }

    .desktop_extralarge\:right-20 {
        right: 5rem;
    }

    .desktop_extralarge\:right-24 {
        right: 6rem;
    }

    .desktop_extralarge\:right-28 {
        right: 7rem;
    }

    .desktop_extralarge\:right-30 {
        right: 120px;
    }

    .desktop_extralarge\:right-32 {
        right: 8rem;
    }

    .desktop_extralarge\:right-36 {
        right: 9rem;
    }

    .desktop_extralarge\:right-40 {
        right: 10rem;
    }

    .desktop_extralarge\:right-44 {
        right: 11rem;
    }

    .desktop_extralarge\:right-48 {
        right: 12rem;
    }

    .desktop_extralarge\:right-52 {
        right: 13rem;
    }

    .desktop_extralarge\:right-56 {
        right: 14rem;
    }

    .desktop_extralarge\:right-60 {
        right: 15rem;
    }

    .desktop_extralarge\:right-64 {
        right: 16rem;
    }

    .desktop_extralarge\:right-72 {
        right: 18rem;
    }

    .desktop_extralarge\:right-80 {
        right: 20rem;
    }

    .desktop_extralarge\:right-96 {
        right: 24rem;
    }

    .desktop_extralarge\:right-auto {
        right: auto;
    }

    .desktop_extralarge\:right-px {
        right: 1px;
    }

    .desktop_extralarge\:right-0\.5 {
        right: 0.125rem;
    }

    .desktop_extralarge\:right-1\.5 {
        right: 0.375rem;
    }

    .desktop_extralarge\:right-2\.5 {
        right: 0.625rem;
    }

    .desktop_extralarge\:right-3\.5 {
        right: 0.875rem;
    }

    .desktop_extralarge\:right-5p {
        right: 5px;
    }

    .desktop_extralarge\:right-10p {
        right: 10px;
    }

    .desktop_extralarge\:right-14p {
        right: 14px;
    }

    .desktop_extralarge\:right-15p {
        right: 15px;
    }

    .desktop_extralarge\:right-15_2 {
        right: 60px;
    }

    .desktop_extralarge\:right-16_1 {
        right: 52px;
    }

    .desktop_extralarge\:right-16p {
        right: 16px;
    }

    .desktop_extralarge\:right-25p {
        right: 25px;
    }

    .desktop_extralarge\:right-48p {
        right: 48%;
    }

    .desktop_extralarge\:right-52p {
        right: 52%;
    }

    .desktop_extralarge\:-right-0 {
        right: 0px;
    }

    .desktop_extralarge\:-right-1 {
        right: -0.25rem;
    }

    .desktop_extralarge\:-right-2 {
        right: -0.5rem;
    }

    .desktop_extralarge\:-right-3 {
        right: -0.75rem;
    }

    .desktop_extralarge\:-right-4 {
        right: -1rem;
    }

    .desktop_extralarge\:-right-5 {
        right: -1.25rem;
    }

    .desktop_extralarge\:-right-6 {
        right: -1.5rem;
    }

    .desktop_extralarge\:-right-7 {
        right: -1.75rem;
    }

    .desktop_extralarge\:-right-8 {
        right: -2rem;
    }

    .desktop_extralarge\:-right-9 {
        right: -2.25rem;
    }

    .desktop_extralarge\:-right-10 {
        right: -2.5rem;
    }

    .desktop_extralarge\:-right-11 {
        right: -2.75rem;
    }

    .desktop_extralarge\:-right-12 {
        right: -3rem;
    }

    .desktop_extralarge\:-right-14 {
        right: -3.5rem;
    }

    .desktop_extralarge\:-right-16 {
        right: -4rem;
    }

    .desktop_extralarge\:-right-18 {
        right: -4.375rem;
    }

    .desktop_extralarge\:-right-19 {
        right: -76px;
    }

    .desktop_extralarge\:-right-20 {
        right: -5rem;
    }

    .desktop_extralarge\:-right-24 {
        right: -6rem;
    }

    .desktop_extralarge\:-right-28 {
        right: -7rem;
    }

    .desktop_extralarge\:-right-30 {
        right: -120px;
    }

    .desktop_extralarge\:-right-32 {
        right: -8rem;
    }

    .desktop_extralarge\:-right-36 {
        right: -9rem;
    }

    .desktop_extralarge\:-right-40 {
        right: -10rem;
    }

    .desktop_extralarge\:-right-44 {
        right: -11rem;
    }

    .desktop_extralarge\:-right-48 {
        right: -12rem;
    }

    .desktop_extralarge\:-right-52 {
        right: -13rem;
    }

    .desktop_extralarge\:-right-56 {
        right: -14rem;
    }

    .desktop_extralarge\:-right-60 {
        right: -15rem;
    }

    .desktop_extralarge\:-right-64 {
        right: -16rem;
    }

    .desktop_extralarge\:-right-72 {
        right: -18rem;
    }

    .desktop_extralarge\:-right-80 {
        right: -20rem;
    }

    .desktop_extralarge\:-right-96 {
        right: -24rem;
    }

    .desktop_extralarge\:-right-px {
        right: -1px;
    }

    .desktop_extralarge\:-right-0\.5 {
        right: -0.125rem;
    }

    .desktop_extralarge\:-right-1\.5 {
        right: -0.375rem;
    }

    .desktop_extralarge\:-right-2\.5 {
        right: -0.625rem;
    }

    .desktop_extralarge\:-right-3\.5 {
        right: -0.875rem;
    }

    .desktop_extralarge\:-right-5p {
        right: -5px;
    }

    .desktop_extralarge\:-right-10p {
        right: -10px;
    }

    .desktop_extralarge\:-right-14p {
        right: -14px;
    }

    .desktop_extralarge\:-right-15p {
        right: -15px;
    }

    .desktop_extralarge\:-right-15_2 {
        right: -60px;
    }

    .desktop_extralarge\:-right-16_1 {
        right: -52px;
    }

    .desktop_extralarge\:-right-16p {
        right: -16px;
    }

    .desktop_extralarge\:-right-25p {
        right: -25px;
    }

    .desktop_extralarge\:-right-48p {
        right: -48%;
    }

    .desktop_extralarge\:-right-52p {
        right: -52%;
    }

    .desktop_extralarge\:right-1\/2 {
        right: 50%;
    }

    .desktop_extralarge\:right-1\/3 {
        right: 33.333333%;
    }

    .desktop_extralarge\:right-2\/3 {
        right: 66.666667%;
    }

    .desktop_extralarge\:right-1\/4 {
        right: 25%;
    }

    .desktop_extralarge\:right-2\/4 {
        right: 50%;
    }

    .desktop_extralarge\:right-3\/4 {
        right: 75%;
    }

    .desktop_extralarge\:right-full {
        right: 100%;
    }

    .desktop_extralarge\:-right-1\/2 {
        right: -50%;
    }

    .desktop_extralarge\:-right-1\/3 {
        right: -33.333333%;
    }

    .desktop_extralarge\:-right-2\/3 {
        right: -66.666667%;
    }

    .desktop_extralarge\:-right-1\/4 {
        right: -25%;
    }

    .desktop_extralarge\:-right-2\/4 {
        right: -50%;
    }

    .desktop_extralarge\:-right-3\/4 {
        right: -75%;
    }

    .desktop_extralarge\:-right-full {
        right: -100%;
    }

    .desktop_extralarge\:bottom-0 {
        bottom: 0px;
    }

    .desktop_extralarge\:bottom-1 {
        bottom: 0.25rem;
    }

    .desktop_extralarge\:bottom-2 {
        bottom: 0.5rem;
    }

    .desktop_extralarge\:bottom-3 {
        bottom: 0.75rem;
    }

    .desktop_extralarge\:bottom-4 {
        bottom: 1rem;
    }

    .desktop_extralarge\:bottom-5 {
        bottom: 1.25rem;
    }

    .desktop_extralarge\:bottom-6 {
        bottom: 1.5rem;
    }

    .desktop_extralarge\:bottom-7 {
        bottom: 1.75rem;
    }

    .desktop_extralarge\:bottom-8 {
        bottom: 2rem;
    }

    .desktop_extralarge\:bottom-9 {
        bottom: 2.25rem;
    }

    .desktop_extralarge\:bottom-10 {
        bottom: 2.5rem;
    }

    .desktop_extralarge\:bottom-11 {
        bottom: 2.75rem;
    }

    .desktop_extralarge\:bottom-12 {
        bottom: 3rem;
    }

    .desktop_extralarge\:bottom-14 {
        bottom: 3.5rem;
    }

    .desktop_extralarge\:bottom-16 {
        bottom: 4rem;
    }

    .desktop_extralarge\:bottom-18 {
        bottom: 4.375rem;
    }

    .desktop_extralarge\:bottom-19 {
        bottom: 76px;
    }

    .desktop_extralarge\:bottom-20 {
        bottom: 5rem;
    }

    .desktop_extralarge\:bottom-24 {
        bottom: 6rem;
    }

    .desktop_extralarge\:bottom-28 {
        bottom: 7rem;
    }

    .desktop_extralarge\:bottom-30 {
        bottom: 120px;
    }

    .desktop_extralarge\:bottom-32 {
        bottom: 8rem;
    }

    .desktop_extralarge\:bottom-36 {
        bottom: 9rem;
    }

    .desktop_extralarge\:bottom-40 {
        bottom: 10rem;
    }

    .desktop_extralarge\:bottom-44 {
        bottom: 11rem;
    }

    .desktop_extralarge\:bottom-48 {
        bottom: 12rem;
    }

    .desktop_extralarge\:bottom-52 {
        bottom: 13rem;
    }

    .desktop_extralarge\:bottom-56 {
        bottom: 14rem;
    }

    .desktop_extralarge\:bottom-60 {
        bottom: 15rem;
    }

    .desktop_extralarge\:bottom-64 {
        bottom: 16rem;
    }

    .desktop_extralarge\:bottom-72 {
        bottom: 18rem;
    }

    .desktop_extralarge\:bottom-80 {
        bottom: 20rem;
    }

    .desktop_extralarge\:bottom-96 {
        bottom: 24rem;
    }

    .desktop_extralarge\:bottom-auto {
        bottom: auto;
    }

    .desktop_extralarge\:bottom-px {
        bottom: 1px;
    }

    .desktop_extralarge\:bottom-0\.5 {
        bottom: 0.125rem;
    }

    .desktop_extralarge\:bottom-1\.5 {
        bottom: 0.375rem;
    }

    .desktop_extralarge\:bottom-2\.5 {
        bottom: 0.625rem;
    }

    .desktop_extralarge\:bottom-3\.5 {
        bottom: 0.875rem;
    }

    .desktop_extralarge\:bottom-5p {
        bottom: 5px;
    }

    .desktop_extralarge\:bottom-10p {
        bottom: 10px;
    }

    .desktop_extralarge\:bottom-14p {
        bottom: 14px;
    }

    .desktop_extralarge\:bottom-15p {
        bottom: 15px;
    }

    .desktop_extralarge\:bottom-15_2 {
        bottom: 60px;
    }

    .desktop_extralarge\:bottom-16_1 {
        bottom: 52px;
    }

    .desktop_extralarge\:bottom-16p {
        bottom: 16px;
    }

    .desktop_extralarge\:bottom-25p {
        bottom: 25px;
    }

    .desktop_extralarge\:bottom-48p {
        bottom: 48%;
    }

    .desktop_extralarge\:bottom-52p {
        bottom: 52%;
    }

    .desktop_extralarge\:-bottom-0 {
        bottom: 0px;
    }

    .desktop_extralarge\:-bottom-1 {
        bottom: -0.25rem;
    }

    .desktop_extralarge\:-bottom-2 {
        bottom: -0.5rem;
    }

    .desktop_extralarge\:-bottom-3 {
        bottom: -0.75rem;
    }

    .desktop_extralarge\:-bottom-4 {
        bottom: -1rem;
    }

    .desktop_extralarge\:-bottom-5 {
        bottom: -1.25rem;
    }

    .desktop_extralarge\:-bottom-6 {
        bottom: -1.5rem;
    }

    .desktop_extralarge\:-bottom-7 {
        bottom: -1.75rem;
    }

    .desktop_extralarge\:-bottom-8 {
        bottom: -2rem;
    }

    .desktop_extralarge\:-bottom-9 {
        bottom: -2.25rem;
    }

    .desktop_extralarge\:-bottom-10 {
        bottom: -2.5rem;
    }

    .desktop_extralarge\:-bottom-11 {
        bottom: -2.75rem;
    }

    .desktop_extralarge\:-bottom-12 {
        bottom: -3rem;
    }

    .desktop_extralarge\:-bottom-14 {
        bottom: -3.5rem;
    }

    .desktop_extralarge\:-bottom-16 {
        bottom: -4rem;
    }

    .desktop_extralarge\:-bottom-18 {
        bottom: -4.375rem;
    }

    .desktop_extralarge\:-bottom-19 {
        bottom: -76px;
    }

    .desktop_extralarge\:-bottom-20 {
        bottom: -5rem;
    }

    .desktop_extralarge\:-bottom-24 {
        bottom: -6rem;
    }

    .desktop_extralarge\:-bottom-28 {
        bottom: -7rem;
    }

    .desktop_extralarge\:-bottom-30 {
        bottom: -120px;
    }

    .desktop_extralarge\:-bottom-32 {
        bottom: -8rem;
    }

    .desktop_extralarge\:-bottom-36 {
        bottom: -9rem;
    }

    .desktop_extralarge\:-bottom-40 {
        bottom: -10rem;
    }

    .desktop_extralarge\:-bottom-44 {
        bottom: -11rem;
    }

    .desktop_extralarge\:-bottom-48 {
        bottom: -12rem;
    }

    .desktop_extralarge\:-bottom-52 {
        bottom: -13rem;
    }

    .desktop_extralarge\:-bottom-56 {
        bottom: -14rem;
    }

    .desktop_extralarge\:-bottom-60 {
        bottom: -15rem;
    }

    .desktop_extralarge\:-bottom-64 {
        bottom: -16rem;
    }

    .desktop_extralarge\:-bottom-72 {
        bottom: -18rem;
    }

    .desktop_extralarge\:-bottom-80 {
        bottom: -20rem;
    }

    .desktop_extralarge\:-bottom-96 {
        bottom: -24rem;
    }

    .desktop_extralarge\:-bottom-px {
        bottom: -1px;
    }

    .desktop_extralarge\:-bottom-0\.5 {
        bottom: -0.125rem;
    }

    .desktop_extralarge\:-bottom-1\.5 {
        bottom: -0.375rem;
    }

    .desktop_extralarge\:-bottom-2\.5 {
        bottom: -0.625rem;
    }

    .desktop_extralarge\:-bottom-3\.5 {
        bottom: -0.875rem;
    }

    .desktop_extralarge\:-bottom-5p {
        bottom: -5px;
    }

    .desktop_extralarge\:-bottom-10p {
        bottom: -10px;
    }

    .desktop_extralarge\:-bottom-14p {
        bottom: -14px;
    }

    .desktop_extralarge\:-bottom-15p {
        bottom: -15px;
    }

    .desktop_extralarge\:-bottom-15_2 {
        bottom: -60px;
    }

    .desktop_extralarge\:-bottom-16_1 {
        bottom: -52px;
    }

    .desktop_extralarge\:-bottom-16p {
        bottom: -16px;
    }

    .desktop_extralarge\:-bottom-25p {
        bottom: -25px;
    }

    .desktop_extralarge\:-bottom-48p {
        bottom: -48%;
    }

    .desktop_extralarge\:-bottom-52p {
        bottom: -52%;
    }

    .desktop_extralarge\:bottom-1\/2 {
        bottom: 50%;
    }

    .desktop_extralarge\:bottom-1\/3 {
        bottom: 33.333333%;
    }

    .desktop_extralarge\:bottom-2\/3 {
        bottom: 66.666667%;
    }

    .desktop_extralarge\:bottom-1\/4 {
        bottom: 25%;
    }

    .desktop_extralarge\:bottom-2\/4 {
        bottom: 50%;
    }

    .desktop_extralarge\:bottom-3\/4 {
        bottom: 75%;
    }

    .desktop_extralarge\:bottom-full {
        bottom: 100%;
    }

    .desktop_extralarge\:-bottom-1\/2 {
        bottom: -50%;
    }

    .desktop_extralarge\:-bottom-1\/3 {
        bottom: -33.333333%;
    }

    .desktop_extralarge\:-bottom-2\/3 {
        bottom: -66.666667%;
    }

    .desktop_extralarge\:-bottom-1\/4 {
        bottom: -25%;
    }

    .desktop_extralarge\:-bottom-2\/4 {
        bottom: -50%;
    }

    .desktop_extralarge\:-bottom-3\/4 {
        bottom: -75%;
    }

    .desktop_extralarge\:-bottom-full {
        bottom: -100%;
    }

    .desktop_extralarge\:left-0 {
        left: 0px;
    }

    .desktop_extralarge\:left-1 {
        left: 0.25rem;
    }

    .desktop_extralarge\:left-2 {
        left: 0.5rem;
    }

    .desktop_extralarge\:left-3 {
        left: 0.75rem;
    }

    .desktop_extralarge\:left-4 {
        left: 1rem;
    }

    .desktop_extralarge\:left-5 {
        left: 1.25rem;
    }

    .desktop_extralarge\:left-6 {
        left: 1.5rem;
    }

    .desktop_extralarge\:left-7 {
        left: 1.75rem;
    }

    .desktop_extralarge\:left-8 {
        left: 2rem;
    }

    .desktop_extralarge\:left-9 {
        left: 2.25rem;
    }

    .desktop_extralarge\:left-10 {
        left: 2.5rem;
    }

    .desktop_extralarge\:left-11 {
        left: 2.75rem;
    }

    .desktop_extralarge\:left-12 {
        left: 3rem;
    }

    .desktop_extralarge\:left-14 {
        left: 3.5rem;
    }

    .desktop_extralarge\:left-16 {
        left: 4rem;
    }

    .desktop_extralarge\:left-18 {
        left: 4.375rem;
    }

    .desktop_extralarge\:left-19 {
        left: 76px;
    }

    .desktop_extralarge\:left-20 {
        left: 5rem;
    }

    .desktop_extralarge\:left-24 {
        left: 6rem;
    }

    .desktop_extralarge\:left-28 {
        left: 7rem;
    }

    .desktop_extralarge\:left-30 {
        left: 120px;
    }

    .desktop_extralarge\:left-32 {
        left: 8rem;
    }

    .desktop_extralarge\:left-36 {
        left: 9rem;
    }

    .desktop_extralarge\:left-40 {
        left: 10rem;
    }

    .desktop_extralarge\:left-44 {
        left: 11rem;
    }

    .desktop_extralarge\:left-48 {
        left: 12rem;
    }

    .desktop_extralarge\:left-52 {
        left: 13rem;
    }

    .desktop_extralarge\:left-56 {
        left: 14rem;
    }

    .desktop_extralarge\:left-60 {
        left: 15rem;
    }

    .desktop_extralarge\:left-64 {
        left: 16rem;
    }

    .desktop_extralarge\:left-72 {
        left: 18rem;
    }

    .desktop_extralarge\:left-80 {
        left: 20rem;
    }

    .desktop_extralarge\:left-96 {
        left: 24rem;
    }

    .desktop_extralarge\:left-auto {
        left: auto;
    }

    .desktop_extralarge\:left-px {
        left: 1px;
    }

    .desktop_extralarge\:left-0\.5 {
        left: 0.125rem;
    }

    .desktop_extralarge\:left-1\.5 {
        left: 0.375rem;
    }

    .desktop_extralarge\:left-2\.5 {
        left: 0.625rem;
    }

    .desktop_extralarge\:left-3\.5 {
        left: 0.875rem;
    }

    .desktop_extralarge\:left-5p {
        left: 5px;
    }

    .desktop_extralarge\:left-10p {
        left: 10px;
    }

    .desktop_extralarge\:left-14p {
        left: 14px;
    }

    .desktop_extralarge\:left-15p {
        left: 15px;
    }

    .desktop_extralarge\:left-15_2 {
        left: 60px;
    }

    .desktop_extralarge\:left-16_1 {
        left: 52px;
    }

    .desktop_extralarge\:left-16p {
        left: 16px;
    }

    .desktop_extralarge\:left-25p {
        left: 25px;
    }

    .desktop_extralarge\:left-48p {
        left: 48%;
    }

    .desktop_extralarge\:left-52p {
        left: 52%;
    }

    .desktop_extralarge\:-left-0 {
        left: 0px;
    }

    .desktop_extralarge\:-left-1 {
        left: -0.25rem;
    }

    .desktop_extralarge\:-left-2 {
        left: -0.5rem;
    }

    .desktop_extralarge\:-left-3 {
        left: -0.75rem;
    }

    .desktop_extralarge\:-left-4 {
        left: -1rem;
    }

    .desktop_extralarge\:-left-5 {
        left: -1.25rem;
    }

    .desktop_extralarge\:-left-6 {
        left: -1.5rem;
    }

    .desktop_extralarge\:-left-7 {
        left: -1.75rem;
    }

    .desktop_extralarge\:-left-8 {
        left: -2rem;
    }

    .desktop_extralarge\:-left-9 {
        left: -2.25rem;
    }

    .desktop_extralarge\:-left-10 {
        left: -2.5rem;
    }

    .desktop_extralarge\:-left-11 {
        left: -2.75rem;
    }

    .desktop_extralarge\:-left-12 {
        left: -3rem;
    }

    .desktop_extralarge\:-left-14 {
        left: -3.5rem;
    }

    .desktop_extralarge\:-left-16 {
        left: -4rem;
    }

    .desktop_extralarge\:-left-18 {
        left: -4.375rem;
    }

    .desktop_extralarge\:-left-19 {
        left: -76px;
    }

    .desktop_extralarge\:-left-20 {
        left: -5rem;
    }

    .desktop_extralarge\:-left-24 {
        left: -6rem;
    }

    .desktop_extralarge\:-left-28 {
        left: -7rem;
    }

    .desktop_extralarge\:-left-30 {
        left: -120px;
    }

    .desktop_extralarge\:-left-32 {
        left: -8rem;
    }

    .desktop_extralarge\:-left-36 {
        left: -9rem;
    }

    .desktop_extralarge\:-left-40 {
        left: -10rem;
    }

    .desktop_extralarge\:-left-44 {
        left: -11rem;
    }

    .desktop_extralarge\:-left-48 {
        left: -12rem;
    }

    .desktop_extralarge\:-left-52 {
        left: -13rem;
    }

    .desktop_extralarge\:-left-56 {
        left: -14rem;
    }

    .desktop_extralarge\:-left-60 {
        left: -15rem;
    }

    .desktop_extralarge\:-left-64 {
        left: -16rem;
    }

    .desktop_extralarge\:-left-72 {
        left: -18rem;
    }

    .desktop_extralarge\:-left-80 {
        left: -20rem;
    }

    .desktop_extralarge\:-left-96 {
        left: -24rem;
    }

    .desktop_extralarge\:-left-px {
        left: -1px;
    }

    .desktop_extralarge\:-left-0\.5 {
        left: -0.125rem;
    }

    .desktop_extralarge\:-left-1\.5 {
        left: -0.375rem;
    }

    .desktop_extralarge\:-left-2\.5 {
        left: -0.625rem;
    }

    .desktop_extralarge\:-left-3\.5 {
        left: -0.875rem;
    }

    .desktop_extralarge\:-left-5p {
        left: -5px;
    }

    .desktop_extralarge\:-left-10p {
        left: -10px;
    }

    .desktop_extralarge\:-left-14p {
        left: -14px;
    }

    .desktop_extralarge\:-left-15p {
        left: -15px;
    }

    .desktop_extralarge\:-left-15_2 {
        left: -60px;
    }

    .desktop_extralarge\:-left-16_1 {
        left: -52px;
    }

    .desktop_extralarge\:-left-16p {
        left: -16px;
    }

    .desktop_extralarge\:-left-25p {
        left: -25px;
    }

    .desktop_extralarge\:-left-48p {
        left: -48%;
    }

    .desktop_extralarge\:-left-52p {
        left: -52%;
    }

    .desktop_extralarge\:left-1\/2 {
        left: 50%;
    }

    .desktop_extralarge\:left-1\/3 {
        left: 33.333333%;
    }

    .desktop_extralarge\:left-2\/3 {
        left: 66.666667%;
    }

    .desktop_extralarge\:left-1\/4 {
        left: 25%;
    }

    .desktop_extralarge\:left-2\/4 {
        left: 50%;
    }

    .desktop_extralarge\:left-3\/4 {
        left: 75%;
    }

    .desktop_extralarge\:left-full {
        left: 100%;
    }

    .desktop_extralarge\:-left-1\/2 {
        left: -50%;
    }

    .desktop_extralarge\:-left-1\/3 {
        left: -33.333333%;
    }

    .desktop_extralarge\:-left-2\/3 {
        left: -66.666667%;
    }

    .desktop_extralarge\:-left-1\/4 {
        left: -25%;
    }

    .desktop_extralarge\:-left-2\/4 {
        left: -50%;
    }

    .desktop_extralarge\:-left-3\/4 {
        left: -75%;
    }

    .desktop_extralarge\:-left-full {
        left: -100%;
    }

    .desktop_extralarge\:isolate {
        isolation: isolate;
    }

    .desktop_extralarge\:isolation-auto {
        isolation: auto;
    }

    .desktop_extralarge\:z-0 {
        z-index: 0;
    }

    .desktop_extralarge\:z-10 {
        z-index: 10;
    }

    .desktop_extralarge\:z-20 {
        z-index: 20;
    }

    .desktop_extralarge\:z-30 {
        z-index: 30;
    }

    .desktop_extralarge\:z-40 {
        z-index: 40;
    }

    .desktop_extralarge\:z-50 {
        z-index: 50;
    }

    .desktop_extralarge\:z-auto {
        z-index: auto;
    }

    .desktop_extralarge\:focus-within\:z-0:focus-within {
        z-index: 0;
    }

    .desktop_extralarge\:focus-within\:z-10:focus-within {
        z-index: 10;
    }

    .desktop_extralarge\:focus-within\:z-20:focus-within {
        z-index: 20;
    }

    .desktop_extralarge\:focus-within\:z-30:focus-within {
        z-index: 30;
    }

    .desktop_extralarge\:focus-within\:z-40:focus-within {
        z-index: 40;
    }

    .desktop_extralarge\:focus-within\:z-50:focus-within {
        z-index: 50;
    }

    .desktop_extralarge\:focus-within\:z-auto:focus-within {
        z-index: auto;
    }

    .desktop_extralarge\:focus\:z-0:focus {
        z-index: 0;
    }

    .desktop_extralarge\:focus\:z-10:focus {
        z-index: 10;
    }

    .desktop_extralarge\:focus\:z-20:focus {
        z-index: 20;
    }

    .desktop_extralarge\:focus\:z-30:focus {
        z-index: 30;
    }

    .desktop_extralarge\:focus\:z-40:focus {
        z-index: 40;
    }

    .desktop_extralarge\:focus\:z-50:focus {
        z-index: 50;
    }

    .desktop_extralarge\:focus\:z-auto:focus {
        z-index: auto;
    }

    .desktop_extralarge\:order-1 {
        order: 1;
    }

    .desktop_extralarge\:order-2 {
        order: 2;
    }

    .desktop_extralarge\:order-3 {
        order: 3;
    }

    .desktop_extralarge\:order-4 {
        order: 4;
    }

    .desktop_extralarge\:order-5 {
        order: 5;
    }

    .desktop_extralarge\:order-6 {
        order: 6;
    }

    .desktop_extralarge\:order-7 {
        order: 7;
    }

    .desktop_extralarge\:order-8 {
        order: 8;
    }

    .desktop_extralarge\:order-9 {
        order: 9;
    }

    .desktop_extralarge\:order-10 {
        order: 10;
    }

    .desktop_extralarge\:order-11 {
        order: 11;
    }

    .desktop_extralarge\:order-12 {
        order: 12;
    }

    .desktop_extralarge\:order-first {
        order: -9999;
    }

    .desktop_extralarge\:order-last {
        order: 9999;
    }

    .desktop_extralarge\:order-none {
        order: 0;
    }

    .desktop_extralarge\:col-auto {
        grid-column: auto;
    }

    .desktop_extralarge\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .desktop_extralarge\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .desktop_extralarge\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .desktop_extralarge\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .desktop_extralarge\:col-span-5 {
        grid-column: span 5 / span 5;
    }

    .desktop_extralarge\:col-span-6 {
        grid-column: span 6 / span 6;
    }

    .desktop_extralarge\:col-span-7 {
        grid-column: span 7 / span 7;
    }

    .desktop_extralarge\:col-span-8 {
        grid-column: span 8 / span 8;
    }

    .desktop_extralarge\:col-span-9 {
        grid-column: span 9 / span 9;
    }

    .desktop_extralarge\:col-span-10 {
        grid-column: span 10 / span 10;
    }

    .desktop_extralarge\:col-span-11 {
        grid-column: span 11 / span 11;
    }

    .desktop_extralarge\:col-span-12 {
        grid-column: span 12 / span 12;
    }

    .desktop_extralarge\:col-span-full {
        grid-column: 1 / -1;
    }

    .desktop_extralarge\:col-start-1 {
        grid-column-start: 1;
    }

    .desktop_extralarge\:col-start-2 {
        grid-column-start: 2;
    }

    .desktop_extralarge\:col-start-3 {
        grid-column-start: 3;
    }

    .desktop_extralarge\:col-start-4 {
        grid-column-start: 4;
    }

    .desktop_extralarge\:col-start-5 {
        grid-column-start: 5;
    }

    .desktop_extralarge\:col-start-6 {
        grid-column-start: 6;
    }

    .desktop_extralarge\:col-start-7 {
        grid-column-start: 7;
    }

    .desktop_extralarge\:col-start-8 {
        grid-column-start: 8;
    }

    .desktop_extralarge\:col-start-9 {
        grid-column-start: 9;
    }

    .desktop_extralarge\:col-start-10 {
        grid-column-start: 10;
    }

    .desktop_extralarge\:col-start-11 {
        grid-column-start: 11;
    }

    .desktop_extralarge\:col-start-12 {
        grid-column-start: 12;
    }

    .desktop_extralarge\:col-start-13 {
        grid-column-start: 13;
    }

    .desktop_extralarge\:col-start-auto {
        grid-column-start: auto;
    }

    .desktop_extralarge\:col-end-1 {
        grid-column-end: 1;
    }

    .desktop_extralarge\:col-end-2 {
        grid-column-end: 2;
    }

    .desktop_extralarge\:col-end-3 {
        grid-column-end: 3;
    }

    .desktop_extralarge\:col-end-4 {
        grid-column-end: 4;
    }

    .desktop_extralarge\:col-end-5 {
        grid-column-end: 5;
    }

    .desktop_extralarge\:col-end-6 {
        grid-column-end: 6;
    }

    .desktop_extralarge\:col-end-7 {
        grid-column-end: 7;
    }

    .desktop_extralarge\:col-end-8 {
        grid-column-end: 8;
    }

    .desktop_extralarge\:col-end-9 {
        grid-column-end: 9;
    }

    .desktop_extralarge\:col-end-10 {
        grid-column-end: 10;
    }

    .desktop_extralarge\:col-end-11 {
        grid-column-end: 11;
    }

    .desktop_extralarge\:col-end-12 {
        grid-column-end: 12;
    }

    .desktop_extralarge\:col-end-13 {
        grid-column-end: 13;
    }

    .desktop_extralarge\:col-end-auto {
        grid-column-end: auto;
    }

    .desktop_extralarge\:row-auto {
        grid-row: auto;
    }

    .desktop_extralarge\:row-span-1 {
        grid-row: span 1 / span 1;
    }

    .desktop_extralarge\:row-span-2 {
        grid-row: span 2 / span 2;
    }

    .desktop_extralarge\:row-span-3 {
        grid-row: span 3 / span 3;
    }

    .desktop_extralarge\:row-span-4 {
        grid-row: span 4 / span 4;
    }

    .desktop_extralarge\:row-span-5 {
        grid-row: span 5 / span 5;
    }

    .desktop_extralarge\:row-span-6 {
        grid-row: span 6 / span 6;
    }

    .desktop_extralarge\:row-span-full {
        grid-row: 1 / -1;
    }

    .desktop_extralarge\:row-start-1 {
        grid-row-start: 1;
    }

    .desktop_extralarge\:row-start-2 {
        grid-row-start: 2;
    }

    .desktop_extralarge\:row-start-3 {
        grid-row-start: 3;
    }

    .desktop_extralarge\:row-start-4 {
        grid-row-start: 4;
    }

    .desktop_extralarge\:row-start-5 {
        grid-row-start: 5;
    }

    .desktop_extralarge\:row-start-6 {
        grid-row-start: 6;
    }

    .desktop_extralarge\:row-start-7 {
        grid-row-start: 7;
    }

    .desktop_extralarge\:row-start-auto {
        grid-row-start: auto;
    }

    .desktop_extralarge\:row-end-1 {
        grid-row-end: 1;
    }

    .desktop_extralarge\:row-end-2 {
        grid-row-end: 2;
    }

    .desktop_extralarge\:row-end-3 {
        grid-row-end: 3;
    }

    .desktop_extralarge\:row-end-4 {
        grid-row-end: 4;
    }

    .desktop_extralarge\:row-end-5 {
        grid-row-end: 5;
    }

    .desktop_extralarge\:row-end-6 {
        grid-row-end: 6;
    }

    .desktop_extralarge\:row-end-7 {
        grid-row-end: 7;
    }

    .desktop_extralarge\:row-end-auto {
        grid-row-end: auto;
    }

    .desktop_extralarge\:float-right {
        float: right;
    }

    .desktop_extralarge\:float-left {
        float: left;
    }

    .desktop_extralarge\:float-none {
        float: none;
    }

    .desktop_extralarge\:clear-left {
        clear: left;
    }

    .desktop_extralarge\:clear-right {
        clear: right;
    }

    .desktop_extralarge\:clear-both {
        clear: both;
    }

    .desktop_extralarge\:clear-none {
        clear: none;
    }

    .desktop_extralarge\:m-0 {
        margin: 0px;
    }

    .desktop_extralarge\:m-1 {
        margin: 0.25rem;
    }

    .desktop_extralarge\:m-2 {
        margin: 0.5rem;
    }

    .desktop_extralarge\:m-3 {
        margin: 0.75rem;
    }

    .desktop_extralarge\:m-4 {
        margin: 1rem;
    }

    .desktop_extralarge\:m-5 {
        margin: 1.25rem;
    }

    .desktop_extralarge\:m-6 {
        margin: 1.5rem;
    }

    .desktop_extralarge\:m-7 {
        margin: 1.75rem;
    }

    .desktop_extralarge\:m-8 {
        margin: 2rem;
    }

    .desktop_extralarge\:m-9 {
        margin: 2.25rem;
    }

    .desktop_extralarge\:m-10 {
        margin: 2.5rem;
    }

    .desktop_extralarge\:m-11 {
        margin: 2.75rem;
    }

    .desktop_extralarge\:m-12 {
        margin: 3rem;
    }

    .desktop_extralarge\:m-13 {
        margin: 3.25rem;
    }

    .desktop_extralarge\:m-14 {
        margin: 3.5rem;
    }

    .desktop_extralarge\:m-16 {
        margin: 4rem;
    }

    .desktop_extralarge\:m-18 {
        margin: 4.375rem;
    }

    .desktop_extralarge\:m-19 {
        margin: 76px;
    }

    .desktop_extralarge\:m-20 {
        margin: 5rem;
    }

    .desktop_extralarge\:m-22 {
        margin: 5.3125rem;
    }

    .desktop_extralarge\:m-24 {
        margin: 6rem;
    }

    .desktop_extralarge\:m-28 {
        margin: 7rem;
    }

    .desktop_extralarge\:m-30 {
        margin: 120px;
    }

    .desktop_extralarge\:m-32 {
        margin: 8rem;
    }

    .desktop_extralarge\:m-36 {
        margin: 9rem;
    }

    .desktop_extralarge\:m-40 {
        margin: 10rem;
    }

    .desktop_extralarge\:m-44 {
        margin: 11rem;
    }

    .desktop_extralarge\:m-46 {
        margin: 11.44rem;
    }

    .desktop_extralarge\:m-48 {
        margin: 12rem;
    }

    .desktop_extralarge\:m-52 {
        margin: 13rem;
    }

    .desktop_extralarge\:m-56 {
        margin: 14rem;
    }

    .desktop_extralarge\:m-60 {
        margin: 15rem;
    }

    .desktop_extralarge\:m-64 {
        margin: 16rem;
    }

    .desktop_extralarge\:m-72 {
        margin: 18rem;
    }

    .desktop_extralarge\:m-80 {
        margin: 20rem;
    }

    .desktop_extralarge\:m-96 {
        margin: 24rem;
    }

    .desktop_extralarge\:m-auto {
        margin: auto;
    }

    .desktop_extralarge\:m-px {
        margin: 1px;
    }

    .desktop_extralarge\:m-0\.5 {
        margin: 0.125rem;
    }

    .desktop_extralarge\:m-1\.5 {
        margin: 0.375rem;
    }

    .desktop_extralarge\:m-2\.5 {
        margin: 0.625rem;
    }

    .desktop_extralarge\:m-3\.5 {
        margin: 0.875rem;
    }

    .desktop_extralarge\:m-5p {
        margin: 5px;
    }

    .desktop_extralarge\:m-10p {
        margin: 10px;
    }

    .desktop_extralarge\:m-14p {
        margin: 14px;
    }

    .desktop_extralarge\:m-15p {
        margin: 15px;
    }

    .desktop_extralarge\:m-15_2 {
        margin: 60px;
    }

    .desktop_extralarge\:m-16_1 {
        margin: 52px;
    }

    .desktop_extralarge\:m-16p {
        margin: 16px;
    }

    .desktop_extralarge\:m-25p {
        margin: 25px;
    }

    .desktop_extralarge\:m-48p {
        margin: 48%;
    }

    .desktop_extralarge\:m-52p {
        margin: 52%;
    }

    .desktop_extralarge\:-m-0 {
        margin: 0px;
    }

    .desktop_extralarge\:-m-1 {
        margin: -0.25rem;
    }

    .desktop_extralarge\:-m-2 {
        margin: -0.5rem;
    }

    .desktop_extralarge\:-m-3 {
        margin: -0.75rem;
    }

    .desktop_extralarge\:-m-4 {
        margin: -1rem;
    }

    .desktop_extralarge\:-m-5 {
        margin: -1.25rem;
    }

    .desktop_extralarge\:-m-6 {
        margin: -1.5rem;
    }

    .desktop_extralarge\:-m-7 {
        margin: -1.75rem;
    }

    .desktop_extralarge\:-m-8 {
        margin: -2rem;
    }

    .desktop_extralarge\:-m-9 {
        margin: -2.25rem;
    }

    .desktop_extralarge\:-m-10 {
        margin: -2.5rem;
    }

    .desktop_extralarge\:-m-11 {
        margin: -2.75rem;
    }

    .desktop_extralarge\:-m-12 {
        margin: -3rem;
    }

    .desktop_extralarge\:-m-14 {
        margin: -3.5rem;
    }

    .desktop_extralarge\:-m-16 {
        margin: -4rem;
    }

    .desktop_extralarge\:-m-18 {
        margin: -4.375rem;
    }

    .desktop_extralarge\:-m-19 {
        margin: -76px;
    }

    .desktop_extralarge\:-m-20 {
        margin: -5rem;
    }

    .desktop_extralarge\:-m-24 {
        margin: -6rem;
    }

    .desktop_extralarge\:-m-28 {
        margin: -7rem;
    }

    .desktop_extralarge\:-m-30 {
        margin: -120px;
    }

    .desktop_extralarge\:-m-32 {
        margin: -8rem;
    }

    .desktop_extralarge\:-m-36 {
        margin: -9rem;
    }

    .desktop_extralarge\:-m-40 {
        margin: -10rem;
    }

    .desktop_extralarge\:-m-44 {
        margin: -11rem;
    }

    .desktop_extralarge\:-m-48 {
        margin: -12rem;
    }

    .desktop_extralarge\:-m-52 {
        margin: -13rem;
    }

    .desktop_extralarge\:-m-56 {
        margin: -14rem;
    }

    .desktop_extralarge\:-m-60 {
        margin: -15rem;
    }

    .desktop_extralarge\:-m-64 {
        margin: -16rem;
    }

    .desktop_extralarge\:-m-72 {
        margin: -18rem;
    }

    .desktop_extralarge\:-m-80 {
        margin: -20rem;
    }

    .desktop_extralarge\:-m-96 {
        margin: -24rem;
    }

    .desktop_extralarge\:-m-px {
        margin: -1px;
    }

    .desktop_extralarge\:-m-0\.5 {
        margin: -0.125rem;
    }

    .desktop_extralarge\:-m-1\.5 {
        margin: -0.375rem;
    }

    .desktop_extralarge\:-m-2\.5 {
        margin: -0.625rem;
    }

    .desktop_extralarge\:-m-3\.5 {
        margin: -0.875rem;
    }

    .desktop_extralarge\:-m-5p {
        margin: -5px;
    }

    .desktop_extralarge\:-m-10p {
        margin: -10px;
    }

    .desktop_extralarge\:-m-14p {
        margin: -14px;
    }

    .desktop_extralarge\:-m-15p {
        margin: -15px;
    }

    .desktop_extralarge\:-m-15_2 {
        margin: -60px;
    }

    .desktop_extralarge\:-m-16_1 {
        margin: -52px;
    }

    .desktop_extralarge\:-m-16p {
        margin: -16px;
    }

    .desktop_extralarge\:-m-25p {
        margin: -25px;
    }

    .desktop_extralarge\:-m-48p {
        margin: -48%;
    }

    .desktop_extralarge\:-m-52p {
        margin: -52%;
    }

    .desktop_extralarge\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .desktop_extralarge\:mx-1 {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }

    .desktop_extralarge\:mx-2 {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .desktop_extralarge\:mx-3 {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
    }

    .desktop_extralarge\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .desktop_extralarge\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }

    .desktop_extralarge\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .desktop_extralarge\:mx-7 {
        margin-left: 1.75rem;
        margin-right: 1.75rem;
    }

    .desktop_extralarge\:mx-8 {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .desktop_extralarge\:mx-9 {
        margin-left: 2.25rem;
        margin-right: 2.25rem;
    }

    .desktop_extralarge\:mx-10 {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }

    .desktop_extralarge\:mx-11 {
        margin-left: 2.75rem;
        margin-right: 2.75rem;
    }

    .desktop_extralarge\:mx-12 {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .desktop_extralarge\:mx-13 {
        margin-left: 3.25rem;
        margin-right: 3.25rem;
    }

    .desktop_extralarge\:mx-14 {
        margin-left: 3.5rem;
        margin-right: 3.5rem;
    }

    .desktop_extralarge\:mx-16 {
        margin-left: 4rem;
        margin-right: 4rem;
    }

    .desktop_extralarge\:mx-18 {
        margin-left: 4.375rem;
        margin-right: 4.375rem;
    }

    .desktop_extralarge\:mx-19 {
        margin-left: 76px;
        margin-right: 76px;
    }

    .desktop_extralarge\:mx-20 {
        margin-left: 5rem;
        margin-right: 5rem;
    }

    .desktop_extralarge\:mx-22 {
        margin-left: 5.3125rem;
        margin-right: 5.3125rem;
    }

    .desktop_extralarge\:mx-24 {
        margin-left: 6rem;
        margin-right: 6rem;
    }

    .desktop_extralarge\:mx-28 {
        margin-left: 7rem;
        margin-right: 7rem;
    }

    .desktop_extralarge\:mx-30 {
        margin-left: 120px;
        margin-right: 120px;
    }

    .desktop_extralarge\:mx-32 {
        margin-left: 8rem;
        margin-right: 8rem;
    }

    .desktop_extralarge\:mx-36 {
        margin-left: 9rem;
        margin-right: 9rem;
    }

    .desktop_extralarge\:mx-40 {
        margin-left: 10rem;
        margin-right: 10rem;
    }

    .desktop_extralarge\:mx-44 {
        margin-left: 11rem;
        margin-right: 11rem;
    }

    .desktop_extralarge\:mx-46 {
        margin-left: 11.44rem;
        margin-right: 11.44rem;
    }

    .desktop_extralarge\:mx-48 {
        margin-left: 12rem;
        margin-right: 12rem;
    }

    .desktop_extralarge\:mx-52 {
        margin-left: 13rem;
        margin-right: 13rem;
    }

    .desktop_extralarge\:mx-56 {
        margin-left: 14rem;
        margin-right: 14rem;
    }

    .desktop_extralarge\:mx-60 {
        margin-left: 15rem;
        margin-right: 15rem;
    }

    .desktop_extralarge\:mx-64 {
        margin-left: 16rem;
        margin-right: 16rem;
    }

    .desktop_extralarge\:mx-72 {
        margin-left: 18rem;
        margin-right: 18rem;
    }

    .desktop_extralarge\:mx-80 {
        margin-left: 20rem;
        margin-right: 20rem;
    }

    .desktop_extralarge\:mx-96 {
        margin-left: 24rem;
        margin-right: 24rem;
    }

    .desktop_extralarge\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .desktop_extralarge\:mx-px {
        margin-left: 1px;
        margin-right: 1px;
    }

    .desktop_extralarge\:mx-0\.5 {
        margin-left: 0.125rem;
        margin-right: 0.125rem;
    }

    .desktop_extralarge\:mx-1\.5 {
        margin-left: 0.375rem;
        margin-right: 0.375rem;
    }

    .desktop_extralarge\:mx-2\.5 {
        margin-left: 0.625rem;
        margin-right: 0.625rem;
    }

    .desktop_extralarge\:mx-3\.5 {
        margin-left: 0.875rem;
        margin-right: 0.875rem;
    }

    .desktop_extralarge\:mx-5p {
        margin-left: 5px;
        margin-right: 5px;
    }

    .desktop_extralarge\:mx-10p {
        margin-left: 10px;
        margin-right: 10px;
    }

    .desktop_extralarge\:mx-14p {
        margin-left: 14px;
        margin-right: 14px;
    }

    .desktop_extralarge\:mx-15p {
        margin-left: 15px;
        margin-right: 15px;
    }

    .desktop_extralarge\:mx-15_2 {
        margin-left: 60px;
        margin-right: 60px;
    }

    .desktop_extralarge\:mx-16_1 {
        margin-left: 52px;
        margin-right: 52px;
    }

    .desktop_extralarge\:mx-16p {
        margin-left: 16px;
        margin-right: 16px;
    }

    .desktop_extralarge\:mx-25p {
        margin-left: 25px;
        margin-right: 25px;
    }

    .desktop_extralarge\:mx-48p {
        margin-left: 48%;
        margin-right: 48%;
    }

    .desktop_extralarge\:mx-52p {
        margin-left: 52%;
        margin-right: 52%;
    }

    .desktop_extralarge\:-mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .desktop_extralarge\:-mx-1 {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
    }

    .desktop_extralarge\:-mx-2 {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }

    .desktop_extralarge\:-mx-3 {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }

    .desktop_extralarge\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .desktop_extralarge\:-mx-5 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

    .desktop_extralarge\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .desktop_extralarge\:-mx-7 {
        margin-left: -1.75rem;
        margin-right: -1.75rem;
    }

    .desktop_extralarge\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem;
    }

    .desktop_extralarge\:-mx-9 {
        margin-left: -2.25rem;
        margin-right: -2.25rem;
    }

    .desktop_extralarge\:-mx-10 {
        margin-left: -2.5rem;
        margin-right: -2.5rem;
    }

    .desktop_extralarge\:-mx-11 {
        margin-left: -2.75rem;
        margin-right: -2.75rem;
    }

    .desktop_extralarge\:-mx-12 {
        margin-left: -3rem;
        margin-right: -3rem;
    }

    .desktop_extralarge\:-mx-14 {
        margin-left: -3.5rem;
        margin-right: -3.5rem;
    }

    .desktop_extralarge\:-mx-16 {
        margin-left: -4rem;
        margin-right: -4rem;
    }

    .desktop_extralarge\:-mx-18 {
        margin-left: -4.375rem;
        margin-right: -4.375rem;
    }

    .desktop_extralarge\:-mx-19 {
        margin-left: -76px;
        margin-right: -76px;
    }

    .desktop_extralarge\:-mx-20 {
        margin-left: -5rem;
        margin-right: -5rem;
    }

    .desktop_extralarge\:-mx-24 {
        margin-left: -6rem;
        margin-right: -6rem;
    }

    .desktop_extralarge\:-mx-28 {
        margin-left: -7rem;
        margin-right: -7rem;
    }

    .desktop_extralarge\:-mx-30 {
        margin-left: -120px;
        margin-right: -120px;
    }

    .desktop_extralarge\:-mx-32 {
        margin-left: -8rem;
        margin-right: -8rem;
    }

    .desktop_extralarge\:-mx-36 {
        margin-left: -9rem;
        margin-right: -9rem;
    }

    .desktop_extralarge\:-mx-40 {
        margin-left: -10rem;
        margin-right: -10rem;
    }

    .desktop_extralarge\:-mx-44 {
        margin-left: -11rem;
        margin-right: -11rem;
    }

    .desktop_extralarge\:-mx-48 {
        margin-left: -12rem;
        margin-right: -12rem;
    }

    .desktop_extralarge\:-mx-52 {
        margin-left: -13rem;
        margin-right: -13rem;
    }

    .desktop_extralarge\:-mx-56 {
        margin-left: -14rem;
        margin-right: -14rem;
    }

    .desktop_extralarge\:-mx-60 {
        margin-left: -15rem;
        margin-right: -15rem;
    }

    .desktop_extralarge\:-mx-64 {
        margin-left: -16rem;
        margin-right: -16rem;
    }

    .desktop_extralarge\:-mx-72 {
        margin-left: -18rem;
        margin-right: -18rem;
    }

    .desktop_extralarge\:-mx-80 {
        margin-left: -20rem;
        margin-right: -20rem;
    }

    .desktop_extralarge\:-mx-96 {
        margin-left: -24rem;
        margin-right: -24rem;
    }

    .desktop_extralarge\:-mx-px {
        margin-left: -1px;
        margin-right: -1px;
    }

    .desktop_extralarge\:-mx-0\.5 {
        margin-left: -0.125rem;
        margin-right: -0.125rem;
    }

    .desktop_extralarge\:-mx-1\.5 {
        margin-left: -0.375rem;
        margin-right: -0.375rem;
    }

    .desktop_extralarge\:-mx-2\.5 {
        margin-left: -0.625rem;
        margin-right: -0.625rem;
    }

    .desktop_extralarge\:-mx-3\.5 {
        margin-left: -0.875rem;
        margin-right: -0.875rem;
    }

    .desktop_extralarge\:-mx-5p {
        margin-left: -5px;
        margin-right: -5px;
    }

    .desktop_extralarge\:-mx-10p {
        margin-left: -10px;
        margin-right: -10px;
    }

    .desktop_extralarge\:-mx-14p {
        margin-left: -14px;
        margin-right: -14px;
    }

    .desktop_extralarge\:-mx-15p {
        margin-left: -15px;
        margin-right: -15px;
    }

    .desktop_extralarge\:-mx-15_2 {
        margin-left: -60px;
        margin-right: -60px;
    }

    .desktop_extralarge\:-mx-16_1 {
        margin-left: -52px;
        margin-right: -52px;
    }

    .desktop_extralarge\:-mx-16p {
        margin-left: -16px;
        margin-right: -16px;
    }

    .desktop_extralarge\:-mx-25p {
        margin-left: -25px;
        margin-right: -25px;
    }

    .desktop_extralarge\:-mx-48p {
        margin-left: -48%;
        margin-right: -48%;
    }

    .desktop_extralarge\:-mx-52p {
        margin-left: -52%;
        margin-right: -52%;
    }

    .desktop_extralarge\:my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .desktop_extralarge\:my-1 {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }

    .desktop_extralarge\:my-2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .desktop_extralarge\:my-3 {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }

    .desktop_extralarge\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .desktop_extralarge\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .desktop_extralarge\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .desktop_extralarge\:my-7 {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem;
    }

    .desktop_extralarge\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .desktop_extralarge\:my-9 {
        margin-top: 2.25rem;
        margin-bottom: 2.25rem;
    }

    .desktop_extralarge\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .desktop_extralarge\:my-11 {
        margin-top: 2.75rem;
        margin-bottom: 2.75rem;
    }

    .desktop_extralarge\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .desktop_extralarge\:my-13 {
        margin-top: 3.25rem;
        margin-bottom: 3.25rem;
    }

    .desktop_extralarge\:my-14 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }

    .desktop_extralarge\:my-16 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .desktop_extralarge\:my-18 {
        margin-top: 4.375rem;
        margin-bottom: 4.375rem;
    }

    .desktop_extralarge\:my-19 {
        margin-top: 76px;
        margin-bottom: 76px;
    }

    .desktop_extralarge\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .desktop_extralarge\:my-22 {
        margin-top: 5.3125rem;
        margin-bottom: 5.3125rem;
    }

    .desktop_extralarge\:my-24 {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }

    .desktop_extralarge\:my-28 {
        margin-top: 7rem;
        margin-bottom: 7rem;
    }

    .desktop_extralarge\:my-30 {
        margin-top: 120px;
        margin-bottom: 120px;
    }

    .desktop_extralarge\:my-32 {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }

    .desktop_extralarge\:my-36 {
        margin-top: 9rem;
        margin-bottom: 9rem;
    }

    .desktop_extralarge\:my-40 {
        margin-top: 10rem;
        margin-bottom: 10rem;
    }

    .desktop_extralarge\:my-44 {
        margin-top: 11rem;
        margin-bottom: 11rem;
    }

    .desktop_extralarge\:my-46 {
        margin-top: 11.44rem;
        margin-bottom: 11.44rem;
    }

    .desktop_extralarge\:my-48 {
        margin-top: 12rem;
        margin-bottom: 12rem;
    }

    .desktop_extralarge\:my-52 {
        margin-top: 13rem;
        margin-bottom: 13rem;
    }

    .desktop_extralarge\:my-56 {
        margin-top: 14rem;
        margin-bottom: 14rem;
    }

    .desktop_extralarge\:my-60 {
        margin-top: 15rem;
        margin-bottom: 15rem;
    }

    .desktop_extralarge\:my-64 {
        margin-top: 16rem;
        margin-bottom: 16rem;
    }

    .desktop_extralarge\:my-72 {
        margin-top: 18rem;
        margin-bottom: 18rem;
    }

    .desktop_extralarge\:my-80 {
        margin-top: 20rem;
        margin-bottom: 20rem;
    }

    .desktop_extralarge\:my-96 {
        margin-top: 24rem;
        margin-bottom: 24rem;
    }

    .desktop_extralarge\:my-auto {
        margin-top: auto;
        margin-bottom: auto;
    }

    .desktop_extralarge\:my-px {
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .desktop_extralarge\:my-0\.5 {
        margin-top: 0.125rem;
        margin-bottom: 0.125rem;
    }

    .desktop_extralarge\:my-1\.5 {
        margin-top: 0.375rem;
        margin-bottom: 0.375rem;
    }

    .desktop_extralarge\:my-2\.5 {
        margin-top: 0.625rem;
        margin-bottom: 0.625rem;
    }

    .desktop_extralarge\:my-3\.5 {
        margin-top: 0.875rem;
        margin-bottom: 0.875rem;
    }

    .desktop_extralarge\:my-5p {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .desktop_extralarge\:my-10p {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .desktop_extralarge\:my-14p {
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .desktop_extralarge\:my-15p {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .desktop_extralarge\:my-15_2 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .desktop_extralarge\:my-16_1 {
        margin-top: 52px;
        margin-bottom: 52px;
    }

    .desktop_extralarge\:my-16p {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .desktop_extralarge\:my-25p {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .desktop_extralarge\:my-48p {
        margin-top: 48%;
        margin-bottom: 48%;
    }

    .desktop_extralarge\:my-52p {
        margin-top: 52%;
        margin-bottom: 52%;
    }

    .desktop_extralarge\:-my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .desktop_extralarge\:-my-1 {
        margin-top: -0.25rem;
        margin-bottom: -0.25rem;
    }

    .desktop_extralarge\:-my-2 {
        margin-top: -0.5rem;
        margin-bottom: -0.5rem;
    }

    .desktop_extralarge\:-my-3 {
        margin-top: -0.75rem;
        margin-bottom: -0.75rem;
    }

    .desktop_extralarge\:-my-4 {
        margin-top: -1rem;
        margin-bottom: -1rem;
    }

    .desktop_extralarge\:-my-5 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem;
    }

    .desktop_extralarge\:-my-6 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem;
    }

    .desktop_extralarge\:-my-7 {
        margin-top: -1.75rem;
        margin-bottom: -1.75rem;
    }

    .desktop_extralarge\:-my-8 {
        margin-top: -2rem;
        margin-bottom: -2rem;
    }

    .desktop_extralarge\:-my-9 {
        margin-top: -2.25rem;
        margin-bottom: -2.25rem;
    }

    .desktop_extralarge\:-my-10 {
        margin-top: -2.5rem;
        margin-bottom: -2.5rem;
    }

    .desktop_extralarge\:-my-11 {
        margin-top: -2.75rem;
        margin-bottom: -2.75rem;
    }

    .desktop_extralarge\:-my-12 {
        margin-top: -3rem;
        margin-bottom: -3rem;
    }

    .desktop_extralarge\:-my-14 {
        margin-top: -3.5rem;
        margin-bottom: -3.5rem;
    }

    .desktop_extralarge\:-my-16 {
        margin-top: -4rem;
        margin-bottom: -4rem;
    }

    .desktop_extralarge\:-my-18 {
        margin-top: -4.375rem;
        margin-bottom: -4.375rem;
    }

    .desktop_extralarge\:-my-19 {
        margin-top: -76px;
        margin-bottom: -76px;
    }

    .desktop_extralarge\:-my-20 {
        margin-top: -5rem;
        margin-bottom: -5rem;
    }

    .desktop_extralarge\:-my-24 {
        margin-top: -6rem;
        margin-bottom: -6rem;
    }

    .desktop_extralarge\:-my-28 {
        margin-top: -7rem;
        margin-bottom: -7rem;
    }

    .desktop_extralarge\:-my-30 {
        margin-top: -120px;
        margin-bottom: -120px;
    }

    .desktop_extralarge\:-my-32 {
        margin-top: -8rem;
        margin-bottom: -8rem;
    }

    .desktop_extralarge\:-my-36 {
        margin-top: -9rem;
        margin-bottom: -9rem;
    }

    .desktop_extralarge\:-my-40 {
        margin-top: -10rem;
        margin-bottom: -10rem;
    }

    .desktop_extralarge\:-my-44 {
        margin-top: -11rem;
        margin-bottom: -11rem;
    }

    .desktop_extralarge\:-my-48 {
        margin-top: -12rem;
        margin-bottom: -12rem;
    }

    .desktop_extralarge\:-my-52 {
        margin-top: -13rem;
        margin-bottom: -13rem;
    }

    .desktop_extralarge\:-my-56 {
        margin-top: -14rem;
        margin-bottom: -14rem;
    }

    .desktop_extralarge\:-my-60 {
        margin-top: -15rem;
        margin-bottom: -15rem;
    }

    .desktop_extralarge\:-my-64 {
        margin-top: -16rem;
        margin-bottom: -16rem;
    }

    .desktop_extralarge\:-my-72 {
        margin-top: -18rem;
        margin-bottom: -18rem;
    }

    .desktop_extralarge\:-my-80 {
        margin-top: -20rem;
        margin-bottom: -20rem;
    }

    .desktop_extralarge\:-my-96 {
        margin-top: -24rem;
        margin-bottom: -24rem;
    }

    .desktop_extralarge\:-my-px {
        margin-top: -1px;
        margin-bottom: -1px;
    }

    .desktop_extralarge\:-my-0\.5 {
        margin-top: -0.125rem;
        margin-bottom: -0.125rem;
    }

    .desktop_extralarge\:-my-1\.5 {
        margin-top: -0.375rem;
        margin-bottom: -0.375rem;
    }

    .desktop_extralarge\:-my-2\.5 {
        margin-top: -0.625rem;
        margin-bottom: -0.625rem;
    }

    .desktop_extralarge\:-my-3\.5 {
        margin-top: -0.875rem;
        margin-bottom: -0.875rem;
    }

    .desktop_extralarge\:-my-5p {
        margin-top: -5px;
        margin-bottom: -5px;
    }

    .desktop_extralarge\:-my-10p {
        margin-top: -10px;
        margin-bottom: -10px;
    }

    .desktop_extralarge\:-my-14p {
        margin-top: -14px;
        margin-bottom: -14px;
    }

    .desktop_extralarge\:-my-15p {
        margin-top: -15px;
        margin-bottom: -15px;
    }

    .desktop_extralarge\:-my-15_2 {
        margin-top: -60px;
        margin-bottom: -60px;
    }

    .desktop_extralarge\:-my-16_1 {
        margin-top: -52px;
        margin-bottom: -52px;
    }

    .desktop_extralarge\:-my-16p {
        margin-top: -16px;
        margin-bottom: -16px;
    }

    .desktop_extralarge\:-my-25p {
        margin-top: -25px;
        margin-bottom: -25px;
    }

    .desktop_extralarge\:-my-48p {
        margin-top: -48%;
        margin-bottom: -48%;
    }

    .desktop_extralarge\:-my-52p {
        margin-top: -52%;
        margin-bottom: -52%;
    }

    .desktop_extralarge\:mt-0 {
        margin-top: 0px;
    }

    .desktop_extralarge\:mt-1 {
        margin-top: 0.25rem;
    }

    .desktop_extralarge\:mt-2 {
        margin-top: 0.5rem;
    }

    .desktop_extralarge\:mt-3 {
        margin-top: 0.75rem;
    }

    .desktop_extralarge\:mt-4 {
        margin-top: 1rem;
    }

    .desktop_extralarge\:mt-5 {
        margin-top: 1.25rem;
    }

    .desktop_extralarge\:mt-6 {
        margin-top: 1.5rem;
    }

    .desktop_extralarge\:mt-7 {
        margin-top: 1.75rem;
    }

    .desktop_extralarge\:mt-8 {
        margin-top: 2rem;
    }

    .desktop_extralarge\:mt-9 {
        margin-top: 2.25rem;
    }

    .desktop_extralarge\:mt-10 {
        margin-top: 2.5rem;
    }

    .desktop_extralarge\:mt-11 {
        margin-top: 2.75rem;
    }

    .desktop_extralarge\:mt-12 {
        margin-top: 3rem;
    }

    .desktop_extralarge\:mt-13 {
        margin-top: 3.25rem;
    }

    .desktop_extralarge\:mt-14 {
        margin-top: 3.5rem;
    }

    .desktop_extralarge\:mt-16 {
        margin-top: 4rem;
    }

    .desktop_extralarge\:mt-18 {
        margin-top: 4.375rem;
    }

    .desktop_extralarge\:mt-19 {
        margin-top: 76px;
    }

    .desktop_extralarge\:mt-20 {
        margin-top: 5rem;
    }

    .desktop_extralarge\:mt-22 {
        margin-top: 5.3125rem;
    }

    .desktop_extralarge\:mt-24 {
        margin-top: 6rem;
    }

    .desktop_extralarge\:mt-28 {
        margin-top: 7rem;
    }

    .desktop_extralarge\:mt-30 {
        margin-top: 120px;
    }

    .desktop_extralarge\:mt-32 {
        margin-top: 8rem;
    }

    .desktop_extralarge\:mt-36 {
        margin-top: 9rem;
    }

    .desktop_extralarge\:mt-40 {
        margin-top: 10rem;
    }

    .desktop_extralarge\:mt-44 {
        margin-top: 11rem;
    }

    .desktop_extralarge\:mt-46 {
        margin-top: 11.44rem;
    }

    .desktop_extralarge\:mt-48 {
        margin-top: 12rem;
    }

    .desktop_extralarge\:mt-52 {
        margin-top: 13rem;
    }

    .desktop_extralarge\:mt-56 {
        margin-top: 14rem;
    }

    .desktop_extralarge\:mt-60 {
        margin-top: 15rem;
    }

    .desktop_extralarge\:mt-64 {
        margin-top: 16rem;
    }

    .desktop_extralarge\:mt-72 {
        margin-top: 18rem;
    }

    .desktop_extralarge\:mt-80 {
        margin-top: 20rem;
    }

    .desktop_extralarge\:mt-96 {
        margin-top: 24rem;
    }

    .desktop_extralarge\:mt-auto {
        margin-top: auto;
    }

    .desktop_extralarge\:mt-px {
        margin-top: 1px;
    }

    .desktop_extralarge\:mt-0\.5 {
        margin-top: 0.125rem;
    }

    .desktop_extralarge\:mt-1\.5 {
        margin-top: 0.375rem;
    }

    .desktop_extralarge\:mt-2\.5 {
        margin-top: 0.625rem;
    }

    .desktop_extralarge\:mt-3\.5 {
        margin-top: 0.875rem;
    }

    .desktop_extralarge\:mt-5p {
        margin-top: 5px;
    }

    .desktop_extralarge\:mt-10p {
        margin-top: 10px;
    }

    .desktop_extralarge\:mt-14p {
        margin-top: 14px;
    }

    .desktop_extralarge\:mt-15p {
        margin-top: 15px;
    }

    .desktop_extralarge\:mt-15_2 {
        margin-top: 60px;
    }

    .desktop_extralarge\:mt-16_1 {
        margin-top: 52px;
    }

    .desktop_extralarge\:mt-16p {
        margin-top: 16px;
    }

    .desktop_extralarge\:mt-25p {
        margin-top: 25px;
    }

    .desktop_extralarge\:mt-48p {
        margin-top: 48%;
    }

    .desktop_extralarge\:mt-52p {
        margin-top: 52%;
    }

    .desktop_extralarge\:-mt-0 {
        margin-top: 0px;
    }

    .desktop_extralarge\:-mt-1 {
        margin-top: -0.25rem;
    }

    .desktop_extralarge\:-mt-2 {
        margin-top: -0.5rem;
    }

    .desktop_extralarge\:-mt-3 {
        margin-top: -0.75rem;
    }

    .desktop_extralarge\:-mt-4 {
        margin-top: -1rem;
    }

    .desktop_extralarge\:-mt-5 {
        margin-top: -1.25rem;
    }

    .desktop_extralarge\:-mt-6 {
        margin-top: -1.5rem;
    }

    .desktop_extralarge\:-mt-7 {
        margin-top: -1.75rem;
    }

    .desktop_extralarge\:-mt-8 {
        margin-top: -2rem;
    }

    .desktop_extralarge\:-mt-9 {
        margin-top: -2.25rem;
    }

    .desktop_extralarge\:-mt-10 {
        margin-top: -2.5rem;
    }

    .desktop_extralarge\:-mt-11 {
        margin-top: -2.75rem;
    }

    .desktop_extralarge\:-mt-12 {
        margin-top: -3rem;
    }

    .desktop_extralarge\:-mt-14 {
        margin-top: -3.5rem;
    }

    .desktop_extralarge\:-mt-16 {
        margin-top: -4rem;
    }

    .desktop_extralarge\:-mt-18 {
        margin-top: -4.375rem;
    }

    .desktop_extralarge\:-mt-19 {
        margin-top: -76px;
    }

    .desktop_extralarge\:-mt-20 {
        margin-top: -5rem;
    }

    .desktop_extralarge\:-mt-24 {
        margin-top: -6rem;
    }

    .desktop_extralarge\:-mt-28 {
        margin-top: -7rem;
    }

    .desktop_extralarge\:-mt-30 {
        margin-top: -120px;
    }

    .desktop_extralarge\:-mt-32 {
        margin-top: -8rem;
    }

    .desktop_extralarge\:-mt-36 {
        margin-top: -9rem;
    }

    .desktop_extralarge\:-mt-40 {
        margin-top: -10rem;
    }

    .desktop_extralarge\:-mt-44 {
        margin-top: -11rem;
    }

    .desktop_extralarge\:-mt-48 {
        margin-top: -12rem;
    }

    .desktop_extralarge\:-mt-52 {
        margin-top: -13rem;
    }

    .desktop_extralarge\:-mt-56 {
        margin-top: -14rem;
    }

    .desktop_extralarge\:-mt-60 {
        margin-top: -15rem;
    }

    .desktop_extralarge\:-mt-64 {
        margin-top: -16rem;
    }

    .desktop_extralarge\:-mt-72 {
        margin-top: -18rem;
    }

    .desktop_extralarge\:-mt-80 {
        margin-top: -20rem;
    }

    .desktop_extralarge\:-mt-96 {
        margin-top: -24rem;
    }

    .desktop_extralarge\:-mt-px {
        margin-top: -1px;
    }

    .desktop_extralarge\:-mt-0\.5 {
        margin-top: -0.125rem;
    }

    .desktop_extralarge\:-mt-1\.5 {
        margin-top: -0.375rem;
    }

    .desktop_extralarge\:-mt-2\.5 {
        margin-top: -0.625rem;
    }

    .desktop_extralarge\:-mt-3\.5 {
        margin-top: -0.875rem;
    }

    .desktop_extralarge\:-mt-5p {
        margin-top: -5px;
    }

    .desktop_extralarge\:-mt-10p {
        margin-top: -10px;
    }

    .desktop_extralarge\:-mt-14p {
        margin-top: -14px;
    }

    .desktop_extralarge\:-mt-15p {
        margin-top: -15px;
    }

    .desktop_extralarge\:-mt-15_2 {
        margin-top: -60px;
    }

    .desktop_extralarge\:-mt-16_1 {
        margin-top: -52px;
    }

    .desktop_extralarge\:-mt-16p {
        margin-top: -16px;
    }

    .desktop_extralarge\:-mt-25p {
        margin-top: -25px;
    }

    .desktop_extralarge\:-mt-48p {
        margin-top: -48%;
    }

    .desktop_extralarge\:-mt-52p {
        margin-top: -52%;
    }

    .desktop_extralarge\:mr-0 {
        margin-right: 0px;
    }

    .desktop_extralarge\:mr-1 {
        margin-right: 0.25rem;
    }

    .desktop_extralarge\:mr-2 {
        margin-right: 0.5rem;
    }

    .desktop_extralarge\:mr-3 {
        margin-right: 0.75rem;
    }

    .desktop_extralarge\:mr-4 {
        margin-right: 1rem;
    }

    .desktop_extralarge\:mr-5 {
        margin-right: 1.25rem;
    }

    .desktop_extralarge\:mr-6 {
        margin-right: 1.5rem;
    }

    .desktop_extralarge\:mr-7 {
        margin-right: 1.75rem;
    }

    .desktop_extralarge\:mr-8 {
        margin-right: 2rem;
    }

    .desktop_extralarge\:mr-9 {
        margin-right: 2.25rem;
    }

    .desktop_extralarge\:mr-10 {
        margin-right: 2.5rem;
    }

    .desktop_extralarge\:mr-11 {
        margin-right: 2.75rem;
    }

    .desktop_extralarge\:mr-12 {
        margin-right: 3rem;
    }

    .desktop_extralarge\:mr-13 {
        margin-right: 3.25rem;
    }

    .desktop_extralarge\:mr-14 {
        margin-right: 3.5rem;
    }

    .desktop_extralarge\:mr-16 {
        margin-right: 4rem;
    }

    .desktop_extralarge\:mr-18 {
        margin-right: 4.375rem;
    }

    .desktop_extralarge\:mr-19 {
        margin-right: 76px;
    }

    .desktop_extralarge\:mr-20 {
        margin-right: 5rem;
    }

    .desktop_extralarge\:mr-22 {
        margin-right: 5.3125rem;
    }

    .desktop_extralarge\:mr-24 {
        margin-right: 6rem;
    }

    .desktop_extralarge\:mr-28 {
        margin-right: 7rem;
    }

    .desktop_extralarge\:mr-30 {
        margin-right: 120px;
    }

    .desktop_extralarge\:mr-32 {
        margin-right: 8rem;
    }

    .desktop_extralarge\:mr-36 {
        margin-right: 9rem;
    }

    .desktop_extralarge\:mr-40 {
        margin-right: 10rem;
    }

    .desktop_extralarge\:mr-44 {
        margin-right: 11rem;
    }

    .desktop_extralarge\:mr-46 {
        margin-right: 11.44rem;
    }

    .desktop_extralarge\:mr-48 {
        margin-right: 12rem;
    }

    .desktop_extralarge\:mr-52 {
        margin-right: 13rem;
    }

    .desktop_extralarge\:mr-56 {
        margin-right: 14rem;
    }

    .desktop_extralarge\:mr-60 {
        margin-right: 15rem;
    }

    .desktop_extralarge\:mr-64 {
        margin-right: 16rem;
    }

    .desktop_extralarge\:mr-72 {
        margin-right: 18rem;
    }

    .desktop_extralarge\:mr-80 {
        margin-right: 20rem;
    }

    .desktop_extralarge\:mr-96 {
        margin-right: 24rem;
    }

    .desktop_extralarge\:mr-auto {
        margin-right: auto;
    }

    .desktop_extralarge\:mr-px {
        margin-right: 1px;
    }

    .desktop_extralarge\:mr-0\.5 {
        margin-right: 0.125rem;
    }

    .desktop_extralarge\:mr-1\.5 {
        margin-right: 0.375rem;
    }

    .desktop_extralarge\:mr-2\.5 {
        margin-right: 0.625rem;
    }

    .desktop_extralarge\:mr-3\.5 {
        margin-right: 0.875rem;
    }

    .desktop_extralarge\:mr-5p {
        margin-right: 5px;
    }

    .desktop_extralarge\:mr-10p {
        margin-right: 10px;
    }

    .desktop_extralarge\:mr-14p {
        margin-right: 14px;
    }

    .desktop_extralarge\:mr-15p {
        margin-right: 15px;
    }

    .desktop_extralarge\:mr-15_2 {
        margin-right: 60px;
    }

    .desktop_extralarge\:mr-16_1 {
        margin-right: 52px;
    }

    .desktop_extralarge\:mr-16p {
        margin-right: 16px;
    }

    .desktop_extralarge\:mr-25p {
        margin-right: 25px;
    }

    .desktop_extralarge\:mr-48p {
        margin-right: 48%;
    }

    .desktop_extralarge\:mr-52p {
        margin-right: 52%;
    }

    .desktop_extralarge\:-mr-0 {
        margin-right: 0px;
    }

    .desktop_extralarge\:-mr-1 {
        margin-right: -0.25rem;
    }

    .desktop_extralarge\:-mr-2 {
        margin-right: -0.5rem;
    }

    .desktop_extralarge\:-mr-3 {
        margin-right: -0.75rem;
    }

    .desktop_extralarge\:-mr-4 {
        margin-right: -1rem;
    }

    .desktop_extralarge\:-mr-5 {
        margin-right: -1.25rem;
    }

    .desktop_extralarge\:-mr-6 {
        margin-right: -1.5rem;
    }

    .desktop_extralarge\:-mr-7 {
        margin-right: -1.75rem;
    }

    .desktop_extralarge\:-mr-8 {
        margin-right: -2rem;
    }

    .desktop_extralarge\:-mr-9 {
        margin-right: -2.25rem;
    }

    .desktop_extralarge\:-mr-10 {
        margin-right: -2.5rem;
    }

    .desktop_extralarge\:-mr-11 {
        margin-right: -2.75rem;
    }

    .desktop_extralarge\:-mr-12 {
        margin-right: -3rem;
    }

    .desktop_extralarge\:-mr-14 {
        margin-right: -3.5rem;
    }

    .desktop_extralarge\:-mr-16 {
        margin-right: -4rem;
    }

    .desktop_extralarge\:-mr-18 {
        margin-right: -4.375rem;
    }

    .desktop_extralarge\:-mr-19 {
        margin-right: -76px;
    }

    .desktop_extralarge\:-mr-20 {
        margin-right: -5rem;
    }

    .desktop_extralarge\:-mr-24 {
        margin-right: -6rem;
    }

    .desktop_extralarge\:-mr-28 {
        margin-right: -7rem;
    }

    .desktop_extralarge\:-mr-30 {
        margin-right: -120px;
    }

    .desktop_extralarge\:-mr-32 {
        margin-right: -8rem;
    }

    .desktop_extralarge\:-mr-36 {
        margin-right: -9rem;
    }

    .desktop_extralarge\:-mr-40 {
        margin-right: -10rem;
    }

    .desktop_extralarge\:-mr-44 {
        margin-right: -11rem;
    }

    .desktop_extralarge\:-mr-48 {
        margin-right: -12rem;
    }

    .desktop_extralarge\:-mr-52 {
        margin-right: -13rem;
    }

    .desktop_extralarge\:-mr-56 {
        margin-right: -14rem;
    }

    .desktop_extralarge\:-mr-60 {
        margin-right: -15rem;
    }

    .desktop_extralarge\:-mr-64 {
        margin-right: -16rem;
    }

    .desktop_extralarge\:-mr-72 {
        margin-right: -18rem;
    }

    .desktop_extralarge\:-mr-80 {
        margin-right: -20rem;
    }

    .desktop_extralarge\:-mr-96 {
        margin-right: -24rem;
    }

    .desktop_extralarge\:-mr-px {
        margin-right: -1px;
    }

    .desktop_extralarge\:-mr-0\.5 {
        margin-right: -0.125rem;
    }

    .desktop_extralarge\:-mr-1\.5 {
        margin-right: -0.375rem;
    }

    .desktop_extralarge\:-mr-2\.5 {
        margin-right: -0.625rem;
    }

    .desktop_extralarge\:-mr-3\.5 {
        margin-right: -0.875rem;
    }

    .desktop_extralarge\:-mr-5p {
        margin-right: -5px;
    }

    .desktop_extralarge\:-mr-10p {
        margin-right: -10px;
    }

    .desktop_extralarge\:-mr-14p {
        margin-right: -14px;
    }

    .desktop_extralarge\:-mr-15p {
        margin-right: -15px;
    }

    .desktop_extralarge\:-mr-15_2 {
        margin-right: -60px;
    }

    .desktop_extralarge\:-mr-16_1 {
        margin-right: -52px;
    }

    .desktop_extralarge\:-mr-16p {
        margin-right: -16px;
    }

    .desktop_extralarge\:-mr-25p {
        margin-right: -25px;
    }

    .desktop_extralarge\:-mr-48p {
        margin-right: -48%;
    }

    .desktop_extralarge\:-mr-52p {
        margin-right: -52%;
    }

    .desktop_extralarge\:mb-0 {
        margin-bottom: 0px;
    }

    .desktop_extralarge\:mb-1 {
        margin-bottom: 0.25rem;
    }

    .desktop_extralarge\:mb-2 {
        margin-bottom: 0.5rem;
    }

    .desktop_extralarge\:mb-3 {
        margin-bottom: 0.75rem;
    }

    .desktop_extralarge\:mb-4 {
        margin-bottom: 1rem;
    }

    .desktop_extralarge\:mb-5 {
        margin-bottom: 1.25rem;
    }

    .desktop_extralarge\:mb-6 {
        margin-bottom: 1.5rem;
    }

    .desktop_extralarge\:mb-7 {
        margin-bottom: 1.75rem;
    }

    .desktop_extralarge\:mb-8 {
        margin-bottom: 2rem;
    }

    .desktop_extralarge\:mb-9 {
        margin-bottom: 2.25rem;
    }

    .desktop_extralarge\:mb-10 {
        margin-bottom: 2.5rem;
    }

    .desktop_extralarge\:mb-11 {
        margin-bottom: 2.75rem;
    }

    .desktop_extralarge\:mb-12 {
        margin-bottom: 3rem;
    }

    .desktop_extralarge\:mb-13 {
        margin-bottom: 3.25rem;
    }

    .desktop_extralarge\:mb-14 {
        margin-bottom: 3.5rem;
    }

    .desktop_extralarge\:mb-16 {
        margin-bottom: 4rem;
    }

    .desktop_extralarge\:mb-18 {
        margin-bottom: 4.375rem;
    }

    .desktop_extralarge\:mb-19 {
        margin-bottom: 76px;
    }

    .desktop_extralarge\:mb-20 {
        margin-bottom: 5rem;
    }

    .desktop_extralarge\:mb-22 {
        margin-bottom: 5.3125rem;
    }

    .desktop_extralarge\:mb-24 {
        margin-bottom: 6rem;
    }

    .desktop_extralarge\:mb-28 {
        margin-bottom: 7rem;
    }

    .desktop_extralarge\:mb-30 {
        margin-bottom: 120px;
    }

    .desktop_extralarge\:mb-32 {
        margin-bottom: 8rem;
    }

    .desktop_extralarge\:mb-36 {
        margin-bottom: 9rem;
    }

    .desktop_extralarge\:mb-40 {
        margin-bottom: 10rem;
    }

    .desktop_extralarge\:mb-44 {
        margin-bottom: 11rem;
    }

    .desktop_extralarge\:mb-46 {
        margin-bottom: 11.44rem;
    }

    .desktop_extralarge\:mb-48 {
        margin-bottom: 12rem;
    }

    .desktop_extralarge\:mb-52 {
        margin-bottom: 13rem;
    }

    .desktop_extralarge\:mb-56 {
        margin-bottom: 14rem;
    }

    .desktop_extralarge\:mb-60 {
        margin-bottom: 15rem;
    }

    .desktop_extralarge\:mb-64 {
        margin-bottom: 16rem;
    }

    .desktop_extralarge\:mb-72 {
        margin-bottom: 18rem;
    }

    .desktop_extralarge\:mb-80 {
        margin-bottom: 20rem;
    }

    .desktop_extralarge\:mb-96 {
        margin-bottom: 24rem;
    }

    .desktop_extralarge\:mb-auto {
        margin-bottom: auto;
    }

    .desktop_extralarge\:mb-px {
        margin-bottom: 1px;
    }

    .desktop_extralarge\:mb-0\.5 {
        margin-bottom: 0.125rem;
    }

    .desktop_extralarge\:mb-1\.5 {
        margin-bottom: 0.375rem;
    }

    .desktop_extralarge\:mb-2\.5 {
        margin-bottom: 0.625rem;
    }

    .desktop_extralarge\:mb-3\.5 {
        margin-bottom: 0.875rem;
    }

    .desktop_extralarge\:mb-5p {
        margin-bottom: 5px;
    }

    .desktop_extralarge\:mb-10p {
        margin-bottom: 10px;
    }

    .desktop_extralarge\:mb-14p {
        margin-bottom: 14px;
    }

    .desktop_extralarge\:mb-15p {
        margin-bottom: 15px;
    }

    .desktop_extralarge\:mb-15_2 {
        margin-bottom: 60px;
    }

    .desktop_extralarge\:mb-16_1 {
        margin-bottom: 52px;
    }

    .desktop_extralarge\:mb-16p {
        margin-bottom: 16px;
    }

    .desktop_extralarge\:mb-25p {
        margin-bottom: 25px;
    }

    .desktop_extralarge\:mb-48p {
        margin-bottom: 48%;
    }

    .desktop_extralarge\:mb-52p {
        margin-bottom: 52%;
    }

    .desktop_extralarge\:-mb-0 {
        margin-bottom: 0px;
    }

    .desktop_extralarge\:-mb-1 {
        margin-bottom: -0.25rem;
    }

    .desktop_extralarge\:-mb-2 {
        margin-bottom: -0.5rem;
    }

    .desktop_extralarge\:-mb-3 {
        margin-bottom: -0.75rem;
    }

    .desktop_extralarge\:-mb-4 {
        margin-bottom: -1rem;
    }

    .desktop_extralarge\:-mb-5 {
        margin-bottom: -1.25rem;
    }

    .desktop_extralarge\:-mb-6 {
        margin-bottom: -1.5rem;
    }

    .desktop_extralarge\:-mb-7 {
        margin-bottom: -1.75rem;
    }

    .desktop_extralarge\:-mb-8 {
        margin-bottom: -2rem;
    }

    .desktop_extralarge\:-mb-9 {
        margin-bottom: -2.25rem;
    }

    .desktop_extralarge\:-mb-10 {
        margin-bottom: -2.5rem;
    }

    .desktop_extralarge\:-mb-11 {
        margin-bottom: -2.75rem;
    }

    .desktop_extralarge\:-mb-12 {
        margin-bottom: -3rem;
    }

    .desktop_extralarge\:-mb-14 {
        margin-bottom: -3.5rem;
    }

    .desktop_extralarge\:-mb-16 {
        margin-bottom: -4rem;
    }

    .desktop_extralarge\:-mb-18 {
        margin-bottom: -4.375rem;
    }

    .desktop_extralarge\:-mb-19 {
        margin-bottom: -76px;
    }

    .desktop_extralarge\:-mb-20 {
        margin-bottom: -5rem;
    }

    .desktop_extralarge\:-mb-24 {
        margin-bottom: -6rem;
    }

    .desktop_extralarge\:-mb-28 {
        margin-bottom: -7rem;
    }

    .desktop_extralarge\:-mb-30 {
        margin-bottom: -120px;
    }

    .desktop_extralarge\:-mb-32 {
        margin-bottom: -8rem;
    }

    .desktop_extralarge\:-mb-36 {
        margin-bottom: -9rem;
    }

    .desktop_extralarge\:-mb-40 {
        margin-bottom: -10rem;
    }

    .desktop_extralarge\:-mb-44 {
        margin-bottom: -11rem;
    }

    .desktop_extralarge\:-mb-48 {
        margin-bottom: -12rem;
    }

    .desktop_extralarge\:-mb-52 {
        margin-bottom: -13rem;
    }

    .desktop_extralarge\:-mb-56 {
        margin-bottom: -14rem;
    }

    .desktop_extralarge\:-mb-60 {
        margin-bottom: -15rem;
    }

    .desktop_extralarge\:-mb-64 {
        margin-bottom: -16rem;
    }

    .desktop_extralarge\:-mb-72 {
        margin-bottom: -18rem;
    }

    .desktop_extralarge\:-mb-80 {
        margin-bottom: -20rem;
    }

    .desktop_extralarge\:-mb-96 {
        margin-bottom: -24rem;
    }

    .desktop_extralarge\:-mb-px {
        margin-bottom: -1px;
    }

    .desktop_extralarge\:-mb-0\.5 {
        margin-bottom: -0.125rem;
    }

    .desktop_extralarge\:-mb-1\.5 {
        margin-bottom: -0.375rem;
    }

    .desktop_extralarge\:-mb-2\.5 {
        margin-bottom: -0.625rem;
    }

    .desktop_extralarge\:-mb-3\.5 {
        margin-bottom: -0.875rem;
    }

    .desktop_extralarge\:-mb-5p {
        margin-bottom: -5px;
    }

    .desktop_extralarge\:-mb-10p {
        margin-bottom: -10px;
    }

    .desktop_extralarge\:-mb-14p {
        margin-bottom: -14px;
    }

    .desktop_extralarge\:-mb-15p {
        margin-bottom: -15px;
    }

    .desktop_extralarge\:-mb-15_2 {
        margin-bottom: -60px;
    }

    .desktop_extralarge\:-mb-16_1 {
        margin-bottom: -52px;
    }

    .desktop_extralarge\:-mb-16p {
        margin-bottom: -16px;
    }

    .desktop_extralarge\:-mb-25p {
        margin-bottom: -25px;
    }

    .desktop_extralarge\:-mb-48p {
        margin-bottom: -48%;
    }

    .desktop_extralarge\:-mb-52p {
        margin-bottom: -52%;
    }

    .desktop_extralarge\:ml-0 {
        margin-left: 0px;
    }

    .desktop_extralarge\:ml-1 {
        margin-left: 0.25rem;
    }

    .desktop_extralarge\:ml-2 {
        margin-left: 0.5rem;
    }

    .desktop_extralarge\:ml-3 {
        margin-left: 0.75rem;
    }

    .desktop_extralarge\:ml-4 {
        margin-left: 1rem;
    }

    .desktop_extralarge\:ml-5 {
        margin-left: 1.25rem;
    }

    .desktop_extralarge\:ml-6 {
        margin-left: 1.5rem;
    }

    .desktop_extralarge\:ml-7 {
        margin-left: 1.75rem;
    }

    .desktop_extralarge\:ml-8 {
        margin-left: 2rem;
    }

    .desktop_extralarge\:ml-9 {
        margin-left: 2.25rem;
    }

    .desktop_extralarge\:ml-10 {
        margin-left: 2.5rem;
    }

    .desktop_extralarge\:ml-11 {
        margin-left: 2.75rem;
    }

    .desktop_extralarge\:ml-12 {
        margin-left: 3rem;
    }

    .desktop_extralarge\:ml-13 {
        margin-left: 3.25rem;
    }

    .desktop_extralarge\:ml-14 {
        margin-left: 3.5rem;
    }

    .desktop_extralarge\:ml-16 {
        margin-left: 4rem;
    }

    .desktop_extralarge\:ml-18 {
        margin-left: 4.375rem;
    }

    .desktop_extralarge\:ml-19 {
        margin-left: 76px;
    }

    .desktop_extralarge\:ml-20 {
        margin-left: 5rem;
    }

    .desktop_extralarge\:ml-22 {
        margin-left: 5.3125rem;
    }

    .desktop_extralarge\:ml-24 {
        margin-left: 6rem;
    }

    .desktop_extralarge\:ml-28 {
        margin-left: 7rem;
    }

    .desktop_extralarge\:ml-30 {
        margin-left: 120px;
    }

    .desktop_extralarge\:ml-32 {
        margin-left: 8rem;
    }

    .desktop_extralarge\:ml-36 {
        margin-left: 9rem;
    }

    .desktop_extralarge\:ml-40 {
        margin-left: 10rem;
    }

    .desktop_extralarge\:ml-44 {
        margin-left: 11rem;
    }

    .desktop_extralarge\:ml-46 {
        margin-left: 11.44rem;
    }

    .desktop_extralarge\:ml-48 {
        margin-left: 12rem;
    }

    .desktop_extralarge\:ml-52 {
        margin-left: 13rem;
    }

    .desktop_extralarge\:ml-56 {
        margin-left: 14rem;
    }

    .desktop_extralarge\:ml-60 {
        margin-left: 15rem;
    }

    .desktop_extralarge\:ml-64 {
        margin-left: 16rem;
    }

    .desktop_extralarge\:ml-72 {
        margin-left: 18rem;
    }

    .desktop_extralarge\:ml-80 {
        margin-left: 20rem;
    }

    .desktop_extralarge\:ml-96 {
        margin-left: 24rem;
    }

    .desktop_extralarge\:ml-auto {
        margin-left: auto;
    }

    .desktop_extralarge\:ml-px {
        margin-left: 1px;
    }

    .desktop_extralarge\:ml-0\.5 {
        margin-left: 0.125rem;
    }

    .desktop_extralarge\:ml-1\.5 {
        margin-left: 0.375rem;
    }

    .desktop_extralarge\:ml-2\.5 {
        margin-left: 0.625rem;
    }

    .desktop_extralarge\:ml-3\.5 {
        margin-left: 0.875rem;
    }

    .desktop_extralarge\:ml-5p {
        margin-left: 5px;
    }

    .desktop_extralarge\:ml-10p {
        margin-left: 10px;
    }

    .desktop_extralarge\:ml-14p {
        margin-left: 14px;
    }

    .desktop_extralarge\:ml-15p {
        margin-left: 15px;
    }

    .desktop_extralarge\:ml-15_2 {
        margin-left: 60px;
    }

    .desktop_extralarge\:ml-16_1 {
        margin-left: 52px;
    }

    .desktop_extralarge\:ml-16p {
        margin-left: 16px;
    }

    .desktop_extralarge\:ml-25p {
        margin-left: 25px;
    }

    .desktop_extralarge\:ml-48p {
        margin-left: 48%;
    }

    .desktop_extralarge\:ml-52p {
        margin-left: 52%;
    }

    .desktop_extralarge\:-ml-0 {
        margin-left: 0px;
    }

    .desktop_extralarge\:-ml-1 {
        margin-left: -0.25rem;
    }

    .desktop_extralarge\:-ml-2 {
        margin-left: -0.5rem;
    }

    .desktop_extralarge\:-ml-3 {
        margin-left: -0.75rem;
    }

    .desktop_extralarge\:-ml-4 {
        margin-left: -1rem;
    }

    .desktop_extralarge\:-ml-5 {
        margin-left: -1.25rem;
    }

    .desktop_extralarge\:-ml-6 {
        margin-left: -1.5rem;
    }

    .desktop_extralarge\:-ml-7 {
        margin-left: -1.75rem;
    }

    .desktop_extralarge\:-ml-8 {
        margin-left: -2rem;
    }

    .desktop_extralarge\:-ml-9 {
        margin-left: -2.25rem;
    }

    .desktop_extralarge\:-ml-10 {
        margin-left: -2.5rem;
    }

    .desktop_extralarge\:-ml-11 {
        margin-left: -2.75rem;
    }

    .desktop_extralarge\:-ml-12 {
        margin-left: -3rem;
    }

    .desktop_extralarge\:-ml-14 {
        margin-left: -3.5rem;
    }

    .desktop_extralarge\:-ml-16 {
        margin-left: -4rem;
    }

    .desktop_extralarge\:-ml-18 {
        margin-left: -4.375rem;
    }

    .desktop_extralarge\:-ml-19 {
        margin-left: -76px;
    }

    .desktop_extralarge\:-ml-20 {
        margin-left: -5rem;
    }

    .desktop_extralarge\:-ml-24 {
        margin-left: -6rem;
    }

    .desktop_extralarge\:-ml-28 {
        margin-left: -7rem;
    }

    .desktop_extralarge\:-ml-30 {
        margin-left: -120px;
    }

    .desktop_extralarge\:-ml-32 {
        margin-left: -8rem;
    }

    .desktop_extralarge\:-ml-36 {
        margin-left: -9rem;
    }

    .desktop_extralarge\:-ml-40 {
        margin-left: -10rem;
    }

    .desktop_extralarge\:-ml-44 {
        margin-left: -11rem;
    }

    .desktop_extralarge\:-ml-48 {
        margin-left: -12rem;
    }

    .desktop_extralarge\:-ml-52 {
        margin-left: -13rem;
    }

    .desktop_extralarge\:-ml-56 {
        margin-left: -14rem;
    }

    .desktop_extralarge\:-ml-60 {
        margin-left: -15rem;
    }

    .desktop_extralarge\:-ml-64 {
        margin-left: -16rem;
    }

    .desktop_extralarge\:-ml-72 {
        margin-left: -18rem;
    }

    .desktop_extralarge\:-ml-80 {
        margin-left: -20rem;
    }

    .desktop_extralarge\:-ml-96 {
        margin-left: -24rem;
    }

    .desktop_extralarge\:-ml-px {
        margin-left: -1px;
    }

    .desktop_extralarge\:-ml-0\.5 {
        margin-left: -0.125rem;
    }

    .desktop_extralarge\:-ml-1\.5 {
        margin-left: -0.375rem;
    }

    .desktop_extralarge\:-ml-2\.5 {
        margin-left: -0.625rem;
    }

    .desktop_extralarge\:-ml-3\.5 {
        margin-left: -0.875rem;
    }

    .desktop_extralarge\:-ml-5p {
        margin-left: -5px;
    }

    .desktop_extralarge\:-ml-10p {
        margin-left: -10px;
    }

    .desktop_extralarge\:-ml-14p {
        margin-left: -14px;
    }

    .desktop_extralarge\:-ml-15p {
        margin-left: -15px;
    }

    .desktop_extralarge\:-ml-15_2 {
        margin-left: -60px;
    }

    .desktop_extralarge\:-ml-16_1 {
        margin-left: -52px;
    }

    .desktop_extralarge\:-ml-16p {
        margin-left: -16px;
    }

    .desktop_extralarge\:-ml-25p {
        margin-left: -25px;
    }

    .desktop_extralarge\:-ml-48p {
        margin-left: -48%;
    }

    .desktop_extralarge\:-ml-52p {
        margin-left: -52%;
    }

    .desktop_extralarge\:box-border {
        box-sizing: border-box;
    }

    .desktop_extralarge\:box-content {
        box-sizing: content-box;
    }

    .desktop_extralarge\:block {
        display: block;
    }

    .desktop_extralarge\:inline-block {
        display: inline-block;
    }

    .desktop_extralarge\:inline {
        display: inline;
    }

    .desktop_extralarge\:flex {
        display: flex;
    }

    .desktop_extralarge\:inline-flex {
        display: inline-flex;
    }

    .desktop_extralarge\:table {
        display: table;
    }

    .desktop_extralarge\:inline-table {
        display: inline-table;
    }

    .desktop_extralarge\:table-caption {
        display: table-caption;
    }

    .desktop_extralarge\:table-cell {
        display: table-cell;
    }

    .desktop_extralarge\:table-column {
        display: table-column;
    }

    .desktop_extralarge\:table-column-group {
        display: table-column-group;
    }

    .desktop_extralarge\:table-footer-group {
        display: table-footer-group;
    }

    .desktop_extralarge\:table-header-group {
        display: table-header-group;
    }

    .desktop_extralarge\:table-row-group {
        display: table-row-group;
    }

    .desktop_extralarge\:table-row {
        display: table-row;
    }

    .desktop_extralarge\:flow-root {
        display: flow-root;
    }

    .desktop_extralarge\:grid {
        display: grid;
    }

    .desktop_extralarge\:inline-grid {
        display: inline-grid;
    }

    .desktop_extralarge\:contents {
        display: contents;
    }

    .desktop_extralarge\:list-item {
        display: list-item;
    }

    .desktop_extralarge\:hidden {
        display: none;
    }

    .desktop_extralarge\:h-0 {
        height: 0px;
    }

    .desktop_extralarge\:h-1 {
        height: 0.25rem;
    }

    .desktop_extralarge\:h-2 {
        height: 0.5rem;
    }

    .desktop_extralarge\:h-3 {
        height: 0.75rem;
    }

    .desktop_extralarge\:h-4 {
        height: 1rem;
    }

    .desktop_extralarge\:h-5 {
        height: 1.25rem;
    }

    .desktop_extralarge\:h-6 {
        height: 1.5rem;
    }

    .desktop_extralarge\:h-7 {
        height: 1.75rem;
    }

    .desktop_extralarge\:h-8 {
        height: 2rem;
    }

    .desktop_extralarge\:h-9 {
        height: 2.25rem;
    }

    .desktop_extralarge\:h-10 {
        height: 2.5rem;
    }

    .desktop_extralarge\:h-11 {
        height: 2.75rem;
    }

    .desktop_extralarge\:h-12 {
        height: 3rem;
    }

    .desktop_extralarge\:h-14 {
        height: 3.5rem;
    }

    .desktop_extralarge\:h-16 {
        height: 4rem;
    }

    .desktop_extralarge\:h-18 {
        height: 4.375rem;
    }

    .desktop_extralarge\:h-19 {
        height: 76px;
    }

    .desktop_extralarge\:h-20 {
        height: 5rem;
    }

    .desktop_extralarge\:h-24 {
        height: 6rem;
    }

    .desktop_extralarge\:h-28 {
        height: 7rem;
    }

    .desktop_extralarge\:h-30 {
        height: 120px;
    }

    .desktop_extralarge\:h-32 {
        height: 8rem;
    }

    .desktop_extralarge\:h-36 {
        height: 9rem;
    }

    .desktop_extralarge\:h-40 {
        height: 10rem;
    }

    .desktop_extralarge\:h-44 {
        height: 11rem;
    }

    .desktop_extralarge\:h-48 {
        height: 12rem;
    }

    .desktop_extralarge\:h-52 {
        height: 13rem;
    }

    .desktop_extralarge\:h-56 {
        height: 14rem;
    }

    .desktop_extralarge\:h-60 {
        height: 15rem;
    }

    .desktop_extralarge\:h-64 {
        height: 16rem;
    }

    .desktop_extralarge\:h-72 {
        height: 18rem;
    }

    .desktop_extralarge\:h-80 {
        height: 20rem;
    }

    .desktop_extralarge\:h-96 {
        height: 24rem;
    }

    .desktop_extralarge\:h-auto {
        height: auto;
    }

    .desktop_extralarge\:h-px {
        height: 1px;
    }

    .desktop_extralarge\:h-0\.5 {
        height: 0.125rem;
    }

    .desktop_extralarge\:h-1\.5 {
        height: 0.375rem;
    }

    .desktop_extralarge\:h-2\.5 {
        height: 0.625rem;
    }

    .desktop_extralarge\:h-3\.5 {
        height: 0.875rem;
    }

    .desktop_extralarge\:h-5p {
        height: 5px;
    }

    .desktop_extralarge\:h-10p {
        height: 10px;
    }

    .desktop_extralarge\:h-14p {
        height: 14px;
    }

    .desktop_extralarge\:h-15p {
        height: 15px;
    }

    .desktop_extralarge\:h-15_2 {
        height: 60px;
    }

    .desktop_extralarge\:h-16_1 {
        height: 52px;
    }

    .desktop_extralarge\:h-16p {
        height: 16px;
    }

    .desktop_extralarge\:h-25p {
        height: 25px;
    }

    .desktop_extralarge\:h-48p {
        height: 48%;
    }

    .desktop_extralarge\:h-52p {
        height: 52%;
    }

    .desktop_extralarge\:h-1\/2 {
        height: 50%;
    }

    .desktop_extralarge\:h-1\/3 {
        height: 33.333333%;
    }

    .desktop_extralarge\:h-2\/3 {
        height: 66.666667%;
    }

    .desktop_extralarge\:h-1\/4 {
        height: 25%;
    }

    .desktop_extralarge\:h-2\/4 {
        height: 50%;
    }

    .desktop_extralarge\:h-3\/4 {
        height: 75%;
    }

    .desktop_extralarge\:h-1\/5 {
        height: 20%;
    }

    .desktop_extralarge\:h-2\/5 {
        height: 40%;
    }

    .desktop_extralarge\:h-3\/5 {
        height: 60%;
    }

    .desktop_extralarge\:h-4\/5 {
        height: 80%;
    }

    .desktop_extralarge\:h-1\/6 {
        height: 16.666667%;
    }

    .desktop_extralarge\:h-2\/6 {
        height: 33.333333%;
    }

    .desktop_extralarge\:h-3\/6 {
        height: 50%;
    }

    .desktop_extralarge\:h-4\/6 {
        height: 66.666667%;
    }

    .desktop_extralarge\:h-5\/6 {
        height: 83.333333%;
    }

    .desktop_extralarge\:h-full {
        height: 100%;
    }

    .desktop_extralarge\:h-screen {
        height: 100vh;
    }

    .desktop_extralarge\:max-h-0 {
        max-height: 0px;
    }

    .desktop_extralarge\:max-h-1 {
        max-height: 0.25rem;
    }

    .desktop_extralarge\:max-h-2 {
        max-height: 0.5rem;
    }

    .desktop_extralarge\:max-h-3 {
        max-height: 0.75rem;
    }

    .desktop_extralarge\:max-h-4 {
        max-height: 1rem;
    }

    .desktop_extralarge\:max-h-5 {
        max-height: 1.25rem;
    }

    .desktop_extralarge\:max-h-6 {
        max-height: 1.5rem;
    }

    .desktop_extralarge\:max-h-7 {
        max-height: 1.75rem;
    }

    .desktop_extralarge\:max-h-8 {
        max-height: 2rem;
    }

    .desktop_extralarge\:max-h-9 {
        max-height: 2.25rem;
    }

    .desktop_extralarge\:max-h-10 {
        max-height: 2.5rem;
    }

    .desktop_extralarge\:max-h-11 {
        max-height: 2.75rem;
    }

    .desktop_extralarge\:max-h-12 {
        max-height: 3rem;
    }

    .desktop_extralarge\:max-h-14 {
        max-height: 3.5rem;
    }

    .desktop_extralarge\:max-h-16 {
        max-height: 4rem;
    }

    .desktop_extralarge\:max-h-18 {
        max-height: 4.375rem;
    }

    .desktop_extralarge\:max-h-19 {
        max-height: 76px;
    }

    .desktop_extralarge\:max-h-20 {
        max-height: 5rem;
    }

    .desktop_extralarge\:max-h-24 {
        max-height: 6rem;
    }

    .desktop_extralarge\:max-h-28 {
        max-height: 7rem;
    }

    .desktop_extralarge\:max-h-30 {
        max-height: 120px;
    }

    .desktop_extralarge\:max-h-32 {
        max-height: 8rem;
    }

    .desktop_extralarge\:max-h-36 {
        max-height: 9rem;
    }

    .desktop_extralarge\:max-h-40 {
        max-height: 10rem;
    }

    .desktop_extralarge\:max-h-44 {
        max-height: 11rem;
    }

    .desktop_extralarge\:max-h-48 {
        max-height: 12rem;
    }

    .desktop_extralarge\:max-h-52 {
        max-height: 13rem;
    }

    .desktop_extralarge\:max-h-56 {
        max-height: 14rem;
    }

    .desktop_extralarge\:max-h-60 {
        max-height: 15rem;
    }

    .desktop_extralarge\:max-h-64 {
        max-height: 16rem;
    }

    .desktop_extralarge\:max-h-72 {
        max-height: 18rem;
    }

    .desktop_extralarge\:max-h-80 {
        max-height: 20rem;
    }

    .desktop_extralarge\:max-h-96 {
        max-height: 24rem;
    }

    .desktop_extralarge\:max-h-px {
        max-height: 1px;
    }

    .desktop_extralarge\:max-h-0\.5 {
        max-height: 0.125rem;
    }

    .desktop_extralarge\:max-h-1\.5 {
        max-height: 0.375rem;
    }

    .desktop_extralarge\:max-h-2\.5 {
        max-height: 0.625rem;
    }

    .desktop_extralarge\:max-h-3\.5 {
        max-height: 0.875rem;
    }

    .desktop_extralarge\:max-h-5p {
        max-height: 5px;
    }

    .desktop_extralarge\:max-h-10p {
        max-height: 10px;
    }

    .desktop_extralarge\:max-h-14p {
        max-height: 14px;
    }

    .desktop_extralarge\:max-h-15p {
        max-height: 15px;
    }

    .desktop_extralarge\:max-h-15_2 {
        max-height: 60px;
    }

    .desktop_extralarge\:max-h-16_1 {
        max-height: 52px;
    }

    .desktop_extralarge\:max-h-16p {
        max-height: 16px;
    }

    .desktop_extralarge\:max-h-25p {
        max-height: 25px;
    }

    .desktop_extralarge\:max-h-48p {
        max-height: 48%;
    }

    .desktop_extralarge\:max-h-52p {
        max-height: 52%;
    }

    .desktop_extralarge\:max-h-full {
        max-height: 100%;
    }

    .desktop_extralarge\:max-h-screen {
        max-height: 100vh;
    }

    .desktop_extralarge\:min-h-0 {
        min-height: 0px;
    }

    .desktop_extralarge\:min-h-full {
        min-height: 100%;
    }

    .desktop_extralarge\:min-h-screen {
        min-height: 100vh;
    }

    .desktop_extralarge\:w-0 {
        width: 0px;
    }

    .desktop_extralarge\:w-1 {
        width: 0.25rem;
    }

    .desktop_extralarge\:w-2 {
        width: 0.5rem;
    }

    .desktop_extralarge\:w-3 {
        width: 0.75rem;
    }

    .desktop_extralarge\:w-4 {
        width: 1rem;
    }

    .desktop_extralarge\:w-5 {
        width: 1.25rem;
    }

    .desktop_extralarge\:w-6 {
        width: 1.5rem;
    }

    .desktop_extralarge\:w-7 {
        width: 1.75rem;
    }

    .desktop_extralarge\:w-8 {
        width: 2rem;
    }

    .desktop_extralarge\:w-9 {
        width: 2.25rem;
    }

    .desktop_extralarge\:w-10 {
        width: 2.5rem;
    }

    .desktop_extralarge\:w-11 {
        width: 2.75rem;
    }

    .desktop_extralarge\:w-12 {
        width: 3rem;
    }

    .desktop_extralarge\:w-14 {
        width: 3.5rem;
    }

    .desktop_extralarge\:w-16 {
        width: 4rem;
    }

    .desktop_extralarge\:w-18 {
        width: 4.375rem;
    }

    .desktop_extralarge\:w-19 {
        width: 76px;
    }

    .desktop_extralarge\:w-20 {
        width: 5rem;
    }

    .desktop_extralarge\:w-24 {
        width: 6rem;
    }

    .desktop_extralarge\:w-28 {
        width: 7rem;
    }

    .desktop_extralarge\:w-30 {
        width: 120px;
    }

    .desktop_extralarge\:w-32 {
        width: 8rem;
    }

    .desktop_extralarge\:w-36 {
        width: 9rem;
    }

    .desktop_extralarge\:w-40 {
        width: 10rem;
    }

    .desktop_extralarge\:w-44 {
        width: 11rem;
    }

    .desktop_extralarge\:w-48 {
        width: 12rem;
    }

    .desktop_extralarge\:w-52 {
        width: 13rem;
    }

    .desktop_extralarge\:w-56 {
        width: 14rem;
    }

    .desktop_extralarge\:w-60 {
        width: 15rem;
    }

    .desktop_extralarge\:w-64 {
        width: 16rem;
    }

    .desktop_extralarge\:w-72 {
        width: 18rem;
    }

    .desktop_extralarge\:w-80 {
        width: 20rem;
    }

    .desktop_extralarge\:w-96 {
        width: 24rem;
    }

    .desktop_extralarge\:w-auto {
        width: auto;
    }

    .desktop_extralarge\:w-px {
        width: 1px;
    }

    .desktop_extralarge\:w-0\.5 {
        width: 0.125rem;
    }

    .desktop_extralarge\:w-1\.5 {
        width: 0.375rem;
    }

    .desktop_extralarge\:w-2\.5 {
        width: 0.625rem;
    }

    .desktop_extralarge\:w-3\.5 {
        width: 0.875rem;
    }

    .desktop_extralarge\:w-5p {
        width: 5px;
    }

    .desktop_extralarge\:w-10p {
        width: 10px;
    }

    .desktop_extralarge\:w-14p {
        width: 14px;
    }

    .desktop_extralarge\:w-15p {
        width: 15px;
    }

    .desktop_extralarge\:w-15_2 {
        width: 60px;
    }

    .desktop_extralarge\:w-16_1 {
        width: 52px;
    }

    .desktop_extralarge\:w-16p {
        width: 16px;
    }

    .desktop_extralarge\:w-25p {
        width: 25px;
    }

    .desktop_extralarge\:w-48p {
        width: 48%;
    }

    .desktop_extralarge\:w-52p {
        width: 52%;
    }

    .desktop_extralarge\:w-1\/2 {
        width: 50%;
    }

    .desktop_extralarge\:w-1\/3 {
        width: 33.333333%;
    }

    .desktop_extralarge\:w-2\/3 {
        width: 66.666667%;
    }

    .desktop_extralarge\:w-1\/4 {
        width: 25%;
    }

    .desktop_extralarge\:w-2\/4 {
        width: 50%;
    }

    .desktop_extralarge\:w-3\/4 {
        width: 75%;
    }

    .desktop_extralarge\:w-1\/5 {
        width: 20%;
    }

    .desktop_extralarge\:w-2\/5 {
        width: 40%;
    }

    .desktop_extralarge\:w-3\/5 {
        width: 60%;
    }

    .desktop_extralarge\:w-4\/5 {
        width: 80%;
    }

    .desktop_extralarge\:w-1\/6 {
        width: 16.666667%;
    }

    .desktop_extralarge\:w-2\/6 {
        width: 33.333333%;
    }

    .desktop_extralarge\:w-3\/6 {
        width: 50%;
    }

    .desktop_extralarge\:w-4\/6 {
        width: 66.666667%;
    }

    .desktop_extralarge\:w-5\/6 {
        width: 83.333333%;
    }

    .desktop_extralarge\:w-1\/12 {
        width: 8.333333%;
    }

    .desktop_extralarge\:w-2\/12 {
        width: 16.666667%;
    }

    .desktop_extralarge\:w-3\/12 {
        width: 25%;
    }

    .desktop_extralarge\:w-4\/12 {
        width: 33.333333%;
    }

    .desktop_extralarge\:w-5\/12 {
        width: 41.666667%;
    }

    .desktop_extralarge\:w-6\/12 {
        width: 50%;
    }

    .desktop_extralarge\:w-7\/12 {
        width: 58.333333%;
    }

    .desktop_extralarge\:w-8\/12 {
        width: 66.666667%;
    }

    .desktop_extralarge\:w-9\/12 {
        width: 75%;
    }

    .desktop_extralarge\:w-10\/12 {
        width: 83.333333%;
    }

    .desktop_extralarge\:w-11\/12 {
        width: 91.666667%;
    }

    .desktop_extralarge\:w-full {
        width: 100%;
    }

    .desktop_extralarge\:w-screen {
        width: 100vw;
    }

    .desktop_extralarge\:w-min {
        width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content;
    }

    .desktop_extralarge\:w-max {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .desktop_extralarge\:w-51\% {
        width: 51%;
    }

    .desktop_extralarge\:w-49\% {
        width: 49%;
    }

    .desktop_extralarge\:min-w-0 {
        min-width: 0px;
    }

    .desktop_extralarge\:min-w-full {
        min-width: 100%;
    }

    .desktop_extralarge\:min-w-min {
        min-width: -webkit-min-content;
        min-width: -moz-min-content;
        min-width: min-content;
    }

    .desktop_extralarge\:min-w-max {
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
    }

    .desktop_extralarge\:max-w-0 {
        max-width: 0rem;
    }

    .desktop_extralarge\:max-w-none {
        max-width: none;
    }

    .desktop_extralarge\:max-w-xs {
        max-width: 20rem;
    }

    .desktop_extralarge\:max-w-sm {
        max-width: 24rem;
    }

    .desktop_extralarge\:max-w-md {
        max-width: 28rem;
    }

    .desktop_extralarge\:max-w-lg {
        max-width: 32rem;
    }

    .desktop_extralarge\:max-w-xl {
        max-width: 36rem;
    }

    .desktop_extralarge\:max-w-2xl {
        max-width: 42rem;
    }

    .desktop_extralarge\:max-w-3xl {
        max-width: 48rem;
    }

    .desktop_extralarge\:max-w-4xl {
        max-width: 56rem;
    }

    .desktop_extralarge\:max-w-5xl {
        max-width: 64rem;
    }

    .desktop_extralarge\:max-w-6xl {
        max-width: 72rem;
    }

    .desktop_extralarge\:max-w-7xl {
        max-width: 80rem;
    }

    .desktop_extralarge\:max-w-full {
        max-width: 100%;
    }

    .desktop_extralarge\:max-w-min {
        max-width: -webkit-min-content;
        max-width: -moz-min-content;
        max-width: min-content;
    }

    .desktop_extralarge\:max-w-max {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }

    .desktop_extralarge\:max-w-prose {
        max-width: 65ch;
    }

    .desktop_extralarge\:max-w-screen-sm {
        max-width: 600px;
    }

    .desktop_extralarge\:max-w-screen-md {
        max-width: 768px;
    }

    .desktop_extralarge\:max-w-screen-lg {
        max-width: 992px;
    }

    .desktop_extralarge\:max-w-screen-xl {
        max-width: 1280px;
    }

    .desktop_extralarge\:max-w-screen-2xl {
        max-width: 1536px;
    }

    .desktop_extralarge\:max-w-1\.5xl {
        max-width: 40rem;
    }

    .desktop_extralarge\:max-w-3\.5xl {
        max-width: 51.5rem;
    }

    .desktop_extralarge\:max-w-4\.5xl {
        max-width: 62.5rem;
    }

    .desktop_extralarge\:max-w-thumb {
        max-width: 11.375rem;
    }

    .desktop_extralarge\:max-w-discription {
        max-width: 248px;
    }

    .desktop_extralarge\:max-w-5\.5xl {
        max-width: 1132px;
    }

    .desktop_extralarge\:flex-1 {
        flex: 1 1 0%;
    }

    .desktop_extralarge\:flex-auto {
        flex: 1 1 auto;
    }

    .desktop_extralarge\:flex-initial {
        flex: 0 1 auto;
    }

    .desktop_extralarge\:flex-none {
        flex: none;
    }

    .desktop_extralarge\:flex-shrink-0 {
        flex-shrink: 0;
    }

    .desktop_extralarge\:flex-shrink {
        flex-shrink: 1;
    }

    .desktop_extralarge\:flex-grow-0 {
        flex-grow: 0;
    }

    .desktop_extralarge\:flex-grow {
        flex-grow: 1;
    }

    .desktop_extralarge\:table-auto {
        table-layout: auto;
    }

    .desktop_extralarge\:table-fixed {
        table-layout: fixed;
    }

    .desktop_extralarge\:border-collapse {
        border-collapse: collapse;
    }

    .desktop_extralarge\:border-separate {
        border-collapse: separate;
    }

    .desktop_extralarge\:origin-center {
        transform-origin: center;
    }

    .desktop_extralarge\:origin-top {
        transform-origin: top;
    }

    .desktop_extralarge\:origin-top-right {
        transform-origin: top right;
    }

    .desktop_extralarge\:origin-right {
        transform-origin: right;
    }

    .desktop_extralarge\:origin-bottom-right {
        transform-origin: bottom right;
    }

    .desktop_extralarge\:origin-bottom {
        transform-origin: bottom;
    }

    .desktop_extralarge\:origin-bottom-left {
        transform-origin: bottom left;
    }

    .desktop_extralarge\:origin-left {
        transform-origin: left;
    }

    .desktop_extralarge\:origin-top-left {
        transform-origin: top left;
    }

    .desktop_extralarge\:transform {
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        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));
    }

    .desktop_extralarge\:transform-gpu {
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        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));
    }

    .desktop_extralarge\:transform-none {
        transform: none;
    }

    .desktop_extralarge\:translate-x-0 {
        --tw-translate-x: 0px;
    }

    .desktop_extralarge\:translate-x-1 {
        --tw-translate-x: 0.25rem;
    }

    .desktop_extralarge\:translate-x-2 {
        --tw-translate-x: 0.5rem;
    }

    .desktop_extralarge\:translate-x-3 {
        --tw-translate-x: 0.75rem;
    }

    .desktop_extralarge\:translate-x-4 {
        --tw-translate-x: 1rem;
    }

    .desktop_extralarge\:translate-x-5 {
        --tw-translate-x: 1.25rem;
    }

    .desktop_extralarge\:translate-x-6 {
        --tw-translate-x: 1.5rem;
    }

    .desktop_extralarge\:translate-x-7 {
        --tw-translate-x: 1.75rem;
    }

    .desktop_extralarge\:translate-x-8 {
        --tw-translate-x: 2rem;
    }

    .desktop_extralarge\:translate-x-9 {
        --tw-translate-x: 2.25rem;
    }

    .desktop_extralarge\:translate-x-10 {
        --tw-translate-x: 2.5rem;
    }

    .desktop_extralarge\:translate-x-11 {
        --tw-translate-x: 2.75rem;
    }

    .desktop_extralarge\:translate-x-12 {
        --tw-translate-x: 3rem;
    }

    .desktop_extralarge\:translate-x-14 {
        --tw-translate-x: 3.5rem;
    }

    .desktop_extralarge\:translate-x-16 {
        --tw-translate-x: 4rem;
    }

    .desktop_extralarge\:translate-x-18 {
        --tw-translate-x: 4.375rem;
    }

    .desktop_extralarge\:translate-x-19 {
        --tw-translate-x: 76px;
    }

    .desktop_extralarge\:translate-x-20 {
        --tw-translate-x: 5rem;
    }

    .desktop_extralarge\:translate-x-24 {
        --tw-translate-x: 6rem;
    }

    .desktop_extralarge\:translate-x-28 {
        --tw-translate-x: 7rem;
    }

    .desktop_extralarge\:translate-x-30 {
        --tw-translate-x: 120px;
    }

    .desktop_extralarge\:translate-x-32 {
        --tw-translate-x: 8rem;
    }

    .desktop_extralarge\:translate-x-36 {
        --tw-translate-x: 9rem;
    }

    .desktop_extralarge\:translate-x-40 {
        --tw-translate-x: 10rem;
    }

    .desktop_extralarge\:translate-x-44 {
        --tw-translate-x: 11rem;
    }

    .desktop_extralarge\:translate-x-48 {
        --tw-translate-x: 12rem;
    }

    .desktop_extralarge\:translate-x-52 {
        --tw-translate-x: 13rem;
    }

    .desktop_extralarge\:translate-x-56 {
        --tw-translate-x: 14rem;
    }

    .desktop_extralarge\:translate-x-60 {
        --tw-translate-x: 15rem;
    }

    .desktop_extralarge\:translate-x-64 {
        --tw-translate-x: 16rem;
    }

    .desktop_extralarge\:translate-x-72 {
        --tw-translate-x: 18rem;
    }

    .desktop_extralarge\:translate-x-80 {
        --tw-translate-x: 20rem;
    }

    .desktop_extralarge\:translate-x-96 {
        --tw-translate-x: 24rem;
    }

    .desktop_extralarge\:translate-x-px {
        --tw-translate-x: 1px;
    }

    .desktop_extralarge\:translate-x-0\.5 {
        --tw-translate-x: 0.125rem;
    }

    .desktop_extralarge\:translate-x-1\.5 {
        --tw-translate-x: 0.375rem;
    }

    .desktop_extralarge\:translate-x-2\.5 {
        --tw-translate-x: 0.625rem;
    }

    .desktop_extralarge\:translate-x-3\.5 {
        --tw-translate-x: 0.875rem;
    }

    .desktop_extralarge\:translate-x-5p {
        --tw-translate-x: 5px;
    }

    .desktop_extralarge\:translate-x-10p {
        --tw-translate-x: 10px;
    }

    .desktop_extralarge\:translate-x-14p {
        --tw-translate-x: 14px;
    }

    .desktop_extralarge\:translate-x-15p {
        --tw-translate-x: 15px;
    }

    .desktop_extralarge\:translate-x-15_2 {
        --tw-translate-x: 60px;
    }

    .desktop_extralarge\:translate-x-16_1 {
        --tw-translate-x: 52px;
    }

    .desktop_extralarge\:translate-x-16p {
        --tw-translate-x: 16px;
    }

    .desktop_extralarge\:translate-x-25p {
        --tw-translate-x: 25px;
    }

    .desktop_extralarge\:translate-x-48p {
        --tw-translate-x: 48%;
    }

    .desktop_extralarge\:translate-x-52p {
        --tw-translate-x: 52%;
    }

    .desktop_extralarge\:-translate-x-0 {
        --tw-translate-x: 0px;
    }

    .desktop_extralarge\:-translate-x-1 {
        --tw-translate-x: -0.25rem;
    }

    .desktop_extralarge\:-translate-x-2 {
        --tw-translate-x: -0.5rem;
    }

    .desktop_extralarge\:-translate-x-3 {
        --tw-translate-x: -0.75rem;
    }

    .desktop_extralarge\:-translate-x-4 {
        --tw-translate-x: -1rem;
    }

    .desktop_extralarge\:-translate-x-5 {
        --tw-translate-x: -1.25rem;
    }

    .desktop_extralarge\:-translate-x-6 {
        --tw-translate-x: -1.5rem;
    }

    .desktop_extralarge\:-translate-x-7 {
        --tw-translate-x: -1.75rem;
    }

    .desktop_extralarge\:-translate-x-8 {
        --tw-translate-x: -2rem;
    }

    .desktop_extralarge\:-translate-x-9 {
        --tw-translate-x: -2.25rem;
    }

    .desktop_extralarge\:-translate-x-10 {
        --tw-translate-x: -2.5rem;
    }

    .desktop_extralarge\:-translate-x-11 {
        --tw-translate-x: -2.75rem;
    }

    .desktop_extralarge\:-translate-x-12 {
        --tw-translate-x: -3rem;
    }

    .desktop_extralarge\:-translate-x-14 {
        --tw-translate-x: -3.5rem;
    }

    .desktop_extralarge\:-translate-x-16 {
        --tw-translate-x: -4rem;
    }

    .desktop_extralarge\:-translate-x-18 {
        --tw-translate-x: -4.375rem;
    }

    .desktop_extralarge\:-translate-x-19 {
        --tw-translate-x: -76px;
    }

    .desktop_extralarge\:-translate-x-20 {
        --tw-translate-x: -5rem;
    }

    .desktop_extralarge\:-translate-x-24 {
        --tw-translate-x: -6rem;
    }

    .desktop_extralarge\:-translate-x-28 {
        --tw-translate-x: -7rem;
    }

    .desktop_extralarge\:-translate-x-30 {
        --tw-translate-x: -120px;
    }

    .desktop_extralarge\:-translate-x-32 {
        --tw-translate-x: -8rem;
    }

    .desktop_extralarge\:-translate-x-36 {
        --tw-translate-x: -9rem;
    }

    .desktop_extralarge\:-translate-x-40 {
        --tw-translate-x: -10rem;
    }

    .desktop_extralarge\:-translate-x-44 {
        --tw-translate-x: -11rem;
    }

    .desktop_extralarge\:-translate-x-48 {
        --tw-translate-x: -12rem;
    }

    .desktop_extralarge\:-translate-x-52 {
        --tw-translate-x: -13rem;
    }

    .desktop_extralarge\:-translate-x-56 {
        --tw-translate-x: -14rem;
    }

    .desktop_extralarge\:-translate-x-60 {
        --tw-translate-x: -15rem;
    }

    .desktop_extralarge\:-translate-x-64 {
        --tw-translate-x: -16rem;
    }

    .desktop_extralarge\:-translate-x-72 {
        --tw-translate-x: -18rem;
    }

    .desktop_extralarge\:-translate-x-80 {
        --tw-translate-x: -20rem;
    }

    .desktop_extralarge\:-translate-x-96 {
        --tw-translate-x: -24rem;
    }

    .desktop_extralarge\:-translate-x-px {
        --tw-translate-x: -1px;
    }

    .desktop_extralarge\:-translate-x-0\.5 {
        --tw-translate-x: -0.125rem;
    }

    .desktop_extralarge\:-translate-x-1\.5 {
        --tw-translate-x: -0.375rem;
    }

    .desktop_extralarge\:-translate-x-2\.5 {
        --tw-translate-x: -0.625rem;
    }

    .desktop_extralarge\:-translate-x-3\.5 {
        --tw-translate-x: -0.875rem;
    }

    .desktop_extralarge\:-translate-x-5p {
        --tw-translate-x: -5px;
    }

    .desktop_extralarge\:-translate-x-10p {
        --tw-translate-x: -10px;
    }

    .desktop_extralarge\:-translate-x-14p {
        --tw-translate-x: -14px;
    }

    .desktop_extralarge\:-translate-x-15p {
        --tw-translate-x: -15px;
    }

    .desktop_extralarge\:-translate-x-15_2 {
        --tw-translate-x: -60px;
    }

    .desktop_extralarge\:-translate-x-16_1 {
        --tw-translate-x: -52px;
    }

    .desktop_extralarge\:-translate-x-16p {
        --tw-translate-x: -16px;
    }

    .desktop_extralarge\:-translate-x-25p {
        --tw-translate-x: -25px;
    }

    .desktop_extralarge\:-translate-x-48p {
        --tw-translate-x: -48%;
    }

    .desktop_extralarge\:-translate-x-52p {
        --tw-translate-x: -52%;
    }

    .desktop_extralarge\:translate-x-1\/2 {
        --tw-translate-x: 50%;
    }

    .desktop_extralarge\:translate-x-1\/3 {
        --tw-translate-x: 33.333333%;
    }

    .desktop_extralarge\:translate-x-2\/3 {
        --tw-translate-x: 66.666667%;
    }

    .desktop_extralarge\:translate-x-1\/4 {
        --tw-translate-x: 25%;
    }

    .desktop_extralarge\:translate-x-2\/4 {
        --tw-translate-x: 50%;
    }

    .desktop_extralarge\:translate-x-3\/4 {
        --tw-translate-x: 75%;
    }

    .desktop_extralarge\:translate-x-full {
        --tw-translate-x: 100%;
    }

    .desktop_extralarge\:-translate-x-1\/2 {
        --tw-translate-x: -50%;
    }

    .desktop_extralarge\:-translate-x-1\/3 {
        --tw-translate-x: -33.333333%;
    }

    .desktop_extralarge\:-translate-x-2\/3 {
        --tw-translate-x: -66.666667%;
    }

    .desktop_extralarge\:-translate-x-1\/4 {
        --tw-translate-x: -25%;
    }

    .desktop_extralarge\:-translate-x-2\/4 {
        --tw-translate-x: -50%;
    }

    .desktop_extralarge\:-translate-x-3\/4 {
        --tw-translate-x: -75%;
    }

    .desktop_extralarge\:-translate-x-full {
        --tw-translate-x: -100%;
    }

    .desktop_extralarge\:translate-y-0 {
        --tw-translate-y: 0px;
    }

    .desktop_extralarge\:translate-y-1 {
        --tw-translate-y: 0.25rem;
    }

    .desktop_extralarge\:translate-y-2 {
        --tw-translate-y: 0.5rem;
    }

    .desktop_extralarge\:translate-y-3 {
        --tw-translate-y: 0.75rem;
    }

    .desktop_extralarge\:translate-y-4 {
        --tw-translate-y: 1rem;
    }

    .desktop_extralarge\:translate-y-5 {
        --tw-translate-y: 1.25rem;
    }

    .desktop_extralarge\:translate-y-6 {
        --tw-translate-y: 1.5rem;
    }

    .desktop_extralarge\:translate-y-7 {
        --tw-translate-y: 1.75rem;
    }

    .desktop_extralarge\:translate-y-8 {
        --tw-translate-y: 2rem;
    }

    .desktop_extralarge\:translate-y-9 {
        --tw-translate-y: 2.25rem;
    }

    .desktop_extralarge\:translate-y-10 {
        --tw-translate-y: 2.5rem;
    }

    .desktop_extralarge\:translate-y-11 {
        --tw-translate-y: 2.75rem;
    }

    .desktop_extralarge\:translate-y-12 {
        --tw-translate-y: 3rem;
    }

    .desktop_extralarge\:translate-y-14 {
        --tw-translate-y: 3.5rem;
    }

    .desktop_extralarge\:translate-y-16 {
        --tw-translate-y: 4rem;
    }

    .desktop_extralarge\:translate-y-18 {
        --tw-translate-y: 4.375rem;
    }

    .desktop_extralarge\:translate-y-19 {
        --tw-translate-y: 76px;
    }

    .desktop_extralarge\:translate-y-20 {
        --tw-translate-y: 5rem;
    }

    .desktop_extralarge\:translate-y-24 {
        --tw-translate-y: 6rem;
    }

    .desktop_extralarge\:translate-y-28 {
        --tw-translate-y: 7rem;
    }

    .desktop_extralarge\:translate-y-30 {
        --tw-translate-y: 120px;
    }

    .desktop_extralarge\:translate-y-32 {
        --tw-translate-y: 8rem;
    }

    .desktop_extralarge\:translate-y-36 {
        --tw-translate-y: 9rem;
    }

    .desktop_extralarge\:translate-y-40 {
        --tw-translate-y: 10rem;
    }

    .desktop_extralarge\:translate-y-44 {
        --tw-translate-y: 11rem;
    }

    .desktop_extralarge\:translate-y-48 {
        --tw-translate-y: 12rem;
    }

    .desktop_extralarge\:translate-y-52 {
        --tw-translate-y: 13rem;
    }

    .desktop_extralarge\:translate-y-56 {
        --tw-translate-y: 14rem;
    }

    .desktop_extralarge\:translate-y-60 {
        --tw-translate-y: 15rem;
    }

    .desktop_extralarge\:translate-y-64 {
        --tw-translate-y: 16rem;
    }

    .desktop_extralarge\:translate-y-72 {
        --tw-translate-y: 18rem;
    }

    .desktop_extralarge\:translate-y-80 {
        --tw-translate-y: 20rem;
    }

    .desktop_extralarge\:translate-y-96 {
        --tw-translate-y: 24rem;
    }

    .desktop_extralarge\:translate-y-px {
        --tw-translate-y: 1px;
    }

    .desktop_extralarge\:translate-y-0\.5 {
        --tw-translate-y: 0.125rem;
    }

    .desktop_extralarge\:translate-y-1\.5 {
        --tw-translate-y: 0.375rem;
    }

    .desktop_extralarge\:translate-y-2\.5 {
        --tw-translate-y: 0.625rem;
    }

    .desktop_extralarge\:translate-y-3\.5 {
        --tw-translate-y: 0.875rem;
    }

    .desktop_extralarge\:translate-y-5p {
        --tw-translate-y: 5px;
    }

    .desktop_extralarge\:translate-y-10p {
        --tw-translate-y: 10px;
    }

    .desktop_extralarge\:translate-y-14p {
        --tw-translate-y: 14px;
    }

    .desktop_extralarge\:translate-y-15p {
        --tw-translate-y: 15px;
    }

    .desktop_extralarge\:translate-y-15_2 {
        --tw-translate-y: 60px;
    }

    .desktop_extralarge\:translate-y-16_1 {
        --tw-translate-y: 52px;
    }

    .desktop_extralarge\:translate-y-16p {
        --tw-translate-y: 16px;
    }

    .desktop_extralarge\:translate-y-25p {
        --tw-translate-y: 25px;
    }

    .desktop_extralarge\:translate-y-48p {
        --tw-translate-y: 48%;
    }

    .desktop_extralarge\:translate-y-52p {
        --tw-translate-y: 52%;
    }

    .desktop_extralarge\:-translate-y-0 {
        --tw-translate-y: 0px;
    }

    .desktop_extralarge\:-translate-y-1 {
        --tw-translate-y: -0.25rem;
    }

    .desktop_extralarge\:-translate-y-2 {
        --tw-translate-y: -0.5rem;
    }

    .desktop_extralarge\:-translate-y-3 {
        --tw-translate-y: -0.75rem;
    }

    .desktop_extralarge\:-translate-y-4 {
        --tw-translate-y: -1rem;
    }

    .desktop_extralarge\:-translate-y-5 {
        --tw-translate-y: -1.25rem;
    }

    .desktop_extralarge\:-translate-y-6 {
        --tw-translate-y: -1.5rem;
    }

    .desktop_extralarge\:-translate-y-7 {
        --tw-translate-y: -1.75rem;
    }

    .desktop_extralarge\:-translate-y-8 {
        --tw-translate-y: -2rem;
    }

    .desktop_extralarge\:-translate-y-9 {
        --tw-translate-y: -2.25rem;
    }

    .desktop_extralarge\:-translate-y-10 {
        --tw-translate-y: -2.5rem;
    }

    .desktop_extralarge\:-translate-y-11 {
        --tw-translate-y: -2.75rem;
    }

    .desktop_extralarge\:-translate-y-12 {
        --tw-translate-y: -3rem;
    }

    .desktop_extralarge\:-translate-y-14 {
        --tw-translate-y: -3.5rem;
    }

    .desktop_extralarge\:-translate-y-16 {
        --tw-translate-y: -4rem;
    }

    .desktop_extralarge\:-translate-y-18 {
        --tw-translate-y: -4.375rem;
    }

    .desktop_extralarge\:-translate-y-19 {
        --tw-translate-y: -76px;
    }

    .desktop_extralarge\:-translate-y-20 {
        --tw-translate-y: -5rem;
    }

    .desktop_extralarge\:-translate-y-24 {
        --tw-translate-y: -6rem;
    }

    .desktop_extralarge\:-translate-y-28 {
        --tw-translate-y: -7rem;
    }

    .desktop_extralarge\:-translate-y-30 {
        --tw-translate-y: -120px;
    }

    .desktop_extralarge\:-translate-y-32 {
        --tw-translate-y: -8rem;
    }

    .desktop_extralarge\:-translate-y-36 {
        --tw-translate-y: -9rem;
    }

    .desktop_extralarge\:-translate-y-40 {
        --tw-translate-y: -10rem;
    }

    .desktop_extralarge\:-translate-y-44 {
        --tw-translate-y: -11rem;
    }

    .desktop_extralarge\:-translate-y-48 {
        --tw-translate-y: -12rem;
    }

    .desktop_extralarge\:-translate-y-52 {
        --tw-translate-y: -13rem;
    }

    .desktop_extralarge\:-translate-y-56 {
        --tw-translate-y: -14rem;
    }

    .desktop_extralarge\:-translate-y-60 {
        --tw-translate-y: -15rem;
    }

    .desktop_extralarge\:-translate-y-64 {
        --tw-translate-y: -16rem;
    }

    .desktop_extralarge\:-translate-y-72 {
        --tw-translate-y: -18rem;
    }

    .desktop_extralarge\:-translate-y-80 {
        --tw-translate-y: -20rem;
    }

    .desktop_extralarge\:-translate-y-96 {
        --tw-translate-y: -24rem;
    }

    .desktop_extralarge\:-translate-y-px {
        --tw-translate-y: -1px;
    }

    .desktop_extralarge\:-translate-y-0\.5 {
        --tw-translate-y: -0.125rem;
    }

    .desktop_extralarge\:-translate-y-1\.5 {
        --tw-translate-y: -0.375rem;
    }

    .desktop_extralarge\:-translate-y-2\.5 {
        --tw-translate-y: -0.625rem;
    }

    .desktop_extralarge\:-translate-y-3\.5 {
        --tw-translate-y: -0.875rem;
    }

    .desktop_extralarge\:-translate-y-5p {
        --tw-translate-y: -5px;
    }

    .desktop_extralarge\:-translate-y-10p {
        --tw-translate-y: -10px;
    }

    .desktop_extralarge\:-translate-y-14p {
        --tw-translate-y: -14px;
    }

    .desktop_extralarge\:-translate-y-15p {
        --tw-translate-y: -15px;
    }

    .desktop_extralarge\:-translate-y-15_2 {
        --tw-translate-y: -60px;
    }

    .desktop_extralarge\:-translate-y-16_1 {
        --tw-translate-y: -52px;
    }

    .desktop_extralarge\:-translate-y-16p {
        --tw-translate-y: -16px;
    }

    .desktop_extralarge\:-translate-y-25p {
        --tw-translate-y: -25px;
    }

    .desktop_extralarge\:-translate-y-48p {
        --tw-translate-y: -48%;
    }

    .desktop_extralarge\:-translate-y-52p {
        --tw-translate-y: -52%;
    }

    .desktop_extralarge\:translate-y-1\/2 {
        --tw-translate-y: 50%;
    }

    .desktop_extralarge\:translate-y-1\/3 {
        --tw-translate-y: 33.333333%;
    }

    .desktop_extralarge\:translate-y-2\/3 {
        --tw-translate-y: 66.666667%;
    }

    .desktop_extralarge\:translate-y-1\/4 {
        --tw-translate-y: 25%;
    }

    .desktop_extralarge\:translate-y-2\/4 {
        --tw-translate-y: 50%;
    }

    .desktop_extralarge\:translate-y-3\/4 {
        --tw-translate-y: 75%;
    }

    .desktop_extralarge\:translate-y-full {
        --tw-translate-y: 100%;
    }

    .desktop_extralarge\:-translate-y-1\/2 {
        --tw-translate-y: -50%;
    }

    .desktop_extralarge\:-translate-y-1\/3 {
        --tw-translate-y: -33.333333%;
    }

    .desktop_extralarge\:-translate-y-2\/3 {
        --tw-translate-y: -66.666667%;
    }

    .desktop_extralarge\:-translate-y-1\/4 {
        --tw-translate-y: -25%;
    }

    .desktop_extralarge\:-translate-y-2\/4 {
        --tw-translate-y: -50%;
    }

    .desktop_extralarge\:-translate-y-3\/4 {
        --tw-translate-y: -75%;
    }

    .desktop_extralarge\:-translate-y-full {
        --tw-translate-y: -100%;
    }

    .desktop_extralarge\:hover\:translate-x-0:hover {
        --tw-translate-x: 0px;
    }

    .desktop_extralarge\:hover\:translate-x-1:hover {
        --tw-translate-x: 0.25rem;
    }

    .desktop_extralarge\:hover\:translate-x-2:hover {
        --tw-translate-x: 0.5rem;
    }

    .desktop_extralarge\:hover\:translate-x-3:hover {
        --tw-translate-x: 0.75rem;
    }

    .desktop_extralarge\:hover\:translate-x-4:hover {
        --tw-translate-x: 1rem;
    }

    .desktop_extralarge\:hover\:translate-x-5:hover {
        --tw-translate-x: 1.25rem;
    }

    .desktop_extralarge\:hover\:translate-x-6:hover {
        --tw-translate-x: 1.5rem;
    }

    .desktop_extralarge\:hover\:translate-x-7:hover {
        --tw-translate-x: 1.75rem;
    }

    .desktop_extralarge\:hover\:translate-x-8:hover {
        --tw-translate-x: 2rem;
    }

    .desktop_extralarge\:hover\:translate-x-9:hover {
        --tw-translate-x: 2.25rem;
    }

    .desktop_extralarge\:hover\:translate-x-10:hover {
        --tw-translate-x: 2.5rem;
    }

    .desktop_extralarge\:hover\:translate-x-11:hover {
        --tw-translate-x: 2.75rem;
    }

    .desktop_extralarge\:hover\:translate-x-12:hover {
        --tw-translate-x: 3rem;
    }

    .desktop_extralarge\:hover\:translate-x-14:hover {
        --tw-translate-x: 3.5rem;
    }

    .desktop_extralarge\:hover\:translate-x-16:hover {
        --tw-translate-x: 4rem;
    }

    .desktop_extralarge\:hover\:translate-x-18:hover {
        --tw-translate-x: 4.375rem;
    }

    .desktop_extralarge\:hover\:translate-x-19:hover {
        --tw-translate-x: 76px;
    }

    .desktop_extralarge\:hover\:translate-x-20:hover {
        --tw-translate-x: 5rem;
    }

    .desktop_extralarge\:hover\:translate-x-24:hover {
        --tw-translate-x: 6rem;
    }

    .desktop_extralarge\:hover\:translate-x-28:hover {
        --tw-translate-x: 7rem;
    }

    .desktop_extralarge\:hover\:translate-x-30:hover {
        --tw-translate-x: 120px;
    }

    .desktop_extralarge\:hover\:translate-x-32:hover {
        --tw-translate-x: 8rem;
    }

    .desktop_extralarge\:hover\:translate-x-36:hover {
        --tw-translate-x: 9rem;
    }

    .desktop_extralarge\:hover\:translate-x-40:hover {
        --tw-translate-x: 10rem;
    }

    .desktop_extralarge\:hover\:translate-x-44:hover {
        --tw-translate-x: 11rem;
    }

    .desktop_extralarge\:hover\:translate-x-48:hover {
        --tw-translate-x: 12rem;
    }

    .desktop_extralarge\:hover\:translate-x-52:hover {
        --tw-translate-x: 13rem;
    }

    .desktop_extralarge\:hover\:translate-x-56:hover {
        --tw-translate-x: 14rem;
    }

    .desktop_extralarge\:hover\:translate-x-60:hover {
        --tw-translate-x: 15rem;
    }

    .desktop_extralarge\:hover\:translate-x-64:hover {
        --tw-translate-x: 16rem;
    }

    .desktop_extralarge\:hover\:translate-x-72:hover {
        --tw-translate-x: 18rem;
    }

    .desktop_extralarge\:hover\:translate-x-80:hover {
        --tw-translate-x: 20rem;
    }

    .desktop_extralarge\:hover\:translate-x-96:hover {
        --tw-translate-x: 24rem;
    }

    .desktop_extralarge\:hover\:translate-x-px:hover {
        --tw-translate-x: 1px;
    }

    .desktop_extralarge\:hover\:translate-x-0\.5:hover {
        --tw-translate-x: 0.125rem;
    }

    .desktop_extralarge\:hover\:translate-x-1\.5:hover {
        --tw-translate-x: 0.375rem;
    }

    .desktop_extralarge\:hover\:translate-x-2\.5:hover {
        --tw-translate-x: 0.625rem;
    }

    .desktop_extralarge\:hover\:translate-x-3\.5:hover {
        --tw-translate-x: 0.875rem;
    }

    .desktop_extralarge\:hover\:translate-x-5p:hover {
        --tw-translate-x: 5px;
    }

    .desktop_extralarge\:hover\:translate-x-10p:hover {
        --tw-translate-x: 10px;
    }

    .desktop_extralarge\:hover\:translate-x-14p:hover {
        --tw-translate-x: 14px;
    }

    .desktop_extralarge\:hover\:translate-x-15p:hover {
        --tw-translate-x: 15px;
    }

    .desktop_extralarge\:hover\:translate-x-15_2:hover {
        --tw-translate-x: 60px;
    }

    .desktop_extralarge\:hover\:translate-x-16_1:hover {
        --tw-translate-x: 52px;
    }

    .desktop_extralarge\:hover\:translate-x-16p:hover {
        --tw-translate-x: 16px;
    }

    .desktop_extralarge\:hover\:translate-x-25p:hover {
        --tw-translate-x: 25px;
    }

    .desktop_extralarge\:hover\:translate-x-48p:hover {
        --tw-translate-x: 48%;
    }

    .desktop_extralarge\:hover\:translate-x-52p:hover {
        --tw-translate-x: 52%;
    }

    .desktop_extralarge\:hover\:-translate-x-0:hover {
        --tw-translate-x: 0px;
    }

    .desktop_extralarge\:hover\:-translate-x-1:hover {
        --tw-translate-x: -0.25rem;
    }

    .desktop_extralarge\:hover\:-translate-x-2:hover {
        --tw-translate-x: -0.5rem;
    }

    .desktop_extralarge\:hover\:-translate-x-3:hover {
        --tw-translate-x: -0.75rem;
    }

    .desktop_extralarge\:hover\:-translate-x-4:hover {
        --tw-translate-x: -1rem;
    }

    .desktop_extralarge\:hover\:-translate-x-5:hover {
        --tw-translate-x: -1.25rem;
    }

    .desktop_extralarge\:hover\:-translate-x-6:hover {
        --tw-translate-x: -1.5rem;
    }

    .desktop_extralarge\:hover\:-translate-x-7:hover {
        --tw-translate-x: -1.75rem;
    }

    .desktop_extralarge\:hover\:-translate-x-8:hover {
        --tw-translate-x: -2rem;
    }

    .desktop_extralarge\:hover\:-translate-x-9:hover {
        --tw-translate-x: -2.25rem;
    }

    .desktop_extralarge\:hover\:-translate-x-10:hover {
        --tw-translate-x: -2.5rem;
    }

    .desktop_extralarge\:hover\:-translate-x-11:hover {
        --tw-translate-x: -2.75rem;
    }

    .desktop_extralarge\:hover\:-translate-x-12:hover {
        --tw-translate-x: -3rem;
    }

    .desktop_extralarge\:hover\:-translate-x-14:hover {
        --tw-translate-x: -3.5rem;
    }

    .desktop_extralarge\:hover\:-translate-x-16:hover {
        --tw-translate-x: -4rem;
    }

    .desktop_extralarge\:hover\:-translate-x-18:hover {
        --tw-translate-x: -4.375rem;
    }

    .desktop_extralarge\:hover\:-translate-x-19:hover {
        --tw-translate-x: -76px;
    }

    .desktop_extralarge\:hover\:-translate-x-20:hover {
        --tw-translate-x: -5rem;
    }

    .desktop_extralarge\:hover\:-translate-x-24:hover {
        --tw-translate-x: -6rem;
    }

    .desktop_extralarge\:hover\:-translate-x-28:hover {
        --tw-translate-x: -7rem;
    }

    .desktop_extralarge\:hover\:-translate-x-30:hover {
        --tw-translate-x: -120px;
    }

    .desktop_extralarge\:hover\:-translate-x-32:hover {
        --tw-translate-x: -8rem;
    }

    .desktop_extralarge\:hover\:-translate-x-36:hover {
        --tw-translate-x: -9rem;
    }

    .desktop_extralarge\:hover\:-translate-x-40:hover {
        --tw-translate-x: -10rem;
    }

    .desktop_extralarge\:hover\:-translate-x-44:hover {
        --tw-translate-x: -11rem;
    }

    .desktop_extralarge\:hover\:-translate-x-48:hover {
        --tw-translate-x: -12rem;
    }

    .desktop_extralarge\:hover\:-translate-x-52:hover {
        --tw-translate-x: -13rem;
    }

    .desktop_extralarge\:hover\:-translate-x-56:hover {
        --tw-translate-x: -14rem;
    }

    .desktop_extralarge\:hover\:-translate-x-60:hover {
        --tw-translate-x: -15rem;
    }

    .desktop_extralarge\:hover\:-translate-x-64:hover {
        --tw-translate-x: -16rem;
    }

    .desktop_extralarge\:hover\:-translate-x-72:hover {
        --tw-translate-x: -18rem;
    }

    .desktop_extralarge\:hover\:-translate-x-80:hover {
        --tw-translate-x: -20rem;
    }

    .desktop_extralarge\:hover\:-translate-x-96:hover {
        --tw-translate-x: -24rem;
    }

    .desktop_extralarge\:hover\:-translate-x-px:hover {
        --tw-translate-x: -1px;
    }

    .desktop_extralarge\:hover\:-translate-x-0\.5:hover {
        --tw-translate-x: -0.125rem;
    }

    .desktop_extralarge\:hover\:-translate-x-1\.5:hover {
        --tw-translate-x: -0.375rem;
    }

    .desktop_extralarge\:hover\:-translate-x-2\.5:hover {
        --tw-translate-x: -0.625rem;
    }

    .desktop_extralarge\:hover\:-translate-x-3\.5:hover {
        --tw-translate-x: -0.875rem;
    }

    .desktop_extralarge\:hover\:-translate-x-5p:hover {
        --tw-translate-x: -5px;
    }

    .desktop_extralarge\:hover\:-translate-x-10p:hover {
        --tw-translate-x: -10px;
    }

    .desktop_extralarge\:hover\:-translate-x-14p:hover {
        --tw-translate-x: -14px;
    }

    .desktop_extralarge\:hover\:-translate-x-15p:hover {
        --tw-translate-x: -15px;
    }

    .desktop_extralarge\:hover\:-translate-x-15_2:hover {
        --tw-translate-x: -60px;
    }

    .desktop_extralarge\:hover\:-translate-x-16_1:hover {
        --tw-translate-x: -52px;
    }

    .desktop_extralarge\:hover\:-translate-x-16p:hover {
        --tw-translate-x: -16px;
    }

    .desktop_extralarge\:hover\:-translate-x-25p:hover {
        --tw-translate-x: -25px;
    }

    .desktop_extralarge\:hover\:-translate-x-48p:hover {
        --tw-translate-x: -48%;
    }

    .desktop_extralarge\:hover\:-translate-x-52p:hover {
        --tw-translate-x: -52%;
    }

    .desktop_extralarge\:hover\:translate-x-1\/2:hover {
        --tw-translate-x: 50%;
    }

    .desktop_extralarge\:hover\:translate-x-1\/3:hover {
        --tw-translate-x: 33.333333%;
    }

    .desktop_extralarge\:hover\:translate-x-2\/3:hover {
        --tw-translate-x: 66.666667%;
    }

    .desktop_extralarge\:hover\:translate-x-1\/4:hover {
        --tw-translate-x: 25%;
    }

    .desktop_extralarge\:hover\:translate-x-2\/4:hover {
        --tw-translate-x: 50%;
    }

    .desktop_extralarge\:hover\:translate-x-3\/4:hover {
        --tw-translate-x: 75%;
    }

    .desktop_extralarge\:hover\:translate-x-full:hover {
        --tw-translate-x: 100%;
    }

    .desktop_extralarge\:hover\:-translate-x-1\/2:hover {
        --tw-translate-x: -50%;
    }

    .desktop_extralarge\:hover\:-translate-x-1\/3:hover {
        --tw-translate-x: -33.333333%;
    }

    .desktop_extralarge\:hover\:-translate-x-2\/3:hover {
        --tw-translate-x: -66.666667%;
    }

    .desktop_extralarge\:hover\:-translate-x-1\/4:hover {
        --tw-translate-x: -25%;
    }

    .desktop_extralarge\:hover\:-translate-x-2\/4:hover {
        --tw-translate-x: -50%;
    }

    .desktop_extralarge\:hover\:-translate-x-3\/4:hover {
        --tw-translate-x: -75%;
    }

    .desktop_extralarge\:hover\:-translate-x-full:hover {
        --tw-translate-x: -100%;
    }

    .desktop_extralarge\:hover\:translate-y-0:hover {
        --tw-translate-y: 0px;
    }

    .desktop_extralarge\:hover\:translate-y-1:hover {
        --tw-translate-y: 0.25rem;
    }

    .desktop_extralarge\:hover\:translate-y-2:hover {
        --tw-translate-y: 0.5rem;
    }

    .desktop_extralarge\:hover\:translate-y-3:hover {
        --tw-translate-y: 0.75rem;
    }

    .desktop_extralarge\:hover\:translate-y-4:hover {
        --tw-translate-y: 1rem;
    }

    .desktop_extralarge\:hover\:translate-y-5:hover {
        --tw-translate-y: 1.25rem;
    }

    .desktop_extralarge\:hover\:translate-y-6:hover {
        --tw-translate-y: 1.5rem;
    }

    .desktop_extralarge\:hover\:translate-y-7:hover {
        --tw-translate-y: 1.75rem;
    }

    .desktop_extralarge\:hover\:translate-y-8:hover {
        --tw-translate-y: 2rem;
    }

    .desktop_extralarge\:hover\:translate-y-9:hover {
        --tw-translate-y: 2.25rem;
    }

    .desktop_extralarge\:hover\:translate-y-10:hover {
        --tw-translate-y: 2.5rem;
    }

    .desktop_extralarge\:hover\:translate-y-11:hover {
        --tw-translate-y: 2.75rem;
    }

    .desktop_extralarge\:hover\:translate-y-12:hover {
        --tw-translate-y: 3rem;
    }

    .desktop_extralarge\:hover\:translate-y-14:hover {
        --tw-translate-y: 3.5rem;
    }

    .desktop_extralarge\:hover\:translate-y-16:hover {
        --tw-translate-y: 4rem;
    }

    .desktop_extralarge\:hover\:translate-y-18:hover {
        --tw-translate-y: 4.375rem;
    }

    .desktop_extralarge\:hover\:translate-y-19:hover {
        --tw-translate-y: 76px;
    }

    .desktop_extralarge\:hover\:translate-y-20:hover {
        --tw-translate-y: 5rem;
    }

    .desktop_extralarge\:hover\:translate-y-24:hover {
        --tw-translate-y: 6rem;
    }

    .desktop_extralarge\:hover\:translate-y-28:hover {
        --tw-translate-y: 7rem;
    }

    .desktop_extralarge\:hover\:translate-y-30:hover {
        --tw-translate-y: 120px;
    }

    .desktop_extralarge\:hover\:translate-y-32:hover {
        --tw-translate-y: 8rem;
    }

    .desktop_extralarge\:hover\:translate-y-36:hover {
        --tw-translate-y: 9rem;
    }

    .desktop_extralarge\:hover\:translate-y-40:hover {
        --tw-translate-y: 10rem;
    }

    .desktop_extralarge\:hover\:translate-y-44:hover {
        --tw-translate-y: 11rem;
    }

    .desktop_extralarge\:hover\:translate-y-48:hover {
        --tw-translate-y: 12rem;
    }

    .desktop_extralarge\:hover\:translate-y-52:hover {
        --tw-translate-y: 13rem;
    }

    .desktop_extralarge\:hover\:translate-y-56:hover {
        --tw-translate-y: 14rem;
    }

    .desktop_extralarge\:hover\:translate-y-60:hover {
        --tw-translate-y: 15rem;
    }

    .desktop_extralarge\:hover\:translate-y-64:hover {
        --tw-translate-y: 16rem;
    }

    .desktop_extralarge\:hover\:translate-y-72:hover {
        --tw-translate-y: 18rem;
    }

    .desktop_extralarge\:hover\:translate-y-80:hover {
        --tw-translate-y: 20rem;
    }

    .desktop_extralarge\:hover\:translate-y-96:hover {
        --tw-translate-y: 24rem;
    }

    .desktop_extralarge\:hover\:translate-y-px:hover {
        --tw-translate-y: 1px;
    }

    .desktop_extralarge\:hover\:translate-y-0\.5:hover {
        --tw-translate-y: 0.125rem;
    }

    .desktop_extralarge\:hover\:translate-y-1\.5:hover {
        --tw-translate-y: 0.375rem;
    }

    .desktop_extralarge\:hover\:translate-y-2\.5:hover {
        --tw-translate-y: 0.625rem;
    }

    .desktop_extralarge\:hover\:translate-y-3\.5:hover {
        --tw-translate-y: 0.875rem;
    }

    .desktop_extralarge\:hover\:translate-y-5p:hover {
        --tw-translate-y: 5px;
    }

    .desktop_extralarge\:hover\:translate-y-10p:hover {
        --tw-translate-y: 10px;
    }

    .desktop_extralarge\:hover\:translate-y-14p:hover {
        --tw-translate-y: 14px;
    }

    .desktop_extralarge\:hover\:translate-y-15p:hover {
        --tw-translate-y: 15px;
    }

    .desktop_extralarge\:hover\:translate-y-15_2:hover {
        --tw-translate-y: 60px;
    }

    .desktop_extralarge\:hover\:translate-y-16_1:hover {
        --tw-translate-y: 52px;
    }

    .desktop_extralarge\:hover\:translate-y-16p:hover {
        --tw-translate-y: 16px;
    }

    .desktop_extralarge\:hover\:translate-y-25p:hover {
        --tw-translate-y: 25px;
    }

    .desktop_extralarge\:hover\:translate-y-48p:hover {
        --tw-translate-y: 48%;
    }

    .desktop_extralarge\:hover\:translate-y-52p:hover {
        --tw-translate-y: 52%;
    }

    .desktop_extralarge\:hover\:-translate-y-0:hover {
        --tw-translate-y: 0px;
    }

    .desktop_extralarge\:hover\:-translate-y-1:hover {
        --tw-translate-y: -0.25rem;
    }

    .desktop_extralarge\:hover\:-translate-y-2:hover {
        --tw-translate-y: -0.5rem;
    }

    .desktop_extralarge\:hover\:-translate-y-3:hover {
        --tw-translate-y: -0.75rem;
    }

    .desktop_extralarge\:hover\:-translate-y-4:hover {
        --tw-translate-y: -1rem;
    }

    .desktop_extralarge\:hover\:-translate-y-5:hover {
        --tw-translate-y: -1.25rem;
    }

    .desktop_extralarge\:hover\:-translate-y-6:hover {
        --tw-translate-y: -1.5rem;
    }

    .desktop_extralarge\:hover\:-translate-y-7:hover {
        --tw-translate-y: -1.75rem;
    }

    .desktop_extralarge\:hover\:-translate-y-8:hover {
        --tw-translate-y: -2rem;
    }

    .desktop_extralarge\:hover\:-translate-y-9:hover {
        --tw-translate-y: -2.25rem;
    }

    .desktop_extralarge\:hover\:-translate-y-10:hover {
        --tw-translate-y: -2.5rem;
    }

    .desktop_extralarge\:hover\:-translate-y-11:hover {
        --tw-translate-y: -2.75rem;
    }

    .desktop_extralarge\:hover\:-translate-y-12:hover {
        --tw-translate-y: -3rem;
    }

    .desktop_extralarge\:hover\:-translate-y-14:hover {
        --tw-translate-y: -3.5rem;
    }

    .desktop_extralarge\:hover\:-translate-y-16:hover {
        --tw-translate-y: -4rem;
    }

    .desktop_extralarge\:hover\:-translate-y-18:hover {
        --tw-translate-y: -4.375rem;
    }

    .desktop_extralarge\:hover\:-translate-y-19:hover {
        --tw-translate-y: -76px;
    }

    .desktop_extralarge\:hover\:-translate-y-20:hover {
        --tw-translate-y: -5rem;
    }

    .desktop_extralarge\:hover\:-translate-y-24:hover {
        --tw-translate-y: -6rem;
    }

    .desktop_extralarge\:hover\:-translate-y-28:hover {
        --tw-translate-y: -7rem;
    }

    .desktop_extralarge\:hover\:-translate-y-30:hover {
        --tw-translate-y: -120px;
    }

    .desktop_extralarge\:hover\:-translate-y-32:hover {
        --tw-translate-y: -8rem;
    }

    .desktop_extralarge\:hover\:-translate-y-36:hover {
        --tw-translate-y: -9rem;
    }

    .desktop_extralarge\:hover\:-translate-y-40:hover {
        --tw-translate-y: -10rem;
    }

    .desktop_extralarge\:hover\:-translate-y-44:hover {
        --tw-translate-y: -11rem;
    }

    .desktop_extralarge\:hover\:-translate-y-48:hover {
        --tw-translate-y: -12rem;
    }

    .desktop_extralarge\:hover\:-translate-y-52:hover {
        --tw-translate-y: -13rem;
    }

    .desktop_extralarge\:hover\:-translate-y-56:hover {
        --tw-translate-y: -14rem;
    }

    .desktop_extralarge\:hover\:-translate-y-60:hover {
        --tw-translate-y: -15rem;
    }

    .desktop_extralarge\:hover\:-translate-y-64:hover {
        --tw-translate-y: -16rem;
    }

    .desktop_extralarge\:hover\:-translate-y-72:hover {
        --tw-translate-y: -18rem;
    }

    .desktop_extralarge\:hover\:-translate-y-80:hover {
        --tw-translate-y: -20rem;
    }

    .desktop_extralarge\:hover\:-translate-y-96:hover {
        --tw-translate-y: -24rem;
    }

    .desktop_extralarge\:hover\:-translate-y-px:hover {
        --tw-translate-y: -1px;
    }

    .desktop_extralarge\:hover\:-translate-y-0\.5:hover {
        --tw-translate-y: -0.125rem;
    }

    .desktop_extralarge\:hover\:-translate-y-1\.5:hover {
        --tw-translate-y: -0.375rem;
    }

    .desktop_extralarge\:hover\:-translate-y-2\.5:hover {
        --tw-translate-y: -0.625rem;
    }

    .desktop_extralarge\:hover\:-translate-y-3\.5:hover {
        --tw-translate-y: -0.875rem;
    }

    .desktop_extralarge\:hover\:-translate-y-5p:hover {
        --tw-translate-y: -5px;
    }

    .desktop_extralarge\:hover\:-translate-y-10p:hover {
        --tw-translate-y: -10px;
    }

    .desktop_extralarge\:hover\:-translate-y-14p:hover {
        --tw-translate-y: -14px;
    }

    .desktop_extralarge\:hover\:-translate-y-15p:hover {
        --tw-translate-y: -15px;
    }

    .desktop_extralarge\:hover\:-translate-y-15_2:hover {
        --tw-translate-y: -60px;
    }

    .desktop_extralarge\:hover\:-translate-y-16_1:hover {
        --tw-translate-y: -52px;
    }

    .desktop_extralarge\:hover\:-translate-y-16p:hover {
        --tw-translate-y: -16px;
    }

    .desktop_extralarge\:hover\:-translate-y-25p:hover {
        --tw-translate-y: -25px;
    }

    .desktop_extralarge\:hover\:-translate-y-48p:hover {
        --tw-translate-y: -48%;
    }

    .desktop_extralarge\:hover\:-translate-y-52p:hover {
        --tw-translate-y: -52%;
    }

    .desktop_extralarge\:hover\:translate-y-1\/2:hover {
        --tw-translate-y: 50%;
    }

    .desktop_extralarge\:hover\:translate-y-1\/3:hover {
        --tw-translate-y: 33.333333%;
    }

    .desktop_extralarge\:hover\:translate-y-2\/3:hover {
        --tw-translate-y: 66.666667%;
    }

    .desktop_extralarge\:hover\:translate-y-1\/4:hover {
        --tw-translate-y: 25%;
    }

    .desktop_extralarge\:hover\:translate-y-2\/4:hover {
        --tw-translate-y: 50%;
    }

    .desktop_extralarge\:hover\:translate-y-3\/4:hover {
        --tw-translate-y: 75%;
    }

    .desktop_extralarge\:hover\:translate-y-full:hover {
        --tw-translate-y: 100%;
    }

    .desktop_extralarge\:hover\:-translate-y-1\/2:hover {
        --tw-translate-y: -50%;
    }

    .desktop_extralarge\:hover\:-translate-y-1\/3:hover {
        --tw-translate-y: -33.333333%;
    }

    .desktop_extralarge\:hover\:-translate-y-2\/3:hover {
        --tw-translate-y: -66.666667%;
    }

    .desktop_extralarge\:hover\:-translate-y-1\/4:hover {
        --tw-translate-y: -25%;
    }

    .desktop_extralarge\:hover\:-translate-y-2\/4:hover {
        --tw-translate-y: -50%;
    }

    .desktop_extralarge\:hover\:-translate-y-3\/4:hover {
        --tw-translate-y: -75%;
    }

    .desktop_extralarge\:hover\:-translate-y-full:hover {
        --tw-translate-y: -100%;
    }

    .desktop_extralarge\:focus\:translate-x-0:focus {
        --tw-translate-x: 0px;
    }

    .desktop_extralarge\:focus\:translate-x-1:focus {
        --tw-translate-x: 0.25rem;
    }

    .desktop_extralarge\:focus\:translate-x-2:focus {
        --tw-translate-x: 0.5rem;
    }

    .desktop_extralarge\:focus\:translate-x-3:focus {
        --tw-translate-x: 0.75rem;
    }

    .desktop_extralarge\:focus\:translate-x-4:focus {
        --tw-translate-x: 1rem;
    }

    .desktop_extralarge\:focus\:translate-x-5:focus {
        --tw-translate-x: 1.25rem;
    }

    .desktop_extralarge\:focus\:translate-x-6:focus {
        --tw-translate-x: 1.5rem;
    }

    .desktop_extralarge\:focus\:translate-x-7:focus {
        --tw-translate-x: 1.75rem;
    }

    .desktop_extralarge\:focus\:translate-x-8:focus {
        --tw-translate-x: 2rem;
    }

    .desktop_extralarge\:focus\:translate-x-9:focus {
        --tw-translate-x: 2.25rem;
    }

    .desktop_extralarge\:focus\:translate-x-10:focus {
        --tw-translate-x: 2.5rem;
    }

    .desktop_extralarge\:focus\:translate-x-11:focus {
        --tw-translate-x: 2.75rem;
    }

    .desktop_extralarge\:focus\:translate-x-12:focus {
        --tw-translate-x: 3rem;
    }

    .desktop_extralarge\:focus\:translate-x-14:focus {
        --tw-translate-x: 3.5rem;
    }

    .desktop_extralarge\:focus\:translate-x-16:focus {
        --tw-translate-x: 4rem;
    }

    .desktop_extralarge\:focus\:translate-x-18:focus {
        --tw-translate-x: 4.375rem;
    }

    .desktop_extralarge\:focus\:translate-x-19:focus {
        --tw-translate-x: 76px;
    }

    .desktop_extralarge\:focus\:translate-x-20:focus {
        --tw-translate-x: 5rem;
    }

    .desktop_extralarge\:focus\:translate-x-24:focus {
        --tw-translate-x: 6rem;
    }

    .desktop_extralarge\:focus\:translate-x-28:focus {
        --tw-translate-x: 7rem;
    }

    .desktop_extralarge\:focus\:translate-x-30:focus {
        --tw-translate-x: 120px;
    }

    .desktop_extralarge\:focus\:translate-x-32:focus {
        --tw-translate-x: 8rem;
    }

    .desktop_extralarge\:focus\:translate-x-36:focus {
        --tw-translate-x: 9rem;
    }

    .desktop_extralarge\:focus\:translate-x-40:focus {
        --tw-translate-x: 10rem;
    }

    .desktop_extralarge\:focus\:translate-x-44:focus {
        --tw-translate-x: 11rem;
    }

    .desktop_extralarge\:focus\:translate-x-48:focus {
        --tw-translate-x: 12rem;
    }

    .desktop_extralarge\:focus\:translate-x-52:focus {
        --tw-translate-x: 13rem;
    }

    .desktop_extralarge\:focus\:translate-x-56:focus {
        --tw-translate-x: 14rem;
    }

    .desktop_extralarge\:focus\:translate-x-60:focus {
        --tw-translate-x: 15rem;
    }

    .desktop_extralarge\:focus\:translate-x-64:focus {
        --tw-translate-x: 16rem;
    }

    .desktop_extralarge\:focus\:translate-x-72:focus {
        --tw-translate-x: 18rem;
    }

    .desktop_extralarge\:focus\:translate-x-80:focus {
        --tw-translate-x: 20rem;
    }

    .desktop_extralarge\:focus\:translate-x-96:focus {
        --tw-translate-x: 24rem;
    }

    .desktop_extralarge\:focus\:translate-x-px:focus {
        --tw-translate-x: 1px;
    }

    .desktop_extralarge\:focus\:translate-x-0\.5:focus {
        --tw-translate-x: 0.125rem;
    }

    .desktop_extralarge\:focus\:translate-x-1\.5:focus {
        --tw-translate-x: 0.375rem;
    }

    .desktop_extralarge\:focus\:translate-x-2\.5:focus {
        --tw-translate-x: 0.625rem;
    }

    .desktop_extralarge\:focus\:translate-x-3\.5:focus {
        --tw-translate-x: 0.875rem;
    }

    .desktop_extralarge\:focus\:translate-x-5p:focus {
        --tw-translate-x: 5px;
    }

    .desktop_extralarge\:focus\:translate-x-10p:focus {
        --tw-translate-x: 10px;
    }

    .desktop_extralarge\:focus\:translate-x-14p:focus {
        --tw-translate-x: 14px;
    }

    .desktop_extralarge\:focus\:translate-x-15p:focus {
        --tw-translate-x: 15px;
    }

    .desktop_extralarge\:focus\:translate-x-15_2:focus {
        --tw-translate-x: 60px;
    }

    .desktop_extralarge\:focus\:translate-x-16_1:focus {
        --tw-translate-x: 52px;
    }

    .desktop_extralarge\:focus\:translate-x-16p:focus {
        --tw-translate-x: 16px;
    }

    .desktop_extralarge\:focus\:translate-x-25p:focus {
        --tw-translate-x: 25px;
    }

    .desktop_extralarge\:focus\:translate-x-48p:focus {
        --tw-translate-x: 48%;
    }

    .desktop_extralarge\:focus\:translate-x-52p:focus {
        --tw-translate-x: 52%;
    }

    .desktop_extralarge\:focus\:-translate-x-0:focus {
        --tw-translate-x: 0px;
    }

    .desktop_extralarge\:focus\:-translate-x-1:focus {
        --tw-translate-x: -0.25rem;
    }

    .desktop_extralarge\:focus\:-translate-x-2:focus {
        --tw-translate-x: -0.5rem;
    }

    .desktop_extralarge\:focus\:-translate-x-3:focus {
        --tw-translate-x: -0.75rem;
    }

    .desktop_extralarge\:focus\:-translate-x-4:focus {
        --tw-translate-x: -1rem;
    }

    .desktop_extralarge\:focus\:-translate-x-5:focus {
        --tw-translate-x: -1.25rem;
    }

    .desktop_extralarge\:focus\:-translate-x-6:focus {
        --tw-translate-x: -1.5rem;
    }

    .desktop_extralarge\:focus\:-translate-x-7:focus {
        --tw-translate-x: -1.75rem;
    }

    .desktop_extralarge\:focus\:-translate-x-8:focus {
        --tw-translate-x: -2rem;
    }

    .desktop_extralarge\:focus\:-translate-x-9:focus {
        --tw-translate-x: -2.25rem;
    }

    .desktop_extralarge\:focus\:-translate-x-10:focus {
        --tw-translate-x: -2.5rem;
    }

    .desktop_extralarge\:focus\:-translate-x-11:focus {
        --tw-translate-x: -2.75rem;
    }

    .desktop_extralarge\:focus\:-translate-x-12:focus {
        --tw-translate-x: -3rem;
    }

    .desktop_extralarge\:focus\:-translate-x-14:focus {
        --tw-translate-x: -3.5rem;
    }

    .desktop_extralarge\:focus\:-translate-x-16:focus {
        --tw-translate-x: -4rem;
    }

    .desktop_extralarge\:focus\:-translate-x-18:focus {
        --tw-translate-x: -4.375rem;
    }

    .desktop_extralarge\:focus\:-translate-x-19:focus {
        --tw-translate-x: -76px;
    }

    .desktop_extralarge\:focus\:-translate-x-20:focus {
        --tw-translate-x: -5rem;
    }

    .desktop_extralarge\:focus\:-translate-x-24:focus {
        --tw-translate-x: -6rem;
    }

    .desktop_extralarge\:focus\:-translate-x-28:focus {
        --tw-translate-x: -7rem;
    }

    .desktop_extralarge\:focus\:-translate-x-30:focus {
        --tw-translate-x: -120px;
    }

    .desktop_extralarge\:focus\:-translate-x-32:focus {
        --tw-translate-x: -8rem;
    }

    .desktop_extralarge\:focus\:-translate-x-36:focus {
        --tw-translate-x: -9rem;
    }

    .desktop_extralarge\:focus\:-translate-x-40:focus {
        --tw-translate-x: -10rem;
    }

    .desktop_extralarge\:focus\:-translate-x-44:focus {
        --tw-translate-x: -11rem;
    }

    .desktop_extralarge\:focus\:-translate-x-48:focus {
        --tw-translate-x: -12rem;
    }

    .desktop_extralarge\:focus\:-translate-x-52:focus {
        --tw-translate-x: -13rem;
    }

    .desktop_extralarge\:focus\:-translate-x-56:focus {
        --tw-translate-x: -14rem;
    }

    .desktop_extralarge\:focus\:-translate-x-60:focus {
        --tw-translate-x: -15rem;
    }

    .desktop_extralarge\:focus\:-translate-x-64:focus {
        --tw-translate-x: -16rem;
    }

    .desktop_extralarge\:focus\:-translate-x-72:focus {
        --tw-translate-x: -18rem;
    }

    .desktop_extralarge\:focus\:-translate-x-80:focus {
        --tw-translate-x: -20rem;
    }

    .desktop_extralarge\:focus\:-translate-x-96:focus {
        --tw-translate-x: -24rem;
    }

    .desktop_extralarge\:focus\:-translate-x-px:focus {
        --tw-translate-x: -1px;
    }

    .desktop_extralarge\:focus\:-translate-x-0\.5:focus {
        --tw-translate-x: -0.125rem;
    }

    .desktop_extralarge\:focus\:-translate-x-1\.5:focus {
        --tw-translate-x: -0.375rem;
    }

    .desktop_extralarge\:focus\:-translate-x-2\.5:focus {
        --tw-translate-x: -0.625rem;
    }

    .desktop_extralarge\:focus\:-translate-x-3\.5:focus {
        --tw-translate-x: -0.875rem;
    }

    .desktop_extralarge\:focus\:-translate-x-5p:focus {
        --tw-translate-x: -5px;
    }

    .desktop_extralarge\:focus\:-translate-x-10p:focus {
        --tw-translate-x: -10px;
    }

    .desktop_extralarge\:focus\:-translate-x-14p:focus {
        --tw-translate-x: -14px;
    }

    .desktop_extralarge\:focus\:-translate-x-15p:focus {
        --tw-translate-x: -15px;
    }

    .desktop_extralarge\:focus\:-translate-x-15_2:focus {
        --tw-translate-x: -60px;
    }

    .desktop_extralarge\:focus\:-translate-x-16_1:focus {
        --tw-translate-x: -52px;
    }

    .desktop_extralarge\:focus\:-translate-x-16p:focus {
        --tw-translate-x: -16px;
    }

    .desktop_extralarge\:focus\:-translate-x-25p:focus {
        --tw-translate-x: -25px;
    }

    .desktop_extralarge\:focus\:-translate-x-48p:focus {
        --tw-translate-x: -48%;
    }

    .desktop_extralarge\:focus\:-translate-x-52p:focus {
        --tw-translate-x: -52%;
    }

    .desktop_extralarge\:focus\:translate-x-1\/2:focus {
        --tw-translate-x: 50%;
    }

    .desktop_extralarge\:focus\:translate-x-1\/3:focus {
        --tw-translate-x: 33.333333%;
    }

    .desktop_extralarge\:focus\:translate-x-2\/3:focus {
        --tw-translate-x: 66.666667%;
    }

    .desktop_extralarge\:focus\:translate-x-1\/4:focus {
        --tw-translate-x: 25%;
    }

    .desktop_extralarge\:focus\:translate-x-2\/4:focus {
        --tw-translate-x: 50%;
    }

    .desktop_extralarge\:focus\:translate-x-3\/4:focus {
        --tw-translate-x: 75%;
    }

    .desktop_extralarge\:focus\:translate-x-full:focus {
        --tw-translate-x: 100%;
    }

    .desktop_extralarge\:focus\:-translate-x-1\/2:focus {
        --tw-translate-x: -50%;
    }

    .desktop_extralarge\:focus\:-translate-x-1\/3:focus {
        --tw-translate-x: -33.333333%;
    }

    .desktop_extralarge\:focus\:-translate-x-2\/3:focus {
        --tw-translate-x: -66.666667%;
    }

    .desktop_extralarge\:focus\:-translate-x-1\/4:focus {
        --tw-translate-x: -25%;
    }

    .desktop_extralarge\:focus\:-translate-x-2\/4:focus {
        --tw-translate-x: -50%;
    }

    .desktop_extralarge\:focus\:-translate-x-3\/4:focus {
        --tw-translate-x: -75%;
    }

    .desktop_extralarge\:focus\:-translate-x-full:focus {
        --tw-translate-x: -100%;
    }

    .desktop_extralarge\:focus\:translate-y-0:focus {
        --tw-translate-y: 0px;
    }

    .desktop_extralarge\:focus\:translate-y-1:focus {
        --tw-translate-y: 0.25rem;
    }

    .desktop_extralarge\:focus\:translate-y-2:focus {
        --tw-translate-y: 0.5rem;
    }

    .desktop_extralarge\:focus\:translate-y-3:focus {
        --tw-translate-y: 0.75rem;
    }

    .desktop_extralarge\:focus\:translate-y-4:focus {
        --tw-translate-y: 1rem;
    }

    .desktop_extralarge\:focus\:translate-y-5:focus {
        --tw-translate-y: 1.25rem;
    }

    .desktop_extralarge\:focus\:translate-y-6:focus {
        --tw-translate-y: 1.5rem;
    }

    .desktop_extralarge\:focus\:translate-y-7:focus {
        --tw-translate-y: 1.75rem;
    }

    .desktop_extralarge\:focus\:translate-y-8:focus {
        --tw-translate-y: 2rem;
    }

    .desktop_extralarge\:focus\:translate-y-9:focus {
        --tw-translate-y: 2.25rem;
    }

    .desktop_extralarge\:focus\:translate-y-10:focus {
        --tw-translate-y: 2.5rem;
    }

    .desktop_extralarge\:focus\:translate-y-11:focus {
        --tw-translate-y: 2.75rem;
    }

    .desktop_extralarge\:focus\:translate-y-12:focus {
        --tw-translate-y: 3rem;
    }

    .desktop_extralarge\:focus\:translate-y-14:focus {
        --tw-translate-y: 3.5rem;
    }

    .desktop_extralarge\:focus\:translate-y-16:focus {
        --tw-translate-y: 4rem;
    }

    .desktop_extralarge\:focus\:translate-y-18:focus {
        --tw-translate-y: 4.375rem;
    }

    .desktop_extralarge\:focus\:translate-y-19:focus {
        --tw-translate-y: 76px;
    }

    .desktop_extralarge\:focus\:translate-y-20:focus {
        --tw-translate-y: 5rem;
    }

    .desktop_extralarge\:focus\:translate-y-24:focus {
        --tw-translate-y: 6rem;
    }

    .desktop_extralarge\:focus\:translate-y-28:focus {
        --tw-translate-y: 7rem;
    }

    .desktop_extralarge\:focus\:translate-y-30:focus {
        --tw-translate-y: 120px;
    }

    .desktop_extralarge\:focus\:translate-y-32:focus {
        --tw-translate-y: 8rem;
    }

    .desktop_extralarge\:focus\:translate-y-36:focus {
        --tw-translate-y: 9rem;
    }

    .desktop_extralarge\:focus\:translate-y-40:focus {
        --tw-translate-y: 10rem;
    }

    .desktop_extralarge\:focus\:translate-y-44:focus {
        --tw-translate-y: 11rem;
    }

    .desktop_extralarge\:focus\:translate-y-48:focus {
        --tw-translate-y: 12rem;
    }

    .desktop_extralarge\:focus\:translate-y-52:focus {
        --tw-translate-y: 13rem;
    }

    .desktop_extralarge\:focus\:translate-y-56:focus {
        --tw-translate-y: 14rem;
    }

    .desktop_extralarge\:focus\:translate-y-60:focus {
        --tw-translate-y: 15rem;
    }

    .desktop_extralarge\:focus\:translate-y-64:focus {
        --tw-translate-y: 16rem;
    }

    .desktop_extralarge\:focus\:translate-y-72:focus {
        --tw-translate-y: 18rem;
    }

    .desktop_extralarge\:focus\:translate-y-80:focus {
        --tw-translate-y: 20rem;
    }

    .desktop_extralarge\:focus\:translate-y-96:focus {
        --tw-translate-y: 24rem;
    }

    .desktop_extralarge\:focus\:translate-y-px:focus {
        --tw-translate-y: 1px;
    }

    .desktop_extralarge\:focus\:translate-y-0\.5:focus {
        --tw-translate-y: 0.125rem;
    }

    .desktop_extralarge\:focus\:translate-y-1\.5:focus {
        --tw-translate-y: 0.375rem;
    }

    .desktop_extralarge\:focus\:translate-y-2\.5:focus {
        --tw-translate-y: 0.625rem;
    }

    .desktop_extralarge\:focus\:translate-y-3\.5:focus {
        --tw-translate-y: 0.875rem;
    }

    .desktop_extralarge\:focus\:translate-y-5p:focus {
        --tw-translate-y: 5px;
    }

    .desktop_extralarge\:focus\:translate-y-10p:focus {
        --tw-translate-y: 10px;
    }

    .desktop_extralarge\:focus\:translate-y-14p:focus {
        --tw-translate-y: 14px;
    }

    .desktop_extralarge\:focus\:translate-y-15p:focus {
        --tw-translate-y: 15px;
    }

    .desktop_extralarge\:focus\:translate-y-15_2:focus {
        --tw-translate-y: 60px;
    }

    .desktop_extralarge\:focus\:translate-y-16_1:focus {
        --tw-translate-y: 52px;
    }

    .desktop_extralarge\:focus\:translate-y-16p:focus {
        --tw-translate-y: 16px;
    }

    .desktop_extralarge\:focus\:translate-y-25p:focus {
        --tw-translate-y: 25px;
    }

    .desktop_extralarge\:focus\:translate-y-48p:focus {
        --tw-translate-y: 48%;
    }

    .desktop_extralarge\:focus\:translate-y-52p:focus {
        --tw-translate-y: 52%;
    }

    .desktop_extralarge\:focus\:-translate-y-0:focus {
        --tw-translate-y: 0px;
    }

    .desktop_extralarge\:focus\:-translate-y-1:focus {
        --tw-translate-y: -0.25rem;
    }

    .desktop_extralarge\:focus\:-translate-y-2:focus {
        --tw-translate-y: -0.5rem;
    }

    .desktop_extralarge\:focus\:-translate-y-3:focus {
        --tw-translate-y: -0.75rem;
    }

    .desktop_extralarge\:focus\:-translate-y-4:focus {
        --tw-translate-y: -1rem;
    }

    .desktop_extralarge\:focus\:-translate-y-5:focus {
        --tw-translate-y: -1.25rem;
    }

    .desktop_extralarge\:focus\:-translate-y-6:focus {
        --tw-translate-y: -1.5rem;
    }

    .desktop_extralarge\:focus\:-translate-y-7:focus {
        --tw-translate-y: -1.75rem;
    }

    .desktop_extralarge\:focus\:-translate-y-8:focus {
        --tw-translate-y: -2rem;
    }

    .desktop_extralarge\:focus\:-translate-y-9:focus {
        --tw-translate-y: -2.25rem;
    }

    .desktop_extralarge\:focus\:-translate-y-10:focus {
        --tw-translate-y: -2.5rem;
    }

    .desktop_extralarge\:focus\:-translate-y-11:focus {
        --tw-translate-y: -2.75rem;
    }

    .desktop_extralarge\:focus\:-translate-y-12:focus {
        --tw-translate-y: -3rem;
    }

    .desktop_extralarge\:focus\:-translate-y-14:focus {
        --tw-translate-y: -3.5rem;
    }

    .desktop_extralarge\:focus\:-translate-y-16:focus {
        --tw-translate-y: -4rem;
    }

    .desktop_extralarge\:focus\:-translate-y-18:focus {
        --tw-translate-y: -4.375rem;
    }

    .desktop_extralarge\:focus\:-translate-y-19:focus {
        --tw-translate-y: -76px;
    }

    .desktop_extralarge\:focus\:-translate-y-20:focus {
        --tw-translate-y: -5rem;
    }

    .desktop_extralarge\:focus\:-translate-y-24:focus {
        --tw-translate-y: -6rem;
    }

    .desktop_extralarge\:focus\:-translate-y-28:focus {
        --tw-translate-y: -7rem;
    }

    .desktop_extralarge\:focus\:-translate-y-30:focus {
        --tw-translate-y: -120px;
    }

    .desktop_extralarge\:focus\:-translate-y-32:focus {
        --tw-translate-y: -8rem;
    }

    .desktop_extralarge\:focus\:-translate-y-36:focus {
        --tw-translate-y: -9rem;
    }

    .desktop_extralarge\:focus\:-translate-y-40:focus {
        --tw-translate-y: -10rem;
    }

    .desktop_extralarge\:focus\:-translate-y-44:focus {
        --tw-translate-y: -11rem;
    }

    .desktop_extralarge\:focus\:-translate-y-48:focus {
        --tw-translate-y: -12rem;
    }

    .desktop_extralarge\:focus\:-translate-y-52:focus {
        --tw-translate-y: -13rem;
    }

    .desktop_extralarge\:focus\:-translate-y-56:focus {
        --tw-translate-y: -14rem;
    }

    .desktop_extralarge\:focus\:-translate-y-60:focus {
        --tw-translate-y: -15rem;
    }

    .desktop_extralarge\:focus\:-translate-y-64:focus {
        --tw-translate-y: -16rem;
    }

    .desktop_extralarge\:focus\:-translate-y-72:focus {
        --tw-translate-y: -18rem;
    }

    .desktop_extralarge\:focus\:-translate-y-80:focus {
        --tw-translate-y: -20rem;
    }

    .desktop_extralarge\:focus\:-translate-y-96:focus {
        --tw-translate-y: -24rem;
    }

    .desktop_extralarge\:focus\:-translate-y-px:focus {
        --tw-translate-y: -1px;
    }

    .desktop_extralarge\:focus\:-translate-y-0\.5:focus {
        --tw-translate-y: -0.125rem;
    }

    .desktop_extralarge\:focus\:-translate-y-1\.5:focus {
        --tw-translate-y: -0.375rem;
    }

    .desktop_extralarge\:focus\:-translate-y-2\.5:focus {
        --tw-translate-y: -0.625rem;
    }

    .desktop_extralarge\:focus\:-translate-y-3\.5:focus {
        --tw-translate-y: -0.875rem;
    }

    .desktop_extralarge\:focus\:-translate-y-5p:focus {
        --tw-translate-y: -5px;
    }

    .desktop_extralarge\:focus\:-translate-y-10p:focus {
        --tw-translate-y: -10px;
    }

    .desktop_extralarge\:focus\:-translate-y-14p:focus {
        --tw-translate-y: -14px;
    }

    .desktop_extralarge\:focus\:-translate-y-15p:focus {
        --tw-translate-y: -15px;
    }

    .desktop_extralarge\:focus\:-translate-y-15_2:focus {
        --tw-translate-y: -60px;
    }

    .desktop_extralarge\:focus\:-translate-y-16_1:focus {
        --tw-translate-y: -52px;
    }

    .desktop_extralarge\:focus\:-translate-y-16p:focus {
        --tw-translate-y: -16px;
    }

    .desktop_extralarge\:focus\:-translate-y-25p:focus {
        --tw-translate-y: -25px;
    }

    .desktop_extralarge\:focus\:-translate-y-48p:focus {
        --tw-translate-y: -48%;
    }

    .desktop_extralarge\:focus\:-translate-y-52p:focus {
        --tw-translate-y: -52%;
    }

    .desktop_extralarge\:focus\:translate-y-1\/2:focus {
        --tw-translate-y: 50%;
    }

    .desktop_extralarge\:focus\:translate-y-1\/3:focus {
        --tw-translate-y: 33.333333%;
    }

    .desktop_extralarge\:focus\:translate-y-2\/3:focus {
        --tw-translate-y: 66.666667%;
    }

    .desktop_extralarge\:focus\:translate-y-1\/4:focus {
        --tw-translate-y: 25%;
    }

    .desktop_extralarge\:focus\:translate-y-2\/4:focus {
        --tw-translate-y: 50%;
    }

    .desktop_extralarge\:focus\:translate-y-3\/4:focus {
        --tw-translate-y: 75%;
    }

    .desktop_extralarge\:focus\:translate-y-full:focus {
        --tw-translate-y: 100%;
    }

    .desktop_extralarge\:focus\:-translate-y-1\/2:focus {
        --tw-translate-y: -50%;
    }

    .desktop_extralarge\:focus\:-translate-y-1\/3:focus {
        --tw-translate-y: -33.333333%;
    }

    .desktop_extralarge\:focus\:-translate-y-2\/3:focus {
        --tw-translate-y: -66.666667%;
    }

    .desktop_extralarge\:focus\:-translate-y-1\/4:focus {
        --tw-translate-y: -25%;
    }

    .desktop_extralarge\:focus\:-translate-y-2\/4:focus {
        --tw-translate-y: -50%;
    }

    .desktop_extralarge\:focus\:-translate-y-3\/4:focus {
        --tw-translate-y: -75%;
    }

    .desktop_extralarge\:focus\:-translate-y-full:focus {
        --tw-translate-y: -100%;
    }

    .desktop_extralarge\:rotate-0 {
        --tw-rotate: 0deg;
    }

    .desktop_extralarge\:rotate-1 {
        --tw-rotate: 1deg;
    }

    .desktop_extralarge\:rotate-2 {
        --tw-rotate: 2deg;
    }

    .desktop_extralarge\:rotate-3 {
        --tw-rotate: 3deg;
    }

    .desktop_extralarge\:rotate-6 {
        --tw-rotate: 6deg;
    }

    .desktop_extralarge\:rotate-12 {
        --tw-rotate: 12deg;
    }

    .desktop_extralarge\:rotate-45 {
        --tw-rotate: 45deg;
    }

    .desktop_extralarge\:rotate-90 {
        --tw-rotate: 90deg;
    }

    .desktop_extralarge\:rotate-180 {
        --tw-rotate: 180deg;
    }

    .desktop_extralarge\:-rotate-180 {
        --tw-rotate: -180deg;
    }

    .desktop_extralarge\:-rotate-90 {
        --tw-rotate: -90deg;
    }

    .desktop_extralarge\:-rotate-45 {
        --tw-rotate: -45deg;
    }

    .desktop_extralarge\:-rotate-12 {
        --tw-rotate: -12deg;
    }

    .desktop_extralarge\:-rotate-6 {
        --tw-rotate: -6deg;
    }

    .desktop_extralarge\:-rotate-3 {
        --tw-rotate: -3deg;
    }

    .desktop_extralarge\:-rotate-2 {
        --tw-rotate: -2deg;
    }

    .desktop_extralarge\:-rotate-1 {
        --tw-rotate: -1deg;
    }

    .desktop_extralarge\:hover\:rotate-0:hover {
        --tw-rotate: 0deg;
    }

    .desktop_extralarge\:hover\:rotate-1:hover {
        --tw-rotate: 1deg;
    }

    .desktop_extralarge\:hover\:rotate-2:hover {
        --tw-rotate: 2deg;
    }

    .desktop_extralarge\:hover\:rotate-3:hover {
        --tw-rotate: 3deg;
    }

    .desktop_extralarge\:hover\:rotate-6:hover {
        --tw-rotate: 6deg;
    }

    .desktop_extralarge\:hover\:rotate-12:hover {
        --tw-rotate: 12deg;
    }

    .desktop_extralarge\:hover\:rotate-45:hover {
        --tw-rotate: 45deg;
    }

    .desktop_extralarge\:hover\:rotate-90:hover {
        --tw-rotate: 90deg;
    }

    .desktop_extralarge\:hover\:rotate-180:hover {
        --tw-rotate: 180deg;
    }

    .desktop_extralarge\:hover\:-rotate-180:hover {
        --tw-rotate: -180deg;
    }

    .desktop_extralarge\:hover\:-rotate-90:hover {
        --tw-rotate: -90deg;
    }

    .desktop_extralarge\:hover\:-rotate-45:hover {
        --tw-rotate: -45deg;
    }

    .desktop_extralarge\:hover\:-rotate-12:hover {
        --tw-rotate: -12deg;
    }

    .desktop_extralarge\:hover\:-rotate-6:hover {
        --tw-rotate: -6deg;
    }

    .desktop_extralarge\:hover\:-rotate-3:hover {
        --tw-rotate: -3deg;
    }

    .desktop_extralarge\:hover\:-rotate-2:hover {
        --tw-rotate: -2deg;
    }

    .desktop_extralarge\:hover\:-rotate-1:hover {
        --tw-rotate: -1deg;
    }

    .desktop_extralarge\:focus\:rotate-0:focus {
        --tw-rotate: 0deg;
    }

    .desktop_extralarge\:focus\:rotate-1:focus {
        --tw-rotate: 1deg;
    }

    .desktop_extralarge\:focus\:rotate-2:focus {
        --tw-rotate: 2deg;
    }

    .desktop_extralarge\:focus\:rotate-3:focus {
        --tw-rotate: 3deg;
    }

    .desktop_extralarge\:focus\:rotate-6:focus {
        --tw-rotate: 6deg;
    }

    .desktop_extralarge\:focus\:rotate-12:focus {
        --tw-rotate: 12deg;
    }

    .desktop_extralarge\:focus\:rotate-45:focus {
        --tw-rotate: 45deg;
    }

    .desktop_extralarge\:focus\:rotate-90:focus {
        --tw-rotate: 90deg;
    }

    .desktop_extralarge\:focus\:rotate-180:focus {
        --tw-rotate: 180deg;
    }

    .desktop_extralarge\:focus\:-rotate-180:focus {
        --tw-rotate: -180deg;
    }

    .desktop_extralarge\:focus\:-rotate-90:focus {
        --tw-rotate: -90deg;
    }

    .desktop_extralarge\:focus\:-rotate-45:focus {
        --tw-rotate: -45deg;
    }

    .desktop_extralarge\:focus\:-rotate-12:focus {
        --tw-rotate: -12deg;
    }

    .desktop_extralarge\:focus\:-rotate-6:focus {
        --tw-rotate: -6deg;
    }

    .desktop_extralarge\:focus\:-rotate-3:focus {
        --tw-rotate: -3deg;
    }

    .desktop_extralarge\:focus\:-rotate-2:focus {
        --tw-rotate: -2deg;
    }

    .desktop_extralarge\:focus\:-rotate-1:focus {
        --tw-rotate: -1deg;
    }

    .desktop_extralarge\:skew-x-0 {
        --tw-skew-x: 0deg;
    }

    .desktop_extralarge\:skew-x-1 {
        --tw-skew-x: 1deg;
    }

    .desktop_extralarge\:skew-x-2 {
        --tw-skew-x: 2deg;
    }

    .desktop_extralarge\:skew-x-3 {
        --tw-skew-x: 3deg;
    }

    .desktop_extralarge\:skew-x-6 {
        --tw-skew-x: 6deg;
    }

    .desktop_extralarge\:skew-x-12 {
        --tw-skew-x: 12deg;
    }

    .desktop_extralarge\:-skew-x-12 {
        --tw-skew-x: -12deg;
    }

    .desktop_extralarge\:-skew-x-6 {
        --tw-skew-x: -6deg;
    }

    .desktop_extralarge\:-skew-x-3 {
        --tw-skew-x: -3deg;
    }

    .desktop_extralarge\:-skew-x-2 {
        --tw-skew-x: -2deg;
    }

    .desktop_extralarge\:-skew-x-1 {
        --tw-skew-x: -1deg;
    }

    .desktop_extralarge\:skew-y-0 {
        --tw-skew-y: 0deg;
    }

    .desktop_extralarge\:skew-y-1 {
        --tw-skew-y: 1deg;
    }

    .desktop_extralarge\:skew-y-2 {
        --tw-skew-y: 2deg;
    }

    .desktop_extralarge\:skew-y-3 {
        --tw-skew-y: 3deg;
    }

    .desktop_extralarge\:skew-y-6 {
        --tw-skew-y: 6deg;
    }

    .desktop_extralarge\:skew-y-12 {
        --tw-skew-y: 12deg;
    }

    .desktop_extralarge\:-skew-y-12 {
        --tw-skew-y: -12deg;
    }

    .desktop_extralarge\:-skew-y-6 {
        --tw-skew-y: -6deg;
    }

    .desktop_extralarge\:-skew-y-3 {
        --tw-skew-y: -3deg;
    }

    .desktop_extralarge\:-skew-y-2 {
        --tw-skew-y: -2deg;
    }

    .desktop_extralarge\:-skew-y-1 {
        --tw-skew-y: -1deg;
    }

    .desktop_extralarge\:hover\:skew-x-0:hover {
        --tw-skew-x: 0deg;
    }

    .desktop_extralarge\:hover\:skew-x-1:hover {
        --tw-skew-x: 1deg;
    }

    .desktop_extralarge\:hover\:skew-x-2:hover {
        --tw-skew-x: 2deg;
    }

    .desktop_extralarge\:hover\:skew-x-3:hover {
        --tw-skew-x: 3deg;
    }

    .desktop_extralarge\:hover\:skew-x-6:hover {
        --tw-skew-x: 6deg;
    }

    .desktop_extralarge\:hover\:skew-x-12:hover {
        --tw-skew-x: 12deg;
    }

    .desktop_extralarge\:hover\:-skew-x-12:hover {
        --tw-skew-x: -12deg;
    }

    .desktop_extralarge\:hover\:-skew-x-6:hover {
        --tw-skew-x: -6deg;
    }

    .desktop_extralarge\:hover\:-skew-x-3:hover {
        --tw-skew-x: -3deg;
    }

    .desktop_extralarge\:hover\:-skew-x-2:hover {
        --tw-skew-x: -2deg;
    }

    .desktop_extralarge\:hover\:-skew-x-1:hover {
        --tw-skew-x: -1deg;
    }

    .desktop_extralarge\:hover\:skew-y-0:hover {
        --tw-skew-y: 0deg;
    }

    .desktop_extralarge\:hover\:skew-y-1:hover {
        --tw-skew-y: 1deg;
    }

    .desktop_extralarge\:hover\:skew-y-2:hover {
        --tw-skew-y: 2deg;
    }

    .desktop_extralarge\:hover\:skew-y-3:hover {
        --tw-skew-y: 3deg;
    }

    .desktop_extralarge\:hover\:skew-y-6:hover {
        --tw-skew-y: 6deg;
    }

    .desktop_extralarge\:hover\:skew-y-12:hover {
        --tw-skew-y: 12deg;
    }

    .desktop_extralarge\:hover\:-skew-y-12:hover {
        --tw-skew-y: -12deg;
    }

    .desktop_extralarge\:hover\:-skew-y-6:hover {
        --tw-skew-y: -6deg;
    }

    .desktop_extralarge\:hover\:-skew-y-3:hover {
        --tw-skew-y: -3deg;
    }

    .desktop_extralarge\:hover\:-skew-y-2:hover {
        --tw-skew-y: -2deg;
    }

    .desktop_extralarge\:hover\:-skew-y-1:hover {
        --tw-skew-y: -1deg;
    }

    .desktop_extralarge\:focus\:skew-x-0:focus {
        --tw-skew-x: 0deg;
    }

    .desktop_extralarge\:focus\:skew-x-1:focus {
        --tw-skew-x: 1deg;
    }

    .desktop_extralarge\:focus\:skew-x-2:focus {
        --tw-skew-x: 2deg;
    }

    .desktop_extralarge\:focus\:skew-x-3:focus {
        --tw-skew-x: 3deg;
    }

    .desktop_extralarge\:focus\:skew-x-6:focus {
        --tw-skew-x: 6deg;
    }

    .desktop_extralarge\:focus\:skew-x-12:focus {
        --tw-skew-x: 12deg;
    }

    .desktop_extralarge\:focus\:-skew-x-12:focus {
        --tw-skew-x: -12deg;
    }

    .desktop_extralarge\:focus\:-skew-x-6:focus {
        --tw-skew-x: -6deg;
    }

    .desktop_extralarge\:focus\:-skew-x-3:focus {
        --tw-skew-x: -3deg;
    }

    .desktop_extralarge\:focus\:-skew-x-2:focus {
        --tw-skew-x: -2deg;
    }

    .desktop_extralarge\:focus\:-skew-x-1:focus {
        --tw-skew-x: -1deg;
    }

    .desktop_extralarge\:focus\:skew-y-0:focus {
        --tw-skew-y: 0deg;
    }

    .desktop_extralarge\:focus\:skew-y-1:focus {
        --tw-skew-y: 1deg;
    }

    .desktop_extralarge\:focus\:skew-y-2:focus {
        --tw-skew-y: 2deg;
    }

    .desktop_extralarge\:focus\:skew-y-3:focus {
        --tw-skew-y: 3deg;
    }

    .desktop_extralarge\:focus\:skew-y-6:focus {
        --tw-skew-y: 6deg;
    }

    .desktop_extralarge\:focus\:skew-y-12:focus {
        --tw-skew-y: 12deg;
    }

    .desktop_extralarge\:focus\:-skew-y-12:focus {
        --tw-skew-y: -12deg;
    }

    .desktop_extralarge\:focus\:-skew-y-6:focus {
        --tw-skew-y: -6deg;
    }

    .desktop_extralarge\:focus\:-skew-y-3:focus {
        --tw-skew-y: -3deg;
    }

    .desktop_extralarge\:focus\:-skew-y-2:focus {
        --tw-skew-y: -2deg;
    }

    .desktop_extralarge\:focus\:-skew-y-1:focus {
        --tw-skew-y: -1deg;
    }

    .desktop_extralarge\:scale-0 {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }

    .desktop_extralarge\:scale-50 {
        --tw-scale-x: .5;
        --tw-scale-y: .5;
    }

    .desktop_extralarge\:scale-75 {
        --tw-scale-x: .75;
        --tw-scale-y: .75;
    }

    .desktop_extralarge\:scale-90 {
        --tw-scale-x: .9;
        --tw-scale-y: .9;
    }

    .desktop_extralarge\:scale-95 {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
    }

    .desktop_extralarge\:scale-100 {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }

    .desktop_extralarge\:scale-105 {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }

    .desktop_extralarge\:scale-110 {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }

    .desktop_extralarge\:scale-125 {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }

    .desktop_extralarge\:scale-150 {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }

    .desktop_extralarge\:hover\:scale-0:hover {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }

    .desktop_extralarge\:hover\:scale-50:hover {
        --tw-scale-x: .5;
        --tw-scale-y: .5;
    }

    .desktop_extralarge\:hover\:scale-75:hover {
        --tw-scale-x: .75;
        --tw-scale-y: .75;
    }

    .desktop_extralarge\:hover\:scale-90:hover {
        --tw-scale-x: .9;
        --tw-scale-y: .9;
    }

    .desktop_extralarge\:hover\:scale-95:hover {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
    }

    .desktop_extralarge\:hover\:scale-100:hover {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }

    .desktop_extralarge\:hover\:scale-105:hover {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }

    .desktop_extralarge\:hover\:scale-110:hover {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }

    .desktop_extralarge\:hover\:scale-125:hover {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }

    .desktop_extralarge\:hover\:scale-150:hover {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }

    .desktop_extralarge\:focus\:scale-0:focus {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }

    .desktop_extralarge\:focus\:scale-50:focus {
        --tw-scale-x: .5;
        --tw-scale-y: .5;
    }

    .desktop_extralarge\:focus\:scale-75:focus {
        --tw-scale-x: .75;
        --tw-scale-y: .75;
    }

    .desktop_extralarge\:focus\:scale-90:focus {
        --tw-scale-x: .9;
        --tw-scale-y: .9;
    }

    .desktop_extralarge\:focus\:scale-95:focus {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
    }

    .desktop_extralarge\:focus\:scale-100:focus {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }

    .desktop_extralarge\:focus\:scale-105:focus {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }

    .desktop_extralarge\:focus\:scale-110:focus {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }

    .desktop_extralarge\:focus\:scale-125:focus {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }

    .desktop_extralarge\:focus\:scale-150:focus {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }

    .desktop_extralarge\:scale-x-0 {
        --tw-scale-x: 0;
    }

    .desktop_extralarge\:scale-x-50 {
        --tw-scale-x: .5;
    }

    .desktop_extralarge\:scale-x-75 {
        --tw-scale-x: .75;
    }

    .desktop_extralarge\:scale-x-90 {
        --tw-scale-x: .9;
    }

    .desktop_extralarge\:scale-x-95 {
        --tw-scale-x: .95;
    }

    .desktop_extralarge\:scale-x-100 {
        --tw-scale-x: 1;
    }

    .desktop_extralarge\:scale-x-105 {
        --tw-scale-x: 1.05;
    }

    .desktop_extralarge\:scale-x-110 {
        --tw-scale-x: 1.1;
    }

    .desktop_extralarge\:scale-x-125 {
        --tw-scale-x: 1.25;
    }

    .desktop_extralarge\:scale-x-150 {
        --tw-scale-x: 1.5;
    }

    .desktop_extralarge\:scale-y-0 {
        --tw-scale-y: 0;
    }

    .desktop_extralarge\:scale-y-50 {
        --tw-scale-y: .5;
    }

    .desktop_extralarge\:scale-y-75 {
        --tw-scale-y: .75;
    }

    .desktop_extralarge\:scale-y-90 {
        --tw-scale-y: .9;
    }

    .desktop_extralarge\:scale-y-95 {
        --tw-scale-y: .95;
    }

    .desktop_extralarge\:scale-y-100 {
        --tw-scale-y: 1;
    }

    .desktop_extralarge\:scale-y-105 {
        --tw-scale-y: 1.05;
    }

    .desktop_extralarge\:scale-y-110 {
        --tw-scale-y: 1.1;
    }

    .desktop_extralarge\:scale-y-125 {
        --tw-scale-y: 1.25;
    }

    .desktop_extralarge\:scale-y-150 {
        --tw-scale-y: 1.5;
    }

    .desktop_extralarge\:hover\:scale-x-0:hover {
        --tw-scale-x: 0;
    }

    .desktop_extralarge\:hover\:scale-x-50:hover {
        --tw-scale-x: .5;
    }

    .desktop_extralarge\:hover\:scale-x-75:hover {
        --tw-scale-x: .75;
    }

    .desktop_extralarge\:hover\:scale-x-90:hover {
        --tw-scale-x: .9;
    }

    .desktop_extralarge\:hover\:scale-x-95:hover {
        --tw-scale-x: .95;
    }

    .desktop_extralarge\:hover\:scale-x-100:hover {
        --tw-scale-x: 1;
    }

    .desktop_extralarge\:hover\:scale-x-105:hover {
        --tw-scale-x: 1.05;
    }

    .desktop_extralarge\:hover\:scale-x-110:hover {
        --tw-scale-x: 1.1;
    }

    .desktop_extralarge\:hover\:scale-x-125:hover {
        --tw-scale-x: 1.25;
    }

    .desktop_extralarge\:hover\:scale-x-150:hover {
        --tw-scale-x: 1.5;
    }

    .desktop_extralarge\:hover\:scale-y-0:hover {
        --tw-scale-y: 0;
    }

    .desktop_extralarge\:hover\:scale-y-50:hover {
        --tw-scale-y: .5;
    }

    .desktop_extralarge\:hover\:scale-y-75:hover {
        --tw-scale-y: .75;
    }

    .desktop_extralarge\:hover\:scale-y-90:hover {
        --tw-scale-y: .9;
    }

    .desktop_extralarge\:hover\:scale-y-95:hover {
        --tw-scale-y: .95;
    }

    .desktop_extralarge\:hover\:scale-y-100:hover {
        --tw-scale-y: 1;
    }

    .desktop_extralarge\:hover\:scale-y-105:hover {
        --tw-scale-y: 1.05;
    }

    .desktop_extralarge\:hover\:scale-y-110:hover {
        --tw-scale-y: 1.1;
    }

    .desktop_extralarge\:hover\:scale-y-125:hover {
        --tw-scale-y: 1.25;
    }

    .desktop_extralarge\:hover\:scale-y-150:hover {
        --tw-scale-y: 1.5;
    }

    .desktop_extralarge\:focus\:scale-x-0:focus {
        --tw-scale-x: 0;
    }

    .desktop_extralarge\:focus\:scale-x-50:focus {
        --tw-scale-x: .5;
    }

    .desktop_extralarge\:focus\:scale-x-75:focus {
        --tw-scale-x: .75;
    }

    .desktop_extralarge\:focus\:scale-x-90:focus {
        --tw-scale-x: .9;
    }

    .desktop_extralarge\:focus\:scale-x-95:focus {
        --tw-scale-x: .95;
    }

    .desktop_extralarge\:focus\:scale-x-100:focus {
        --tw-scale-x: 1;
    }

    .desktop_extralarge\:focus\:scale-x-105:focus {
        --tw-scale-x: 1.05;
    }

    .desktop_extralarge\:focus\:scale-x-110:focus {
        --tw-scale-x: 1.1;
    }

    .desktop_extralarge\:focus\:scale-x-125:focus {
        --tw-scale-x: 1.25;
    }

    .desktop_extralarge\:focus\:scale-x-150:focus {
        --tw-scale-x: 1.5;
    }

    .desktop_extralarge\:focus\:scale-y-0:focus {
        --tw-scale-y: 0;
    }

    .desktop_extralarge\:focus\:scale-y-50:focus {
        --tw-scale-y: .5;
    }

    .desktop_extralarge\:focus\:scale-y-75:focus {
        --tw-scale-y: .75;
    }

    .desktop_extralarge\:focus\:scale-y-90:focus {
        --tw-scale-y: .9;
    }

    .desktop_extralarge\:focus\:scale-y-95:focus {
        --tw-scale-y: .95;
    }

    .desktop_extralarge\:focus\:scale-y-100:focus {
        --tw-scale-y: 1;
    }

    .desktop_extralarge\:focus\:scale-y-105:focus {
        --tw-scale-y: 1.05;
    }

    .desktop_extralarge\:focus\:scale-y-110:focus {
        --tw-scale-y: 1.1;
    }

    .desktop_extralarge\:focus\:scale-y-125:focus {
        --tw-scale-y: 1.25;
    }

    .desktop_extralarge\:focus\:scale-y-150:focus {
        --tw-scale-y: 1.5;
    }

    .desktop_extralarge\:animate-none {
        -webkit-animation: none;
        animation: none;
    }

    .desktop_extralarge\:animate-spin {
        -webkit-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite;
    }

    .desktop_extralarge\:animate-ping {
        -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
        animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }

    .desktop_extralarge\:animate-pulse {
        -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
        animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }

    .desktop_extralarge\:animate-bounce {
        -webkit-animation: bounce 1s infinite;
        animation: bounce 1s infinite;
    }

    .desktop_extralarge\:cursor-auto {
        cursor: auto;
    }

    .desktop_extralarge\:cursor-default {
        cursor: default;
    }

    .desktop_extralarge\:cursor-pointer {
        cursor: pointer;
    }

    .desktop_extralarge\:cursor-wait {
        cursor: wait;
    }

    .desktop_extralarge\:cursor-text {
        cursor: text;
    }

    .desktop_extralarge\:cursor-move {
        cursor: move;
    }

    .desktop_extralarge\:cursor-help {
        cursor: help;
    }

    .desktop_extralarge\:cursor-not-allowed {
        cursor: not-allowed;
    }

    .desktop_extralarge\:select-none {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .desktop_extralarge\:select-text {
        -webkit-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text;
    }

    .desktop_extralarge\:select-all {
        -webkit-user-select: all;
        -moz-user-select: all;
        user-select: all;
    }

    .desktop_extralarge\:select-auto {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
    }

    .desktop_extralarge\:resize-none {
        resize: none;
    }

    .desktop_extralarge\:resize-y {
        resize: vertical;
    }

    .desktop_extralarge\:resize-x {
        resize: horizontal;
    }

    .desktop_extralarge\:resize {
        resize: both;
    }

    .desktop_extralarge\:list-inside {
        list-style-position: inside;
    }

    .desktop_extralarge\:list-outside {
        list-style-position: outside;
    }

    .desktop_extralarge\:list-none {
        list-style-type: none;
    }

    .desktop_extralarge\:list-disc {
        list-style-type: disc;
    }

    .desktop_extralarge\:list-decimal {
        list-style-type: decimal;
    }

    .desktop_extralarge\:appearance-none {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .desktop_extralarge\:auto-cols-auto {
        grid-auto-columns: auto;
    }

    .desktop_extralarge\:auto-cols-min {
        grid-auto-columns: -webkit-min-content;
        grid-auto-columns: min-content;
    }

    .desktop_extralarge\:auto-cols-max {
        grid-auto-columns: -webkit-max-content;
        grid-auto-columns: max-content;
    }

    .desktop_extralarge\:auto-cols-fr {
        grid-auto-columns: minmax(0, 1fr);
    }

    .desktop_extralarge\:grid-flow-row {
        grid-auto-flow: row;
    }

    .desktop_extralarge\:grid-flow-col {
        grid-auto-flow: column;
    }

    .desktop_extralarge\:grid-flow-row-dense {
        grid-auto-flow: row dense;
    }

    .desktop_extralarge\:grid-flow-col-dense {
        grid-auto-flow: column dense;
    }

    .desktop_extralarge\:auto-rows-auto {
        grid-auto-rows: auto;
    }

    .desktop_extralarge\:auto-rows-min {
        grid-auto-rows: -webkit-min-content;
        grid-auto-rows: min-content;
    }

    .desktop_extralarge\:auto-rows-max {
        grid-auto-rows: -webkit-max-content;
        grid-auto-rows: max-content;
    }

    .desktop_extralarge\:auto-rows-fr {
        grid-auto-rows: minmax(0, 1fr);
    }

    .desktop_extralarge\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .desktop_extralarge\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .desktop_extralarge\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .desktop_extralarge\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .desktop_extralarge\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .desktop_extralarge\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .desktop_extralarge\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }

    .desktop_extralarge\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    .desktop_extralarge\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }

    .desktop_extralarge\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }

    .desktop_extralarge\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }

    .desktop_extralarge\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .desktop_extralarge\:grid-cols-none {
        grid-template-columns: none;
    }

    .desktop_extralarge\:grid-rows-1 {
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }

    .desktop_extralarge\:grid-rows-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }

    .desktop_extralarge\:grid-rows-3 {
        grid-template-rows: repeat(3, minmax(0, 1fr));
    }

    .desktop_extralarge\:grid-rows-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr));
    }

    .desktop_extralarge\:grid-rows-5 {
        grid-template-rows: repeat(5, minmax(0, 1fr));
    }

    .desktop_extralarge\:grid-rows-6 {
        grid-template-rows: repeat(6, minmax(0, 1fr));
    }

    .desktop_extralarge\:grid-rows-none {
        grid-template-rows: none;
    }

    .desktop_extralarge\:flex-row {
        flex-direction: row;
    }

    .desktop_extralarge\:flex-row-reverse {
        flex-direction: row-reverse;
    }

    .desktop_extralarge\:flex-col {
        flex-direction: column;
    }

    .desktop_extralarge\:flex-col-reverse {
        flex-direction: column-reverse;
    }

    .desktop_extralarge\:flex-wrap {
        flex-wrap: wrap;
    }

    .desktop_extralarge\:flex-wrap-reverse {
        flex-wrap: wrap-reverse;
    }

    .desktop_extralarge\:flex-nowrap {
        flex-wrap: nowrap;
    }

    .desktop_extralarge\:place-content-center {
        place-content: center;
    }

    .desktop_extralarge\:place-content-start {
        place-content: start;
    }

    .desktop_extralarge\:place-content-end {
        place-content: end;
    }

    .desktop_extralarge\:place-content-between {
        place-content: space-between;
    }

    .desktop_extralarge\:place-content-around {
        place-content: space-around;
    }

    .desktop_extralarge\:place-content-evenly {
        place-content: space-evenly;
    }

    .desktop_extralarge\:place-content-stretch {
        place-content: stretch;
    }

    .desktop_extralarge\:place-items-start {
        place-items: start;
    }

    .desktop_extralarge\:place-items-end {
        place-items: end;
    }

    .desktop_extralarge\:place-items-center {
        place-items: center;
    }

    .desktop_extralarge\:place-items-stretch {
        place-items: stretch;
    }

    .desktop_extralarge\:content-center {
        align-content: center;
    }

    .desktop_extralarge\:content-start {
        align-content: flex-start;
    }

    .desktop_extralarge\:content-end {
        align-content: flex-end;
    }

    .desktop_extralarge\:content-between {
        align-content: space-between;
    }

    .desktop_extralarge\:content-around {
        align-content: space-around;
    }

    .desktop_extralarge\:content-evenly {
        align-content: space-evenly;
    }

    .desktop_extralarge\:items-start {
        align-items: flex-start;
    }

    .desktop_extralarge\:items-end {
        align-items: flex-end;
    }

    .desktop_extralarge\:items-center {
        align-items: center;
    }

    .desktop_extralarge\:items-baseline {
        align-items: baseline;
    }

    .desktop_extralarge\:items-stretch {
        align-items: stretch;
    }

    .desktop_extralarge\:justify-start {
        justify-content: flex-start;
    }

    .desktop_extralarge\:justify-end {
        justify-content: flex-end;
    }

    .desktop_extralarge\:justify-center {
        justify-content: center;
    }

    .desktop_extralarge\:justify-between {
        justify-content: space-between;
    }

    .desktop_extralarge\:justify-around {
        justify-content: space-around;
    }

    .desktop_extralarge\:justify-evenly {
        justify-content: space-evenly;
    }

    .desktop_extralarge\:justify-items-start {
        justify-items: start;
    }

    .desktop_extralarge\:justify-items-end {
        justify-items: end;
    }

    .desktop_extralarge\:justify-items-center {
        justify-items: center;
    }

    .desktop_extralarge\:justify-items-stretch {
        justify-items: stretch;
    }

    .desktop_extralarge\:gap-0 {
        gap: 0px;
    }

    .desktop_extralarge\:gap-1 {
        gap: 0.25rem;
    }

    .desktop_extralarge\:gap-2 {
        gap: 0.5rem;
    }

    .desktop_extralarge\:gap-3 {
        gap: 0.75rem;
    }

    .desktop_extralarge\:gap-4 {
        gap: 1rem;
    }

    .desktop_extralarge\:gap-5 {
        gap: 1.25rem;
    }

    .desktop_extralarge\:gap-6 {
        gap: 1.5rem;
    }

    .desktop_extralarge\:gap-7 {
        gap: 1.75rem;
    }

    .desktop_extralarge\:gap-8 {
        gap: 2rem;
    }

    .desktop_extralarge\:gap-9 {
        gap: 2.25rem;
    }

    .desktop_extralarge\:gap-10 {
        gap: 2.5rem;
    }

    .desktop_extralarge\:gap-11 {
        gap: 2.75rem;
    }

    .desktop_extralarge\:gap-12 {
        gap: 3rem;
    }

    .desktop_extralarge\:gap-14 {
        gap: 3.5rem;
    }

    .desktop_extralarge\:gap-16 {
        gap: 4rem;
    }

    .desktop_extralarge\:gap-18 {
        gap: 4.375rem;
    }

    .desktop_extralarge\:gap-19 {
        gap: 76px;
    }

    .desktop_extralarge\:gap-20 {
        gap: 5rem;
    }

    .desktop_extralarge\:gap-24 {
        gap: 6rem;
    }

    .desktop_extralarge\:gap-28 {
        gap: 7rem;
    }

    .desktop_extralarge\:gap-30 {
        gap: 120px;
    }

    .desktop_extralarge\:gap-32 {
        gap: 8rem;
    }

    .desktop_extralarge\:gap-36 {
        gap: 9rem;
    }

    .desktop_extralarge\:gap-40 {
        gap: 10rem;
    }

    .desktop_extralarge\:gap-44 {
        gap: 11rem;
    }

    .desktop_extralarge\:gap-48 {
        gap: 12rem;
    }

    .desktop_extralarge\:gap-52 {
        gap: 13rem;
    }

    .desktop_extralarge\:gap-56 {
        gap: 14rem;
    }

    .desktop_extralarge\:gap-60 {
        gap: 15rem;
    }

    .desktop_extralarge\:gap-64 {
        gap: 16rem;
    }

    .desktop_extralarge\:gap-72 {
        gap: 18rem;
    }

    .desktop_extralarge\:gap-80 {
        gap: 20rem;
    }

    .desktop_extralarge\:gap-96 {
        gap: 24rem;
    }

    .desktop_extralarge\:gap-px {
        gap: 1px;
    }

    .desktop_extralarge\:gap-0\.5 {
        gap: 0.125rem;
    }

    .desktop_extralarge\:gap-1\.5 {
        gap: 0.375rem;
    }

    .desktop_extralarge\:gap-2\.5 {
        gap: 0.625rem;
    }

    .desktop_extralarge\:gap-3\.5 {
        gap: 0.875rem;
    }

    .desktop_extralarge\:gap-5p {
        gap: 5px;
    }

    .desktop_extralarge\:gap-10p {
        gap: 10px;
    }

    .desktop_extralarge\:gap-14p {
        gap: 14px;
    }

    .desktop_extralarge\:gap-15p {
        gap: 15px;
    }

    .desktop_extralarge\:gap-15_2 {
        gap: 60px;
    }

    .desktop_extralarge\:gap-16_1 {
        gap: 52px;
    }

    .desktop_extralarge\:gap-16p {
        gap: 16px;
    }

    .desktop_extralarge\:gap-25p {
        gap: 25px;
    }

    .desktop_extralarge\:gap-48p {
        gap: 48%;
    }

    .desktop_extralarge\:gap-52p {
        gap: 52%;
    }

    .desktop_extralarge\:gap-x-0 {
        -moz-column-gap: 0px;
        column-gap: 0px;
    }

    .desktop_extralarge\:gap-x-1 {
        -moz-column-gap: 0.25rem;
        column-gap: 0.25rem;
    }

    .desktop_extralarge\:gap-x-2 {
        -moz-column-gap: 0.5rem;
        column-gap: 0.5rem;
    }

    .desktop_extralarge\:gap-x-3 {
        -moz-column-gap: 0.75rem;
        column-gap: 0.75rem;
    }

    .desktop_extralarge\:gap-x-4 {
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }

    .desktop_extralarge\:gap-x-5 {
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

    .desktop_extralarge\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }

    .desktop_extralarge\:gap-x-7 {
        -moz-column-gap: 1.75rem;
        column-gap: 1.75rem;
    }

    .desktop_extralarge\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }

    .desktop_extralarge\:gap-x-9 {
        -moz-column-gap: 2.25rem;
        column-gap: 2.25rem;
    }

    .desktop_extralarge\:gap-x-10 {
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }

    .desktop_extralarge\:gap-x-11 {
        -moz-column-gap: 2.75rem;
        column-gap: 2.75rem;
    }

    .desktop_extralarge\:gap-x-12 {
        -moz-column-gap: 3rem;
        column-gap: 3rem;
    }

    .desktop_extralarge\:gap-x-14 {
        -moz-column-gap: 3.5rem;
        column-gap: 3.5rem;
    }

    .desktop_extralarge\:gap-x-16 {
        -moz-column-gap: 4rem;
        column-gap: 4rem;
    }

    .desktop_extralarge\:gap-x-18 {
        -moz-column-gap: 4.375rem;
        column-gap: 4.375rem;
    }

    .desktop_extralarge\:gap-x-19 {
        -moz-column-gap: 76px;
        column-gap: 76px;
    }

    .desktop_extralarge\:gap-x-20 {
        -moz-column-gap: 5rem;
        column-gap: 5rem;
    }

    .desktop_extralarge\:gap-x-24 {
        -moz-column-gap: 6rem;
        column-gap: 6rem;
    }

    .desktop_extralarge\:gap-x-28 {
        -moz-column-gap: 7rem;
        column-gap: 7rem;
    }

    .desktop_extralarge\:gap-x-30 {
        -moz-column-gap: 120px;
        column-gap: 120px;
    }

    .desktop_extralarge\:gap-x-32 {
        -moz-column-gap: 8rem;
        column-gap: 8rem;
    }

    .desktop_extralarge\:gap-x-36 {
        -moz-column-gap: 9rem;
        column-gap: 9rem;
    }

    .desktop_extralarge\:gap-x-40 {
        -moz-column-gap: 10rem;
        column-gap: 10rem;
    }

    .desktop_extralarge\:gap-x-44 {
        -moz-column-gap: 11rem;
        column-gap: 11rem;
    }

    .desktop_extralarge\:gap-x-48 {
        -moz-column-gap: 12rem;
        column-gap: 12rem;
    }

    .desktop_extralarge\:gap-x-52 {
        -moz-column-gap: 13rem;
        column-gap: 13rem;
    }

    .desktop_extralarge\:gap-x-56 {
        -moz-column-gap: 14rem;
        column-gap: 14rem;
    }

    .desktop_extralarge\:gap-x-60 {
        -moz-column-gap: 15rem;
        column-gap: 15rem;
    }

    .desktop_extralarge\:gap-x-64 {
        -moz-column-gap: 16rem;
        column-gap: 16rem;
    }

    .desktop_extralarge\:gap-x-72 {
        -moz-column-gap: 18rem;
        column-gap: 18rem;
    }

    .desktop_extralarge\:gap-x-80 {
        -moz-column-gap: 20rem;
        column-gap: 20rem;
    }

    .desktop_extralarge\:gap-x-96 {
        -moz-column-gap: 24rem;
        column-gap: 24rem;
    }

    .desktop_extralarge\:gap-x-px {
        -moz-column-gap: 1px;
        column-gap: 1px;
    }

    .desktop_extralarge\:gap-x-0\.5 {
        -moz-column-gap: 0.125rem;
        column-gap: 0.125rem;
    }

    .desktop_extralarge\:gap-x-1\.5 {
        -moz-column-gap: 0.375rem;
        column-gap: 0.375rem;
    }

    .desktop_extralarge\:gap-x-2\.5 {
        -moz-column-gap: 0.625rem;
        column-gap: 0.625rem;
    }

    .desktop_extralarge\:gap-x-3\.5 {
        -moz-column-gap: 0.875rem;
        column-gap: 0.875rem;
    }

    .desktop_extralarge\:gap-x-5p {
        -moz-column-gap: 5px;
        column-gap: 5px;
    }

    .desktop_extralarge\:gap-x-10p {
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .desktop_extralarge\:gap-x-14p {
        -moz-column-gap: 14px;
        column-gap: 14px;
    }

    .desktop_extralarge\:gap-x-15p {
        -moz-column-gap: 15px;
        column-gap: 15px;
    }

    .desktop_extralarge\:gap-x-15_2 {
        -moz-column-gap: 60px;
        column-gap: 60px;
    }

    .desktop_extralarge\:gap-x-16_1 {
        -moz-column-gap: 52px;
        column-gap: 52px;
    }

    .desktop_extralarge\:gap-x-16p {
        -moz-column-gap: 16px;
        column-gap: 16px;
    }

    .desktop_extralarge\:gap-x-25p {
        -moz-column-gap: 25px;
        column-gap: 25px;
    }

    .desktop_extralarge\:gap-x-48p {
        -moz-column-gap: 48%;
        column-gap: 48%;
    }

    .desktop_extralarge\:gap-x-52p {
        -moz-column-gap: 52%;
        column-gap: 52%;
    }

    .desktop_extralarge\:gap-y-0 {
        row-gap: 0px;
    }

    .desktop_extralarge\:gap-y-1 {
        row-gap: 0.25rem;
    }

    .desktop_extralarge\:gap-y-2 {
        row-gap: 0.5rem;
    }

    .desktop_extralarge\:gap-y-3 {
        row-gap: 0.75rem;
    }

    .desktop_extralarge\:gap-y-4 {
        row-gap: 1rem;
    }

    .desktop_extralarge\:gap-y-5 {
        row-gap: 1.25rem;
    }

    .desktop_extralarge\:gap-y-6 {
        row-gap: 1.5rem;
    }

    .desktop_extralarge\:gap-y-7 {
        row-gap: 1.75rem;
    }

    .desktop_extralarge\:gap-y-8 {
        row-gap: 2rem;
    }

    .desktop_extralarge\:gap-y-9 {
        row-gap: 2.25rem;
    }

    .desktop_extralarge\:gap-y-10 {
        row-gap: 2.5rem;
    }

    .desktop_extralarge\:gap-y-11 {
        row-gap: 2.75rem;
    }

    .desktop_extralarge\:gap-y-12 {
        row-gap: 3rem;
    }

    .desktop_extralarge\:gap-y-14 {
        row-gap: 3.5rem;
    }

    .desktop_extralarge\:gap-y-16 {
        row-gap: 4rem;
    }

    .desktop_extralarge\:gap-y-18 {
        row-gap: 4.375rem;
    }

    .desktop_extralarge\:gap-y-19 {
        row-gap: 76px;
    }

    .desktop_extralarge\:gap-y-20 {
        row-gap: 5rem;
    }

    .desktop_extralarge\:gap-y-24 {
        row-gap: 6rem;
    }

    .desktop_extralarge\:gap-y-28 {
        row-gap: 7rem;
    }

    .desktop_extralarge\:gap-y-30 {
        row-gap: 120px;
    }

    .desktop_extralarge\:gap-y-32 {
        row-gap: 8rem;
    }

    .desktop_extralarge\:gap-y-36 {
        row-gap: 9rem;
    }

    .desktop_extralarge\:gap-y-40 {
        row-gap: 10rem;
    }

    .desktop_extralarge\:gap-y-44 {
        row-gap: 11rem;
    }

    .desktop_extralarge\:gap-y-48 {
        row-gap: 12rem;
    }

    .desktop_extralarge\:gap-y-52 {
        row-gap: 13rem;
    }

    .desktop_extralarge\:gap-y-56 {
        row-gap: 14rem;
    }

    .desktop_extralarge\:gap-y-60 {
        row-gap: 15rem;
    }

    .desktop_extralarge\:gap-y-64 {
        row-gap: 16rem;
    }

    .desktop_extralarge\:gap-y-72 {
        row-gap: 18rem;
    }

    .desktop_extralarge\:gap-y-80 {
        row-gap: 20rem;
    }

    .desktop_extralarge\:gap-y-96 {
        row-gap: 24rem;
    }

    .desktop_extralarge\:gap-y-px {
        row-gap: 1px;
    }

    .desktop_extralarge\:gap-y-0\.5 {
        row-gap: 0.125rem;
    }

    .desktop_extralarge\:gap-y-1\.5 {
        row-gap: 0.375rem;
    }

    .desktop_extralarge\:gap-y-2\.5 {
        row-gap: 0.625rem;
    }

    .desktop_extralarge\:gap-y-3\.5 {
        row-gap: 0.875rem;
    }

    .desktop_extralarge\:gap-y-5p {
        row-gap: 5px;
    }

    .desktop_extralarge\:gap-y-10p {
        row-gap: 10px;
    }

    .desktop_extralarge\:gap-y-14p {
        row-gap: 14px;
    }

    .desktop_extralarge\:gap-y-15p {
        row-gap: 15px;
    }

    .desktop_extralarge\:gap-y-15_2 {
        row-gap: 60px;
    }

    .desktop_extralarge\:gap-y-16_1 {
        row-gap: 52px;
    }

    .desktop_extralarge\:gap-y-16p {
        row-gap: 16px;
    }

    .desktop_extralarge\:gap-y-25p {
        row-gap: 25px;
    }

    .desktop_extralarge\:gap-y-48p {
        row-gap: 48%;
    }

    .desktop_extralarge\:gap-y-52p {
        row-gap: 52%;
    }

    .desktop_extralarge\:space-x-0> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.25rem * var(--tw-space-x-reverse));
        margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-3> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.75rem * var(--tw-space-x-reverse));
        margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-4> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1rem * var(--tw-space-x-reverse));
        margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-6> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-7> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.75rem * var(--tw-space-x-reverse));
        margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-8> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2rem * var(--tw-space-x-reverse));
        margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-9> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.25rem * var(--tw-space-x-reverse));
        margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-10> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-11> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.75rem * var(--tw-space-x-reverse));
        margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-12> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3rem * var(--tw-space-x-reverse));
        margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-14> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3.5rem * var(--tw-space-x-reverse));
        margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-16> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(4rem * var(--tw-space-x-reverse));
        margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-18> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(4.375rem * var(--tw-space-x-reverse));
        margin-left: calc(4.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-19> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(76px * var(--tw-space-x-reverse));
        margin-left: calc(76px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-20> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(5rem * var(--tw-space-x-reverse));
        margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-24> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(6rem * var(--tw-space-x-reverse));
        margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-28> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(7rem * var(--tw-space-x-reverse));
        margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-30> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(120px * var(--tw-space-x-reverse));
        margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-32> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(8rem * var(--tw-space-x-reverse));
        margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-36> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(9rem * var(--tw-space-x-reverse));
        margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-40> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(10rem * var(--tw-space-x-reverse));
        margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-44> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(11rem * var(--tw-space-x-reverse));
        margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-48> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(12rem * var(--tw-space-x-reverse));
        margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-52> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(13rem * var(--tw-space-x-reverse));
        margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-56> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(14rem * var(--tw-space-x-reverse));
        margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-60> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(15rem * var(--tw-space-x-reverse));
        margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-64> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(16rem * var(--tw-space-x-reverse));
        margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-72> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(18rem * var(--tw-space-x-reverse));
        margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-80> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(20rem * var(--tw-space-x-reverse));
        margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-96> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(24rem * var(--tw-space-x-reverse));
        margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-px> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1px * var(--tw-space-x-reverse));
        margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.125rem * var(--tw-space-x-reverse));
        margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.375rem * var(--tw-space-x-reverse));
        margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.625rem * var(--tw-space-x-reverse));
        margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.875rem * var(--tw-space-x-reverse));
        margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(5px * var(--tw-space-x-reverse));
        margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(10px * var(--tw-space-x-reverse));
        margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(14px * var(--tw-space-x-reverse));
        margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(15px * var(--tw-space-x-reverse));
        margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(60px * var(--tw-space-x-reverse));
        margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(52px * var(--tw-space-x-reverse));
        margin-left: calc(52px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(16px * var(--tw-space-x-reverse));
        margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(25px * var(--tw-space-x-reverse));
        margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(48% * var(--tw-space-x-reverse));
        margin-left: calc(48% * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-x-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(52% * var(--tw-space-x-reverse));
        margin-left: calc(52% * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-0> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-3> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-4> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1rem * var(--tw-space-x-reverse));
        margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-6> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-7> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-8> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2rem * var(--tw-space-x-reverse));
        margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-9> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-10> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-11> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-12> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3rem * var(--tw-space-x-reverse));
        margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-14> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-16> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-4rem * var(--tw-space-x-reverse));
        margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-18> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-4.375rem * var(--tw-space-x-reverse));
        margin-left: calc(-4.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-19> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-76px * var(--tw-space-x-reverse));
        margin-left: calc(-76px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-20> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-5rem * var(--tw-space-x-reverse));
        margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-24> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-6rem * var(--tw-space-x-reverse));
        margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-28> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-7rem * var(--tw-space-x-reverse));
        margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-30> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-120px * var(--tw-space-x-reverse));
        margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-32> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-8rem * var(--tw-space-x-reverse));
        margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-36> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-9rem * var(--tw-space-x-reverse));
        margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-40> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-10rem * var(--tw-space-x-reverse));
        margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-44> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-11rem * var(--tw-space-x-reverse));
        margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-48> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-12rem * var(--tw-space-x-reverse));
        margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-52> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-13rem * var(--tw-space-x-reverse));
        margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-56> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-14rem * var(--tw-space-x-reverse));
        margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-60> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-15rem * var(--tw-space-x-reverse));
        margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-64> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-16rem * var(--tw-space-x-reverse));
        margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-72> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-18rem * var(--tw-space-x-reverse));
        margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-80> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-20rem * var(--tw-space-x-reverse));
        margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-96> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-24rem * var(--tw-space-x-reverse));
        margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-px> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1px * var(--tw-space-x-reverse));
        margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-5px * var(--tw-space-x-reverse));
        margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-10px * var(--tw-space-x-reverse));
        margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-14px * var(--tw-space-x-reverse));
        margin-left: calc(-14px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-15px * var(--tw-space-x-reverse));
        margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-60px * var(--tw-space-x-reverse));
        margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-52px * var(--tw-space-x-reverse));
        margin-left: calc(-52px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-16px * var(--tw-space-x-reverse));
        margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-25px * var(--tw-space-x-reverse));
        margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-48% * var(--tw-space-x-reverse));
        margin-left: calc(-48% * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:-space-x-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-52% * var(--tw-space-x-reverse));
        margin-left: calc(-52% * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_extralarge\:space-y-0> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-3> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-4> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-6> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-7> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-8> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-9> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-10> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-11> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-12> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-14> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-16> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(4rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-18> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(4.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(4.375rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-19> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(76px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(76px * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-20> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-24> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(6rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-28> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(7rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-30> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(120px * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-32> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(8rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-36> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(9rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-40> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(10rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-44> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(11rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-48> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(12rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-52> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(13rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-56> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(14rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-60> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(15rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-64> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(16rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-72> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(18rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-80> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(20rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-96> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(24rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-px> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1px * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5px * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(10px * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(14px * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(15px * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(60px * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(52px * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(16px * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(25px * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(48% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(48% * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(52% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(52% * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-0> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-3> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-4> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-6> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-7> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-8> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-9> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-10> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-11> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-12> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-14> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-16> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-18> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-4.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-4.375rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-19> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-76px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-76px * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-20> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-24> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-28> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-30> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-120px * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-32> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-36> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-40> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-44> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-48> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-52> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-56> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-60> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-64> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-72> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-80> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-96> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-px> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1px * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-5px * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-10px * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-14px * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-15px * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-60px * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-52px * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-16px * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-25px * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-48% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-48% * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:-space-y-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-52% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-52% * var(--tw-space-y-reverse));
    }

    .desktop_extralarge\:space-y-reverse> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 1;
    }

    .desktop_extralarge\:space-x-reverse> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 1;
    }

    .desktop_extralarge\:divide-x-0> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(0px * var(--tw-divide-x-reverse));
        border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .desktop_extralarge\:divide-x-2> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(2px * var(--tw-divide-x-reverse));
        border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .desktop_extralarge\:divide-x-4> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(4px * var(--tw-divide-x-reverse));
        border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .desktop_extralarge\:divide-x-8> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(8px * var(--tw-divide-x-reverse));
        border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .desktop_extralarge\:divide-x> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(1px * var(--tw-divide-x-reverse));
        border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .desktop_extralarge\:divide-y-0> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
    }

    .desktop_extralarge\:divide-y-2> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
    }

    .desktop_extralarge\:divide-y-4> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
    }

    .desktop_extralarge\:divide-y-8> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
    }

    .desktop_extralarge\:divide-y> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
    }

    .desktop_extralarge\:divide-y-reverse> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 1;
    }

    .desktop_extralarge\:divide-x-reverse> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 1;
    }

    .desktop_extralarge\:divide-solid> :not([hidden])~ :not([hidden]) {
        border-style: solid;
    }

    .desktop_extralarge\:divide-dashed> :not([hidden])~ :not([hidden]) {
        border-style: dashed;
    }

    .desktop_extralarge\:divide-dotted> :not([hidden])~ :not([hidden]) {
        border-style: dotted;
    }

    .desktop_extralarge\:divide-double> :not([hidden])~ :not([hidden]) {
        border-style: double;
    }

    .desktop_extralarge\:divide-none> :not([hidden])~ :not([hidden]) {
        border-style: none;
    }

    .desktop_extralarge\:divide-transparent> :not([hidden])~ :not([hidden]) {
        border-color: transparent;
    }

    .desktop_extralarge\:divide-current> :not([hidden])~ :not([hidden]) {
        border-color: currentColor;
    }

    .desktop_extralarge\:divide-black> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-white> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-gray-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-gray-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-gray-200> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-gray-300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-gray-400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-gray-500> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-gray-600> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-gray-700> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-gray-800> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-gray-900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-red-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-red-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-red-200> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-red-300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-red-400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-red-500> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-red-600> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-red-700> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-red-800> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-red-900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-yellow> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-indigo-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-indigo-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-indigo-200> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-indigo-300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-indigo-400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-indigo-500> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-indigo-600> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-indigo-700> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-indigo-800> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-indigo-900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-purple> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-pink> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-primary> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-secondary> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-body_bg> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-body_text> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-title> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-dark_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-light_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-medium_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-lightten_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-grey_300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-grey_400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-medium_blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-dark_blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-text_blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-footer_bg> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-brown> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-dark_brown> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-Light_purple> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-dark_green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-medium_green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-light_green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-green_900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-dark_border> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-divide-opacity));
    }

    .desktop_extralarge\:divide-opacity-0> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0;
    }

    .desktop_extralarge\:divide-opacity-5> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.05;
    }

    .desktop_extralarge\:divide-opacity-10> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.1;
    }

    .desktop_extralarge\:divide-opacity-20> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.2;
    }

    .desktop_extralarge\:divide-opacity-25> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.25;
    }

    .desktop_extralarge\:divide-opacity-30> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.3;
    }

    .desktop_extralarge\:divide-opacity-40> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.4;
    }

    .desktop_extralarge\:divide-opacity-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.5;
    }

    .desktop_extralarge\:divide-opacity-60> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.6;
    }

    .desktop_extralarge\:divide-opacity-70> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.7;
    }

    .desktop_extralarge\:divide-opacity-75> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.75;
    }

    .desktop_extralarge\:divide-opacity-80> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.8;
    }

    .desktop_extralarge\:divide-opacity-90> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.9;
    }

    .desktop_extralarge\:divide-opacity-95> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.95;
    }

    .desktop_extralarge\:divide-opacity-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
    }

    .desktop_extralarge\:place-self-auto {
        place-self: auto;
    }

    .desktop_extralarge\:place-self-start {
        place-self: start;
    }

    .desktop_extralarge\:place-self-end {
        place-self: end;
    }

    .desktop_extralarge\:place-self-center {
        place-self: center;
    }

    .desktop_extralarge\:place-self-stretch {
        place-self: stretch;
    }

    .desktop_extralarge\:self-auto {
        align-self: auto;
    }

    .desktop_extralarge\:self-start {
        align-self: flex-start;
    }

    .desktop_extralarge\:self-end {
        align-self: flex-end;
    }

    .desktop_extralarge\:self-center {
        align-self: center;
    }

    .desktop_extralarge\:self-stretch {
        align-self: stretch;
    }

    .desktop_extralarge\:self-baseline {
        align-self: baseline;
    }

    .desktop_extralarge\:justify-self-auto {
        justify-self: auto;
    }

    .desktop_extralarge\:justify-self-start {
        justify-self: start;
    }

    .desktop_extralarge\:justify-self-end {
        justify-self: end;
    }

    .desktop_extralarge\:justify-self-center {
        justify-self: center;
    }

    .desktop_extralarge\:justify-self-stretch {
        justify-self: stretch;
    }

    .desktop_extralarge\:overflow-auto {
        overflow: auto;
    }

    .desktop_extralarge\:overflow-hidden {
        overflow: hidden;
    }

    .desktop_extralarge\:overflow-visible {
        overflow: visible;
    }

    .desktop_extralarge\:overflow-scroll {
        overflow: scroll;
    }

    .desktop_extralarge\:overflow-x-auto {
        overflow-x: auto;
    }

    .desktop_extralarge\:overflow-y-auto {
        overflow-y: auto;
    }

    .desktop_extralarge\:overflow-x-hidden {
        overflow-x: hidden;
    }

    .desktop_extralarge\:overflow-y-hidden {
        overflow-y: hidden;
    }

    .desktop_extralarge\:overflow-x-visible {
        overflow-x: visible;
    }

    .desktop_extralarge\:overflow-y-visible {
        overflow-y: visible;
    }

    .desktop_extralarge\:overflow-x-scroll {
        overflow-x: scroll;
    }

    .desktop_extralarge\:overflow-y-scroll {
        overflow-y: scroll;
    }

    .desktop_extralarge\:overscroll-auto {
        -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
    }

    .desktop_extralarge\:overscroll-contain {
        -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    }

    .desktop_extralarge\:overscroll-none {
        -ms-scroll-chaining: none;
        overscroll-behavior: none;
    }

    .desktop_extralarge\:overscroll-y-auto {
        overscroll-behavior-y: auto;
    }

    .desktop_extralarge\:overscroll-y-contain {
        overscroll-behavior-y: contain;
    }

    .desktop_extralarge\:overscroll-y-none {
        overscroll-behavior-y: none;
    }

    .desktop_extralarge\:overscroll-x-auto {
        overscroll-behavior-x: auto;
    }

    .desktop_extralarge\:overscroll-x-contain {
        overscroll-behavior-x: contain;
    }

    .desktop_extralarge\:overscroll-x-none {
        overscroll-behavior-x: none;
    }

    .desktop_extralarge\:truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .desktop_extralarge\:overflow-ellipsis {
        text-overflow: ellipsis;
    }

    .desktop_extralarge\:overflow-clip {
        text-overflow: clip;
    }

    .desktop_extralarge\:whitespace-normal {
        white-space: normal;
    }

    .desktop_extralarge\:whitespace-nowrap {
        white-space: nowrap;
    }

    .desktop_extralarge\:whitespace-pre {
        white-space: pre;
    }

    .desktop_extralarge\:whitespace-pre-line {
        white-space: pre-line;
    }

    .desktop_extralarge\:whitespace-pre-wrap {
        white-space: pre-wrap;
    }

    .desktop_extralarge\:break-normal {
        overflow-wrap: normal;
        word-break: normal;
    }

    .desktop_extralarge\:break-words {
        overflow-wrap: break-word;
    }

    .desktop_extralarge\:break-all {
        word-break: break-all;
    }

    .desktop_extralarge\:rounded-none {
        border-radius: 0px;
    }

    .desktop_extralarge\:rounded-sm {
        border-radius: 0.125rem;
    }

    .desktop_extralarge\:rounded {
        border-radius: 0.25rem;
    }

    .desktop_extralarge\:rounded-md {
        border-radius: 0.375rem;
    }

    .desktop_extralarge\:rounded-lg {
        border-radius: 0.5rem;
    }

    .desktop_extralarge\:rounded-xl {
        border-radius: 0.75rem;
    }

    .desktop_extralarge\:rounded-2xl {
        border-radius: 1rem;
    }

    .desktop_extralarge\:rounded-3xl {
        border-radius: 1.5rem;
    }

    .desktop_extralarge\:rounded-full {
        border-radius: 9999px;
    }

    .desktop_extralarge\:rounded-btn {
        border-radius: 31px;
    }

    .desktop_extralarge\:rounded-10p {
        border-radius: 10px;
    }

    .desktop_extralarge\:rounded-t-none {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .desktop_extralarge\:rounded-t-sm {
        border-top-left-radius: 0.125rem;
        border-top-right-radius: 0.125rem;
    }

    .desktop_extralarge\:rounded-t {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .desktop_extralarge\:rounded-t-md {
        border-top-left-radius: 0.375rem;
        border-top-right-radius: 0.375rem;
    }

    .desktop_extralarge\:rounded-t-lg {
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
    }

    .desktop_extralarge\:rounded-t-xl {
        border-top-left-radius: 0.75rem;
        border-top-right-radius: 0.75rem;
    }

    .desktop_extralarge\:rounded-t-2xl {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }

    .desktop_extralarge\:rounded-t-3xl {
        border-top-left-radius: 1.5rem;
        border-top-right-radius: 1.5rem;
    }

    .desktop_extralarge\:rounded-t-full {
        border-top-left-radius: 9999px;
        border-top-right-radius: 9999px;
    }

    .desktop_extralarge\:rounded-t-btn {
        border-top-left-radius: 31px;
        border-top-right-radius: 31px;
    }

    .desktop_extralarge\:rounded-t-10p {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .desktop_extralarge\:rounded-r-none {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .desktop_extralarge\:rounded-r-sm {
        border-top-right-radius: 0.125rem;
        border-bottom-right-radius: 0.125rem;
    }

    .desktop_extralarge\:rounded-r {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }

    .desktop_extralarge\:rounded-r-md {
        border-top-right-radius: 0.375rem;
        border-bottom-right-radius: 0.375rem;
    }

    .desktop_extralarge\:rounded-r-lg {
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
    }

    .desktop_extralarge\:rounded-r-xl {
        border-top-right-radius: 0.75rem;
        border-bottom-right-radius: 0.75rem;
    }

    .desktop_extralarge\:rounded-r-2xl {
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }

    .desktop_extralarge\:rounded-r-3xl {
        border-top-right-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
    }

    .desktop_extralarge\:rounded-r-full {
        border-top-right-radius: 9999px;
        border-bottom-right-radius: 9999px;
    }

    .desktop_extralarge\:rounded-r-btn {
        border-top-right-radius: 31px;
        border-bottom-right-radius: 31px;
    }

    .desktop_extralarge\:rounded-r-10p {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .desktop_extralarge\:rounded-b-none {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .desktop_extralarge\:rounded-b-sm {
        border-bottom-right-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }

    .desktop_extralarge\:rounded-b {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .desktop_extralarge\:rounded-b-md {
        border-bottom-right-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }

    .desktop_extralarge\:rounded-b-lg {
        border-bottom-right-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }

    .desktop_extralarge\:rounded-b-xl {
        border-bottom-right-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }

    .desktop_extralarge\:rounded-b-2xl {
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }

    .desktop_extralarge\:rounded-b-3xl {
        border-bottom-right-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }

    .desktop_extralarge\:rounded-b-full {
        border-bottom-right-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }

    .desktop_extralarge\:rounded-b-btn {
        border-bottom-right-radius: 31px;
        border-bottom-left-radius: 31px;
    }

    .desktop_extralarge\:rounded-b-10p {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .desktop_extralarge\:rounded-l-none {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .desktop_extralarge\:rounded-l-sm {
        border-top-left-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }

    .desktop_extralarge\:rounded-l {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .desktop_extralarge\:rounded-l-md {
        border-top-left-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }

    .desktop_extralarge\:rounded-l-lg {
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }

    .desktop_extralarge\:rounded-l-xl {
        border-top-left-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }

    .desktop_extralarge\:rounded-l-2xl {
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }

    .desktop_extralarge\:rounded-l-3xl {
        border-top-left-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }

    .desktop_extralarge\:rounded-l-full {
        border-top-left-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }

    .desktop_extralarge\:rounded-l-btn {
        border-top-left-radius: 31px;
        border-bottom-left-radius: 31px;
    }

    .desktop_extralarge\:rounded-l-10p {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .desktop_extralarge\:rounded-tl-none {
        border-top-left-radius: 0px;
    }

    .desktop_extralarge\:rounded-tl-sm {
        border-top-left-radius: 0.125rem;
    }

    .desktop_extralarge\:rounded-tl {
        border-top-left-radius: 0.25rem;
    }

    .desktop_extralarge\:rounded-tl-md {
        border-top-left-radius: 0.375rem;
    }

    .desktop_extralarge\:rounded-tl-lg {
        border-top-left-radius: 0.5rem;
    }

    .desktop_extralarge\:rounded-tl-xl {
        border-top-left-radius: 0.75rem;
    }

    .desktop_extralarge\:rounded-tl-2xl {
        border-top-left-radius: 1rem;
    }

    .desktop_extralarge\:rounded-tl-3xl {
        border-top-left-radius: 1.5rem;
    }

    .desktop_extralarge\:rounded-tl-full {
        border-top-left-radius: 9999px;
    }

    .desktop_extralarge\:rounded-tl-btn {
        border-top-left-radius: 31px;
    }

    .desktop_extralarge\:rounded-tl-10p {
        border-top-left-radius: 10px;
    }

    .desktop_extralarge\:rounded-tr-none {
        border-top-right-radius: 0px;
    }

    .desktop_extralarge\:rounded-tr-sm {
        border-top-right-radius: 0.125rem;
    }

    .desktop_extralarge\:rounded-tr {
        border-top-right-radius: 0.25rem;
    }

    .desktop_extralarge\:rounded-tr-md {
        border-top-right-radius: 0.375rem;
    }

    .desktop_extralarge\:rounded-tr-lg {
        border-top-right-radius: 0.5rem;
    }

    .desktop_extralarge\:rounded-tr-xl {
        border-top-right-radius: 0.75rem;
    }

    .desktop_extralarge\:rounded-tr-2xl {
        border-top-right-radius: 1rem;
    }

    .desktop_extralarge\:rounded-tr-3xl {
        border-top-right-radius: 1.5rem;
    }

    .desktop_extralarge\:rounded-tr-full {
        border-top-right-radius: 9999px;
    }

    .desktop_extralarge\:rounded-tr-btn {
        border-top-right-radius: 31px;
    }

    .desktop_extralarge\:rounded-tr-10p {
        border-top-right-radius: 10px;
    }

    .desktop_extralarge\:rounded-br-none {
        border-bottom-right-radius: 0px;
    }

    .desktop_extralarge\:rounded-br-sm {
        border-bottom-right-radius: 0.125rem;
    }

    .desktop_extralarge\:rounded-br {
        border-bottom-right-radius: 0.25rem;
    }

    .desktop_extralarge\:rounded-br-md {
        border-bottom-right-radius: 0.375rem;
    }

    .desktop_extralarge\:rounded-br-lg {
        border-bottom-right-radius: 0.5rem;
    }

    .desktop_extralarge\:rounded-br-xl {
        border-bottom-right-radius: 0.75rem;
    }

    .desktop_extralarge\:rounded-br-2xl {
        border-bottom-right-radius: 1rem;
    }

    .desktop_extralarge\:rounded-br-3xl {
        border-bottom-right-radius: 1.5rem;
    }

    .desktop_extralarge\:rounded-br-full {
        border-bottom-right-radius: 9999px;
    }

    .desktop_extralarge\:rounded-br-btn {
        border-bottom-right-radius: 31px;
    }

    .desktop_extralarge\:rounded-br-10p {
        border-bottom-right-radius: 10px;
    }

    .desktop_extralarge\:rounded-bl-none {
        border-bottom-left-radius: 0px;
    }

    .desktop_extralarge\:rounded-bl-sm {
        border-bottom-left-radius: 0.125rem;
    }

    .desktop_extralarge\:rounded-bl {
        border-bottom-left-radius: 0.25rem;
    }

    .desktop_extralarge\:rounded-bl-md {
        border-bottom-left-radius: 0.375rem;
    }

    .desktop_extralarge\:rounded-bl-lg {
        border-bottom-left-radius: 0.5rem;
    }

    .desktop_extralarge\:rounded-bl-xl {
        border-bottom-left-radius: 0.75rem;
    }

    .desktop_extralarge\:rounded-bl-2xl {
        border-bottom-left-radius: 1rem;
    }

    .desktop_extralarge\:rounded-bl-3xl {
        border-bottom-left-radius: 1.5rem;
    }

    .desktop_extralarge\:rounded-bl-full {
        border-bottom-left-radius: 9999px;
    }

    .desktop_extralarge\:rounded-bl-btn {
        border-bottom-left-radius: 31px;
    }

    .desktop_extralarge\:rounded-bl-10p {
        border-bottom-left-radius: 10px;
    }

    .desktop_extralarge\:border-0 {
        border-width: 0px;
    }

    .desktop_extralarge\:border-2 {
        border-width: 2px;
    }

    .desktop_extralarge\:border-4 {
        border-width: 4px;
    }

    .desktop_extralarge\:border-8 {
        border-width: 8px;
    }

    .desktop_extralarge\:border {
        border-width: 1px;
    }

    .desktop_extralarge\:border-t-0 {
        border-top-width: 0px;
    }

    .desktop_extralarge\:border-t-2 {
        border-top-width: 2px;
    }

    .desktop_extralarge\:border-t-4 {
        border-top-width: 4px;
    }

    .desktop_extralarge\:border-t-8 {
        border-top-width: 8px;
    }

    .desktop_extralarge\:border-t {
        border-top-width: 1px;
    }

    .desktop_extralarge\:border-r-0 {
        border-right-width: 0px;
    }

    .desktop_extralarge\:border-r-2 {
        border-right-width: 2px;
    }

    .desktop_extralarge\:border-r-4 {
        border-right-width: 4px;
    }

    .desktop_extralarge\:border-r-8 {
        border-right-width: 8px;
    }

    .desktop_extralarge\:border-r {
        border-right-width: 1px;
    }

    .desktop_extralarge\:border-b-0 {
        border-bottom-width: 0px;
    }

    .desktop_extralarge\:border-b-2 {
        border-bottom-width: 2px;
    }

    .desktop_extralarge\:border-b-4 {
        border-bottom-width: 4px;
    }

    .desktop_extralarge\:border-b-8 {
        border-bottom-width: 8px;
    }

    .desktop_extralarge\:border-b {
        border-bottom-width: 1px;
    }

    .desktop_extralarge\:border-l-0 {
        border-left-width: 0px;
    }

    .desktop_extralarge\:border-l-2 {
        border-left-width: 2px;
    }

    .desktop_extralarge\:border-l-4 {
        border-left-width: 4px;
    }

    .desktop_extralarge\:border-l-8 {
        border-left-width: 8px;
    }

    .desktop_extralarge\:border-l {
        border-left-width: 1px;
    }

    .desktop_extralarge\:border-solid {
        border-style: solid;
    }

    .desktop_extralarge\:border-dashed {
        border-style: dashed;
    }

    .desktop_extralarge\:border-dotted {
        border-style: dotted;
    }

    .desktop_extralarge\:border-double {
        border-style: double;
    }

    .desktop_extralarge\:border-none {
        border-style: none;
    }

    .desktop_extralarge\:border-transparent {
        border-color: transparent;
    }

    .desktop_extralarge\:border-current {
        border-color: currentColor;
    }

    .desktop_extralarge\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-yellow {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-green {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-blue {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-purple {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-pink {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-primary {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-secondary {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-body_bg {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-body_text {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-title {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-grey {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-dark_grey {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-light_grey {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-medium_grey {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-lightten_grey {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-grey_300 {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-grey_400 {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-medium_blue {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-dark_blue {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-text_blue {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-footer_bg {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-brown {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-dark_brown {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-Light_purple {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-dark_green {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-medium_green {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-light_green {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-green_900 {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-dark_border {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-transparent {
        border-color: transparent;
    }

    .group:hover .desktop_extralarge\:group-hover\:border-current {
        border-color: currentColor;
    }

    .group:hover .desktop_extralarge\:group-hover\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-yellow {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-green {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-blue {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-purple {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-pink {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-primary {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-secondary {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-body_bg {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-body_text {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-title {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-grey {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-dark_grey {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-light_grey {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-medium_grey {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-lightten_grey {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-grey_300 {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-grey_400 {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-medium_blue {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-dark_blue {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-text_blue {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-footer_bg {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-brown {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-dark_brown {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-Light_purple {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-dark_green {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-medium_green {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-light_green {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-green_900 {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:border-dark_border {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-transparent:focus-within {
        border-color: transparent;
    }

    .desktop_extralarge\:focus-within\:border-current:focus-within {
        border-color: currentColor;
    }

    .desktop_extralarge\:focus-within\:border-black:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-white:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-gray-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-gray-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-gray-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-gray-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-gray-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-gray-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-gray-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-gray-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-gray-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-gray-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-red-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-red-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-red-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-red-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-red-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-red-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-red-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-red-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-red-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-red-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-yellow:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-indigo-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-indigo-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-indigo-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-indigo-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-indigo-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-indigo-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-indigo-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-indigo-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-indigo-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-indigo-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-purple:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-pink:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-primary:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-secondary:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-body_bg:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-body_text:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-title:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-dark_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-light_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-medium_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-lightten_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-grey_300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-grey_400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-medium_blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-dark_blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-text_blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-footer_bg:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-brown:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-dark_brown:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-Light_purple:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-dark_green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-medium_green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-light_green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-green_900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus-within\:border-dark_border:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-transparent:hover {
        border-color: transparent;
    }

    .desktop_extralarge\:hover\:border-current:hover {
        border-color: currentColor;
    }

    .desktop_extralarge\:hover\:border-black:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-white:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-gray-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-gray-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-gray-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-gray-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-gray-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-gray-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-gray-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-gray-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-gray-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-gray-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-red-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-red-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-red-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-red-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-red-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-red-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-red-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-red-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-red-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-red-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-yellow:hover {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-indigo-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-indigo-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-indigo-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-indigo-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-indigo-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-indigo-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-indigo-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-indigo-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-indigo-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-indigo-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-purple:hover {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-pink:hover {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-primary:hover {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-secondary:hover {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-body_bg:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-body_text:hover {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-title:hover {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-dark_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-light_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-medium_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-lightten_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-grey_300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-grey_400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-medium_blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-dark_blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-text_blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-footer_bg:hover {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-brown:hover {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-dark_brown:hover {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-Light_purple:hover {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-dark_green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-medium_green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-light_green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-green_900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .desktop_extralarge\:hover\:border-dark_border:hover {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-transparent:focus {
        border-color: transparent;
    }

    .desktop_extralarge\:focus\:border-current:focus {
        border-color: currentColor;
    }

    .desktop_extralarge\:focus\:border-black:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-white:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-gray-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-gray-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-gray-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-gray-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-gray-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-gray-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-gray-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-gray-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-gray-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-gray-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-red-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-red-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-red-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-red-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-red-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-red-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-red-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-red-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-red-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-red-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-yellow:focus {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-indigo-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-indigo-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-indigo-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-indigo-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-indigo-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-indigo-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-indigo-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-indigo-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-indigo-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-indigo-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-purple:focus {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-pink:focus {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-primary:focus {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-secondary:focus {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-body_bg:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-body_text:focus {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-title:focus {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-dark_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-light_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-medium_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-lightten_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-grey_300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-grey_400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-medium_blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-dark_blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-text_blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-footer_bg:focus {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-brown:focus {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-dark_brown:focus {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-Light_purple:focus {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-dark_green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-medium_green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-light_green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-green_900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .desktop_extralarge\:focus\:border-dark_border:focus {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .desktop_extralarge\:border-opacity-0 {
        --tw-border-opacity: 0;
    }

    .desktop_extralarge\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }

    .desktop_extralarge\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }

    .desktop_extralarge\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }

    .desktop_extralarge\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }

    .desktop_extralarge\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }

    .desktop_extralarge\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }

    .desktop_extralarge\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }

    .desktop_extralarge\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }

    .desktop_extralarge\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }

    .desktop_extralarge\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }

    .desktop_extralarge\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }

    .desktop_extralarge\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }

    .desktop_extralarge\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }

    .desktop_extralarge\:border-opacity-100 {
        --tw-border-opacity: 1;
    }

    .group:hover .desktop_extralarge\:group-hover\:border-opacity-0 {
        --tw-border-opacity: 0;
    }

    .group:hover .desktop_extralarge\:group-hover\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }

    .group:hover .desktop_extralarge\:group-hover\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }

    .group:hover .desktop_extralarge\:group-hover\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }

    .group:hover .desktop_extralarge\:group-hover\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }

    .group:hover .desktop_extralarge\:group-hover\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }

    .group:hover .desktop_extralarge\:group-hover\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }

    .group:hover .desktop_extralarge\:group-hover\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }

    .group:hover .desktop_extralarge\:group-hover\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }

    .group:hover .desktop_extralarge\:group-hover\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }

    .group:hover .desktop_extralarge\:group-hover\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }

    .group:hover .desktop_extralarge\:group-hover\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }

    .group:hover .desktop_extralarge\:group-hover\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }

    .group:hover .desktop_extralarge\:group-hover\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }

    .group:hover .desktop_extralarge\:group-hover\:border-opacity-100 {
        --tw-border-opacity: 1;
    }

    .desktop_extralarge\:focus-within\:border-opacity-0:focus-within {
        --tw-border-opacity: 0;
    }

    .desktop_extralarge\:focus-within\:border-opacity-5:focus-within {
        --tw-border-opacity: 0.05;
    }

    .desktop_extralarge\:focus-within\:border-opacity-10:focus-within {
        --tw-border-opacity: 0.1;
    }

    .desktop_extralarge\:focus-within\:border-opacity-20:focus-within {
        --tw-border-opacity: 0.2;
    }

    .desktop_extralarge\:focus-within\:border-opacity-25:focus-within {
        --tw-border-opacity: 0.25;
    }

    .desktop_extralarge\:focus-within\:border-opacity-30:focus-within {
        --tw-border-opacity: 0.3;
    }

    .desktop_extralarge\:focus-within\:border-opacity-40:focus-within {
        --tw-border-opacity: 0.4;
    }

    .desktop_extralarge\:focus-within\:border-opacity-50:focus-within {
        --tw-border-opacity: 0.5;
    }

    .desktop_extralarge\:focus-within\:border-opacity-60:focus-within {
        --tw-border-opacity: 0.6;
    }

    .desktop_extralarge\:focus-within\:border-opacity-70:focus-within {
        --tw-border-opacity: 0.7;
    }

    .desktop_extralarge\:focus-within\:border-opacity-75:focus-within {
        --tw-border-opacity: 0.75;
    }

    .desktop_extralarge\:focus-within\:border-opacity-80:focus-within {
        --tw-border-opacity: 0.8;
    }

    .desktop_extralarge\:focus-within\:border-opacity-90:focus-within {
        --tw-border-opacity: 0.9;
    }

    .desktop_extralarge\:focus-within\:border-opacity-95:focus-within {
        --tw-border-opacity: 0.95;
    }

    .desktop_extralarge\:focus-within\:border-opacity-100:focus-within {
        --tw-border-opacity: 1;
    }

    .desktop_extralarge\:hover\:border-opacity-0:hover {
        --tw-border-opacity: 0;
    }

    .desktop_extralarge\:hover\:border-opacity-5:hover {
        --tw-border-opacity: 0.05;
    }

    .desktop_extralarge\:hover\:border-opacity-10:hover {
        --tw-border-opacity: 0.1;
    }

    .desktop_extralarge\:hover\:border-opacity-20:hover {
        --tw-border-opacity: 0.2;
    }

    .desktop_extralarge\:hover\:border-opacity-25:hover {
        --tw-border-opacity: 0.25;
    }

    .desktop_extralarge\:hover\:border-opacity-30:hover {
        --tw-border-opacity: 0.3;
    }

    .desktop_extralarge\:hover\:border-opacity-40:hover {
        --tw-border-opacity: 0.4;
    }

    .desktop_extralarge\:hover\:border-opacity-50:hover {
        --tw-border-opacity: 0.5;
    }

    .desktop_extralarge\:hover\:border-opacity-60:hover {
        --tw-border-opacity: 0.6;
    }

    .desktop_extralarge\:hover\:border-opacity-70:hover {
        --tw-border-opacity: 0.7;
    }

    .desktop_extralarge\:hover\:border-opacity-75:hover {
        --tw-border-opacity: 0.75;
    }

    .desktop_extralarge\:hover\:border-opacity-80:hover {
        --tw-border-opacity: 0.8;
    }

    .desktop_extralarge\:hover\:border-opacity-90:hover {
        --tw-border-opacity: 0.9;
    }

    .desktop_extralarge\:hover\:border-opacity-95:hover {
        --tw-border-opacity: 0.95;
    }

    .desktop_extralarge\:hover\:border-opacity-100:hover {
        --tw-border-opacity: 1;
    }

    .desktop_extralarge\:focus\:border-opacity-0:focus {
        --tw-border-opacity: 0;
    }

    .desktop_extralarge\:focus\:border-opacity-5:focus {
        --tw-border-opacity: 0.05;
    }

    .desktop_extralarge\:focus\:border-opacity-10:focus {
        --tw-border-opacity: 0.1;
    }

    .desktop_extralarge\:focus\:border-opacity-20:focus {
        --tw-border-opacity: 0.2;
    }

    .desktop_extralarge\:focus\:border-opacity-25:focus {
        --tw-border-opacity: 0.25;
    }

    .desktop_extralarge\:focus\:border-opacity-30:focus {
        --tw-border-opacity: 0.3;
    }

    .desktop_extralarge\:focus\:border-opacity-40:focus {
        --tw-border-opacity: 0.4;
    }

    .desktop_extralarge\:focus\:border-opacity-50:focus {
        --tw-border-opacity: 0.5;
    }

    .desktop_extralarge\:focus\:border-opacity-60:focus {
        --tw-border-opacity: 0.6;
    }

    .desktop_extralarge\:focus\:border-opacity-70:focus {
        --tw-border-opacity: 0.7;
    }

    .desktop_extralarge\:focus\:border-opacity-75:focus {
        --tw-border-opacity: 0.75;
    }

    .desktop_extralarge\:focus\:border-opacity-80:focus {
        --tw-border-opacity: 0.8;
    }

    .desktop_extralarge\:focus\:border-opacity-90:focus {
        --tw-border-opacity: 0.9;
    }

    .desktop_extralarge\:focus\:border-opacity-95:focus {
        --tw-border-opacity: 0.95;
    }

    .desktop_extralarge\:focus\:border-opacity-100:focus {
        --tw-border-opacity: 1;
    }

    .desktop_extralarge\:bg-transparent {
        background-color: transparent;
    }

    .desktop_extralarge\:bg-current {
        background-color: currentColor;
    }

    .desktop_extralarge\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-yellow {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-green {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-blue {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-purple {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-pink {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-primary {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-secondary {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-body_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-body_text {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-title {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-grey {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-dark_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-light_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-medium_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-lightten_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-grey_300 {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-grey_400 {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-medium_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-dark_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-text_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-footer_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-brown {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-dark_brown {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-Light_purple {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-dark_green {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-medium_green {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-light_green {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-green_900 {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-dark_border {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-transparent {
        background-color: transparent;
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-current {
        background-color: currentColor;
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-yellow {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-green {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-blue {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-purple {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-pink {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-primary {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-secondary {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-body_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-body_text {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-title {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-grey {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-dark_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-light_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-medium_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-lightten_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-grey_300 {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-grey_400 {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-medium_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-dark_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-text_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-footer_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-brown {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-dark_brown {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-Light_purple {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-dark_green {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-medium_green {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-light_green {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-green_900 {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-dark_border {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-transparent:focus-within {
        background-color: transparent;
    }

    .desktop_extralarge\:focus-within\:bg-current:focus-within {
        background-color: currentColor;
    }

    .desktop_extralarge\:focus-within\:bg-black:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-white:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-gray-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-gray-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-gray-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-gray-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-gray-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-gray-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-gray-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-gray-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-gray-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-gray-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-red-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-red-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-red-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-red-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-red-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-red-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-red-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-red-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-red-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-red-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-yellow:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-indigo-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-indigo-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-indigo-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-indigo-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-indigo-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-indigo-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-indigo-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-indigo-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-indigo-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-indigo-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-purple:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-pink:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-primary:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-secondary:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-body_bg:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-body_text:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-title:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-dark_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-light_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-medium_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-lightten_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-grey_300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-grey_400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-medium_blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-dark_blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-text_blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-footer_bg:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-brown:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-dark_brown:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-Light_purple:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-dark_green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-medium_green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-light_green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-green_900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus-within\:bg-dark_border:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-transparent:hover {
        background-color: transparent;
    }

    .desktop_extralarge\:hover\:bg-current:hover {
        background-color: currentColor;
    }

    .desktop_extralarge\:hover\:bg-black:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-white:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-gray-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-gray-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-gray-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-gray-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-gray-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-gray-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-gray-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-gray-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-gray-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-gray-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-red-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-red-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-red-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-red-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-red-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-red-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-red-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-red-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-red-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-red-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-yellow:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-indigo-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-indigo-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-indigo-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-indigo-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-indigo-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-indigo-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-indigo-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-indigo-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-indigo-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-indigo-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-purple:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-pink:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-primary:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-secondary:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-body_bg:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-body_text:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-title:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-dark_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-light_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-medium_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-lightten_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-grey_300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-grey_400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-medium_blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-dark_blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-text_blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-footer_bg:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-brown:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-dark_brown:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-Light_purple:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-dark_green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-medium_green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-light_green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-green_900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:hover\:bg-dark_border:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-transparent:focus {
        background-color: transparent;
    }

    .desktop_extralarge\:focus\:bg-current:focus {
        background-color: currentColor;
    }

    .desktop_extralarge\:focus\:bg-black:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-white:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-gray-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-gray-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-gray-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-gray-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-gray-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-gray-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-gray-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-gray-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-gray-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-gray-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-red-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-red-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-red-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-red-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-red-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-red-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-red-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-red-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-red-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-red-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-yellow:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-indigo-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-indigo-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-indigo-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-indigo-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-indigo-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-indigo-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-indigo-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-indigo-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-indigo-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-indigo-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-purple:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-pink:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-primary:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-secondary:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-body_bg:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-body_text:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-title:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-dark_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-light_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-medium_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-lightten_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-grey_300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-grey_400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-medium_blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-dark_blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-text_blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-footer_bg:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-brown:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-dark_brown:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-Light_purple:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-dark_green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-medium_green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-light_green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-green_900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:focus\:bg-dark_border:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .desktop_extralarge\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }

    .desktop_extralarge\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }

    .desktop_extralarge\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }

    .desktop_extralarge\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }

    .desktop_extralarge\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }

    .desktop_extralarge\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }

    .desktop_extralarge\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }

    .desktop_extralarge\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }

    .desktop_extralarge\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }

    .desktop_extralarge\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }

    .desktop_extralarge\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }

    .desktop_extralarge\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }

    .desktop_extralarge\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }

    .desktop_extralarge\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }

    .desktop_extralarge\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }

    .group:hover .desktop_extralarge\:group-hover\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }

    .desktop_extralarge\:focus-within\:bg-opacity-0:focus-within {
        --tw-bg-opacity: 0;
    }

    .desktop_extralarge\:focus-within\:bg-opacity-5:focus-within {
        --tw-bg-opacity: 0.05;
    }

    .desktop_extralarge\:focus-within\:bg-opacity-10:focus-within {
        --tw-bg-opacity: 0.1;
    }

    .desktop_extralarge\:focus-within\:bg-opacity-20:focus-within {
        --tw-bg-opacity: 0.2;
    }

    .desktop_extralarge\:focus-within\:bg-opacity-25:focus-within {
        --tw-bg-opacity: 0.25;
    }

    .desktop_extralarge\:focus-within\:bg-opacity-30:focus-within {
        --tw-bg-opacity: 0.3;
    }

    .desktop_extralarge\:focus-within\:bg-opacity-40:focus-within {
        --tw-bg-opacity: 0.4;
    }

    .desktop_extralarge\:focus-within\:bg-opacity-50:focus-within {
        --tw-bg-opacity: 0.5;
    }

    .desktop_extralarge\:focus-within\:bg-opacity-60:focus-within {
        --tw-bg-opacity: 0.6;
    }

    .desktop_extralarge\:focus-within\:bg-opacity-70:focus-within {
        --tw-bg-opacity: 0.7;
    }

    .desktop_extralarge\:focus-within\:bg-opacity-75:focus-within {
        --tw-bg-opacity: 0.75;
    }

    .desktop_extralarge\:focus-within\:bg-opacity-80:focus-within {
        --tw-bg-opacity: 0.8;
    }

    .desktop_extralarge\:focus-within\:bg-opacity-90:focus-within {
        --tw-bg-opacity: 0.9;
    }

    .desktop_extralarge\:focus-within\:bg-opacity-95:focus-within {
        --tw-bg-opacity: 0.95;
    }

    .desktop_extralarge\:focus-within\:bg-opacity-100:focus-within {
        --tw-bg-opacity: 1;
    }

    .desktop_extralarge\:hover\:bg-opacity-0:hover {
        --tw-bg-opacity: 0;
    }

    .desktop_extralarge\:hover\:bg-opacity-5:hover {
        --tw-bg-opacity: 0.05;
    }

    .desktop_extralarge\:hover\:bg-opacity-10:hover {
        --tw-bg-opacity: 0.1;
    }

    .desktop_extralarge\:hover\:bg-opacity-20:hover {
        --tw-bg-opacity: 0.2;
    }

    .desktop_extralarge\:hover\:bg-opacity-25:hover {
        --tw-bg-opacity: 0.25;
    }

    .desktop_extralarge\:hover\:bg-opacity-30:hover {
        --tw-bg-opacity: 0.3;
    }

    .desktop_extralarge\:hover\:bg-opacity-40:hover {
        --tw-bg-opacity: 0.4;
    }

    .desktop_extralarge\:hover\:bg-opacity-50:hover {
        --tw-bg-opacity: 0.5;
    }

    .desktop_extralarge\:hover\:bg-opacity-60:hover {
        --tw-bg-opacity: 0.6;
    }

    .desktop_extralarge\:hover\:bg-opacity-70:hover {
        --tw-bg-opacity: 0.7;
    }

    .desktop_extralarge\:hover\:bg-opacity-75:hover {
        --tw-bg-opacity: 0.75;
    }

    .desktop_extralarge\:hover\:bg-opacity-80:hover {
        --tw-bg-opacity: 0.8;
    }

    .desktop_extralarge\:hover\:bg-opacity-90:hover {
        --tw-bg-opacity: 0.9;
    }

    .desktop_extralarge\:hover\:bg-opacity-95:hover {
        --tw-bg-opacity: 0.95;
    }

    .desktop_extralarge\:hover\:bg-opacity-100:hover {
        --tw-bg-opacity: 1;
    }

    .desktop_extralarge\:focus\:bg-opacity-0:focus {
        --tw-bg-opacity: 0;
    }

    .desktop_extralarge\:focus\:bg-opacity-5:focus {
        --tw-bg-opacity: 0.05;
    }

    .desktop_extralarge\:focus\:bg-opacity-10:focus {
        --tw-bg-opacity: 0.1;
    }

    .desktop_extralarge\:focus\:bg-opacity-20:focus {
        --tw-bg-opacity: 0.2;
    }

    .desktop_extralarge\:focus\:bg-opacity-25:focus {
        --tw-bg-opacity: 0.25;
    }

    .desktop_extralarge\:focus\:bg-opacity-30:focus {
        --tw-bg-opacity: 0.3;
    }

    .desktop_extralarge\:focus\:bg-opacity-40:focus {
        --tw-bg-opacity: 0.4;
    }

    .desktop_extralarge\:focus\:bg-opacity-50:focus {
        --tw-bg-opacity: 0.5;
    }

    .desktop_extralarge\:focus\:bg-opacity-60:focus {
        --tw-bg-opacity: 0.6;
    }

    .desktop_extralarge\:focus\:bg-opacity-70:focus {
        --tw-bg-opacity: 0.7;
    }

    .desktop_extralarge\:focus\:bg-opacity-75:focus {
        --tw-bg-opacity: 0.75;
    }

    .desktop_extralarge\:focus\:bg-opacity-80:focus {
        --tw-bg-opacity: 0.8;
    }

    .desktop_extralarge\:focus\:bg-opacity-90:focus {
        --tw-bg-opacity: 0.9;
    }

    .desktop_extralarge\:focus\:bg-opacity-95:focus {
        --tw-bg-opacity: 0.95;
    }

    .desktop_extralarge\:focus\:bg-opacity-100:focus {
        --tw-bg-opacity: 1;
    }

    .desktop_extralarge\:bg-none {
        background-image: none;
    }

    .desktop_extralarge\:bg-gradient-to-t {
        background-image: linear-gradient(to top, var(--tw-gradient-stops));
    }

    .desktop_extralarge\:bg-gradient-to-tr {
        background-image: linear-gradient(to top right, var(--tw-gradient-stops));
    }

    .desktop_extralarge\:bg-gradient-to-r {
        background-image: linear-gradient(to right, var(--tw-gradient-stops));
    }

    .desktop_extralarge\:bg-gradient-to-br {
        background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
    }

    .desktop_extralarge\:bg-gradient-to-b {
        background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    }

    .desktop_extralarge\:bg-gradient-to-bl {
        background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
    }

    .desktop_extralarge\:bg-gradient-to-l {
        background-image: linear-gradient(to left, var(--tw-gradient-stops));
    }

    .desktop_extralarge\:bg-gradient-to-tl {
        background-image: linear-gradient(to top left, var(--tw-gradient-stops));
    }

    .desktop_extralarge\:from-transparent {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop_extralarge\:from-current {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_extralarge\:from-black {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop_extralarge\:from-white {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_extralarge\:from-gray-50 {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .desktop_extralarge\:from-gray-100 {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .desktop_extralarge\:from-gray-200 {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .desktop_extralarge\:from-gray-300 {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .desktop_extralarge\:from-gray-400 {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .desktop_extralarge\:from-gray-500 {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .desktop_extralarge\:from-gray-600 {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .desktop_extralarge\:from-gray-700 {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .desktop_extralarge\:from-gray-800 {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .desktop_extralarge\:from-gray-900 {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .desktop_extralarge\:from-red-50 {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .desktop_extralarge\:from-red-100 {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .desktop_extralarge\:from-red-200 {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .desktop_extralarge\:from-red-300 {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .desktop_extralarge\:from-red-400 {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .desktop_extralarge\:from-red-500 {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .desktop_extralarge\:from-red-600 {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .desktop_extralarge\:from-red-700 {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .desktop_extralarge\:from-red-800 {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .desktop_extralarge\:from-red-900 {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .desktop_extralarge\:from-yellow {
        --tw-gradient-from: #ed9143;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .desktop_extralarge\:from-green {
        --tw-gradient-from: #7bbc00;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .desktop_extralarge\:from-blue {
        --tw-gradient-from: #5ba4dc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .desktop_extralarge\:from-indigo-50 {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .desktop_extralarge\:from-indigo-100 {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .desktop_extralarge\:from-indigo-200 {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .desktop_extralarge\:from-indigo-300 {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .desktop_extralarge\:from-indigo-400 {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .desktop_extralarge\:from-indigo-500 {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .desktop_extralarge\:from-indigo-600 {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .desktop_extralarge\:from-indigo-700 {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .desktop_extralarge\:from-indigo-800 {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .desktop_extralarge\:from-indigo-900 {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .desktop_extralarge\:from-purple {
        --tw-gradient-from: #6847c3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .desktop_extralarge\:from-pink {
        --tw-gradient-from: #850737;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .desktop_extralarge\:from-primary {
        --tw-gradient-from: #6E6E6E;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .desktop_extralarge\:from-secondary {
        --tw-gradient-from: #ededed;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .desktop_extralarge\:from-body_bg {
        --tw-gradient-from: #ffffff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_extralarge\:from-body_text {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop_extralarge\:from-title {
        --tw-gradient-from: #3fb2cf;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop_extralarge\:from-grey {
        --tw-gradient-from: #524A51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .desktop_extralarge\:from-dark_grey {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop_extralarge\:from-light_grey {
        --tw-gradient-from: #B7B7B7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop_extralarge\:from-medium_grey {
        --tw-gradient-from: #575156;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .desktop_extralarge\:from-lightten_grey {
        --tw-gradient-from: #C6C6C6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .desktop_extralarge\:from-grey_300 {
        --tw-gradient-from: #d3d3d3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .desktop_extralarge\:from-grey_400 {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop_extralarge\:from-medium_blue {
        --tw-gradient-from: #45cdfc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .desktop_extralarge\:from-dark_blue {
        --tw-gradient-from: #0080ac;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .desktop_extralarge\:from-text_blue {
        --tw-gradient-from: #3FB2CF;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop_extralarge\:from-footer_bg {
        --tw-gradient-from: #464646;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .desktop_extralarge\:from-brown {
        --tw-gradient-from: #805300;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .desktop_extralarge\:from-dark_brown {
        --tw-gradient-from: #874433;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .desktop_extralarge\:from-Light_purple {
        --tw-gradient-from: #65479b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .desktop_extralarge\:from-dark_green {
        --tw-gradient-from: #479b51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .desktop_extralarge\:from-medium_green {
        --tw-gradient-from: #3aac2b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .desktop_extralarge\:from-light_green {
        --tw-gradient-from: #9acb3e;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .desktop_extralarge\:from-green_900 {
        --tw-gradient-from: #396676;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .desktop_extralarge\:from-dark_border {
        --tw-gradient-from: #707070;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .desktop_extralarge\:hover\:from-transparent:hover {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop_extralarge\:hover\:from-current:hover {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_extralarge\:hover\:from-black:hover {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop_extralarge\:hover\:from-white:hover {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_extralarge\:hover\:from-gray-50:hover {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .desktop_extralarge\:hover\:from-gray-100:hover {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .desktop_extralarge\:hover\:from-gray-200:hover {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .desktop_extralarge\:hover\:from-gray-300:hover {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .desktop_extralarge\:hover\:from-gray-400:hover {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .desktop_extralarge\:hover\:from-gray-500:hover {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .desktop_extralarge\:hover\:from-gray-600:hover {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .desktop_extralarge\:hover\:from-gray-700:hover {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .desktop_extralarge\:hover\:from-gray-800:hover {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .desktop_extralarge\:hover\:from-gray-900:hover {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .desktop_extralarge\:hover\:from-red-50:hover {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .desktop_extralarge\:hover\:from-red-100:hover {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .desktop_extralarge\:hover\:from-red-200:hover {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .desktop_extralarge\:hover\:from-red-300:hover {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .desktop_extralarge\:hover\:from-red-400:hover {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .desktop_extralarge\:hover\:from-red-500:hover {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .desktop_extralarge\:hover\:from-red-600:hover {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .desktop_extralarge\:hover\:from-red-700:hover {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .desktop_extralarge\:hover\:from-red-800:hover {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .desktop_extralarge\:hover\:from-red-900:hover {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .desktop_extralarge\:hover\:from-yellow:hover {
        --tw-gradient-from: #ed9143;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .desktop_extralarge\:hover\:from-green:hover {
        --tw-gradient-from: #7bbc00;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .desktop_extralarge\:hover\:from-blue:hover {
        --tw-gradient-from: #5ba4dc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .desktop_extralarge\:hover\:from-indigo-50:hover {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .desktop_extralarge\:hover\:from-indigo-100:hover {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .desktop_extralarge\:hover\:from-indigo-200:hover {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .desktop_extralarge\:hover\:from-indigo-300:hover {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .desktop_extralarge\:hover\:from-indigo-400:hover {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .desktop_extralarge\:hover\:from-indigo-500:hover {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .desktop_extralarge\:hover\:from-indigo-600:hover {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .desktop_extralarge\:hover\:from-indigo-700:hover {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .desktop_extralarge\:hover\:from-indigo-800:hover {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .desktop_extralarge\:hover\:from-indigo-900:hover {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .desktop_extralarge\:hover\:from-purple:hover {
        --tw-gradient-from: #6847c3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .desktop_extralarge\:hover\:from-pink:hover {
        --tw-gradient-from: #850737;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .desktop_extralarge\:hover\:from-primary:hover {
        --tw-gradient-from: #6E6E6E;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .desktop_extralarge\:hover\:from-secondary:hover {
        --tw-gradient-from: #ededed;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .desktop_extralarge\:hover\:from-body_bg:hover {
        --tw-gradient-from: #ffffff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_extralarge\:hover\:from-body_text:hover {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop_extralarge\:hover\:from-title:hover {
        --tw-gradient-from: #3fb2cf;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop_extralarge\:hover\:from-grey:hover {
        --tw-gradient-from: #524A51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .desktop_extralarge\:hover\:from-dark_grey:hover {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop_extralarge\:hover\:from-light_grey:hover {
        --tw-gradient-from: #B7B7B7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop_extralarge\:hover\:from-medium_grey:hover {
        --tw-gradient-from: #575156;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .desktop_extralarge\:hover\:from-lightten_grey:hover {
        --tw-gradient-from: #C6C6C6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .desktop_extralarge\:hover\:from-grey_300:hover {
        --tw-gradient-from: #d3d3d3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .desktop_extralarge\:hover\:from-grey_400:hover {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop_extralarge\:hover\:from-medium_blue:hover {
        --tw-gradient-from: #45cdfc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .desktop_extralarge\:hover\:from-dark_blue:hover {
        --tw-gradient-from: #0080ac;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .desktop_extralarge\:hover\:from-text_blue:hover {
        --tw-gradient-from: #3FB2CF;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop_extralarge\:hover\:from-footer_bg:hover {
        --tw-gradient-from: #464646;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .desktop_extralarge\:hover\:from-brown:hover {
        --tw-gradient-from: #805300;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .desktop_extralarge\:hover\:from-dark_brown:hover {
        --tw-gradient-from: #874433;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .desktop_extralarge\:hover\:from-Light_purple:hover {
        --tw-gradient-from: #65479b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .desktop_extralarge\:hover\:from-dark_green:hover {
        --tw-gradient-from: #479b51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .desktop_extralarge\:hover\:from-medium_green:hover {
        --tw-gradient-from: #3aac2b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .desktop_extralarge\:hover\:from-light_green:hover {
        --tw-gradient-from: #9acb3e;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .desktop_extralarge\:hover\:from-green_900:hover {
        --tw-gradient-from: #396676;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .desktop_extralarge\:hover\:from-dark_border:hover {
        --tw-gradient-from: #707070;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .desktop_extralarge\:focus\:from-transparent:focus {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop_extralarge\:focus\:from-current:focus {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_extralarge\:focus\:from-black:focus {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop_extralarge\:focus\:from-white:focus {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_extralarge\:focus\:from-gray-50:focus {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .desktop_extralarge\:focus\:from-gray-100:focus {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .desktop_extralarge\:focus\:from-gray-200:focus {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .desktop_extralarge\:focus\:from-gray-300:focus {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .desktop_extralarge\:focus\:from-gray-400:focus {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .desktop_extralarge\:focus\:from-gray-500:focus {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .desktop_extralarge\:focus\:from-gray-600:focus {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .desktop_extralarge\:focus\:from-gray-700:focus {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .desktop_extralarge\:focus\:from-gray-800:focus {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .desktop_extralarge\:focus\:from-gray-900:focus {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .desktop_extralarge\:focus\:from-red-50:focus {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .desktop_extralarge\:focus\:from-red-100:focus {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .desktop_extralarge\:focus\:from-red-200:focus {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .desktop_extralarge\:focus\:from-red-300:focus {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .desktop_extralarge\:focus\:from-red-400:focus {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .desktop_extralarge\:focus\:from-red-500:focus {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .desktop_extralarge\:focus\:from-red-600:focus {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .desktop_extralarge\:focus\:from-red-700:focus {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .desktop_extralarge\:focus\:from-red-800:focus {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .desktop_extralarge\:focus\:from-red-900:focus {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .desktop_extralarge\:focus\:from-yellow:focus {
        --tw-gradient-from: #ed9143;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .desktop_extralarge\:focus\:from-green:focus {
        --tw-gradient-from: #7bbc00;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .desktop_extralarge\:focus\:from-blue:focus {
        --tw-gradient-from: #5ba4dc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .desktop_extralarge\:focus\:from-indigo-50:focus {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .desktop_extralarge\:focus\:from-indigo-100:focus {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .desktop_extralarge\:focus\:from-indigo-200:focus {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .desktop_extralarge\:focus\:from-indigo-300:focus {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .desktop_extralarge\:focus\:from-indigo-400:focus {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .desktop_extralarge\:focus\:from-indigo-500:focus {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .desktop_extralarge\:focus\:from-indigo-600:focus {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .desktop_extralarge\:focus\:from-indigo-700:focus {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .desktop_extralarge\:focus\:from-indigo-800:focus {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .desktop_extralarge\:focus\:from-indigo-900:focus {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .desktop_extralarge\:focus\:from-purple:focus {
        --tw-gradient-from: #6847c3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .desktop_extralarge\:focus\:from-pink:focus {
        --tw-gradient-from: #850737;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .desktop_extralarge\:focus\:from-primary:focus {
        --tw-gradient-from: #6E6E6E;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .desktop_extralarge\:focus\:from-secondary:focus {
        --tw-gradient-from: #ededed;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .desktop_extralarge\:focus\:from-body_bg:focus {
        --tw-gradient-from: #ffffff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_extralarge\:focus\:from-body_text:focus {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop_extralarge\:focus\:from-title:focus {
        --tw-gradient-from: #3fb2cf;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop_extralarge\:focus\:from-grey:focus {
        --tw-gradient-from: #524A51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .desktop_extralarge\:focus\:from-dark_grey:focus {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop_extralarge\:focus\:from-light_grey:focus {
        --tw-gradient-from: #B7B7B7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop_extralarge\:focus\:from-medium_grey:focus {
        --tw-gradient-from: #575156;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .desktop_extralarge\:focus\:from-lightten_grey:focus {
        --tw-gradient-from: #C6C6C6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .desktop_extralarge\:focus\:from-grey_300:focus {
        --tw-gradient-from: #d3d3d3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .desktop_extralarge\:focus\:from-grey_400:focus {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop_extralarge\:focus\:from-medium_blue:focus {
        --tw-gradient-from: #45cdfc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .desktop_extralarge\:focus\:from-dark_blue:focus {
        --tw-gradient-from: #0080ac;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .desktop_extralarge\:focus\:from-text_blue:focus {
        --tw-gradient-from: #3FB2CF;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop_extralarge\:focus\:from-footer_bg:focus {
        --tw-gradient-from: #464646;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .desktop_extralarge\:focus\:from-brown:focus {
        --tw-gradient-from: #805300;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .desktop_extralarge\:focus\:from-dark_brown:focus {
        --tw-gradient-from: #874433;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .desktop_extralarge\:focus\:from-Light_purple:focus {
        --tw-gradient-from: #65479b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .desktop_extralarge\:focus\:from-dark_green:focus {
        --tw-gradient-from: #479b51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .desktop_extralarge\:focus\:from-medium_green:focus {
        --tw-gradient-from: #3aac2b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .desktop_extralarge\:focus\:from-light_green:focus {
        --tw-gradient-from: #9acb3e;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .desktop_extralarge\:focus\:from-green_900:focus {
        --tw-gradient-from: #396676;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .desktop_extralarge\:focus\:from-dark_border:focus {
        --tw-gradient-from: #707070;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .desktop_extralarge\:via-transparent {
        --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop_extralarge\:via-current {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_extralarge\:via-black {
        --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop_extralarge\:via-white {
        --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_extralarge\:via-gray-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .desktop_extralarge\:via-gray-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .desktop_extralarge\:via-gray-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .desktop_extralarge\:via-gray-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .desktop_extralarge\:via-gray-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .desktop_extralarge\:via-gray-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .desktop_extralarge\:via-gray-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .desktop_extralarge\:via-gray-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .desktop_extralarge\:via-gray-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .desktop_extralarge\:via-gray-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .desktop_extralarge\:via-red-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .desktop_extralarge\:via-red-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .desktop_extralarge\:via-red-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .desktop_extralarge\:via-red-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .desktop_extralarge\:via-red-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .desktop_extralarge\:via-red-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .desktop_extralarge\:via-red-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .desktop_extralarge\:via-red-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .desktop_extralarge\:via-red-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .desktop_extralarge\:via-red-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .desktop_extralarge\:via-yellow {
        --tw-gradient-stops: var(--tw-gradient-from), #ed9143, var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .desktop_extralarge\:via-green {
        --tw-gradient-stops: var(--tw-gradient-from), #7bbc00, var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .desktop_extralarge\:via-blue {
        --tw-gradient-stops: var(--tw-gradient-from), #5ba4dc, var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .desktop_extralarge\:via-indigo-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .desktop_extralarge\:via-indigo-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .desktop_extralarge\:via-indigo-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .desktop_extralarge\:via-indigo-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .desktop_extralarge\:via-indigo-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .desktop_extralarge\:via-indigo-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .desktop_extralarge\:via-indigo-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .desktop_extralarge\:via-indigo-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .desktop_extralarge\:via-indigo-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .desktop_extralarge\:via-indigo-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .desktop_extralarge\:via-purple {
        --tw-gradient-stops: var(--tw-gradient-from), #6847c3, var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .desktop_extralarge\:via-pink {
        --tw-gradient-stops: var(--tw-gradient-from), #850737, var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .desktop_extralarge\:via-primary {
        --tw-gradient-stops: var(--tw-gradient-from), #6E6E6E, var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .desktop_extralarge\:via-secondary {
        --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .desktop_extralarge\:via-body_bg {
        --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_extralarge\:via-body_text {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop_extralarge\:via-title {
        --tw-gradient-stops: var(--tw-gradient-from), #3fb2cf, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop_extralarge\:via-grey {
        --tw-gradient-stops: var(--tw-gradient-from), #524A51, var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .desktop_extralarge\:via-dark_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop_extralarge\:via-light_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop_extralarge\:via-medium_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #575156, var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .desktop_extralarge\:via-lightten_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #C6C6C6, var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .desktop_extralarge\:via-grey_300 {
        --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .desktop_extralarge\:via-grey_400 {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop_extralarge\:via-medium_blue {
        --tw-gradient-stops: var(--tw-gradient-from), #45cdfc, var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .desktop_extralarge\:via-dark_blue {
        --tw-gradient-stops: var(--tw-gradient-from), #0080ac, var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .desktop_extralarge\:via-text_blue {
        --tw-gradient-stops: var(--tw-gradient-from), #3FB2CF, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop_extralarge\:via-footer_bg {
        --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .desktop_extralarge\:via-brown {
        --tw-gradient-stops: var(--tw-gradient-from), #805300, var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .desktop_extralarge\:via-dark_brown {
        --tw-gradient-stops: var(--tw-gradient-from), #874433, var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .desktop_extralarge\:via-Light_purple {
        --tw-gradient-stops: var(--tw-gradient-from), #65479b, var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .desktop_extralarge\:via-dark_green {
        --tw-gradient-stops: var(--tw-gradient-from), #479b51, var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .desktop_extralarge\:via-medium_green {
        --tw-gradient-stops: var(--tw-gradient-from), #3aac2b, var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .desktop_extralarge\:via-light_green {
        --tw-gradient-stops: var(--tw-gradient-from), #9acb3e, var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .desktop_extralarge\:via-green_900 {
        --tw-gradient-stops: var(--tw-gradient-from), #396676, var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .desktop_extralarge\:via-dark_border {
        --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .desktop_extralarge\:hover\:via-transparent:hover {
        --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop_extralarge\:hover\:via-current:hover {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_extralarge\:hover\:via-black:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop_extralarge\:hover\:via-white:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_extralarge\:hover\:via-gray-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .desktop_extralarge\:hover\:via-gray-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .desktop_extralarge\:hover\:via-gray-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .desktop_extralarge\:hover\:via-gray-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .desktop_extralarge\:hover\:via-gray-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .desktop_extralarge\:hover\:via-gray-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .desktop_extralarge\:hover\:via-gray-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .desktop_extralarge\:hover\:via-gray-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .desktop_extralarge\:hover\:via-gray-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .desktop_extralarge\:hover\:via-gray-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .desktop_extralarge\:hover\:via-red-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .desktop_extralarge\:hover\:via-red-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .desktop_extralarge\:hover\:via-red-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .desktop_extralarge\:hover\:via-red-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .desktop_extralarge\:hover\:via-red-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .desktop_extralarge\:hover\:via-red-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .desktop_extralarge\:hover\:via-red-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .desktop_extralarge\:hover\:via-red-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .desktop_extralarge\:hover\:via-red-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .desktop_extralarge\:hover\:via-red-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .desktop_extralarge\:hover\:via-yellow:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ed9143, var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .desktop_extralarge\:hover\:via-green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7bbc00, var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .desktop_extralarge\:hover\:via-blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #5ba4dc, var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .desktop_extralarge\:hover\:via-indigo-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .desktop_extralarge\:hover\:via-indigo-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .desktop_extralarge\:hover\:via-indigo-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .desktop_extralarge\:hover\:via-indigo-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .desktop_extralarge\:hover\:via-indigo-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .desktop_extralarge\:hover\:via-indigo-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .desktop_extralarge\:hover\:via-indigo-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .desktop_extralarge\:hover\:via-indigo-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .desktop_extralarge\:hover\:via-indigo-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .desktop_extralarge\:hover\:via-indigo-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .desktop_extralarge\:hover\:via-purple:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6847c3, var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .desktop_extralarge\:hover\:via-pink:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #850737, var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .desktop_extralarge\:hover\:via-primary:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6E6E6E, var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .desktop_extralarge\:hover\:via-secondary:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .desktop_extralarge\:hover\:via-body_bg:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_extralarge\:hover\:via-body_text:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop_extralarge\:hover\:via-title:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3fb2cf, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop_extralarge\:hover\:via-grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #524A51, var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .desktop_extralarge\:hover\:via-dark_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop_extralarge\:hover\:via-light_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop_extralarge\:hover\:via-medium_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #575156, var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .desktop_extralarge\:hover\:via-lightten_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #C6C6C6, var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .desktop_extralarge\:hover\:via-grey_300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .desktop_extralarge\:hover\:via-grey_400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop_extralarge\:hover\:via-medium_blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #45cdfc, var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .desktop_extralarge\:hover\:via-dark_blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #0080ac, var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .desktop_extralarge\:hover\:via-text_blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3FB2CF, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop_extralarge\:hover\:via-footer_bg:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .desktop_extralarge\:hover\:via-brown:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #805300, var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .desktop_extralarge\:hover\:via-dark_brown:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #874433, var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .desktop_extralarge\:hover\:via-Light_purple:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #65479b, var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .desktop_extralarge\:hover\:via-dark_green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #479b51, var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .desktop_extralarge\:hover\:via-medium_green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3aac2b, var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .desktop_extralarge\:hover\:via-light_green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9acb3e, var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .desktop_extralarge\:hover\:via-green_900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #396676, var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .desktop_extralarge\:hover\:via-dark_border:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .desktop_extralarge\:focus\:via-transparent:focus {
        --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop_extralarge\:focus\:via-current:focus {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_extralarge\:focus\:via-black:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop_extralarge\:focus\:via-white:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_extralarge\:focus\:via-gray-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .desktop_extralarge\:focus\:via-gray-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .desktop_extralarge\:focus\:via-gray-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .desktop_extralarge\:focus\:via-gray-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .desktop_extralarge\:focus\:via-gray-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .desktop_extralarge\:focus\:via-gray-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .desktop_extralarge\:focus\:via-gray-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .desktop_extralarge\:focus\:via-gray-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .desktop_extralarge\:focus\:via-gray-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .desktop_extralarge\:focus\:via-gray-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .desktop_extralarge\:focus\:via-red-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .desktop_extralarge\:focus\:via-red-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .desktop_extralarge\:focus\:via-red-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .desktop_extralarge\:focus\:via-red-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .desktop_extralarge\:focus\:via-red-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .desktop_extralarge\:focus\:via-red-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .desktop_extralarge\:focus\:via-red-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .desktop_extralarge\:focus\:via-red-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .desktop_extralarge\:focus\:via-red-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .desktop_extralarge\:focus\:via-red-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .desktop_extralarge\:focus\:via-yellow:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ed9143, var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .desktop_extralarge\:focus\:via-green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7bbc00, var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .desktop_extralarge\:focus\:via-blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #5ba4dc, var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .desktop_extralarge\:focus\:via-indigo-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .desktop_extralarge\:focus\:via-indigo-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .desktop_extralarge\:focus\:via-indigo-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .desktop_extralarge\:focus\:via-indigo-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .desktop_extralarge\:focus\:via-indigo-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .desktop_extralarge\:focus\:via-indigo-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .desktop_extralarge\:focus\:via-indigo-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .desktop_extralarge\:focus\:via-indigo-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .desktop_extralarge\:focus\:via-indigo-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .desktop_extralarge\:focus\:via-indigo-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .desktop_extralarge\:focus\:via-purple:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6847c3, var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .desktop_extralarge\:focus\:via-pink:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #850737, var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .desktop_extralarge\:focus\:via-primary:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6E6E6E, var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .desktop_extralarge\:focus\:via-secondary:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .desktop_extralarge\:focus\:via-body_bg:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_extralarge\:focus\:via-body_text:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop_extralarge\:focus\:via-title:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3fb2cf, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop_extralarge\:focus\:via-grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #524A51, var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .desktop_extralarge\:focus\:via-dark_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop_extralarge\:focus\:via-light_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop_extralarge\:focus\:via-medium_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #575156, var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .desktop_extralarge\:focus\:via-lightten_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #C6C6C6, var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .desktop_extralarge\:focus\:via-grey_300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .desktop_extralarge\:focus\:via-grey_400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop_extralarge\:focus\:via-medium_blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #45cdfc, var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .desktop_extralarge\:focus\:via-dark_blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #0080ac, var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .desktop_extralarge\:focus\:via-text_blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3FB2CF, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop_extralarge\:focus\:via-footer_bg:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .desktop_extralarge\:focus\:via-brown:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #805300, var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .desktop_extralarge\:focus\:via-dark_brown:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #874433, var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .desktop_extralarge\:focus\:via-Light_purple:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #65479b, var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .desktop_extralarge\:focus\:via-dark_green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #479b51, var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .desktop_extralarge\:focus\:via-medium_green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3aac2b, var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .desktop_extralarge\:focus\:via-light_green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9acb3e, var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .desktop_extralarge\:focus\:via-green_900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #396676, var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .desktop_extralarge\:focus\:via-dark_border:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .desktop_extralarge\:to-transparent {
        --tw-gradient-to: transparent;
    }

    .desktop_extralarge\:to-current {
        --tw-gradient-to: currentColor;
    }

    .desktop_extralarge\:to-black {
        --tw-gradient-to: #000;
    }

    .desktop_extralarge\:to-white {
        --tw-gradient-to: #fff;
    }

    .desktop_extralarge\:to-gray-50 {
        --tw-gradient-to: #f9fafb;
    }

    .desktop_extralarge\:to-gray-100 {
        --tw-gradient-to: #f3f4f6;
    }

    .desktop_extralarge\:to-gray-200 {
        --tw-gradient-to: #e5e7eb;
    }

    .desktop_extralarge\:to-gray-300 {
        --tw-gradient-to: #d1d5db;
    }

    .desktop_extralarge\:to-gray-400 {
        --tw-gradient-to: #9ca3af;
    }

    .desktop_extralarge\:to-gray-500 {
        --tw-gradient-to: #6b7280;
    }

    .desktop_extralarge\:to-gray-600 {
        --tw-gradient-to: #4b5563;
    }

    .desktop_extralarge\:to-gray-700 {
        --tw-gradient-to: #374151;
    }

    .desktop_extralarge\:to-gray-800 {
        --tw-gradient-to: #1f2937;
    }

    .desktop_extralarge\:to-gray-900 {
        --tw-gradient-to: #111827;
    }

    .desktop_extralarge\:to-red-50 {
        --tw-gradient-to: #fef2f2;
    }

    .desktop_extralarge\:to-red-100 {
        --tw-gradient-to: #fee2e2;
    }

    .desktop_extralarge\:to-red-200 {
        --tw-gradient-to: #fecaca;
    }

    .desktop_extralarge\:to-red-300 {
        --tw-gradient-to: #fca5a5;
    }

    .desktop_extralarge\:to-red-400 {
        --tw-gradient-to: #f87171;
    }

    .desktop_extralarge\:to-red-500 {
        --tw-gradient-to: #ef4444;
    }

    .desktop_extralarge\:to-red-600 {
        --tw-gradient-to: #dc2626;
    }

    .desktop_extralarge\:to-red-700 {
        --tw-gradient-to: #b91c1c;
    }

    .desktop_extralarge\:to-red-800 {
        --tw-gradient-to: #991b1b;
    }

    .desktop_extralarge\:to-red-900 {
        --tw-gradient-to: #7f1d1d;
    }

    .desktop_extralarge\:to-yellow {
        --tw-gradient-to: #ed9143;
    }

    .desktop_extralarge\:to-green {
        --tw-gradient-to: #7bbc00;
    }

    .desktop_extralarge\:to-blue {
        --tw-gradient-to: #5ba4dc;
    }

    .desktop_extralarge\:to-indigo-50 {
        --tw-gradient-to: #eef2ff;
    }

    .desktop_extralarge\:to-indigo-100 {
        --tw-gradient-to: #e0e7ff;
    }

    .desktop_extralarge\:to-indigo-200 {
        --tw-gradient-to: #c7d2fe;
    }

    .desktop_extralarge\:to-indigo-300 {
        --tw-gradient-to: #a5b4fc;
    }

    .desktop_extralarge\:to-indigo-400 {
        --tw-gradient-to: #818cf8;
    }

    .desktop_extralarge\:to-indigo-500 {
        --tw-gradient-to: #6366f1;
    }

    .desktop_extralarge\:to-indigo-600 {
        --tw-gradient-to: #4f46e5;
    }

    .desktop_extralarge\:to-indigo-700 {
        --tw-gradient-to: #4338ca;
    }

    .desktop_extralarge\:to-indigo-800 {
        --tw-gradient-to: #3730a3;
    }

    .desktop_extralarge\:to-indigo-900 {
        --tw-gradient-to: #312e81;
    }

    .desktop_extralarge\:to-purple {
        --tw-gradient-to: #6847c3;
    }

    .desktop_extralarge\:to-pink {
        --tw-gradient-to: #850737;
    }

    .desktop_extralarge\:to-primary {
        --tw-gradient-to: #6E6E6E;
    }

    .desktop_extralarge\:to-secondary {
        --tw-gradient-to: #ededed;
    }

    .desktop_extralarge\:to-body_bg {
        --tw-gradient-to: #ffffff;
    }

    .desktop_extralarge\:to-body_text {
        --tw-gradient-to: #4a4349;
    }

    .desktop_extralarge\:to-title {
        --tw-gradient-to: #3fb2cf;
    }

    .desktop_extralarge\:to-grey {
        --tw-gradient-to: #524A51;
    }

    .desktop_extralarge\:to-dark_grey {
        --tw-gradient-to: #4a4349;
    }

    .desktop_extralarge\:to-light_grey {
        --tw-gradient-to: #B7B7B7;
    }

    .desktop_extralarge\:to-medium_grey {
        --tw-gradient-to: #575156;
    }

    .desktop_extralarge\:to-lightten_grey {
        --tw-gradient-to: #C6C6C6;
    }

    .desktop_extralarge\:to-grey_300 {
        --tw-gradient-to: #d3d3d3;
    }

    .desktop_extralarge\:to-grey_400 {
        --tw-gradient-to: #b7b7b7;
    }

    .desktop_extralarge\:to-medium_blue {
        --tw-gradient-to: #45cdfc;
    }

    .desktop_extralarge\:to-dark_blue {
        --tw-gradient-to: #0080ac;
    }

    .desktop_extralarge\:to-text_blue {
        --tw-gradient-to: #3FB2CF;
    }

    .desktop_extralarge\:to-footer_bg {
        --tw-gradient-to: #464646;
    }

    .desktop_extralarge\:to-brown {
        --tw-gradient-to: #805300;
    }

    .desktop_extralarge\:to-dark_brown {
        --tw-gradient-to: #874433;
    }

    .desktop_extralarge\:to-Light_purple {
        --tw-gradient-to: #65479b;
    }

    .desktop_extralarge\:to-dark_green {
        --tw-gradient-to: #479b51;
    }

    .desktop_extralarge\:to-medium_green {
        --tw-gradient-to: #3aac2b;
    }

    .desktop_extralarge\:to-light_green {
        --tw-gradient-to: #9acb3e;
    }

    .desktop_extralarge\:to-green_900 {
        --tw-gradient-to: #396676;
    }

    .desktop_extralarge\:to-dark_border {
        --tw-gradient-to: #707070;
    }

    .desktop_extralarge\:hover\:to-transparent:hover {
        --tw-gradient-to: transparent;
    }

    .desktop_extralarge\:hover\:to-current:hover {
        --tw-gradient-to: currentColor;
    }

    .desktop_extralarge\:hover\:to-black:hover {
        --tw-gradient-to: #000;
    }

    .desktop_extralarge\:hover\:to-white:hover {
        --tw-gradient-to: #fff;
    }

    .desktop_extralarge\:hover\:to-gray-50:hover {
        --tw-gradient-to: #f9fafb;
    }

    .desktop_extralarge\:hover\:to-gray-100:hover {
        --tw-gradient-to: #f3f4f6;
    }

    .desktop_extralarge\:hover\:to-gray-200:hover {
        --tw-gradient-to: #e5e7eb;
    }

    .desktop_extralarge\:hover\:to-gray-300:hover {
        --tw-gradient-to: #d1d5db;
    }

    .desktop_extralarge\:hover\:to-gray-400:hover {
        --tw-gradient-to: #9ca3af;
    }

    .desktop_extralarge\:hover\:to-gray-500:hover {
        --tw-gradient-to: #6b7280;
    }

    .desktop_extralarge\:hover\:to-gray-600:hover {
        --tw-gradient-to: #4b5563;
    }

    .desktop_extralarge\:hover\:to-gray-700:hover {
        --tw-gradient-to: #374151;
    }

    .desktop_extralarge\:hover\:to-gray-800:hover {
        --tw-gradient-to: #1f2937;
    }

    .desktop_extralarge\:hover\:to-gray-900:hover {
        --tw-gradient-to: #111827;
    }

    .desktop_extralarge\:hover\:to-red-50:hover {
        --tw-gradient-to: #fef2f2;
    }

    .desktop_extralarge\:hover\:to-red-100:hover {
        --tw-gradient-to: #fee2e2;
    }

    .desktop_extralarge\:hover\:to-red-200:hover {
        --tw-gradient-to: #fecaca;
    }

    .desktop_extralarge\:hover\:to-red-300:hover {
        --tw-gradient-to: #fca5a5;
    }

    .desktop_extralarge\:hover\:to-red-400:hover {
        --tw-gradient-to: #f87171;
    }

    .desktop_extralarge\:hover\:to-red-500:hover {
        --tw-gradient-to: #ef4444;
    }

    .desktop_extralarge\:hover\:to-red-600:hover {
        --tw-gradient-to: #dc2626;
    }

    .desktop_extralarge\:hover\:to-red-700:hover {
        --tw-gradient-to: #b91c1c;
    }

    .desktop_extralarge\:hover\:to-red-800:hover {
        --tw-gradient-to: #991b1b;
    }

    .desktop_extralarge\:hover\:to-red-900:hover {
        --tw-gradient-to: #7f1d1d;
    }

    .desktop_extralarge\:hover\:to-yellow:hover {
        --tw-gradient-to: #ed9143;
    }

    .desktop_extralarge\:hover\:to-green:hover {
        --tw-gradient-to: #7bbc00;
    }

    .desktop_extralarge\:hover\:to-blue:hover {
        --tw-gradient-to: #5ba4dc;
    }

    .desktop_extralarge\:hover\:to-indigo-50:hover {
        --tw-gradient-to: #eef2ff;
    }

    .desktop_extralarge\:hover\:to-indigo-100:hover {
        --tw-gradient-to: #e0e7ff;
    }

    .desktop_extralarge\:hover\:to-indigo-200:hover {
        --tw-gradient-to: #c7d2fe;
    }

    .desktop_extralarge\:hover\:to-indigo-300:hover {
        --tw-gradient-to: #a5b4fc;
    }

    .desktop_extralarge\:hover\:to-indigo-400:hover {
        --tw-gradient-to: #818cf8;
    }

    .desktop_extralarge\:hover\:to-indigo-500:hover {
        --tw-gradient-to: #6366f1;
    }

    .desktop_extralarge\:hover\:to-indigo-600:hover {
        --tw-gradient-to: #4f46e5;
    }

    .desktop_extralarge\:hover\:to-indigo-700:hover {
        --tw-gradient-to: #4338ca;
    }

    .desktop_extralarge\:hover\:to-indigo-800:hover {
        --tw-gradient-to: #3730a3;
    }

    .desktop_extralarge\:hover\:to-indigo-900:hover {
        --tw-gradient-to: #312e81;
    }

    .desktop_extralarge\:hover\:to-purple:hover {
        --tw-gradient-to: #6847c3;
    }

    .desktop_extralarge\:hover\:to-pink:hover {
        --tw-gradient-to: #850737;
    }

    .desktop_extralarge\:hover\:to-primary:hover {
        --tw-gradient-to: #6E6E6E;
    }

    .desktop_extralarge\:hover\:to-secondary:hover {
        --tw-gradient-to: #ededed;
    }

    .desktop_extralarge\:hover\:to-body_bg:hover {
        --tw-gradient-to: #ffffff;
    }

    .desktop_extralarge\:hover\:to-body_text:hover {
        --tw-gradient-to: #4a4349;
    }

    .desktop_extralarge\:hover\:to-title:hover {
        --tw-gradient-to: #3fb2cf;
    }

    .desktop_extralarge\:hover\:to-grey:hover {
        --tw-gradient-to: #524A51;
    }

    .desktop_extralarge\:hover\:to-dark_grey:hover {
        --tw-gradient-to: #4a4349;
    }

    .desktop_extralarge\:hover\:to-light_grey:hover {
        --tw-gradient-to: #B7B7B7;
    }

    .desktop_extralarge\:hover\:to-medium_grey:hover {
        --tw-gradient-to: #575156;
    }

    .desktop_extralarge\:hover\:to-lightten_grey:hover {
        --tw-gradient-to: #C6C6C6;
    }

    .desktop_extralarge\:hover\:to-grey_300:hover {
        --tw-gradient-to: #d3d3d3;
    }

    .desktop_extralarge\:hover\:to-grey_400:hover {
        --tw-gradient-to: #b7b7b7;
    }

    .desktop_extralarge\:hover\:to-medium_blue:hover {
        --tw-gradient-to: #45cdfc;
    }

    .desktop_extralarge\:hover\:to-dark_blue:hover {
        --tw-gradient-to: #0080ac;
    }

    .desktop_extralarge\:hover\:to-text_blue:hover {
        --tw-gradient-to: #3FB2CF;
    }

    .desktop_extralarge\:hover\:to-footer_bg:hover {
        --tw-gradient-to: #464646;
    }

    .desktop_extralarge\:hover\:to-brown:hover {
        --tw-gradient-to: #805300;
    }

    .desktop_extralarge\:hover\:to-dark_brown:hover {
        --tw-gradient-to: #874433;
    }

    .desktop_extralarge\:hover\:to-Light_purple:hover {
        --tw-gradient-to: #65479b;
    }

    .desktop_extralarge\:hover\:to-dark_green:hover {
        --tw-gradient-to: #479b51;
    }

    .desktop_extralarge\:hover\:to-medium_green:hover {
        --tw-gradient-to: #3aac2b;
    }

    .desktop_extralarge\:hover\:to-light_green:hover {
        --tw-gradient-to: #9acb3e;
    }

    .desktop_extralarge\:hover\:to-green_900:hover {
        --tw-gradient-to: #396676;
    }

    .desktop_extralarge\:hover\:to-dark_border:hover {
        --tw-gradient-to: #707070;
    }

    .desktop_extralarge\:focus\:to-transparent:focus {
        --tw-gradient-to: transparent;
    }

    .desktop_extralarge\:focus\:to-current:focus {
        --tw-gradient-to: currentColor;
    }

    .desktop_extralarge\:focus\:to-black:focus {
        --tw-gradient-to: #000;
    }

    .desktop_extralarge\:focus\:to-white:focus {
        --tw-gradient-to: #fff;
    }

    .desktop_extralarge\:focus\:to-gray-50:focus {
        --tw-gradient-to: #f9fafb;
    }

    .desktop_extralarge\:focus\:to-gray-100:focus {
        --tw-gradient-to: #f3f4f6;
    }

    .desktop_extralarge\:focus\:to-gray-200:focus {
        --tw-gradient-to: #e5e7eb;
    }

    .desktop_extralarge\:focus\:to-gray-300:focus {
        --tw-gradient-to: #d1d5db;
    }

    .desktop_extralarge\:focus\:to-gray-400:focus {
        --tw-gradient-to: #9ca3af;
    }

    .desktop_extralarge\:focus\:to-gray-500:focus {
        --tw-gradient-to: #6b7280;
    }

    .desktop_extralarge\:focus\:to-gray-600:focus {
        --tw-gradient-to: #4b5563;
    }

    .desktop_extralarge\:focus\:to-gray-700:focus {
        --tw-gradient-to: #374151;
    }

    .desktop_extralarge\:focus\:to-gray-800:focus {
        --tw-gradient-to: #1f2937;
    }

    .desktop_extralarge\:focus\:to-gray-900:focus {
        --tw-gradient-to: #111827;
    }

    .desktop_extralarge\:focus\:to-red-50:focus {
        --tw-gradient-to: #fef2f2;
    }

    .desktop_extralarge\:focus\:to-red-100:focus {
        --tw-gradient-to: #fee2e2;
    }

    .desktop_extralarge\:focus\:to-red-200:focus {
        --tw-gradient-to: #fecaca;
    }

    .desktop_extralarge\:focus\:to-red-300:focus {
        --tw-gradient-to: #fca5a5;
    }

    .desktop_extralarge\:focus\:to-red-400:focus {
        --tw-gradient-to: #f87171;
    }

    .desktop_extralarge\:focus\:to-red-500:focus {
        --tw-gradient-to: #ef4444;
    }

    .desktop_extralarge\:focus\:to-red-600:focus {
        --tw-gradient-to: #dc2626;
    }

    .desktop_extralarge\:focus\:to-red-700:focus {
        --tw-gradient-to: #b91c1c;
    }

    .desktop_extralarge\:focus\:to-red-800:focus {
        --tw-gradient-to: #991b1b;
    }

    .desktop_extralarge\:focus\:to-red-900:focus {
        --tw-gradient-to: #7f1d1d;
    }

    .desktop_extralarge\:focus\:to-yellow:focus {
        --tw-gradient-to: #ed9143;
    }

    .desktop_extralarge\:focus\:to-green:focus {
        --tw-gradient-to: #7bbc00;
    }

    .desktop_extralarge\:focus\:to-blue:focus {
        --tw-gradient-to: #5ba4dc;
    }

    .desktop_extralarge\:focus\:to-indigo-50:focus {
        --tw-gradient-to: #eef2ff;
    }

    .desktop_extralarge\:focus\:to-indigo-100:focus {
        --tw-gradient-to: #e0e7ff;
    }

    .desktop_extralarge\:focus\:to-indigo-200:focus {
        --tw-gradient-to: #c7d2fe;
    }

    .desktop_extralarge\:focus\:to-indigo-300:focus {
        --tw-gradient-to: #a5b4fc;
    }

    .desktop_extralarge\:focus\:to-indigo-400:focus {
        --tw-gradient-to: #818cf8;
    }

    .desktop_extralarge\:focus\:to-indigo-500:focus {
        --tw-gradient-to: #6366f1;
    }

    .desktop_extralarge\:focus\:to-indigo-600:focus {
        --tw-gradient-to: #4f46e5;
    }

    .desktop_extralarge\:focus\:to-indigo-700:focus {
        --tw-gradient-to: #4338ca;
    }

    .desktop_extralarge\:focus\:to-indigo-800:focus {
        --tw-gradient-to: #3730a3;
    }

    .desktop_extralarge\:focus\:to-indigo-900:focus {
        --tw-gradient-to: #312e81;
    }

    .desktop_extralarge\:focus\:to-purple:focus {
        --tw-gradient-to: #6847c3;
    }

    .desktop_extralarge\:focus\:to-pink:focus {
        --tw-gradient-to: #850737;
    }

    .desktop_extralarge\:focus\:to-primary:focus {
        --tw-gradient-to: #6E6E6E;
    }

    .desktop_extralarge\:focus\:to-secondary:focus {
        --tw-gradient-to: #ededed;
    }

    .desktop_extralarge\:focus\:to-body_bg:focus {
        --tw-gradient-to: #ffffff;
    }

    .desktop_extralarge\:focus\:to-body_text:focus {
        --tw-gradient-to: #4a4349;
    }

    .desktop_extralarge\:focus\:to-title:focus {
        --tw-gradient-to: #3fb2cf;
    }

    .desktop_extralarge\:focus\:to-grey:focus {
        --tw-gradient-to: #524A51;
    }

    .desktop_extralarge\:focus\:to-dark_grey:focus {
        --tw-gradient-to: #4a4349;
    }

    .desktop_extralarge\:focus\:to-light_grey:focus {
        --tw-gradient-to: #B7B7B7;
    }

    .desktop_extralarge\:focus\:to-medium_grey:focus {
        --tw-gradient-to: #575156;
    }

    .desktop_extralarge\:focus\:to-lightten_grey:focus {
        --tw-gradient-to: #C6C6C6;
    }

    .desktop_extralarge\:focus\:to-grey_300:focus {
        --tw-gradient-to: #d3d3d3;
    }

    .desktop_extralarge\:focus\:to-grey_400:focus {
        --tw-gradient-to: #b7b7b7;
    }

    .desktop_extralarge\:focus\:to-medium_blue:focus {
        --tw-gradient-to: #45cdfc;
    }

    .desktop_extralarge\:focus\:to-dark_blue:focus {
        --tw-gradient-to: #0080ac;
    }

    .desktop_extralarge\:focus\:to-text_blue:focus {
        --tw-gradient-to: #3FB2CF;
    }

    .desktop_extralarge\:focus\:to-footer_bg:focus {
        --tw-gradient-to: #464646;
    }

    .desktop_extralarge\:focus\:to-brown:focus {
        --tw-gradient-to: #805300;
    }

    .desktop_extralarge\:focus\:to-dark_brown:focus {
        --tw-gradient-to: #874433;
    }

    .desktop_extralarge\:focus\:to-Light_purple:focus {
        --tw-gradient-to: #65479b;
    }

    .desktop_extralarge\:focus\:to-dark_green:focus {
        --tw-gradient-to: #479b51;
    }

    .desktop_extralarge\:focus\:to-medium_green:focus {
        --tw-gradient-to: #3aac2b;
    }

    .desktop_extralarge\:focus\:to-light_green:focus {
        --tw-gradient-to: #9acb3e;
    }

    .desktop_extralarge\:focus\:to-green_900:focus {
        --tw-gradient-to: #396676;
    }

    .desktop_extralarge\:focus\:to-dark_border:focus {
        --tw-gradient-to: #707070;
    }

    .desktop_extralarge\:decoration-slice {
        -webkit-box-decoration-break: slice;
        box-decoration-break: slice;
    }

    .desktop_extralarge\:decoration-clone {
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
    }

    .desktop_extralarge\:bg-auto {
        background-size: auto;
    }

    .desktop_extralarge\:bg-cover {
        background-size: cover;
    }

    .desktop_extralarge\:bg-contain {
        background-size: contain;
    }

    .desktop_extralarge\:bg-fixed {
        background-attachment: fixed;
    }

    .desktop_extralarge\:bg-local {
        background-attachment: local;
    }

    .desktop_extralarge\:bg-scroll {
        background-attachment: scroll;
    }

    .desktop_extralarge\:bg-clip-border {
        background-clip: border-box;
    }

    .desktop_extralarge\:bg-clip-padding {
        background-clip: padding-box;
    }

    .desktop_extralarge\:bg-clip-content {
        background-clip: content-box;
    }

    .desktop_extralarge\:bg-clip-text {
        -webkit-background-clip: text;
        background-clip: text;
    }

    .desktop_extralarge\:bg-bottom {
        background-position: bottom;
    }

    .desktop_extralarge\:bg-center {
        background-position: center;
    }

    .desktop_extralarge\:bg-left {
        background-position: left;
    }

    .desktop_extralarge\:bg-left-bottom {
        background-position: left bottom;
    }

    .desktop_extralarge\:bg-left-top {
        background-position: left top;
    }

    .desktop_extralarge\:bg-right {
        background-position: right;
    }

    .desktop_extralarge\:bg-right-bottom {
        background-position: right bottom;
    }

    .desktop_extralarge\:bg-right-top {
        background-position: right top;
    }

    .desktop_extralarge\:bg-top {
        background-position: top;
    }

    .desktop_extralarge\:bg-repeat {
        background-repeat: repeat;
    }

    .desktop_extralarge\:bg-no-repeat {
        background-repeat: no-repeat;
    }

    .desktop_extralarge\:bg-repeat-x {
        background-repeat: repeat-x;
    }

    .desktop_extralarge\:bg-repeat-y {
        background-repeat: repeat-y;
    }

    .desktop_extralarge\:bg-repeat-round {
        background-repeat: round;
    }

    .desktop_extralarge\:bg-repeat-space {
        background-repeat: space;
    }

    .desktop_extralarge\:bg-origin-border {
        background-origin: border-box;
    }

    .desktop_extralarge\:bg-origin-padding {
        background-origin: padding-box;
    }

    .desktop_extralarge\:bg-origin-content {
        background-origin: content-box;
    }

    .desktop_extralarge\:fill-current {
        fill: currentColor;
    }

    .desktop_extralarge\:stroke-current {
        stroke: currentColor;
    }

    .desktop_extralarge\:stroke-0 {
        stroke-width: 0;
    }

    .desktop_extralarge\:stroke-1 {
        stroke-width: 1;
    }

    .desktop_extralarge\:stroke-2 {
        stroke-width: 2;
    }

    .desktop_extralarge\:object-contain {
        -o-object-fit: contain;
        object-fit: contain;
    }

    .desktop_extralarge\:object-cover {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .desktop_extralarge\:object-fill {
        -o-object-fit: fill;
        object-fit: fill;
    }

    .desktop_extralarge\:object-none {
        -o-object-fit: none;
        object-fit: none;
    }

    .desktop_extralarge\:object-scale-down {
        -o-object-fit: scale-down;
        object-fit: scale-down;
    }

    .desktop_extralarge\:object-bottom {
        -o-object-position: bottom;
        object-position: bottom;
    }

    .desktop_extralarge\:object-center {
        -o-object-position: center;
        object-position: center;
    }

    .desktop_extralarge\:object-left {
        -o-object-position: left;
        object-position: left;
    }

    .desktop_extralarge\:object-left-bottom {
        -o-object-position: left bottom;
        object-position: left bottom;
    }

    .desktop_extralarge\:object-left-top {
        -o-object-position: left top;
        object-position: left top;
    }

    .desktop_extralarge\:object-right {
        -o-object-position: right;
        object-position: right;
    }

    .desktop_extralarge\:object-right-bottom {
        -o-object-position: right bottom;
        object-position: right bottom;
    }

    .desktop_extralarge\:object-right-top {
        -o-object-position: right top;
        object-position: right top;
    }

    .desktop_extralarge\:object-top {
        -o-object-position: top;
        object-position: top;
    }

    .desktop_extralarge\:p-0 {
        padding: 0px;
    }

    .desktop_extralarge\:p-1 {
        padding: 0.25rem;
    }

    .desktop_extralarge\:p-2 {
        padding: 0.5rem;
    }

    .desktop_extralarge\:p-3 {
        padding: 0.75rem;
    }

    .desktop_extralarge\:p-4 {
        padding: 1rem;
    }

    .desktop_extralarge\:p-5 {
        padding: 1.25rem;
    }

    .desktop_extralarge\:p-6 {
        padding: 1.5rem;
    }

    .desktop_extralarge\:p-7 {
        padding: 1.75rem;
    }

    .desktop_extralarge\:p-8 {
        padding: 2rem;
    }

    .desktop_extralarge\:p-9 {
        padding: 2.25rem;
    }

    .desktop_extralarge\:p-10 {
        padding: 2.5rem;
    }

    .desktop_extralarge\:p-11 {
        padding: 2.75rem;
    }

    .desktop_extralarge\:p-12 {
        padding: 3rem;
    }

    .desktop_extralarge\:p-13 {
        padding: 52px;
    }

    .desktop_extralarge\:p-14 {
        padding: 3.5rem;
    }

    .desktop_extralarge\:p-15 {
        padding: 3.93rem;
    }

    .desktop_extralarge\:p-16 {
        padding: 4rem;
    }

    .desktop_extralarge\:p-18 {
        padding: 4.375rem;
    }

    .desktop_extralarge\:p-19 {
        padding: 76px;
    }

    .desktop_extralarge\:p-20 {
        padding: 5rem;
    }

    .desktop_extralarge\:p-22 {
        padding: 5.625rem;
    }

    .desktop_extralarge\:p-24 {
        padding: 6rem;
    }

    .desktop_extralarge\:p-26 {
        padding: 6.6875rem;
    }

    .desktop_extralarge\:p-28 {
        padding: 7rem;
    }

    .desktop_extralarge\:p-30 {
        padding: 120px;
    }

    .desktop_extralarge\:p-32 {
        padding: 8rem;
    }

    .desktop_extralarge\:p-36 {
        padding: 9rem;
    }

    .desktop_extralarge\:p-40 {
        padding: 10rem;
    }

    .desktop_extralarge\:p-44 {
        padding: 11rem;
    }

    .desktop_extralarge\:p-46 {
        padding: 11.5625rem;
    }

    .desktop_extralarge\:p-48 {
        padding: 12rem;
    }

    .desktop_extralarge\:p-52 {
        padding: 13rem;
    }

    .desktop_extralarge\:p-56 {
        padding: 14rem;
    }

    .desktop_extralarge\:p-60 {
        padding: 15rem;
    }

    .desktop_extralarge\:p-64 {
        padding: 16rem;
    }

    .desktop_extralarge\:p-72 {
        padding: 18rem;
    }

    .desktop_extralarge\:p-80 {
        padding: 20rem;
    }

    .desktop_extralarge\:p-96 {
        padding: 24rem;
    }

    .desktop_extralarge\:p-px {
        padding: 1px;
    }

    .desktop_extralarge\:p-0\.5 {
        padding: 0.125rem;
    }

    .desktop_extralarge\:p-1\.5 {
        padding: 0.375rem;
    }

    .desktop_extralarge\:p-2\.5 {
        padding: 0.625rem;
    }

    .desktop_extralarge\:p-3\.5 {
        padding: 0.875rem;
    }

    .desktop_extralarge\:p-5p {
        padding: 5px;
    }

    .desktop_extralarge\:p-10p {
        padding: 10px;
    }

    .desktop_extralarge\:p-14p {
        padding: 14px;
    }

    .desktop_extralarge\:p-15p {
        padding: 15px;
    }

    .desktop_extralarge\:p-15_2 {
        padding: 60px;
    }

    .desktop_extralarge\:p-16_1 {
        padding: 52px;
    }

    .desktop_extralarge\:p-16p {
        padding: 16px;
    }

    .desktop_extralarge\:p-25p {
        padding: 25px;
    }

    .desktop_extralarge\:p-48p {
        padding: 48%;
    }

    .desktop_extralarge\:p-52p {
        padding: 52%;
    }

    .desktop_extralarge\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .desktop_extralarge\:px-1 {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .desktop_extralarge\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .desktop_extralarge\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .desktop_extralarge\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .desktop_extralarge\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .desktop_extralarge\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .desktop_extralarge\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

    .desktop_extralarge\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .desktop_extralarge\:px-9 {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }

    .desktop_extralarge\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .desktop_extralarge\:px-11 {
        padding-left: 2.75rem;
        padding-right: 2.75rem;
    }

    .desktop_extralarge\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .desktop_extralarge\:px-13 {
        padding-left: 52px;
        padding-right: 52px;
    }

    .desktop_extralarge\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }

    .desktop_extralarge\:px-15 {
        padding-left: 3.93rem;
        padding-right: 3.93rem;
    }

    .desktop_extralarge\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .desktop_extralarge\:px-18 {
        padding-left: 4.375rem;
        padding-right: 4.375rem;
    }

    .desktop_extralarge\:px-19 {
        padding-left: 76px;
        padding-right: 76px;
    }

    .desktop_extralarge\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .desktop_extralarge\:px-22 {
        padding-left: 5.625rem;
        padding-right: 5.625rem;
    }

    .desktop_extralarge\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem;
    }

    .desktop_extralarge\:px-26 {
        padding-left: 6.6875rem;
        padding-right: 6.6875rem;
    }

    .desktop_extralarge\:px-28 {
        padding-left: 7rem;
        padding-right: 7rem;
    }

    .desktop_extralarge\:px-30 {
        padding-left: 120px;
        padding-right: 120px;
    }

    .desktop_extralarge\:px-32 {
        padding-left: 8rem;
        padding-right: 8rem;
    }

    .desktop_extralarge\:px-36 {
        padding-left: 9rem;
        padding-right: 9rem;
    }

    .desktop_extralarge\:px-40 {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .desktop_extralarge\:px-44 {
        padding-left: 11rem;
        padding-right: 11rem;
    }

    .desktop_extralarge\:px-46 {
        padding-left: 11.5625rem;
        padding-right: 11.5625rem;
    }

    .desktop_extralarge\:px-48 {
        padding-left: 12rem;
        padding-right: 12rem;
    }

    .desktop_extralarge\:px-52 {
        padding-left: 13rem;
        padding-right: 13rem;
    }

    .desktop_extralarge\:px-56 {
        padding-left: 14rem;
        padding-right: 14rem;
    }

    .desktop_extralarge\:px-60 {
        padding-left: 15rem;
        padding-right: 15rem;
    }

    .desktop_extralarge\:px-64 {
        padding-left: 16rem;
        padding-right: 16rem;
    }

    .desktop_extralarge\:px-72 {
        padding-left: 18rem;
        padding-right: 18rem;
    }

    .desktop_extralarge\:px-80 {
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .desktop_extralarge\:px-96 {
        padding-left: 24rem;
        padding-right: 24rem;
    }

    .desktop_extralarge\:px-px {
        padding-left: 1px;
        padding-right: 1px;
    }

    .desktop_extralarge\:px-0\.5 {
        padding-left: 0.125rem;
        padding-right: 0.125rem;
    }

    .desktop_extralarge\:px-1\.5 {
        padding-left: 0.375rem;
        padding-right: 0.375rem;
    }

    .desktop_extralarge\:px-2\.5 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }

    .desktop_extralarge\:px-3\.5 {
        padding-left: 0.875rem;
        padding-right: 0.875rem;
    }

    .desktop_extralarge\:px-5p {
        padding-left: 5px;
        padding-right: 5px;
    }

    .desktop_extralarge\:px-10p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .desktop_extralarge\:px-14p {
        padding-left: 14px;
        padding-right: 14px;
    }

    .desktop_extralarge\:px-15p {
        padding-left: 15px;
        padding-right: 15px;
    }

    .desktop_extralarge\:px-15_2 {
        padding-left: 60px;
        padding-right: 60px;
    }

    .desktop_extralarge\:px-16_1 {
        padding-left: 52px;
        padding-right: 52px;
    }

    .desktop_extralarge\:px-16p {
        padding-left: 16px;
        padding-right: 16px;
    }

    .desktop_extralarge\:px-25p {
        padding-left: 25px;
        padding-right: 25px;
    }

    .desktop_extralarge\:px-48p {
        padding-left: 48%;
        padding-right: 48%;
    }

    .desktop_extralarge\:px-52p {
        padding-left: 52%;
        padding-right: 52%;
    }

    .desktop_extralarge\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .desktop_extralarge\:py-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .desktop_extralarge\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .desktop_extralarge\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .desktop_extralarge\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .desktop_extralarge\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .desktop_extralarge\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .desktop_extralarge\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

    .desktop_extralarge\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .desktop_extralarge\:py-9 {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }

    .desktop_extralarge\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .desktop_extralarge\:py-11 {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem;
    }

    .desktop_extralarge\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .desktop_extralarge\:py-13 {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .desktop_extralarge\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .desktop_extralarge\:py-15 {
        padding-top: 3.93rem;
        padding-bottom: 3.93rem;
    }

    .desktop_extralarge\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .desktop_extralarge\:py-18 {
        padding-top: 4.375rem;
        padding-bottom: 4.375rem;
    }

    .desktop_extralarge\:py-19 {
        padding-top: 76px;
        padding-bottom: 76px;
    }

    .desktop_extralarge\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .desktop_extralarge\:py-22 {
        padding-top: 5.625rem;
        padding-bottom: 5.625rem;
    }

    .desktop_extralarge\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .desktop_extralarge\:py-26 {
        padding-top: 6.6875rem;
        padding-bottom: 6.6875rem;
    }

    .desktop_extralarge\:py-28 {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    .desktop_extralarge\:py-30 {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .desktop_extralarge\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .desktop_extralarge\:py-36 {
        padding-top: 9rem;
        padding-bottom: 9rem;
    }

    .desktop_extralarge\:py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .desktop_extralarge\:py-44 {
        padding-top: 11rem;
        padding-bottom: 11rem;
    }

    .desktop_extralarge\:py-46 {
        padding-top: 11.5625rem;
        padding-bottom: 11.5625rem;
    }

    .desktop_extralarge\:py-48 {
        padding-top: 12rem;
        padding-bottom: 12rem;
    }

    .desktop_extralarge\:py-52 {
        padding-top: 13rem;
        padding-bottom: 13rem;
    }

    .desktop_extralarge\:py-56 {
        padding-top: 14rem;
        padding-bottom: 14rem;
    }

    .desktop_extralarge\:py-60 {
        padding-top: 15rem;
        padding-bottom: 15rem;
    }

    .desktop_extralarge\:py-64 {
        padding-top: 16rem;
        padding-bottom: 16rem;
    }

    .desktop_extralarge\:py-72 {
        padding-top: 18rem;
        padding-bottom: 18rem;
    }

    .desktop_extralarge\:py-80 {
        padding-top: 20rem;
        padding-bottom: 20rem;
    }

    .desktop_extralarge\:py-96 {
        padding-top: 24rem;
        padding-bottom: 24rem;
    }

    .desktop_extralarge\:py-px {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .desktop_extralarge\:py-0\.5 {
        padding-top: 0.125rem;
        padding-bottom: 0.125rem;
    }

    .desktop_extralarge\:py-1\.5 {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
    }

    .desktop_extralarge\:py-2\.5 {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }

    .desktop_extralarge\:py-3\.5 {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
    }

    .desktop_extralarge\:py-5p {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .desktop_extralarge\:py-10p {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .desktop_extralarge\:py-14p {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .desktop_extralarge\:py-15p {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .desktop_extralarge\:py-15_2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .desktop_extralarge\:py-16_1 {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .desktop_extralarge\:py-16p {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .desktop_extralarge\:py-25p {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .desktop_extralarge\:py-48p {
        padding-top: 48%;
        padding-bottom: 48%;
    }

    .desktop_extralarge\:py-52p {
        padding-top: 52%;
        padding-bottom: 52%;
    }

    .desktop_extralarge\:pt-0 {
        padding-top: 0px;
    }

    .desktop_extralarge\:pt-1 {
        padding-top: 0.25rem;
    }

    .desktop_extralarge\:pt-2 {
        padding-top: 0.5rem;
    }

    .desktop_extralarge\:pt-3 {
        padding-top: 0.75rem;
    }

    .desktop_extralarge\:pt-4 {
        padding-top: 1rem;
    }

    .desktop_extralarge\:pt-5 {
        padding-top: 1.25rem;
    }

    .desktop_extralarge\:pt-6 {
        padding-top: 1.5rem;
    }

    .desktop_extralarge\:pt-7 {
        padding-top: 1.75rem;
    }

    .desktop_extralarge\:pt-8 {
        padding-top: 2rem;
    }

    .desktop_extralarge\:pt-9 {
        padding-top: 2.25rem;
    }

    .desktop_extralarge\:pt-10 {
        padding-top: 2.5rem;
    }

    .desktop_extralarge\:pt-11 {
        padding-top: 2.75rem;
    }

    .desktop_extralarge\:pt-12 {
        padding-top: 3rem;
    }

    .desktop_extralarge\:pt-13 {
        padding-top: 52px;
    }

    .desktop_extralarge\:pt-14 {
        padding-top: 3.5rem;
    }

    .desktop_extralarge\:pt-15 {
        padding-top: 3.93rem;
    }

    .desktop_extralarge\:pt-16 {
        padding-top: 4rem;
    }

    .desktop_extralarge\:pt-18 {
        padding-top: 4.375rem;
    }

    .desktop_extralarge\:pt-19 {
        padding-top: 76px;
    }

    .desktop_extralarge\:pt-20 {
        padding-top: 5rem;
    }

    .desktop_extralarge\:pt-22 {
        padding-top: 5.625rem;
    }

    .desktop_extralarge\:pt-24 {
        padding-top: 6rem;
    }

    .desktop_extralarge\:pt-26 {
        padding-top: 6.6875rem;
    }

    .desktop_extralarge\:pt-28 {
        padding-top: 7rem;
    }

    .desktop_extralarge\:pt-30 {
        padding-top: 120px;
    }

    .desktop_extralarge\:pt-32 {
        padding-top: 8rem;
    }

    .desktop_extralarge\:pt-36 {
        padding-top: 9rem;
    }

    .desktop_extralarge\:pt-40 {
        padding-top: 10rem;
    }

    .desktop_extralarge\:pt-44 {
        padding-top: 11rem;
    }

    .desktop_extralarge\:pt-46 {
        padding-top: 11.5625rem;
    }

    .desktop_extralarge\:pt-48 {
        padding-top: 12rem;
    }

    .desktop_extralarge\:pt-52 {
        padding-top: 13rem;
    }

    .desktop_extralarge\:pt-56 {
        padding-top: 14rem;
    }

    .desktop_extralarge\:pt-60 {
        padding-top: 15rem;
    }

    .desktop_extralarge\:pt-64 {
        padding-top: 16rem;
    }

    .desktop_extralarge\:pt-72 {
        padding-top: 18rem;
    }

    .desktop_extralarge\:pt-80 {
        padding-top: 20rem;
    }

    .desktop_extralarge\:pt-96 {
        padding-top: 24rem;
    }

    .desktop_extralarge\:pt-px {
        padding-top: 1px;
    }

    .desktop_extralarge\:pt-0\.5 {
        padding-top: 0.125rem;
    }

    .desktop_extralarge\:pt-1\.5 {
        padding-top: 0.375rem;
    }

    .desktop_extralarge\:pt-2\.5 {
        padding-top: 0.625rem;
    }

    .desktop_extralarge\:pt-3\.5 {
        padding-top: 0.875rem;
    }

    .desktop_extralarge\:pt-5p {
        padding-top: 5px;
    }

    .desktop_extralarge\:pt-10p {
        padding-top: 10px;
    }

    .desktop_extralarge\:pt-14p {
        padding-top: 14px;
    }

    .desktop_extralarge\:pt-15p {
        padding-top: 15px;
    }

    .desktop_extralarge\:pt-15_2 {
        padding-top: 60px;
    }

    .desktop_extralarge\:pt-16_1 {
        padding-top: 52px;
    }

    .desktop_extralarge\:pt-16p {
        padding-top: 16px;
    }

    .desktop_extralarge\:pt-25p {
        padding-top: 25px;
    }

    .desktop_extralarge\:pt-48p {
        padding-top: 48%;
    }

    .desktop_extralarge\:pt-52p {
        padding-top: 52%;
    }

    .desktop_extralarge\:pr-0 {
        padding-right: 0px;
    }

    .desktop_extralarge\:pr-1 {
        padding-right: 0.25rem;
    }

    .desktop_extralarge\:pr-2 {
        padding-right: 0.5rem;
    }

    .desktop_extralarge\:pr-3 {
        padding-right: 0.75rem;
    }

    .desktop_extralarge\:pr-4 {
        padding-right: 1rem;
    }

    .desktop_extralarge\:pr-5 {
        padding-right: 1.25rem;
    }

    .desktop_extralarge\:pr-6 {
        padding-right: 1.5rem;
    }

    .desktop_extralarge\:pr-7 {
        padding-right: 1.75rem;
    }

    .desktop_extralarge\:pr-8 {
        padding-right: 2rem;
    }

    .desktop_extralarge\:pr-9 {
        padding-right: 2.25rem;
    }

    .desktop_extralarge\:pr-10 {
        padding-right: 2.5rem;
    }

    .desktop_extralarge\:pr-11 {
        padding-right: 2.75rem;
    }

    .desktop_extralarge\:pr-12 {
        padding-right: 3rem;
    }

    .desktop_extralarge\:pr-13 {
        padding-right: 52px;
    }

    .desktop_extralarge\:pr-14 {
        padding-right: 3.5rem;
    }

    .desktop_extralarge\:pr-15 {
        padding-right: 3.93rem;
    }

    .desktop_extralarge\:pr-16 {
        padding-right: 4rem;
    }

    .desktop_extralarge\:pr-18 {
        padding-right: 4.375rem;
    }

    .desktop_extralarge\:pr-19 {
        padding-right: 76px;
    }

    .desktop_extralarge\:pr-20 {
        padding-right: 5rem;
    }

    .desktop_extralarge\:pr-22 {
        padding-right: 5.625rem;
    }

    .desktop_extralarge\:pr-24 {
        padding-right: 6rem;
    }

    .desktop_extralarge\:pr-26 {
        padding-right: 6.6875rem;
    }

    .desktop_extralarge\:pr-28 {
        padding-right: 7rem;
    }

    .desktop_extralarge\:pr-30 {
        padding-right: 120px;
    }

    .desktop_extralarge\:pr-32 {
        padding-right: 8rem;
    }

    .desktop_extralarge\:pr-36 {
        padding-right: 9rem;
    }

    .desktop_extralarge\:pr-40 {
        padding-right: 10rem;
    }

    .desktop_extralarge\:pr-44 {
        padding-right: 11rem;
    }

    .desktop_extralarge\:pr-46 {
        padding-right: 11.5625rem;
    }

    .desktop_extralarge\:pr-48 {
        padding-right: 12rem;
    }

    .desktop_extralarge\:pr-52 {
        padding-right: 13rem;
    }

    .desktop_extralarge\:pr-56 {
        padding-right: 14rem;
    }

    .desktop_extralarge\:pr-60 {
        padding-right: 15rem;
    }

    .desktop_extralarge\:pr-64 {
        padding-right: 16rem;
    }

    .desktop_extralarge\:pr-72 {
        padding-right: 18rem;
    }

    .desktop_extralarge\:pr-80 {
        padding-right: 20rem;
    }

    .desktop_extralarge\:pr-96 {
        padding-right: 24rem;
    }

    .desktop_extralarge\:pr-px {
        padding-right: 1px;
    }

    .desktop_extralarge\:pr-0\.5 {
        padding-right: 0.125rem;
    }

    .desktop_extralarge\:pr-1\.5 {
        padding-right: 0.375rem;
    }

    .desktop_extralarge\:pr-2\.5 {
        padding-right: 0.625rem;
    }

    .desktop_extralarge\:pr-3\.5 {
        padding-right: 0.875rem;
    }

    .desktop_extralarge\:pr-5p {
        padding-right: 5px;
    }

    .desktop_extralarge\:pr-10p {
        padding-right: 10px;
    }

    .desktop_extralarge\:pr-14p {
        padding-right: 14px;
    }

    .desktop_extralarge\:pr-15p {
        padding-right: 15px;
    }

    .desktop_extralarge\:pr-15_2 {
        padding-right: 60px;
    }

    .desktop_extralarge\:pr-16_1 {
        padding-right: 52px;
    }

    .desktop_extralarge\:pr-16p {
        padding-right: 16px;
    }

    .desktop_extralarge\:pr-25p {
        padding-right: 25px;
    }

    .desktop_extralarge\:pr-48p {
        padding-right: 48%;
    }

    .desktop_extralarge\:pr-52p {
        padding-right: 52%;
    }

    .desktop_extralarge\:pb-0 {
        padding-bottom: 0px;
    }

    .desktop_extralarge\:pb-1 {
        padding-bottom: 0.25rem;
    }

    .desktop_extralarge\:pb-2 {
        padding-bottom: 0.5rem;
    }

    .desktop_extralarge\:pb-3 {
        padding-bottom: 0.75rem;
    }

    .desktop_extralarge\:pb-4 {
        padding-bottom: 1rem;
    }

    .desktop_extralarge\:pb-5 {
        padding-bottom: 1.25rem;
    }

    .desktop_extralarge\:pb-6 {
        padding-bottom: 1.5rem;
    }

    .desktop_extralarge\:pb-7 {
        padding-bottom: 1.75rem;
    }

    .desktop_extralarge\:pb-8 {
        padding-bottom: 2rem;
    }

    .desktop_extralarge\:pb-9 {
        padding-bottom: 2.25rem;
    }

    .desktop_extralarge\:pb-10 {
        padding-bottom: 2.5rem;
    }

    .desktop_extralarge\:pb-11 {
        padding-bottom: 2.75rem;
    }

    .desktop_extralarge\:pb-12 {
        padding-bottom: 3rem;
    }

    .desktop_extralarge\:pb-13 {
        padding-bottom: 52px;
    }

    .desktop_extralarge\:pb-14 {
        padding-bottom: 3.5rem;
    }

    .desktop_extralarge\:pb-15 {
        padding-bottom: 3.93rem;
    }

    .desktop_extralarge\:pb-16 {
        padding-bottom: 4rem;
    }

    .desktop_extralarge\:pb-18 {
        padding-bottom: 4.375rem;
    }

    .desktop_extralarge\:pb-19 {
        padding-bottom: 76px;
    }

    .desktop_extralarge\:pb-20 {
        padding-bottom: 5rem;
    }

    .desktop_extralarge\:pb-22 {
        padding-bottom: 5.625rem;
    }

    .desktop_extralarge\:pb-24 {
        padding-bottom: 6rem;
    }

    .desktop_extralarge\:pb-26 {
        padding-bottom: 6.6875rem;
    }

    .desktop_extralarge\:pb-28 {
        padding-bottom: 7rem;
    }

    .desktop_extralarge\:pb-30 {
        padding-bottom: 120px;
    }

    .desktop_extralarge\:pb-32 {
        padding-bottom: 8rem;
    }

    .desktop_extralarge\:pb-36 {
        padding-bottom: 9rem;
    }

    .desktop_extralarge\:pb-40 {
        padding-bottom: 10rem;
    }

    .desktop_extralarge\:pb-44 {
        padding-bottom: 11rem;
    }

    .desktop_extralarge\:pb-46 {
        padding-bottom: 11.5625rem;
    }

    .desktop_extralarge\:pb-48 {
        padding-bottom: 12rem;
    }

    .desktop_extralarge\:pb-52 {
        padding-bottom: 13rem;
    }

    .desktop_extralarge\:pb-56 {
        padding-bottom: 14rem;
    }

    .desktop_extralarge\:pb-60 {
        padding-bottom: 15rem;
    }

    .desktop_extralarge\:pb-64 {
        padding-bottom: 16rem;
    }

    .desktop_extralarge\:pb-72 {
        padding-bottom: 18rem;
    }

    .desktop_extralarge\:pb-80 {
        padding-bottom: 20rem;
    }

    .desktop_extralarge\:pb-96 {
        padding-bottom: 24rem;
    }

    .desktop_extralarge\:pb-px {
        padding-bottom: 1px;
    }

    .desktop_extralarge\:pb-0\.5 {
        padding-bottom: 0.125rem;
    }

    .desktop_extralarge\:pb-1\.5 {
        padding-bottom: 0.375rem;
    }

    .desktop_extralarge\:pb-2\.5 {
        padding-bottom: 0.625rem;
    }

    .desktop_extralarge\:pb-3\.5 {
        padding-bottom: 0.875rem;
    }

    .desktop_extralarge\:pb-5p {
        padding-bottom: 5px;
    }

    .desktop_extralarge\:pb-10p {
        padding-bottom: 10px;
    }

    .desktop_extralarge\:pb-14p {
        padding-bottom: 14px;
    }

    .desktop_extralarge\:pb-15p {
        padding-bottom: 15px;
    }

    .desktop_extralarge\:pb-15_2 {
        padding-bottom: 60px;
    }

    .desktop_extralarge\:pb-16_1 {
        padding-bottom: 52px;
    }

    .desktop_extralarge\:pb-16p {
        padding-bottom: 16px;
    }

    .desktop_extralarge\:pb-25p {
        padding-bottom: 25px;
    }

    .desktop_extralarge\:pb-48p {
        padding-bottom: 48%;
    }

    .desktop_extralarge\:pb-52p {
        padding-bottom: 52%;
    }

    .desktop_extralarge\:pl-0 {
        padding-left: 0px;
    }

    .desktop_extralarge\:pl-1 {
        padding-left: 0.25rem;
    }

    .desktop_extralarge\:pl-2 {
        padding-left: 0.5rem;
    }

    .desktop_extralarge\:pl-3 {
        padding-left: 0.75rem;
    }

    .desktop_extralarge\:pl-4 {
        padding-left: 1rem;
    }

    .desktop_extralarge\:pl-5 {
        padding-left: 1.25rem;
    }

    .desktop_extralarge\:pl-6 {
        padding-left: 1.5rem;
    }

    .desktop_extralarge\:pl-7 {
        padding-left: 1.75rem;
    }

    .desktop_extralarge\:pl-8 {
        padding-left: 2rem;
    }

    .desktop_extralarge\:pl-9 {
        padding-left: 2.25rem;
    }

    .desktop_extralarge\:pl-10 {
        padding-left: 2.5rem;
    }

    .desktop_extralarge\:pl-11 {
        padding-left: 2.75rem;
    }

    .desktop_extralarge\:pl-12 {
        padding-left: 3rem;
    }

    .desktop_extralarge\:pl-13 {
        padding-left: 52px;
    }

    .desktop_extralarge\:pl-14 {
        padding-left: 3.5rem;
    }

    .desktop_extralarge\:pl-15 {
        padding-left: 3.93rem;
    }

    .desktop_extralarge\:pl-16 {
        padding-left: 4rem;
    }

    .desktop_extralarge\:pl-18 {
        padding-left: 4.375rem;
    }

    .desktop_extralarge\:pl-19 {
        padding-left: 76px;
    }

    .desktop_extralarge\:pl-20 {
        padding-left: 5rem;
    }

    .desktop_extralarge\:pl-22 {
        padding-left: 5.625rem;
    }

    .desktop_extralarge\:pl-24 {
        padding-left: 6rem;
    }

    .desktop_extralarge\:pl-26 {
        padding-left: 6.6875rem;
    }

    .desktop_extralarge\:pl-28 {
        padding-left: 7rem;
    }

    .desktop_extralarge\:pl-30 {
        padding-left: 120px;
    }

    .desktop_extralarge\:pl-32 {
        padding-left: 8rem;
    }

    .desktop_extralarge\:pl-36 {
        padding-left: 9rem;
    }

    .desktop_extralarge\:pl-40 {
        padding-left: 10rem;
    }

    .desktop_extralarge\:pl-44 {
        padding-left: 11rem;
    }

    .desktop_extralarge\:pl-46 {
        padding-left: 11.5625rem;
    }

    .desktop_extralarge\:pl-48 {
        padding-left: 12rem;
    }

    .desktop_extralarge\:pl-52 {
        padding-left: 13rem;
    }

    .desktop_extralarge\:pl-56 {
        padding-left: 14rem;
    }

    .desktop_extralarge\:pl-60 {
        padding-left: 15rem;
    }

    .desktop_extralarge\:pl-64 {
        padding-left: 16rem;
    }

    .desktop_extralarge\:pl-72 {
        padding-left: 18rem;
    }

    .desktop_extralarge\:pl-80 {
        padding-left: 20rem;
    }

    .desktop_extralarge\:pl-96 {
        padding-left: 24rem;
    }

    .desktop_extralarge\:pl-px {
        padding-left: 1px;
    }

    .desktop_extralarge\:pl-0\.5 {
        padding-left: 0.125rem;
    }

    .desktop_extralarge\:pl-1\.5 {
        padding-left: 0.375rem;
    }

    .desktop_extralarge\:pl-2\.5 {
        padding-left: 0.625rem;
    }

    .desktop_extralarge\:pl-3\.5 {
        padding-left: 0.875rem;
    }

    .desktop_extralarge\:pl-5p {
        padding-left: 5px;
    }

    .desktop_extralarge\:pl-10p {
        padding-left: 10px;
    }

    .desktop_extralarge\:pl-14p {
        padding-left: 14px;
    }

    .desktop_extralarge\:pl-15p {
        padding-left: 15px;
    }

    .desktop_extralarge\:pl-15_2 {
        padding-left: 60px;
    }

    .desktop_extralarge\:pl-16_1 {
        padding-left: 52px;
    }

    .desktop_extralarge\:pl-16p {
        padding-left: 16px;
    }

    .desktop_extralarge\:pl-25p {
        padding-left: 25px;
    }

    .desktop_extralarge\:pl-48p {
        padding-left: 48%;
    }

    .desktop_extralarge\:pl-52p {
        padding-left: 52%;
    }

    .desktop_extralarge\:text-left {
        text-align: left;
    }

    .desktop_extralarge\:text-center {
        text-align: center;
    }

    .desktop_extralarge\:text-right {
        text-align: right;
    }

    .desktop_extralarge\:text-justify {
        text-align: justify;
    }

    .desktop_extralarge\:align-baseline {
        vertical-align: baseline;
    }

    .desktop_extralarge\:align-top {
        vertical-align: top;
    }

    .desktop_extralarge\:align-middle {
        vertical-align: middle;
    }

    .desktop_extralarge\:align-bottom {
        vertical-align: bottom;
    }

    .desktop_extralarge\:align-text-top {
        vertical-align: text-top;
    }

    .desktop_extralarge\:align-text-bottom {
        vertical-align: text-bottom;
    }

    .desktop_extralarge\: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";
    }

    .desktop_extralarge\:font-serif {
        font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    }

    .desktop_extralarge\:font-mono {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    }

    .desktop_extralarge\:font-body {
        font-family: "Red Hat Display";
    }

    .desktop_extralarge\:font-primary {
        font-family: "Noto Sans";
    }

    .desktop_extralarge\:font-secondary {
        font-family: "Montserrat";
    }

    .desktop_extralarge\:font-Helvetica_Bold {
        font-family: "Helvetica-Bold";
    }

    .desktop_extralarge\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }

    .desktop_extralarge\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .desktop_extralarge\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .desktop_extralarge\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .desktop_extralarge\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .desktop_extralarge\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .desktop_extralarge\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .desktop_extralarge\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .desktop_extralarge\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

    .desktop_extralarge\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }

    .desktop_extralarge\:text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }

    .desktop_extralarge\:text-8xl {
        font-size: 6rem;
        line-height: 1;
    }

    .desktop_extralarge\:text-9xl {
        font-size: 8rem;
        line-height: 1;
    }

    .desktop_extralarge\:text-10p {
        font-size: 0.625rem;
    }

    .desktop_extralarge\:text-50p {
        font-size: 3.125rem;
    }

    .desktop_extralarge\:text-40p {
        font-size: 2.5rem;
    }

    .desktop_extralarge\:text-8\.5xl {
        font-size: 7.5rem;
        line-height: 7.8rem;
    }

    .desktop_extralarge\:text-80p {
        font-size: 80px;
        line-height: 90px;
    }

    .desktop_extralarge\:font-thin {
        font-weight: 100;
    }

    .desktop_extralarge\:font-extralight {
        font-weight: 200;
    }

    .desktop_extralarge\:font-light {
        font-weight: 300;
    }

    .desktop_extralarge\:font-normal {
        font-weight: 400;
    }

    .desktop_extralarge\:font-medium {
        font-weight: 500;
    }

    .desktop_extralarge\:font-semibold {
        font-weight: 600;
    }

    .desktop_extralarge\:font-bold {
        font-weight: 700;
    }

    .desktop_extralarge\:font-extrabold {
        font-weight: 800;
    }

    .desktop_extralarge\:font-black {
        font-weight: 900;
    }

    .desktop_extralarge\:uppercase {
        text-transform: uppercase;
    }

    .desktop_extralarge\:lowercase {
        text-transform: lowercase;
    }

    .desktop_extralarge\:capitalize {
        text-transform: capitalize;
    }

    .desktop_extralarge\:normal-case {
        text-transform: none;
    }

    .desktop_extralarge\:italic {
        font-style: italic;
    }

    .desktop_extralarge\:not-italic {
        font-style: normal;
    }

    .desktop_extralarge\:ordinal,
    .desktop_extralarge\:slashed-zero,
    .desktop_extralarge\:lining-nums,
    .desktop_extralarge\:oldstyle-nums,
    .desktop_extralarge\:proportional-nums,
    .desktop_extralarge\:tabular-nums,
    .desktop_extralarge\:diagonal-fractions,
    .desktop_extralarge\:stacked-fractions {
        --tw-ordinal: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-slashed-zero: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-numeric-figure: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-numeric-spacing: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-numeric-fraction: var(--tw-empty,
                /*!*/
                /*!*/
            );
        font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
    }

    .desktop_extralarge\:normal-nums {
        font-variant-numeric: normal;
    }

    .desktop_extralarge\:ordinal {
        --tw-ordinal: ordinal;
    }

    .desktop_extralarge\:slashed-zero {
        --tw-slashed-zero: slashed-zero;
    }

    .desktop_extralarge\:lining-nums {
        --tw-numeric-figure: lining-nums;
    }

    .desktop_extralarge\:oldstyle-nums {
        --tw-numeric-figure: oldstyle-nums;
    }

    .desktop_extralarge\:proportional-nums {
        --tw-numeric-spacing: proportional-nums;
    }

    .desktop_extralarge\:tabular-nums {
        --tw-numeric-spacing: tabular-nums;
    }

    .desktop_extralarge\:diagonal-fractions {
        --tw-numeric-fraction: diagonal-fractions;
    }

    .desktop_extralarge\:stacked-fractions {
        --tw-numeric-fraction: stacked-fractions;
    }

    .desktop_extralarge\:leading-3 {
        line-height: .75rem;
    }

    .desktop_extralarge\:leading-4 {
        line-height: 1rem;
    }

    .desktop_extralarge\:leading-5 {
        line-height: 1.25rem;
    }

    .desktop_extralarge\:leading-6 {
        line-height: 1.5rem;
    }

    .desktop_extralarge\:leading-7 {
        line-height: 1.75rem;
    }

    .desktop_extralarge\:leading-8 {
        line-height: 2rem;
    }

    .desktop_extralarge\:leading-9 {
        line-height: 2.25rem;
    }

    .desktop_extralarge\:leading-10 {
        line-height: 2.5rem;
    }

    .desktop_extralarge\:leading-none {
        line-height: 1;
    }

    .desktop_extralarge\:leading-tight {
        line-height: 1.25;
    }

    .desktop_extralarge\:leading-snug {
        line-height: 1.375;
    }

    .desktop_extralarge\:leading-normal {
        line-height: 1.5;
    }

    .desktop_extralarge\:leading-relaxed {
        line-height: 1.625;
    }

    .desktop_extralarge\:leading-loose {
        line-height: 2;
    }

    .desktop_extralarge\:tracking-tightest {
        letter-spacing: -.075em;
    }

    .desktop_extralarge\:tracking-tighter {
        letter-spacing: -.05em;
    }

    .desktop_extralarge\:tracking-tight {
        letter-spacing: -.025em;
    }

    .desktop_extralarge\:tracking-normal {
        letter-spacing: 0;
    }

    .desktop_extralarge\:tracking-wide {
        letter-spacing: 1.5px;
    }

    .desktop_extralarge\:tracking-wider {
        letter-spacing: .05em;
    }

    .desktop_extralarge\:tracking-wider_lg {
        letter-spacing: .1em;
    }

    .desktop_extralarge\:tracking-widest {
        letter-spacing: .15em;
    }

    .desktop_extralarge\:text-transparent {
        color: transparent;
    }

    .desktop_extralarge\:text-current {
        color: currentColor;
    }

    .desktop_extralarge\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-yellow {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-green {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-blue {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-purple {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-pink {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-primary {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-secondary {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-body_bg {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-body_text {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-title {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-grey {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-dark_grey {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-light_grey {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-medium_grey {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-lightten_grey {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-grey_300 {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-grey_400 {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-medium_blue {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-dark_blue {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-text_blue {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-footer_bg {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-brown {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-dark_brown {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-Light_purple {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-dark_green {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-medium_green {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-light_green {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-green_900 {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-dark_border {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-transparent {
        color: transparent;
    }

    .group:hover .desktop_extralarge\:group-hover\:text-current {
        color: currentColor;
    }

    .group:hover .desktop_extralarge\:group-hover\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-yellow {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-green {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-blue {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-purple {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-pink {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-primary {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-secondary {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-body_bg {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-body_text {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-title {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-grey {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-dark_grey {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-light_grey {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-medium_grey {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-lightten_grey {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-grey_300 {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-grey_400 {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-medium_blue {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-dark_blue {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-text_blue {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-footer_bg {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-brown {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-dark_brown {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-Light_purple {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-dark_green {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-medium_green {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-light_green {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-green_900 {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .group:hover .desktop_extralarge\:group-hover\:text-dark_border {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-transparent:focus-within {
        color: transparent;
    }

    .desktop_extralarge\:focus-within\:text-current:focus-within {
        color: currentColor;
    }

    .desktop_extralarge\:focus-within\:text-black:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-white:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-gray-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-gray-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-gray-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-gray-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-gray-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-gray-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-gray-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-gray-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-gray-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-gray-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-red-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-red-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-red-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-red-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-red-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-red-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-red-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-red-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-red-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-red-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-yellow:focus-within {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-indigo-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-indigo-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-indigo-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-indigo-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-indigo-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-indigo-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-indigo-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-indigo-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-indigo-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-indigo-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-purple:focus-within {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-pink:focus-within {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-primary:focus-within {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-secondary:focus-within {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-body_bg:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-body_text:focus-within {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-title:focus-within {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-dark_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-light_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-medium_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-lightten_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-grey_300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-grey_400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-medium_blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-dark_blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-text_blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-footer_bg:focus-within {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-brown:focus-within {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-dark_brown:focus-within {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-Light_purple:focus-within {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-dark_green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-medium_green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-light_green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-green_900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus-within\:text-dark_border:focus-within {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-transparent:hover {
        color: transparent;
    }

    .desktop_extralarge\:hover\:text-current:hover {
        color: currentColor;
    }

    .desktop_extralarge\:hover\:text-black:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-white:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-gray-50:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-gray-100:hover {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-gray-200:hover {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-gray-300:hover {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-gray-400:hover {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-gray-500:hover {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-gray-600:hover {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-gray-700:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-gray-800:hover {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-gray-900:hover {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-red-50:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-red-100:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-red-200:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-red-300:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-red-400:hover {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-red-500:hover {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-red-600:hover {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-red-700:hover {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-red-800:hover {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-red-900:hover {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-yellow:hover {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-green:hover {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-blue:hover {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-indigo-50:hover {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-indigo-100:hover {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-indigo-200:hover {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-indigo-300:hover {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-indigo-400:hover {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-indigo-500:hover {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-indigo-600:hover {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-indigo-700:hover {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-indigo-800:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-indigo-900:hover {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-purple:hover {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-pink:hover {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-primary:hover {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-secondary:hover {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-body_bg:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-body_text:hover {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-title:hover {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-grey:hover {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-dark_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-light_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-medium_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-lightten_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-grey_300:hover {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-grey_400:hover {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-medium_blue:hover {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-dark_blue:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-text_blue:hover {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-footer_bg:hover {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-brown:hover {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-dark_brown:hover {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-Light_purple:hover {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-dark_green:hover {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-medium_green:hover {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-light_green:hover {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-green_900:hover {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .desktop_extralarge\:hover\:text-dark_border:hover {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-transparent:focus {
        color: transparent;
    }

    .desktop_extralarge\:focus\:text-current:focus {
        color: currentColor;
    }

    .desktop_extralarge\:focus\:text-black:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-white:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-gray-50:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-gray-100:focus {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-gray-200:focus {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-gray-300:focus {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-gray-400:focus {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-gray-500:focus {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-gray-600:focus {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-gray-700:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-gray-800:focus {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-gray-900:focus {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-red-50:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-red-100:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-red-200:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-red-300:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-red-400:focus {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-red-500:focus {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-red-600:focus {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-red-700:focus {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-red-800:focus {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-red-900:focus {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-yellow:focus {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-green:focus {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-blue:focus {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-indigo-50:focus {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-indigo-100:focus {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-indigo-200:focus {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-indigo-300:focus {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-indigo-400:focus {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-indigo-500:focus {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-indigo-600:focus {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-indigo-700:focus {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-indigo-800:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-indigo-900:focus {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-purple:focus {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-pink:focus {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-primary:focus {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-secondary:focus {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-body_bg:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-body_text:focus {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-title:focus {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-grey:focus {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-dark_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-light_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-medium_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-lightten_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-grey_300:focus {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-grey_400:focus {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-medium_blue:focus {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-dark_blue:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-text_blue:focus {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-footer_bg:focus {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-brown:focus {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-dark_brown:focus {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-Light_purple:focus {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-dark_green:focus {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-medium_green:focus {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-light_green:focus {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-green_900:focus {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .desktop_extralarge\:focus\:text-dark_border:focus {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .desktop_extralarge\:text-opacity-0 {
        --tw-text-opacity: 0;
    }

    .desktop_extralarge\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }

    .desktop_extralarge\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }

    .desktop_extralarge\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }

    .desktop_extralarge\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }

    .desktop_extralarge\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }

    .desktop_extralarge\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }

    .desktop_extralarge\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }

    .desktop_extralarge\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }

    .desktop_extralarge\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }

    .desktop_extralarge\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }

    .desktop_extralarge\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }

    .desktop_extralarge\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }

    .desktop_extralarge\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }

    .desktop_extralarge\:text-opacity-100 {
        --tw-text-opacity: 1;
    }

    .group:hover .desktop_extralarge\:group-hover\:text-opacity-0 {
        --tw-text-opacity: 0;
    }

    .group:hover .desktop_extralarge\:group-hover\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }

    .group:hover .desktop_extralarge\:group-hover\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }

    .group:hover .desktop_extralarge\:group-hover\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }

    .group:hover .desktop_extralarge\:group-hover\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }

    .group:hover .desktop_extralarge\:group-hover\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }

    .group:hover .desktop_extralarge\:group-hover\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }

    .group:hover .desktop_extralarge\:group-hover\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }

    .group:hover .desktop_extralarge\:group-hover\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }

    .group:hover .desktop_extralarge\:group-hover\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }

    .group:hover .desktop_extralarge\:group-hover\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }

    .group:hover .desktop_extralarge\:group-hover\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }

    .group:hover .desktop_extralarge\:group-hover\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }

    .group:hover .desktop_extralarge\:group-hover\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }

    .group:hover .desktop_extralarge\:group-hover\:text-opacity-100 {
        --tw-text-opacity: 1;
    }

    .desktop_extralarge\:focus-within\:text-opacity-0:focus-within {
        --tw-text-opacity: 0;
    }

    .desktop_extralarge\:focus-within\:text-opacity-5:focus-within {
        --tw-text-opacity: 0.05;
    }

    .desktop_extralarge\:focus-within\:text-opacity-10:focus-within {
        --tw-text-opacity: 0.1;
    }

    .desktop_extralarge\:focus-within\:text-opacity-20:focus-within {
        --tw-text-opacity: 0.2;
    }

    .desktop_extralarge\:focus-within\:text-opacity-25:focus-within {
        --tw-text-opacity: 0.25;
    }

    .desktop_extralarge\:focus-within\:text-opacity-30:focus-within {
        --tw-text-opacity: 0.3;
    }

    .desktop_extralarge\:focus-within\:text-opacity-40:focus-within {
        --tw-text-opacity: 0.4;
    }

    .desktop_extralarge\:focus-within\:text-opacity-50:focus-within {
        --tw-text-opacity: 0.5;
    }

    .desktop_extralarge\:focus-within\:text-opacity-60:focus-within {
        --tw-text-opacity: 0.6;
    }

    .desktop_extralarge\:focus-within\:text-opacity-70:focus-within {
        --tw-text-opacity: 0.7;
    }

    .desktop_extralarge\:focus-within\:text-opacity-75:focus-within {
        --tw-text-opacity: 0.75;
    }

    .desktop_extralarge\:focus-within\:text-opacity-80:focus-within {
        --tw-text-opacity: 0.8;
    }

    .desktop_extralarge\:focus-within\:text-opacity-90:focus-within {
        --tw-text-opacity: 0.9;
    }

    .desktop_extralarge\:focus-within\:text-opacity-95:focus-within {
        --tw-text-opacity: 0.95;
    }

    .desktop_extralarge\:focus-within\:text-opacity-100:focus-within {
        --tw-text-opacity: 1;
    }

    .desktop_extralarge\:hover\:text-opacity-0:hover {
        --tw-text-opacity: 0;
    }

    .desktop_extralarge\:hover\:text-opacity-5:hover {
        --tw-text-opacity: 0.05;
    }

    .desktop_extralarge\:hover\:text-opacity-10:hover {
        --tw-text-opacity: 0.1;
    }

    .desktop_extralarge\:hover\:text-opacity-20:hover {
        --tw-text-opacity: 0.2;
    }

    .desktop_extralarge\:hover\:text-opacity-25:hover {
        --tw-text-opacity: 0.25;
    }

    .desktop_extralarge\:hover\:text-opacity-30:hover {
        --tw-text-opacity: 0.3;
    }

    .desktop_extralarge\:hover\:text-opacity-40:hover {
        --tw-text-opacity: 0.4;
    }

    .desktop_extralarge\:hover\:text-opacity-50:hover {
        --tw-text-opacity: 0.5;
    }

    .desktop_extralarge\:hover\:text-opacity-60:hover {
        --tw-text-opacity: 0.6;
    }

    .desktop_extralarge\:hover\:text-opacity-70:hover {
        --tw-text-opacity: 0.7;
    }

    .desktop_extralarge\:hover\:text-opacity-75:hover {
        --tw-text-opacity: 0.75;
    }

    .desktop_extralarge\:hover\:text-opacity-80:hover {
        --tw-text-opacity: 0.8;
    }

    .desktop_extralarge\:hover\:text-opacity-90:hover {
        --tw-text-opacity: 0.9;
    }

    .desktop_extralarge\:hover\:text-opacity-95:hover {
        --tw-text-opacity: 0.95;
    }

    .desktop_extralarge\:hover\:text-opacity-100:hover {
        --tw-text-opacity: 1;
    }

    .desktop_extralarge\:focus\:text-opacity-0:focus {
        --tw-text-opacity: 0;
    }

    .desktop_extralarge\:focus\:text-opacity-5:focus {
        --tw-text-opacity: 0.05;
    }

    .desktop_extralarge\:focus\:text-opacity-10:focus {
        --tw-text-opacity: 0.1;
    }

    .desktop_extralarge\:focus\:text-opacity-20:focus {
        --tw-text-opacity: 0.2;
    }

    .desktop_extralarge\:focus\:text-opacity-25:focus {
        --tw-text-opacity: 0.25;
    }

    .desktop_extralarge\:focus\:text-opacity-30:focus {
        --tw-text-opacity: 0.3;
    }

    .desktop_extralarge\:focus\:text-opacity-40:focus {
        --tw-text-opacity: 0.4;
    }

    .desktop_extralarge\:focus\:text-opacity-50:focus {
        --tw-text-opacity: 0.5;
    }

    .desktop_extralarge\:focus\:text-opacity-60:focus {
        --tw-text-opacity: 0.6;
    }

    .desktop_extralarge\:focus\:text-opacity-70:focus {
        --tw-text-opacity: 0.7;
    }

    .desktop_extralarge\:focus\:text-opacity-75:focus {
        --tw-text-opacity: 0.75;
    }

    .desktop_extralarge\:focus\:text-opacity-80:focus {
        --tw-text-opacity: 0.8;
    }

    .desktop_extralarge\:focus\:text-opacity-90:focus {
        --tw-text-opacity: 0.9;
    }

    .desktop_extralarge\:focus\:text-opacity-95:focus {
        --tw-text-opacity: 0.95;
    }

    .desktop_extralarge\:focus\:text-opacity-100:focus {
        --tw-text-opacity: 1;
    }

    .desktop_extralarge\:underline {
        text-decoration: underline;
    }

    .desktop_extralarge\:line-through {
        text-decoration: line-through;
    }

    .desktop_extralarge\:no-underline {
        text-decoration: none;
    }

    .group:hover .desktop_extralarge\:group-hover\:underline {
        text-decoration: underline;
    }

    .group:hover .desktop_extralarge\:group-hover\:line-through {
        text-decoration: line-through;
    }

    .group:hover .desktop_extralarge\:group-hover\:no-underline {
        text-decoration: none;
    }

    .desktop_extralarge\:focus-within\:underline:focus-within {
        text-decoration: underline;
    }

    .desktop_extralarge\:focus-within\:line-through:focus-within {
        text-decoration: line-through;
    }

    .desktop_extralarge\:focus-within\:no-underline:focus-within {
        text-decoration: none;
    }

    .desktop_extralarge\:hover\:underline:hover {
        text-decoration: underline;
    }

    .desktop_extralarge\:hover\:line-through:hover {
        text-decoration: line-through;
    }

    .desktop_extralarge\:hover\:no-underline:hover {
        text-decoration: none;
    }

    .desktop_extralarge\:focus\:underline:focus {
        text-decoration: underline;
    }

    .desktop_extralarge\:focus\:line-through:focus {
        text-decoration: line-through;
    }

    .desktop_extralarge\:focus\:no-underline:focus {
        text-decoration: none;
    }

    .desktop_extralarge\:antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .desktop_extralarge\:subpixel-antialiased {
        -webkit-font-smoothing: auto;
        -moz-osx-font-smoothing: auto;
    }

    .desktop_extralarge\:placeholder-transparent::-moz-placeholder {
        color: transparent;
    }

    .desktop_extralarge\:placeholder-transparent:-ms-input-placeholder {
        color: transparent;
    }

    .desktop_extralarge\:placeholder-transparent::placeholder {
        color: transparent;
    }

    .desktop_extralarge\:placeholder-current::-moz-placeholder {
        color: currentColor;
    }

    .desktop_extralarge\:placeholder-current:-ms-input-placeholder {
        color: currentColor;
    }

    .desktop_extralarge\:placeholder-current::placeholder {
        color: currentColor;
    }

    .desktop_extralarge\:placeholder-black::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-black:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-black::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-white::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-white:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-white::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-gray-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-gray-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-gray-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-gray-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-gray-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-gray-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-gray-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-gray-200:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-gray-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-gray-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-gray-300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-gray-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-gray-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-gray-400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-gray-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-gray-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-gray-500:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-gray-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-gray-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-gray-600:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-gray-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-gray-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-gray-700:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-gray-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-gray-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-gray-800:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-gray-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-gray-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-gray-900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-gray-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-red-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-red-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-red-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-red-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-red-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-red-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-red-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-red-200:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-red-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-red-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-red-300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-red-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-red-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-red-400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-red-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-red-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-red-500:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-red-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-red-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-red-600:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-red-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-red-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-red-700:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-red-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-red-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-red-800:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-red-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-red-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-red-900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-red-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-yellow::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-yellow:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-yellow::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-indigo-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-indigo-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-indigo-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-indigo-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-indigo-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-indigo-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-indigo-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-indigo-200:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-indigo-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-indigo-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-indigo-300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-indigo-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-indigo-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-indigo-400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-indigo-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-indigo-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-indigo-500:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-indigo-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-indigo-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-indigo-600:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-indigo-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-indigo-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-indigo-700:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-indigo-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-indigo-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-indigo-800:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-indigo-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-indigo-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-indigo-900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-indigo-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-purple::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-purple:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-purple::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-pink::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-pink:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-pink::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-primary::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-primary:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-primary::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-secondary::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-secondary:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-secondary::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-body_bg::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-body_bg:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-body_bg::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-body_text::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-body_text:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-body_text::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-title::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-title:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-title::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-dark_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-dark_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-dark_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-light_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-light_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-light_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-medium_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-medium_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-medium_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-lightten_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-lightten_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-lightten_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-grey_300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-grey_300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-grey_300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-grey_400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-grey_400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-grey_400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-medium_blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-medium_blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-medium_blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-dark_blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-dark_blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-dark_blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-text_blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-text_blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-text_blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-footer_bg::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-footer_bg:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-footer_bg::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-brown::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-brown:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-brown::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-dark_brown::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-dark_brown:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-dark_brown::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-Light_purple::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-Light_purple:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-Light_purple::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-dark_green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-dark_green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-dark_green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-medium_green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-medium_green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-medium_green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-light_green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-light_green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-light_green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-green_900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-green_900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-green_900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-dark_border::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-dark_border:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-dark_border::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-transparent:focus::-moz-placeholder {
        color: transparent;
    }

    .desktop_extralarge\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
        color: transparent;
    }

    .desktop_extralarge\:focus\:placeholder-transparent:focus::placeholder {
        color: transparent;
    }

    .desktop_extralarge\:focus\:placeholder-current:focus::-moz-placeholder {
        color: currentColor;
    }

    .desktop_extralarge\:focus\:placeholder-current:focus:-ms-input-placeholder {
        color: currentColor;
    }

    .desktop_extralarge\:focus\:placeholder-current:focus::placeholder {
        color: currentColor;
    }

    .desktop_extralarge\:focus\:placeholder-black:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-black:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-black:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-white:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-white:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-white:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-gray-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-gray-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-gray-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-gray-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-gray-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-gray-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-gray-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-gray-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-gray-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-gray-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-gray-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-gray-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-gray-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-gray-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-gray-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-gray-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-gray-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-gray-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-gray-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-gray-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-gray-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-red-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-red-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-red-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-red-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-red-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-red-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-red-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-red-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-red-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-red-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-red-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-red-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-red-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-red-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-red-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-red-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-red-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-red-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-red-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-red-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-red-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-yellow:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-yellow:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-indigo-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-indigo-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-indigo-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-indigo-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-indigo-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-indigo-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-indigo-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-indigo-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-indigo-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-indigo-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-purple:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-purple:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-purple:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-pink:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-pink:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-pink:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-primary:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-primary:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-primary:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-secondary:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-secondary:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-secondary:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-body_bg:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-body_bg:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-body_bg:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-body_text:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-body_text:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-body_text:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-title:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-title:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-title:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-dark_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-dark_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-dark_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-light_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-light_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-light_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-medium_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-medium_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-medium_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-lightten_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-lightten_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-lightten_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-grey_300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-grey_300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-grey_300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-grey_400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-grey_400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-grey_400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-medium_blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-medium_blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-medium_blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-dark_blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-dark_blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-dark_blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-text_blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-text_blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-text_blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-footer_bg:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-footer_bg:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-footer_bg:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-brown:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-brown:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-brown:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-dark_brown:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-dark_brown:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-dark_brown:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-Light_purple:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-Light_purple:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-Light_purple:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-dark_green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-dark_green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-dark_green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-medium_green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-medium_green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-medium_green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-light_green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-light_green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-light_green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-green_900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-green_900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-green_900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-dark_border:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-dark_border:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:focus\:placeholder-dark_border:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .desktop_extralarge\:placeholder-opacity-0::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .desktop_extralarge\:placeholder-opacity-0:-ms-input-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .desktop_extralarge\:placeholder-opacity-0::placeholder {
        --tw-placeholder-opacity: 0;
    }

    .desktop_extralarge\:placeholder-opacity-5::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .desktop_extralarge\:placeholder-opacity-5:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .desktop_extralarge\:placeholder-opacity-5::placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .desktop_extralarge\:placeholder-opacity-10::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .desktop_extralarge\:placeholder-opacity-10:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .desktop_extralarge\:placeholder-opacity-10::placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .desktop_extralarge\:placeholder-opacity-20::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .desktop_extralarge\:placeholder-opacity-20:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .desktop_extralarge\:placeholder-opacity-20::placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .desktop_extralarge\:placeholder-opacity-25::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .desktop_extralarge\:placeholder-opacity-25:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .desktop_extralarge\:placeholder-opacity-25::placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .desktop_extralarge\:placeholder-opacity-30::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .desktop_extralarge\:placeholder-opacity-30:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .desktop_extralarge\:placeholder-opacity-30::placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .desktop_extralarge\:placeholder-opacity-40::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .desktop_extralarge\:placeholder-opacity-40:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .desktop_extralarge\:placeholder-opacity-40::placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .desktop_extralarge\:placeholder-opacity-50::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .desktop_extralarge\:placeholder-opacity-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .desktop_extralarge\:placeholder-opacity-50::placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .desktop_extralarge\:placeholder-opacity-60::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .desktop_extralarge\:placeholder-opacity-60:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .desktop_extralarge\:placeholder-opacity-60::placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .desktop_extralarge\:placeholder-opacity-70::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .desktop_extralarge\:placeholder-opacity-70:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .desktop_extralarge\:placeholder-opacity-70::placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .desktop_extralarge\:placeholder-opacity-75::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .desktop_extralarge\:placeholder-opacity-75:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .desktop_extralarge\:placeholder-opacity-75::placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .desktop_extralarge\:placeholder-opacity-80::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .desktop_extralarge\:placeholder-opacity-80:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .desktop_extralarge\:placeholder-opacity-80::placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .desktop_extralarge\:placeholder-opacity-90::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .desktop_extralarge\:placeholder-opacity-90:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .desktop_extralarge\:placeholder-opacity-90::placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .desktop_extralarge\:placeholder-opacity-95::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .desktop_extralarge\:placeholder-opacity-95:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .desktop_extralarge\:placeholder-opacity-95::placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .desktop_extralarge\:placeholder-opacity-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .desktop_extralarge\:placeholder-opacity-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .desktop_extralarge\:placeholder-opacity-100::placeholder {
        --tw-placeholder-opacity: 1;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-0:focus::placeholder {
        --tw-placeholder-opacity: 0;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-5:focus::placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-10:focus::placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-20:focus::placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-25:focus::placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-30:focus::placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-40:focus::placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-50:focus::placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-60:focus::placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-70:focus::placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-75:focus::placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-80:focus::placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-90:focus::placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-95:focus::placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .desktop_extralarge\:focus\:placeholder-opacity-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
    }

    .desktop_extralarge\:opacity-0 {
        opacity: 0;
    }

    .desktop_extralarge\:opacity-5 {
        opacity: 0.05;
    }

    .desktop_extralarge\:opacity-10 {
        opacity: 0.1;
    }

    .desktop_extralarge\:opacity-20 {
        opacity: 0.2;
    }

    .desktop_extralarge\:opacity-25 {
        opacity: 0.25;
    }

    .desktop_extralarge\:opacity-30 {
        opacity: 0.3;
    }

    .desktop_extralarge\:opacity-40 {
        opacity: 0.4;
    }

    .desktop_extralarge\:opacity-50 {
        opacity: 0.5;
    }

    .desktop_extralarge\:opacity-60 {
        opacity: 0.6;
    }

    .desktop_extralarge\:opacity-70 {
        opacity: 0.7;
    }

    .desktop_extralarge\:opacity-75 {
        opacity: 0.75;
    }

    .desktop_extralarge\:opacity-80 {
        opacity: 0.8;
    }

    .desktop_extralarge\:opacity-90 {
        opacity: 0.9;
    }

    .desktop_extralarge\:opacity-95 {
        opacity: 0.95;
    }

    .desktop_extralarge\:opacity-100 {
        opacity: 1;
    }

    .group:hover .desktop_extralarge\:group-hover\:opacity-0 {
        opacity: 0;
    }

    .group:hover .desktop_extralarge\:group-hover\:opacity-5 {
        opacity: 0.05;
    }

    .group:hover .desktop_extralarge\:group-hover\:opacity-10 {
        opacity: 0.1;
    }

    .group:hover .desktop_extralarge\:group-hover\:opacity-20 {
        opacity: 0.2;
    }

    .group:hover .desktop_extralarge\:group-hover\:opacity-25 {
        opacity: 0.25;
    }

    .group:hover .desktop_extralarge\:group-hover\:opacity-30 {
        opacity: 0.3;
    }

    .group:hover .desktop_extralarge\:group-hover\:opacity-40 {
        opacity: 0.4;
    }

    .group:hover .desktop_extralarge\:group-hover\:opacity-50 {
        opacity: 0.5;
    }

    .group:hover .desktop_extralarge\:group-hover\:opacity-60 {
        opacity: 0.6;
    }

    .group:hover .desktop_extralarge\:group-hover\:opacity-70 {
        opacity: 0.7;
    }

    .group:hover .desktop_extralarge\:group-hover\:opacity-75 {
        opacity: 0.75;
    }

    .group:hover .desktop_extralarge\:group-hover\:opacity-80 {
        opacity: 0.8;
    }

    .group:hover .desktop_extralarge\:group-hover\:opacity-90 {
        opacity: 0.9;
    }

    .group:hover .desktop_extralarge\:group-hover\:opacity-95 {
        opacity: 0.95;
    }

    .group:hover .desktop_extralarge\:group-hover\:opacity-100 {
        opacity: 1;
    }

    .desktop_extralarge\:focus-within\:opacity-0:focus-within {
        opacity: 0;
    }

    .desktop_extralarge\:focus-within\:opacity-5:focus-within {
        opacity: 0.05;
    }

    .desktop_extralarge\:focus-within\:opacity-10:focus-within {
        opacity: 0.1;
    }

    .desktop_extralarge\:focus-within\:opacity-20:focus-within {
        opacity: 0.2;
    }

    .desktop_extralarge\:focus-within\:opacity-25:focus-within {
        opacity: 0.25;
    }

    .desktop_extralarge\:focus-within\:opacity-30:focus-within {
        opacity: 0.3;
    }

    .desktop_extralarge\:focus-within\:opacity-40:focus-within {
        opacity: 0.4;
    }

    .desktop_extralarge\:focus-within\:opacity-50:focus-within {
        opacity: 0.5;
    }

    .desktop_extralarge\:focus-within\:opacity-60:focus-within {
        opacity: 0.6;
    }

    .desktop_extralarge\:focus-within\:opacity-70:focus-within {
        opacity: 0.7;
    }

    .desktop_extralarge\:focus-within\:opacity-75:focus-within {
        opacity: 0.75;
    }

    .desktop_extralarge\:focus-within\:opacity-80:focus-within {
        opacity: 0.8;
    }

    .desktop_extralarge\:focus-within\:opacity-90:focus-within {
        opacity: 0.9;
    }

    .desktop_extralarge\:focus-within\:opacity-95:focus-within {
        opacity: 0.95;
    }

    .desktop_extralarge\:focus-within\:opacity-100:focus-within {
        opacity: 1;
    }

    .desktop_extralarge\:hover\:opacity-0:hover {
        opacity: 0;
    }

    .desktop_extralarge\:hover\:opacity-5:hover {
        opacity: 0.05;
    }

    .desktop_extralarge\:hover\:opacity-10:hover {
        opacity: 0.1;
    }

    .desktop_extralarge\:hover\:opacity-20:hover {
        opacity: 0.2;
    }

    .desktop_extralarge\:hover\:opacity-25:hover {
        opacity: 0.25;
    }

    .desktop_extralarge\:hover\:opacity-30:hover {
        opacity: 0.3;
    }

    .desktop_extralarge\:hover\:opacity-40:hover {
        opacity: 0.4;
    }

    .desktop_extralarge\:hover\:opacity-50:hover {
        opacity: 0.5;
    }

    .desktop_extralarge\:hover\:opacity-60:hover {
        opacity: 0.6;
    }

    .desktop_extralarge\:hover\:opacity-70:hover {
        opacity: 0.7;
    }

    .desktop_extralarge\:hover\:opacity-75:hover {
        opacity: 0.75;
    }

    .desktop_extralarge\:hover\:opacity-80:hover {
        opacity: 0.8;
    }

    .desktop_extralarge\:hover\:opacity-90:hover {
        opacity: 0.9;
    }

    .desktop_extralarge\:hover\:opacity-95:hover {
        opacity: 0.95;
    }

    .desktop_extralarge\:hover\:opacity-100:hover {
        opacity: 1;
    }

    .desktop_extralarge\:focus\:opacity-0:focus {
        opacity: 0;
    }

    .desktop_extralarge\:focus\:opacity-5:focus {
        opacity: 0.05;
    }

    .desktop_extralarge\:focus\:opacity-10:focus {
        opacity: 0.1;
    }

    .desktop_extralarge\:focus\:opacity-20:focus {
        opacity: 0.2;
    }

    .desktop_extralarge\:focus\:opacity-25:focus {
        opacity: 0.25;
    }

    .desktop_extralarge\:focus\:opacity-30:focus {
        opacity: 0.3;
    }

    .desktop_extralarge\:focus\:opacity-40:focus {
        opacity: 0.4;
    }

    .desktop_extralarge\:focus\:opacity-50:focus {
        opacity: 0.5;
    }

    .desktop_extralarge\:focus\:opacity-60:focus {
        opacity: 0.6;
    }

    .desktop_extralarge\:focus\:opacity-70:focus {
        opacity: 0.7;
    }

    .desktop_extralarge\:focus\:opacity-75:focus {
        opacity: 0.75;
    }

    .desktop_extralarge\:focus\:opacity-80:focus {
        opacity: 0.8;
    }

    .desktop_extralarge\:focus\:opacity-90:focus {
        opacity: 0.9;
    }

    .desktop_extralarge\:focus\:opacity-95:focus {
        opacity: 0.95;
    }

    .desktop_extralarge\:focus\:opacity-100:focus {
        opacity: 1;
    }

    .desktop_extralarge\:bg-blend-normal {
        background-blend-mode: normal;
    }

    .desktop_extralarge\:bg-blend-multiply {
        background-blend-mode: multiply;
    }

    .desktop_extralarge\:bg-blend-screen {
        background-blend-mode: screen;
    }

    .desktop_extralarge\:bg-blend-overlay {
        background-blend-mode: overlay;
    }

    .desktop_extralarge\:bg-blend-darken {
        background-blend-mode: darken;
    }

    .desktop_extralarge\:bg-blend-lighten {
        background-blend-mode: lighten;
    }

    .desktop_extralarge\:bg-blend-color-dodge {
        background-blend-mode: color-dodge;
    }

    .desktop_extralarge\:bg-blend-color-burn {
        background-blend-mode: color-burn;
    }

    .desktop_extralarge\:bg-blend-hard-light {
        background-blend-mode: hard-light;
    }

    .desktop_extralarge\:bg-blend-soft-light {
        background-blend-mode: soft-light;
    }

    .desktop_extralarge\:bg-blend-difference {
        background-blend-mode: difference;
    }

    .desktop_extralarge\:bg-blend-exclusion {
        background-blend-mode: exclusion;
    }

    .desktop_extralarge\:bg-blend-hue {
        background-blend-mode: hue;
    }

    .desktop_extralarge\:bg-blend-saturation {
        background-blend-mode: saturation;
    }

    .desktop_extralarge\:bg-blend-color {
        background-blend-mode: color;
    }

    .desktop_extralarge\:bg-blend-luminosity {
        background-blend-mode: luminosity;
    }

    .desktop_extralarge\:mix-blend-normal {
        mix-blend-mode: normal;
    }

    .desktop_extralarge\:mix-blend-multiply {
        mix-blend-mode: multiply;
    }

    .desktop_extralarge\:mix-blend-screen {
        mix-blend-mode: screen;
    }

    .desktop_extralarge\:mix-blend-overlay {
        mix-blend-mode: overlay;
    }

    .desktop_extralarge\:mix-blend-darken {
        mix-blend-mode: darken;
    }

    .desktop_extralarge\:mix-blend-lighten {
        mix-blend-mode: lighten;
    }

    .desktop_extralarge\:mix-blend-color-dodge {
        mix-blend-mode: color-dodge;
    }

    .desktop_extralarge\:mix-blend-color-burn {
        mix-blend-mode: color-burn;
    }

    .desktop_extralarge\:mix-blend-hard-light {
        mix-blend-mode: hard-light;
    }

    .desktop_extralarge\:mix-blend-soft-light {
        mix-blend-mode: soft-light;
    }

    .desktop_extralarge\:mix-blend-difference {
        mix-blend-mode: difference;
    }

    .desktop_extralarge\:mix-blend-exclusion {
        mix-blend-mode: exclusion;
    }

    .desktop_extralarge\:mix-blend-hue {
        mix-blend-mode: hue;
    }

    .desktop_extralarge\:mix-blend-saturation {
        mix-blend-mode: saturation;
    }

    .desktop_extralarge\:mix-blend-color {
        mix-blend-mode: color;
    }

    .desktop_extralarge\:mix-blend-luminosity {
        mix-blend-mode: luminosity;
    }

    .desktop_extralarge\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_extralarge\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_extralarge\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_extralarge\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_extralarge\:shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_extralarge\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_extralarge\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_extralarge\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .desktop_extralarge\:group-hover\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .desktop_extralarge\:group-hover\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .desktop_extralarge\:group-hover\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .desktop_extralarge\:group-hover\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .desktop_extralarge\:group-hover\:shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .desktop_extralarge\:group-hover\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .desktop_extralarge\:group-hover\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .desktop_extralarge\:group-hover\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_extralarge\:focus-within\:shadow-sm:focus-within {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_extralarge\:focus-within\:shadow:focus-within {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_extralarge\:focus-within\:shadow-md:focus-within {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_extralarge\:focus-within\:shadow-lg:focus-within {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_extralarge\:focus-within\:shadow-xl:focus-within {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_extralarge\:focus-within\:shadow-2xl:focus-within {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_extralarge\:focus-within\:shadow-inner:focus-within {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_extralarge\:focus-within\:shadow-none:focus-within {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_extralarge\:hover\:shadow-sm:hover {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_extralarge\:hover\:shadow:hover {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_extralarge\:hover\:shadow-md:hover {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_extralarge\:hover\:shadow-lg:hover {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_extralarge\:hover\:shadow-xl:hover {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_extralarge\:hover\:shadow-2xl:hover {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_extralarge\:hover\:shadow-inner:hover {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_extralarge\:hover\:shadow-none:hover {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_extralarge\:focus\:shadow-sm:focus {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_extralarge\:focus\:shadow:focus {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_extralarge\:focus\:shadow-md:focus {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_extralarge\:focus\:shadow-lg:focus {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_extralarge\:focus\:shadow-xl:focus {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_extralarge\:focus\:shadow-2xl:focus {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_extralarge\:focus\:shadow-inner:focus {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_extralarge\:focus\:shadow-none:focus {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_extralarge\:outline-none {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .desktop_extralarge\:outline-white {
        outline: 2px dotted white;
        outline-offset: 2px;
    }

    .desktop_extralarge\:outline-black {
        outline: 2px dotted black;
        outline-offset: 2px;
    }

    .desktop_extralarge\:focus-within\:outline-none:focus-within {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .desktop_extralarge\:focus-within\:outline-white:focus-within {
        outline: 2px dotted white;
        outline-offset: 2px;
    }

    .desktop_extralarge\:focus-within\:outline-black:focus-within {
        outline: 2px dotted black;
        outline-offset: 2px;
    }

    .desktop_extralarge\:focus\:outline-none:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .desktop_extralarge\:focus\:outline-white:focus {
        outline: 2px dotted white;
        outline-offset: 2px;
    }

    .desktop_extralarge\:focus\:outline-black:focus {
        outline: 2px dotted black;
        outline-offset: 2px;
    }

    .desktop_extralarge\:ring-0 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_extralarge\:ring-1 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_extralarge\:ring-2 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_extralarge\:ring-4 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_extralarge\:ring-8 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_extralarge\:ring {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_extralarge\:focus-within\:ring-0:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_extralarge\:focus-within\:ring-1:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_extralarge\:focus-within\:ring-2:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_extralarge\:focus-within\:ring-4:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_extralarge\:focus-within\:ring-8:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_extralarge\:focus-within\:ring:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_extralarge\:focus\:ring-0:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_extralarge\:focus\:ring-1:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_extralarge\:focus\:ring-2:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_extralarge\:focus\:ring-4:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_extralarge\:focus\:ring-8:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_extralarge\:focus\:ring:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_extralarge\:ring-inset {
        --tw-ring-inset: inset;
    }

    .desktop_extralarge\:focus-within\:ring-inset:focus-within {
        --tw-ring-inset: inset;
    }

    .desktop_extralarge\:focus\:ring-inset:focus {
        --tw-ring-inset: inset;
    }

    .desktop_extralarge\:ring-transparent {
        --tw-ring-color: transparent;
    }

    .desktop_extralarge\:ring-current {
        --tw-ring-color: currentColor;
    }

    .desktop_extralarge\:ring-black {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-white {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-gray-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-gray-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-gray-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-gray-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-gray-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-gray-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-gray-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-gray-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-gray-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-gray-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-red-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-red-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-red-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-red-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-red-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-red-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-red-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-red-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-red-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-red-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-yellow {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 145, 67, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(123, 188, 0, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 164, 220, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-indigo-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-indigo-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-indigo-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-indigo-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-indigo-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-indigo-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-indigo-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-indigo-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-indigo-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-indigo-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-purple {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(104, 71, 195, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-pink {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(133, 7, 55, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-primary {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 110, 110, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-secondary {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-body_bg {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-body_text {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-title {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(82, 74, 81, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-dark_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-light_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-medium_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(87, 81, 86, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-lightten_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(198, 198, 198, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-grey_300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-grey_400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-medium_blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(69, 205, 252, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-dark_blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 128, 172, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-text_blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-footer_bg {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-brown {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(128, 83, 0, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-dark_brown {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(135, 68, 51, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-Light_purple {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(101, 71, 155, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-dark_green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 155, 81, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-medium_green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 172, 43, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-light_green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(154, 203, 62, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-green_900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(57, 102, 118, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-dark_border {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-transparent:focus-within {
        --tw-ring-color: transparent;
    }

    .desktop_extralarge\:focus-within\:ring-current:focus-within {
        --tw-ring-color: currentColor;
    }

    .desktop_extralarge\:focus-within\:ring-black:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-white:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-gray-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-gray-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-gray-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-gray-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-gray-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-gray-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-gray-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-gray-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-gray-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-gray-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-red-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-red-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-red-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-red-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-red-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-red-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-red-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-red-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-red-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-red-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-yellow:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 145, 67, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(123, 188, 0, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 164, 220, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-indigo-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-indigo-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-indigo-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-indigo-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-indigo-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-indigo-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-indigo-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-indigo-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-indigo-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-indigo-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-purple:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(104, 71, 195, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-pink:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(133, 7, 55, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-primary:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 110, 110, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-secondary:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-body_bg:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-body_text:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-title:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(82, 74, 81, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-dark_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-light_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-medium_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(87, 81, 86, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-lightten_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(198, 198, 198, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-grey_300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-grey_400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-medium_blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(69, 205, 252, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-dark_blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 128, 172, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-text_blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-footer_bg:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-brown:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(128, 83, 0, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-dark_brown:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(135, 68, 51, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-Light_purple:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(101, 71, 155, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-dark_green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 155, 81, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-medium_green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 172, 43, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-light_green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(154, 203, 62, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-green_900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(57, 102, 118, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus-within\:ring-dark_border:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-transparent:focus {
        --tw-ring-color: transparent;
    }

    .desktop_extralarge\:focus\:ring-current:focus {
        --tw-ring-color: currentColor;
    }

    .desktop_extralarge\:focus\:ring-black:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-white:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-gray-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-gray-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-gray-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-gray-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-gray-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-gray-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-gray-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-gray-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-gray-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-gray-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-red-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-red-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-red-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-red-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-red-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-red-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-red-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-red-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-red-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-red-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-yellow:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 145, 67, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(123, 188, 0, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 164, 220, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-indigo-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-indigo-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-indigo-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-indigo-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-indigo-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-indigo-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-indigo-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-indigo-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-indigo-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-indigo-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-purple:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(104, 71, 195, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-pink:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(133, 7, 55, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-primary:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 110, 110, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-secondary:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-body_bg:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-body_text:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-title:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(82, 74, 81, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-dark_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-light_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-medium_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(87, 81, 86, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-lightten_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(198, 198, 198, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-grey_300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-grey_400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-medium_blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(69, 205, 252, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-dark_blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 128, 172, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-text_blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-footer_bg:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-brown:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(128, 83, 0, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-dark_brown:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(135, 68, 51, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-Light_purple:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(101, 71, 155, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-dark_green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 155, 81, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-medium_green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 172, 43, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-light_green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(154, 203, 62, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-green_900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(57, 102, 118, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:focus\:ring-dark_border:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity));
    }

    .desktop_extralarge\:ring-opacity-0 {
        --tw-ring-opacity: 0;
    }

    .desktop_extralarge\:ring-opacity-5 {
        --tw-ring-opacity: 0.05;
    }

    .desktop_extralarge\:ring-opacity-10 {
        --tw-ring-opacity: 0.1;
    }

    .desktop_extralarge\:ring-opacity-20 {
        --tw-ring-opacity: 0.2;
    }

    .desktop_extralarge\:ring-opacity-25 {
        --tw-ring-opacity: 0.25;
    }

    .desktop_extralarge\:ring-opacity-30 {
        --tw-ring-opacity: 0.3;
    }

    .desktop_extralarge\:ring-opacity-40 {
        --tw-ring-opacity: 0.4;
    }

    .desktop_extralarge\:ring-opacity-50 {
        --tw-ring-opacity: 0.5;
    }

    .desktop_extralarge\:ring-opacity-60 {
        --tw-ring-opacity: 0.6;
    }

    .desktop_extralarge\:ring-opacity-70 {
        --tw-ring-opacity: 0.7;
    }

    .desktop_extralarge\:ring-opacity-75 {
        --tw-ring-opacity: 0.75;
    }

    .desktop_extralarge\:ring-opacity-80 {
        --tw-ring-opacity: 0.8;
    }

    .desktop_extralarge\:ring-opacity-90 {
        --tw-ring-opacity: 0.9;
    }

    .desktop_extralarge\:ring-opacity-95 {
        --tw-ring-opacity: 0.95;
    }

    .desktop_extralarge\:ring-opacity-100 {
        --tw-ring-opacity: 1;
    }

    .desktop_extralarge\:focus-within\:ring-opacity-0:focus-within {
        --tw-ring-opacity: 0;
    }

    .desktop_extralarge\:focus-within\:ring-opacity-5:focus-within {
        --tw-ring-opacity: 0.05;
    }

    .desktop_extralarge\:focus-within\:ring-opacity-10:focus-within {
        --tw-ring-opacity: 0.1;
    }

    .desktop_extralarge\:focus-within\:ring-opacity-20:focus-within {
        --tw-ring-opacity: 0.2;
    }

    .desktop_extralarge\:focus-within\:ring-opacity-25:focus-within {
        --tw-ring-opacity: 0.25;
    }

    .desktop_extralarge\:focus-within\:ring-opacity-30:focus-within {
        --tw-ring-opacity: 0.3;
    }

    .desktop_extralarge\:focus-within\:ring-opacity-40:focus-within {
        --tw-ring-opacity: 0.4;
    }

    .desktop_extralarge\:focus-within\:ring-opacity-50:focus-within {
        --tw-ring-opacity: 0.5;
    }

    .desktop_extralarge\:focus-within\:ring-opacity-60:focus-within {
        --tw-ring-opacity: 0.6;
    }

    .desktop_extralarge\:focus-within\:ring-opacity-70:focus-within {
        --tw-ring-opacity: 0.7;
    }

    .desktop_extralarge\:focus-within\:ring-opacity-75:focus-within {
        --tw-ring-opacity: 0.75;
    }

    .desktop_extralarge\:focus-within\:ring-opacity-80:focus-within {
        --tw-ring-opacity: 0.8;
    }

    .desktop_extralarge\:focus-within\:ring-opacity-90:focus-within {
        --tw-ring-opacity: 0.9;
    }

    .desktop_extralarge\:focus-within\:ring-opacity-95:focus-within {
        --tw-ring-opacity: 0.95;
    }

    .desktop_extralarge\:focus-within\:ring-opacity-100:focus-within {
        --tw-ring-opacity: 1;
    }

    .desktop_extralarge\:focus\:ring-opacity-0:focus {
        --tw-ring-opacity: 0;
    }

    .desktop_extralarge\:focus\:ring-opacity-5:focus {
        --tw-ring-opacity: 0.05;
    }

    .desktop_extralarge\:focus\:ring-opacity-10:focus {
        --tw-ring-opacity: 0.1;
    }

    .desktop_extralarge\:focus\:ring-opacity-20:focus {
        --tw-ring-opacity: 0.2;
    }

    .desktop_extralarge\:focus\:ring-opacity-25:focus {
        --tw-ring-opacity: 0.25;
    }

    .desktop_extralarge\:focus\:ring-opacity-30:focus {
        --tw-ring-opacity: 0.3;
    }

    .desktop_extralarge\:focus\:ring-opacity-40:focus {
        --tw-ring-opacity: 0.4;
    }

    .desktop_extralarge\:focus\:ring-opacity-50:focus {
        --tw-ring-opacity: 0.5;
    }

    .desktop_extralarge\:focus\:ring-opacity-60:focus {
        --tw-ring-opacity: 0.6;
    }

    .desktop_extralarge\:focus\:ring-opacity-70:focus {
        --tw-ring-opacity: 0.7;
    }

    .desktop_extralarge\:focus\:ring-opacity-75:focus {
        --tw-ring-opacity: 0.75;
    }

    .desktop_extralarge\:focus\:ring-opacity-80:focus {
        --tw-ring-opacity: 0.8;
    }

    .desktop_extralarge\:focus\:ring-opacity-90:focus {
        --tw-ring-opacity: 0.9;
    }

    .desktop_extralarge\:focus\:ring-opacity-95:focus {
        --tw-ring-opacity: 0.95;
    }

    .desktop_extralarge\:focus\:ring-opacity-100:focus {
        --tw-ring-opacity: 1;
    }

    .desktop_extralarge\:ring-offset-0 {
        --tw-ring-offset-width: 0px;
    }

    .desktop_extralarge\:ring-offset-1 {
        --tw-ring-offset-width: 1px;
    }

    .desktop_extralarge\:ring-offset-2 {
        --tw-ring-offset-width: 2px;
    }

    .desktop_extralarge\:ring-offset-4 {
        --tw-ring-offset-width: 4px;
    }

    .desktop_extralarge\:ring-offset-8 {
        --tw-ring-offset-width: 8px;
    }

    .desktop_extralarge\:focus-within\:ring-offset-0:focus-within {
        --tw-ring-offset-width: 0px;
    }

    .desktop_extralarge\:focus-within\:ring-offset-1:focus-within {
        --tw-ring-offset-width: 1px;
    }

    .desktop_extralarge\:focus-within\:ring-offset-2:focus-within {
        --tw-ring-offset-width: 2px;
    }

    .desktop_extralarge\:focus-within\:ring-offset-4:focus-within {
        --tw-ring-offset-width: 4px;
    }

    .desktop_extralarge\:focus-within\:ring-offset-8:focus-within {
        --tw-ring-offset-width: 8px;
    }

    .desktop_extralarge\:focus\:ring-offset-0:focus {
        --tw-ring-offset-width: 0px;
    }

    .desktop_extralarge\:focus\:ring-offset-1:focus {
        --tw-ring-offset-width: 1px;
    }

    .desktop_extralarge\:focus\:ring-offset-2:focus {
        --tw-ring-offset-width: 2px;
    }

    .desktop_extralarge\:focus\:ring-offset-4:focus {
        --tw-ring-offset-width: 4px;
    }

    .desktop_extralarge\:focus\:ring-offset-8:focus {
        --tw-ring-offset-width: 8px;
    }

    .desktop_extralarge\:ring-offset-transparent {
        --tw-ring-offset-color: transparent;
    }

    .desktop_extralarge\:ring-offset-current {
        --tw-ring-offset-color: currentColor;
    }

    .desktop_extralarge\:ring-offset-black {
        --tw-ring-offset-color: #000;
    }

    .desktop_extralarge\:ring-offset-white {
        --tw-ring-offset-color: #fff;
    }

    .desktop_extralarge\:ring-offset-gray-50 {
        --tw-ring-offset-color: #f9fafb;
    }

    .desktop_extralarge\:ring-offset-gray-100 {
        --tw-ring-offset-color: #f3f4f6;
    }

    .desktop_extralarge\:ring-offset-gray-200 {
        --tw-ring-offset-color: #e5e7eb;
    }

    .desktop_extralarge\:ring-offset-gray-300 {
        --tw-ring-offset-color: #d1d5db;
    }

    .desktop_extralarge\:ring-offset-gray-400 {
        --tw-ring-offset-color: #9ca3af;
    }

    .desktop_extralarge\:ring-offset-gray-500 {
        --tw-ring-offset-color: #6b7280;
    }

    .desktop_extralarge\:ring-offset-gray-600 {
        --tw-ring-offset-color: #4b5563;
    }

    .desktop_extralarge\:ring-offset-gray-700 {
        --tw-ring-offset-color: #374151;
    }

    .desktop_extralarge\:ring-offset-gray-800 {
        --tw-ring-offset-color: #1f2937;
    }

    .desktop_extralarge\:ring-offset-gray-900 {
        --tw-ring-offset-color: #111827;
    }

    .desktop_extralarge\:ring-offset-red-50 {
        --tw-ring-offset-color: #fef2f2;
    }

    .desktop_extralarge\:ring-offset-red-100 {
        --tw-ring-offset-color: #fee2e2;
    }

    .desktop_extralarge\:ring-offset-red-200 {
        --tw-ring-offset-color: #fecaca;
    }

    .desktop_extralarge\:ring-offset-red-300 {
        --tw-ring-offset-color: #fca5a5;
    }

    .desktop_extralarge\:ring-offset-red-400 {
        --tw-ring-offset-color: #f87171;
    }

    .desktop_extralarge\:ring-offset-red-500 {
        --tw-ring-offset-color: #ef4444;
    }

    .desktop_extralarge\:ring-offset-red-600 {
        --tw-ring-offset-color: #dc2626;
    }

    .desktop_extralarge\:ring-offset-red-700 {
        --tw-ring-offset-color: #b91c1c;
    }

    .desktop_extralarge\:ring-offset-red-800 {
        --tw-ring-offset-color: #991b1b;
    }

    .desktop_extralarge\:ring-offset-red-900 {
        --tw-ring-offset-color: #7f1d1d;
    }

    .desktop_extralarge\:ring-offset-yellow {
        --tw-ring-offset-color: #ed9143;
    }

    .desktop_extralarge\:ring-offset-green {
        --tw-ring-offset-color: #7bbc00;
    }

    .desktop_extralarge\:ring-offset-blue {
        --tw-ring-offset-color: #5ba4dc;
    }

    .desktop_extralarge\:ring-offset-indigo-50 {
        --tw-ring-offset-color: #eef2ff;
    }

    .desktop_extralarge\:ring-offset-indigo-100 {
        --tw-ring-offset-color: #e0e7ff;
    }

    .desktop_extralarge\:ring-offset-indigo-200 {
        --tw-ring-offset-color: #c7d2fe;
    }

    .desktop_extralarge\:ring-offset-indigo-300 {
        --tw-ring-offset-color: #a5b4fc;
    }

    .desktop_extralarge\:ring-offset-indigo-400 {
        --tw-ring-offset-color: #818cf8;
    }

    .desktop_extralarge\:ring-offset-indigo-500 {
        --tw-ring-offset-color: #6366f1;
    }

    .desktop_extralarge\:ring-offset-indigo-600 {
        --tw-ring-offset-color: #4f46e5;
    }

    .desktop_extralarge\:ring-offset-indigo-700 {
        --tw-ring-offset-color: #4338ca;
    }

    .desktop_extralarge\:ring-offset-indigo-800 {
        --tw-ring-offset-color: #3730a3;
    }

    .desktop_extralarge\:ring-offset-indigo-900 {
        --tw-ring-offset-color: #312e81;
    }

    .desktop_extralarge\:ring-offset-purple {
        --tw-ring-offset-color: #6847c3;
    }

    .desktop_extralarge\:ring-offset-pink {
        --tw-ring-offset-color: #850737;
    }

    .desktop_extralarge\:ring-offset-primary {
        --tw-ring-offset-color: #6E6E6E;
    }

    .desktop_extralarge\:ring-offset-secondary {
        --tw-ring-offset-color: #ededed;
    }

    .desktop_extralarge\:ring-offset-body_bg {
        --tw-ring-offset-color: #ffffff;
    }

    .desktop_extralarge\:ring-offset-body_text {
        --tw-ring-offset-color: #4a4349;
    }

    .desktop_extralarge\:ring-offset-title {
        --tw-ring-offset-color: #3fb2cf;
    }

    .desktop_extralarge\:ring-offset-grey {
        --tw-ring-offset-color: #524A51;
    }

    .desktop_extralarge\:ring-offset-dark_grey {
        --tw-ring-offset-color: #4a4349;
    }

    .desktop_extralarge\:ring-offset-light_grey {
        --tw-ring-offset-color: #B7B7B7;
    }

    .desktop_extralarge\:ring-offset-medium_grey {
        --tw-ring-offset-color: #575156;
    }

    .desktop_extralarge\:ring-offset-lightten_grey {
        --tw-ring-offset-color: #C6C6C6;
    }

    .desktop_extralarge\:ring-offset-grey_300 {
        --tw-ring-offset-color: #d3d3d3;
    }

    .desktop_extralarge\:ring-offset-grey_400 {
        --tw-ring-offset-color: #b7b7b7;
    }

    .desktop_extralarge\:ring-offset-medium_blue {
        --tw-ring-offset-color: #45cdfc;
    }

    .desktop_extralarge\:ring-offset-dark_blue {
        --tw-ring-offset-color: #0080ac;
    }

    .desktop_extralarge\:ring-offset-text_blue {
        --tw-ring-offset-color: #3FB2CF;
    }

    .desktop_extralarge\:ring-offset-footer_bg {
        --tw-ring-offset-color: #464646;
    }

    .desktop_extralarge\:ring-offset-brown {
        --tw-ring-offset-color: #805300;
    }

    .desktop_extralarge\:ring-offset-dark_brown {
        --tw-ring-offset-color: #874433;
    }

    .desktop_extralarge\:ring-offset-Light_purple {
        --tw-ring-offset-color: #65479b;
    }

    .desktop_extralarge\:ring-offset-dark_green {
        --tw-ring-offset-color: #479b51;
    }

    .desktop_extralarge\:ring-offset-medium_green {
        --tw-ring-offset-color: #3aac2b;
    }

    .desktop_extralarge\:ring-offset-light_green {
        --tw-ring-offset-color: #9acb3e;
    }

    .desktop_extralarge\:ring-offset-green_900 {
        --tw-ring-offset-color: #396676;
    }

    .desktop_extralarge\:ring-offset-dark_border {
        --tw-ring-offset-color: #707070;
    }

    .desktop_extralarge\:focus-within\:ring-offset-transparent:focus-within {
        --tw-ring-offset-color: transparent;
    }

    .desktop_extralarge\:focus-within\:ring-offset-current:focus-within {
        --tw-ring-offset-color: currentColor;
    }

    .desktop_extralarge\:focus-within\:ring-offset-black:focus-within {
        --tw-ring-offset-color: #000;
    }

    .desktop_extralarge\:focus-within\:ring-offset-white:focus-within {
        --tw-ring-offset-color: #fff;
    }

    .desktop_extralarge\:focus-within\:ring-offset-gray-50:focus-within {
        --tw-ring-offset-color: #f9fafb;
    }

    .desktop_extralarge\:focus-within\:ring-offset-gray-100:focus-within {
        --tw-ring-offset-color: #f3f4f6;
    }

    .desktop_extralarge\:focus-within\:ring-offset-gray-200:focus-within {
        --tw-ring-offset-color: #e5e7eb;
    }

    .desktop_extralarge\:focus-within\:ring-offset-gray-300:focus-within {
        --tw-ring-offset-color: #d1d5db;
    }

    .desktop_extralarge\:focus-within\:ring-offset-gray-400:focus-within {
        --tw-ring-offset-color: #9ca3af;
    }

    .desktop_extralarge\:focus-within\:ring-offset-gray-500:focus-within {
        --tw-ring-offset-color: #6b7280;
    }

    .desktop_extralarge\:focus-within\:ring-offset-gray-600:focus-within {
        --tw-ring-offset-color: #4b5563;
    }

    .desktop_extralarge\:focus-within\:ring-offset-gray-700:focus-within {
        --tw-ring-offset-color: #374151;
    }

    .desktop_extralarge\:focus-within\:ring-offset-gray-800:focus-within {
        --tw-ring-offset-color: #1f2937;
    }

    .desktop_extralarge\:focus-within\:ring-offset-gray-900:focus-within {
        --tw-ring-offset-color: #111827;
    }

    .desktop_extralarge\:focus-within\:ring-offset-red-50:focus-within {
        --tw-ring-offset-color: #fef2f2;
    }

    .desktop_extralarge\:focus-within\:ring-offset-red-100:focus-within {
        --tw-ring-offset-color: #fee2e2;
    }

    .desktop_extralarge\:focus-within\:ring-offset-red-200:focus-within {
        --tw-ring-offset-color: #fecaca;
    }

    .desktop_extralarge\:focus-within\:ring-offset-red-300:focus-within {
        --tw-ring-offset-color: #fca5a5;
    }

    .desktop_extralarge\:focus-within\:ring-offset-red-400:focus-within {
        --tw-ring-offset-color: #f87171;
    }

    .desktop_extralarge\:focus-within\:ring-offset-red-500:focus-within {
        --tw-ring-offset-color: #ef4444;
    }

    .desktop_extralarge\:focus-within\:ring-offset-red-600:focus-within {
        --tw-ring-offset-color: #dc2626;
    }

    .desktop_extralarge\:focus-within\:ring-offset-red-700:focus-within {
        --tw-ring-offset-color: #b91c1c;
    }

    .desktop_extralarge\:focus-within\:ring-offset-red-800:focus-within {
        --tw-ring-offset-color: #991b1b;
    }

    .desktop_extralarge\:focus-within\:ring-offset-red-900:focus-within {
        --tw-ring-offset-color: #7f1d1d;
    }

    .desktop_extralarge\:focus-within\:ring-offset-yellow:focus-within {
        --tw-ring-offset-color: #ed9143;
    }

    .desktop_extralarge\:focus-within\:ring-offset-green:focus-within {
        --tw-ring-offset-color: #7bbc00;
    }

    .desktop_extralarge\:focus-within\:ring-offset-blue:focus-within {
        --tw-ring-offset-color: #5ba4dc;
    }

    .desktop_extralarge\:focus-within\:ring-offset-indigo-50:focus-within {
        --tw-ring-offset-color: #eef2ff;
    }

    .desktop_extralarge\:focus-within\:ring-offset-indigo-100:focus-within {
        --tw-ring-offset-color: #e0e7ff;
    }

    .desktop_extralarge\:focus-within\:ring-offset-indigo-200:focus-within {
        --tw-ring-offset-color: #c7d2fe;
    }

    .desktop_extralarge\:focus-within\:ring-offset-indigo-300:focus-within {
        --tw-ring-offset-color: #a5b4fc;
    }

    .desktop_extralarge\:focus-within\:ring-offset-indigo-400:focus-within {
        --tw-ring-offset-color: #818cf8;
    }

    .desktop_extralarge\:focus-within\:ring-offset-indigo-500:focus-within {
        --tw-ring-offset-color: #6366f1;
    }

    .desktop_extralarge\:focus-within\:ring-offset-indigo-600:focus-within {
        --tw-ring-offset-color: #4f46e5;
    }

    .desktop_extralarge\:focus-within\:ring-offset-indigo-700:focus-within {
        --tw-ring-offset-color: #4338ca;
    }

    .desktop_extralarge\:focus-within\:ring-offset-indigo-800:focus-within {
        --tw-ring-offset-color: #3730a3;
    }

    .desktop_extralarge\:focus-within\:ring-offset-indigo-900:focus-within {
        --tw-ring-offset-color: #312e81;
    }

    .desktop_extralarge\:focus-within\:ring-offset-purple:focus-within {
        --tw-ring-offset-color: #6847c3;
    }

    .desktop_extralarge\:focus-within\:ring-offset-pink:focus-within {
        --tw-ring-offset-color: #850737;
    }

    .desktop_extralarge\:focus-within\:ring-offset-primary:focus-within {
        --tw-ring-offset-color: #6E6E6E;
    }

    .desktop_extralarge\:focus-within\:ring-offset-secondary:focus-within {
        --tw-ring-offset-color: #ededed;
    }

    .desktop_extralarge\:focus-within\:ring-offset-body_bg:focus-within {
        --tw-ring-offset-color: #ffffff;
    }

    .desktop_extralarge\:focus-within\:ring-offset-body_text:focus-within {
        --tw-ring-offset-color: #4a4349;
    }

    .desktop_extralarge\:focus-within\:ring-offset-title:focus-within {
        --tw-ring-offset-color: #3fb2cf;
    }

    .desktop_extralarge\:focus-within\:ring-offset-grey:focus-within {
        --tw-ring-offset-color: #524A51;
    }

    .desktop_extralarge\:focus-within\:ring-offset-dark_grey:focus-within {
        --tw-ring-offset-color: #4a4349;
    }

    .desktop_extralarge\:focus-within\:ring-offset-light_grey:focus-within {
        --tw-ring-offset-color: #B7B7B7;
    }

    .desktop_extralarge\:focus-within\:ring-offset-medium_grey:focus-within {
        --tw-ring-offset-color: #575156;
    }

    .desktop_extralarge\:focus-within\:ring-offset-lightten_grey:focus-within {
        --tw-ring-offset-color: #C6C6C6;
    }

    .desktop_extralarge\:focus-within\:ring-offset-grey_300:focus-within {
        --tw-ring-offset-color: #d3d3d3;
    }

    .desktop_extralarge\:focus-within\:ring-offset-grey_400:focus-within {
        --tw-ring-offset-color: #b7b7b7;
    }

    .desktop_extralarge\:focus-within\:ring-offset-medium_blue:focus-within {
        --tw-ring-offset-color: #45cdfc;
    }

    .desktop_extralarge\:focus-within\:ring-offset-dark_blue:focus-within {
        --tw-ring-offset-color: #0080ac;
    }

    .desktop_extralarge\:focus-within\:ring-offset-text_blue:focus-within {
        --tw-ring-offset-color: #3FB2CF;
    }

    .desktop_extralarge\:focus-within\:ring-offset-footer_bg:focus-within {
        --tw-ring-offset-color: #464646;
    }

    .desktop_extralarge\:focus-within\:ring-offset-brown:focus-within {
        --tw-ring-offset-color: #805300;
    }

    .desktop_extralarge\:focus-within\:ring-offset-dark_brown:focus-within {
        --tw-ring-offset-color: #874433;
    }

    .desktop_extralarge\:focus-within\:ring-offset-Light_purple:focus-within {
        --tw-ring-offset-color: #65479b;
    }

    .desktop_extralarge\:focus-within\:ring-offset-dark_green:focus-within {
        --tw-ring-offset-color: #479b51;
    }

    .desktop_extralarge\:focus-within\:ring-offset-medium_green:focus-within {
        --tw-ring-offset-color: #3aac2b;
    }

    .desktop_extralarge\:focus-within\:ring-offset-light_green:focus-within {
        --tw-ring-offset-color: #9acb3e;
    }

    .desktop_extralarge\:focus-within\:ring-offset-green_900:focus-within {
        --tw-ring-offset-color: #396676;
    }

    .desktop_extralarge\:focus-within\:ring-offset-dark_border:focus-within {
        --tw-ring-offset-color: #707070;
    }

    .desktop_extralarge\:focus\:ring-offset-transparent:focus {
        --tw-ring-offset-color: transparent;
    }

    .desktop_extralarge\:focus\:ring-offset-current:focus {
        --tw-ring-offset-color: currentColor;
    }

    .desktop_extralarge\:focus\:ring-offset-black:focus {
        --tw-ring-offset-color: #000;
    }

    .desktop_extralarge\:focus\:ring-offset-white:focus {
        --tw-ring-offset-color: #fff;
    }

    .desktop_extralarge\:focus\:ring-offset-gray-50:focus {
        --tw-ring-offset-color: #f9fafb;
    }

    .desktop_extralarge\:focus\:ring-offset-gray-100:focus {
        --tw-ring-offset-color: #f3f4f6;
    }

    .desktop_extralarge\:focus\:ring-offset-gray-200:focus {
        --tw-ring-offset-color: #e5e7eb;
    }

    .desktop_extralarge\:focus\:ring-offset-gray-300:focus {
        --tw-ring-offset-color: #d1d5db;
    }

    .desktop_extralarge\:focus\:ring-offset-gray-400:focus {
        --tw-ring-offset-color: #9ca3af;
    }

    .desktop_extralarge\:focus\:ring-offset-gray-500:focus {
        --tw-ring-offset-color: #6b7280;
    }

    .desktop_extralarge\:focus\:ring-offset-gray-600:focus {
        --tw-ring-offset-color: #4b5563;
    }

    .desktop_extralarge\:focus\:ring-offset-gray-700:focus {
        --tw-ring-offset-color: #374151;
    }

    .desktop_extralarge\:focus\:ring-offset-gray-800:focus {
        --tw-ring-offset-color: #1f2937;
    }

    .desktop_extralarge\:focus\:ring-offset-gray-900:focus {
        --tw-ring-offset-color: #111827;
    }

    .desktop_extralarge\:focus\:ring-offset-red-50:focus {
        --tw-ring-offset-color: #fef2f2;
    }

    .desktop_extralarge\:focus\:ring-offset-red-100:focus {
        --tw-ring-offset-color: #fee2e2;
    }

    .desktop_extralarge\:focus\:ring-offset-red-200:focus {
        --tw-ring-offset-color: #fecaca;
    }

    .desktop_extralarge\:focus\:ring-offset-red-300:focus {
        --tw-ring-offset-color: #fca5a5;
    }

    .desktop_extralarge\:focus\:ring-offset-red-400:focus {
        --tw-ring-offset-color: #f87171;
    }

    .desktop_extralarge\:focus\:ring-offset-red-500:focus {
        --tw-ring-offset-color: #ef4444;
    }

    .desktop_extralarge\:focus\:ring-offset-red-600:focus {
        --tw-ring-offset-color: #dc2626;
    }

    .desktop_extralarge\:focus\:ring-offset-red-700:focus {
        --tw-ring-offset-color: #b91c1c;
    }

    .desktop_extralarge\:focus\:ring-offset-red-800:focus {
        --tw-ring-offset-color: #991b1b;
    }

    .desktop_extralarge\:focus\:ring-offset-red-900:focus {
        --tw-ring-offset-color: #7f1d1d;
    }

    .desktop_extralarge\:focus\:ring-offset-yellow:focus {
        --tw-ring-offset-color: #ed9143;
    }

    .desktop_extralarge\:focus\:ring-offset-green:focus {
        --tw-ring-offset-color: #7bbc00;
    }

    .desktop_extralarge\:focus\:ring-offset-blue:focus {
        --tw-ring-offset-color: #5ba4dc;
    }

    .desktop_extralarge\:focus\:ring-offset-indigo-50:focus {
        --tw-ring-offset-color: #eef2ff;
    }

    .desktop_extralarge\:focus\:ring-offset-indigo-100:focus {
        --tw-ring-offset-color: #e0e7ff;
    }

    .desktop_extralarge\:focus\:ring-offset-indigo-200:focus {
        --tw-ring-offset-color: #c7d2fe;
    }

    .desktop_extralarge\:focus\:ring-offset-indigo-300:focus {
        --tw-ring-offset-color: #a5b4fc;
    }

    .desktop_extralarge\:focus\:ring-offset-indigo-400:focus {
        --tw-ring-offset-color: #818cf8;
    }

    .desktop_extralarge\:focus\:ring-offset-indigo-500:focus {
        --tw-ring-offset-color: #6366f1;
    }

    .desktop_extralarge\:focus\:ring-offset-indigo-600:focus {
        --tw-ring-offset-color: #4f46e5;
    }

    .desktop_extralarge\:focus\:ring-offset-indigo-700:focus {
        --tw-ring-offset-color: #4338ca;
    }

    .desktop_extralarge\:focus\:ring-offset-indigo-800:focus {
        --tw-ring-offset-color: #3730a3;
    }

    .desktop_extralarge\:focus\:ring-offset-indigo-900:focus {
        --tw-ring-offset-color: #312e81;
    }

    .desktop_extralarge\:focus\:ring-offset-purple:focus {
        --tw-ring-offset-color: #6847c3;
    }

    .desktop_extralarge\:focus\:ring-offset-pink:focus {
        --tw-ring-offset-color: #850737;
    }

    .desktop_extralarge\:focus\:ring-offset-primary:focus {
        --tw-ring-offset-color: #6E6E6E;
    }

    .desktop_extralarge\:focus\:ring-offset-secondary:focus {
        --tw-ring-offset-color: #ededed;
    }

    .desktop_extralarge\:focus\:ring-offset-body_bg:focus {
        --tw-ring-offset-color: #ffffff;
    }

    .desktop_extralarge\:focus\:ring-offset-body_text:focus {
        --tw-ring-offset-color: #4a4349;
    }

    .desktop_extralarge\:focus\:ring-offset-title:focus {
        --tw-ring-offset-color: #3fb2cf;
    }

    .desktop_extralarge\:focus\:ring-offset-grey:focus {
        --tw-ring-offset-color: #524A51;
    }

    .desktop_extralarge\:focus\:ring-offset-dark_grey:focus {
        --tw-ring-offset-color: #4a4349;
    }

    .desktop_extralarge\:focus\:ring-offset-light_grey:focus {
        --tw-ring-offset-color: #B7B7B7;
    }

    .desktop_extralarge\:focus\:ring-offset-medium_grey:focus {
        --tw-ring-offset-color: #575156;
    }

    .desktop_extralarge\:focus\:ring-offset-lightten_grey:focus {
        --tw-ring-offset-color: #C6C6C6;
    }

    .desktop_extralarge\:focus\:ring-offset-grey_300:focus {
        --tw-ring-offset-color: #d3d3d3;
    }

    .desktop_extralarge\:focus\:ring-offset-grey_400:focus {
        --tw-ring-offset-color: #b7b7b7;
    }

    .desktop_extralarge\:focus\:ring-offset-medium_blue:focus {
        --tw-ring-offset-color: #45cdfc;
    }

    .desktop_extralarge\:focus\:ring-offset-dark_blue:focus {
        --tw-ring-offset-color: #0080ac;
    }

    .desktop_extralarge\:focus\:ring-offset-text_blue:focus {
        --tw-ring-offset-color: #3FB2CF;
    }

    .desktop_extralarge\:focus\:ring-offset-footer_bg:focus {
        --tw-ring-offset-color: #464646;
    }

    .desktop_extralarge\:focus\:ring-offset-brown:focus {
        --tw-ring-offset-color: #805300;
    }

    .desktop_extralarge\:focus\:ring-offset-dark_brown:focus {
        --tw-ring-offset-color: #874433;
    }

    .desktop_extralarge\:focus\:ring-offset-Light_purple:focus {
        --tw-ring-offset-color: #65479b;
    }

    .desktop_extralarge\:focus\:ring-offset-dark_green:focus {
        --tw-ring-offset-color: #479b51;
    }

    .desktop_extralarge\:focus\:ring-offset-medium_green:focus {
        --tw-ring-offset-color: #3aac2b;
    }

    .desktop_extralarge\:focus\:ring-offset-light_green:focus {
        --tw-ring-offset-color: #9acb3e;
    }

    .desktop_extralarge\:focus\:ring-offset-green_900:focus {
        --tw-ring-offset-color: #396676;
    }

    .desktop_extralarge\:focus\:ring-offset-dark_border:focus {
        --tw-ring-offset-color: #707070;
    }

    .desktop_extralarge\:filter {
        --tw-blur: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-brightness: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-contrast: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-grayscale: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-hue-rotate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-invert: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-saturate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-sepia: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-drop-shadow: var(--tw-empty,
                /*!*/
                /*!*/
            );
        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);
    }

    .desktop_extralarge\:filter-none {
        filter: none;
    }

    .desktop_extralarge\:blur-0 {
        --tw-blur: blur(0);
    }

    .desktop_extralarge\:blur-none {
        --tw-blur: blur(0);
    }

    .desktop_extralarge\:blur-sm {
        --tw-blur: blur(4px);
    }

    .desktop_extralarge\:blur {
        --tw-blur: blur(8px);
    }

    .desktop_extralarge\:blur-md {
        --tw-blur: blur(12px);
    }

    .desktop_extralarge\:blur-lg {
        --tw-blur: blur(16px);
    }

    .desktop_extralarge\:blur-xl {
        --tw-blur: blur(24px);
    }

    .desktop_extralarge\:blur-2xl {
        --tw-blur: blur(40px);
    }

    .desktop_extralarge\:blur-3xl {
        --tw-blur: blur(64px);
    }

    .desktop_extralarge\:brightness-0 {
        --tw-brightness: brightness(0);
    }

    .desktop_extralarge\:brightness-50 {
        --tw-brightness: brightness(.5);
    }

    .desktop_extralarge\:brightness-75 {
        --tw-brightness: brightness(.75);
    }

    .desktop_extralarge\:brightness-90 {
        --tw-brightness: brightness(.9);
    }

    .desktop_extralarge\:brightness-95 {
        --tw-brightness: brightness(.95);
    }

    .desktop_extralarge\:brightness-100 {
        --tw-brightness: brightness(1);
    }

    .desktop_extralarge\:brightness-105 {
        --tw-brightness: brightness(1.05);
    }

    .desktop_extralarge\:brightness-110 {
        --tw-brightness: brightness(1.1);
    }

    .desktop_extralarge\:brightness-125 {
        --tw-brightness: brightness(1.25);
    }

    .desktop_extralarge\:brightness-150 {
        --tw-brightness: brightness(1.5);
    }

    .desktop_extralarge\:brightness-200 {
        --tw-brightness: brightness(2);
    }

    .desktop_extralarge\:contrast-0 {
        --tw-contrast: contrast(0);
    }

    .desktop_extralarge\:contrast-50 {
        --tw-contrast: contrast(.5);
    }

    .desktop_extralarge\:contrast-75 {
        --tw-contrast: contrast(.75);
    }

    .desktop_extralarge\:contrast-100 {
        --tw-contrast: contrast(1);
    }

    .desktop_extralarge\:contrast-125 {
        --tw-contrast: contrast(1.25);
    }

    .desktop_extralarge\:contrast-150 {
        --tw-contrast: contrast(1.5);
    }

    .desktop_extralarge\:contrast-200 {
        --tw-contrast: contrast(2);
    }

    .desktop_extralarge\:drop-shadow-sm {
        --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
    }

    .desktop_extralarge\: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));
    }

    .desktop_extralarge\: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));
    }

    .desktop_extralarge\: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));
    }

    .desktop_extralarge\: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));
    }

    .desktop_extralarge\:drop-shadow-2xl {
        --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
    }

    .desktop_extralarge\:drop-shadow-none {
        --tw-drop-shadow: drop-shadow(0 0 #0000);
    }

    .desktop_extralarge\:grayscale-0 {
        --tw-grayscale: grayscale(0);
    }

    .desktop_extralarge\:grayscale {
        --tw-grayscale: grayscale(100%);
    }

    .desktop_extralarge\:hue-rotate-0 {
        --tw-hue-rotate: hue-rotate(0deg);
    }

    .desktop_extralarge\:hue-rotate-15 {
        --tw-hue-rotate: hue-rotate(15deg);
    }

    .desktop_extralarge\:hue-rotate-30 {
        --tw-hue-rotate: hue-rotate(30deg);
    }

    .desktop_extralarge\:hue-rotate-60 {
        --tw-hue-rotate: hue-rotate(60deg);
    }

    .desktop_extralarge\:hue-rotate-90 {
        --tw-hue-rotate: hue-rotate(90deg);
    }

    .desktop_extralarge\:hue-rotate-180 {
        --tw-hue-rotate: hue-rotate(180deg);
    }

    .desktop_extralarge\:-hue-rotate-180 {
        --tw-hue-rotate: hue-rotate(-180deg);
    }

    .desktop_extralarge\:-hue-rotate-90 {
        --tw-hue-rotate: hue-rotate(-90deg);
    }

    .desktop_extralarge\:-hue-rotate-60 {
        --tw-hue-rotate: hue-rotate(-60deg);
    }

    .desktop_extralarge\:-hue-rotate-30 {
        --tw-hue-rotate: hue-rotate(-30deg);
    }

    .desktop_extralarge\:-hue-rotate-15 {
        --tw-hue-rotate: hue-rotate(-15deg);
    }

    .desktop_extralarge\:invert-0 {
        --tw-invert: invert(0);
    }

    .desktop_extralarge\:invert {
        --tw-invert: invert(100%);
    }

    .desktop_extralarge\:saturate-0 {
        --tw-saturate: saturate(0);
    }

    .desktop_extralarge\:saturate-50 {
        --tw-saturate: saturate(.5);
    }

    .desktop_extralarge\:saturate-100 {
        --tw-saturate: saturate(1);
    }

    .desktop_extralarge\:saturate-150 {
        --tw-saturate: saturate(1.5);
    }

    .desktop_extralarge\:saturate-200 {
        --tw-saturate: saturate(2);
    }

    .desktop_extralarge\:sepia-0 {
        --tw-sepia: sepia(0);
    }

    .desktop_extralarge\:sepia {
        --tw-sepia: sepia(100%);
    }

    .desktop_extralarge\:backdrop-filter {
        --tw-backdrop-blur: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-brightness: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-contrast: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-grayscale: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-hue-rotate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-invert: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-opacity: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-saturate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-sepia: var(--tw-empty,
                /*!*/
                /*!*/
            );
        -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
        backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    }

    .desktop_extralarge\:backdrop-filter-none {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .desktop_extralarge\:backdrop-blur-0 {
        --tw-backdrop-blur: blur(0);
    }

    .desktop_extralarge\:backdrop-blur-none {
        --tw-backdrop-blur: blur(0);
    }

    .desktop_extralarge\:backdrop-blur-sm {
        --tw-backdrop-blur: blur(4px);
    }

    .desktop_extralarge\:backdrop-blur {
        --tw-backdrop-blur: blur(8px);
    }

    .desktop_extralarge\:backdrop-blur-md {
        --tw-backdrop-blur: blur(12px);
    }

    .desktop_extralarge\:backdrop-blur-lg {
        --tw-backdrop-blur: blur(16px);
    }

    .desktop_extralarge\:backdrop-blur-xl {
        --tw-backdrop-blur: blur(24px);
    }

    .desktop_extralarge\:backdrop-blur-2xl {
        --tw-backdrop-blur: blur(40px);
    }

    .desktop_extralarge\:backdrop-blur-3xl {
        --tw-backdrop-blur: blur(64px);
    }

    .desktop_extralarge\:backdrop-brightness-0 {
        --tw-backdrop-brightness: brightness(0);
    }

    .desktop_extralarge\:backdrop-brightness-50 {
        --tw-backdrop-brightness: brightness(.5);
    }

    .desktop_extralarge\:backdrop-brightness-75 {
        --tw-backdrop-brightness: brightness(.75);
    }

    .desktop_extralarge\:backdrop-brightness-90 {
        --tw-backdrop-brightness: brightness(.9);
    }

    .desktop_extralarge\:backdrop-brightness-95 {
        --tw-backdrop-brightness: brightness(.95);
    }

    .desktop_extralarge\:backdrop-brightness-100 {
        --tw-backdrop-brightness: brightness(1);
    }

    .desktop_extralarge\:backdrop-brightness-105 {
        --tw-backdrop-brightness: brightness(1.05);
    }

    .desktop_extralarge\:backdrop-brightness-110 {
        --tw-backdrop-brightness: brightness(1.1);
    }

    .desktop_extralarge\:backdrop-brightness-125 {
        --tw-backdrop-brightness: brightness(1.25);
    }

    .desktop_extralarge\:backdrop-brightness-150 {
        --tw-backdrop-brightness: brightness(1.5);
    }

    .desktop_extralarge\:backdrop-brightness-200 {
        --tw-backdrop-brightness: brightness(2);
    }

    .desktop_extralarge\:backdrop-contrast-0 {
        --tw-backdrop-contrast: contrast(0);
    }

    .desktop_extralarge\:backdrop-contrast-50 {
        --tw-backdrop-contrast: contrast(.5);
    }

    .desktop_extralarge\:backdrop-contrast-75 {
        --tw-backdrop-contrast: contrast(.75);
    }

    .desktop_extralarge\:backdrop-contrast-100 {
        --tw-backdrop-contrast: contrast(1);
    }

    .desktop_extralarge\:backdrop-contrast-125 {
        --tw-backdrop-contrast: contrast(1.25);
    }

    .desktop_extralarge\:backdrop-contrast-150 {
        --tw-backdrop-contrast: contrast(1.5);
    }

    .desktop_extralarge\:backdrop-contrast-200 {
        --tw-backdrop-contrast: contrast(2);
    }

    .desktop_extralarge\:backdrop-grayscale-0 {
        --tw-backdrop-grayscale: grayscale(0);
    }

    .desktop_extralarge\:backdrop-grayscale {
        --tw-backdrop-grayscale: grayscale(100%);
    }

    .desktop_extralarge\:backdrop-hue-rotate-0 {
        --tw-backdrop-hue-rotate: hue-rotate(0deg);
    }

    .desktop_extralarge\:backdrop-hue-rotate-15 {
        --tw-backdrop-hue-rotate: hue-rotate(15deg);
    }

    .desktop_extralarge\:backdrop-hue-rotate-30 {
        --tw-backdrop-hue-rotate: hue-rotate(30deg);
    }

    .desktop_extralarge\:backdrop-hue-rotate-60 {
        --tw-backdrop-hue-rotate: hue-rotate(60deg);
    }

    .desktop_extralarge\:backdrop-hue-rotate-90 {
        --tw-backdrop-hue-rotate: hue-rotate(90deg);
    }

    .desktop_extralarge\:backdrop-hue-rotate-180 {
        --tw-backdrop-hue-rotate: hue-rotate(180deg);
    }

    .desktop_extralarge\:-backdrop-hue-rotate-180 {
        --tw-backdrop-hue-rotate: hue-rotate(-180deg);
    }

    .desktop_extralarge\:-backdrop-hue-rotate-90 {
        --tw-backdrop-hue-rotate: hue-rotate(-90deg);
    }

    .desktop_extralarge\:-backdrop-hue-rotate-60 {
        --tw-backdrop-hue-rotate: hue-rotate(-60deg);
    }

    .desktop_extralarge\:-backdrop-hue-rotate-30 {
        --tw-backdrop-hue-rotate: hue-rotate(-30deg);
    }

    .desktop_extralarge\:-backdrop-hue-rotate-15 {
        --tw-backdrop-hue-rotate: hue-rotate(-15deg);
    }

    .desktop_extralarge\:backdrop-invert-0 {
        --tw-backdrop-invert: invert(0);
    }

    .desktop_extralarge\:backdrop-invert {
        --tw-backdrop-invert: invert(100%);
    }

    .desktop_extralarge\:backdrop-opacity-0 {
        --tw-backdrop-opacity: opacity(0);
    }

    .desktop_extralarge\:backdrop-opacity-5 {
        --tw-backdrop-opacity: opacity(0.05);
    }

    .desktop_extralarge\:backdrop-opacity-10 {
        --tw-backdrop-opacity: opacity(0.1);
    }

    .desktop_extralarge\:backdrop-opacity-20 {
        --tw-backdrop-opacity: opacity(0.2);
    }

    .desktop_extralarge\:backdrop-opacity-25 {
        --tw-backdrop-opacity: opacity(0.25);
    }

    .desktop_extralarge\:backdrop-opacity-30 {
        --tw-backdrop-opacity: opacity(0.3);
    }

    .desktop_extralarge\:backdrop-opacity-40 {
        --tw-backdrop-opacity: opacity(0.4);
    }

    .desktop_extralarge\:backdrop-opacity-50 {
        --tw-backdrop-opacity: opacity(0.5);
    }

    .desktop_extralarge\:backdrop-opacity-60 {
        --tw-backdrop-opacity: opacity(0.6);
    }

    .desktop_extralarge\:backdrop-opacity-70 {
        --tw-backdrop-opacity: opacity(0.7);
    }

    .desktop_extralarge\:backdrop-opacity-75 {
        --tw-backdrop-opacity: opacity(0.75);
    }

    .desktop_extralarge\:backdrop-opacity-80 {
        --tw-backdrop-opacity: opacity(0.8);
    }

    .desktop_extralarge\:backdrop-opacity-90 {
        --tw-backdrop-opacity: opacity(0.9);
    }

    .desktop_extralarge\:backdrop-opacity-95 {
        --tw-backdrop-opacity: opacity(0.95);
    }

    .desktop_extralarge\:backdrop-opacity-100 {
        --tw-backdrop-opacity: opacity(1);
    }

    .desktop_extralarge\:backdrop-saturate-0 {
        --tw-backdrop-saturate: saturate(0);
    }

    .desktop_extralarge\:backdrop-saturate-50 {
        --tw-backdrop-saturate: saturate(.5);
    }

    .desktop_extralarge\:backdrop-saturate-100 {
        --tw-backdrop-saturate: saturate(1);
    }

    .desktop_extralarge\:backdrop-saturate-150 {
        --tw-backdrop-saturate: saturate(1.5);
    }

    .desktop_extralarge\:backdrop-saturate-200 {
        --tw-backdrop-saturate: saturate(2);
    }

    .desktop_extralarge\:backdrop-sepia-0 {
        --tw-backdrop-sepia: sepia(0);
    }

    .desktop_extralarge\:backdrop-sepia {
        --tw-backdrop-sepia: sepia(100%);
    }

    .desktop_extralarge\:transition-none {
        transition-property: none;
    }

    .desktop_extralarge\:transition-all {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .desktop_extralarge\:transition {
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .desktop_extralarge\:transition-colors {
        transition-property: background-color, border-color, color, fill, stroke;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .desktop_extralarge\:transition-opacity {
        transition-property: opacity;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .desktop_extralarge\:transition-shadow {
        transition-property: box-shadow;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .desktop_extralarge\:transition-transform {
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .desktop_extralarge\:delay-75 {
        transition-delay: 75ms;
    }

    .desktop_extralarge\:delay-100 {
        transition-delay: 100ms;
    }

    .desktop_extralarge\:delay-150 {
        transition-delay: 150ms;
    }

    .desktop_extralarge\:delay-200 {
        transition-delay: 200ms;
    }

    .desktop_extralarge\:delay-300 {
        transition-delay: 300ms;
    }

    .desktop_extralarge\:delay-500 {
        transition-delay: 500ms;
    }

    .desktop_extralarge\:delay-700 {
        transition-delay: 700ms;
    }

    .desktop_extralarge\:delay-1000 {
        transition-delay: 1000ms;
    }

    .desktop_extralarge\:duration-75 {
        transition-duration: 75ms;
    }

    .desktop_extralarge\:duration-100 {
        transition-duration: 100ms;
    }

    .desktop_extralarge\:duration-150 {
        transition-duration: 150ms;
    }

    .desktop_extralarge\:duration-200 {
        transition-duration: 200ms;
    }

    .desktop_extralarge\:duration-300 {
        transition-duration: 300ms;
    }

    .desktop_extralarge\:duration-500 {
        transition-duration: 500ms;
    }

    .desktop_extralarge\:duration-700 {
        transition-duration: 700ms;
    }

    .desktop_extralarge\:duration-1000 {
        transition-duration: 1000ms;
    }

    .desktop_extralarge\:ease-linear {
        transition-timing-function: linear;
    }

    .desktop_extralarge\:ease-in {
        transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    }

    .desktop_extralarge\:ease-out {
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }

    .desktop_extralarge\:ease-in-out {
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
}

@media (max-width: 1240px) {
    .desktop_large\:container {
        width: 100%;
    }

    @media (min-width: 100%) {
        .desktop_large\:container {
            max-width: 100%;
        }
    }

    @media (min-width: 1232px) {
        .desktop_large\:container {
            max-width: 1232px;
        }
    }

    .desktop_large\:sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

    .desktop_large\:not-sr-only {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }

    .desktop_large\:focus-within\:sr-only:focus-within {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

    .desktop_large\:focus-within\:not-sr-only:focus-within {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }

    .desktop_large\:focus\:sr-only:focus {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

    .desktop_large\:focus\:not-sr-only:focus {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }

    .desktop_large\:pointer-events-none {
        pointer-events: none;
    }

    .desktop_large\:pointer-events-auto {
        pointer-events: auto;
    }

    .desktop_large\:visible {
        visibility: visible;
    }

    .desktop_large\:invisible {
        visibility: hidden;
    }

    .desktop_large\:static {
        position: static;
    }

    .desktop_large\:fixed {
        position: fixed;
    }

    .desktop_large\:absolute {
        position: absolute;
    }

    .desktop_large\:relative {
        position: relative;
    }

    .desktop_large\:sticky {
        position: sticky;
    }

    .desktop_large\:inset-0 {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }

    .desktop_large\:inset-1 {
        top: 0.25rem;
        right: 0.25rem;
        bottom: 0.25rem;
        left: 0.25rem;
    }

    .desktop_large\:inset-2 {
        top: 0.5rem;
        right: 0.5rem;
        bottom: 0.5rem;
        left: 0.5rem;
    }

    .desktop_large\:inset-3 {
        top: 0.75rem;
        right: 0.75rem;
        bottom: 0.75rem;
        left: 0.75rem;
    }

    .desktop_large\:inset-4 {
        top: 1rem;
        right: 1rem;
        bottom: 1rem;
        left: 1rem;
    }

    .desktop_large\:inset-5 {
        top: 1.25rem;
        right: 1.25rem;
        bottom: 1.25rem;
        left: 1.25rem;
    }

    .desktop_large\:inset-6 {
        top: 1.5rem;
        right: 1.5rem;
        bottom: 1.5rem;
        left: 1.5rem;
    }

    .desktop_large\:inset-7 {
        top: 1.75rem;
        right: 1.75rem;
        bottom: 1.75rem;
        left: 1.75rem;
    }

    .desktop_large\:inset-8 {
        top: 2rem;
        right: 2rem;
        bottom: 2rem;
        left: 2rem;
    }

    .desktop_large\:inset-9 {
        top: 2.25rem;
        right: 2.25rem;
        bottom: 2.25rem;
        left: 2.25rem;
    }

    .desktop_large\:inset-10 {
        top: 2.5rem;
        right: 2.5rem;
        bottom: 2.5rem;
        left: 2.5rem;
    }

    .desktop_large\:inset-11 {
        top: 2.75rem;
        right: 2.75rem;
        bottom: 2.75rem;
        left: 2.75rem;
    }

    .desktop_large\:inset-12 {
        top: 3rem;
        right: 3rem;
        bottom: 3rem;
        left: 3rem;
    }

    .desktop_large\:inset-14 {
        top: 3.5rem;
        right: 3.5rem;
        bottom: 3.5rem;
        left: 3.5rem;
    }

    .desktop_large\:inset-16 {
        top: 4rem;
        right: 4rem;
        bottom: 4rem;
        left: 4rem;
    }

    .desktop_large\:inset-18 {
        top: 4.375rem;
        right: 4.375rem;
        bottom: 4.375rem;
        left: 4.375rem;
    }

    .desktop_large\:inset-19 {
        top: 76px;
        right: 76px;
        bottom: 76px;
        left: 76px;
    }

    .desktop_large\:inset-20 {
        top: 5rem;
        right: 5rem;
        bottom: 5rem;
        left: 5rem;
    }

    .desktop_large\:inset-24 {
        top: 6rem;
        right: 6rem;
        bottom: 6rem;
        left: 6rem;
    }

    .desktop_large\:inset-28 {
        top: 7rem;
        right: 7rem;
        bottom: 7rem;
        left: 7rem;
    }

    .desktop_large\:inset-30 {
        top: 120px;
        right: 120px;
        bottom: 120px;
        left: 120px;
    }

    .desktop_large\:inset-32 {
        top: 8rem;
        right: 8rem;
        bottom: 8rem;
        left: 8rem;
    }

    .desktop_large\:inset-36 {
        top: 9rem;
        right: 9rem;
        bottom: 9rem;
        left: 9rem;
    }

    .desktop_large\:inset-40 {
        top: 10rem;
        right: 10rem;
        bottom: 10rem;
        left: 10rem;
    }

    .desktop_large\:inset-44 {
        top: 11rem;
        right: 11rem;
        bottom: 11rem;
        left: 11rem;
    }

    .desktop_large\:inset-48 {
        top: 12rem;
        right: 12rem;
        bottom: 12rem;
        left: 12rem;
    }

    .desktop_large\:inset-52 {
        top: 13rem;
        right: 13rem;
        bottom: 13rem;
        left: 13rem;
    }

    .desktop_large\:inset-56 {
        top: 14rem;
        right: 14rem;
        bottom: 14rem;
        left: 14rem;
    }

    .desktop_large\:inset-60 {
        top: 15rem;
        right: 15rem;
        bottom: 15rem;
        left: 15rem;
    }

    .desktop_large\:inset-64 {
        top: 16rem;
        right: 16rem;
        bottom: 16rem;
        left: 16rem;
    }

    .desktop_large\:inset-72 {
        top: 18rem;
        right: 18rem;
        bottom: 18rem;
        left: 18rem;
    }

    .desktop_large\:inset-80 {
        top: 20rem;
        right: 20rem;
        bottom: 20rem;
        left: 20rem;
    }

    .desktop_large\:inset-96 {
        top: 24rem;
        right: 24rem;
        bottom: 24rem;
        left: 24rem;
    }

    .desktop_large\:inset-auto {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }

    .desktop_large\:inset-px {
        top: 1px;
        right: 1px;
        bottom: 1px;
        left: 1px;
    }

    .desktop_large\:inset-0\.5 {
        top: 0.125rem;
        right: 0.125rem;
        bottom: 0.125rem;
        left: 0.125rem;
    }

    .desktop_large\:inset-1\.5 {
        top: 0.375rem;
        right: 0.375rem;
        bottom: 0.375rem;
        left: 0.375rem;
    }

    .desktop_large\:inset-2\.5 {
        top: 0.625rem;
        right: 0.625rem;
        bottom: 0.625rem;
        left: 0.625rem;
    }

    .desktop_large\:inset-3\.5 {
        top: 0.875rem;
        right: 0.875rem;
        bottom: 0.875rem;
        left: 0.875rem;
    }

    .desktop_large\:inset-5p {
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
    }

    .desktop_large\:inset-10p {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }

    .desktop_large\:inset-14p {
        top: 14px;
        right: 14px;
        bottom: 14px;
        left: 14px;
    }

    .desktop_large\:inset-15p {
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
    }

    .desktop_large\:inset-15_2 {
        top: 60px;
        right: 60px;
        bottom: 60px;
        left: 60px;
    }

    .desktop_large\:inset-16_1 {
        top: 52px;
        right: 52px;
        bottom: 52px;
        left: 52px;
    }

    .desktop_large\:inset-16p {
        top: 16px;
        right: 16px;
        bottom: 16px;
        left: 16px;
    }

    .desktop_large\:inset-25p {
        top: 25px;
        right: 25px;
        bottom: 25px;
        left: 25px;
    }

    .desktop_large\:inset-48p {
        top: 48%;
        right: 48%;
        bottom: 48%;
        left: 48%;
    }

    .desktop_large\:inset-52p {
        top: 52%;
        right: 52%;
        bottom: 52%;
        left: 52%;
    }

    .desktop_large\:-inset-0 {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }

    .desktop_large\:-inset-1 {
        top: -0.25rem;
        right: -0.25rem;
        bottom: -0.25rem;
        left: -0.25rem;
    }

    .desktop_large\:-inset-2 {
        top: -0.5rem;
        right: -0.5rem;
        bottom: -0.5rem;
        left: -0.5rem;
    }

    .desktop_large\:-inset-3 {
        top: -0.75rem;
        right: -0.75rem;
        bottom: -0.75rem;
        left: -0.75rem;
    }

    .desktop_large\:-inset-4 {
        top: -1rem;
        right: -1rem;
        bottom: -1rem;
        left: -1rem;
    }

    .desktop_large\:-inset-5 {
        top: -1.25rem;
        right: -1.25rem;
        bottom: -1.25rem;
        left: -1.25rem;
    }

    .desktop_large\:-inset-6 {
        top: -1.5rem;
        right: -1.5rem;
        bottom: -1.5rem;
        left: -1.5rem;
    }

    .desktop_large\:-inset-7 {
        top: -1.75rem;
        right: -1.75rem;
        bottom: -1.75rem;
        left: -1.75rem;
    }

    .desktop_large\:-inset-8 {
        top: -2rem;
        right: -2rem;
        bottom: -2rem;
        left: -2rem;
    }

    .desktop_large\:-inset-9 {
        top: -2.25rem;
        right: -2.25rem;
        bottom: -2.25rem;
        left: -2.25rem;
    }

    .desktop_large\:-inset-10 {
        top: -2.5rem;
        right: -2.5rem;
        bottom: -2.5rem;
        left: -2.5rem;
    }

    .desktop_large\:-inset-11 {
        top: -2.75rem;
        right: -2.75rem;
        bottom: -2.75rem;
        left: -2.75rem;
    }

    .desktop_large\:-inset-12 {
        top: -3rem;
        right: -3rem;
        bottom: -3rem;
        left: -3rem;
    }

    .desktop_large\:-inset-14 {
        top: -3.5rem;
        right: -3.5rem;
        bottom: -3.5rem;
        left: -3.5rem;
    }

    .desktop_large\:-inset-16 {
        top: -4rem;
        right: -4rem;
        bottom: -4rem;
        left: -4rem;
    }

    .desktop_large\:-inset-18 {
        top: -4.375rem;
        right: -4.375rem;
        bottom: -4.375rem;
        left: -4.375rem;
    }

    .desktop_large\:-inset-19 {
        top: -76px;
        right: -76px;
        bottom: -76px;
        left: -76px;
    }

    .desktop_large\:-inset-20 {
        top: -5rem;
        right: -5rem;
        bottom: -5rem;
        left: -5rem;
    }

    .desktop_large\:-inset-24 {
        top: -6rem;
        right: -6rem;
        bottom: -6rem;
        left: -6rem;
    }

    .desktop_large\:-inset-28 {
        top: -7rem;
        right: -7rem;
        bottom: -7rem;
        left: -7rem;
    }

    .desktop_large\:-inset-30 {
        top: -120px;
        right: -120px;
        bottom: -120px;
        left: -120px;
    }

    .desktop_large\:-inset-32 {
        top: -8rem;
        right: -8rem;
        bottom: -8rem;
        left: -8rem;
    }

    .desktop_large\:-inset-36 {
        top: -9rem;
        right: -9rem;
        bottom: -9rem;
        left: -9rem;
    }

    .desktop_large\:-inset-40 {
        top: -10rem;
        right: -10rem;
        bottom: -10rem;
        left: -10rem;
    }

    .desktop_large\:-inset-44 {
        top: -11rem;
        right: -11rem;
        bottom: -11rem;
        left: -11rem;
    }

    .desktop_large\:-inset-48 {
        top: -12rem;
        right: -12rem;
        bottom: -12rem;
        left: -12rem;
    }

    .desktop_large\:-inset-52 {
        top: -13rem;
        right: -13rem;
        bottom: -13rem;
        left: -13rem;
    }

    .desktop_large\:-inset-56 {
        top: -14rem;
        right: -14rem;
        bottom: -14rem;
        left: -14rem;
    }

    .desktop_large\:-inset-60 {
        top: -15rem;
        right: -15rem;
        bottom: -15rem;
        left: -15rem;
    }

    .desktop_large\:-inset-64 {
        top: -16rem;
        right: -16rem;
        bottom: -16rem;
        left: -16rem;
    }

    .desktop_large\:-inset-72 {
        top: -18rem;
        right: -18rem;
        bottom: -18rem;
        left: -18rem;
    }

    .desktop_large\:-inset-80 {
        top: -20rem;
        right: -20rem;
        bottom: -20rem;
        left: -20rem;
    }

    .desktop_large\:-inset-96 {
        top: -24rem;
        right: -24rem;
        bottom: -24rem;
        left: -24rem;
    }

    .desktop_large\:-inset-px {
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
    }

    .desktop_large\:-inset-0\.5 {
        top: -0.125rem;
        right: -0.125rem;
        bottom: -0.125rem;
        left: -0.125rem;
    }

    .desktop_large\:-inset-1\.5 {
        top: -0.375rem;
        right: -0.375rem;
        bottom: -0.375rem;
        left: -0.375rem;
    }

    .desktop_large\:-inset-2\.5 {
        top: -0.625rem;
        right: -0.625rem;
        bottom: -0.625rem;
        left: -0.625rem;
    }

    .desktop_large\:-inset-3\.5 {
        top: -0.875rem;
        right: -0.875rem;
        bottom: -0.875rem;
        left: -0.875rem;
    }

    .desktop_large\:-inset-5p {
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
    }

    .desktop_large\:-inset-10p {
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
    }

    .desktop_large\:-inset-14p {
        top: -14px;
        right: -14px;
        bottom: -14px;
        left: -14px;
    }

    .desktop_large\:-inset-15p {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
    }

    .desktop_large\:-inset-15_2 {
        top: -60px;
        right: -60px;
        bottom: -60px;
        left: -60px;
    }

    .desktop_large\:-inset-16_1 {
        top: -52px;
        right: -52px;
        bottom: -52px;
        left: -52px;
    }

    .desktop_large\:-inset-16p {
        top: -16px;
        right: -16px;
        bottom: -16px;
        left: -16px;
    }

    .desktop_large\:-inset-25p {
        top: -25px;
        right: -25px;
        bottom: -25px;
        left: -25px;
    }

    .desktop_large\:-inset-48p {
        top: -48%;
        right: -48%;
        bottom: -48%;
        left: -48%;
    }

    .desktop_large\:-inset-52p {
        top: -52%;
        right: -52%;
        bottom: -52%;
        left: -52%;
    }

    .desktop_large\:inset-1\/2 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }

    .desktop_large\:inset-1\/3 {
        top: 33.333333%;
        right: 33.333333%;
        bottom: 33.333333%;
        left: 33.333333%;
    }

    .desktop_large\:inset-2\/3 {
        top: 66.666667%;
        right: 66.666667%;
        bottom: 66.666667%;
        left: 66.666667%;
    }

    .desktop_large\:inset-1\/4 {
        top: 25%;
        right: 25%;
        bottom: 25%;
        left: 25%;
    }

    .desktop_large\:inset-2\/4 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }

    .desktop_large\:inset-3\/4 {
        top: 75%;
        right: 75%;
        bottom: 75%;
        left: 75%;
    }

    .desktop_large\:inset-full {
        top: 100%;
        right: 100%;
        bottom: 100%;
        left: 100%;
    }

    .desktop_large\:-inset-1\/2 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }

    .desktop_large\:-inset-1\/3 {
        top: -33.333333%;
        right: -33.333333%;
        bottom: -33.333333%;
        left: -33.333333%;
    }

    .desktop_large\:-inset-2\/3 {
        top: -66.666667%;
        right: -66.666667%;
        bottom: -66.666667%;
        left: -66.666667%;
    }

    .desktop_large\:-inset-1\/4 {
        top: -25%;
        right: -25%;
        bottom: -25%;
        left: -25%;
    }

    .desktop_large\:-inset-2\/4 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }

    .desktop_large\:-inset-3\/4 {
        top: -75%;
        right: -75%;
        bottom: -75%;
        left: -75%;
    }

    .desktop_large\:-inset-full {
        top: -100%;
        right: -100%;
        bottom: -100%;
        left: -100%;
    }

    .desktop_large\:inset-x-0 {
        left: 0px;
        right: 0px;
    }

    .desktop_large\:inset-x-1 {
        left: 0.25rem;
        right: 0.25rem;
    }

    .desktop_large\:inset-x-2 {
        left: 0.5rem;
        right: 0.5rem;
    }

    .desktop_large\:inset-x-3 {
        left: 0.75rem;
        right: 0.75rem;
    }

    .desktop_large\:inset-x-4 {
        left: 1rem;
        right: 1rem;
    }

    .desktop_large\:inset-x-5 {
        left: 1.25rem;
        right: 1.25rem;
    }

    .desktop_large\:inset-x-6 {
        left: 1.5rem;
        right: 1.5rem;
    }

    .desktop_large\:inset-x-7 {
        left: 1.75rem;
        right: 1.75rem;
    }

    .desktop_large\:inset-x-8 {
        left: 2rem;
        right: 2rem;
    }

    .desktop_large\:inset-x-9 {
        left: 2.25rem;
        right: 2.25rem;
    }

    .desktop_large\:inset-x-10 {
        left: 2.5rem;
        right: 2.5rem;
    }

    .desktop_large\:inset-x-11 {
        left: 2.75rem;
        right: 2.75rem;
    }

    .desktop_large\:inset-x-12 {
        left: 3rem;
        right: 3rem;
    }

    .desktop_large\:inset-x-14 {
        left: 3.5rem;
        right: 3.5rem;
    }

    .desktop_large\:inset-x-16 {
        left: 4rem;
        right: 4rem;
    }

    .desktop_large\:inset-x-18 {
        left: 4.375rem;
        right: 4.375rem;
    }

    .desktop_large\:inset-x-19 {
        left: 76px;
        right: 76px;
    }

    .desktop_large\:inset-x-20 {
        left: 5rem;
        right: 5rem;
    }

    .desktop_large\:inset-x-24 {
        left: 6rem;
        right: 6rem;
    }

    .desktop_large\:inset-x-28 {
        left: 7rem;
        right: 7rem;
    }

    .desktop_large\:inset-x-30 {
        left: 120px;
        right: 120px;
    }

    .desktop_large\:inset-x-32 {
        left: 8rem;
        right: 8rem;
    }

    .desktop_large\:inset-x-36 {
        left: 9rem;
        right: 9rem;
    }

    .desktop_large\:inset-x-40 {
        left: 10rem;
        right: 10rem;
    }

    .desktop_large\:inset-x-44 {
        left: 11rem;
        right: 11rem;
    }

    .desktop_large\:inset-x-48 {
        left: 12rem;
        right: 12rem;
    }

    .desktop_large\:inset-x-52 {
        left: 13rem;
        right: 13rem;
    }

    .desktop_large\:inset-x-56 {
        left: 14rem;
        right: 14rem;
    }

    .desktop_large\:inset-x-60 {
        left: 15rem;
        right: 15rem;
    }

    .desktop_large\:inset-x-64 {
        left: 16rem;
        right: 16rem;
    }

    .desktop_large\:inset-x-72 {
        left: 18rem;
        right: 18rem;
    }

    .desktop_large\:inset-x-80 {
        left: 20rem;
        right: 20rem;
    }

    .desktop_large\:inset-x-96 {
        left: 24rem;
        right: 24rem;
    }

    .desktop_large\:inset-x-auto {
        left: auto;
        right: auto;
    }

    .desktop_large\:inset-x-px {
        left: 1px;
        right: 1px;
    }

    .desktop_large\:inset-x-0\.5 {
        left: 0.125rem;
        right: 0.125rem;
    }

    .desktop_large\:inset-x-1\.5 {
        left: 0.375rem;
        right: 0.375rem;
    }

    .desktop_large\:inset-x-2\.5 {
        left: 0.625rem;
        right: 0.625rem;
    }

    .desktop_large\:inset-x-3\.5 {
        left: 0.875rem;
        right: 0.875rem;
    }

    .desktop_large\:inset-x-5p {
        left: 5px;
        right: 5px;
    }

    .desktop_large\:inset-x-10p {
        left: 10px;
        right: 10px;
    }

    .desktop_large\:inset-x-14p {
        left: 14px;
        right: 14px;
    }

    .desktop_large\:inset-x-15p {
        left: 15px;
        right: 15px;
    }

    .desktop_large\:inset-x-15_2 {
        left: 60px;
        right: 60px;
    }

    .desktop_large\:inset-x-16_1 {
        left: 52px;
        right: 52px;
    }

    .desktop_large\:inset-x-16p {
        left: 16px;
        right: 16px;
    }

    .desktop_large\:inset-x-25p {
        left: 25px;
        right: 25px;
    }

    .desktop_large\:inset-x-48p {
        left: 48%;
        right: 48%;
    }

    .desktop_large\:inset-x-52p {
        left: 52%;
        right: 52%;
    }

    .desktop_large\:-inset-x-0 {
        left: 0px;
        right: 0px;
    }

    .desktop_large\:-inset-x-1 {
        left: -0.25rem;
        right: -0.25rem;
    }

    .desktop_large\:-inset-x-2 {
        left: -0.5rem;
        right: -0.5rem;
    }

    .desktop_large\:-inset-x-3 {
        left: -0.75rem;
        right: -0.75rem;
    }

    .desktop_large\:-inset-x-4 {
        left: -1rem;
        right: -1rem;
    }

    .desktop_large\:-inset-x-5 {
        left: -1.25rem;
        right: -1.25rem;
    }

    .desktop_large\:-inset-x-6 {
        left: -1.5rem;
        right: -1.5rem;
    }

    .desktop_large\:-inset-x-7 {
        left: -1.75rem;
        right: -1.75rem;
    }

    .desktop_large\:-inset-x-8 {
        left: -2rem;
        right: -2rem;
    }

    .desktop_large\:-inset-x-9 {
        left: -2.25rem;
        right: -2.25rem;
    }

    .desktop_large\:-inset-x-10 {
        left: -2.5rem;
        right: -2.5rem;
    }

    .desktop_large\:-inset-x-11 {
        left: -2.75rem;
        right: -2.75rem;
    }

    .desktop_large\:-inset-x-12 {
        left: -3rem;
        right: -3rem;
    }

    .desktop_large\:-inset-x-14 {
        left: -3.5rem;
        right: -3.5rem;
    }

    .desktop_large\:-inset-x-16 {
        left: -4rem;
        right: -4rem;
    }

    .desktop_large\:-inset-x-18 {
        left: -4.375rem;
        right: -4.375rem;
    }

    .desktop_large\:-inset-x-19 {
        left: -76px;
        right: -76px;
    }

    .desktop_large\:-inset-x-20 {
        left: -5rem;
        right: -5rem;
    }

    .desktop_large\:-inset-x-24 {
        left: -6rem;
        right: -6rem;
    }

    .desktop_large\:-inset-x-28 {
        left: -7rem;
        right: -7rem;
    }

    .desktop_large\:-inset-x-30 {
        left: -120px;
        right: -120px;
    }

    .desktop_large\:-inset-x-32 {
        left: -8rem;
        right: -8rem;
    }

    .desktop_large\:-inset-x-36 {
        left: -9rem;
        right: -9rem;
    }

    .desktop_large\:-inset-x-40 {
        left: -10rem;
        right: -10rem;
    }

    .desktop_large\:-inset-x-44 {
        left: -11rem;
        right: -11rem;
    }

    .desktop_large\:-inset-x-48 {
        left: -12rem;
        right: -12rem;
    }

    .desktop_large\:-inset-x-52 {
        left: -13rem;
        right: -13rem;
    }

    .desktop_large\:-inset-x-56 {
        left: -14rem;
        right: -14rem;
    }

    .desktop_large\:-inset-x-60 {
        left: -15rem;
        right: -15rem;
    }

    .desktop_large\:-inset-x-64 {
        left: -16rem;
        right: -16rem;
    }

    .desktop_large\:-inset-x-72 {
        left: -18rem;
        right: -18rem;
    }

    .desktop_large\:-inset-x-80 {
        left: -20rem;
        right: -20rem;
    }

    .desktop_large\:-inset-x-96 {
        left: -24rem;
        right: -24rem;
    }

    .desktop_large\:-inset-x-px {
        left: -1px;
        right: -1px;
    }

    .desktop_large\:-inset-x-0\.5 {
        left: -0.125rem;
        right: -0.125rem;
    }

    .desktop_large\:-inset-x-1\.5 {
        left: -0.375rem;
        right: -0.375rem;
    }

    .desktop_large\:-inset-x-2\.5 {
        left: -0.625rem;
        right: -0.625rem;
    }

    .desktop_large\:-inset-x-3\.5 {
        left: -0.875rem;
        right: -0.875rem;
    }

    .desktop_large\:-inset-x-5p {
        left: -5px;
        right: -5px;
    }

    .desktop_large\:-inset-x-10p {
        left: -10px;
        right: -10px;
    }

    .desktop_large\:-inset-x-14p {
        left: -14px;
        right: -14px;
    }

    .desktop_large\:-inset-x-15p {
        left: -15px;
        right: -15px;
    }

    .desktop_large\:-inset-x-15_2 {
        left: -60px;
        right: -60px;
    }

    .desktop_large\:-inset-x-16_1 {
        left: -52px;
        right: -52px;
    }

    .desktop_large\:-inset-x-16p {
        left: -16px;
        right: -16px;
    }

    .desktop_large\:-inset-x-25p {
        left: -25px;
        right: -25px;
    }

    .desktop_large\:-inset-x-48p {
        left: -48%;
        right: -48%;
    }

    .desktop_large\:-inset-x-52p {
        left: -52%;
        right: -52%;
    }

    .desktop_large\:inset-x-1\/2 {
        left: 50%;
        right: 50%;
    }

    .desktop_large\:inset-x-1\/3 {
        left: 33.333333%;
        right: 33.333333%;
    }

    .desktop_large\:inset-x-2\/3 {
        left: 66.666667%;
        right: 66.666667%;
    }

    .desktop_large\:inset-x-1\/4 {
        left: 25%;
        right: 25%;
    }

    .desktop_large\:inset-x-2\/4 {
        left: 50%;
        right: 50%;
    }

    .desktop_large\:inset-x-3\/4 {
        left: 75%;
        right: 75%;
    }

    .desktop_large\:inset-x-full {
        left: 100%;
        right: 100%;
    }

    .desktop_large\:-inset-x-1\/2 {
        left: -50%;
        right: -50%;
    }

    .desktop_large\:-inset-x-1\/3 {
        left: -33.333333%;
        right: -33.333333%;
    }

    .desktop_large\:-inset-x-2\/3 {
        left: -66.666667%;
        right: -66.666667%;
    }

    .desktop_large\:-inset-x-1\/4 {
        left: -25%;
        right: -25%;
    }

    .desktop_large\:-inset-x-2\/4 {
        left: -50%;
        right: -50%;
    }

    .desktop_large\:-inset-x-3\/4 {
        left: -75%;
        right: -75%;
    }

    .desktop_large\:-inset-x-full {
        left: -100%;
        right: -100%;
    }

    .desktop_large\:inset-y-0 {
        top: 0px;
        bottom: 0px;
    }

    .desktop_large\:inset-y-1 {
        top: 0.25rem;
        bottom: 0.25rem;
    }

    .desktop_large\:inset-y-2 {
        top: 0.5rem;
        bottom: 0.5rem;
    }

    .desktop_large\:inset-y-3 {
        top: 0.75rem;
        bottom: 0.75rem;
    }

    .desktop_large\:inset-y-4 {
        top: 1rem;
        bottom: 1rem;
    }

    .desktop_large\:inset-y-5 {
        top: 1.25rem;
        bottom: 1.25rem;
    }

    .desktop_large\:inset-y-6 {
        top: 1.5rem;
        bottom: 1.5rem;
    }

    .desktop_large\:inset-y-7 {
        top: 1.75rem;
        bottom: 1.75rem;
    }

    .desktop_large\:inset-y-8 {
        top: 2rem;
        bottom: 2rem;
    }

    .desktop_large\:inset-y-9 {
        top: 2.25rem;
        bottom: 2.25rem;
    }

    .desktop_large\:inset-y-10 {
        top: 2.5rem;
        bottom: 2.5rem;
    }

    .desktop_large\:inset-y-11 {
        top: 2.75rem;
        bottom: 2.75rem;
    }

    .desktop_large\:inset-y-12 {
        top: 3rem;
        bottom: 3rem;
    }

    .desktop_large\:inset-y-14 {
        top: 3.5rem;
        bottom: 3.5rem;
    }

    .desktop_large\:inset-y-16 {
        top: 4rem;
        bottom: 4rem;
    }

    .desktop_large\:inset-y-18 {
        top: 4.375rem;
        bottom: 4.375rem;
    }

    .desktop_large\:inset-y-19 {
        top: 76px;
        bottom: 76px;
    }

    .desktop_large\:inset-y-20 {
        top: 5rem;
        bottom: 5rem;
    }

    .desktop_large\:inset-y-24 {
        top: 6rem;
        bottom: 6rem;
    }

    .desktop_large\:inset-y-28 {
        top: 7rem;
        bottom: 7rem;
    }

    .desktop_large\:inset-y-30 {
        top: 120px;
        bottom: 120px;
    }

    .desktop_large\:inset-y-32 {
        top: 8rem;
        bottom: 8rem;
    }

    .desktop_large\:inset-y-36 {
        top: 9rem;
        bottom: 9rem;
    }

    .desktop_large\:inset-y-40 {
        top: 10rem;
        bottom: 10rem;
    }

    .desktop_large\:inset-y-44 {
        top: 11rem;
        bottom: 11rem;
    }

    .desktop_large\:inset-y-48 {
        top: 12rem;
        bottom: 12rem;
    }

    .desktop_large\:inset-y-52 {
        top: 13rem;
        bottom: 13rem;
    }

    .desktop_large\:inset-y-56 {
        top: 14rem;
        bottom: 14rem;
    }

    .desktop_large\:inset-y-60 {
        top: 15rem;
        bottom: 15rem;
    }

    .desktop_large\:inset-y-64 {
        top: 16rem;
        bottom: 16rem;
    }

    .desktop_large\:inset-y-72 {
        top: 18rem;
        bottom: 18rem;
    }

    .desktop_large\:inset-y-80 {
        top: 20rem;
        bottom: 20rem;
    }

    .desktop_large\:inset-y-96 {
        top: 24rem;
        bottom: 24rem;
    }

    .desktop_large\:inset-y-auto {
        top: auto;
        bottom: auto;
    }

    .desktop_large\:inset-y-px {
        top: 1px;
        bottom: 1px;
    }

    .desktop_large\:inset-y-0\.5 {
        top: 0.125rem;
        bottom: 0.125rem;
    }

    .desktop_large\:inset-y-1\.5 {
        top: 0.375rem;
        bottom: 0.375rem;
    }

    .desktop_large\:inset-y-2\.5 {
        top: 0.625rem;
        bottom: 0.625rem;
    }

    .desktop_large\:inset-y-3\.5 {
        top: 0.875rem;
        bottom: 0.875rem;
    }

    .desktop_large\:inset-y-5p {
        top: 5px;
        bottom: 5px;
    }

    .desktop_large\:inset-y-10p {
        top: 10px;
        bottom: 10px;
    }

    .desktop_large\:inset-y-14p {
        top: 14px;
        bottom: 14px;
    }

    .desktop_large\:inset-y-15p {
        top: 15px;
        bottom: 15px;
    }

    .desktop_large\:inset-y-15_2 {
        top: 60px;
        bottom: 60px;
    }

    .desktop_large\:inset-y-16_1 {
        top: 52px;
        bottom: 52px;
    }

    .desktop_large\:inset-y-16p {
        top: 16px;
        bottom: 16px;
    }

    .desktop_large\:inset-y-25p {
        top: 25px;
        bottom: 25px;
    }

    .desktop_large\:inset-y-48p {
        top: 48%;
        bottom: 48%;
    }

    .desktop_large\:inset-y-52p {
        top: 52%;
        bottom: 52%;
    }

    .desktop_large\:-inset-y-0 {
        top: 0px;
        bottom: 0px;
    }

    .desktop_large\:-inset-y-1 {
        top: -0.25rem;
        bottom: -0.25rem;
    }

    .desktop_large\:-inset-y-2 {
        top: -0.5rem;
        bottom: -0.5rem;
    }

    .desktop_large\:-inset-y-3 {
        top: -0.75rem;
        bottom: -0.75rem;
    }

    .desktop_large\:-inset-y-4 {
        top: -1rem;
        bottom: -1rem;
    }

    .desktop_large\:-inset-y-5 {
        top: -1.25rem;
        bottom: -1.25rem;
    }

    .desktop_large\:-inset-y-6 {
        top: -1.5rem;
        bottom: -1.5rem;
    }

    .desktop_large\:-inset-y-7 {
        top: -1.75rem;
        bottom: -1.75rem;
    }

    .desktop_large\:-inset-y-8 {
        top: -2rem;
        bottom: -2rem;
    }

    .desktop_large\:-inset-y-9 {
        top: -2.25rem;
        bottom: -2.25rem;
    }

    .desktop_large\:-inset-y-10 {
        top: -2.5rem;
        bottom: -2.5rem;
    }

    .desktop_large\:-inset-y-11 {
        top: -2.75rem;
        bottom: -2.75rem;
    }

    .desktop_large\:-inset-y-12 {
        top: -3rem;
        bottom: -3rem;
    }

    .desktop_large\:-inset-y-14 {
        top: -3.5rem;
        bottom: -3.5rem;
    }

    .desktop_large\:-inset-y-16 {
        top: -4rem;
        bottom: -4rem;
    }

    .desktop_large\:-inset-y-18 {
        top: -4.375rem;
        bottom: -4.375rem;
    }

    .desktop_large\:-inset-y-19 {
        top: -76px;
        bottom: -76px;
    }

    .desktop_large\:-inset-y-20 {
        top: -5rem;
        bottom: -5rem;
    }

    .desktop_large\:-inset-y-24 {
        top: -6rem;
        bottom: -6rem;
    }

    .desktop_large\:-inset-y-28 {
        top: -7rem;
        bottom: -7rem;
    }

    .desktop_large\:-inset-y-30 {
        top: -120px;
        bottom: -120px;
    }

    .desktop_large\:-inset-y-32 {
        top: -8rem;
        bottom: -8rem;
    }

    .desktop_large\:-inset-y-36 {
        top: -9rem;
        bottom: -9rem;
    }

    .desktop_large\:-inset-y-40 {
        top: -10rem;
        bottom: -10rem;
    }

    .desktop_large\:-inset-y-44 {
        top: -11rem;
        bottom: -11rem;
    }

    .desktop_large\:-inset-y-48 {
        top: -12rem;
        bottom: -12rem;
    }

    .desktop_large\:-inset-y-52 {
        top: -13rem;
        bottom: -13rem;
    }

    .desktop_large\:-inset-y-56 {
        top: -14rem;
        bottom: -14rem;
    }

    .desktop_large\:-inset-y-60 {
        top: -15rem;
        bottom: -15rem;
    }

    .desktop_large\:-inset-y-64 {
        top: -16rem;
        bottom: -16rem;
    }

    .desktop_large\:-inset-y-72 {
        top: -18rem;
        bottom: -18rem;
    }

    .desktop_large\:-inset-y-80 {
        top: -20rem;
        bottom: -20rem;
    }

    .desktop_large\:-inset-y-96 {
        top: -24rem;
        bottom: -24rem;
    }

    .desktop_large\:-inset-y-px {
        top: -1px;
        bottom: -1px;
    }

    .desktop_large\:-inset-y-0\.5 {
        top: -0.125rem;
        bottom: -0.125rem;
    }

    .desktop_large\:-inset-y-1\.5 {
        top: -0.375rem;
        bottom: -0.375rem;
    }

    .desktop_large\:-inset-y-2\.5 {
        top: -0.625rem;
        bottom: -0.625rem;
    }

    .desktop_large\:-inset-y-3\.5 {
        top: -0.875rem;
        bottom: -0.875rem;
    }

    .desktop_large\:-inset-y-5p {
        top: -5px;
        bottom: -5px;
    }

    .desktop_large\:-inset-y-10p {
        top: -10px;
        bottom: -10px;
    }

    .desktop_large\:-inset-y-14p {
        top: -14px;
        bottom: -14px;
    }

    .desktop_large\:-inset-y-15p {
        top: -15px;
        bottom: -15px;
    }

    .desktop_large\:-inset-y-15_2 {
        top: -60px;
        bottom: -60px;
    }

    .desktop_large\:-inset-y-16_1 {
        top: -52px;
        bottom: -52px;
    }

    .desktop_large\:-inset-y-16p {
        top: -16px;
        bottom: -16px;
    }

    .desktop_large\:-inset-y-25p {
        top: -25px;
        bottom: -25px;
    }

    .desktop_large\:-inset-y-48p {
        top: -48%;
        bottom: -48%;
    }

    .desktop_large\:-inset-y-52p {
        top: -52%;
        bottom: -52%;
    }

    .desktop_large\:inset-y-1\/2 {
        top: 50%;
        bottom: 50%;
    }

    .desktop_large\:inset-y-1\/3 {
        top: 33.333333%;
        bottom: 33.333333%;
    }

    .desktop_large\:inset-y-2\/3 {
        top: 66.666667%;
        bottom: 66.666667%;
    }

    .desktop_large\:inset-y-1\/4 {
        top: 25%;
        bottom: 25%;
    }

    .desktop_large\:inset-y-2\/4 {
        top: 50%;
        bottom: 50%;
    }

    .desktop_large\:inset-y-3\/4 {
        top: 75%;
        bottom: 75%;
    }

    .desktop_large\:inset-y-full {
        top: 100%;
        bottom: 100%;
    }

    .desktop_large\:-inset-y-1\/2 {
        top: -50%;
        bottom: -50%;
    }

    .desktop_large\:-inset-y-1\/3 {
        top: -33.333333%;
        bottom: -33.333333%;
    }

    .desktop_large\:-inset-y-2\/3 {
        top: -66.666667%;
        bottom: -66.666667%;
    }

    .desktop_large\:-inset-y-1\/4 {
        top: -25%;
        bottom: -25%;
    }

    .desktop_large\:-inset-y-2\/4 {
        top: -50%;
        bottom: -50%;
    }

    .desktop_large\:-inset-y-3\/4 {
        top: -75%;
        bottom: -75%;
    }

    .desktop_large\:-inset-y-full {
        top: -100%;
        bottom: -100%;
    }

    .desktop_large\:top-0 {
        top: 0px;
    }

    .desktop_large\:top-1 {
        top: 0.25rem;
    }

    .desktop_large\:top-2 {
        top: 0.5rem;
    }

    .desktop_large\:top-3 {
        top: 0.75rem;
    }

    .desktop_large\:top-4 {
        top: 1rem;
    }

    .desktop_large\:top-5 {
        top: 1.25rem;
    }

    .desktop_large\:top-6 {
        top: 1.5rem;
    }

    .desktop_large\:top-7 {
        top: 1.75rem;
    }

    .desktop_large\:top-8 {
        top: 2rem;
    }

    .desktop_large\:top-9 {
        top: 2.25rem;
    }

    .desktop_large\:top-10 {
        top: 2.5rem;
    }

    .desktop_large\:top-11 {
        top: 2.75rem;
    }

    .desktop_large\:top-12 {
        top: 3rem;
    }

    .desktop_large\:top-14 {
        top: 3.5rem;
    }

    .desktop_large\:top-16 {
        top: 4rem;
    }

    .desktop_large\:top-18 {
        top: 4.375rem;
    }

    .desktop_large\:top-19 {
        top: 76px;
    }

    .desktop_large\:top-20 {
        top: 5rem;
    }

    .desktop_large\:top-24 {
        top: 6rem;
    }

    .desktop_large\:top-28 {
        top: 7rem;
    }

    .desktop_large\:top-30 {
        top: 120px;
    }

    .desktop_large\:top-32 {
        top: 8rem;
    }

    .desktop_large\:top-36 {
        top: 9rem;
    }

    .desktop_large\:top-40 {
        top: 10rem;
    }

    .desktop_large\:top-44 {
        top: 11rem;
    }

    .desktop_large\:top-48 {
        top: 12rem;
    }

    .desktop_large\:top-52 {
        top: 13rem;
    }

    .desktop_large\:top-56 {
        top: 14rem;
    }

    .desktop_large\:top-60 {
        top: 15rem;
    }

    .desktop_large\:top-64 {
        top: 16rem;
    }

    .desktop_large\:top-72 {
        top: 18rem;
    }

    .desktop_large\:top-80 {
        top: 20rem;
    }

    .desktop_large\:top-96 {
        top: 24rem;
    }

    .desktop_large\:top-auto {
        top: auto;
    }

    .desktop_large\:top-px {
        top: 1px;
    }

    .desktop_large\:top-0\.5 {
        top: 0.125rem;
    }

    .desktop_large\:top-1\.5 {
        top: 0.375rem;
    }

    .desktop_large\:top-2\.5 {
        top: 0.625rem;
    }

    .desktop_large\:top-3\.5 {
        top: 0.875rem;
    }

    .desktop_large\:top-5p {
        top: 5px;
    }

    .desktop_large\:top-10p {
        top: 10px;
    }

    .desktop_large\:top-14p {
        top: 14px;
    }

    .desktop_large\:top-15p {
        top: 15px;
    }

    .desktop_large\:top-15_2 {
        top: 60px;
    }

    .desktop_large\:top-16_1 {
        top: 52px;
    }

    .desktop_large\:top-16p {
        top: 16px;
    }

    .desktop_large\:top-25p {
        top: 25px;
    }

    .desktop_large\:top-48p {
        top: 48%;
    }

    .desktop_large\:top-52p {
        top: 52%;
    }

    .desktop_large\:-top-0 {
        top: 0px;
    }

    .desktop_large\:-top-1 {
        top: -0.25rem;
    }

    .desktop_large\:-top-2 {
        top: -0.5rem;
    }

    .desktop_large\:-top-3 {
        top: -0.75rem;
    }

    .desktop_large\:-top-4 {
        top: -1rem;
    }

    .desktop_large\:-top-5 {
        top: -1.25rem;
    }

    .desktop_large\:-top-6 {
        top: -1.5rem;
    }

    .desktop_large\:-top-7 {
        top: -1.75rem;
    }

    .desktop_large\:-top-8 {
        top: -2rem;
    }

    .desktop_large\:-top-9 {
        top: -2.25rem;
    }

    .desktop_large\:-top-10 {
        top: -2.5rem;
    }

    .desktop_large\:-top-11 {
        top: -2.75rem;
    }

    .desktop_large\:-top-12 {
        top: -3rem;
    }

    .desktop_large\:-top-14 {
        top: -3.5rem;
    }

    .desktop_large\:-top-16 {
        top: -4rem;
    }

    .desktop_large\:-top-18 {
        top: -4.375rem;
    }

    .desktop_large\:-top-19 {
        top: -76px;
    }

    .desktop_large\:-top-20 {
        top: -5rem;
    }

    .desktop_large\:-top-24 {
        top: -6rem;
    }

    .desktop_large\:-top-28 {
        top: -7rem;
    }

    .desktop_large\:-top-30 {
        top: -120px;
    }

    .desktop_large\:-top-32 {
        top: -8rem;
    }

    .desktop_large\:-top-36 {
        top: -9rem;
    }

    .desktop_large\:-top-40 {
        top: -10rem;
    }

    .desktop_large\:-top-44 {
        top: -11rem;
    }

    .desktop_large\:-top-48 {
        top: -12rem;
    }

    .desktop_large\:-top-52 {
        top: -13rem;
    }

    .desktop_large\:-top-56 {
        top: -14rem;
    }

    .desktop_large\:-top-60 {
        top: -15rem;
    }

    .desktop_large\:-top-64 {
        top: -16rem;
    }

    .desktop_large\:-top-72 {
        top: -18rem;
    }

    .desktop_large\:-top-80 {
        top: -20rem;
    }

    .desktop_large\:-top-96 {
        top: -24rem;
    }

    .desktop_large\:-top-px {
        top: -1px;
    }

    .desktop_large\:-top-0\.5 {
        top: -0.125rem;
    }

    .desktop_large\:-top-1\.5 {
        top: -0.375rem;
    }

    .desktop_large\:-top-2\.5 {
        top: -0.625rem;
    }

    .desktop_large\:-top-3\.5 {
        top: -0.875rem;
    }

    .desktop_large\:-top-5p {
        top: -5px;
    }

    .desktop_large\:-top-10p {
        top: -10px;
    }

    .desktop_large\:-top-14p {
        top: -14px;
    }

    .desktop_large\:-top-15p {
        top: -15px;
    }

    .desktop_large\:-top-15_2 {
        top: -60px;
    }

    .desktop_large\:-top-16_1 {
        top: -52px;
    }

    .desktop_large\:-top-16p {
        top: -16px;
    }

    .desktop_large\:-top-25p {
        top: -25px;
    }

    .desktop_large\:-top-48p {
        top: -48%;
    }

    .desktop_large\:-top-52p {
        top: -52%;
    }

    .desktop_large\:top-1\/2 {
        top: 50%;
    }

    .desktop_large\:top-1\/3 {
        top: 33.333333%;
    }

    .desktop_large\:top-2\/3 {
        top: 66.666667%;
    }

    .desktop_large\:top-1\/4 {
        top: 25%;
    }

    .desktop_large\:top-2\/4 {
        top: 50%;
    }

    .desktop_large\:top-3\/4 {
        top: 75%;
    }

    .desktop_large\:top-full {
        top: 100%;
    }

    .desktop_large\:-top-1\/2 {
        top: -50%;
    }

    .desktop_large\:-top-1\/3 {
        top: -33.333333%;
    }

    .desktop_large\:-top-2\/3 {
        top: -66.666667%;
    }

    .desktop_large\:-top-1\/4 {
        top: -25%;
    }

    .desktop_large\:-top-2\/4 {
        top: -50%;
    }

    .desktop_large\:-top-3\/4 {
        top: -75%;
    }

    .desktop_large\:-top-full {
        top: -100%;
    }

    .desktop_large\:right-0 {
        right: 0px;
    }

    .desktop_large\:right-1 {
        right: 0.25rem;
    }

    .desktop_large\:right-2 {
        right: 0.5rem;
    }

    .desktop_large\:right-3 {
        right: 0.75rem;
    }

    .desktop_large\:right-4 {
        right: 1rem;
    }

    .desktop_large\:right-5 {
        right: 1.25rem;
    }

    .desktop_large\:right-6 {
        right: 1.5rem;
    }

    .desktop_large\:right-7 {
        right: 1.75rem;
    }

    .desktop_large\:right-8 {
        right: 2rem;
    }

    .desktop_large\:right-9 {
        right: 2.25rem;
    }

    .desktop_large\:right-10 {
        right: 2.5rem;
    }

    .desktop_large\:right-11 {
        right: 2.75rem;
    }

    .desktop_large\:right-12 {
        right: 3rem;
    }

    .desktop_large\:right-14 {
        right: 3.5rem;
    }

    .desktop_large\:right-16 {
        right: 4rem;
    }

    .desktop_large\:right-18 {
        right: 4.375rem;
    }

    .desktop_large\:right-19 {
        right: 76px;
    }

    .desktop_large\:right-20 {
        right: 5rem;
    }

    .desktop_large\:right-24 {
        right: 6rem;
    }

    .desktop_large\:right-28 {
        right: 7rem;
    }

    .desktop_large\:right-30 {
        right: 120px;
    }

    .desktop_large\:right-32 {
        right: 8rem;
    }

    .desktop_large\:right-36 {
        right: 9rem;
    }

    .desktop_large\:right-40 {
        right: 10rem;
    }

    .desktop_large\:right-44 {
        right: 11rem;
    }

    .desktop_large\:right-48 {
        right: 12rem;
    }

    .desktop_large\:right-52 {
        right: 13rem;
    }

    .desktop_large\:right-56 {
        right: 14rem;
    }

    .desktop_large\:right-60 {
        right: 15rem;
    }

    .desktop_large\:right-64 {
        right: 16rem;
    }

    .desktop_large\:right-72 {
        right: 18rem;
    }

    .desktop_large\:right-80 {
        right: 20rem;
    }

    .desktop_large\:right-96 {
        right: 24rem;
    }

    .desktop_large\:right-auto {
        right: auto;
    }

    .desktop_large\:right-px {
        right: 1px;
    }

    .desktop_large\:right-0\.5 {
        right: 0.125rem;
    }

    .desktop_large\:right-1\.5 {
        right: 0.375rem;
    }

    .desktop_large\:right-2\.5 {
        right: 0.625rem;
    }

    .desktop_large\:right-3\.5 {
        right: 0.875rem;
    }

    .desktop_large\:right-5p {
        right: 5px;
    }

    .desktop_large\:right-10p {
        right: 10px;
    }

    .desktop_large\:right-14p {
        right: 14px;
    }

    .desktop_large\:right-15p {
        right: 15px;
    }

    .desktop_large\:right-15_2 {
        right: 60px;
    }

    .desktop_large\:right-16_1 {
        right: 52px;
    }

    .desktop_large\:right-16p {
        right: 16px;
    }

    .desktop_large\:right-25p {
        right: 25px;
    }

    .desktop_large\:right-48p {
        right: 48%;
    }

    .desktop_large\:right-52p {
        right: 52%;
    }

    .desktop_large\:-right-0 {
        right: 0px;
    }

    .desktop_large\:-right-1 {
        right: -0.25rem;
    }

    .desktop_large\:-right-2 {
        right: -0.5rem;
    }

    .desktop_large\:-right-3 {
        right: -0.75rem;
    }

    .desktop_large\:-right-4 {
        right: -1rem;
    }

    .desktop_large\:-right-5 {
        right: -1.25rem;
    }

    .desktop_large\:-right-6 {
        right: -1.5rem;
    }

    .desktop_large\:-right-7 {
        right: -1.75rem;
    }

    .desktop_large\:-right-8 {
        right: -2rem;
    }

    .desktop_large\:-right-9 {
        right: -2.25rem;
    }

    .desktop_large\:-right-10 {
        right: -2.5rem;
    }

    .desktop_large\:-right-11 {
        right: -2.75rem;
    }

    .desktop_large\:-right-12 {
        right: -3rem;
    }

    .desktop_large\:-right-14 {
        right: -3.5rem;
    }

    .desktop_large\:-right-16 {
        right: -4rem;
    }

    .desktop_large\:-right-18 {
        right: -4.375rem;
    }

    .desktop_large\:-right-19 {
        right: -76px;
    }

    .desktop_large\:-right-20 {
        right: -5rem;
    }

    .desktop_large\:-right-24 {
        right: -6rem;
    }

    .desktop_large\:-right-28 {
        right: -7rem;
    }

    .desktop_large\:-right-30 {
        right: -120px;
    }

    .desktop_large\:-right-32 {
        right: -8rem;
    }

    .desktop_large\:-right-36 {
        right: -9rem;
    }

    .desktop_large\:-right-40 {
        right: -10rem;
    }

    .desktop_large\:-right-44 {
        right: -11rem;
    }

    .desktop_large\:-right-48 {
        right: -12rem;
    }

    .desktop_large\:-right-52 {
        right: -13rem;
    }

    .desktop_large\:-right-56 {
        right: -14rem;
    }

    .desktop_large\:-right-60 {
        right: -15rem;
    }

    .desktop_large\:-right-64 {
        right: -16rem;
    }

    .desktop_large\:-right-72 {
        right: -18rem;
    }

    .desktop_large\:-right-80 {
        right: -20rem;
    }

    .desktop_large\:-right-96 {
        right: -24rem;
    }

    .desktop_large\:-right-px {
        right: -1px;
    }

    .desktop_large\:-right-0\.5 {
        right: -0.125rem;
    }

    .desktop_large\:-right-1\.5 {
        right: -0.375rem;
    }

    .desktop_large\:-right-2\.5 {
        right: -0.625rem;
    }

    .desktop_large\:-right-3\.5 {
        right: -0.875rem;
    }

    .desktop_large\:-right-5p {
        right: -5px;
    }

    .desktop_large\:-right-10p {
        right: -10px;
    }

    .desktop_large\:-right-14p {
        right: -14px;
    }

    .desktop_large\:-right-15p {
        right: -15px;
    }

    .desktop_large\:-right-15_2 {
        right: -60px;
    }

    .desktop_large\:-right-16_1 {
        right: -52px;
    }

    .desktop_large\:-right-16p {
        right: -16px;
    }

    .desktop_large\:-right-25p {
        right: -25px;
    }

    .desktop_large\:-right-48p {
        right: -48%;
    }

    .desktop_large\:-right-52p {
        right: -52%;
    }

    .desktop_large\:right-1\/2 {
        right: 50%;
    }

    .desktop_large\:right-1\/3 {
        right: 33.333333%;
    }

    .desktop_large\:right-2\/3 {
        right: 66.666667%;
    }

    .desktop_large\:right-1\/4 {
        right: 25%;
    }

    .desktop_large\:right-2\/4 {
        right: 50%;
    }

    .desktop_large\:right-3\/4 {
        right: 75%;
    }

    .desktop_large\:right-full {
        right: 100%;
    }

    .desktop_large\:-right-1\/2 {
        right: -50%;
    }

    .desktop_large\:-right-1\/3 {
        right: -33.333333%;
    }

    .desktop_large\:-right-2\/3 {
        right: -66.666667%;
    }

    .desktop_large\:-right-1\/4 {
        right: -25%;
    }

    .desktop_large\:-right-2\/4 {
        right: -50%;
    }

    .desktop_large\:-right-3\/4 {
        right: -75%;
    }

    .desktop_large\:-right-full {
        right: -100%;
    }

    .desktop_large\:bottom-0 {
        bottom: 0px;
    }

    .desktop_large\:bottom-1 {
        bottom: 0.25rem;
    }

    .desktop_large\:bottom-2 {
        bottom: 0.5rem;
    }

    .desktop_large\:bottom-3 {
        bottom: 0.75rem;
    }

    .desktop_large\:bottom-4 {
        bottom: 1rem;
    }

    .desktop_large\:bottom-5 {
        bottom: 1.25rem;
    }

    .desktop_large\:bottom-6 {
        bottom: 1.5rem;
    }

    .desktop_large\:bottom-7 {
        bottom: 1.75rem;
    }

    .desktop_large\:bottom-8 {
        bottom: 2rem;
    }

    .desktop_large\:bottom-9 {
        bottom: 2.25rem;
    }

    .desktop_large\:bottom-10 {
        bottom: 2.5rem;
    }

    .desktop_large\:bottom-11 {
        bottom: 2.75rem;
    }

    .desktop_large\:bottom-12 {
        bottom: 3rem;
    }

    .desktop_large\:bottom-14 {
        bottom: 3.5rem;
    }

    .desktop_large\:bottom-16 {
        bottom: 4rem;
    }

    .desktop_large\:bottom-18 {
        bottom: 4.375rem;
    }

    .desktop_large\:bottom-19 {
        bottom: 76px;
    }

    .desktop_large\:bottom-20 {
        bottom: 5rem;
    }

    .desktop_large\:bottom-24 {
        bottom: 6rem;
    }

    .desktop_large\:bottom-28 {
        bottom: 7rem;
    }

    .desktop_large\:bottom-30 {
        bottom: 120px;
    }

    .desktop_large\:bottom-32 {
        bottom: 8rem;
    }

    .desktop_large\:bottom-36 {
        bottom: 9rem;
    }

    .desktop_large\:bottom-40 {
        bottom: 10rem;
    }

    .desktop_large\:bottom-44 {
        bottom: 11rem;
    }

    .desktop_large\:bottom-48 {
        bottom: 12rem;
    }

    .desktop_large\:bottom-52 {
        bottom: 13rem;
    }

    .desktop_large\:bottom-56 {
        bottom: 14rem;
    }

    .desktop_large\:bottom-60 {
        bottom: 15rem;
    }

    .desktop_large\:bottom-64 {
        bottom: 16rem;
    }

    .desktop_large\:bottom-72 {
        bottom: 18rem;
    }

    .desktop_large\:bottom-80 {
        bottom: 20rem;
    }

    .desktop_large\:bottom-96 {
        bottom: 24rem;
    }

    .desktop_large\:bottom-auto {
        bottom: auto;
    }

    .desktop_large\:bottom-px {
        bottom: 1px;
    }

    .desktop_large\:bottom-0\.5 {
        bottom: 0.125rem;
    }

    .desktop_large\:bottom-1\.5 {
        bottom: 0.375rem;
    }

    .desktop_large\:bottom-2\.5 {
        bottom: 0.625rem;
    }

    .desktop_large\:bottom-3\.5 {
        bottom: 0.875rem;
    }

    .desktop_large\:bottom-5p {
        bottom: 5px;
    }

    .desktop_large\:bottom-10p {
        bottom: 10px;
    }

    .desktop_large\:bottom-14p {
        bottom: 14px;
    }

    .desktop_large\:bottom-15p {
        bottom: 15px;
    }

    .desktop_large\:bottom-15_2 {
        bottom: 60px;
    }

    .desktop_large\:bottom-16_1 {
        bottom: 52px;
    }

    .desktop_large\:bottom-16p {
        bottom: 16px;
    }

    .desktop_large\:bottom-25p {
        bottom: 25px;
    }

    .desktop_large\:bottom-48p {
        bottom: 48%;
    }

    .desktop_large\:bottom-52p {
        bottom: 52%;
    }

    .desktop_large\:-bottom-0 {
        bottom: 0px;
    }

    .desktop_large\:-bottom-1 {
        bottom: -0.25rem;
    }

    .desktop_large\:-bottom-2 {
        bottom: -0.5rem;
    }

    .desktop_large\:-bottom-3 {
        bottom: -0.75rem;
    }

    .desktop_large\:-bottom-4 {
        bottom: -1rem;
    }

    .desktop_large\:-bottom-5 {
        bottom: -1.25rem;
    }

    .desktop_large\:-bottom-6 {
        bottom: -1.5rem;
    }

    .desktop_large\:-bottom-7 {
        bottom: -1.75rem;
    }

    .desktop_large\:-bottom-8 {
        bottom: -2rem;
    }

    .desktop_large\:-bottom-9 {
        bottom: -2.25rem;
    }

    .desktop_large\:-bottom-10 {
        bottom: -2.5rem;
    }

    .desktop_large\:-bottom-11 {
        bottom: -2.75rem;
    }

    .desktop_large\:-bottom-12 {
        bottom: -3rem;
    }

    .desktop_large\:-bottom-14 {
        bottom: -3.5rem;
    }

    .desktop_large\:-bottom-16 {
        bottom: -4rem;
    }

    .desktop_large\:-bottom-18 {
        bottom: -4.375rem;
    }

    .desktop_large\:-bottom-19 {
        bottom: -76px;
    }

    .desktop_large\:-bottom-20 {
        bottom: -5rem;
    }

    .desktop_large\:-bottom-24 {
        bottom: -6rem;
    }

    .desktop_large\:-bottom-28 {
        bottom: -7rem;
    }

    .desktop_large\:-bottom-30 {
        bottom: -120px;
    }

    .desktop_large\:-bottom-32 {
        bottom: -8rem;
    }

    .desktop_large\:-bottom-36 {
        bottom: -9rem;
    }

    .desktop_large\:-bottom-40 {
        bottom: -10rem;
    }

    .desktop_large\:-bottom-44 {
        bottom: -11rem;
    }

    .desktop_large\:-bottom-48 {
        bottom: -12rem;
    }

    .desktop_large\:-bottom-52 {
        bottom: -13rem;
    }

    .desktop_large\:-bottom-56 {
        bottom: -14rem;
    }

    .desktop_large\:-bottom-60 {
        bottom: -15rem;
    }

    .desktop_large\:-bottom-64 {
        bottom: -16rem;
    }

    .desktop_large\:-bottom-72 {
        bottom: -18rem;
    }

    .desktop_large\:-bottom-80 {
        bottom: -20rem;
    }

    .desktop_large\:-bottom-96 {
        bottom: -24rem;
    }

    .desktop_large\:-bottom-px {
        bottom: -1px;
    }

    .desktop_large\:-bottom-0\.5 {
        bottom: -0.125rem;
    }

    .desktop_large\:-bottom-1\.5 {
        bottom: -0.375rem;
    }

    .desktop_large\:-bottom-2\.5 {
        bottom: -0.625rem;
    }

    .desktop_large\:-bottom-3\.5 {
        bottom: -0.875rem;
    }

    .desktop_large\:-bottom-5p {
        bottom: -5px;
    }

    .desktop_large\:-bottom-10p {
        bottom: -10px;
    }

    .desktop_large\:-bottom-14p {
        bottom: -14px;
    }

    .desktop_large\:-bottom-15p {
        bottom: -15px;
    }

    .desktop_large\:-bottom-15_2 {
        bottom: -60px;
    }

    .desktop_large\:-bottom-16_1 {
        bottom: -52px;
    }

    .desktop_large\:-bottom-16p {
        bottom: -16px;
    }

    .desktop_large\:-bottom-25p {
        bottom: -25px;
    }

    .desktop_large\:-bottom-48p {
        bottom: -48%;
    }

    .desktop_large\:-bottom-52p {
        bottom: -52%;
    }

    .desktop_large\:bottom-1\/2 {
        bottom: 50%;
    }

    .desktop_large\:bottom-1\/3 {
        bottom: 33.333333%;
    }

    .desktop_large\:bottom-2\/3 {
        bottom: 66.666667%;
    }

    .desktop_large\:bottom-1\/4 {
        bottom: 25%;
    }

    .desktop_large\:bottom-2\/4 {
        bottom: 50%;
    }

    .desktop_large\:bottom-3\/4 {
        bottom: 75%;
    }

    .desktop_large\:bottom-full {
        bottom: 100%;
    }

    .desktop_large\:-bottom-1\/2 {
        bottom: -50%;
    }

    .desktop_large\:-bottom-1\/3 {
        bottom: -33.333333%;
    }

    .desktop_large\:-bottom-2\/3 {
        bottom: -66.666667%;
    }

    .desktop_large\:-bottom-1\/4 {
        bottom: -25%;
    }

    .desktop_large\:-bottom-2\/4 {
        bottom: -50%;
    }

    .desktop_large\:-bottom-3\/4 {
        bottom: -75%;
    }

    .desktop_large\:-bottom-full {
        bottom: -100%;
    }

    .desktop_large\:left-0 {
        left: 0px;
    }

    .desktop_large\:left-1 {
        left: 0.25rem;
    }

    .desktop_large\:left-2 {
        left: 0.5rem;
    }

    .desktop_large\:left-3 {
        left: 0.75rem;
    }

    .desktop_large\:left-4 {
        left: 1rem;
    }

    .desktop_large\:left-5 {
        left: 1.25rem;
    }

    .desktop_large\:left-6 {
        left: 1.5rem;
    }

    .desktop_large\:left-7 {
        left: 1.75rem;
    }

    .desktop_large\:left-8 {
        left: 2rem;
    }

    .desktop_large\:left-9 {
        left: 2.25rem;
    }

    .desktop_large\:left-10 {
        left: 2.5rem;
    }

    .desktop_large\:left-11 {
        left: 2.75rem;
    }

    .desktop_large\:left-12 {
        left: 3rem;
    }

    .desktop_large\:left-14 {
        left: 3.5rem;
    }

    .desktop_large\:left-16 {
        left: 4rem;
    }

    .desktop_large\:left-18 {
        left: 4.375rem;
    }

    .desktop_large\:left-19 {
        left: 76px;
    }

    .desktop_large\:left-20 {
        left: 5rem;
    }

    .desktop_large\:left-24 {
        left: 6rem;
    }

    .desktop_large\:left-28 {
        left: 7rem;
    }

    .desktop_large\:left-30 {
        left: 120px;
    }

    .desktop_large\:left-32 {
        left: 8rem;
    }

    .desktop_large\:left-36 {
        left: 9rem;
    }

    .desktop_large\:left-40 {
        left: 10rem;
    }

    .desktop_large\:left-44 {
        left: 11rem;
    }

    .desktop_large\:left-48 {
        left: 12rem;
    }

    .desktop_large\:left-52 {
        left: 13rem;
    }

    .desktop_large\:left-56 {
        left: 14rem;
    }

    .desktop_large\:left-60 {
        left: 15rem;
    }

    .desktop_large\:left-64 {
        left: 16rem;
    }

    .desktop_large\:left-72 {
        left: 18rem;
    }

    .desktop_large\:left-80 {
        left: 20rem;
    }

    .desktop_large\:left-96 {
        left: 24rem;
    }

    .desktop_large\:left-auto {
        left: auto;
    }

    .desktop_large\:left-px {
        left: 1px;
    }

    .desktop_large\:left-0\.5 {
        left: 0.125rem;
    }

    .desktop_large\:left-1\.5 {
        left: 0.375rem;
    }

    .desktop_large\:left-2\.5 {
        left: 0.625rem;
    }

    .desktop_large\:left-3\.5 {
        left: 0.875rem;
    }

    .desktop_large\:left-5p {
        left: 5px;
    }

    .desktop_large\:left-10p {
        left: 10px;
    }

    .desktop_large\:left-14p {
        left: 14px;
    }

    .desktop_large\:left-15p {
        left: 15px;
    }

    .desktop_large\:left-15_2 {
        left: 60px;
    }

    .desktop_large\:left-16_1 {
        left: 52px;
    }

    .desktop_large\:left-16p {
        left: 16px;
    }

    .desktop_large\:left-25p {
        left: 25px;
    }

    .desktop_large\:left-48p {
        left: 48%;
    }

    .desktop_large\:left-52p {
        left: 52%;
    }

    .desktop_large\:-left-0 {
        left: 0px;
    }

    .desktop_large\:-left-1 {
        left: -0.25rem;
    }

    .desktop_large\:-left-2 {
        left: -0.5rem;
    }

    .desktop_large\:-left-3 {
        left: -0.75rem;
    }

    .desktop_large\:-left-4 {
        left: -1rem;
    }

    .desktop_large\:-left-5 {
        left: -1.25rem;
    }

    .desktop_large\:-left-6 {
        left: -1.5rem;
    }

    .desktop_large\:-left-7 {
        left: -1.75rem;
    }

    .desktop_large\:-left-8 {
        left: -2rem;
    }

    .desktop_large\:-left-9 {
        left: -2.25rem;
    }

    .desktop_large\:-left-10 {
        left: -2.5rem;
    }

    .desktop_large\:-left-11 {
        left: -2.75rem;
    }

    .desktop_large\:-left-12 {
        left: -3rem;
    }

    .desktop_large\:-left-14 {
        left: -3.5rem;
    }

    .desktop_large\:-left-16 {
        left: -4rem;
    }

    .desktop_large\:-left-18 {
        left: -4.375rem;
    }

    .desktop_large\:-left-19 {
        left: -76px;
    }

    .desktop_large\:-left-20 {
        left: -5rem;
    }

    .desktop_large\:-left-24 {
        left: -6rem;
    }

    .desktop_large\:-left-28 {
        left: -7rem;
    }

    .desktop_large\:-left-30 {
        left: -120px;
    }

    .desktop_large\:-left-32 {
        left: -8rem;
    }

    .desktop_large\:-left-36 {
        left: -9rem;
    }

    .desktop_large\:-left-40 {
        left: -10rem;
    }

    .desktop_large\:-left-44 {
        left: -11rem;
    }

    .desktop_large\:-left-48 {
        left: -12rem;
    }

    .desktop_large\:-left-52 {
        left: -13rem;
    }

    .desktop_large\:-left-56 {
        left: -14rem;
    }

    .desktop_large\:-left-60 {
        left: -15rem;
    }

    .desktop_large\:-left-64 {
        left: -16rem;
    }

    .desktop_large\:-left-72 {
        left: -18rem;
    }

    .desktop_large\:-left-80 {
        left: -20rem;
    }

    .desktop_large\:-left-96 {
        left: -24rem;
    }

    .desktop_large\:-left-px {
        left: -1px;
    }

    .desktop_large\:-left-0\.5 {
        left: -0.125rem;
    }

    .desktop_large\:-left-1\.5 {
        left: -0.375rem;
    }

    .desktop_large\:-left-2\.5 {
        left: -0.625rem;
    }

    .desktop_large\:-left-3\.5 {
        left: -0.875rem;
    }

    .desktop_large\:-left-5p {
        left: -5px;
    }

    .desktop_large\:-left-10p {
        left: -10px;
    }

    .desktop_large\:-left-14p {
        left: -14px;
    }

    .desktop_large\:-left-15p {
        left: -15px;
    }

    .desktop_large\:-left-15_2 {
        left: -60px;
    }

    .desktop_large\:-left-16_1 {
        left: -52px;
    }

    .desktop_large\:-left-16p {
        left: -16px;
    }

    .desktop_large\:-left-25p {
        left: -25px;
    }

    .desktop_large\:-left-48p {
        left: -48%;
    }

    .desktop_large\:-left-52p {
        left: -52%;
    }

    .desktop_large\:left-1\/2 {
        left: 50%;
    }

    .desktop_large\:left-1\/3 {
        left: 33.333333%;
    }

    .desktop_large\:left-2\/3 {
        left: 66.666667%;
    }

    .desktop_large\:left-1\/4 {
        left: 25%;
    }

    .desktop_large\:left-2\/4 {
        left: 50%;
    }

    .desktop_large\:left-3\/4 {
        left: 75%;
    }

    .desktop_large\:left-full {
        left: 100%;
    }

    .desktop_large\:-left-1\/2 {
        left: -50%;
    }

    .desktop_large\:-left-1\/3 {
        left: -33.333333%;
    }

    .desktop_large\:-left-2\/3 {
        left: -66.666667%;
    }

    .desktop_large\:-left-1\/4 {
        left: -25%;
    }

    .desktop_large\:-left-2\/4 {
        left: -50%;
    }

    .desktop_large\:-left-3\/4 {
        left: -75%;
    }

    .desktop_large\:-left-full {
        left: -100%;
    }

    .desktop_large\:isolate {
        isolation: isolate;
    }

    .desktop_large\:isolation-auto {
        isolation: auto;
    }

    .desktop_large\:z-0 {
        z-index: 0;
    }

    .desktop_large\:z-10 {
        z-index: 10;
    }

    .desktop_large\:z-20 {
        z-index: 20;
    }

    .desktop_large\:z-30 {
        z-index: 30;
    }

    .desktop_large\:z-40 {
        z-index: 40;
    }

    .desktop_large\:z-50 {
        z-index: 50;
    }

    .desktop_large\:z-auto {
        z-index: auto;
    }

    .desktop_large\:focus-within\:z-0:focus-within {
        z-index: 0;
    }

    .desktop_large\:focus-within\:z-10:focus-within {
        z-index: 10;
    }

    .desktop_large\:focus-within\:z-20:focus-within {
        z-index: 20;
    }

    .desktop_large\:focus-within\:z-30:focus-within {
        z-index: 30;
    }

    .desktop_large\:focus-within\:z-40:focus-within {
        z-index: 40;
    }

    .desktop_large\:focus-within\:z-50:focus-within {
        z-index: 50;
    }

    .desktop_large\:focus-within\:z-auto:focus-within {
        z-index: auto;
    }

    .desktop_large\:focus\:z-0:focus {
        z-index: 0;
    }

    .desktop_large\:focus\:z-10:focus {
        z-index: 10;
    }

    .desktop_large\:focus\:z-20:focus {
        z-index: 20;
    }

    .desktop_large\:focus\:z-30:focus {
        z-index: 30;
    }

    .desktop_large\:focus\:z-40:focus {
        z-index: 40;
    }

    .desktop_large\:focus\:z-50:focus {
        z-index: 50;
    }

    .desktop_large\:focus\:z-auto:focus {
        z-index: auto;
    }

    .desktop_large\:order-1 {
        order: 1;
    }

    .desktop_large\:order-2 {
        order: 2;
    }

    .desktop_large\:order-3 {
        order: 3;
    }

    .desktop_large\:order-4 {
        order: 4;
    }

    .desktop_large\:order-5 {
        order: 5;
    }

    .desktop_large\:order-6 {
        order: 6;
    }

    .desktop_large\:order-7 {
        order: 7;
    }

    .desktop_large\:order-8 {
        order: 8;
    }

    .desktop_large\:order-9 {
        order: 9;
    }

    .desktop_large\:order-10 {
        order: 10;
    }

    .desktop_large\:order-11 {
        order: 11;
    }

    .desktop_large\:order-12 {
        order: 12;
    }

    .desktop_large\:order-first {
        order: -9999;
    }

    .desktop_large\:order-last {
        order: 9999;
    }

    .desktop_large\:order-none {
        order: 0;
    }

    .desktop_large\:col-auto {
        grid-column: auto;
    }

    .desktop_large\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .desktop_large\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .desktop_large\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .desktop_large\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .desktop_large\:col-span-5 {
        grid-column: span 5 / span 5;
    }

    .desktop_large\:col-span-6 {
        grid-column: span 6 / span 6;
    }

    .desktop_large\:col-span-7 {
        grid-column: span 7 / span 7;
    }

    .desktop_large\:col-span-8 {
        grid-column: span 8 / span 8;
    }

    .desktop_large\:col-span-9 {
        grid-column: span 9 / span 9;
    }

    .desktop_large\:col-span-10 {
        grid-column: span 10 / span 10;
    }

    .desktop_large\:col-span-11 {
        grid-column: span 11 / span 11;
    }

    .desktop_large\:col-span-12 {
        grid-column: span 12 / span 12;
    }

    .desktop_large\:col-span-full {
        grid-column: 1 / -1;
    }

    .desktop_large\:col-start-1 {
        grid-column-start: 1;
    }

    .desktop_large\:col-start-2 {
        grid-column-start: 2;
    }

    .desktop_large\:col-start-3 {
        grid-column-start: 3;
    }

    .desktop_large\:col-start-4 {
        grid-column-start: 4;
    }

    .desktop_large\:col-start-5 {
        grid-column-start: 5;
    }

    .desktop_large\:col-start-6 {
        grid-column-start: 6;
    }

    .desktop_large\:col-start-7 {
        grid-column-start: 7;
    }

    .desktop_large\:col-start-8 {
        grid-column-start: 8;
    }

    .desktop_large\:col-start-9 {
        grid-column-start: 9;
    }

    .desktop_large\:col-start-10 {
        grid-column-start: 10;
    }

    .desktop_large\:col-start-11 {
        grid-column-start: 11;
    }

    .desktop_large\:col-start-12 {
        grid-column-start: 12;
    }

    .desktop_large\:col-start-13 {
        grid-column-start: 13;
    }

    .desktop_large\:col-start-auto {
        grid-column-start: auto;
    }

    .desktop_large\:col-end-1 {
        grid-column-end: 1;
    }

    .desktop_large\:col-end-2 {
        grid-column-end: 2;
    }

    .desktop_large\:col-end-3 {
        grid-column-end: 3;
    }

    .desktop_large\:col-end-4 {
        grid-column-end: 4;
    }

    .desktop_large\:col-end-5 {
        grid-column-end: 5;
    }

    .desktop_large\:col-end-6 {
        grid-column-end: 6;
    }

    .desktop_large\:col-end-7 {
        grid-column-end: 7;
    }

    .desktop_large\:col-end-8 {
        grid-column-end: 8;
    }

    .desktop_large\:col-end-9 {
        grid-column-end: 9;
    }

    .desktop_large\:col-end-10 {
        grid-column-end: 10;
    }

    .desktop_large\:col-end-11 {
        grid-column-end: 11;
    }

    .desktop_large\:col-end-12 {
        grid-column-end: 12;
    }

    .desktop_large\:col-end-13 {
        grid-column-end: 13;
    }

    .desktop_large\:col-end-auto {
        grid-column-end: auto;
    }

    .desktop_large\:row-auto {
        grid-row: auto;
    }

    .desktop_large\:row-span-1 {
        grid-row: span 1 / span 1;
    }

    .desktop_large\:row-span-2 {
        grid-row: span 2 / span 2;
    }

    .desktop_large\:row-span-3 {
        grid-row: span 3 / span 3;
    }

    .desktop_large\:row-span-4 {
        grid-row: span 4 / span 4;
    }

    .desktop_large\:row-span-5 {
        grid-row: span 5 / span 5;
    }

    .desktop_large\:row-span-6 {
        grid-row: span 6 / span 6;
    }

    .desktop_large\:row-span-full {
        grid-row: 1 / -1;
    }

    .desktop_large\:row-start-1 {
        grid-row-start: 1;
    }

    .desktop_large\:row-start-2 {
        grid-row-start: 2;
    }

    .desktop_large\:row-start-3 {
        grid-row-start: 3;
    }

    .desktop_large\:row-start-4 {
        grid-row-start: 4;
    }

    .desktop_large\:row-start-5 {
        grid-row-start: 5;
    }

    .desktop_large\:row-start-6 {
        grid-row-start: 6;
    }

    .desktop_large\:row-start-7 {
        grid-row-start: 7;
    }

    .desktop_large\:row-start-auto {
        grid-row-start: auto;
    }

    .desktop_large\:row-end-1 {
        grid-row-end: 1;
    }

    .desktop_large\:row-end-2 {
        grid-row-end: 2;
    }

    .desktop_large\:row-end-3 {
        grid-row-end: 3;
    }

    .desktop_large\:row-end-4 {
        grid-row-end: 4;
    }

    .desktop_large\:row-end-5 {
        grid-row-end: 5;
    }

    .desktop_large\:row-end-6 {
        grid-row-end: 6;
    }

    .desktop_large\:row-end-7 {
        grid-row-end: 7;
    }

    .desktop_large\:row-end-auto {
        grid-row-end: auto;
    }

    .desktop_large\:float-right {
        float: right;
    }

    .desktop_large\:float-left {
        float: left;
    }

    .desktop_large\:float-none {
        float: none;
    }

    .desktop_large\:clear-left {
        clear: left;
    }

    .desktop_large\:clear-right {
        clear: right;
    }

    .desktop_large\:clear-both {
        clear: both;
    }

    .desktop_large\:clear-none {
        clear: none;
    }

    .desktop_large\:m-0 {
        margin: 0px;
    }

    .desktop_large\:m-1 {
        margin: 0.25rem;
    }

    .desktop_large\:m-2 {
        margin: 0.5rem;
    }

    .desktop_large\:m-3 {
        margin: 0.75rem;
    }

    .desktop_large\:m-4 {
        margin: 1rem;
    }

    .desktop_large\:m-5 {
        margin: 1.25rem;
    }

    .desktop_large\:m-6 {
        margin: 1.5rem;
    }

    .desktop_large\:m-7 {
        margin: 1.75rem;
    }

    .desktop_large\:m-8 {
        margin: 2rem;
    }

    .desktop_large\:m-9 {
        margin: 2.25rem;
    }

    .desktop_large\:m-10 {
        margin: 2.5rem;
    }

    .desktop_large\:m-11 {
        margin: 2.75rem;
    }

    .desktop_large\:m-12 {
        margin: 3rem;
    }

    .desktop_large\:m-13 {
        margin: 3.25rem;
    }

    .desktop_large\:m-14 {
        margin: 3.5rem;
    }

    .desktop_large\:m-16 {
        margin: 4rem;
    }

    .desktop_large\:m-18 {
        margin: 4.375rem;
    }

    .desktop_large\:m-19 {
        margin: 76px;
    }

    .desktop_large\:m-20 {
        margin: 5rem;
    }

    .desktop_large\:m-22 {
        margin: 5.3125rem;
    }

    .desktop_large\:m-24 {
        margin: 6rem;
    }

    .desktop_large\:m-28 {
        margin: 7rem;
    }

    .desktop_large\:m-30 {
        margin: 120px;
    }

    .desktop_large\:m-32 {
        margin: 8rem;
    }

    .desktop_large\:m-36 {
        margin: 9rem;
    }

    .desktop_large\:m-40 {
        margin: 10rem;
    }

    .desktop_large\:m-44 {
        margin: 11rem;
    }

    .desktop_large\:m-46 {
        margin: 11.44rem;
    }

    .desktop_large\:m-48 {
        margin: 12rem;
    }

    .desktop_large\:m-52 {
        margin: 13rem;
    }

    .desktop_large\:m-56 {
        margin: 14rem;
    }

    .desktop_large\:m-60 {
        margin: 15rem;
    }

    .desktop_large\:m-64 {
        margin: 16rem;
    }

    .desktop_large\:m-72 {
        margin: 18rem;
    }

    .desktop_large\:m-80 {
        margin: 20rem;
    }

    .desktop_large\:m-96 {
        margin: 24rem;
    }

    .desktop_large\:m-auto {
        margin: auto;
    }

    .desktop_large\:m-px {
        margin: 1px;
    }

    .desktop_large\:m-0\.5 {
        margin: 0.125rem;
    }

    .desktop_large\:m-1\.5 {
        margin: 0.375rem;
    }

    .desktop_large\:m-2\.5 {
        margin: 0.625rem;
    }

    .desktop_large\:m-3\.5 {
        margin: 0.875rem;
    }

    .desktop_large\:m-5p {
        margin: 5px;
    }

    .desktop_large\:m-10p {
        margin: 10px;
    }

    .desktop_large\:m-14p {
        margin: 14px;
    }

    .desktop_large\:m-15p {
        margin: 15px;
    }

    .desktop_large\:m-15_2 {
        margin: 60px;
    }

    .desktop_large\:m-16_1 {
        margin: 52px;
    }

    .desktop_large\:m-16p {
        margin: 16px;
    }

    .desktop_large\:m-25p {
        margin: 25px;
    }

    .desktop_large\:m-48p {
        margin: 48%;
    }

    .desktop_large\:m-52p {
        margin: 52%;
    }

    .desktop_large\:-m-0 {
        margin: 0px;
    }

    .desktop_large\:-m-1 {
        margin: -0.25rem;
    }

    .desktop_large\:-m-2 {
        margin: -0.5rem;
    }

    .desktop_large\:-m-3 {
        margin: -0.75rem;
    }

    .desktop_large\:-m-4 {
        margin: -1rem;
    }

    .desktop_large\:-m-5 {
        margin: -1.25rem;
    }

    .desktop_large\:-m-6 {
        margin: -1.5rem;
    }

    .desktop_large\:-m-7 {
        margin: -1.75rem;
    }

    .desktop_large\:-m-8 {
        margin: -2rem;
    }

    .desktop_large\:-m-9 {
        margin: -2.25rem;
    }

    .desktop_large\:-m-10 {
        margin: -2.5rem;
    }

    .desktop_large\:-m-11 {
        margin: -2.75rem;
    }

    .desktop_large\:-m-12 {
        margin: -3rem;
    }

    .desktop_large\:-m-14 {
        margin: -3.5rem;
    }

    .desktop_large\:-m-16 {
        margin: -4rem;
    }

    .desktop_large\:-m-18 {
        margin: -4.375rem;
    }

    .desktop_large\:-m-19 {
        margin: -76px;
    }

    .desktop_large\:-m-20 {
        margin: -5rem;
    }

    .desktop_large\:-m-24 {
        margin: -6rem;
    }

    .desktop_large\:-m-28 {
        margin: -7rem;
    }

    .desktop_large\:-m-30 {
        margin: -120px;
    }

    .desktop_large\:-m-32 {
        margin: -8rem;
    }

    .desktop_large\:-m-36 {
        margin: -9rem;
    }

    .desktop_large\:-m-40 {
        margin: -10rem;
    }

    .desktop_large\:-m-44 {
        margin: -11rem;
    }

    .desktop_large\:-m-48 {
        margin: -12rem;
    }

    .desktop_large\:-m-52 {
        margin: -13rem;
    }

    .desktop_large\:-m-56 {
        margin: -14rem;
    }

    .desktop_large\:-m-60 {
        margin: -15rem;
    }

    .desktop_large\:-m-64 {
        margin: -16rem;
    }

    .desktop_large\:-m-72 {
        margin: -18rem;
    }

    .desktop_large\:-m-80 {
        margin: -20rem;
    }

    .desktop_large\:-m-96 {
        margin: -24rem;
    }

    .desktop_large\:-m-px {
        margin: -1px;
    }

    .desktop_large\:-m-0\.5 {
        margin: -0.125rem;
    }

    .desktop_large\:-m-1\.5 {
        margin: -0.375rem;
    }

    .desktop_large\:-m-2\.5 {
        margin: -0.625rem;
    }

    .desktop_large\:-m-3\.5 {
        margin: -0.875rem;
    }

    .desktop_large\:-m-5p {
        margin: -5px;
    }

    .desktop_large\:-m-10p {
        margin: -10px;
    }

    .desktop_large\:-m-14p {
        margin: -14px;
    }

    .desktop_large\:-m-15p {
        margin: -15px;
    }

    .desktop_large\:-m-15_2 {
        margin: -60px;
    }

    .desktop_large\:-m-16_1 {
        margin: -52px;
    }

    .desktop_large\:-m-16p {
        margin: -16px;
    }

    .desktop_large\:-m-25p {
        margin: -25px;
    }

    .desktop_large\:-m-48p {
        margin: -48%;
    }

    .desktop_large\:-m-52p {
        margin: -52%;
    }

    .desktop_large\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .desktop_large\:mx-1 {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }

    .desktop_large\:mx-2 {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .desktop_large\:mx-3 {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
    }

    .desktop_large\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .desktop_large\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }

    .desktop_large\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .desktop_large\:mx-7 {
        margin-left: 1.75rem;
        margin-right: 1.75rem;
    }

    .desktop_large\:mx-8 {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .desktop_large\:mx-9 {
        margin-left: 2.25rem;
        margin-right: 2.25rem;
    }

    .desktop_large\:mx-10 {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }

    .desktop_large\:mx-11 {
        margin-left: 2.75rem;
        margin-right: 2.75rem;
    }

    .desktop_large\:mx-12 {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .desktop_large\:mx-13 {
        margin-left: 3.25rem;
        margin-right: 3.25rem;
    }

    .desktop_large\:mx-14 {
        margin-left: 3.5rem;
        margin-right: 3.5rem;
    }

    .desktop_large\:mx-16 {
        margin-left: 4rem;
        margin-right: 4rem;
    }

    .desktop_large\:mx-18 {
        margin-left: 4.375rem;
        margin-right: 4.375rem;
    }

    .desktop_large\:mx-19 {
        margin-left: 76px;
        margin-right: 76px;
    }

    .desktop_large\:mx-20 {
        margin-left: 5rem;
        margin-right: 5rem;
    }

    .desktop_large\:mx-22 {
        margin-left: 5.3125rem;
        margin-right: 5.3125rem;
    }

    .desktop_large\:mx-24 {
        margin-left: 6rem;
        margin-right: 6rem;
    }

    .desktop_large\:mx-28 {
        margin-left: 7rem;
        margin-right: 7rem;
    }

    .desktop_large\:mx-30 {
        margin-left: 120px;
        margin-right: 120px;
    }

    .desktop_large\:mx-32 {
        margin-left: 8rem;
        margin-right: 8rem;
    }

    .desktop_large\:mx-36 {
        margin-left: 9rem;
        margin-right: 9rem;
    }

    .desktop_large\:mx-40 {
        margin-left: 10rem;
        margin-right: 10rem;
    }

    .desktop_large\:mx-44 {
        margin-left: 11rem;
        margin-right: 11rem;
    }

    .desktop_large\:mx-46 {
        margin-left: 11.44rem;
        margin-right: 11.44rem;
    }

    .desktop_large\:mx-48 {
        margin-left: 12rem;
        margin-right: 12rem;
    }

    .desktop_large\:mx-52 {
        margin-left: 13rem;
        margin-right: 13rem;
    }

    .desktop_large\:mx-56 {
        margin-left: 14rem;
        margin-right: 14rem;
    }

    .desktop_large\:mx-60 {
        margin-left: 15rem;
        margin-right: 15rem;
    }

    .desktop_large\:mx-64 {
        margin-left: 16rem;
        margin-right: 16rem;
    }

    .desktop_large\:mx-72 {
        margin-left: 18rem;
        margin-right: 18rem;
    }

    .desktop_large\:mx-80 {
        margin-left: 20rem;
        margin-right: 20rem;
    }

    .desktop_large\:mx-96 {
        margin-left: 24rem;
        margin-right: 24rem;
    }

    .desktop_large\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .desktop_large\:mx-px {
        margin-left: 1px;
        margin-right: 1px;
    }

    .desktop_large\:mx-0\.5 {
        margin-left: 0.125rem;
        margin-right: 0.125rem;
    }

    .desktop_large\:mx-1\.5 {
        margin-left: 0.375rem;
        margin-right: 0.375rem;
    }

    .desktop_large\:mx-2\.5 {
        margin-left: 0.625rem;
        margin-right: 0.625rem;
    }

    .desktop_large\:mx-3\.5 {
        margin-left: 0.875rem;
        margin-right: 0.875rem;
    }

    .desktop_large\:mx-5p {
        margin-left: 5px;
        margin-right: 5px;
    }

    .desktop_large\:mx-10p {
        margin-left: 10px;
        margin-right: 10px;
    }

    .desktop_large\:mx-14p {
        margin-left: 14px;
        margin-right: 14px;
    }

    .desktop_large\:mx-15p {
        margin-left: 15px;
        margin-right: 15px;
    }

    .desktop_large\:mx-15_2 {
        margin-left: 60px;
        margin-right: 60px;
    }

    .desktop_large\:mx-16_1 {
        margin-left: 52px;
        margin-right: 52px;
    }

    .desktop_large\:mx-16p {
        margin-left: 16px;
        margin-right: 16px;
    }

    .desktop_large\:mx-25p {
        margin-left: 25px;
        margin-right: 25px;
    }

    .desktop_large\:mx-48p {
        margin-left: 48%;
        margin-right: 48%;
    }

    .desktop_large\:mx-52p {
        margin-left: 52%;
        margin-right: 52%;
    }

    .desktop_large\:-mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .desktop_large\:-mx-1 {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
    }

    .desktop_large\:-mx-2 {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }

    .desktop_large\:-mx-3 {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }

    .desktop_large\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .desktop_large\:-mx-5 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

    .desktop_large\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .desktop_large\:-mx-7 {
        margin-left: -1.75rem;
        margin-right: -1.75rem;
    }

    .desktop_large\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem;
    }

    .desktop_large\:-mx-9 {
        margin-left: -2.25rem;
        margin-right: -2.25rem;
    }

    .desktop_large\:-mx-10 {
        margin-left: -2.5rem;
        margin-right: -2.5rem;
    }

    .desktop_large\:-mx-11 {
        margin-left: -2.75rem;
        margin-right: -2.75rem;
    }

    .desktop_large\:-mx-12 {
        margin-left: -3rem;
        margin-right: -3rem;
    }

    .desktop_large\:-mx-14 {
        margin-left: -3.5rem;
        margin-right: -3.5rem;
    }

    .desktop_large\:-mx-16 {
        margin-left: -4rem;
        margin-right: -4rem;
    }

    .desktop_large\:-mx-18 {
        margin-left: -4.375rem;
        margin-right: -4.375rem;
    }

    .desktop_large\:-mx-19 {
        margin-left: -76px;
        margin-right: -76px;
    }

    .desktop_large\:-mx-20 {
        margin-left: -5rem;
        margin-right: -5rem;
    }

    .desktop_large\:-mx-24 {
        margin-left: -6rem;
        margin-right: -6rem;
    }

    .desktop_large\:-mx-28 {
        margin-left: -7rem;
        margin-right: -7rem;
    }

    .desktop_large\:-mx-30 {
        margin-left: -120px;
        margin-right: -120px;
    }

    .desktop_large\:-mx-32 {
        margin-left: -8rem;
        margin-right: -8rem;
    }

    .desktop_large\:-mx-36 {
        margin-left: -9rem;
        margin-right: -9rem;
    }

    .desktop_large\:-mx-40 {
        margin-left: -10rem;
        margin-right: -10rem;
    }

    .desktop_large\:-mx-44 {
        margin-left: -11rem;
        margin-right: -11rem;
    }

    .desktop_large\:-mx-48 {
        margin-left: -12rem;
        margin-right: -12rem;
    }

    .desktop_large\:-mx-52 {
        margin-left: -13rem;
        margin-right: -13rem;
    }

    .desktop_large\:-mx-56 {
        margin-left: -14rem;
        margin-right: -14rem;
    }

    .desktop_large\:-mx-60 {
        margin-left: -15rem;
        margin-right: -15rem;
    }

    .desktop_large\:-mx-64 {
        margin-left: -16rem;
        margin-right: -16rem;
    }

    .desktop_large\:-mx-72 {
        margin-left: -18rem;
        margin-right: -18rem;
    }

    .desktop_large\:-mx-80 {
        margin-left: -20rem;
        margin-right: -20rem;
    }

    .desktop_large\:-mx-96 {
        margin-left: -24rem;
        margin-right: -24rem;
    }

    .desktop_large\:-mx-px {
        margin-left: -1px;
        margin-right: -1px;
    }

    .desktop_large\:-mx-0\.5 {
        margin-left: -0.125rem;
        margin-right: -0.125rem;
    }

    .desktop_large\:-mx-1\.5 {
        margin-left: -0.375rem;
        margin-right: -0.375rem;
    }

    .desktop_large\:-mx-2\.5 {
        margin-left: -0.625rem;
        margin-right: -0.625rem;
    }

    .desktop_large\:-mx-3\.5 {
        margin-left: -0.875rem;
        margin-right: -0.875rem;
    }

    .desktop_large\:-mx-5p {
        margin-left: -5px;
        margin-right: -5px;
    }

    .desktop_large\:-mx-10p {
        margin-left: -10px;
        margin-right: -10px;
    }

    .desktop_large\:-mx-14p {
        margin-left: -14px;
        margin-right: -14px;
    }

    .desktop_large\:-mx-15p {
        margin-left: -15px;
        margin-right: -15px;
    }

    .desktop_large\:-mx-15_2 {
        margin-left: -60px;
        margin-right: -60px;
    }

    .desktop_large\:-mx-16_1 {
        margin-left: -52px;
        margin-right: -52px;
    }

    .desktop_large\:-mx-16p {
        margin-left: -16px;
        margin-right: -16px;
    }

    .desktop_large\:-mx-25p {
        margin-left: -25px;
        margin-right: -25px;
    }

    .desktop_large\:-mx-48p {
        margin-left: -48%;
        margin-right: -48%;
    }

    .desktop_large\:-mx-52p {
        margin-left: -52%;
        margin-right: -52%;
    }

    .desktop_large\:my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .desktop_large\:my-1 {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }

    .desktop_large\:my-2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .desktop_large\:my-3 {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }

    .desktop_large\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .desktop_large\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .desktop_large\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .desktop_large\:my-7 {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem;
    }

    .desktop_large\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .desktop_large\:my-9 {
        margin-top: 2.25rem;
        margin-bottom: 2.25rem;
    }

    .desktop_large\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .desktop_large\:my-11 {
        margin-top: 2.75rem;
        margin-bottom: 2.75rem;
    }

    .desktop_large\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .desktop_large\:my-13 {
        margin-top: 3.25rem;
        margin-bottom: 3.25rem;
    }

    .desktop_large\:my-14 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }

    .desktop_large\:my-16 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .desktop_large\:my-18 {
        margin-top: 4.375rem;
        margin-bottom: 4.375rem;
    }

    .desktop_large\:my-19 {
        margin-top: 76px;
        margin-bottom: 76px;
    }

    .desktop_large\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .desktop_large\:my-22 {
        margin-top: 5.3125rem;
        margin-bottom: 5.3125rem;
    }

    .desktop_large\:my-24 {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }

    .desktop_large\:my-28 {
        margin-top: 7rem;
        margin-bottom: 7rem;
    }

    .desktop_large\:my-30 {
        margin-top: 120px;
        margin-bottom: 120px;
    }

    .desktop_large\:my-32 {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }

    .desktop_large\:my-36 {
        margin-top: 9rem;
        margin-bottom: 9rem;
    }

    .desktop_large\:my-40 {
        margin-top: 10rem;
        margin-bottom: 10rem;
    }

    .desktop_large\:my-44 {
        margin-top: 11rem;
        margin-bottom: 11rem;
    }

    .desktop_large\:my-46 {
        margin-top: 11.44rem;
        margin-bottom: 11.44rem;
    }

    .desktop_large\:my-48 {
        margin-top: 12rem;
        margin-bottom: 12rem;
    }

    .desktop_large\:my-52 {
        margin-top: 13rem;
        margin-bottom: 13rem;
    }

    .desktop_large\:my-56 {
        margin-top: 14rem;
        margin-bottom: 14rem;
    }

    .desktop_large\:my-60 {
        margin-top: 15rem;
        margin-bottom: 15rem;
    }

    .desktop_large\:my-64 {
        margin-top: 16rem;
        margin-bottom: 16rem;
    }

    .desktop_large\:my-72 {
        margin-top: 18rem;
        margin-bottom: 18rem;
    }

    .desktop_large\:my-80 {
        margin-top: 20rem;
        margin-bottom: 20rem;
    }

    .desktop_large\:my-96 {
        margin-top: 24rem;
        margin-bottom: 24rem;
    }

    .desktop_large\:my-auto {
        margin-top: auto;
        margin-bottom: auto;
    }

    .desktop_large\:my-px {
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .desktop_large\:my-0\.5 {
        margin-top: 0.125rem;
        margin-bottom: 0.125rem;
    }

    .desktop_large\:my-1\.5 {
        margin-top: 0.375rem;
        margin-bottom: 0.375rem;
    }

    .desktop_large\:my-2\.5 {
        margin-top: 0.625rem;
        margin-bottom: 0.625rem;
    }

    .desktop_large\:my-3\.5 {
        margin-top: 0.875rem;
        margin-bottom: 0.875rem;
    }

    .desktop_large\:my-5p {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .desktop_large\:my-10p {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .desktop_large\:my-14p {
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .desktop_large\:my-15p {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .desktop_large\:my-15_2 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .desktop_large\:my-16_1 {
        margin-top: 52px;
        margin-bottom: 52px;
    }

    .desktop_large\:my-16p {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .desktop_large\:my-25p {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .desktop_large\:my-48p {
        margin-top: 48%;
        margin-bottom: 48%;
    }

    .desktop_large\:my-52p {
        margin-top: 52%;
        margin-bottom: 52%;
    }

    .desktop_large\:-my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .desktop_large\:-my-1 {
        margin-top: -0.25rem;
        margin-bottom: -0.25rem;
    }

    .desktop_large\:-my-2 {
        margin-top: -0.5rem;
        margin-bottom: -0.5rem;
    }

    .desktop_large\:-my-3 {
        margin-top: -0.75rem;
        margin-bottom: -0.75rem;
    }

    .desktop_large\:-my-4 {
        margin-top: -1rem;
        margin-bottom: -1rem;
    }

    .desktop_large\:-my-5 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem;
    }

    .desktop_large\:-my-6 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem;
    }

    .desktop_large\:-my-7 {
        margin-top: -1.75rem;
        margin-bottom: -1.75rem;
    }

    .desktop_large\:-my-8 {
        margin-top: -2rem;
        margin-bottom: -2rem;
    }

    .desktop_large\:-my-9 {
        margin-top: -2.25rem;
        margin-bottom: -2.25rem;
    }

    .desktop_large\:-my-10 {
        margin-top: -2.5rem;
        margin-bottom: -2.5rem;
    }

    .desktop_large\:-my-11 {
        margin-top: -2.75rem;
        margin-bottom: -2.75rem;
    }

    .desktop_large\:-my-12 {
        margin-top: -3rem;
        margin-bottom: -3rem;
    }

    .desktop_large\:-my-14 {
        margin-top: -3.5rem;
        margin-bottom: -3.5rem;
    }

    .desktop_large\:-my-16 {
        margin-top: -4rem;
        margin-bottom: -4rem;
    }

    .desktop_large\:-my-18 {
        margin-top: -4.375rem;
        margin-bottom: -4.375rem;
    }

    .desktop_large\:-my-19 {
        margin-top: -76px;
        margin-bottom: -76px;
    }

    .desktop_large\:-my-20 {
        margin-top: -5rem;
        margin-bottom: -5rem;
    }

    .desktop_large\:-my-24 {
        margin-top: -6rem;
        margin-bottom: -6rem;
    }

    .desktop_large\:-my-28 {
        margin-top: -7rem;
        margin-bottom: -7rem;
    }

    .desktop_large\:-my-30 {
        margin-top: -120px;
        margin-bottom: -120px;
    }

    .desktop_large\:-my-32 {
        margin-top: -8rem;
        margin-bottom: -8rem;
    }

    .desktop_large\:-my-36 {
        margin-top: -9rem;
        margin-bottom: -9rem;
    }

    .desktop_large\:-my-40 {
        margin-top: -10rem;
        margin-bottom: -10rem;
    }

    .desktop_large\:-my-44 {
        margin-top: -11rem;
        margin-bottom: -11rem;
    }

    .desktop_large\:-my-48 {
        margin-top: -12rem;
        margin-bottom: -12rem;
    }

    .desktop_large\:-my-52 {
        margin-top: -13rem;
        margin-bottom: -13rem;
    }

    .desktop_large\:-my-56 {
        margin-top: -14rem;
        margin-bottom: -14rem;
    }

    .desktop_large\:-my-60 {
        margin-top: -15rem;
        margin-bottom: -15rem;
    }

    .desktop_large\:-my-64 {
        margin-top: -16rem;
        margin-bottom: -16rem;
    }

    .desktop_large\:-my-72 {
        margin-top: -18rem;
        margin-bottom: -18rem;
    }

    .desktop_large\:-my-80 {
        margin-top: -20rem;
        margin-bottom: -20rem;
    }

    .desktop_large\:-my-96 {
        margin-top: -24rem;
        margin-bottom: -24rem;
    }

    .desktop_large\:-my-px {
        margin-top: -1px;
        margin-bottom: -1px;
    }

    .desktop_large\:-my-0\.5 {
        margin-top: -0.125rem;
        margin-bottom: -0.125rem;
    }

    .desktop_large\:-my-1\.5 {
        margin-top: -0.375rem;
        margin-bottom: -0.375rem;
    }

    .desktop_large\:-my-2\.5 {
        margin-top: -0.625rem;
        margin-bottom: -0.625rem;
    }

    .desktop_large\:-my-3\.5 {
        margin-top: -0.875rem;
        margin-bottom: -0.875rem;
    }

    .desktop_large\:-my-5p {
        margin-top: -5px;
        margin-bottom: -5px;
    }

    .desktop_large\:-my-10p {
        margin-top: -10px;
        margin-bottom: -10px;
    }

    .desktop_large\:-my-14p {
        margin-top: -14px;
        margin-bottom: -14px;
    }

    .desktop_large\:-my-15p {
        margin-top: -15px;
        margin-bottom: -15px;
    }

    .desktop_large\:-my-15_2 {
        margin-top: -60px;
        margin-bottom: -60px;
    }

    .desktop_large\:-my-16_1 {
        margin-top: -52px;
        margin-bottom: -52px;
    }

    .desktop_large\:-my-16p {
        margin-top: -16px;
        margin-bottom: -16px;
    }

    .desktop_large\:-my-25p {
        margin-top: -25px;
        margin-bottom: -25px;
    }

    .desktop_large\:-my-48p {
        margin-top: -48%;
        margin-bottom: -48%;
    }

    .desktop_large\:-my-52p {
        margin-top: -52%;
        margin-bottom: -52%;
    }

    .desktop_large\:mt-0 {
        margin-top: 0px;
    }

    .desktop_large\:mt-1 {
        margin-top: 0.25rem;
    }

    .desktop_large\:mt-2 {
        margin-top: 0.5rem;
    }

    .desktop_large\:mt-3 {
        margin-top: 0.75rem;
    }

    .desktop_large\:mt-4 {
        margin-top: 1rem;
    }

    .desktop_large\:mt-5 {
        margin-top: 1.25rem;
    }

    .desktop_large\:mt-6 {
        margin-top: 1.5rem;
    }

    .desktop_large\:mt-7 {
        margin-top: 1.75rem;
    }

    .desktop_large\:mt-8 {
        margin-top: 2rem;
    }

    .desktop_large\:mt-9 {
        margin-top: 2.25rem;
    }

    .desktop_large\:mt-10 {
        margin-top: 2.5rem;
    }

    .desktop_large\:mt-11 {
        margin-top: 2.75rem;
    }

    .desktop_large\:mt-12 {
        margin-top: 3rem;
    }

    .desktop_large\:mt-13 {
        margin-top: 3.25rem;
    }

    .desktop_large\:mt-14 {
        margin-top: 3.5rem;
    }

    .desktop_large\:mt-16 {
        margin-top: 4rem;
    }

    .desktop_large\:mt-18 {
        margin-top: 4.375rem;
    }

    .desktop_large\:mt-19 {
        margin-top: 76px;
    }

    .desktop_large\:mt-20 {
        margin-top: 5rem;
    }

    .desktop_large\:mt-22 {
        margin-top: 5.3125rem;
    }

    .desktop_large\:mt-24 {
        margin-top: 6rem;
    }

    .desktop_large\:mt-28 {
        margin-top: 7rem;
    }

    .desktop_large\:mt-30 {
        margin-top: 120px;
    }

    .desktop_large\:mt-32 {
        margin-top: 8rem;
    }

    .desktop_large\:mt-36 {
        margin-top: 9rem;
    }

    .desktop_large\:mt-40 {
        margin-top: 10rem;
    }

    .desktop_large\:mt-44 {
        margin-top: 11rem;
    }

    .desktop_large\:mt-46 {
        margin-top: 11.44rem;
    }

    .desktop_large\:mt-48 {
        margin-top: 12rem;
    }

    .desktop_large\:mt-52 {
        margin-top: 13rem;
    }

    .desktop_large\:mt-56 {
        margin-top: 14rem;
    }

    .desktop_large\:mt-60 {
        margin-top: 15rem;
    }

    .desktop_large\:mt-64 {
        margin-top: 16rem;
    }

    .desktop_large\:mt-72 {
        margin-top: 18rem;
    }

    .desktop_large\:mt-80 {
        margin-top: 20rem;
    }

    .desktop_large\:mt-96 {
        margin-top: 24rem;
    }

    .desktop_large\:mt-auto {
        margin-top: auto;
    }

    .desktop_large\:mt-px {
        margin-top: 1px;
    }

    .desktop_large\:mt-0\.5 {
        margin-top: 0.125rem;
    }

    .desktop_large\:mt-1\.5 {
        margin-top: 0.375rem;
    }

    .desktop_large\:mt-2\.5 {
        margin-top: 0.625rem;
    }

    .desktop_large\:mt-3\.5 {
        margin-top: 0.875rem;
    }

    .desktop_large\:mt-5p {
        margin-top: 5px;
    }

    .desktop_large\:mt-10p {
        margin-top: 10px;
    }

    .desktop_large\:mt-14p {
        margin-top: 14px;
    }

    .desktop_large\:mt-15p {
        margin-top: 15px;
    }

    .desktop_large\:mt-15_2 {
        margin-top: 60px;
    }

    .desktop_large\:mt-16_1 {
        margin-top: 52px;
    }

    .desktop_large\:mt-16p {
        margin-top: 16px;
    }

    .desktop_large\:mt-25p {
        margin-top: 25px;
    }

    .desktop_large\:mt-48p {
        margin-top: 48%;
    }

    .desktop_large\:mt-52p {
        margin-top: 52%;
    }

    .desktop_large\:-mt-0 {
        margin-top: 0px;
    }

    .desktop_large\:-mt-1 {
        margin-top: -0.25rem;
    }

    .desktop_large\:-mt-2 {
        margin-top: -0.5rem;
    }

    .desktop_large\:-mt-3 {
        margin-top: -0.75rem;
    }

    .desktop_large\:-mt-4 {
        margin-top: -1rem;
    }

    .desktop_large\:-mt-5 {
        margin-top: -1.25rem;
    }

    .desktop_large\:-mt-6 {
        margin-top: -1.5rem;
    }

    .desktop_large\:-mt-7 {
        margin-top: -1.75rem;
    }

    .desktop_large\:-mt-8 {
        margin-top: -2rem;
    }

    .desktop_large\:-mt-9 {
        margin-top: -2.25rem;
    }

    .desktop_large\:-mt-10 {
        margin-top: -2.5rem;
    }

    .desktop_large\:-mt-11 {
        margin-top: -2.75rem;
    }

    .desktop_large\:-mt-12 {
        margin-top: -3rem;
    }

    .desktop_large\:-mt-14 {
        margin-top: -3.5rem;
    }

    .desktop_large\:-mt-16 {
        margin-top: -4rem;
    }

    .desktop_large\:-mt-18 {
        margin-top: -4.375rem;
    }

    .desktop_large\:-mt-19 {
        margin-top: -76px;
    }

    .desktop_large\:-mt-20 {
        margin-top: -5rem;
    }

    .desktop_large\:-mt-24 {
        margin-top: -6rem;
    }

    .desktop_large\:-mt-28 {
        margin-top: -7rem;
    }

    .desktop_large\:-mt-30 {
        margin-top: -120px;
    }

    .desktop_large\:-mt-32 {
        margin-top: -8rem;
    }

    .desktop_large\:-mt-36 {
        margin-top: -9rem;
    }

    .desktop_large\:-mt-40 {
        margin-top: -10rem;
    }

    .desktop_large\:-mt-44 {
        margin-top: -11rem;
    }

    .desktop_large\:-mt-48 {
        margin-top: -12rem;
    }

    .desktop_large\:-mt-52 {
        margin-top: -13rem;
    }

    .desktop_large\:-mt-56 {
        margin-top: -14rem;
    }

    .desktop_large\:-mt-60 {
        margin-top: -15rem;
    }

    .desktop_large\:-mt-64 {
        margin-top: -16rem;
    }

    .desktop_large\:-mt-72 {
        margin-top: -18rem;
    }

    .desktop_large\:-mt-80 {
        margin-top: -20rem;
    }

    .desktop_large\:-mt-96 {
        margin-top: -24rem;
    }

    .desktop_large\:-mt-px {
        margin-top: -1px;
    }

    .desktop_large\:-mt-0\.5 {
        margin-top: -0.125rem;
    }

    .desktop_large\:-mt-1\.5 {
        margin-top: -0.375rem;
    }

    .desktop_large\:-mt-2\.5 {
        margin-top: -0.625rem;
    }

    .desktop_large\:-mt-3\.5 {
        margin-top: -0.875rem;
    }

    .desktop_large\:-mt-5p {
        margin-top: -5px;
    }

    .desktop_large\:-mt-10p {
        margin-top: -10px;
    }

    .desktop_large\:-mt-14p {
        margin-top: -14px;
    }

    .desktop_large\:-mt-15p {
        margin-top: -15px;
    }

    .desktop_large\:-mt-15_2 {
        margin-top: -60px;
    }

    .desktop_large\:-mt-16_1 {
        margin-top: -52px;
    }

    .desktop_large\:-mt-16p {
        margin-top: -16px;
    }

    .desktop_large\:-mt-25p {
        margin-top: -25px;
    }

    .desktop_large\:-mt-48p {
        margin-top: -48%;
    }

    .desktop_large\:-mt-52p {
        margin-top: -52%;
    }

    .desktop_large\:mr-0 {
        margin-right: 0px;
    }

    .desktop_large\:mr-1 {
        margin-right: 0.25rem;
    }

    .desktop_large\:mr-2 {
        margin-right: 0.5rem;
    }

    .desktop_large\:mr-3 {
        margin-right: 0.75rem;
    }

    .desktop_large\:mr-4 {
        margin-right: 1rem;
    }

    .desktop_large\:mr-5 {
        margin-right: 1.25rem;
    }

    .desktop_large\:mr-6 {
        margin-right: 1.5rem;
    }

    .desktop_large\:mr-7 {
        margin-right: 1.75rem;
    }

    .desktop_large\:mr-8 {
        margin-right: 2rem;
    }

    .desktop_large\:mr-9 {
        margin-right: 2.25rem;
    }

    .desktop_large\:mr-10 {
        margin-right: 2.5rem;
    }

    .desktop_large\:mr-11 {
        margin-right: 2.75rem;
    }

    .desktop_large\:mr-12 {
        margin-right: 3rem;
    }

    .desktop_large\:mr-13 {
        margin-right: 3.25rem;
    }

    .desktop_large\:mr-14 {
        margin-right: 3.5rem;
    }

    .desktop_large\:mr-16 {
        margin-right: 4rem;
    }

    .desktop_large\:mr-18 {
        margin-right: 4.375rem;
    }

    .desktop_large\:mr-19 {
        margin-right: 76px;
    }

    .desktop_large\:mr-20 {
        margin-right: 5rem;
    }

    .desktop_large\:mr-22 {
        margin-right: 5.3125rem;
    }

    .desktop_large\:mr-24 {
        margin-right: 6rem;
    }

    .desktop_large\:mr-28 {
        margin-right: 7rem;
    }

    .desktop_large\:mr-30 {
        margin-right: 120px;
    }

    .desktop_large\:mr-32 {
        margin-right: 8rem;
    }

    .desktop_large\:mr-36 {
        margin-right: 9rem;
    }

    .desktop_large\:mr-40 {
        margin-right: 10rem;
    }

    .desktop_large\:mr-44 {
        margin-right: 11rem;
    }

    .desktop_large\:mr-46 {
        margin-right: 11.44rem;
    }

    .desktop_large\:mr-48 {
        margin-right: 12rem;
    }

    .desktop_large\:mr-52 {
        margin-right: 13rem;
    }

    .desktop_large\:mr-56 {
        margin-right: 14rem;
    }

    .desktop_large\:mr-60 {
        margin-right: 15rem;
    }

    .desktop_large\:mr-64 {
        margin-right: 16rem;
    }

    .desktop_large\:mr-72 {
        margin-right: 18rem;
    }

    .desktop_large\:mr-80 {
        margin-right: 20rem;
    }

    .desktop_large\:mr-96 {
        margin-right: 24rem;
    }

    .desktop_large\:mr-auto {
        margin-right: auto;
    }

    .desktop_large\:mr-px {
        margin-right: 1px;
    }

    .desktop_large\:mr-0\.5 {
        margin-right: 0.125rem;
    }

    .desktop_large\:mr-1\.5 {
        margin-right: 0.375rem;
    }

    .desktop_large\:mr-2\.5 {
        margin-right: 0.625rem;
    }

    .desktop_large\:mr-3\.5 {
        margin-right: 0.875rem;
    }

    .desktop_large\:mr-5p {
        margin-right: 5px;
    }

    .desktop_large\:mr-10p {
        margin-right: 10px;
    }

    .desktop_large\:mr-14p {
        margin-right: 14px;
    }

    .desktop_large\:mr-15p {
        margin-right: 15px;
    }

    .desktop_large\:mr-15_2 {
        margin-right: 60px;
    }

    .desktop_large\:mr-16_1 {
        margin-right: 52px;
    }

    .desktop_large\:mr-16p {
        margin-right: 16px;
    }

    .desktop_large\:mr-25p {
        margin-right: 25px;
    }

    .desktop_large\:mr-48p {
        margin-right: 48%;
    }

    .desktop_large\:mr-52p {
        margin-right: 52%;
    }

    .desktop_large\:-mr-0 {
        margin-right: 0px;
    }

    .desktop_large\:-mr-1 {
        margin-right: -0.25rem;
    }

    .desktop_large\:-mr-2 {
        margin-right: -0.5rem;
    }

    .desktop_large\:-mr-3 {
        margin-right: -0.75rem;
    }

    .desktop_large\:-mr-4 {
        margin-right: -1rem;
    }

    .desktop_large\:-mr-5 {
        margin-right: -1.25rem;
    }

    .desktop_large\:-mr-6 {
        margin-right: -1.5rem;
    }

    .desktop_large\:-mr-7 {
        margin-right: -1.75rem;
    }

    .desktop_large\:-mr-8 {
        margin-right: -2rem;
    }

    .desktop_large\:-mr-9 {
        margin-right: -2.25rem;
    }

    .desktop_large\:-mr-10 {
        margin-right: -2.5rem;
    }

    .desktop_large\:-mr-11 {
        margin-right: -2.75rem;
    }

    .desktop_large\:-mr-12 {
        margin-right: -3rem;
    }

    .desktop_large\:-mr-14 {
        margin-right: -3.5rem;
    }

    .desktop_large\:-mr-16 {
        margin-right: -4rem;
    }

    .desktop_large\:-mr-18 {
        margin-right: -4.375rem;
    }

    .desktop_large\:-mr-19 {
        margin-right: -76px;
    }

    .desktop_large\:-mr-20 {
        margin-right: -5rem;
    }

    .desktop_large\:-mr-24 {
        margin-right: -6rem;
    }

    .desktop_large\:-mr-28 {
        margin-right: -7rem;
    }

    .desktop_large\:-mr-30 {
        margin-right: -120px;
    }

    .desktop_large\:-mr-32 {
        margin-right: -8rem;
    }

    .desktop_large\:-mr-36 {
        margin-right: -9rem;
    }

    .desktop_large\:-mr-40 {
        margin-right: -10rem;
    }

    .desktop_large\:-mr-44 {
        margin-right: -11rem;
    }

    .desktop_large\:-mr-48 {
        margin-right: -12rem;
    }

    .desktop_large\:-mr-52 {
        margin-right: -13rem;
    }

    .desktop_large\:-mr-56 {
        margin-right: -14rem;
    }

    .desktop_large\:-mr-60 {
        margin-right: -15rem;
    }

    .desktop_large\:-mr-64 {
        margin-right: -16rem;
    }

    .desktop_large\:-mr-72 {
        margin-right: -18rem;
    }

    .desktop_large\:-mr-80 {
        margin-right: -20rem;
    }

    .desktop_large\:-mr-96 {
        margin-right: -24rem;
    }

    .desktop_large\:-mr-px {
        margin-right: -1px;
    }

    .desktop_large\:-mr-0\.5 {
        margin-right: -0.125rem;
    }

    .desktop_large\:-mr-1\.5 {
        margin-right: -0.375rem;
    }

    .desktop_large\:-mr-2\.5 {
        margin-right: -0.625rem;
    }

    .desktop_large\:-mr-3\.5 {
        margin-right: -0.875rem;
    }

    .desktop_large\:-mr-5p {
        margin-right: -5px;
    }

    .desktop_large\:-mr-10p {
        margin-right: -10px;
    }

    .desktop_large\:-mr-14p {
        margin-right: -14px;
    }

    .desktop_large\:-mr-15p {
        margin-right: -15px;
    }

    .desktop_large\:-mr-15_2 {
        margin-right: -60px;
    }

    .desktop_large\:-mr-16_1 {
        margin-right: -52px;
    }

    .desktop_large\:-mr-16p {
        margin-right: -16px;
    }

    .desktop_large\:-mr-25p {
        margin-right: -25px;
    }

    .desktop_large\:-mr-48p {
        margin-right: -48%;
    }

    .desktop_large\:-mr-52p {
        margin-right: -52%;
    }

    .desktop_large\:mb-0 {
        margin-bottom: 0px;
    }

    .desktop_large\:mb-1 {
        margin-bottom: 0.25rem;
    }

    .desktop_large\:mb-2 {
        margin-bottom: 0.5rem;
    }

    .desktop_large\:mb-3 {
        margin-bottom: 0.75rem;
    }

    .desktop_large\:mb-4 {
        margin-bottom: 1rem;
    }

    .desktop_large\:mb-5 {
        margin-bottom: 1.25rem;
    }

    .desktop_large\:mb-6 {
        margin-bottom: 1.5rem;
    }

    .desktop_large\:mb-7 {
        margin-bottom: 1.75rem;
    }

    .desktop_large\:mb-8 {
        margin-bottom: 2rem;
    }

    .desktop_large\:mb-9 {
        margin-bottom: 2.25rem;
    }

    .desktop_large\:mb-10 {
        margin-bottom: 2.5rem;
    }

    .desktop_large\:mb-11 {
        margin-bottom: 2.75rem;
    }

    .desktop_large\:mb-12 {
        margin-bottom: 3rem;
    }

    .desktop_large\:mb-13 {
        margin-bottom: 3.25rem;
    }

    .desktop_large\:mb-14 {
        margin-bottom: 3.5rem;
    }

    .desktop_large\:mb-16 {
        margin-bottom: 4rem;
    }

    .desktop_large\:mb-18 {
        margin-bottom: 4.375rem;
    }

    .desktop_large\:mb-19 {
        margin-bottom: 76px;
    }

    .desktop_large\:mb-20 {
        margin-bottom: 5rem;
    }

    .desktop_large\:mb-22 {
        margin-bottom: 5.3125rem;
    }

    .desktop_large\:mb-24 {
        margin-bottom: 6rem;
    }

    .desktop_large\:mb-28 {
        margin-bottom: 7rem;
    }

    .desktop_large\:mb-30 {
        margin-bottom: 120px;
    }

    .desktop_large\:mb-32 {
        margin-bottom: 8rem;
    }

    .desktop_large\:mb-36 {
        margin-bottom: 9rem;
    }

    .desktop_large\:mb-40 {
        margin-bottom: 10rem;
    }

    .desktop_large\:mb-44 {
        margin-bottom: 11rem;
    }

    .desktop_large\:mb-46 {
        margin-bottom: 11.44rem;
    }

    .desktop_large\:mb-48 {
        margin-bottom: 12rem;
    }

    .desktop_large\:mb-52 {
        margin-bottom: 13rem;
    }

    .desktop_large\:mb-56 {
        margin-bottom: 14rem;
    }

    .desktop_large\:mb-60 {
        margin-bottom: 15rem;
    }

    .desktop_large\:mb-64 {
        margin-bottom: 16rem;
    }

    .desktop_large\:mb-72 {
        margin-bottom: 18rem;
    }

    .desktop_large\:mb-80 {
        margin-bottom: 20rem;
    }

    .desktop_large\:mb-96 {
        margin-bottom: 24rem;
    }

    .desktop_large\:mb-auto {
        margin-bottom: auto;
    }

    .desktop_large\:mb-px {
        margin-bottom: 1px;
    }

    .desktop_large\:mb-0\.5 {
        margin-bottom: 0.125rem;
    }

    .desktop_large\:mb-1\.5 {
        margin-bottom: 0.375rem;
    }

    .desktop_large\:mb-2\.5 {
        margin-bottom: 0.625rem;
    }

    .desktop_large\:mb-3\.5 {
        margin-bottom: 0.875rem;
    }

    .desktop_large\:mb-5p {
        margin-bottom: 5px;
    }

    .desktop_large\:mb-10p {
        margin-bottom: 10px;
    }

    .desktop_large\:mb-14p {
        margin-bottom: 14px;
    }

    .desktop_large\:mb-15p {
        margin-bottom: 15px;
    }

    .desktop_large\:mb-15_2 {
        margin-bottom: 60px;
    }

    .desktop_large\:mb-16_1 {
        margin-bottom: 52px;
    }

    .desktop_large\:mb-16p {
        margin-bottom: 16px;
    }

    .desktop_large\:mb-25p {
        margin-bottom: 25px;
    }

    .desktop_large\:mb-48p {
        margin-bottom: 48%;
    }

    .desktop_large\:mb-52p {
        margin-bottom: 52%;
    }

    .desktop_large\:-mb-0 {
        margin-bottom: 0px;
    }

    .desktop_large\:-mb-1 {
        margin-bottom: -0.25rem;
    }

    .desktop_large\:-mb-2 {
        margin-bottom: -0.5rem;
    }

    .desktop_large\:-mb-3 {
        margin-bottom: -0.75rem;
    }

    .desktop_large\:-mb-4 {
        margin-bottom: -1rem;
    }

    .desktop_large\:-mb-5 {
        margin-bottom: -1.25rem;
    }

    .desktop_large\:-mb-6 {
        margin-bottom: -1.5rem;
    }

    .desktop_large\:-mb-7 {
        margin-bottom: -1.75rem;
    }

    .desktop_large\:-mb-8 {
        margin-bottom: -2rem;
    }

    .desktop_large\:-mb-9 {
        margin-bottom: -2.25rem;
    }

    .desktop_large\:-mb-10 {
        margin-bottom: -2.5rem;
    }

    .desktop_large\:-mb-11 {
        margin-bottom: -2.75rem;
    }

    .desktop_large\:-mb-12 {
        margin-bottom: -3rem;
    }

    .desktop_large\:-mb-14 {
        margin-bottom: -3.5rem;
    }

    .desktop_large\:-mb-16 {
        margin-bottom: -4rem;
    }

    .desktop_large\:-mb-18 {
        margin-bottom: -4.375rem;
    }

    .desktop_large\:-mb-19 {
        margin-bottom: -76px;
    }

    .desktop_large\:-mb-20 {
        margin-bottom: -5rem;
    }

    .desktop_large\:-mb-24 {
        margin-bottom: -6rem;
    }

    .desktop_large\:-mb-28 {
        margin-bottom: -7rem;
    }

    .desktop_large\:-mb-30 {
        margin-bottom: -120px;
    }

    .desktop_large\:-mb-32 {
        margin-bottom: -8rem;
    }

    .desktop_large\:-mb-36 {
        margin-bottom: -9rem;
    }

    .desktop_large\:-mb-40 {
        margin-bottom: -10rem;
    }

    .desktop_large\:-mb-44 {
        margin-bottom: -11rem;
    }

    .desktop_large\:-mb-48 {
        margin-bottom: -12rem;
    }

    .desktop_large\:-mb-52 {
        margin-bottom: -13rem;
    }

    .desktop_large\:-mb-56 {
        margin-bottom: -14rem;
    }

    .desktop_large\:-mb-60 {
        margin-bottom: -15rem;
    }

    .desktop_large\:-mb-64 {
        margin-bottom: -16rem;
    }

    .desktop_large\:-mb-72 {
        margin-bottom: -18rem;
    }

    .desktop_large\:-mb-80 {
        margin-bottom: -20rem;
    }

    .desktop_large\:-mb-96 {
        margin-bottom: -24rem;
    }

    .desktop_large\:-mb-px {
        margin-bottom: -1px;
    }

    .desktop_large\:-mb-0\.5 {
        margin-bottom: -0.125rem;
    }

    .desktop_large\:-mb-1\.5 {
        margin-bottom: -0.375rem;
    }

    .desktop_large\:-mb-2\.5 {
        margin-bottom: -0.625rem;
    }

    .desktop_large\:-mb-3\.5 {
        margin-bottom: -0.875rem;
    }

    .desktop_large\:-mb-5p {
        margin-bottom: -5px;
    }

    .desktop_large\:-mb-10p {
        margin-bottom: -10px;
    }

    .desktop_large\:-mb-14p {
        margin-bottom: -14px;
    }

    .desktop_large\:-mb-15p {
        margin-bottom: -15px;
    }

    .desktop_large\:-mb-15_2 {
        margin-bottom: -60px;
    }

    .desktop_large\:-mb-16_1 {
        margin-bottom: -52px;
    }

    .desktop_large\:-mb-16p {
        margin-bottom: -16px;
    }

    .desktop_large\:-mb-25p {
        margin-bottom: -25px;
    }

    .desktop_large\:-mb-48p {
        margin-bottom: -48%;
    }

    .desktop_large\:-mb-52p {
        margin-bottom: -52%;
    }

    .desktop_large\:ml-0 {
        margin-left: 0px;
    }

    .desktop_large\:ml-1 {
        margin-left: 0.25rem;
    }

    .desktop_large\:ml-2 {
        margin-left: 0.5rem;
    }

    .desktop_large\:ml-3 {
        margin-left: 0.75rem;
    }

    .desktop_large\:ml-4 {
        margin-left: 1rem;
    }

    .desktop_large\:ml-5 {
        margin-left: 1.25rem;
    }

    .desktop_large\:ml-6 {
        margin-left: 1.5rem;
    }

    .desktop_large\:ml-7 {
        margin-left: 1.75rem;
    }

    .desktop_large\:ml-8 {
        margin-left: 2rem;
    }

    .desktop_large\:ml-9 {
        margin-left: 2.25rem;
    }

    .desktop_large\:ml-10 {
        margin-left: 2.5rem;
    }

    .desktop_large\:ml-11 {
        margin-left: 2.75rem;
    }

    .desktop_large\:ml-12 {
        margin-left: 3rem;
    }

    .desktop_large\:ml-13 {
        margin-left: 3.25rem;
    }

    .desktop_large\:ml-14 {
        margin-left: 3.5rem;
    }

    .desktop_large\:ml-16 {
        margin-left: 4rem;
    }

    .desktop_large\:ml-18 {
        margin-left: 4.375rem;
    }

    .desktop_large\:ml-19 {
        margin-left: 76px;
    }

    .desktop_large\:ml-20 {
        margin-left: 5rem;
    }

    .desktop_large\:ml-22 {
        margin-left: 5.3125rem;
    }

    .desktop_large\:ml-24 {
        margin-left: 6rem;
    }

    .desktop_large\:ml-28 {
        margin-left: 7rem;
    }

    .desktop_large\:ml-30 {
        margin-left: 120px;
    }

    .desktop_large\:ml-32 {
        margin-left: 8rem;
    }

    .desktop_large\:ml-36 {
        margin-left: 9rem;
    }

    .desktop_large\:ml-40 {
        margin-left: 10rem;
    }

    .desktop_large\:ml-44 {
        margin-left: 11rem;
    }

    .desktop_large\:ml-46 {
        margin-left: 11.44rem;
    }

    .desktop_large\:ml-48 {
        margin-left: 12rem;
    }

    .desktop_large\:ml-52 {
        margin-left: 13rem;
    }

    .desktop_large\:ml-56 {
        margin-left: 14rem;
    }

    .desktop_large\:ml-60 {
        margin-left: 15rem;
    }

    .desktop_large\:ml-64 {
        margin-left: 16rem;
    }

    .desktop_large\:ml-72 {
        margin-left: 18rem;
    }

    .desktop_large\:ml-80 {
        margin-left: 20rem;
    }

    .desktop_large\:ml-96 {
        margin-left: 24rem;
    }

    .desktop_large\:ml-auto {
        margin-left: auto;
    }

    .desktop_large\:ml-px {
        margin-left: 1px;
    }

    .desktop_large\:ml-0\.5 {
        margin-left: 0.125rem;
    }

    .desktop_large\:ml-1\.5 {
        margin-left: 0.375rem;
    }

    .desktop_large\:ml-2\.5 {
        margin-left: 0.625rem;
    }

    .desktop_large\:ml-3\.5 {
        margin-left: 0.875rem;
    }

    .desktop_large\:ml-5p {
        margin-left: 5px;
    }

    .desktop_large\:ml-10p {
        margin-left: 10px;
    }

    .desktop_large\:ml-14p {
        margin-left: 14px;
    }

    .desktop_large\:ml-15p {
        margin-left: 15px;
    }

    .desktop_large\:ml-15_2 {
        margin-left: 60px;
    }

    .desktop_large\:ml-16_1 {
        margin-left: 52px;
    }

    .desktop_large\:ml-16p {
        margin-left: 16px;
    }

    .desktop_large\:ml-25p {
        margin-left: 25px;
    }

    .desktop_large\:ml-48p {
        margin-left: 48%;
    }

    .desktop_large\:ml-52p {
        margin-left: 52%;
    }

    .desktop_large\:-ml-0 {
        margin-left: 0px;
    }

    .desktop_large\:-ml-1 {
        margin-left: -0.25rem;
    }

    .desktop_large\:-ml-2 {
        margin-left: -0.5rem;
    }

    .desktop_large\:-ml-3 {
        margin-left: -0.75rem;
    }

    .desktop_large\:-ml-4 {
        margin-left: -1rem;
    }

    .desktop_large\:-ml-5 {
        margin-left: -1.25rem;
    }

    .desktop_large\:-ml-6 {
        margin-left: -1.5rem;
    }

    .desktop_large\:-ml-7 {
        margin-left: -1.75rem;
    }

    .desktop_large\:-ml-8 {
        margin-left: -2rem;
    }

    .desktop_large\:-ml-9 {
        margin-left: -2.25rem;
    }

    .desktop_large\:-ml-10 {
        margin-left: -2.5rem;
    }

    .desktop_large\:-ml-11 {
        margin-left: -2.75rem;
    }

    .desktop_large\:-ml-12 {
        margin-left: -3rem;
    }

    .desktop_large\:-ml-14 {
        margin-left: -3.5rem;
    }

    .desktop_large\:-ml-16 {
        margin-left: -4rem;
    }

    .desktop_large\:-ml-18 {
        margin-left: -4.375rem;
    }

    .desktop_large\:-ml-19 {
        margin-left: -76px;
    }

    .desktop_large\:-ml-20 {
        margin-left: -5rem;
    }

    .desktop_large\:-ml-24 {
        margin-left: -6rem;
    }

    .desktop_large\:-ml-28 {
        margin-left: -7rem;
    }

    .desktop_large\:-ml-30 {
        margin-left: -120px;
    }

    .desktop_large\:-ml-32 {
        margin-left: -8rem;
    }

    .desktop_large\:-ml-36 {
        margin-left: -9rem;
    }

    .desktop_large\:-ml-40 {
        margin-left: -10rem;
    }

    .desktop_large\:-ml-44 {
        margin-left: -11rem;
    }

    .desktop_large\:-ml-48 {
        margin-left: -12rem;
    }

    .desktop_large\:-ml-52 {
        margin-left: -13rem;
    }

    .desktop_large\:-ml-56 {
        margin-left: -14rem;
    }

    .desktop_large\:-ml-60 {
        margin-left: -15rem;
    }

    .desktop_large\:-ml-64 {
        margin-left: -16rem;
    }

    .desktop_large\:-ml-72 {
        margin-left: -18rem;
    }

    .desktop_large\:-ml-80 {
        margin-left: -20rem;
    }

    .desktop_large\:-ml-96 {
        margin-left: -24rem;
    }

    .desktop_large\:-ml-px {
        margin-left: -1px;
    }

    .desktop_large\:-ml-0\.5 {
        margin-left: -0.125rem;
    }

    .desktop_large\:-ml-1\.5 {
        margin-left: -0.375rem;
    }

    .desktop_large\:-ml-2\.5 {
        margin-left: -0.625rem;
    }

    .desktop_large\:-ml-3\.5 {
        margin-left: -0.875rem;
    }

    .desktop_large\:-ml-5p {
        margin-left: -5px;
    }

    .desktop_large\:-ml-10p {
        margin-left: -10px;
    }

    .desktop_large\:-ml-14p {
        margin-left: -14px;
    }

    .desktop_large\:-ml-15p {
        margin-left: -15px;
    }

    .desktop_large\:-ml-15_2 {
        margin-left: -60px;
    }

    .desktop_large\:-ml-16_1 {
        margin-left: -52px;
    }

    .desktop_large\:-ml-16p {
        margin-left: -16px;
    }

    .desktop_large\:-ml-25p {
        margin-left: -25px;
    }

    .desktop_large\:-ml-48p {
        margin-left: -48%;
    }

    .desktop_large\:-ml-52p {
        margin-left: -52%;
    }

    .desktop_large\:box-border {
        box-sizing: border-box;
    }

    .desktop_large\:box-content {
        box-sizing: content-box;
    }

    .desktop_large\:block {
        display: block;
    }

    .desktop_large\:inline-block {
        display: inline-block;
    }

    .desktop_large\:inline {
        display: inline;
    }

    .desktop_large\:flex {
        display: flex;
    }

    .desktop_large\:inline-flex {
        display: inline-flex;
    }

    .desktop_large\:table {
        display: table;
    }

    .desktop_large\:inline-table {
        display: inline-table;
    }

    .desktop_large\:table-caption {
        display: table-caption;
    }

    .desktop_large\:table-cell {
        display: table-cell;
    }

    .desktop_large\:table-column {
        display: table-column;
    }

    .desktop_large\:table-column-group {
        display: table-column-group;
    }

    .desktop_large\:table-footer-group {
        display: table-footer-group;
    }

    .desktop_large\:table-header-group {
        display: table-header-group;
    }

    .desktop_large\:table-row-group {
        display: table-row-group;
    }

    .desktop_large\:table-row {
        display: table-row;
    }

    .desktop_large\:flow-root {
        display: flow-root;
    }

    .desktop_large\:grid {
        display: grid;
    }

    .desktop_large\:inline-grid {
        display: inline-grid;
    }

    .desktop_large\:contents {
        display: contents;
    }

    .desktop_large\:list-item {
        display: list-item;
    }

    .desktop_large\:hidden {
        display: none;
    }

    .desktop_large\:h-0 {
        height: 0px;
    }

    .desktop_large\:h-1 {
        height: 0.25rem;
    }

    .desktop_large\:h-2 {
        height: 0.5rem;
    }

    .desktop_large\:h-3 {
        height: 0.75rem;
    }

    .desktop_large\:h-4 {
        height: 1rem;
    }

    .desktop_large\:h-5 {
        height: 1.25rem;
    }

    .desktop_large\:h-6 {
        height: 1.5rem;
    }

    .desktop_large\:h-7 {
        height: 1.75rem;
    }

    .desktop_large\:h-8 {
        height: 2rem;
    }

    .desktop_large\:h-9 {
        height: 2.25rem;
    }

    .desktop_large\:h-10 {
        height: 2.5rem;
    }

    .desktop_large\:h-11 {
        height: 2.75rem;
    }

    .desktop_large\:h-12 {
        height: 3rem;
    }

    .desktop_large\:h-14 {
        height: 3.5rem;
    }

    .desktop_large\:h-16 {
        height: 4rem;
    }

    .desktop_large\:h-18 {
        height: 4.375rem;
    }

    .desktop_large\:h-19 {
        height: 76px;
    }

    .desktop_large\:h-20 {
        height: 5rem;
    }

    .desktop_large\:h-24 {
        height: 6rem;
    }

    .desktop_large\:h-28 {
        height: 7rem;
    }

    .desktop_large\:h-30 {
        height: 120px;
    }

    .desktop_large\:h-32 {
        height: 8rem;
    }

    .desktop_large\:h-36 {
        height: 9rem;
    }

    .desktop_large\:h-40 {
        height: 10rem;
    }

    .desktop_large\:h-44 {
        height: 11rem;
    }

    .desktop_large\:h-48 {
        height: 12rem;
    }

    .desktop_large\:h-52 {
        height: 13rem;
    }

    .desktop_large\:h-56 {
        height: 14rem;
    }

    .desktop_large\:h-60 {
        height: 15rem;
    }

    .desktop_large\:h-64 {
        height: 16rem;
    }

    .desktop_large\:h-72 {
        height: 18rem;
    }

    .desktop_large\:h-80 {
        height: 20rem;
    }

    .desktop_large\:h-96 {
        height: 24rem;
    }

    .desktop_large\:h-auto {
        height: auto;
    }

    .desktop_large\:h-px {
        height: 1px;
    }

    .desktop_large\:h-0\.5 {
        height: 0.125rem;
    }

    .desktop_large\:h-1\.5 {
        height: 0.375rem;
    }

    .desktop_large\:h-2\.5 {
        height: 0.625rem;
    }

    .desktop_large\:h-3\.5 {
        height: 0.875rem;
    }

    .desktop_large\:h-5p {
        height: 5px;
    }

    .desktop_large\:h-10p {
        height: 10px;
    }

    .desktop_large\:h-14p {
        height: 14px;
    }

    .desktop_large\:h-15p {
        height: 15px;
    }

    .desktop_large\:h-15_2 {
        height: 60px;
    }

    .desktop_large\:h-16_1 {
        height: 52px;
    }

    .desktop_large\:h-16p {
        height: 16px;
    }

    .desktop_large\:h-25p {
        height: 25px;
    }

    .desktop_large\:h-48p {
        height: 48%;
    }

    .desktop_large\:h-52p {
        height: 52%;
    }

    .desktop_large\:h-1\/2 {
        height: 50%;
    }

    .desktop_large\:h-1\/3 {
        height: 33.333333%;
    }

    .desktop_large\:h-2\/3 {
        height: 66.666667%;
    }

    .desktop_large\:h-1\/4 {
        height: 25%;
    }

    .desktop_large\:h-2\/4 {
        height: 50%;
    }

    .desktop_large\:h-3\/4 {
        height: 75%;
    }

    .desktop_large\:h-1\/5 {
        height: 20%;
    }

    .desktop_large\:h-2\/5 {
        height: 40%;
    }

    .desktop_large\:h-3\/5 {
        height: 60%;
    }

    .desktop_large\:h-4\/5 {
        height: 80%;
    }

    .desktop_large\:h-1\/6 {
        height: 16.666667%;
    }

    .desktop_large\:h-2\/6 {
        height: 33.333333%;
    }

    .desktop_large\:h-3\/6 {
        height: 50%;
    }

    .desktop_large\:h-4\/6 {
        height: 66.666667%;
    }

    .desktop_large\:h-5\/6 {
        height: 83.333333%;
    }

    .desktop_large\:h-full {
        height: 100%;
    }

    .desktop_large\:h-screen {
        height: 100vh;
    }

    .desktop_large\:max-h-0 {
        max-height: 0px;
    }

    .desktop_large\:max-h-1 {
        max-height: 0.25rem;
    }

    .desktop_large\:max-h-2 {
        max-height: 0.5rem;
    }

    .desktop_large\:max-h-3 {
        max-height: 0.75rem;
    }

    .desktop_large\:max-h-4 {
        max-height: 1rem;
    }

    .desktop_large\:max-h-5 {
        max-height: 1.25rem;
    }

    .desktop_large\:max-h-6 {
        max-height: 1.5rem;
    }

    .desktop_large\:max-h-7 {
        max-height: 1.75rem;
    }

    .desktop_large\:max-h-8 {
        max-height: 2rem;
    }

    .desktop_large\:max-h-9 {
        max-height: 2.25rem;
    }

    .desktop_large\:max-h-10 {
        max-height: 2.5rem;
    }

    .desktop_large\:max-h-11 {
        max-height: 2.75rem;
    }

    .desktop_large\:max-h-12 {
        max-height: 3rem;
    }

    .desktop_large\:max-h-14 {
        max-height: 3.5rem;
    }

    .desktop_large\:max-h-16 {
        max-height: 4rem;
    }

    .desktop_large\:max-h-18 {
        max-height: 4.375rem;
    }

    .desktop_large\:max-h-19 {
        max-height: 76px;
    }

    .desktop_large\:max-h-20 {
        max-height: 5rem;
    }

    .desktop_large\:max-h-24 {
        max-height: 6rem;
    }

    .desktop_large\:max-h-28 {
        max-height: 7rem;
    }

    .desktop_large\:max-h-30 {
        max-height: 120px;
    }

    .desktop_large\:max-h-32 {
        max-height: 8rem;
    }

    .desktop_large\:max-h-36 {
        max-height: 9rem;
    }

    .desktop_large\:max-h-40 {
        max-height: 10rem;
    }

    .desktop_large\:max-h-44 {
        max-height: 11rem;
    }

    .desktop_large\:max-h-48 {
        max-height: 12rem;
    }

    .desktop_large\:max-h-52 {
        max-height: 13rem;
    }

    .desktop_large\:max-h-56 {
        max-height: 14rem;
    }

    .desktop_large\:max-h-60 {
        max-height: 15rem;
    }

    .desktop_large\:max-h-64 {
        max-height: 16rem;
    }

    .desktop_large\:max-h-72 {
        max-height: 18rem;
    }

    .desktop_large\:max-h-80 {
        max-height: 20rem;
    }

    .desktop_large\:max-h-96 {
        max-height: 24rem;
    }

    .desktop_large\:max-h-px {
        max-height: 1px;
    }

    .desktop_large\:max-h-0\.5 {
        max-height: 0.125rem;
    }

    .desktop_large\:max-h-1\.5 {
        max-height: 0.375rem;
    }

    .desktop_large\:max-h-2\.5 {
        max-height: 0.625rem;
    }

    .desktop_large\:max-h-3\.5 {
        max-height: 0.875rem;
    }

    .desktop_large\:max-h-5p {
        max-height: 5px;
    }

    .desktop_large\:max-h-10p {
        max-height: 10px;
    }

    .desktop_large\:max-h-14p {
        max-height: 14px;
    }

    .desktop_large\:max-h-15p {
        max-height: 15px;
    }

    .desktop_large\:max-h-15_2 {
        max-height: 60px;
    }

    .desktop_large\:max-h-16_1 {
        max-height: 52px;
    }

    .desktop_large\:max-h-16p {
        max-height: 16px;
    }

    .desktop_large\:max-h-25p {
        max-height: 25px;
    }

    .desktop_large\:max-h-48p {
        max-height: 48%;
    }

    .desktop_large\:max-h-52p {
        max-height: 52%;
    }

    .desktop_large\:max-h-full {
        max-height: 100%;
    }

    .desktop_large\:max-h-screen {
        max-height: 100vh;
    }

    .desktop_large\:min-h-0 {
        min-height: 0px;
    }

    .desktop_large\:min-h-full {
        min-height: 100%;
    }

    .desktop_large\:min-h-screen {
        min-height: 100vh;
    }

    .desktop_large\:w-0 {
        width: 0px;
    }

    .desktop_large\:w-1 {
        width: 0.25rem;
    }

    .desktop_large\:w-2 {
        width: 0.5rem;
    }

    .desktop_large\:w-3 {
        width: 0.75rem;
    }

    .desktop_large\:w-4 {
        width: 1rem;
    }

    .desktop_large\:w-5 {
        width: 1.25rem;
    }

    .desktop_large\:w-6 {
        width: 1.5rem;
    }

    .desktop_large\:w-7 {
        width: 1.75rem;
    }

    .desktop_large\:w-8 {
        width: 2rem;
    }

    .desktop_large\:w-9 {
        width: 2.25rem;
    }

    .desktop_large\:w-10 {
        width: 2.5rem;
    }

    .desktop_large\:w-11 {
        width: 2.75rem;
    }

    .desktop_large\:w-12 {
        width: 3rem;
    }

    .desktop_large\:w-14 {
        width: 3.5rem;
    }

    .desktop_large\:w-16 {
        width: 4rem;
    }

    .desktop_large\:w-18 {
        width: 4.375rem;
    }

    .desktop_large\:w-19 {
        width: 76px;
    }

    .desktop_large\:w-20 {
        width: 5rem;
    }

    .desktop_large\:w-24 {
        width: 6rem;
    }

    .desktop_large\:w-28 {
        width: 7rem;
    }

    .desktop_large\:w-30 {
        width: 120px;
    }

    .desktop_large\:w-32 {
        width: 8rem;
    }

    .desktop_large\:w-36 {
        width: 9rem;
    }

    .desktop_large\:w-40 {
        width: 10rem;
    }

    .desktop_large\:w-44 {
        width: 11rem;
    }

    .desktop_large\:w-48 {
        width: 12rem;
    }

    .desktop_large\:w-52 {
        width: 13rem;
    }

    .desktop_large\:w-56 {
        width: 14rem;
    }

    .desktop_large\:w-60 {
        width: 15rem;
    }

    .desktop_large\:w-64 {
        width: 16rem;
    }

    .desktop_large\:w-72 {
        width: 18rem;
    }

    .desktop_large\:w-80 {
        width: 20rem;
    }

    .desktop_large\:w-96 {
        width: 24rem;
    }

    .desktop_large\:w-auto {
        width: auto;
    }

    .desktop_large\:w-px {
        width: 1px;
    }

    .desktop_large\:w-0\.5 {
        width: 0.125rem;
    }

    .desktop_large\:w-1\.5 {
        width: 0.375rem;
    }

    .desktop_large\:w-2\.5 {
        width: 0.625rem;
    }

    .desktop_large\:w-3\.5 {
        width: 0.875rem;
    }

    .desktop_large\:w-5p {
        width: 5px;
    }

    .desktop_large\:w-10p {
        width: 10px;
    }

    .desktop_large\:w-14p {
        width: 14px;
    }

    .desktop_large\:w-15p {
        width: 15px;
    }

    .desktop_large\:w-15_2 {
        width: 60px;
    }

    .desktop_large\:w-16_1 {
        width: 52px;
    }

    .desktop_large\:w-16p {
        width: 16px;
    }

    .desktop_large\:w-25p {
        width: 25px;
    }

    .desktop_large\:w-48p {
        width: 48%;
    }

    .desktop_large\:w-52p {
        width: 52%;
    }

    .desktop_large\:w-1\/2 {
        width: 50%;
    }

    .desktop_large\:w-1\/3 {
        width: 33.333333%;
    }

    .desktop_large\:w-2\/3 {
        width: 66.666667%;
    }

    .desktop_large\:w-1\/4 {
        width: 25%;
    }

    .desktop_large\:w-2\/4 {
        width: 50%;
    }

    .desktop_large\:w-3\/4 {
        width: 75%;
    }

    .desktop_large\:w-1\/5 {
        width: 20%;
    }

    .desktop_large\:w-2\/5 {
        width: 40%;
    }

    .desktop_large\:w-3\/5 {
        width: 60%;
    }

    .desktop_large\:w-4\/5 {
        width: 80%;
    }

    .desktop_large\:w-1\/6 {
        width: 16.666667%;
    }

    .desktop_large\:w-2\/6 {
        width: 33.333333%;
    }

    .desktop_large\:w-3\/6 {
        width: 50%;
    }

    .desktop_large\:w-4\/6 {
        width: 66.666667%;
    }

    .desktop_large\:w-5\/6 {
        width: 83.333333%;
    }

    .desktop_large\:w-1\/12 {
        width: 8.333333%;
    }

    .desktop_large\:w-2\/12 {
        width: 16.666667%;
    }

    .desktop_large\:w-3\/12 {
        width: 25%;
    }

    .desktop_large\:w-4\/12 {
        width: 33.333333%;
    }

    .desktop_large\:w-5\/12 {
        width: 41.666667%;
    }

    .desktop_large\:w-6\/12 {
        width: 50%;
    }

    .desktop_large\:w-7\/12 {
        width: 58.333333%;
    }

    .desktop_large\:w-8\/12 {
        width: 66.666667%;
    }

    .desktop_large\:w-9\/12 {
        width: 75%;
    }

    .desktop_large\:w-10\/12 {
        width: 83.333333%;
    }

    .desktop_large\:w-11\/12 {
        width: 91.666667%;
    }

    .desktop_large\:w-full {
        width: 100%;
    }

    .desktop_large\:w-screen {
        width: 100vw;
    }

    .desktop_large\:w-min {
        width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content;
    }

    .desktop_large\:w-max {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .desktop_large\:w-51\% {
        width: 51%;
    }

    .desktop_large\:w-49\% {
        width: 49%;
    }

    .desktop_large\:min-w-0 {
        min-width: 0px;
    }

    .desktop_large\:min-w-full {
        min-width: 100%;
    }

    .desktop_large\:min-w-min {
        min-width: -webkit-min-content;
        min-width: -moz-min-content;
        min-width: min-content;
    }

    .desktop_large\:min-w-max {
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
    }

    .desktop_large\:max-w-0 {
        max-width: 0rem;
    }

    .desktop_large\:max-w-none {
        max-width: none;
    }

    .desktop_large\:max-w-xs {
        max-width: 20rem;
    }

    .desktop_large\:max-w-sm {
        max-width: 24rem;
    }

    .desktop_large\:max-w-md {
        max-width: 28rem;
    }

    .desktop_large\:max-w-lg {
        max-width: 32rem;
    }

    .desktop_large\:max-w-xl {
        max-width: 36rem;
    }

    .desktop_large\:max-w-2xl {
        max-width: 42rem;
    }

    .desktop_large\:max-w-3xl {
        max-width: 48rem;
    }

    .desktop_large\:max-w-4xl {
        max-width: 56rem;
    }

    .desktop_large\:max-w-5xl {
        max-width: 64rem;
    }

    .desktop_large\:max-w-6xl {
        max-width: 72rem;
    }

    .desktop_large\:max-w-7xl {
        max-width: 80rem;
    }

    .desktop_large\:max-w-full {
        max-width: 100%;
    }

    .desktop_large\:max-w-min {
        max-width: -webkit-min-content;
        max-width: -moz-min-content;
        max-width: min-content;
    }

    .desktop_large\:max-w-max {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }

    .desktop_large\:max-w-prose {
        max-width: 65ch;
    }

    .desktop_large\:max-w-screen-sm {
        max-width: 600px;
    }

    .desktop_large\:max-w-screen-md {
        max-width: 768px;
    }

    .desktop_large\:max-w-screen-lg {
        max-width: 992px;
    }

    .desktop_large\:max-w-screen-xl {
        max-width: 1280px;
    }

    .desktop_large\:max-w-screen-2xl {
        max-width: 1536px;
    }

    .desktop_large\:max-w-1\.5xl {
        max-width: 40rem;
    }

    .desktop_large\:max-w-3\.5xl {
        max-width: 51.5rem;
    }

    .desktop_large\:max-w-4\.5xl {
        max-width: 62.5rem;
    }

    .desktop_large\:max-w-thumb {
        max-width: 11.375rem;
    }

    .desktop_large\:max-w-discription {
        max-width: 248px;
    }

    .desktop_large\:max-w-5\.5xl {
        max-width: 1132px;
    }

    .desktop_large\:flex-1 {
        flex: 1 1 0%;
    }

    .desktop_large\:flex-auto {
        flex: 1 1 auto;
    }

    .desktop_large\:flex-initial {
        flex: 0 1 auto;
    }

    .desktop_large\:flex-none {
        flex: none;
    }

    .desktop_large\:flex-shrink-0 {
        flex-shrink: 0;
    }

    .desktop_large\:flex-shrink {
        flex-shrink: 1;
    }

    .desktop_large\:flex-grow-0 {
        flex-grow: 0;
    }

    .desktop_large\:flex-grow {
        flex-grow: 1;
    }

    .desktop_large\:table-auto {
        table-layout: auto;
    }

    .desktop_large\:table-fixed {
        table-layout: fixed;
    }

    .desktop_large\:border-collapse {
        border-collapse: collapse;
    }

    .desktop_large\:border-separate {
        border-collapse: separate;
    }

    .desktop_large\:origin-center {
        transform-origin: center;
    }

    .desktop_large\:origin-top {
        transform-origin: top;
    }

    .desktop_large\:origin-top-right {
        transform-origin: top right;
    }

    .desktop_large\:origin-right {
        transform-origin: right;
    }

    .desktop_large\:origin-bottom-right {
        transform-origin: bottom right;
    }

    .desktop_large\:origin-bottom {
        transform-origin: bottom;
    }

    .desktop_large\:origin-bottom-left {
        transform-origin: bottom left;
    }

    .desktop_large\:origin-left {
        transform-origin: left;
    }

    .desktop_large\:origin-top-left {
        transform-origin: top left;
    }

    .desktop_large\:transform {
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        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));
    }

    .desktop_large\:transform-gpu {
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        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));
    }

    .desktop_large\:transform-none {
        transform: none;
    }

    .desktop_large\:translate-x-0 {
        --tw-translate-x: 0px;
    }

    .desktop_large\:translate-x-1 {
        --tw-translate-x: 0.25rem;
    }

    .desktop_large\:translate-x-2 {
        --tw-translate-x: 0.5rem;
    }

    .desktop_large\:translate-x-3 {
        --tw-translate-x: 0.75rem;
    }

    .desktop_large\:translate-x-4 {
        --tw-translate-x: 1rem;
    }

    .desktop_large\:translate-x-5 {
        --tw-translate-x: 1.25rem;
    }

    .desktop_large\:translate-x-6 {
        --tw-translate-x: 1.5rem;
    }

    .desktop_large\:translate-x-7 {
        --tw-translate-x: 1.75rem;
    }

    .desktop_large\:translate-x-8 {
        --tw-translate-x: 2rem;
    }

    .desktop_large\:translate-x-9 {
        --tw-translate-x: 2.25rem;
    }

    .desktop_large\:translate-x-10 {
        --tw-translate-x: 2.5rem;
    }

    .desktop_large\:translate-x-11 {
        --tw-translate-x: 2.75rem;
    }

    .desktop_large\:translate-x-12 {
        --tw-translate-x: 3rem;
    }

    .desktop_large\:translate-x-14 {
        --tw-translate-x: 3.5rem;
    }

    .desktop_large\:translate-x-16 {
        --tw-translate-x: 4rem;
    }

    .desktop_large\:translate-x-18 {
        --tw-translate-x: 4.375rem;
    }

    .desktop_large\:translate-x-19 {
        --tw-translate-x: 76px;
    }

    .desktop_large\:translate-x-20 {
        --tw-translate-x: 5rem;
    }

    .desktop_large\:translate-x-24 {
        --tw-translate-x: 6rem;
    }

    .desktop_large\:translate-x-28 {
        --tw-translate-x: 7rem;
    }

    .desktop_large\:translate-x-30 {
        --tw-translate-x: 120px;
    }

    .desktop_large\:translate-x-32 {
        --tw-translate-x: 8rem;
    }

    .desktop_large\:translate-x-36 {
        --tw-translate-x: 9rem;
    }

    .desktop_large\:translate-x-40 {
        --tw-translate-x: 10rem;
    }

    .desktop_large\:translate-x-44 {
        --tw-translate-x: 11rem;
    }

    .desktop_large\:translate-x-48 {
        --tw-translate-x: 12rem;
    }

    .desktop_large\:translate-x-52 {
        --tw-translate-x: 13rem;
    }

    .desktop_large\:translate-x-56 {
        --tw-translate-x: 14rem;
    }

    .desktop_large\:translate-x-60 {
        --tw-translate-x: 15rem;
    }

    .desktop_large\:translate-x-64 {
        --tw-translate-x: 16rem;
    }

    .desktop_large\:translate-x-72 {
        --tw-translate-x: 18rem;
    }

    .desktop_large\:translate-x-80 {
        --tw-translate-x: 20rem;
    }

    .desktop_large\:translate-x-96 {
        --tw-translate-x: 24rem;
    }

    .desktop_large\:translate-x-px {
        --tw-translate-x: 1px;
    }

    .desktop_large\:translate-x-0\.5 {
        --tw-translate-x: 0.125rem;
    }

    .desktop_large\:translate-x-1\.5 {
        --tw-translate-x: 0.375rem;
    }

    .desktop_large\:translate-x-2\.5 {
        --tw-translate-x: 0.625rem;
    }

    .desktop_large\:translate-x-3\.5 {
        --tw-translate-x: 0.875rem;
    }

    .desktop_large\:translate-x-5p {
        --tw-translate-x: 5px;
    }

    .desktop_large\:translate-x-10p {
        --tw-translate-x: 10px;
    }

    .desktop_large\:translate-x-14p {
        --tw-translate-x: 14px;
    }

    .desktop_large\:translate-x-15p {
        --tw-translate-x: 15px;
    }

    .desktop_large\:translate-x-15_2 {
        --tw-translate-x: 60px;
    }

    .desktop_large\:translate-x-16_1 {
        --tw-translate-x: 52px;
    }

    .desktop_large\:translate-x-16p {
        --tw-translate-x: 16px;
    }

    .desktop_large\:translate-x-25p {
        --tw-translate-x: 25px;
    }

    .desktop_large\:translate-x-48p {
        --tw-translate-x: 48%;
    }

    .desktop_large\:translate-x-52p {
        --tw-translate-x: 52%;
    }

    .desktop_large\:-translate-x-0 {
        --tw-translate-x: 0px;
    }

    .desktop_large\:-translate-x-1 {
        --tw-translate-x: -0.25rem;
    }

    .desktop_large\:-translate-x-2 {
        --tw-translate-x: -0.5rem;
    }

    .desktop_large\:-translate-x-3 {
        --tw-translate-x: -0.75rem;
    }

    .desktop_large\:-translate-x-4 {
        --tw-translate-x: -1rem;
    }

    .desktop_large\:-translate-x-5 {
        --tw-translate-x: -1.25rem;
    }

    .desktop_large\:-translate-x-6 {
        --tw-translate-x: -1.5rem;
    }

    .desktop_large\:-translate-x-7 {
        --tw-translate-x: -1.75rem;
    }

    .desktop_large\:-translate-x-8 {
        --tw-translate-x: -2rem;
    }

    .desktop_large\:-translate-x-9 {
        --tw-translate-x: -2.25rem;
    }

    .desktop_large\:-translate-x-10 {
        --tw-translate-x: -2.5rem;
    }

    .desktop_large\:-translate-x-11 {
        --tw-translate-x: -2.75rem;
    }

    .desktop_large\:-translate-x-12 {
        --tw-translate-x: -3rem;
    }

    .desktop_large\:-translate-x-14 {
        --tw-translate-x: -3.5rem;
    }

    .desktop_large\:-translate-x-16 {
        --tw-translate-x: -4rem;
    }

    .desktop_large\:-translate-x-18 {
        --tw-translate-x: -4.375rem;
    }

    .desktop_large\:-translate-x-19 {
        --tw-translate-x: -76px;
    }

    .desktop_large\:-translate-x-20 {
        --tw-translate-x: -5rem;
    }

    .desktop_large\:-translate-x-24 {
        --tw-translate-x: -6rem;
    }

    .desktop_large\:-translate-x-28 {
        --tw-translate-x: -7rem;
    }

    .desktop_large\:-translate-x-30 {
        --tw-translate-x: -120px;
    }

    .desktop_large\:-translate-x-32 {
        --tw-translate-x: -8rem;
    }

    .desktop_large\:-translate-x-36 {
        --tw-translate-x: -9rem;
    }

    .desktop_large\:-translate-x-40 {
        --tw-translate-x: -10rem;
    }

    .desktop_large\:-translate-x-44 {
        --tw-translate-x: -11rem;
    }

    .desktop_large\:-translate-x-48 {
        --tw-translate-x: -12rem;
    }

    .desktop_large\:-translate-x-52 {
        --tw-translate-x: -13rem;
    }

    .desktop_large\:-translate-x-56 {
        --tw-translate-x: -14rem;
    }

    .desktop_large\:-translate-x-60 {
        --tw-translate-x: -15rem;
    }

    .desktop_large\:-translate-x-64 {
        --tw-translate-x: -16rem;
    }

    .desktop_large\:-translate-x-72 {
        --tw-translate-x: -18rem;
    }

    .desktop_large\:-translate-x-80 {
        --tw-translate-x: -20rem;
    }

    .desktop_large\:-translate-x-96 {
        --tw-translate-x: -24rem;
    }

    .desktop_large\:-translate-x-px {
        --tw-translate-x: -1px;
    }

    .desktop_large\:-translate-x-0\.5 {
        --tw-translate-x: -0.125rem;
    }

    .desktop_large\:-translate-x-1\.5 {
        --tw-translate-x: -0.375rem;
    }

    .desktop_large\:-translate-x-2\.5 {
        --tw-translate-x: -0.625rem;
    }

    .desktop_large\:-translate-x-3\.5 {
        --tw-translate-x: -0.875rem;
    }

    .desktop_large\:-translate-x-5p {
        --tw-translate-x: -5px;
    }

    .desktop_large\:-translate-x-10p {
        --tw-translate-x: -10px;
    }

    .desktop_large\:-translate-x-14p {
        --tw-translate-x: -14px;
    }

    .desktop_large\:-translate-x-15p {
        --tw-translate-x: -15px;
    }

    .desktop_large\:-translate-x-15_2 {
        --tw-translate-x: -60px;
    }

    .desktop_large\:-translate-x-16_1 {
        --tw-translate-x: -52px;
    }

    .desktop_large\:-translate-x-16p {
        --tw-translate-x: -16px;
    }

    .desktop_large\:-translate-x-25p {
        --tw-translate-x: -25px;
    }

    .desktop_large\:-translate-x-48p {
        --tw-translate-x: -48%;
    }

    .desktop_large\:-translate-x-52p {
        --tw-translate-x: -52%;
    }

    .desktop_large\:translate-x-1\/2 {
        --tw-translate-x: 50%;
    }

    .desktop_large\:translate-x-1\/3 {
        --tw-translate-x: 33.333333%;
    }

    .desktop_large\:translate-x-2\/3 {
        --tw-translate-x: 66.666667%;
    }

    .desktop_large\:translate-x-1\/4 {
        --tw-translate-x: 25%;
    }

    .desktop_large\:translate-x-2\/4 {
        --tw-translate-x: 50%;
    }

    .desktop_large\:translate-x-3\/4 {
        --tw-translate-x: 75%;
    }

    .desktop_large\:translate-x-full {
        --tw-translate-x: 100%;
    }

    .desktop_large\:-translate-x-1\/2 {
        --tw-translate-x: -50%;
    }

    .desktop_large\:-translate-x-1\/3 {
        --tw-translate-x: -33.333333%;
    }

    .desktop_large\:-translate-x-2\/3 {
        --tw-translate-x: -66.666667%;
    }

    .desktop_large\:-translate-x-1\/4 {
        --tw-translate-x: -25%;
    }

    .desktop_large\:-translate-x-2\/4 {
        --tw-translate-x: -50%;
    }

    .desktop_large\:-translate-x-3\/4 {
        --tw-translate-x: -75%;
    }

    .desktop_large\:-translate-x-full {
        --tw-translate-x: -100%;
    }

    .desktop_large\:translate-y-0 {
        --tw-translate-y: 0px;
    }

    .desktop_large\:translate-y-1 {
        --tw-translate-y: 0.25rem;
    }

    .desktop_large\:translate-y-2 {
        --tw-translate-y: 0.5rem;
    }

    .desktop_large\:translate-y-3 {
        --tw-translate-y: 0.75rem;
    }

    .desktop_large\:translate-y-4 {
        --tw-translate-y: 1rem;
    }

    .desktop_large\:translate-y-5 {
        --tw-translate-y: 1.25rem;
    }

    .desktop_large\:translate-y-6 {
        --tw-translate-y: 1.5rem;
    }

    .desktop_large\:translate-y-7 {
        --tw-translate-y: 1.75rem;
    }

    .desktop_large\:translate-y-8 {
        --tw-translate-y: 2rem;
    }

    .desktop_large\:translate-y-9 {
        --tw-translate-y: 2.25rem;
    }

    .desktop_large\:translate-y-10 {
        --tw-translate-y: 2.5rem;
    }

    .desktop_large\:translate-y-11 {
        --tw-translate-y: 2.75rem;
    }

    .desktop_large\:translate-y-12 {
        --tw-translate-y: 3rem;
    }

    .desktop_large\:translate-y-14 {
        --tw-translate-y: 3.5rem;
    }

    .desktop_large\:translate-y-16 {
        --tw-translate-y: 4rem;
    }

    .desktop_large\:translate-y-18 {
        --tw-translate-y: 4.375rem;
    }

    .desktop_large\:translate-y-19 {
        --tw-translate-y: 76px;
    }

    .desktop_large\:translate-y-20 {
        --tw-translate-y: 5rem;
    }

    .desktop_large\:translate-y-24 {
        --tw-translate-y: 6rem;
    }

    .desktop_large\:translate-y-28 {
        --tw-translate-y: 7rem;
    }

    .desktop_large\:translate-y-30 {
        --tw-translate-y: 120px;
    }

    .desktop_large\:translate-y-32 {
        --tw-translate-y: 8rem;
    }

    .desktop_large\:translate-y-36 {
        --tw-translate-y: 9rem;
    }

    .desktop_large\:translate-y-40 {
        --tw-translate-y: 10rem;
    }

    .desktop_large\:translate-y-44 {
        --tw-translate-y: 11rem;
    }

    .desktop_large\:translate-y-48 {
        --tw-translate-y: 12rem;
    }

    .desktop_large\:translate-y-52 {
        --tw-translate-y: 13rem;
    }

    .desktop_large\:translate-y-56 {
        --tw-translate-y: 14rem;
    }

    .desktop_large\:translate-y-60 {
        --tw-translate-y: 15rem;
    }

    .desktop_large\:translate-y-64 {
        --tw-translate-y: 16rem;
    }

    .desktop_large\:translate-y-72 {
        --tw-translate-y: 18rem;
    }

    .desktop_large\:translate-y-80 {
        --tw-translate-y: 20rem;
    }

    .desktop_large\:translate-y-96 {
        --tw-translate-y: 24rem;
    }

    .desktop_large\:translate-y-px {
        --tw-translate-y: 1px;
    }

    .desktop_large\:translate-y-0\.5 {
        --tw-translate-y: 0.125rem;
    }

    .desktop_large\:translate-y-1\.5 {
        --tw-translate-y: 0.375rem;
    }

    .desktop_large\:translate-y-2\.5 {
        --tw-translate-y: 0.625rem;
    }

    .desktop_large\:translate-y-3\.5 {
        --tw-translate-y: 0.875rem;
    }

    .desktop_large\:translate-y-5p {
        --tw-translate-y: 5px;
    }

    .desktop_large\:translate-y-10p {
        --tw-translate-y: 10px;
    }

    .desktop_large\:translate-y-14p {
        --tw-translate-y: 14px;
    }

    .desktop_large\:translate-y-15p {
        --tw-translate-y: 15px;
    }

    .desktop_large\:translate-y-15_2 {
        --tw-translate-y: 60px;
    }

    .desktop_large\:translate-y-16_1 {
        --tw-translate-y: 52px;
    }

    .desktop_large\:translate-y-16p {
        --tw-translate-y: 16px;
    }

    .desktop_large\:translate-y-25p {
        --tw-translate-y: 25px;
    }

    .desktop_large\:translate-y-48p {
        --tw-translate-y: 48%;
    }

    .desktop_large\:translate-y-52p {
        --tw-translate-y: 52%;
    }

    .desktop_large\:-translate-y-0 {
        --tw-translate-y: 0px;
    }

    .desktop_large\:-translate-y-1 {
        --tw-translate-y: -0.25rem;
    }

    .desktop_large\:-translate-y-2 {
        --tw-translate-y: -0.5rem;
    }

    .desktop_large\:-translate-y-3 {
        --tw-translate-y: -0.75rem;
    }

    .desktop_large\:-translate-y-4 {
        --tw-translate-y: -1rem;
    }

    .desktop_large\:-translate-y-5 {
        --tw-translate-y: -1.25rem;
    }

    .desktop_large\:-translate-y-6 {
        --tw-translate-y: -1.5rem;
    }

    .desktop_large\:-translate-y-7 {
        --tw-translate-y: -1.75rem;
    }

    .desktop_large\:-translate-y-8 {
        --tw-translate-y: -2rem;
    }

    .desktop_large\:-translate-y-9 {
        --tw-translate-y: -2.25rem;
    }

    .desktop_large\:-translate-y-10 {
        --tw-translate-y: -2.5rem;
    }

    .desktop_large\:-translate-y-11 {
        --tw-translate-y: -2.75rem;
    }

    .desktop_large\:-translate-y-12 {
        --tw-translate-y: -3rem;
    }

    .desktop_large\:-translate-y-14 {
        --tw-translate-y: -3.5rem;
    }

    .desktop_large\:-translate-y-16 {
        --tw-translate-y: -4rem;
    }

    .desktop_large\:-translate-y-18 {
        --tw-translate-y: -4.375rem;
    }

    .desktop_large\:-translate-y-19 {
        --tw-translate-y: -76px;
    }

    .desktop_large\:-translate-y-20 {
        --tw-translate-y: -5rem;
    }

    .desktop_large\:-translate-y-24 {
        --tw-translate-y: -6rem;
    }

    .desktop_large\:-translate-y-28 {
        --tw-translate-y: -7rem;
    }

    .desktop_large\:-translate-y-30 {
        --tw-translate-y: -120px;
    }

    .desktop_large\:-translate-y-32 {
        --tw-translate-y: -8rem;
    }

    .desktop_large\:-translate-y-36 {
        --tw-translate-y: -9rem;
    }

    .desktop_large\:-translate-y-40 {
        --tw-translate-y: -10rem;
    }

    .desktop_large\:-translate-y-44 {
        --tw-translate-y: -11rem;
    }

    .desktop_large\:-translate-y-48 {
        --tw-translate-y: -12rem;
    }

    .desktop_large\:-translate-y-52 {
        --tw-translate-y: -13rem;
    }

    .desktop_large\:-translate-y-56 {
        --tw-translate-y: -14rem;
    }

    .desktop_large\:-translate-y-60 {
        --tw-translate-y: -15rem;
    }

    .desktop_large\:-translate-y-64 {
        --tw-translate-y: -16rem;
    }

    .desktop_large\:-translate-y-72 {
        --tw-translate-y: -18rem;
    }

    .desktop_large\:-translate-y-80 {
        --tw-translate-y: -20rem;
    }

    .desktop_large\:-translate-y-96 {
        --tw-translate-y: -24rem;
    }

    .desktop_large\:-translate-y-px {
        --tw-translate-y: -1px;
    }

    .desktop_large\:-translate-y-0\.5 {
        --tw-translate-y: -0.125rem;
    }

    .desktop_large\:-translate-y-1\.5 {
        --tw-translate-y: -0.375rem;
    }

    .desktop_large\:-translate-y-2\.5 {
        --tw-translate-y: -0.625rem;
    }

    .desktop_large\:-translate-y-3\.5 {
        --tw-translate-y: -0.875rem;
    }

    .desktop_large\:-translate-y-5p {
        --tw-translate-y: -5px;
    }

    .desktop_large\:-translate-y-10p {
        --tw-translate-y: -10px;
    }

    .desktop_large\:-translate-y-14p {
        --tw-translate-y: -14px;
    }

    .desktop_large\:-translate-y-15p {
        --tw-translate-y: -15px;
    }

    .desktop_large\:-translate-y-15_2 {
        --tw-translate-y: -60px;
    }

    .desktop_large\:-translate-y-16_1 {
        --tw-translate-y: -52px;
    }

    .desktop_large\:-translate-y-16p {
        --tw-translate-y: -16px;
    }

    .desktop_large\:-translate-y-25p {
        --tw-translate-y: -25px;
    }

    .desktop_large\:-translate-y-48p {
        --tw-translate-y: -48%;
    }

    .desktop_large\:-translate-y-52p {
        --tw-translate-y: -52%;
    }

    .desktop_large\:translate-y-1\/2 {
        --tw-translate-y: 50%;
    }

    .desktop_large\:translate-y-1\/3 {
        --tw-translate-y: 33.333333%;
    }

    .desktop_large\:translate-y-2\/3 {
        --tw-translate-y: 66.666667%;
    }

    .desktop_large\:translate-y-1\/4 {
        --tw-translate-y: 25%;
    }

    .desktop_large\:translate-y-2\/4 {
        --tw-translate-y: 50%;
    }

    .desktop_large\:translate-y-3\/4 {
        --tw-translate-y: 75%;
    }

    .desktop_large\:translate-y-full {
        --tw-translate-y: 100%;
    }

    .desktop_large\:-translate-y-1\/2 {
        --tw-translate-y: -50%;
    }

    .desktop_large\:-translate-y-1\/3 {
        --tw-translate-y: -33.333333%;
    }

    .desktop_large\:-translate-y-2\/3 {
        --tw-translate-y: -66.666667%;
    }

    .desktop_large\:-translate-y-1\/4 {
        --tw-translate-y: -25%;
    }

    .desktop_large\:-translate-y-2\/4 {
        --tw-translate-y: -50%;
    }

    .desktop_large\:-translate-y-3\/4 {
        --tw-translate-y: -75%;
    }

    .desktop_large\:-translate-y-full {
        --tw-translate-y: -100%;
    }

    .desktop_large\:hover\:translate-x-0:hover {
        --tw-translate-x: 0px;
    }

    .desktop_large\:hover\:translate-x-1:hover {
        --tw-translate-x: 0.25rem;
    }

    .desktop_large\:hover\:translate-x-2:hover {
        --tw-translate-x: 0.5rem;
    }

    .desktop_large\:hover\:translate-x-3:hover {
        --tw-translate-x: 0.75rem;
    }

    .desktop_large\:hover\:translate-x-4:hover {
        --tw-translate-x: 1rem;
    }

    .desktop_large\:hover\:translate-x-5:hover {
        --tw-translate-x: 1.25rem;
    }

    .desktop_large\:hover\:translate-x-6:hover {
        --tw-translate-x: 1.5rem;
    }

    .desktop_large\:hover\:translate-x-7:hover {
        --tw-translate-x: 1.75rem;
    }

    .desktop_large\:hover\:translate-x-8:hover {
        --tw-translate-x: 2rem;
    }

    .desktop_large\:hover\:translate-x-9:hover {
        --tw-translate-x: 2.25rem;
    }

    .desktop_large\:hover\:translate-x-10:hover {
        --tw-translate-x: 2.5rem;
    }

    .desktop_large\:hover\:translate-x-11:hover {
        --tw-translate-x: 2.75rem;
    }

    .desktop_large\:hover\:translate-x-12:hover {
        --tw-translate-x: 3rem;
    }

    .desktop_large\:hover\:translate-x-14:hover {
        --tw-translate-x: 3.5rem;
    }

    .desktop_large\:hover\:translate-x-16:hover {
        --tw-translate-x: 4rem;
    }

    .desktop_large\:hover\:translate-x-18:hover {
        --tw-translate-x: 4.375rem;
    }

    .desktop_large\:hover\:translate-x-19:hover {
        --tw-translate-x: 76px;
    }

    .desktop_large\:hover\:translate-x-20:hover {
        --tw-translate-x: 5rem;
    }

    .desktop_large\:hover\:translate-x-24:hover {
        --tw-translate-x: 6rem;
    }

    .desktop_large\:hover\:translate-x-28:hover {
        --tw-translate-x: 7rem;
    }

    .desktop_large\:hover\:translate-x-30:hover {
        --tw-translate-x: 120px;
    }

    .desktop_large\:hover\:translate-x-32:hover {
        --tw-translate-x: 8rem;
    }

    .desktop_large\:hover\:translate-x-36:hover {
        --tw-translate-x: 9rem;
    }

    .desktop_large\:hover\:translate-x-40:hover {
        --tw-translate-x: 10rem;
    }

    .desktop_large\:hover\:translate-x-44:hover {
        --tw-translate-x: 11rem;
    }

    .desktop_large\:hover\:translate-x-48:hover {
        --tw-translate-x: 12rem;
    }

    .desktop_large\:hover\:translate-x-52:hover {
        --tw-translate-x: 13rem;
    }

    .desktop_large\:hover\:translate-x-56:hover {
        --tw-translate-x: 14rem;
    }

    .desktop_large\:hover\:translate-x-60:hover {
        --tw-translate-x: 15rem;
    }

    .desktop_large\:hover\:translate-x-64:hover {
        --tw-translate-x: 16rem;
    }

    .desktop_large\:hover\:translate-x-72:hover {
        --tw-translate-x: 18rem;
    }

    .desktop_large\:hover\:translate-x-80:hover {
        --tw-translate-x: 20rem;
    }

    .desktop_large\:hover\:translate-x-96:hover {
        --tw-translate-x: 24rem;
    }

    .desktop_large\:hover\:translate-x-px:hover {
        --tw-translate-x: 1px;
    }

    .desktop_large\:hover\:translate-x-0\.5:hover {
        --tw-translate-x: 0.125rem;
    }

    .desktop_large\:hover\:translate-x-1\.5:hover {
        --tw-translate-x: 0.375rem;
    }

    .desktop_large\:hover\:translate-x-2\.5:hover {
        --tw-translate-x: 0.625rem;
    }

    .desktop_large\:hover\:translate-x-3\.5:hover {
        --tw-translate-x: 0.875rem;
    }

    .desktop_large\:hover\:translate-x-5p:hover {
        --tw-translate-x: 5px;
    }

    .desktop_large\:hover\:translate-x-10p:hover {
        --tw-translate-x: 10px;
    }

    .desktop_large\:hover\:translate-x-14p:hover {
        --tw-translate-x: 14px;
    }

    .desktop_large\:hover\:translate-x-15p:hover {
        --tw-translate-x: 15px;
    }

    .desktop_large\:hover\:translate-x-15_2:hover {
        --tw-translate-x: 60px;
    }

    .desktop_large\:hover\:translate-x-16_1:hover {
        --tw-translate-x: 52px;
    }

    .desktop_large\:hover\:translate-x-16p:hover {
        --tw-translate-x: 16px;
    }

    .desktop_large\:hover\:translate-x-25p:hover {
        --tw-translate-x: 25px;
    }

    .desktop_large\:hover\:translate-x-48p:hover {
        --tw-translate-x: 48%;
    }

    .desktop_large\:hover\:translate-x-52p:hover {
        --tw-translate-x: 52%;
    }

    .desktop_large\:hover\:-translate-x-0:hover {
        --tw-translate-x: 0px;
    }

    .desktop_large\:hover\:-translate-x-1:hover {
        --tw-translate-x: -0.25rem;
    }

    .desktop_large\:hover\:-translate-x-2:hover {
        --tw-translate-x: -0.5rem;
    }

    .desktop_large\:hover\:-translate-x-3:hover {
        --tw-translate-x: -0.75rem;
    }

    .desktop_large\:hover\:-translate-x-4:hover {
        --tw-translate-x: -1rem;
    }

    .desktop_large\:hover\:-translate-x-5:hover {
        --tw-translate-x: -1.25rem;
    }

    .desktop_large\:hover\:-translate-x-6:hover {
        --tw-translate-x: -1.5rem;
    }

    .desktop_large\:hover\:-translate-x-7:hover {
        --tw-translate-x: -1.75rem;
    }

    .desktop_large\:hover\:-translate-x-8:hover {
        --tw-translate-x: -2rem;
    }

    .desktop_large\:hover\:-translate-x-9:hover {
        --tw-translate-x: -2.25rem;
    }

    .desktop_large\:hover\:-translate-x-10:hover {
        --tw-translate-x: -2.5rem;
    }

    .desktop_large\:hover\:-translate-x-11:hover {
        --tw-translate-x: -2.75rem;
    }

    .desktop_large\:hover\:-translate-x-12:hover {
        --tw-translate-x: -3rem;
    }

    .desktop_large\:hover\:-translate-x-14:hover {
        --tw-translate-x: -3.5rem;
    }

    .desktop_large\:hover\:-translate-x-16:hover {
        --tw-translate-x: -4rem;
    }

    .desktop_large\:hover\:-translate-x-18:hover {
        --tw-translate-x: -4.375rem;
    }

    .desktop_large\:hover\:-translate-x-19:hover {
        --tw-translate-x: -76px;
    }

    .desktop_large\:hover\:-translate-x-20:hover {
        --tw-translate-x: -5rem;
    }

    .desktop_large\:hover\:-translate-x-24:hover {
        --tw-translate-x: -6rem;
    }

    .desktop_large\:hover\:-translate-x-28:hover {
        --tw-translate-x: -7rem;
    }

    .desktop_large\:hover\:-translate-x-30:hover {
        --tw-translate-x: -120px;
    }

    .desktop_large\:hover\:-translate-x-32:hover {
        --tw-translate-x: -8rem;
    }

    .desktop_large\:hover\:-translate-x-36:hover {
        --tw-translate-x: -9rem;
    }

    .desktop_large\:hover\:-translate-x-40:hover {
        --tw-translate-x: -10rem;
    }

    .desktop_large\:hover\:-translate-x-44:hover {
        --tw-translate-x: -11rem;
    }

    .desktop_large\:hover\:-translate-x-48:hover {
        --tw-translate-x: -12rem;
    }

    .desktop_large\:hover\:-translate-x-52:hover {
        --tw-translate-x: -13rem;
    }

    .desktop_large\:hover\:-translate-x-56:hover {
        --tw-translate-x: -14rem;
    }

    .desktop_large\:hover\:-translate-x-60:hover {
        --tw-translate-x: -15rem;
    }

    .desktop_large\:hover\:-translate-x-64:hover {
        --tw-translate-x: -16rem;
    }

    .desktop_large\:hover\:-translate-x-72:hover {
        --tw-translate-x: -18rem;
    }

    .desktop_large\:hover\:-translate-x-80:hover {
        --tw-translate-x: -20rem;
    }

    .desktop_large\:hover\:-translate-x-96:hover {
        --tw-translate-x: -24rem;
    }

    .desktop_large\:hover\:-translate-x-px:hover {
        --tw-translate-x: -1px;
    }

    .desktop_large\:hover\:-translate-x-0\.5:hover {
        --tw-translate-x: -0.125rem;
    }

    .desktop_large\:hover\:-translate-x-1\.5:hover {
        --tw-translate-x: -0.375rem;
    }

    .desktop_large\:hover\:-translate-x-2\.5:hover {
        --tw-translate-x: -0.625rem;
    }

    .desktop_large\:hover\:-translate-x-3\.5:hover {
        --tw-translate-x: -0.875rem;
    }

    .desktop_large\:hover\:-translate-x-5p:hover {
        --tw-translate-x: -5px;
    }

    .desktop_large\:hover\:-translate-x-10p:hover {
        --tw-translate-x: -10px;
    }

    .desktop_large\:hover\:-translate-x-14p:hover {
        --tw-translate-x: -14px;
    }

    .desktop_large\:hover\:-translate-x-15p:hover {
        --tw-translate-x: -15px;
    }

    .desktop_large\:hover\:-translate-x-15_2:hover {
        --tw-translate-x: -60px;
    }

    .desktop_large\:hover\:-translate-x-16_1:hover {
        --tw-translate-x: -52px;
    }

    .desktop_large\:hover\:-translate-x-16p:hover {
        --tw-translate-x: -16px;
    }

    .desktop_large\:hover\:-translate-x-25p:hover {
        --tw-translate-x: -25px;
    }

    .desktop_large\:hover\:-translate-x-48p:hover {
        --tw-translate-x: -48%;
    }

    .desktop_large\:hover\:-translate-x-52p:hover {
        --tw-translate-x: -52%;
    }

    .desktop_large\:hover\:translate-x-1\/2:hover {
        --tw-translate-x: 50%;
    }

    .desktop_large\:hover\:translate-x-1\/3:hover {
        --tw-translate-x: 33.333333%;
    }

    .desktop_large\:hover\:translate-x-2\/3:hover {
        --tw-translate-x: 66.666667%;
    }

    .desktop_large\:hover\:translate-x-1\/4:hover {
        --tw-translate-x: 25%;
    }

    .desktop_large\:hover\:translate-x-2\/4:hover {
        --tw-translate-x: 50%;
    }

    .desktop_large\:hover\:translate-x-3\/4:hover {
        --tw-translate-x: 75%;
    }

    .desktop_large\:hover\:translate-x-full:hover {
        --tw-translate-x: 100%;
    }

    .desktop_large\:hover\:-translate-x-1\/2:hover {
        --tw-translate-x: -50%;
    }

    .desktop_large\:hover\:-translate-x-1\/3:hover {
        --tw-translate-x: -33.333333%;
    }

    .desktop_large\:hover\:-translate-x-2\/3:hover {
        --tw-translate-x: -66.666667%;
    }

    .desktop_large\:hover\:-translate-x-1\/4:hover {
        --tw-translate-x: -25%;
    }

    .desktop_large\:hover\:-translate-x-2\/4:hover {
        --tw-translate-x: -50%;
    }

    .desktop_large\:hover\:-translate-x-3\/4:hover {
        --tw-translate-x: -75%;
    }

    .desktop_large\:hover\:-translate-x-full:hover {
        --tw-translate-x: -100%;
    }

    .desktop_large\:hover\:translate-y-0:hover {
        --tw-translate-y: 0px;
    }

    .desktop_large\:hover\:translate-y-1:hover {
        --tw-translate-y: 0.25rem;
    }

    .desktop_large\:hover\:translate-y-2:hover {
        --tw-translate-y: 0.5rem;
    }

    .desktop_large\:hover\:translate-y-3:hover {
        --tw-translate-y: 0.75rem;
    }

    .desktop_large\:hover\:translate-y-4:hover {
        --tw-translate-y: 1rem;
    }

    .desktop_large\:hover\:translate-y-5:hover {
        --tw-translate-y: 1.25rem;
    }

    .desktop_large\:hover\:translate-y-6:hover {
        --tw-translate-y: 1.5rem;
    }

    .desktop_large\:hover\:translate-y-7:hover {
        --tw-translate-y: 1.75rem;
    }

    .desktop_large\:hover\:translate-y-8:hover {
        --tw-translate-y: 2rem;
    }

    .desktop_large\:hover\:translate-y-9:hover {
        --tw-translate-y: 2.25rem;
    }

    .desktop_large\:hover\:translate-y-10:hover {
        --tw-translate-y: 2.5rem;
    }

    .desktop_large\:hover\:translate-y-11:hover {
        --tw-translate-y: 2.75rem;
    }

    .desktop_large\:hover\:translate-y-12:hover {
        --tw-translate-y: 3rem;
    }

    .desktop_large\:hover\:translate-y-14:hover {
        --tw-translate-y: 3.5rem;
    }

    .desktop_large\:hover\:translate-y-16:hover {
        --tw-translate-y: 4rem;
    }

    .desktop_large\:hover\:translate-y-18:hover {
        --tw-translate-y: 4.375rem;
    }

    .desktop_large\:hover\:translate-y-19:hover {
        --tw-translate-y: 76px;
    }

    .desktop_large\:hover\:translate-y-20:hover {
        --tw-translate-y: 5rem;
    }

    .desktop_large\:hover\:translate-y-24:hover {
        --tw-translate-y: 6rem;
    }

    .desktop_large\:hover\:translate-y-28:hover {
        --tw-translate-y: 7rem;
    }

    .desktop_large\:hover\:translate-y-30:hover {
        --tw-translate-y: 120px;
    }

    .desktop_large\:hover\:translate-y-32:hover {
        --tw-translate-y: 8rem;
    }

    .desktop_large\:hover\:translate-y-36:hover {
        --tw-translate-y: 9rem;
    }

    .desktop_large\:hover\:translate-y-40:hover {
        --tw-translate-y: 10rem;
    }

    .desktop_large\:hover\:translate-y-44:hover {
        --tw-translate-y: 11rem;
    }

    .desktop_large\:hover\:translate-y-48:hover {
        --tw-translate-y: 12rem;
    }

    .desktop_large\:hover\:translate-y-52:hover {
        --tw-translate-y: 13rem;
    }

    .desktop_large\:hover\:translate-y-56:hover {
        --tw-translate-y: 14rem;
    }

    .desktop_large\:hover\:translate-y-60:hover {
        --tw-translate-y: 15rem;
    }

    .desktop_large\:hover\:translate-y-64:hover {
        --tw-translate-y: 16rem;
    }

    .desktop_large\:hover\:translate-y-72:hover {
        --tw-translate-y: 18rem;
    }

    .desktop_large\:hover\:translate-y-80:hover {
        --tw-translate-y: 20rem;
    }

    .desktop_large\:hover\:translate-y-96:hover {
        --tw-translate-y: 24rem;
    }

    .desktop_large\:hover\:translate-y-px:hover {
        --tw-translate-y: 1px;
    }

    .desktop_large\:hover\:translate-y-0\.5:hover {
        --tw-translate-y: 0.125rem;
    }

    .desktop_large\:hover\:translate-y-1\.5:hover {
        --tw-translate-y: 0.375rem;
    }

    .desktop_large\:hover\:translate-y-2\.5:hover {
        --tw-translate-y: 0.625rem;
    }

    .desktop_large\:hover\:translate-y-3\.5:hover {
        --tw-translate-y: 0.875rem;
    }

    .desktop_large\:hover\:translate-y-5p:hover {
        --tw-translate-y: 5px;
    }

    .desktop_large\:hover\:translate-y-10p:hover {
        --tw-translate-y: 10px;
    }

    .desktop_large\:hover\:translate-y-14p:hover {
        --tw-translate-y: 14px;
    }

    .desktop_large\:hover\:translate-y-15p:hover {
        --tw-translate-y: 15px;
    }

    .desktop_large\:hover\:translate-y-15_2:hover {
        --tw-translate-y: 60px;
    }

    .desktop_large\:hover\:translate-y-16_1:hover {
        --tw-translate-y: 52px;
    }

    .desktop_large\:hover\:translate-y-16p:hover {
        --tw-translate-y: 16px;
    }

    .desktop_large\:hover\:translate-y-25p:hover {
        --tw-translate-y: 25px;
    }

    .desktop_large\:hover\:translate-y-48p:hover {
        --tw-translate-y: 48%;
    }

    .desktop_large\:hover\:translate-y-52p:hover {
        --tw-translate-y: 52%;
    }

    .desktop_large\:hover\:-translate-y-0:hover {
        --tw-translate-y: 0px;
    }

    .desktop_large\:hover\:-translate-y-1:hover {
        --tw-translate-y: -0.25rem;
    }

    .desktop_large\:hover\:-translate-y-2:hover {
        --tw-translate-y: -0.5rem;
    }

    .desktop_large\:hover\:-translate-y-3:hover {
        --tw-translate-y: -0.75rem;
    }

    .desktop_large\:hover\:-translate-y-4:hover {
        --tw-translate-y: -1rem;
    }

    .desktop_large\:hover\:-translate-y-5:hover {
        --tw-translate-y: -1.25rem;
    }

    .desktop_large\:hover\:-translate-y-6:hover {
        --tw-translate-y: -1.5rem;
    }

    .desktop_large\:hover\:-translate-y-7:hover {
        --tw-translate-y: -1.75rem;
    }

    .desktop_large\:hover\:-translate-y-8:hover {
        --tw-translate-y: -2rem;
    }

    .desktop_large\:hover\:-translate-y-9:hover {
        --tw-translate-y: -2.25rem;
    }

    .desktop_large\:hover\:-translate-y-10:hover {
        --tw-translate-y: -2.5rem;
    }

    .desktop_large\:hover\:-translate-y-11:hover {
        --tw-translate-y: -2.75rem;
    }

    .desktop_large\:hover\:-translate-y-12:hover {
        --tw-translate-y: -3rem;
    }

    .desktop_large\:hover\:-translate-y-14:hover {
        --tw-translate-y: -3.5rem;
    }

    .desktop_large\:hover\:-translate-y-16:hover {
        --tw-translate-y: -4rem;
    }

    .desktop_large\:hover\:-translate-y-18:hover {
        --tw-translate-y: -4.375rem;
    }

    .desktop_large\:hover\:-translate-y-19:hover {
        --tw-translate-y: -76px;
    }

    .desktop_large\:hover\:-translate-y-20:hover {
        --tw-translate-y: -5rem;
    }

    .desktop_large\:hover\:-translate-y-24:hover {
        --tw-translate-y: -6rem;
    }

    .desktop_large\:hover\:-translate-y-28:hover {
        --tw-translate-y: -7rem;
    }

    .desktop_large\:hover\:-translate-y-30:hover {
        --tw-translate-y: -120px;
    }

    .desktop_large\:hover\:-translate-y-32:hover {
        --tw-translate-y: -8rem;
    }

    .desktop_large\:hover\:-translate-y-36:hover {
        --tw-translate-y: -9rem;
    }

    .desktop_large\:hover\:-translate-y-40:hover {
        --tw-translate-y: -10rem;
    }

    .desktop_large\:hover\:-translate-y-44:hover {
        --tw-translate-y: -11rem;
    }

    .desktop_large\:hover\:-translate-y-48:hover {
        --tw-translate-y: -12rem;
    }

    .desktop_large\:hover\:-translate-y-52:hover {
        --tw-translate-y: -13rem;
    }

    .desktop_large\:hover\:-translate-y-56:hover {
        --tw-translate-y: -14rem;
    }

    .desktop_large\:hover\:-translate-y-60:hover {
        --tw-translate-y: -15rem;
    }

    .desktop_large\:hover\:-translate-y-64:hover {
        --tw-translate-y: -16rem;
    }

    .desktop_large\:hover\:-translate-y-72:hover {
        --tw-translate-y: -18rem;
    }

    .desktop_large\:hover\:-translate-y-80:hover {
        --tw-translate-y: -20rem;
    }

    .desktop_large\:hover\:-translate-y-96:hover {
        --tw-translate-y: -24rem;
    }

    .desktop_large\:hover\:-translate-y-px:hover {
        --tw-translate-y: -1px;
    }

    .desktop_large\:hover\:-translate-y-0\.5:hover {
        --tw-translate-y: -0.125rem;
    }

    .desktop_large\:hover\:-translate-y-1\.5:hover {
        --tw-translate-y: -0.375rem;
    }

    .desktop_large\:hover\:-translate-y-2\.5:hover {
        --tw-translate-y: -0.625rem;
    }

    .desktop_large\:hover\:-translate-y-3\.5:hover {
        --tw-translate-y: -0.875rem;
    }

    .desktop_large\:hover\:-translate-y-5p:hover {
        --tw-translate-y: -5px;
    }

    .desktop_large\:hover\:-translate-y-10p:hover {
        --tw-translate-y: -10px;
    }

    .desktop_large\:hover\:-translate-y-14p:hover {
        --tw-translate-y: -14px;
    }

    .desktop_large\:hover\:-translate-y-15p:hover {
        --tw-translate-y: -15px;
    }

    .desktop_large\:hover\:-translate-y-15_2:hover {
        --tw-translate-y: -60px;
    }

    .desktop_large\:hover\:-translate-y-16_1:hover {
        --tw-translate-y: -52px;
    }

    .desktop_large\:hover\:-translate-y-16p:hover {
        --tw-translate-y: -16px;
    }

    .desktop_large\:hover\:-translate-y-25p:hover {
        --tw-translate-y: -25px;
    }

    .desktop_large\:hover\:-translate-y-48p:hover {
        --tw-translate-y: -48%;
    }

    .desktop_large\:hover\:-translate-y-52p:hover {
        --tw-translate-y: -52%;
    }

    .desktop_large\:hover\:translate-y-1\/2:hover {
        --tw-translate-y: 50%;
    }

    .desktop_large\:hover\:translate-y-1\/3:hover {
        --tw-translate-y: 33.333333%;
    }

    .desktop_large\:hover\:translate-y-2\/3:hover {
        --tw-translate-y: 66.666667%;
    }

    .desktop_large\:hover\:translate-y-1\/4:hover {
        --tw-translate-y: 25%;
    }

    .desktop_large\:hover\:translate-y-2\/4:hover {
        --tw-translate-y: 50%;
    }

    .desktop_large\:hover\:translate-y-3\/4:hover {
        --tw-translate-y: 75%;
    }

    .desktop_large\:hover\:translate-y-full:hover {
        --tw-translate-y: 100%;
    }

    .desktop_large\:hover\:-translate-y-1\/2:hover {
        --tw-translate-y: -50%;
    }

    .desktop_large\:hover\:-translate-y-1\/3:hover {
        --tw-translate-y: -33.333333%;
    }

    .desktop_large\:hover\:-translate-y-2\/3:hover {
        --tw-translate-y: -66.666667%;
    }

    .desktop_large\:hover\:-translate-y-1\/4:hover {
        --tw-translate-y: -25%;
    }

    .desktop_large\:hover\:-translate-y-2\/4:hover {
        --tw-translate-y: -50%;
    }

    .desktop_large\:hover\:-translate-y-3\/4:hover {
        --tw-translate-y: -75%;
    }

    .desktop_large\:hover\:-translate-y-full:hover {
        --tw-translate-y: -100%;
    }

    .desktop_large\:focus\:translate-x-0:focus {
        --tw-translate-x: 0px;
    }

    .desktop_large\:focus\:translate-x-1:focus {
        --tw-translate-x: 0.25rem;
    }

    .desktop_large\:focus\:translate-x-2:focus {
        --tw-translate-x: 0.5rem;
    }

    .desktop_large\:focus\:translate-x-3:focus {
        --tw-translate-x: 0.75rem;
    }

    .desktop_large\:focus\:translate-x-4:focus {
        --tw-translate-x: 1rem;
    }

    .desktop_large\:focus\:translate-x-5:focus {
        --tw-translate-x: 1.25rem;
    }

    .desktop_large\:focus\:translate-x-6:focus {
        --tw-translate-x: 1.5rem;
    }

    .desktop_large\:focus\:translate-x-7:focus {
        --tw-translate-x: 1.75rem;
    }

    .desktop_large\:focus\:translate-x-8:focus {
        --tw-translate-x: 2rem;
    }

    .desktop_large\:focus\:translate-x-9:focus {
        --tw-translate-x: 2.25rem;
    }

    .desktop_large\:focus\:translate-x-10:focus {
        --tw-translate-x: 2.5rem;
    }

    .desktop_large\:focus\:translate-x-11:focus {
        --tw-translate-x: 2.75rem;
    }

    .desktop_large\:focus\:translate-x-12:focus {
        --tw-translate-x: 3rem;
    }

    .desktop_large\:focus\:translate-x-14:focus {
        --tw-translate-x: 3.5rem;
    }

    .desktop_large\:focus\:translate-x-16:focus {
        --tw-translate-x: 4rem;
    }

    .desktop_large\:focus\:translate-x-18:focus {
        --tw-translate-x: 4.375rem;
    }

    .desktop_large\:focus\:translate-x-19:focus {
        --tw-translate-x: 76px;
    }

    .desktop_large\:focus\:translate-x-20:focus {
        --tw-translate-x: 5rem;
    }

    .desktop_large\:focus\:translate-x-24:focus {
        --tw-translate-x: 6rem;
    }

    .desktop_large\:focus\:translate-x-28:focus {
        --tw-translate-x: 7rem;
    }

    .desktop_large\:focus\:translate-x-30:focus {
        --tw-translate-x: 120px;
    }

    .desktop_large\:focus\:translate-x-32:focus {
        --tw-translate-x: 8rem;
    }

    .desktop_large\:focus\:translate-x-36:focus {
        --tw-translate-x: 9rem;
    }

    .desktop_large\:focus\:translate-x-40:focus {
        --tw-translate-x: 10rem;
    }

    .desktop_large\:focus\:translate-x-44:focus {
        --tw-translate-x: 11rem;
    }

    .desktop_large\:focus\:translate-x-48:focus {
        --tw-translate-x: 12rem;
    }

    .desktop_large\:focus\:translate-x-52:focus {
        --tw-translate-x: 13rem;
    }

    .desktop_large\:focus\:translate-x-56:focus {
        --tw-translate-x: 14rem;
    }

    .desktop_large\:focus\:translate-x-60:focus {
        --tw-translate-x: 15rem;
    }

    .desktop_large\:focus\:translate-x-64:focus {
        --tw-translate-x: 16rem;
    }

    .desktop_large\:focus\:translate-x-72:focus {
        --tw-translate-x: 18rem;
    }

    .desktop_large\:focus\:translate-x-80:focus {
        --tw-translate-x: 20rem;
    }

    .desktop_large\:focus\:translate-x-96:focus {
        --tw-translate-x: 24rem;
    }

    .desktop_large\:focus\:translate-x-px:focus {
        --tw-translate-x: 1px;
    }

    .desktop_large\:focus\:translate-x-0\.5:focus {
        --tw-translate-x: 0.125rem;
    }

    .desktop_large\:focus\:translate-x-1\.5:focus {
        --tw-translate-x: 0.375rem;
    }

    .desktop_large\:focus\:translate-x-2\.5:focus {
        --tw-translate-x: 0.625rem;
    }

    .desktop_large\:focus\:translate-x-3\.5:focus {
        --tw-translate-x: 0.875rem;
    }

    .desktop_large\:focus\:translate-x-5p:focus {
        --tw-translate-x: 5px;
    }

    .desktop_large\:focus\:translate-x-10p:focus {
        --tw-translate-x: 10px;
    }

    .desktop_large\:focus\:translate-x-14p:focus {
        --tw-translate-x: 14px;
    }

    .desktop_large\:focus\:translate-x-15p:focus {
        --tw-translate-x: 15px;
    }

    .desktop_large\:focus\:translate-x-15_2:focus {
        --tw-translate-x: 60px;
    }

    .desktop_large\:focus\:translate-x-16_1:focus {
        --tw-translate-x: 52px;
    }

    .desktop_large\:focus\:translate-x-16p:focus {
        --tw-translate-x: 16px;
    }

    .desktop_large\:focus\:translate-x-25p:focus {
        --tw-translate-x: 25px;
    }

    .desktop_large\:focus\:translate-x-48p:focus {
        --tw-translate-x: 48%;
    }

    .desktop_large\:focus\:translate-x-52p:focus {
        --tw-translate-x: 52%;
    }

    .desktop_large\:focus\:-translate-x-0:focus {
        --tw-translate-x: 0px;
    }

    .desktop_large\:focus\:-translate-x-1:focus {
        --tw-translate-x: -0.25rem;
    }

    .desktop_large\:focus\:-translate-x-2:focus {
        --tw-translate-x: -0.5rem;
    }

    .desktop_large\:focus\:-translate-x-3:focus {
        --tw-translate-x: -0.75rem;
    }

    .desktop_large\:focus\:-translate-x-4:focus {
        --tw-translate-x: -1rem;
    }

    .desktop_large\:focus\:-translate-x-5:focus {
        --tw-translate-x: -1.25rem;
    }

    .desktop_large\:focus\:-translate-x-6:focus {
        --tw-translate-x: -1.5rem;
    }

    .desktop_large\:focus\:-translate-x-7:focus {
        --tw-translate-x: -1.75rem;
    }

    .desktop_large\:focus\:-translate-x-8:focus {
        --tw-translate-x: -2rem;
    }

    .desktop_large\:focus\:-translate-x-9:focus {
        --tw-translate-x: -2.25rem;
    }

    .desktop_large\:focus\:-translate-x-10:focus {
        --tw-translate-x: -2.5rem;
    }

    .desktop_large\:focus\:-translate-x-11:focus {
        --tw-translate-x: -2.75rem;
    }

    .desktop_large\:focus\:-translate-x-12:focus {
        --tw-translate-x: -3rem;
    }

    .desktop_large\:focus\:-translate-x-14:focus {
        --tw-translate-x: -3.5rem;
    }

    .desktop_large\:focus\:-translate-x-16:focus {
        --tw-translate-x: -4rem;
    }

    .desktop_large\:focus\:-translate-x-18:focus {
        --tw-translate-x: -4.375rem;
    }

    .desktop_large\:focus\:-translate-x-19:focus {
        --tw-translate-x: -76px;
    }

    .desktop_large\:focus\:-translate-x-20:focus {
        --tw-translate-x: -5rem;
    }

    .desktop_large\:focus\:-translate-x-24:focus {
        --tw-translate-x: -6rem;
    }

    .desktop_large\:focus\:-translate-x-28:focus {
        --tw-translate-x: -7rem;
    }

    .desktop_large\:focus\:-translate-x-30:focus {
        --tw-translate-x: -120px;
    }

    .desktop_large\:focus\:-translate-x-32:focus {
        --tw-translate-x: -8rem;
    }

    .desktop_large\:focus\:-translate-x-36:focus {
        --tw-translate-x: -9rem;
    }

    .desktop_large\:focus\:-translate-x-40:focus {
        --tw-translate-x: -10rem;
    }

    .desktop_large\:focus\:-translate-x-44:focus {
        --tw-translate-x: -11rem;
    }

    .desktop_large\:focus\:-translate-x-48:focus {
        --tw-translate-x: -12rem;
    }

    .desktop_large\:focus\:-translate-x-52:focus {
        --tw-translate-x: -13rem;
    }

    .desktop_large\:focus\:-translate-x-56:focus {
        --tw-translate-x: -14rem;
    }

    .desktop_large\:focus\:-translate-x-60:focus {
        --tw-translate-x: -15rem;
    }

    .desktop_large\:focus\:-translate-x-64:focus {
        --tw-translate-x: -16rem;
    }

    .desktop_large\:focus\:-translate-x-72:focus {
        --tw-translate-x: -18rem;
    }

    .desktop_large\:focus\:-translate-x-80:focus {
        --tw-translate-x: -20rem;
    }

    .desktop_large\:focus\:-translate-x-96:focus {
        --tw-translate-x: -24rem;
    }

    .desktop_large\:focus\:-translate-x-px:focus {
        --tw-translate-x: -1px;
    }

    .desktop_large\:focus\:-translate-x-0\.5:focus {
        --tw-translate-x: -0.125rem;
    }

    .desktop_large\:focus\:-translate-x-1\.5:focus {
        --tw-translate-x: -0.375rem;
    }

    .desktop_large\:focus\:-translate-x-2\.5:focus {
        --tw-translate-x: -0.625rem;
    }

    .desktop_large\:focus\:-translate-x-3\.5:focus {
        --tw-translate-x: -0.875rem;
    }

    .desktop_large\:focus\:-translate-x-5p:focus {
        --tw-translate-x: -5px;
    }

    .desktop_large\:focus\:-translate-x-10p:focus {
        --tw-translate-x: -10px;
    }

    .desktop_large\:focus\:-translate-x-14p:focus {
        --tw-translate-x: -14px;
    }

    .desktop_large\:focus\:-translate-x-15p:focus {
        --tw-translate-x: -15px;
    }

    .desktop_large\:focus\:-translate-x-15_2:focus {
        --tw-translate-x: -60px;
    }

    .desktop_large\:focus\:-translate-x-16_1:focus {
        --tw-translate-x: -52px;
    }

    .desktop_large\:focus\:-translate-x-16p:focus {
        --tw-translate-x: -16px;
    }

    .desktop_large\:focus\:-translate-x-25p:focus {
        --tw-translate-x: -25px;
    }

    .desktop_large\:focus\:-translate-x-48p:focus {
        --tw-translate-x: -48%;
    }

    .desktop_large\:focus\:-translate-x-52p:focus {
        --tw-translate-x: -52%;
    }

    .desktop_large\:focus\:translate-x-1\/2:focus {
        --tw-translate-x: 50%;
    }

    .desktop_large\:focus\:translate-x-1\/3:focus {
        --tw-translate-x: 33.333333%;
    }

    .desktop_large\:focus\:translate-x-2\/3:focus {
        --tw-translate-x: 66.666667%;
    }

    .desktop_large\:focus\:translate-x-1\/4:focus {
        --tw-translate-x: 25%;
    }

    .desktop_large\:focus\:translate-x-2\/4:focus {
        --tw-translate-x: 50%;
    }

    .desktop_large\:focus\:translate-x-3\/4:focus {
        --tw-translate-x: 75%;
    }

    .desktop_large\:focus\:translate-x-full:focus {
        --tw-translate-x: 100%;
    }

    .desktop_large\:focus\:-translate-x-1\/2:focus {
        --tw-translate-x: -50%;
    }

    .desktop_large\:focus\:-translate-x-1\/3:focus {
        --tw-translate-x: -33.333333%;
    }

    .desktop_large\:focus\:-translate-x-2\/3:focus {
        --tw-translate-x: -66.666667%;
    }

    .desktop_large\:focus\:-translate-x-1\/4:focus {
        --tw-translate-x: -25%;
    }

    .desktop_large\:focus\:-translate-x-2\/4:focus {
        --tw-translate-x: -50%;
    }

    .desktop_large\:focus\:-translate-x-3\/4:focus {
        --tw-translate-x: -75%;
    }

    .desktop_large\:focus\:-translate-x-full:focus {
        --tw-translate-x: -100%;
    }

    .desktop_large\:focus\:translate-y-0:focus {
        --tw-translate-y: 0px;
    }

    .desktop_large\:focus\:translate-y-1:focus {
        --tw-translate-y: 0.25rem;
    }

    .desktop_large\:focus\:translate-y-2:focus {
        --tw-translate-y: 0.5rem;
    }

    .desktop_large\:focus\:translate-y-3:focus {
        --tw-translate-y: 0.75rem;
    }

    .desktop_large\:focus\:translate-y-4:focus {
        --tw-translate-y: 1rem;
    }

    .desktop_large\:focus\:translate-y-5:focus {
        --tw-translate-y: 1.25rem;
    }

    .desktop_large\:focus\:translate-y-6:focus {
        --tw-translate-y: 1.5rem;
    }

    .desktop_large\:focus\:translate-y-7:focus {
        --tw-translate-y: 1.75rem;
    }

    .desktop_large\:focus\:translate-y-8:focus {
        --tw-translate-y: 2rem;
    }

    .desktop_large\:focus\:translate-y-9:focus {
        --tw-translate-y: 2.25rem;
    }

    .desktop_large\:focus\:translate-y-10:focus {
        --tw-translate-y: 2.5rem;
    }

    .desktop_large\:focus\:translate-y-11:focus {
        --tw-translate-y: 2.75rem;
    }

    .desktop_large\:focus\:translate-y-12:focus {
        --tw-translate-y: 3rem;
    }

    .desktop_large\:focus\:translate-y-14:focus {
        --tw-translate-y: 3.5rem;
    }

    .desktop_large\:focus\:translate-y-16:focus {
        --tw-translate-y: 4rem;
    }

    .desktop_large\:focus\:translate-y-18:focus {
        --tw-translate-y: 4.375rem;
    }

    .desktop_large\:focus\:translate-y-19:focus {
        --tw-translate-y: 76px;
    }

    .desktop_large\:focus\:translate-y-20:focus {
        --tw-translate-y: 5rem;
    }

    .desktop_large\:focus\:translate-y-24:focus {
        --tw-translate-y: 6rem;
    }

    .desktop_large\:focus\:translate-y-28:focus {
        --tw-translate-y: 7rem;
    }

    .desktop_large\:focus\:translate-y-30:focus {
        --tw-translate-y: 120px;
    }

    .desktop_large\:focus\:translate-y-32:focus {
        --tw-translate-y: 8rem;
    }

    .desktop_large\:focus\:translate-y-36:focus {
        --tw-translate-y: 9rem;
    }

    .desktop_large\:focus\:translate-y-40:focus {
        --tw-translate-y: 10rem;
    }

    .desktop_large\:focus\:translate-y-44:focus {
        --tw-translate-y: 11rem;
    }

    .desktop_large\:focus\:translate-y-48:focus {
        --tw-translate-y: 12rem;
    }

    .desktop_large\:focus\:translate-y-52:focus {
        --tw-translate-y: 13rem;
    }

    .desktop_large\:focus\:translate-y-56:focus {
        --tw-translate-y: 14rem;
    }

    .desktop_large\:focus\:translate-y-60:focus {
        --tw-translate-y: 15rem;
    }

    .desktop_large\:focus\:translate-y-64:focus {
        --tw-translate-y: 16rem;
    }

    .desktop_large\:focus\:translate-y-72:focus {
        --tw-translate-y: 18rem;
    }

    .desktop_large\:focus\:translate-y-80:focus {
        --tw-translate-y: 20rem;
    }

    .desktop_large\:focus\:translate-y-96:focus {
        --tw-translate-y: 24rem;
    }

    .desktop_large\:focus\:translate-y-px:focus {
        --tw-translate-y: 1px;
    }

    .desktop_large\:focus\:translate-y-0\.5:focus {
        --tw-translate-y: 0.125rem;
    }

    .desktop_large\:focus\:translate-y-1\.5:focus {
        --tw-translate-y: 0.375rem;
    }

    .desktop_large\:focus\:translate-y-2\.5:focus {
        --tw-translate-y: 0.625rem;
    }

    .desktop_large\:focus\:translate-y-3\.5:focus {
        --tw-translate-y: 0.875rem;
    }

    .desktop_large\:focus\:translate-y-5p:focus {
        --tw-translate-y: 5px;
    }

    .desktop_large\:focus\:translate-y-10p:focus {
        --tw-translate-y: 10px;
    }

    .desktop_large\:focus\:translate-y-14p:focus {
        --tw-translate-y: 14px;
    }

    .desktop_large\:focus\:translate-y-15p:focus {
        --tw-translate-y: 15px;
    }

    .desktop_large\:focus\:translate-y-15_2:focus {
        --tw-translate-y: 60px;
    }

    .desktop_large\:focus\:translate-y-16_1:focus {
        --tw-translate-y: 52px;
    }

    .desktop_large\:focus\:translate-y-16p:focus {
        --tw-translate-y: 16px;
    }

    .desktop_large\:focus\:translate-y-25p:focus {
        --tw-translate-y: 25px;
    }

    .desktop_large\:focus\:translate-y-48p:focus {
        --tw-translate-y: 48%;
    }

    .desktop_large\:focus\:translate-y-52p:focus {
        --tw-translate-y: 52%;
    }

    .desktop_large\:focus\:-translate-y-0:focus {
        --tw-translate-y: 0px;
    }

    .desktop_large\:focus\:-translate-y-1:focus {
        --tw-translate-y: -0.25rem;
    }

    .desktop_large\:focus\:-translate-y-2:focus {
        --tw-translate-y: -0.5rem;
    }

    .desktop_large\:focus\:-translate-y-3:focus {
        --tw-translate-y: -0.75rem;
    }

    .desktop_large\:focus\:-translate-y-4:focus {
        --tw-translate-y: -1rem;
    }

    .desktop_large\:focus\:-translate-y-5:focus {
        --tw-translate-y: -1.25rem;
    }

    .desktop_large\:focus\:-translate-y-6:focus {
        --tw-translate-y: -1.5rem;
    }

    .desktop_large\:focus\:-translate-y-7:focus {
        --tw-translate-y: -1.75rem;
    }

    .desktop_large\:focus\:-translate-y-8:focus {
        --tw-translate-y: -2rem;
    }

    .desktop_large\:focus\:-translate-y-9:focus {
        --tw-translate-y: -2.25rem;
    }

    .desktop_large\:focus\:-translate-y-10:focus {
        --tw-translate-y: -2.5rem;
    }

    .desktop_large\:focus\:-translate-y-11:focus {
        --tw-translate-y: -2.75rem;
    }

    .desktop_large\:focus\:-translate-y-12:focus {
        --tw-translate-y: -3rem;
    }

    .desktop_large\:focus\:-translate-y-14:focus {
        --tw-translate-y: -3.5rem;
    }

    .desktop_large\:focus\:-translate-y-16:focus {
        --tw-translate-y: -4rem;
    }

    .desktop_large\:focus\:-translate-y-18:focus {
        --tw-translate-y: -4.375rem;
    }

    .desktop_large\:focus\:-translate-y-19:focus {
        --tw-translate-y: -76px;
    }

    .desktop_large\:focus\:-translate-y-20:focus {
        --tw-translate-y: -5rem;
    }

    .desktop_large\:focus\:-translate-y-24:focus {
        --tw-translate-y: -6rem;
    }

    .desktop_large\:focus\:-translate-y-28:focus {
        --tw-translate-y: -7rem;
    }

    .desktop_large\:focus\:-translate-y-30:focus {
        --tw-translate-y: -120px;
    }

    .desktop_large\:focus\:-translate-y-32:focus {
        --tw-translate-y: -8rem;
    }

    .desktop_large\:focus\:-translate-y-36:focus {
        --tw-translate-y: -9rem;
    }

    .desktop_large\:focus\:-translate-y-40:focus {
        --tw-translate-y: -10rem;
    }

    .desktop_large\:focus\:-translate-y-44:focus {
        --tw-translate-y: -11rem;
    }

    .desktop_large\:focus\:-translate-y-48:focus {
        --tw-translate-y: -12rem;
    }

    .desktop_large\:focus\:-translate-y-52:focus {
        --tw-translate-y: -13rem;
    }

    .desktop_large\:focus\:-translate-y-56:focus {
        --tw-translate-y: -14rem;
    }

    .desktop_large\:focus\:-translate-y-60:focus {
        --tw-translate-y: -15rem;
    }

    .desktop_large\:focus\:-translate-y-64:focus {
        --tw-translate-y: -16rem;
    }

    .desktop_large\:focus\:-translate-y-72:focus {
        --tw-translate-y: -18rem;
    }

    .desktop_large\:focus\:-translate-y-80:focus {
        --tw-translate-y: -20rem;
    }

    .desktop_large\:focus\:-translate-y-96:focus {
        --tw-translate-y: -24rem;
    }

    .desktop_large\:focus\:-translate-y-px:focus {
        --tw-translate-y: -1px;
    }

    .desktop_large\:focus\:-translate-y-0\.5:focus {
        --tw-translate-y: -0.125rem;
    }

    .desktop_large\:focus\:-translate-y-1\.5:focus {
        --tw-translate-y: -0.375rem;
    }

    .desktop_large\:focus\:-translate-y-2\.5:focus {
        --tw-translate-y: -0.625rem;
    }

    .desktop_large\:focus\:-translate-y-3\.5:focus {
        --tw-translate-y: -0.875rem;
    }

    .desktop_large\:focus\:-translate-y-5p:focus {
        --tw-translate-y: -5px;
    }

    .desktop_large\:focus\:-translate-y-10p:focus {
        --tw-translate-y: -10px;
    }

    .desktop_large\:focus\:-translate-y-14p:focus {
        --tw-translate-y: -14px;
    }

    .desktop_large\:focus\:-translate-y-15p:focus {
        --tw-translate-y: -15px;
    }

    .desktop_large\:focus\:-translate-y-15_2:focus {
        --tw-translate-y: -60px;
    }

    .desktop_large\:focus\:-translate-y-16_1:focus {
        --tw-translate-y: -52px;
    }

    .desktop_large\:focus\:-translate-y-16p:focus {
        --tw-translate-y: -16px;
    }

    .desktop_large\:focus\:-translate-y-25p:focus {
        --tw-translate-y: -25px;
    }

    .desktop_large\:focus\:-translate-y-48p:focus {
        --tw-translate-y: -48%;
    }

    .desktop_large\:focus\:-translate-y-52p:focus {
        --tw-translate-y: -52%;
    }

    .desktop_large\:focus\:translate-y-1\/2:focus {
        --tw-translate-y: 50%;
    }

    .desktop_large\:focus\:translate-y-1\/3:focus {
        --tw-translate-y: 33.333333%;
    }

    .desktop_large\:focus\:translate-y-2\/3:focus {
        --tw-translate-y: 66.666667%;
    }

    .desktop_large\:focus\:translate-y-1\/4:focus {
        --tw-translate-y: 25%;
    }

    .desktop_large\:focus\:translate-y-2\/4:focus {
        --tw-translate-y: 50%;
    }

    .desktop_large\:focus\:translate-y-3\/4:focus {
        --tw-translate-y: 75%;
    }

    .desktop_large\:focus\:translate-y-full:focus {
        --tw-translate-y: 100%;
    }

    .desktop_large\:focus\:-translate-y-1\/2:focus {
        --tw-translate-y: -50%;
    }

    .desktop_large\:focus\:-translate-y-1\/3:focus {
        --tw-translate-y: -33.333333%;
    }

    .desktop_large\:focus\:-translate-y-2\/3:focus {
        --tw-translate-y: -66.666667%;
    }

    .desktop_large\:focus\:-translate-y-1\/4:focus {
        --tw-translate-y: -25%;
    }

    .desktop_large\:focus\:-translate-y-2\/4:focus {
        --tw-translate-y: -50%;
    }

    .desktop_large\:focus\:-translate-y-3\/4:focus {
        --tw-translate-y: -75%;
    }

    .desktop_large\:focus\:-translate-y-full:focus {
        --tw-translate-y: -100%;
    }

    .desktop_large\:rotate-0 {
        --tw-rotate: 0deg;
    }

    .desktop_large\:rotate-1 {
        --tw-rotate: 1deg;
    }

    .desktop_large\:rotate-2 {
        --tw-rotate: 2deg;
    }

    .desktop_large\:rotate-3 {
        --tw-rotate: 3deg;
    }

    .desktop_large\:rotate-6 {
        --tw-rotate: 6deg;
    }

    .desktop_large\:rotate-12 {
        --tw-rotate: 12deg;
    }

    .desktop_large\:rotate-45 {
        --tw-rotate: 45deg;
    }

    .desktop_large\:rotate-90 {
        --tw-rotate: 90deg;
    }

    .desktop_large\:rotate-180 {
        --tw-rotate: 180deg;
    }

    .desktop_large\:-rotate-180 {
        --tw-rotate: -180deg;
    }

    .desktop_large\:-rotate-90 {
        --tw-rotate: -90deg;
    }

    .desktop_large\:-rotate-45 {
        --tw-rotate: -45deg;
    }

    .desktop_large\:-rotate-12 {
        --tw-rotate: -12deg;
    }

    .desktop_large\:-rotate-6 {
        --tw-rotate: -6deg;
    }

    .desktop_large\:-rotate-3 {
        --tw-rotate: -3deg;
    }

    .desktop_large\:-rotate-2 {
        --tw-rotate: -2deg;
    }

    .desktop_large\:-rotate-1 {
        --tw-rotate: -1deg;
    }

    .desktop_large\:hover\:rotate-0:hover {
        --tw-rotate: 0deg;
    }

    .desktop_large\:hover\:rotate-1:hover {
        --tw-rotate: 1deg;
    }

    .desktop_large\:hover\:rotate-2:hover {
        --tw-rotate: 2deg;
    }

    .desktop_large\:hover\:rotate-3:hover {
        --tw-rotate: 3deg;
    }

    .desktop_large\:hover\:rotate-6:hover {
        --tw-rotate: 6deg;
    }

    .desktop_large\:hover\:rotate-12:hover {
        --tw-rotate: 12deg;
    }

    .desktop_large\:hover\:rotate-45:hover {
        --tw-rotate: 45deg;
    }

    .desktop_large\:hover\:rotate-90:hover {
        --tw-rotate: 90deg;
    }

    .desktop_large\:hover\:rotate-180:hover {
        --tw-rotate: 180deg;
    }

    .desktop_large\:hover\:-rotate-180:hover {
        --tw-rotate: -180deg;
    }

    .desktop_large\:hover\:-rotate-90:hover {
        --tw-rotate: -90deg;
    }

    .desktop_large\:hover\:-rotate-45:hover {
        --tw-rotate: -45deg;
    }

    .desktop_large\:hover\:-rotate-12:hover {
        --tw-rotate: -12deg;
    }

    .desktop_large\:hover\:-rotate-6:hover {
        --tw-rotate: -6deg;
    }

    .desktop_large\:hover\:-rotate-3:hover {
        --tw-rotate: -3deg;
    }

    .desktop_large\:hover\:-rotate-2:hover {
        --tw-rotate: -2deg;
    }

    .desktop_large\:hover\:-rotate-1:hover {
        --tw-rotate: -1deg;
    }

    .desktop_large\:focus\:rotate-0:focus {
        --tw-rotate: 0deg;
    }

    .desktop_large\:focus\:rotate-1:focus {
        --tw-rotate: 1deg;
    }

    .desktop_large\:focus\:rotate-2:focus {
        --tw-rotate: 2deg;
    }

    .desktop_large\:focus\:rotate-3:focus {
        --tw-rotate: 3deg;
    }

    .desktop_large\:focus\:rotate-6:focus {
        --tw-rotate: 6deg;
    }

    .desktop_large\:focus\:rotate-12:focus {
        --tw-rotate: 12deg;
    }

    .desktop_large\:focus\:rotate-45:focus {
        --tw-rotate: 45deg;
    }

    .desktop_large\:focus\:rotate-90:focus {
        --tw-rotate: 90deg;
    }

    .desktop_large\:focus\:rotate-180:focus {
        --tw-rotate: 180deg;
    }

    .desktop_large\:focus\:-rotate-180:focus {
        --tw-rotate: -180deg;
    }

    .desktop_large\:focus\:-rotate-90:focus {
        --tw-rotate: -90deg;
    }

    .desktop_large\:focus\:-rotate-45:focus {
        --tw-rotate: -45deg;
    }

    .desktop_large\:focus\:-rotate-12:focus {
        --tw-rotate: -12deg;
    }

    .desktop_large\:focus\:-rotate-6:focus {
        --tw-rotate: -6deg;
    }

    .desktop_large\:focus\:-rotate-3:focus {
        --tw-rotate: -3deg;
    }

    .desktop_large\:focus\:-rotate-2:focus {
        --tw-rotate: -2deg;
    }

    .desktop_large\:focus\:-rotate-1:focus {
        --tw-rotate: -1deg;
    }

    .desktop_large\:skew-x-0 {
        --tw-skew-x: 0deg;
    }

    .desktop_large\:skew-x-1 {
        --tw-skew-x: 1deg;
    }

    .desktop_large\:skew-x-2 {
        --tw-skew-x: 2deg;
    }

    .desktop_large\:skew-x-3 {
        --tw-skew-x: 3deg;
    }

    .desktop_large\:skew-x-6 {
        --tw-skew-x: 6deg;
    }

    .desktop_large\:skew-x-12 {
        --tw-skew-x: 12deg;
    }

    .desktop_large\:-skew-x-12 {
        --tw-skew-x: -12deg;
    }

    .desktop_large\:-skew-x-6 {
        --tw-skew-x: -6deg;
    }

    .desktop_large\:-skew-x-3 {
        --tw-skew-x: -3deg;
    }

    .desktop_large\:-skew-x-2 {
        --tw-skew-x: -2deg;
    }

    .desktop_large\:-skew-x-1 {
        --tw-skew-x: -1deg;
    }

    .desktop_large\:skew-y-0 {
        --tw-skew-y: 0deg;
    }

    .desktop_large\:skew-y-1 {
        --tw-skew-y: 1deg;
    }

    .desktop_large\:skew-y-2 {
        --tw-skew-y: 2deg;
    }

    .desktop_large\:skew-y-3 {
        --tw-skew-y: 3deg;
    }

    .desktop_large\:skew-y-6 {
        --tw-skew-y: 6deg;
    }

    .desktop_large\:skew-y-12 {
        --tw-skew-y: 12deg;
    }

    .desktop_large\:-skew-y-12 {
        --tw-skew-y: -12deg;
    }

    .desktop_large\:-skew-y-6 {
        --tw-skew-y: -6deg;
    }

    .desktop_large\:-skew-y-3 {
        --tw-skew-y: -3deg;
    }

    .desktop_large\:-skew-y-2 {
        --tw-skew-y: -2deg;
    }

    .desktop_large\:-skew-y-1 {
        --tw-skew-y: -1deg;
    }

    .desktop_large\:hover\:skew-x-0:hover {
        --tw-skew-x: 0deg;
    }

    .desktop_large\:hover\:skew-x-1:hover {
        --tw-skew-x: 1deg;
    }

    .desktop_large\:hover\:skew-x-2:hover {
        --tw-skew-x: 2deg;
    }

    .desktop_large\:hover\:skew-x-3:hover {
        --tw-skew-x: 3deg;
    }

    .desktop_large\:hover\:skew-x-6:hover {
        --tw-skew-x: 6deg;
    }

    .desktop_large\:hover\:skew-x-12:hover {
        --tw-skew-x: 12deg;
    }

    .desktop_large\:hover\:-skew-x-12:hover {
        --tw-skew-x: -12deg;
    }

    .desktop_large\:hover\:-skew-x-6:hover {
        --tw-skew-x: -6deg;
    }

    .desktop_large\:hover\:-skew-x-3:hover {
        --tw-skew-x: -3deg;
    }

    .desktop_large\:hover\:-skew-x-2:hover {
        --tw-skew-x: -2deg;
    }

    .desktop_large\:hover\:-skew-x-1:hover {
        --tw-skew-x: -1deg;
    }

    .desktop_large\:hover\:skew-y-0:hover {
        --tw-skew-y: 0deg;
    }

    .desktop_large\:hover\:skew-y-1:hover {
        --tw-skew-y: 1deg;
    }

    .desktop_large\:hover\:skew-y-2:hover {
        --tw-skew-y: 2deg;
    }

    .desktop_large\:hover\:skew-y-3:hover {
        --tw-skew-y: 3deg;
    }

    .desktop_large\:hover\:skew-y-6:hover {
        --tw-skew-y: 6deg;
    }

    .desktop_large\:hover\:skew-y-12:hover {
        --tw-skew-y: 12deg;
    }

    .desktop_large\:hover\:-skew-y-12:hover {
        --tw-skew-y: -12deg;
    }

    .desktop_large\:hover\:-skew-y-6:hover {
        --tw-skew-y: -6deg;
    }

    .desktop_large\:hover\:-skew-y-3:hover {
        --tw-skew-y: -3deg;
    }

    .desktop_large\:hover\:-skew-y-2:hover {
        --tw-skew-y: -2deg;
    }

    .desktop_large\:hover\:-skew-y-1:hover {
        --tw-skew-y: -1deg;
    }

    .desktop_large\:focus\:skew-x-0:focus {
        --tw-skew-x: 0deg;
    }

    .desktop_large\:focus\:skew-x-1:focus {
        --tw-skew-x: 1deg;
    }

    .desktop_large\:focus\:skew-x-2:focus {
        --tw-skew-x: 2deg;
    }

    .desktop_large\:focus\:skew-x-3:focus {
        --tw-skew-x: 3deg;
    }

    .desktop_large\:focus\:skew-x-6:focus {
        --tw-skew-x: 6deg;
    }

    .desktop_large\:focus\:skew-x-12:focus {
        --tw-skew-x: 12deg;
    }

    .desktop_large\:focus\:-skew-x-12:focus {
        --tw-skew-x: -12deg;
    }

    .desktop_large\:focus\:-skew-x-6:focus {
        --tw-skew-x: -6deg;
    }

    .desktop_large\:focus\:-skew-x-3:focus {
        --tw-skew-x: -3deg;
    }

    .desktop_large\:focus\:-skew-x-2:focus {
        --tw-skew-x: -2deg;
    }

    .desktop_large\:focus\:-skew-x-1:focus {
        --tw-skew-x: -1deg;
    }

    .desktop_large\:focus\:skew-y-0:focus {
        --tw-skew-y: 0deg;
    }

    .desktop_large\:focus\:skew-y-1:focus {
        --tw-skew-y: 1deg;
    }

    .desktop_large\:focus\:skew-y-2:focus {
        --tw-skew-y: 2deg;
    }

    .desktop_large\:focus\:skew-y-3:focus {
        --tw-skew-y: 3deg;
    }

    .desktop_large\:focus\:skew-y-6:focus {
        --tw-skew-y: 6deg;
    }

    .desktop_large\:focus\:skew-y-12:focus {
        --tw-skew-y: 12deg;
    }

    .desktop_large\:focus\:-skew-y-12:focus {
        --tw-skew-y: -12deg;
    }

    .desktop_large\:focus\:-skew-y-6:focus {
        --tw-skew-y: -6deg;
    }

    .desktop_large\:focus\:-skew-y-3:focus {
        --tw-skew-y: -3deg;
    }

    .desktop_large\:focus\:-skew-y-2:focus {
        --tw-skew-y: -2deg;
    }

    .desktop_large\:focus\:-skew-y-1:focus {
        --tw-skew-y: -1deg;
    }

    .desktop_large\:scale-0 {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }

    .desktop_large\:scale-50 {
        --tw-scale-x: .5;
        --tw-scale-y: .5;
    }

    .desktop_large\:scale-75 {
        --tw-scale-x: .75;
        --tw-scale-y: .75;
    }

    .desktop_large\:scale-90 {
        --tw-scale-x: .9;
        --tw-scale-y: .9;
    }

    .desktop_large\:scale-95 {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
    }

    .desktop_large\:scale-100 {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }

    .desktop_large\:scale-105 {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }

    .desktop_large\:scale-110 {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }

    .desktop_large\:scale-125 {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }

    .desktop_large\:scale-150 {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }

    .desktop_large\:hover\:scale-0:hover {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }

    .desktop_large\:hover\:scale-50:hover {
        --tw-scale-x: .5;
        --tw-scale-y: .5;
    }

    .desktop_large\:hover\:scale-75:hover {
        --tw-scale-x: .75;
        --tw-scale-y: .75;
    }

    .desktop_large\:hover\:scale-90:hover {
        --tw-scale-x: .9;
        --tw-scale-y: .9;
    }

    .desktop_large\:hover\:scale-95:hover {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
    }

    .desktop_large\:hover\:scale-100:hover {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }

    .desktop_large\:hover\:scale-105:hover {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }

    .desktop_large\:hover\:scale-110:hover {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }

    .desktop_large\:hover\:scale-125:hover {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }

    .desktop_large\:hover\:scale-150:hover {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }

    .desktop_large\:focus\:scale-0:focus {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }

    .desktop_large\:focus\:scale-50:focus {
        --tw-scale-x: .5;
        --tw-scale-y: .5;
    }

    .desktop_large\:focus\:scale-75:focus {
        --tw-scale-x: .75;
        --tw-scale-y: .75;
    }

    .desktop_large\:focus\:scale-90:focus {
        --tw-scale-x: .9;
        --tw-scale-y: .9;
    }

    .desktop_large\:focus\:scale-95:focus {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
    }

    .desktop_large\:focus\:scale-100:focus {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }

    .desktop_large\:focus\:scale-105:focus {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }

    .desktop_large\:focus\:scale-110:focus {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }

    .desktop_large\:focus\:scale-125:focus {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }

    .desktop_large\:focus\:scale-150:focus {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }

    .desktop_large\:scale-x-0 {
        --tw-scale-x: 0;
    }

    .desktop_large\:scale-x-50 {
        --tw-scale-x: .5;
    }

    .desktop_large\:scale-x-75 {
        --tw-scale-x: .75;
    }

    .desktop_large\:scale-x-90 {
        --tw-scale-x: .9;
    }

    .desktop_large\:scale-x-95 {
        --tw-scale-x: .95;
    }

    .desktop_large\:scale-x-100 {
        --tw-scale-x: 1;
    }

    .desktop_large\:scale-x-105 {
        --tw-scale-x: 1.05;
    }

    .desktop_large\:scale-x-110 {
        --tw-scale-x: 1.1;
    }

    .desktop_large\:scale-x-125 {
        --tw-scale-x: 1.25;
    }

    .desktop_large\:scale-x-150 {
        --tw-scale-x: 1.5;
    }

    .desktop_large\:scale-y-0 {
        --tw-scale-y: 0;
    }

    .desktop_large\:scale-y-50 {
        --tw-scale-y: .5;
    }

    .desktop_large\:scale-y-75 {
        --tw-scale-y: .75;
    }

    .desktop_large\:scale-y-90 {
        --tw-scale-y: .9;
    }

    .desktop_large\:scale-y-95 {
        --tw-scale-y: .95;
    }

    .desktop_large\:scale-y-100 {
        --tw-scale-y: 1;
    }

    .desktop_large\:scale-y-105 {
        --tw-scale-y: 1.05;
    }

    .desktop_large\:scale-y-110 {
        --tw-scale-y: 1.1;
    }

    .desktop_large\:scale-y-125 {
        --tw-scale-y: 1.25;
    }

    .desktop_large\:scale-y-150 {
        --tw-scale-y: 1.5;
    }

    .desktop_large\:hover\:scale-x-0:hover {
        --tw-scale-x: 0;
    }

    .desktop_large\:hover\:scale-x-50:hover {
        --tw-scale-x: .5;
    }

    .desktop_large\:hover\:scale-x-75:hover {
        --tw-scale-x: .75;
    }

    .desktop_large\:hover\:scale-x-90:hover {
        --tw-scale-x: .9;
    }

    .desktop_large\:hover\:scale-x-95:hover {
        --tw-scale-x: .95;
    }

    .desktop_large\:hover\:scale-x-100:hover {
        --tw-scale-x: 1;
    }

    .desktop_large\:hover\:scale-x-105:hover {
        --tw-scale-x: 1.05;
    }

    .desktop_large\:hover\:scale-x-110:hover {
        --tw-scale-x: 1.1;
    }

    .desktop_large\:hover\:scale-x-125:hover {
        --tw-scale-x: 1.25;
    }

    .desktop_large\:hover\:scale-x-150:hover {
        --tw-scale-x: 1.5;
    }

    .desktop_large\:hover\:scale-y-0:hover {
        --tw-scale-y: 0;
    }

    .desktop_large\:hover\:scale-y-50:hover {
        --tw-scale-y: .5;
    }

    .desktop_large\:hover\:scale-y-75:hover {
        --tw-scale-y: .75;
    }

    .desktop_large\:hover\:scale-y-90:hover {
        --tw-scale-y: .9;
    }

    .desktop_large\:hover\:scale-y-95:hover {
        --tw-scale-y: .95;
    }

    .desktop_large\:hover\:scale-y-100:hover {
        --tw-scale-y: 1;
    }

    .desktop_large\:hover\:scale-y-105:hover {
        --tw-scale-y: 1.05;
    }

    .desktop_large\:hover\:scale-y-110:hover {
        --tw-scale-y: 1.1;
    }

    .desktop_large\:hover\:scale-y-125:hover {
        --tw-scale-y: 1.25;
    }

    .desktop_large\:hover\:scale-y-150:hover {
        --tw-scale-y: 1.5;
    }

    .desktop_large\:focus\:scale-x-0:focus {
        --tw-scale-x: 0;
    }

    .desktop_large\:focus\:scale-x-50:focus {
        --tw-scale-x: .5;
    }

    .desktop_large\:focus\:scale-x-75:focus {
        --tw-scale-x: .75;
    }

    .desktop_large\:focus\:scale-x-90:focus {
        --tw-scale-x: .9;
    }

    .desktop_large\:focus\:scale-x-95:focus {
        --tw-scale-x: .95;
    }

    .desktop_large\:focus\:scale-x-100:focus {
        --tw-scale-x: 1;
    }

    .desktop_large\:focus\:scale-x-105:focus {
        --tw-scale-x: 1.05;
    }

    .desktop_large\:focus\:scale-x-110:focus {
        --tw-scale-x: 1.1;
    }

    .desktop_large\:focus\:scale-x-125:focus {
        --tw-scale-x: 1.25;
    }

    .desktop_large\:focus\:scale-x-150:focus {
        --tw-scale-x: 1.5;
    }

    .desktop_large\:focus\:scale-y-0:focus {
        --tw-scale-y: 0;
    }

    .desktop_large\:focus\:scale-y-50:focus {
        --tw-scale-y: .5;
    }

    .desktop_large\:focus\:scale-y-75:focus {
        --tw-scale-y: .75;
    }

    .desktop_large\:focus\:scale-y-90:focus {
        --tw-scale-y: .9;
    }

    .desktop_large\:focus\:scale-y-95:focus {
        --tw-scale-y: .95;
    }

    .desktop_large\:focus\:scale-y-100:focus {
        --tw-scale-y: 1;
    }

    .desktop_large\:focus\:scale-y-105:focus {
        --tw-scale-y: 1.05;
    }

    .desktop_large\:focus\:scale-y-110:focus {
        --tw-scale-y: 1.1;
    }

    .desktop_large\:focus\:scale-y-125:focus {
        --tw-scale-y: 1.25;
    }

    .desktop_large\:focus\:scale-y-150:focus {
        --tw-scale-y: 1.5;
    }

    .desktop_large\:animate-none {
        -webkit-animation: none;
        animation: none;
    }

    .desktop_large\:animate-spin {
        -webkit-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite;
    }

    .desktop_large\:animate-ping {
        -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
        animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }

    .desktop_large\:animate-pulse {
        -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
        animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }

    .desktop_large\:animate-bounce {
        -webkit-animation: bounce 1s infinite;
        animation: bounce 1s infinite;
    }

    .desktop_large\:cursor-auto {
        cursor: auto;
    }

    .desktop_large\:cursor-default {
        cursor: default;
    }

    .desktop_large\:cursor-pointer {
        cursor: pointer;
    }

    .desktop_large\:cursor-wait {
        cursor: wait;
    }

    .desktop_large\:cursor-text {
        cursor: text;
    }

    .desktop_large\:cursor-move {
        cursor: move;
    }

    .desktop_large\:cursor-help {
        cursor: help;
    }

    .desktop_large\:cursor-not-allowed {
        cursor: not-allowed;
    }

    .desktop_large\:select-none {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .desktop_large\:select-text {
        -webkit-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text;
    }

    .desktop_large\:select-all {
        -webkit-user-select: all;
        -moz-user-select: all;
        user-select: all;
    }

    .desktop_large\:select-auto {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
    }

    .desktop_large\:resize-none {
        resize: none;
    }

    .desktop_large\:resize-y {
        resize: vertical;
    }

    .desktop_large\:resize-x {
        resize: horizontal;
    }

    .desktop_large\:resize {
        resize: both;
    }

    .desktop_large\:list-inside {
        list-style-position: inside;
    }

    .desktop_large\:list-outside {
        list-style-position: outside;
    }

    .desktop_large\:list-none {
        list-style-type: none;
    }

    .desktop_large\:list-disc {
        list-style-type: disc;
    }

    .desktop_large\:list-decimal {
        list-style-type: decimal;
    }

    .desktop_large\:appearance-none {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .desktop_large\:auto-cols-auto {
        grid-auto-columns: auto;
    }

    .desktop_large\:auto-cols-min {
        grid-auto-columns: -webkit-min-content;
        grid-auto-columns: min-content;
    }

    .desktop_large\:auto-cols-max {
        grid-auto-columns: -webkit-max-content;
        grid-auto-columns: max-content;
    }

    .desktop_large\:auto-cols-fr {
        grid-auto-columns: minmax(0, 1fr);
    }

    .desktop_large\:grid-flow-row {
        grid-auto-flow: row;
    }

    .desktop_large\:grid-flow-col {
        grid-auto-flow: column;
    }

    .desktop_large\:grid-flow-row-dense {
        grid-auto-flow: row dense;
    }

    .desktop_large\:grid-flow-col-dense {
        grid-auto-flow: column dense;
    }

    .desktop_large\:auto-rows-auto {
        grid-auto-rows: auto;
    }

    .desktop_large\:auto-rows-min {
        grid-auto-rows: -webkit-min-content;
        grid-auto-rows: min-content;
    }

    .desktop_large\:auto-rows-max {
        grid-auto-rows: -webkit-max-content;
        grid-auto-rows: max-content;
    }

    .desktop_large\:auto-rows-fr {
        grid-auto-rows: minmax(0, 1fr);
    }

    .desktop_large\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .desktop_large\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .desktop_large\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .desktop_large\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .desktop_large\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .desktop_large\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .desktop_large\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }

    .desktop_large\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    .desktop_large\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }

    .desktop_large\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }

    .desktop_large\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }

    .desktop_large\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .desktop_large\:grid-cols-none {
        grid-template-columns: none;
    }

    .desktop_large\:grid-rows-1 {
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }

    .desktop_large\:grid-rows-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }

    .desktop_large\:grid-rows-3 {
        grid-template-rows: repeat(3, minmax(0, 1fr));
    }

    .desktop_large\:grid-rows-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr));
    }

    .desktop_large\:grid-rows-5 {
        grid-template-rows: repeat(5, minmax(0, 1fr));
    }

    .desktop_large\:grid-rows-6 {
        grid-template-rows: repeat(6, minmax(0, 1fr));
    }

    .desktop_large\:grid-rows-none {
        grid-template-rows: none;
    }

    .desktop_large\:flex-row {
        flex-direction: row;
    }

    .desktop_large\:flex-row-reverse {
        flex-direction: row-reverse;
    }

    .desktop_large\:flex-col {
        flex-direction: column;
    }

    .desktop_large\:flex-col-reverse {
        flex-direction: column-reverse;
    }

    .desktop_large\:flex-wrap {
        flex-wrap: wrap;
    }

    .desktop_large\:flex-wrap-reverse {
        flex-wrap: wrap-reverse;
    }

    .desktop_large\:flex-nowrap {
        flex-wrap: nowrap;
    }

    .desktop_large\:place-content-center {
        place-content: center;
    }

    .desktop_large\:place-content-start {
        place-content: start;
    }

    .desktop_large\:place-content-end {
        place-content: end;
    }

    .desktop_large\:place-content-between {
        place-content: space-between;
    }

    .desktop_large\:place-content-around {
        place-content: space-around;
    }

    .desktop_large\:place-content-evenly {
        place-content: space-evenly;
    }

    .desktop_large\:place-content-stretch {
        place-content: stretch;
    }

    .desktop_large\:place-items-start {
        place-items: start;
    }

    .desktop_large\:place-items-end {
        place-items: end;
    }

    .desktop_large\:place-items-center {
        place-items: center;
    }

    .desktop_large\:place-items-stretch {
        place-items: stretch;
    }

    .desktop_large\:content-center {
        align-content: center;
    }

    .desktop_large\:content-start {
        align-content: flex-start;
    }

    .desktop_large\:content-end {
        align-content: flex-end;
    }

    .desktop_large\:content-between {
        align-content: space-between;
    }

    .desktop_large\:content-around {
        align-content: space-around;
    }

    .desktop_large\:content-evenly {
        align-content: space-evenly;
    }

    .desktop_large\:items-start {
        align-items: flex-start;
    }

    .desktop_large\:items-end {
        align-items: flex-end;
    }

    .desktop_large\:items-center {
        align-items: center;
    }

    .desktop_large\:items-baseline {
        align-items: baseline;
    }

    .desktop_large\:items-stretch {
        align-items: stretch;
    }

    .desktop_large\:justify-start {
        justify-content: flex-start;
    }

    .desktop_large\:justify-end {
        justify-content: flex-end;
    }

    .desktop_large\:justify-center {
        justify-content: center;
    }

    .desktop_large\:justify-between {
        justify-content: space-between;
    }

    .desktop_large\:justify-around {
        justify-content: space-around;
    }

    .desktop_large\:justify-evenly {
        justify-content: space-evenly;
    }

    .desktop_large\:justify-items-start {
        justify-items: start;
    }

    .desktop_large\:justify-items-end {
        justify-items: end;
    }

    .desktop_large\:justify-items-center {
        justify-items: center;
    }

    .desktop_large\:justify-items-stretch {
        justify-items: stretch;
    }

    .desktop_large\:gap-0 {
        gap: 0px;
    }

    .desktop_large\:gap-1 {
        gap: 0.25rem;
    }

    .desktop_large\:gap-2 {
        gap: 0.5rem;
    }

    .desktop_large\:gap-3 {
        gap: 0.75rem;
    }

    .desktop_large\:gap-4 {
        gap: 1rem;
    }

    .desktop_large\:gap-5 {
        gap: 1.25rem;
    }

    .desktop_large\:gap-6 {
        gap: 1.5rem;
    }

    .desktop_large\:gap-7 {
        gap: 1.75rem;
    }

    .desktop_large\:gap-8 {
        gap: 2rem;
    }

    .desktop_large\:gap-9 {
        gap: 2.25rem;
    }

    .desktop_large\:gap-10 {
        gap: 2.5rem;
    }

    .desktop_large\:gap-11 {
        gap: 2.75rem;
    }

    .desktop_large\:gap-12 {
        gap: 3rem;
    }

    .desktop_large\:gap-14 {
        gap: 3.5rem;
    }

    .desktop_large\:gap-16 {
        gap: 4rem;
    }

    .desktop_large\:gap-18 {
        gap: 4.375rem;
    }

    .desktop_large\:gap-19 {
        gap: 76px;
    }

    .desktop_large\:gap-20 {
        gap: 5rem;
    }

    .desktop_large\:gap-24 {
        gap: 6rem;
    }

    .desktop_large\:gap-28 {
        gap: 7rem;
    }

    .desktop_large\:gap-30 {
        gap: 120px;
    }

    .desktop_large\:gap-32 {
        gap: 8rem;
    }

    .desktop_large\:gap-36 {
        gap: 9rem;
    }

    .desktop_large\:gap-40 {
        gap: 10rem;
    }

    .desktop_large\:gap-44 {
        gap: 11rem;
    }

    .desktop_large\:gap-48 {
        gap: 12rem;
    }

    .desktop_large\:gap-52 {
        gap: 13rem;
    }

    .desktop_large\:gap-56 {
        gap: 14rem;
    }

    .desktop_large\:gap-60 {
        gap: 15rem;
    }

    .desktop_large\:gap-64 {
        gap: 16rem;
    }

    .desktop_large\:gap-72 {
        gap: 18rem;
    }

    .desktop_large\:gap-80 {
        gap: 20rem;
    }

    .desktop_large\:gap-96 {
        gap: 24rem;
    }

    .desktop_large\:gap-px {
        gap: 1px;
    }

    .desktop_large\:gap-0\.5 {
        gap: 0.125rem;
    }

    .desktop_large\:gap-1\.5 {
        gap: 0.375rem;
    }

    .desktop_large\:gap-2\.5 {
        gap: 0.625rem;
    }

    .desktop_large\:gap-3\.5 {
        gap: 0.875rem;
    }

    .desktop_large\:gap-5p {
        gap: 5px;
    }

    .desktop_large\:gap-10p {
        gap: 10px;
    }

    .desktop_large\:gap-14p {
        gap: 14px;
    }

    .desktop_large\:gap-15p {
        gap: 15px;
    }

    .desktop_large\:gap-15_2 {
        gap: 60px;
    }

    .desktop_large\:gap-16_1 {
        gap: 52px;
    }

    .desktop_large\:gap-16p {
        gap: 16px;
    }

    .desktop_large\:gap-25p {
        gap: 25px;
    }

    .desktop_large\:gap-48p {
        gap: 48%;
    }

    .desktop_large\:gap-52p {
        gap: 52%;
    }

    .desktop_large\:gap-x-0 {
        -moz-column-gap: 0px;
        column-gap: 0px;
    }

    .desktop_large\:gap-x-1 {
        -moz-column-gap: 0.25rem;
        column-gap: 0.25rem;
    }

    .desktop_large\:gap-x-2 {
        -moz-column-gap: 0.5rem;
        column-gap: 0.5rem;
    }

    .desktop_large\:gap-x-3 {
        -moz-column-gap: 0.75rem;
        column-gap: 0.75rem;
    }

    .desktop_large\:gap-x-4 {
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }

    .desktop_large\:gap-x-5 {
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

    .desktop_large\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }

    .desktop_large\:gap-x-7 {
        -moz-column-gap: 1.75rem;
        column-gap: 1.75rem;
    }

    .desktop_large\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }

    .desktop_large\:gap-x-9 {
        -moz-column-gap: 2.25rem;
        column-gap: 2.25rem;
    }

    .desktop_large\:gap-x-10 {
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }

    .desktop_large\:gap-x-11 {
        -moz-column-gap: 2.75rem;
        column-gap: 2.75rem;
    }

    .desktop_large\:gap-x-12 {
        -moz-column-gap: 3rem;
        column-gap: 3rem;
    }

    .desktop_large\:gap-x-14 {
        -moz-column-gap: 3.5rem;
        column-gap: 3.5rem;
    }

    .desktop_large\:gap-x-16 {
        -moz-column-gap: 4rem;
        column-gap: 4rem;
    }

    .desktop_large\:gap-x-18 {
        -moz-column-gap: 4.375rem;
        column-gap: 4.375rem;
    }

    .desktop_large\:gap-x-19 {
        -moz-column-gap: 76px;
        column-gap: 76px;
    }

    .desktop_large\:gap-x-20 {
        -moz-column-gap: 5rem;
        column-gap: 5rem;
    }

    .desktop_large\:gap-x-24 {
        -moz-column-gap: 6rem;
        column-gap: 6rem;
    }

    .desktop_large\:gap-x-28 {
        -moz-column-gap: 7rem;
        column-gap: 7rem;
    }

    .desktop_large\:gap-x-30 {
        -moz-column-gap: 120px;
        column-gap: 120px;
    }

    .desktop_large\:gap-x-32 {
        -moz-column-gap: 8rem;
        column-gap: 8rem;
    }

    .desktop_large\:gap-x-36 {
        -moz-column-gap: 9rem;
        column-gap: 9rem;
    }

    .desktop_large\:gap-x-40 {
        -moz-column-gap: 10rem;
        column-gap: 10rem;
    }

    .desktop_large\:gap-x-44 {
        -moz-column-gap: 11rem;
        column-gap: 11rem;
    }

    .desktop_large\:gap-x-48 {
        -moz-column-gap: 12rem;
        column-gap: 12rem;
    }

    .desktop_large\:gap-x-52 {
        -moz-column-gap: 13rem;
        column-gap: 13rem;
    }

    .desktop_large\:gap-x-56 {
        -moz-column-gap: 14rem;
        column-gap: 14rem;
    }

    .desktop_large\:gap-x-60 {
        -moz-column-gap: 15rem;
        column-gap: 15rem;
    }

    .desktop_large\:gap-x-64 {
        -moz-column-gap: 16rem;
        column-gap: 16rem;
    }

    .desktop_large\:gap-x-72 {
        -moz-column-gap: 18rem;
        column-gap: 18rem;
    }

    .desktop_large\:gap-x-80 {
        -moz-column-gap: 20rem;
        column-gap: 20rem;
    }

    .desktop_large\:gap-x-96 {
        -moz-column-gap: 24rem;
        column-gap: 24rem;
    }

    .desktop_large\:gap-x-px {
        -moz-column-gap: 1px;
        column-gap: 1px;
    }

    .desktop_large\:gap-x-0\.5 {
        -moz-column-gap: 0.125rem;
        column-gap: 0.125rem;
    }

    .desktop_large\:gap-x-1\.5 {
        -moz-column-gap: 0.375rem;
        column-gap: 0.375rem;
    }

    .desktop_large\:gap-x-2\.5 {
        -moz-column-gap: 0.625rem;
        column-gap: 0.625rem;
    }

    .desktop_large\:gap-x-3\.5 {
        -moz-column-gap: 0.875rem;
        column-gap: 0.875rem;
    }

    .desktop_large\:gap-x-5p {
        -moz-column-gap: 5px;
        column-gap: 5px;
    }

    .desktop_large\:gap-x-10p {
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .desktop_large\:gap-x-14p {
        -moz-column-gap: 14px;
        column-gap: 14px;
    }

    .desktop_large\:gap-x-15p {
        -moz-column-gap: 15px;
        column-gap: 15px;
    }

    .desktop_large\:gap-x-15_2 {
        -moz-column-gap: 60px;
        column-gap: 60px;
    }

    .desktop_large\:gap-x-16_1 {
        -moz-column-gap: 52px;
        column-gap: 52px;
    }

    .desktop_large\:gap-x-16p {
        -moz-column-gap: 16px;
        column-gap: 16px;
    }

    .desktop_large\:gap-x-25p {
        -moz-column-gap: 25px;
        column-gap: 25px;
    }

    .desktop_large\:gap-x-48p {
        -moz-column-gap: 48%;
        column-gap: 48%;
    }

    .desktop_large\:gap-x-52p {
        -moz-column-gap: 52%;
        column-gap: 52%;
    }

    .desktop_large\:gap-y-0 {
        row-gap: 0px;
    }

    .desktop_large\:gap-y-1 {
        row-gap: 0.25rem;
    }

    .desktop_large\:gap-y-2 {
        row-gap: 0.5rem;
    }

    .desktop_large\:gap-y-3 {
        row-gap: 0.75rem;
    }

    .desktop_large\:gap-y-4 {
        row-gap: 1rem;
    }

    .desktop_large\:gap-y-5 {
        row-gap: 1.25rem;
    }

    .desktop_large\:gap-y-6 {
        row-gap: 1.5rem;
    }

    .desktop_large\:gap-y-7 {
        row-gap: 1.75rem;
    }

    .desktop_large\:gap-y-8 {
        row-gap: 2rem;
    }

    .desktop_large\:gap-y-9 {
        row-gap: 2.25rem;
    }

    .desktop_large\:gap-y-10 {
        row-gap: 2.5rem;
    }

    .desktop_large\:gap-y-11 {
        row-gap: 2.75rem;
    }

    .desktop_large\:gap-y-12 {
        row-gap: 3rem;
    }

    .desktop_large\:gap-y-14 {
        row-gap: 3.5rem;
    }

    .desktop_large\:gap-y-16 {
        row-gap: 4rem;
    }

    .desktop_large\:gap-y-18 {
        row-gap: 4.375rem;
    }

    .desktop_large\:gap-y-19 {
        row-gap: 76px;
    }

    .desktop_large\:gap-y-20 {
        row-gap: 5rem;
    }

    .desktop_large\:gap-y-24 {
        row-gap: 6rem;
    }

    .desktop_large\:gap-y-28 {
        row-gap: 7rem;
    }

    .desktop_large\:gap-y-30 {
        row-gap: 120px;
    }

    .desktop_large\:gap-y-32 {
        row-gap: 8rem;
    }

    .desktop_large\:gap-y-36 {
        row-gap: 9rem;
    }

    .desktop_large\:gap-y-40 {
        row-gap: 10rem;
    }

    .desktop_large\:gap-y-44 {
        row-gap: 11rem;
    }

    .desktop_large\:gap-y-48 {
        row-gap: 12rem;
    }

    .desktop_large\:gap-y-52 {
        row-gap: 13rem;
    }

    .desktop_large\:gap-y-56 {
        row-gap: 14rem;
    }

    .desktop_large\:gap-y-60 {
        row-gap: 15rem;
    }

    .desktop_large\:gap-y-64 {
        row-gap: 16rem;
    }

    .desktop_large\:gap-y-72 {
        row-gap: 18rem;
    }

    .desktop_large\:gap-y-80 {
        row-gap: 20rem;
    }

    .desktop_large\:gap-y-96 {
        row-gap: 24rem;
    }

    .desktop_large\:gap-y-px {
        row-gap: 1px;
    }

    .desktop_large\:gap-y-0\.5 {
        row-gap: 0.125rem;
    }

    .desktop_large\:gap-y-1\.5 {
        row-gap: 0.375rem;
    }

    .desktop_large\:gap-y-2\.5 {
        row-gap: 0.625rem;
    }

    .desktop_large\:gap-y-3\.5 {
        row-gap: 0.875rem;
    }

    .desktop_large\:gap-y-5p {
        row-gap: 5px;
    }

    .desktop_large\:gap-y-10p {
        row-gap: 10px;
    }

    .desktop_large\:gap-y-14p {
        row-gap: 14px;
    }

    .desktop_large\:gap-y-15p {
        row-gap: 15px;
    }

    .desktop_large\:gap-y-15_2 {
        row-gap: 60px;
    }

    .desktop_large\:gap-y-16_1 {
        row-gap: 52px;
    }

    .desktop_large\:gap-y-16p {
        row-gap: 16px;
    }

    .desktop_large\:gap-y-25p {
        row-gap: 25px;
    }

    .desktop_large\:gap-y-48p {
        row-gap: 48%;
    }

    .desktop_large\:gap-y-52p {
        row-gap: 52%;
    }

    .desktop_large\:space-x-0> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.25rem * var(--tw-space-x-reverse));
        margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-3> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.75rem * var(--tw-space-x-reverse));
        margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-4> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1rem * var(--tw-space-x-reverse));
        margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-6> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-7> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.75rem * var(--tw-space-x-reverse));
        margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-8> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2rem * var(--tw-space-x-reverse));
        margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-9> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.25rem * var(--tw-space-x-reverse));
        margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-10> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-11> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.75rem * var(--tw-space-x-reverse));
        margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-12> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3rem * var(--tw-space-x-reverse));
        margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-14> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3.5rem * var(--tw-space-x-reverse));
        margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-16> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(4rem * var(--tw-space-x-reverse));
        margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-18> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(4.375rem * var(--tw-space-x-reverse));
        margin-left: calc(4.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-19> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(76px * var(--tw-space-x-reverse));
        margin-left: calc(76px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-20> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(5rem * var(--tw-space-x-reverse));
        margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-24> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(6rem * var(--tw-space-x-reverse));
        margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-28> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(7rem * var(--tw-space-x-reverse));
        margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-30> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(120px * var(--tw-space-x-reverse));
        margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-32> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(8rem * var(--tw-space-x-reverse));
        margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-36> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(9rem * var(--tw-space-x-reverse));
        margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-40> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(10rem * var(--tw-space-x-reverse));
        margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-44> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(11rem * var(--tw-space-x-reverse));
        margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-48> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(12rem * var(--tw-space-x-reverse));
        margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-52> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(13rem * var(--tw-space-x-reverse));
        margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-56> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(14rem * var(--tw-space-x-reverse));
        margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-60> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(15rem * var(--tw-space-x-reverse));
        margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-64> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(16rem * var(--tw-space-x-reverse));
        margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-72> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(18rem * var(--tw-space-x-reverse));
        margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-80> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(20rem * var(--tw-space-x-reverse));
        margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-96> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(24rem * var(--tw-space-x-reverse));
        margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-px> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1px * var(--tw-space-x-reverse));
        margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.125rem * var(--tw-space-x-reverse));
        margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.375rem * var(--tw-space-x-reverse));
        margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.625rem * var(--tw-space-x-reverse));
        margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.875rem * var(--tw-space-x-reverse));
        margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(5px * var(--tw-space-x-reverse));
        margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(10px * var(--tw-space-x-reverse));
        margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(14px * var(--tw-space-x-reverse));
        margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(15px * var(--tw-space-x-reverse));
        margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(60px * var(--tw-space-x-reverse));
        margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(52px * var(--tw-space-x-reverse));
        margin-left: calc(52px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(16px * var(--tw-space-x-reverse));
        margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(25px * var(--tw-space-x-reverse));
        margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(48% * var(--tw-space-x-reverse));
        margin-left: calc(48% * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-x-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(52% * var(--tw-space-x-reverse));
        margin-left: calc(52% * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-0> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-3> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-4> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1rem * var(--tw-space-x-reverse));
        margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-6> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-7> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-8> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2rem * var(--tw-space-x-reverse));
        margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-9> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-10> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-11> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-12> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3rem * var(--tw-space-x-reverse));
        margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-14> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-16> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-4rem * var(--tw-space-x-reverse));
        margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-18> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-4.375rem * var(--tw-space-x-reverse));
        margin-left: calc(-4.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-19> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-76px * var(--tw-space-x-reverse));
        margin-left: calc(-76px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-20> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-5rem * var(--tw-space-x-reverse));
        margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-24> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-6rem * var(--tw-space-x-reverse));
        margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-28> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-7rem * var(--tw-space-x-reverse));
        margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-30> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-120px * var(--tw-space-x-reverse));
        margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-32> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-8rem * var(--tw-space-x-reverse));
        margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-36> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-9rem * var(--tw-space-x-reverse));
        margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-40> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-10rem * var(--tw-space-x-reverse));
        margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-44> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-11rem * var(--tw-space-x-reverse));
        margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-48> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-12rem * var(--tw-space-x-reverse));
        margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-52> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-13rem * var(--tw-space-x-reverse));
        margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-56> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-14rem * var(--tw-space-x-reverse));
        margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-60> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-15rem * var(--tw-space-x-reverse));
        margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-64> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-16rem * var(--tw-space-x-reverse));
        margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-72> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-18rem * var(--tw-space-x-reverse));
        margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-80> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-20rem * var(--tw-space-x-reverse));
        margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-96> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-24rem * var(--tw-space-x-reverse));
        margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-px> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1px * var(--tw-space-x-reverse));
        margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-5px * var(--tw-space-x-reverse));
        margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-10px * var(--tw-space-x-reverse));
        margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-14px * var(--tw-space-x-reverse));
        margin-left: calc(-14px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-15px * var(--tw-space-x-reverse));
        margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-60px * var(--tw-space-x-reverse));
        margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-52px * var(--tw-space-x-reverse));
        margin-left: calc(-52px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-16px * var(--tw-space-x-reverse));
        margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-25px * var(--tw-space-x-reverse));
        margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-48% * var(--tw-space-x-reverse));
        margin-left: calc(-48% * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:-space-x-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-52% * var(--tw-space-x-reverse));
        margin-left: calc(-52% * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_large\:space-y-0> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-3> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-4> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-6> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-7> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-8> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-9> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-10> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-11> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-12> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-14> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-16> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(4rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-18> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(4.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(4.375rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-19> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(76px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(76px * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-20> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-24> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(6rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-28> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(7rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-30> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(120px * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-32> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(8rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-36> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(9rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-40> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(10rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-44> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(11rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-48> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(12rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-52> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(13rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-56> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(14rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-60> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(15rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-64> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(16rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-72> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(18rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-80> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(20rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-96> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(24rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-px> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1px * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5px * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(10px * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(14px * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(15px * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(60px * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(52px * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(16px * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(25px * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(48% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(48% * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(52% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(52% * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-0> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-3> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-4> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-6> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-7> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-8> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-9> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-10> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-11> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-12> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-14> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-16> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-18> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-4.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-4.375rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-19> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-76px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-76px * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-20> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-24> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-28> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-30> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-120px * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-32> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-36> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-40> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-44> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-48> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-52> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-56> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-60> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-64> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-72> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-80> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-96> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-px> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1px * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-5px * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-10px * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-14px * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-15px * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-60px * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-52px * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-16px * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-25px * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-48% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-48% * var(--tw-space-y-reverse));
    }

    .desktop_large\:-space-y-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-52% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-52% * var(--tw-space-y-reverse));
    }

    .desktop_large\:space-y-reverse> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 1;
    }

    .desktop_large\:space-x-reverse> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 1;
    }

    .desktop_large\:divide-x-0> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(0px * var(--tw-divide-x-reverse));
        border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .desktop_large\:divide-x-2> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(2px * var(--tw-divide-x-reverse));
        border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .desktop_large\:divide-x-4> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(4px * var(--tw-divide-x-reverse));
        border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .desktop_large\:divide-x-8> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(8px * var(--tw-divide-x-reverse));
        border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .desktop_large\:divide-x> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(1px * var(--tw-divide-x-reverse));
        border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .desktop_large\:divide-y-0> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
    }

    .desktop_large\:divide-y-2> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
    }

    .desktop_large\:divide-y-4> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
    }

    .desktop_large\:divide-y-8> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
    }

    .desktop_large\:divide-y> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
    }

    .desktop_large\:divide-y-reverse> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 1;
    }

    .desktop_large\:divide-x-reverse> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 1;
    }

    .desktop_large\:divide-solid> :not([hidden])~ :not([hidden]) {
        border-style: solid;
    }

    .desktop_large\:divide-dashed> :not([hidden])~ :not([hidden]) {
        border-style: dashed;
    }

    .desktop_large\:divide-dotted> :not([hidden])~ :not([hidden]) {
        border-style: dotted;
    }

    .desktop_large\:divide-double> :not([hidden])~ :not([hidden]) {
        border-style: double;
    }

    .desktop_large\:divide-none> :not([hidden])~ :not([hidden]) {
        border-style: none;
    }

    .desktop_large\:divide-transparent> :not([hidden])~ :not([hidden]) {
        border-color: transparent;
    }

    .desktop_large\:divide-current> :not([hidden])~ :not([hidden]) {
        border-color: currentColor;
    }

    .desktop_large\:divide-black> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-white> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-gray-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-gray-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-gray-200> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-gray-300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-gray-400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-gray-500> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-gray-600> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-gray-700> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-gray-800> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-gray-900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-red-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-red-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-red-200> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-red-300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-red-400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-red-500> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-red-600> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-red-700> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-red-800> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-red-900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-yellow> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-indigo-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-indigo-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-indigo-200> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-indigo-300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-indigo-400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-indigo-500> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-indigo-600> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-indigo-700> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-indigo-800> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-indigo-900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-purple> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-pink> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-primary> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-secondary> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-body_bg> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-body_text> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-title> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-dark_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-light_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-medium_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-lightten_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-grey_300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-grey_400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-medium_blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-dark_blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-text_blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-footer_bg> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-brown> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-dark_brown> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-Light_purple> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-dark_green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-medium_green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-light_green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-green_900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-dark_border> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-divide-opacity));
    }

    .desktop_large\:divide-opacity-0> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0;
    }

    .desktop_large\:divide-opacity-5> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.05;
    }

    .desktop_large\:divide-opacity-10> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.1;
    }

    .desktop_large\:divide-opacity-20> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.2;
    }

    .desktop_large\:divide-opacity-25> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.25;
    }

    .desktop_large\:divide-opacity-30> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.3;
    }

    .desktop_large\:divide-opacity-40> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.4;
    }

    .desktop_large\:divide-opacity-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.5;
    }

    .desktop_large\:divide-opacity-60> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.6;
    }

    .desktop_large\:divide-opacity-70> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.7;
    }

    .desktop_large\:divide-opacity-75> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.75;
    }

    .desktop_large\:divide-opacity-80> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.8;
    }

    .desktop_large\:divide-opacity-90> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.9;
    }

    .desktop_large\:divide-opacity-95> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.95;
    }

    .desktop_large\:divide-opacity-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
    }

    .desktop_large\:place-self-auto {
        place-self: auto;
    }

    .desktop_large\:place-self-start {
        place-self: start;
    }

    .desktop_large\:place-self-end {
        place-self: end;
    }

    .desktop_large\:place-self-center {
        place-self: center;
    }

    .desktop_large\:place-self-stretch {
        place-self: stretch;
    }

    .desktop_large\:self-auto {
        align-self: auto;
    }

    .desktop_large\:self-start {
        align-self: flex-start;
    }

    .desktop_large\:self-end {
        align-self: flex-end;
    }

    .desktop_large\:self-center {
        align-self: center;
    }

    .desktop_large\:self-stretch {
        align-self: stretch;
    }

    .desktop_large\:self-baseline {
        align-self: baseline;
    }

    .desktop_large\:justify-self-auto {
        justify-self: auto;
    }

    .desktop_large\:justify-self-start {
        justify-self: start;
    }

    .desktop_large\:justify-self-end {
        justify-self: end;
    }

    .desktop_large\:justify-self-center {
        justify-self: center;
    }

    .desktop_large\:justify-self-stretch {
        justify-self: stretch;
    }

    .desktop_large\:overflow-auto {
        overflow: auto;
    }

    .desktop_large\:overflow-hidden {
        overflow: hidden;
    }

    .desktop_large\:overflow-visible {
        overflow: visible;
    }

    .desktop_large\:overflow-scroll {
        overflow: scroll;
    }

    .desktop_large\:overflow-x-auto {
        overflow-x: auto;
    }

    .desktop_large\:overflow-y-auto {
        overflow-y: auto;
    }

    .desktop_large\:overflow-x-hidden {
        overflow-x: hidden;
    }

    .desktop_large\:overflow-y-hidden {
        overflow-y: hidden;
    }

    .desktop_large\:overflow-x-visible {
        overflow-x: visible;
    }

    .desktop_large\:overflow-y-visible {
        overflow-y: visible;
    }

    .desktop_large\:overflow-x-scroll {
        overflow-x: scroll;
    }

    .desktop_large\:overflow-y-scroll {
        overflow-y: scroll;
    }

    .desktop_large\:overscroll-auto {
        -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
    }

    .desktop_large\:overscroll-contain {
        -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    }

    .desktop_large\:overscroll-none {
        -ms-scroll-chaining: none;
        overscroll-behavior: none;
    }

    .desktop_large\:overscroll-y-auto {
        overscroll-behavior-y: auto;
    }

    .desktop_large\:overscroll-y-contain {
        overscroll-behavior-y: contain;
    }

    .desktop_large\:overscroll-y-none {
        overscroll-behavior-y: none;
    }

    .desktop_large\:overscroll-x-auto {
        overscroll-behavior-x: auto;
    }

    .desktop_large\:overscroll-x-contain {
        overscroll-behavior-x: contain;
    }

    .desktop_large\:overscroll-x-none {
        overscroll-behavior-x: none;
    }

    .desktop_large\:truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .desktop_large\:overflow-ellipsis {
        text-overflow: ellipsis;
    }

    .desktop_large\:overflow-clip {
        text-overflow: clip;
    }

    .desktop_large\:whitespace-normal {
        white-space: normal;
    }

    .desktop_large\:whitespace-nowrap {
        white-space: nowrap;
    }

    .desktop_large\:whitespace-pre {
        white-space: pre;
    }

    .desktop_large\:whitespace-pre-line {
        white-space: pre-line;
    }

    .desktop_large\:whitespace-pre-wrap {
        white-space: pre-wrap;
    }

    .desktop_large\:break-normal {
        overflow-wrap: normal;
        word-break: normal;
    }

    .desktop_large\:break-words {
        overflow-wrap: break-word;
    }

    .desktop_large\:break-all {
        word-break: break-all;
    }

    .desktop_large\:rounded-none {
        border-radius: 0px;
    }

    .desktop_large\:rounded-sm {
        border-radius: 0.125rem;
    }

    .desktop_large\:rounded {
        border-radius: 0.25rem;
    }

    .desktop_large\:rounded-md {
        border-radius: 0.375rem;
    }

    .desktop_large\:rounded-lg {
        border-radius: 0.5rem;
    }

    .desktop_large\:rounded-xl {
        border-radius: 0.75rem;
    }

    .desktop_large\:rounded-2xl {
        border-radius: 1rem;
    }

    .desktop_large\:rounded-3xl {
        border-radius: 1.5rem;
    }

    .desktop_large\:rounded-full {
        border-radius: 9999px;
    }

    .desktop_large\:rounded-btn {
        border-radius: 31px;
    }

    .desktop_large\:rounded-10p {
        border-radius: 10px;
    }

    .desktop_large\:rounded-t-none {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .desktop_large\:rounded-t-sm {
        border-top-left-radius: 0.125rem;
        border-top-right-radius: 0.125rem;
    }

    .desktop_large\:rounded-t {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .desktop_large\:rounded-t-md {
        border-top-left-radius: 0.375rem;
        border-top-right-radius: 0.375rem;
    }

    .desktop_large\:rounded-t-lg {
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
    }

    .desktop_large\:rounded-t-xl {
        border-top-left-radius: 0.75rem;
        border-top-right-radius: 0.75rem;
    }

    .desktop_large\:rounded-t-2xl {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }

    .desktop_large\:rounded-t-3xl {
        border-top-left-radius: 1.5rem;
        border-top-right-radius: 1.5rem;
    }

    .desktop_large\:rounded-t-full {
        border-top-left-radius: 9999px;
        border-top-right-radius: 9999px;
    }

    .desktop_large\:rounded-t-btn {
        border-top-left-radius: 31px;
        border-top-right-radius: 31px;
    }

    .desktop_large\:rounded-t-10p {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .desktop_large\:rounded-r-none {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .desktop_large\:rounded-r-sm {
        border-top-right-radius: 0.125rem;
        border-bottom-right-radius: 0.125rem;
    }

    .desktop_large\:rounded-r {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }

    .desktop_large\:rounded-r-md {
        border-top-right-radius: 0.375rem;
        border-bottom-right-radius: 0.375rem;
    }

    .desktop_large\:rounded-r-lg {
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
    }

    .desktop_large\:rounded-r-xl {
        border-top-right-radius: 0.75rem;
        border-bottom-right-radius: 0.75rem;
    }

    .desktop_large\:rounded-r-2xl {
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }

    .desktop_large\:rounded-r-3xl {
        border-top-right-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
    }

    .desktop_large\:rounded-r-full {
        border-top-right-radius: 9999px;
        border-bottom-right-radius: 9999px;
    }

    .desktop_large\:rounded-r-btn {
        border-top-right-radius: 31px;
        border-bottom-right-radius: 31px;
    }

    .desktop_large\:rounded-r-10p {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .desktop_large\:rounded-b-none {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .desktop_large\:rounded-b-sm {
        border-bottom-right-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }

    .desktop_large\:rounded-b {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .desktop_large\:rounded-b-md {
        border-bottom-right-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }

    .desktop_large\:rounded-b-lg {
        border-bottom-right-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }

    .desktop_large\:rounded-b-xl {
        border-bottom-right-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }

    .desktop_large\:rounded-b-2xl {
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }

    .desktop_large\:rounded-b-3xl {
        border-bottom-right-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }

    .desktop_large\:rounded-b-full {
        border-bottom-right-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }

    .desktop_large\:rounded-b-btn {
        border-bottom-right-radius: 31px;
        border-bottom-left-radius: 31px;
    }

    .desktop_large\:rounded-b-10p {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .desktop_large\:rounded-l-none {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .desktop_large\:rounded-l-sm {
        border-top-left-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }

    .desktop_large\:rounded-l {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .desktop_large\:rounded-l-md {
        border-top-left-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }

    .desktop_large\:rounded-l-lg {
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }

    .desktop_large\:rounded-l-xl {
        border-top-left-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }

    .desktop_large\:rounded-l-2xl {
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }

    .desktop_large\:rounded-l-3xl {
        border-top-left-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }

    .desktop_large\:rounded-l-full {
        border-top-left-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }

    .desktop_large\:rounded-l-btn {
        border-top-left-radius: 31px;
        border-bottom-left-radius: 31px;
    }

    .desktop_large\:rounded-l-10p {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .desktop_large\:rounded-tl-none {
        border-top-left-radius: 0px;
    }

    .desktop_large\:rounded-tl-sm {
        border-top-left-radius: 0.125rem;
    }

    .desktop_large\:rounded-tl {
        border-top-left-radius: 0.25rem;
    }

    .desktop_large\:rounded-tl-md {
        border-top-left-radius: 0.375rem;
    }

    .desktop_large\:rounded-tl-lg {
        border-top-left-radius: 0.5rem;
    }

    .desktop_large\:rounded-tl-xl {
        border-top-left-radius: 0.75rem;
    }

    .desktop_large\:rounded-tl-2xl {
        border-top-left-radius: 1rem;
    }

    .desktop_large\:rounded-tl-3xl {
        border-top-left-radius: 1.5rem;
    }

    .desktop_large\:rounded-tl-full {
        border-top-left-radius: 9999px;
    }

    .desktop_large\:rounded-tl-btn {
        border-top-left-radius: 31px;
    }

    .desktop_large\:rounded-tl-10p {
        border-top-left-radius: 10px;
    }

    .desktop_large\:rounded-tr-none {
        border-top-right-radius: 0px;
    }

    .desktop_large\:rounded-tr-sm {
        border-top-right-radius: 0.125rem;
    }

    .desktop_large\:rounded-tr {
        border-top-right-radius: 0.25rem;
    }

    .desktop_large\:rounded-tr-md {
        border-top-right-radius: 0.375rem;
    }

    .desktop_large\:rounded-tr-lg {
        border-top-right-radius: 0.5rem;
    }

    .desktop_large\:rounded-tr-xl {
        border-top-right-radius: 0.75rem;
    }

    .desktop_large\:rounded-tr-2xl {
        border-top-right-radius: 1rem;
    }

    .desktop_large\:rounded-tr-3xl {
        border-top-right-radius: 1.5rem;
    }

    .desktop_large\:rounded-tr-full {
        border-top-right-radius: 9999px;
    }

    .desktop_large\:rounded-tr-btn {
        border-top-right-radius: 31px;
    }

    .desktop_large\:rounded-tr-10p {
        border-top-right-radius: 10px;
    }

    .desktop_large\:rounded-br-none {
        border-bottom-right-radius: 0px;
    }

    .desktop_large\:rounded-br-sm {
        border-bottom-right-radius: 0.125rem;
    }

    .desktop_large\:rounded-br {
        border-bottom-right-radius: 0.25rem;
    }

    .desktop_large\:rounded-br-md {
        border-bottom-right-radius: 0.375rem;
    }

    .desktop_large\:rounded-br-lg {
        border-bottom-right-radius: 0.5rem;
    }

    .desktop_large\:rounded-br-xl {
        border-bottom-right-radius: 0.75rem;
    }

    .desktop_large\:rounded-br-2xl {
        border-bottom-right-radius: 1rem;
    }

    .desktop_large\:rounded-br-3xl {
        border-bottom-right-radius: 1.5rem;
    }

    .desktop_large\:rounded-br-full {
        border-bottom-right-radius: 9999px;
    }

    .desktop_large\:rounded-br-btn {
        border-bottom-right-radius: 31px;
    }

    .desktop_large\:rounded-br-10p {
        border-bottom-right-radius: 10px;
    }

    .desktop_large\:rounded-bl-none {
        border-bottom-left-radius: 0px;
    }

    .desktop_large\:rounded-bl-sm {
        border-bottom-left-radius: 0.125rem;
    }

    .desktop_large\:rounded-bl {
        border-bottom-left-radius: 0.25rem;
    }

    .desktop_large\:rounded-bl-md {
        border-bottom-left-radius: 0.375rem;
    }

    .desktop_large\:rounded-bl-lg {
        border-bottom-left-radius: 0.5rem;
    }

    .desktop_large\:rounded-bl-xl {
        border-bottom-left-radius: 0.75rem;
    }

    .desktop_large\:rounded-bl-2xl {
        border-bottom-left-radius: 1rem;
    }

    .desktop_large\:rounded-bl-3xl {
        border-bottom-left-radius: 1.5rem;
    }

    .desktop_large\:rounded-bl-full {
        border-bottom-left-radius: 9999px;
    }

    .desktop_large\:rounded-bl-btn {
        border-bottom-left-radius: 31px;
    }

    .desktop_large\:rounded-bl-10p {
        border-bottom-left-radius: 10px;
    }

    .desktop_large\:border-0 {
        border-width: 0px;
    }

    .desktop_large\:border-2 {
        border-width: 2px;
    }

    .desktop_large\:border-4 {
        border-width: 4px;
    }

    .desktop_large\:border-8 {
        border-width: 8px;
    }

    .desktop_large\:border {
        border-width: 1px;
    }

    .desktop_large\:border-t-0 {
        border-top-width: 0px;
    }

    .desktop_large\:border-t-2 {
        border-top-width: 2px;
    }

    .desktop_large\:border-t-4 {
        border-top-width: 4px;
    }

    .desktop_large\:border-t-8 {
        border-top-width: 8px;
    }

    .desktop_large\:border-t {
        border-top-width: 1px;
    }

    .desktop_large\:border-r-0 {
        border-right-width: 0px;
    }

    .desktop_large\:border-r-2 {
        border-right-width: 2px;
    }

    .desktop_large\:border-r-4 {
        border-right-width: 4px;
    }

    .desktop_large\:border-r-8 {
        border-right-width: 8px;
    }

    .desktop_large\:border-r {
        border-right-width: 1px;
    }

    .desktop_large\:border-b-0 {
        border-bottom-width: 0px;
    }

    .desktop_large\:border-b-2 {
        border-bottom-width: 2px;
    }

    .desktop_large\:border-b-4 {
        border-bottom-width: 4px;
    }

    .desktop_large\:border-b-8 {
        border-bottom-width: 8px;
    }

    .desktop_large\:border-b {
        border-bottom-width: 1px;
    }

    .desktop_large\:border-l-0 {
        border-left-width: 0px;
    }

    .desktop_large\:border-l-2 {
        border-left-width: 2px;
    }

    .desktop_large\:border-l-4 {
        border-left-width: 4px;
    }

    .desktop_large\:border-l-8 {
        border-left-width: 8px;
    }

    .desktop_large\:border-l {
        border-left-width: 1px;
    }

    .desktop_large\:border-solid {
        border-style: solid;
    }

    .desktop_large\:border-dashed {
        border-style: dashed;
    }

    .desktop_large\:border-dotted {
        border-style: dotted;
    }

    .desktop_large\:border-double {
        border-style: double;
    }

    .desktop_large\:border-none {
        border-style: none;
    }

    .desktop_large\:border-transparent {
        border-color: transparent;
    }

    .desktop_large\:border-current {
        border-color: currentColor;
    }

    .desktop_large\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .desktop_large\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .desktop_large\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .desktop_large\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .desktop_large\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .desktop_large\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .desktop_large\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .desktop_large\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .desktop_large\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .desktop_large\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .desktop_large\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .desktop_large\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .desktop_large\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .desktop_large\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .desktop_large\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .desktop_large\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .desktop_large\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .desktop_large\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .desktop_large\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .desktop_large\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .desktop_large\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .desktop_large\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .desktop_large\:border-yellow {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .desktop_large\:border-green {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .desktop_large\:border-blue {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .desktop_large\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .desktop_large\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .desktop_large\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .desktop_large\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .desktop_large\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .desktop_large\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .desktop_large\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .desktop_large\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .desktop_large\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .desktop_large\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .desktop_large\:border-purple {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .desktop_large\:border-pink {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .desktop_large\:border-primary {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .desktop_large\:border-secondary {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .desktop_large\:border-body_bg {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .desktop_large\:border-body_text {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .desktop_large\:border-title {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .desktop_large\:border-grey {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .desktop_large\:border-dark_grey {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .desktop_large\:border-light_grey {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .desktop_large\:border-medium_grey {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .desktop_large\:border-lightten_grey {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .desktop_large\:border-grey_300 {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .desktop_large\:border-grey_400 {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .desktop_large\:border-medium_blue {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .desktop_large\:border-dark_blue {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .desktop_large\:border-text_blue {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .desktop_large\:border-footer_bg {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .desktop_large\:border-brown {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .desktop_large\:border-dark_brown {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .desktop_large\:border-Light_purple {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .desktop_large\:border-dark_green {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .desktop_large\:border-medium_green {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .desktop_large\:border-light_green {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .desktop_large\:border-green_900 {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .desktop_large\:border-dark_border {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-transparent {
        border-color: transparent;
    }

    .group:hover .desktop_large\:group-hover\:border-current {
        border-color: currentColor;
    }

    .group:hover .desktop_large\:group-hover\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-yellow {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-green {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-blue {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-purple {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-pink {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-primary {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-secondary {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-body_bg {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-body_text {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-title {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-grey {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-dark_grey {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-light_grey {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-medium_grey {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-lightten_grey {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-grey_300 {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-grey_400 {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-medium_blue {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-dark_blue {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-text_blue {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-footer_bg {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-brown {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-dark_brown {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-Light_purple {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-dark_green {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-medium_green {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-light_green {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-green_900 {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .group:hover .desktop_large\:group-hover\:border-dark_border {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-transparent:focus-within {
        border-color: transparent;
    }

    .desktop_large\:focus-within\:border-current:focus-within {
        border-color: currentColor;
    }

    .desktop_large\:focus-within\:border-black:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-white:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-gray-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-gray-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-gray-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-gray-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-gray-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-gray-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-gray-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-gray-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-gray-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-gray-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-red-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-red-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-red-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-red-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-red-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-red-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-red-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-red-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-red-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-red-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-yellow:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-indigo-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-indigo-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-indigo-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-indigo-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-indigo-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-indigo-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-indigo-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-indigo-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-indigo-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-indigo-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-purple:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-pink:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-primary:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-secondary:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-body_bg:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-body_text:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-title:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-dark_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-light_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-medium_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-lightten_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-grey_300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-grey_400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-medium_blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-dark_blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-text_blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-footer_bg:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-brown:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-dark_brown:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-Light_purple:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-dark_green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-medium_green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-light_green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-green_900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .desktop_large\:focus-within\:border-dark_border:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-transparent:hover {
        border-color: transparent;
    }

    .desktop_large\:hover\:border-current:hover {
        border-color: currentColor;
    }

    .desktop_large\:hover\:border-black:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-white:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-gray-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-gray-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-gray-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-gray-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-gray-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-gray-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-gray-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-gray-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-gray-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-gray-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-red-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-red-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-red-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-red-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-red-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-red-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-red-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-red-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-red-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-red-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-yellow:hover {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-indigo-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-indigo-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-indigo-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-indigo-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-indigo-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-indigo-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-indigo-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-indigo-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-indigo-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-indigo-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-purple:hover {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-pink:hover {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-primary:hover {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-secondary:hover {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-body_bg:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-body_text:hover {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-title:hover {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-dark_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-light_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-medium_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-lightten_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-grey_300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-grey_400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-medium_blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-dark_blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-text_blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-footer_bg:hover {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-brown:hover {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-dark_brown:hover {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-Light_purple:hover {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-dark_green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-medium_green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-light_green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-green_900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .desktop_large\:hover\:border-dark_border:hover {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-transparent:focus {
        border-color: transparent;
    }

    .desktop_large\:focus\:border-current:focus {
        border-color: currentColor;
    }

    .desktop_large\:focus\:border-black:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-white:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-gray-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-gray-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-gray-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-gray-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-gray-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-gray-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-gray-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-gray-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-gray-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-gray-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-red-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-red-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-red-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-red-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-red-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-red-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-red-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-red-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-red-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-red-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-yellow:focus {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-indigo-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-indigo-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-indigo-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-indigo-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-indigo-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-indigo-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-indigo-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-indigo-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-indigo-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-indigo-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-purple:focus {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-pink:focus {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-primary:focus {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-secondary:focus {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-body_bg:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-body_text:focus {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-title:focus {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-dark_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-light_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-medium_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-lightten_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-grey_300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-grey_400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-medium_blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-dark_blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-text_blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-footer_bg:focus {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-brown:focus {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-dark_brown:focus {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-Light_purple:focus {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-dark_green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-medium_green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-light_green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-green_900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .desktop_large\:focus\:border-dark_border:focus {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .desktop_large\:border-opacity-0 {
        --tw-border-opacity: 0;
    }

    .desktop_large\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }

    .desktop_large\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }

    .desktop_large\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }

    .desktop_large\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }

    .desktop_large\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }

    .desktop_large\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }

    .desktop_large\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }

    .desktop_large\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }

    .desktop_large\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }

    .desktop_large\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }

    .desktop_large\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }

    .desktop_large\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }

    .desktop_large\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }

    .desktop_large\:border-opacity-100 {
        --tw-border-opacity: 1;
    }

    .group:hover .desktop_large\:group-hover\:border-opacity-0 {
        --tw-border-opacity: 0;
    }

    .group:hover .desktop_large\:group-hover\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }

    .group:hover .desktop_large\:group-hover\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }

    .group:hover .desktop_large\:group-hover\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }

    .group:hover .desktop_large\:group-hover\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }

    .group:hover .desktop_large\:group-hover\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }

    .group:hover .desktop_large\:group-hover\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }

    .group:hover .desktop_large\:group-hover\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }

    .group:hover .desktop_large\:group-hover\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }

    .group:hover .desktop_large\:group-hover\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }

    .group:hover .desktop_large\:group-hover\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }

    .group:hover .desktop_large\:group-hover\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }

    .group:hover .desktop_large\:group-hover\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }

    .group:hover .desktop_large\:group-hover\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }

    .group:hover .desktop_large\:group-hover\:border-opacity-100 {
        --tw-border-opacity: 1;
    }

    .desktop_large\:focus-within\:border-opacity-0:focus-within {
        --tw-border-opacity: 0;
    }

    .desktop_large\:focus-within\:border-opacity-5:focus-within {
        --tw-border-opacity: 0.05;
    }

    .desktop_large\:focus-within\:border-opacity-10:focus-within {
        --tw-border-opacity: 0.1;
    }

    .desktop_large\:focus-within\:border-opacity-20:focus-within {
        --tw-border-opacity: 0.2;
    }

    .desktop_large\:focus-within\:border-opacity-25:focus-within {
        --tw-border-opacity: 0.25;
    }

    .desktop_large\:focus-within\:border-opacity-30:focus-within {
        --tw-border-opacity: 0.3;
    }

    .desktop_large\:focus-within\:border-opacity-40:focus-within {
        --tw-border-opacity: 0.4;
    }

    .desktop_large\:focus-within\:border-opacity-50:focus-within {
        --tw-border-opacity: 0.5;
    }

    .desktop_large\:focus-within\:border-opacity-60:focus-within {
        --tw-border-opacity: 0.6;
    }

    .desktop_large\:focus-within\:border-opacity-70:focus-within {
        --tw-border-opacity: 0.7;
    }

    .desktop_large\:focus-within\:border-opacity-75:focus-within {
        --tw-border-opacity: 0.75;
    }

    .desktop_large\:focus-within\:border-opacity-80:focus-within {
        --tw-border-opacity: 0.8;
    }

    .desktop_large\:focus-within\:border-opacity-90:focus-within {
        --tw-border-opacity: 0.9;
    }

    .desktop_large\:focus-within\:border-opacity-95:focus-within {
        --tw-border-opacity: 0.95;
    }

    .desktop_large\:focus-within\:border-opacity-100:focus-within {
        --tw-border-opacity: 1;
    }

    .desktop_large\:hover\:border-opacity-0:hover {
        --tw-border-opacity: 0;
    }

    .desktop_large\:hover\:border-opacity-5:hover {
        --tw-border-opacity: 0.05;
    }

    .desktop_large\:hover\:border-opacity-10:hover {
        --tw-border-opacity: 0.1;
    }

    .desktop_large\:hover\:border-opacity-20:hover {
        --tw-border-opacity: 0.2;
    }

    .desktop_large\:hover\:border-opacity-25:hover {
        --tw-border-opacity: 0.25;
    }

    .desktop_large\:hover\:border-opacity-30:hover {
        --tw-border-opacity: 0.3;
    }

    .desktop_large\:hover\:border-opacity-40:hover {
        --tw-border-opacity: 0.4;
    }

    .desktop_large\:hover\:border-opacity-50:hover {
        --tw-border-opacity: 0.5;
    }

    .desktop_large\:hover\:border-opacity-60:hover {
        --tw-border-opacity: 0.6;
    }

    .desktop_large\:hover\:border-opacity-70:hover {
        --tw-border-opacity: 0.7;
    }

    .desktop_large\:hover\:border-opacity-75:hover {
        --tw-border-opacity: 0.75;
    }

    .desktop_large\:hover\:border-opacity-80:hover {
        --tw-border-opacity: 0.8;
    }

    .desktop_large\:hover\:border-opacity-90:hover {
        --tw-border-opacity: 0.9;
    }

    .desktop_large\:hover\:border-opacity-95:hover {
        --tw-border-opacity: 0.95;
    }

    .desktop_large\:hover\:border-opacity-100:hover {
        --tw-border-opacity: 1;
    }

    .desktop_large\:focus\:border-opacity-0:focus {
        --tw-border-opacity: 0;
    }

    .desktop_large\:focus\:border-opacity-5:focus {
        --tw-border-opacity: 0.05;
    }

    .desktop_large\:focus\:border-opacity-10:focus {
        --tw-border-opacity: 0.1;
    }

    .desktop_large\:focus\:border-opacity-20:focus {
        --tw-border-opacity: 0.2;
    }

    .desktop_large\:focus\:border-opacity-25:focus {
        --tw-border-opacity: 0.25;
    }

    .desktop_large\:focus\:border-opacity-30:focus {
        --tw-border-opacity: 0.3;
    }

    .desktop_large\:focus\:border-opacity-40:focus {
        --tw-border-opacity: 0.4;
    }

    .desktop_large\:focus\:border-opacity-50:focus {
        --tw-border-opacity: 0.5;
    }

    .desktop_large\:focus\:border-opacity-60:focus {
        --tw-border-opacity: 0.6;
    }

    .desktop_large\:focus\:border-opacity-70:focus {
        --tw-border-opacity: 0.7;
    }

    .desktop_large\:focus\:border-opacity-75:focus {
        --tw-border-opacity: 0.75;
    }

    .desktop_large\:focus\:border-opacity-80:focus {
        --tw-border-opacity: 0.8;
    }

    .desktop_large\:focus\:border-opacity-90:focus {
        --tw-border-opacity: 0.9;
    }

    .desktop_large\:focus\:border-opacity-95:focus {
        --tw-border-opacity: 0.95;
    }

    .desktop_large\:focus\:border-opacity-100:focus {
        --tw-border-opacity: 1;
    }

    .desktop_large\:bg-transparent {
        background-color: transparent;
    }

    .desktop_large\:bg-current {
        background-color: currentColor;
    }

    .desktop_large\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-yellow {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-green {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-blue {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-purple {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-pink {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-primary {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-secondary {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-body_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-body_text {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-title {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-grey {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-dark_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-light_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-medium_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-lightten_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-grey_300 {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-grey_400 {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-medium_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-dark_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-text_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-footer_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-brown {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-dark_brown {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-Light_purple {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-dark_green {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-medium_green {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-light_green {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-green_900 {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-dark_border {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-transparent {
        background-color: transparent;
    }

    .group:hover .desktop_large\:group-hover\:bg-current {
        background-color: currentColor;
    }

    .group:hover .desktop_large\:group-hover\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-yellow {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-green {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-blue {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-purple {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-pink {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-primary {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-secondary {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-body_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-body_text {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-title {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-grey {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-dark_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-light_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-medium_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-lightten_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-grey_300 {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-grey_400 {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-medium_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-dark_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-text_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-footer_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-brown {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-dark_brown {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-Light_purple {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-dark_green {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-medium_green {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-light_green {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-green_900 {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .group:hover .desktop_large\:group-hover\:bg-dark_border {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-transparent:focus-within {
        background-color: transparent;
    }

    .desktop_large\:focus-within\:bg-current:focus-within {
        background-color: currentColor;
    }

    .desktop_large\:focus-within\:bg-black:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-white:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-gray-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-gray-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-gray-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-gray-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-gray-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-gray-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-gray-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-gray-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-gray-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-gray-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-red-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-red-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-red-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-red-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-red-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-red-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-red-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-red-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-red-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-red-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-yellow:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-indigo-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-indigo-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-indigo-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-indigo-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-indigo-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-indigo-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-indigo-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-indigo-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-indigo-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-indigo-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-purple:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-pink:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-primary:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-secondary:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-body_bg:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-body_text:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-title:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-dark_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-light_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-medium_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-lightten_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-grey_300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-grey_400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-medium_blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-dark_blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-text_blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-footer_bg:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-brown:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-dark_brown:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-Light_purple:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-dark_green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-medium_green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-light_green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-green_900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .desktop_large\:focus-within\:bg-dark_border:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-transparent:hover {
        background-color: transparent;
    }

    .desktop_large\:hover\:bg-current:hover {
        background-color: currentColor;
    }

    .desktop_large\:hover\:bg-black:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-white:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-gray-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-gray-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-gray-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-gray-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-gray-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-gray-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-gray-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-gray-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-gray-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-gray-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-red-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-red-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-red-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-red-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-red-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-red-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-red-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-red-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-red-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-red-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-yellow:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-indigo-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-indigo-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-indigo-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-indigo-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-indigo-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-indigo-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-indigo-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-indigo-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-indigo-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-indigo-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-purple:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-pink:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-primary:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-secondary:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-body_bg:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-body_text:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-title:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-dark_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-light_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-medium_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-lightten_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-grey_300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-grey_400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-medium_blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-dark_blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-text_blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-footer_bg:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-brown:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-dark_brown:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-Light_purple:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-dark_green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-medium_green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-light_green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-green_900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .desktop_large\:hover\:bg-dark_border:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-transparent:focus {
        background-color: transparent;
    }

    .desktop_large\:focus\:bg-current:focus {
        background-color: currentColor;
    }

    .desktop_large\:focus\:bg-black:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-white:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-gray-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-gray-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-gray-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-gray-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-gray-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-gray-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-gray-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-gray-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-gray-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-gray-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-red-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-red-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-red-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-red-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-red-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-red-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-red-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-red-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-red-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-red-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-yellow:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-indigo-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-indigo-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-indigo-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-indigo-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-indigo-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-indigo-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-indigo-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-indigo-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-indigo-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-indigo-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-purple:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-pink:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-primary:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-secondary:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-body_bg:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-body_text:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-title:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-dark_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-light_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-medium_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-lightten_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-grey_300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-grey_400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-medium_blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-dark_blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-text_blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-footer_bg:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-brown:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-dark_brown:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-Light_purple:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-dark_green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-medium_green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-light_green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-green_900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .desktop_large\:focus\:bg-dark_border:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .desktop_large\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }

    .desktop_large\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }

    .desktop_large\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }

    .desktop_large\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }

    .desktop_large\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }

    .desktop_large\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }

    .desktop_large\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }

    .desktop_large\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }

    .desktop_large\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }

    .desktop_large\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }

    .desktop_large\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }

    .desktop_large\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }

    .desktop_large\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }

    .desktop_large\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }

    .desktop_large\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }

    .group:hover .desktop_large\:group-hover\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }

    .group:hover .desktop_large\:group-hover\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }

    .group:hover .desktop_large\:group-hover\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }

    .group:hover .desktop_large\:group-hover\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }

    .group:hover .desktop_large\:group-hover\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }

    .group:hover .desktop_large\:group-hover\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }

    .group:hover .desktop_large\:group-hover\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }

    .group:hover .desktop_large\:group-hover\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }

    .group:hover .desktop_large\:group-hover\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }

    .group:hover .desktop_large\:group-hover\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }

    .group:hover .desktop_large\:group-hover\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }

    .group:hover .desktop_large\:group-hover\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }

    .group:hover .desktop_large\:group-hover\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }

    .group:hover .desktop_large\:group-hover\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }

    .group:hover .desktop_large\:group-hover\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }

    .desktop_large\:focus-within\:bg-opacity-0:focus-within {
        --tw-bg-opacity: 0;
    }

    .desktop_large\:focus-within\:bg-opacity-5:focus-within {
        --tw-bg-opacity: 0.05;
    }

    .desktop_large\:focus-within\:bg-opacity-10:focus-within {
        --tw-bg-opacity: 0.1;
    }

    .desktop_large\:focus-within\:bg-opacity-20:focus-within {
        --tw-bg-opacity: 0.2;
    }

    .desktop_large\:focus-within\:bg-opacity-25:focus-within {
        --tw-bg-opacity: 0.25;
    }

    .desktop_large\:focus-within\:bg-opacity-30:focus-within {
        --tw-bg-opacity: 0.3;
    }

    .desktop_large\:focus-within\:bg-opacity-40:focus-within {
        --tw-bg-opacity: 0.4;
    }

    .desktop_large\:focus-within\:bg-opacity-50:focus-within {
        --tw-bg-opacity: 0.5;
    }

    .desktop_large\:focus-within\:bg-opacity-60:focus-within {
        --tw-bg-opacity: 0.6;
    }

    .desktop_large\:focus-within\:bg-opacity-70:focus-within {
        --tw-bg-opacity: 0.7;
    }

    .desktop_large\:focus-within\:bg-opacity-75:focus-within {
        --tw-bg-opacity: 0.75;
    }

    .desktop_large\:focus-within\:bg-opacity-80:focus-within {
        --tw-bg-opacity: 0.8;
    }

    .desktop_large\:focus-within\:bg-opacity-90:focus-within {
        --tw-bg-opacity: 0.9;
    }

    .desktop_large\:focus-within\:bg-opacity-95:focus-within {
        --tw-bg-opacity: 0.95;
    }

    .desktop_large\:focus-within\:bg-opacity-100:focus-within {
        --tw-bg-opacity: 1;
    }

    .desktop_large\:hover\:bg-opacity-0:hover {
        --tw-bg-opacity: 0;
    }

    .desktop_large\:hover\:bg-opacity-5:hover {
        --tw-bg-opacity: 0.05;
    }

    .desktop_large\:hover\:bg-opacity-10:hover {
        --tw-bg-opacity: 0.1;
    }

    .desktop_large\:hover\:bg-opacity-20:hover {
        --tw-bg-opacity: 0.2;
    }

    .desktop_large\:hover\:bg-opacity-25:hover {
        --tw-bg-opacity: 0.25;
    }

    .desktop_large\:hover\:bg-opacity-30:hover {
        --tw-bg-opacity: 0.3;
    }

    .desktop_large\:hover\:bg-opacity-40:hover {
        --tw-bg-opacity: 0.4;
    }

    .desktop_large\:hover\:bg-opacity-50:hover {
        --tw-bg-opacity: 0.5;
    }

    .desktop_large\:hover\:bg-opacity-60:hover {
        --tw-bg-opacity: 0.6;
    }

    .desktop_large\:hover\:bg-opacity-70:hover {
        --tw-bg-opacity: 0.7;
    }

    .desktop_large\:hover\:bg-opacity-75:hover {
        --tw-bg-opacity: 0.75;
    }

    .desktop_large\:hover\:bg-opacity-80:hover {
        --tw-bg-opacity: 0.8;
    }

    .desktop_large\:hover\:bg-opacity-90:hover {
        --tw-bg-opacity: 0.9;
    }

    .desktop_large\:hover\:bg-opacity-95:hover {
        --tw-bg-opacity: 0.95;
    }

    .desktop_large\:hover\:bg-opacity-100:hover {
        --tw-bg-opacity: 1;
    }

    .desktop_large\:focus\:bg-opacity-0:focus {
        --tw-bg-opacity: 0;
    }

    .desktop_large\:focus\:bg-opacity-5:focus {
        --tw-bg-opacity: 0.05;
    }

    .desktop_large\:focus\:bg-opacity-10:focus {
        --tw-bg-opacity: 0.1;
    }

    .desktop_large\:focus\:bg-opacity-20:focus {
        --tw-bg-opacity: 0.2;
    }

    .desktop_large\:focus\:bg-opacity-25:focus {
        --tw-bg-opacity: 0.25;
    }

    .desktop_large\:focus\:bg-opacity-30:focus {
        --tw-bg-opacity: 0.3;
    }

    .desktop_large\:focus\:bg-opacity-40:focus {
        --tw-bg-opacity: 0.4;
    }

    .desktop_large\:focus\:bg-opacity-50:focus {
        --tw-bg-opacity: 0.5;
    }

    .desktop_large\:focus\:bg-opacity-60:focus {
        --tw-bg-opacity: 0.6;
    }

    .desktop_large\:focus\:bg-opacity-70:focus {
        --tw-bg-opacity: 0.7;
    }

    .desktop_large\:focus\:bg-opacity-75:focus {
        --tw-bg-opacity: 0.75;
    }

    .desktop_large\:focus\:bg-opacity-80:focus {
        --tw-bg-opacity: 0.8;
    }

    .desktop_large\:focus\:bg-opacity-90:focus {
        --tw-bg-opacity: 0.9;
    }

    .desktop_large\:focus\:bg-opacity-95:focus {
        --tw-bg-opacity: 0.95;
    }

    .desktop_large\:focus\:bg-opacity-100:focus {
        --tw-bg-opacity: 1;
    }

    .desktop_large\:bg-none {
        background-image: none;
    }

    .desktop_large\:bg-gradient-to-t {
        background-image: linear-gradient(to top, var(--tw-gradient-stops));
    }

    .desktop_large\:bg-gradient-to-tr {
        background-image: linear-gradient(to top right, var(--tw-gradient-stops));
    }

    .desktop_large\:bg-gradient-to-r {
        background-image: linear-gradient(to right, var(--tw-gradient-stops));
    }

    .desktop_large\:bg-gradient-to-br {
        background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
    }

    .desktop_large\:bg-gradient-to-b {
        background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    }

    .desktop_large\:bg-gradient-to-bl {
        background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
    }

    .desktop_large\:bg-gradient-to-l {
        background-image: linear-gradient(to left, var(--tw-gradient-stops));
    }

    .desktop_large\:bg-gradient-to-tl {
        background-image: linear-gradient(to top left, var(--tw-gradient-stops));
    }

    .desktop_large\:from-transparent {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop_large\:from-current {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_large\:from-black {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop_large\:from-white {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_large\:from-gray-50 {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .desktop_large\:from-gray-100 {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .desktop_large\:from-gray-200 {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .desktop_large\:from-gray-300 {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .desktop_large\:from-gray-400 {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .desktop_large\:from-gray-500 {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .desktop_large\:from-gray-600 {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .desktop_large\:from-gray-700 {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .desktop_large\:from-gray-800 {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .desktop_large\:from-gray-900 {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .desktop_large\:from-red-50 {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .desktop_large\:from-red-100 {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .desktop_large\:from-red-200 {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .desktop_large\:from-red-300 {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .desktop_large\:from-red-400 {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .desktop_large\:from-red-500 {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .desktop_large\:from-red-600 {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .desktop_large\:from-red-700 {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .desktop_large\:from-red-800 {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .desktop_large\:from-red-900 {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .desktop_large\:from-yellow {
        --tw-gradient-from: #ed9143;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .desktop_large\:from-green {
        --tw-gradient-from: #7bbc00;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .desktop_large\:from-blue {
        --tw-gradient-from: #5ba4dc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .desktop_large\:from-indigo-50 {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .desktop_large\:from-indigo-100 {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .desktop_large\:from-indigo-200 {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .desktop_large\:from-indigo-300 {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .desktop_large\:from-indigo-400 {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .desktop_large\:from-indigo-500 {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .desktop_large\:from-indigo-600 {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .desktop_large\:from-indigo-700 {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .desktop_large\:from-indigo-800 {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .desktop_large\:from-indigo-900 {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .desktop_large\:from-purple {
        --tw-gradient-from: #6847c3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .desktop_large\:from-pink {
        --tw-gradient-from: #850737;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .desktop_large\:from-primary {
        --tw-gradient-from: #6E6E6E;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .desktop_large\:from-secondary {
        --tw-gradient-from: #ededed;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .desktop_large\:from-body_bg {
        --tw-gradient-from: #ffffff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_large\:from-body_text {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop_large\:from-title {
        --tw-gradient-from: #3fb2cf;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop_large\:from-grey {
        --tw-gradient-from: #524A51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .desktop_large\:from-dark_grey {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop_large\:from-light_grey {
        --tw-gradient-from: #B7B7B7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop_large\:from-medium_grey {
        --tw-gradient-from: #575156;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .desktop_large\:from-lightten_grey {
        --tw-gradient-from: #C6C6C6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .desktop_large\:from-grey_300 {
        --tw-gradient-from: #d3d3d3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .desktop_large\:from-grey_400 {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop_large\:from-medium_blue {
        --tw-gradient-from: #45cdfc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .desktop_large\:from-dark_blue {
        --tw-gradient-from: #0080ac;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .desktop_large\:from-text_blue {
        --tw-gradient-from: #3FB2CF;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop_large\:from-footer_bg {
        --tw-gradient-from: #464646;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .desktop_large\:from-brown {
        --tw-gradient-from: #805300;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .desktop_large\:from-dark_brown {
        --tw-gradient-from: #874433;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .desktop_large\:from-Light_purple {
        --tw-gradient-from: #65479b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .desktop_large\:from-dark_green {
        --tw-gradient-from: #479b51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .desktop_large\:from-medium_green {
        --tw-gradient-from: #3aac2b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .desktop_large\:from-light_green {
        --tw-gradient-from: #9acb3e;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .desktop_large\:from-green_900 {
        --tw-gradient-from: #396676;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .desktop_large\:from-dark_border {
        --tw-gradient-from: #707070;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .desktop_large\:hover\:from-transparent:hover {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop_large\:hover\:from-current:hover {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_large\:hover\:from-black:hover {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop_large\:hover\:from-white:hover {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_large\:hover\:from-gray-50:hover {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .desktop_large\:hover\:from-gray-100:hover {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .desktop_large\:hover\:from-gray-200:hover {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .desktop_large\:hover\:from-gray-300:hover {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .desktop_large\:hover\:from-gray-400:hover {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .desktop_large\:hover\:from-gray-500:hover {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .desktop_large\:hover\:from-gray-600:hover {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .desktop_large\:hover\:from-gray-700:hover {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .desktop_large\:hover\:from-gray-800:hover {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .desktop_large\:hover\:from-gray-900:hover {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .desktop_large\:hover\:from-red-50:hover {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .desktop_large\:hover\:from-red-100:hover {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .desktop_large\:hover\:from-red-200:hover {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .desktop_large\:hover\:from-red-300:hover {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .desktop_large\:hover\:from-red-400:hover {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .desktop_large\:hover\:from-red-500:hover {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .desktop_large\:hover\:from-red-600:hover {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .desktop_large\:hover\:from-red-700:hover {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .desktop_large\:hover\:from-red-800:hover {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .desktop_large\:hover\:from-red-900:hover {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .desktop_large\:hover\:from-yellow:hover {
        --tw-gradient-from: #ed9143;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .desktop_large\:hover\:from-green:hover {
        --tw-gradient-from: #7bbc00;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .desktop_large\:hover\:from-blue:hover {
        --tw-gradient-from: #5ba4dc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .desktop_large\:hover\:from-indigo-50:hover {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .desktop_large\:hover\:from-indigo-100:hover {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .desktop_large\:hover\:from-indigo-200:hover {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .desktop_large\:hover\:from-indigo-300:hover {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .desktop_large\:hover\:from-indigo-400:hover {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .desktop_large\:hover\:from-indigo-500:hover {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .desktop_large\:hover\:from-indigo-600:hover {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .desktop_large\:hover\:from-indigo-700:hover {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .desktop_large\:hover\:from-indigo-800:hover {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .desktop_large\:hover\:from-indigo-900:hover {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .desktop_large\:hover\:from-purple:hover {
        --tw-gradient-from: #6847c3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .desktop_large\:hover\:from-pink:hover {
        --tw-gradient-from: #850737;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .desktop_large\:hover\:from-primary:hover {
        --tw-gradient-from: #6E6E6E;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .desktop_large\:hover\:from-secondary:hover {
        --tw-gradient-from: #ededed;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .desktop_large\:hover\:from-body_bg:hover {
        --tw-gradient-from: #ffffff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_large\:hover\:from-body_text:hover {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop_large\:hover\:from-title:hover {
        --tw-gradient-from: #3fb2cf;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop_large\:hover\:from-grey:hover {
        --tw-gradient-from: #524A51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .desktop_large\:hover\:from-dark_grey:hover {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop_large\:hover\:from-light_grey:hover {
        --tw-gradient-from: #B7B7B7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop_large\:hover\:from-medium_grey:hover {
        --tw-gradient-from: #575156;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .desktop_large\:hover\:from-lightten_grey:hover {
        --tw-gradient-from: #C6C6C6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .desktop_large\:hover\:from-grey_300:hover {
        --tw-gradient-from: #d3d3d3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .desktop_large\:hover\:from-grey_400:hover {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop_large\:hover\:from-medium_blue:hover {
        --tw-gradient-from: #45cdfc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .desktop_large\:hover\:from-dark_blue:hover {
        --tw-gradient-from: #0080ac;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .desktop_large\:hover\:from-text_blue:hover {
        --tw-gradient-from: #3FB2CF;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop_large\:hover\:from-footer_bg:hover {
        --tw-gradient-from: #464646;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .desktop_large\:hover\:from-brown:hover {
        --tw-gradient-from: #805300;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .desktop_large\:hover\:from-dark_brown:hover {
        --tw-gradient-from: #874433;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .desktop_large\:hover\:from-Light_purple:hover {
        --tw-gradient-from: #65479b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .desktop_large\:hover\:from-dark_green:hover {
        --tw-gradient-from: #479b51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .desktop_large\:hover\:from-medium_green:hover {
        --tw-gradient-from: #3aac2b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .desktop_large\:hover\:from-light_green:hover {
        --tw-gradient-from: #9acb3e;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .desktop_large\:hover\:from-green_900:hover {
        --tw-gradient-from: #396676;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .desktop_large\:hover\:from-dark_border:hover {
        --tw-gradient-from: #707070;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .desktop_large\:focus\:from-transparent:focus {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop_large\:focus\:from-current:focus {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_large\:focus\:from-black:focus {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop_large\:focus\:from-white:focus {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_large\:focus\:from-gray-50:focus {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .desktop_large\:focus\:from-gray-100:focus {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .desktop_large\:focus\:from-gray-200:focus {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .desktop_large\:focus\:from-gray-300:focus {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .desktop_large\:focus\:from-gray-400:focus {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .desktop_large\:focus\:from-gray-500:focus {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .desktop_large\:focus\:from-gray-600:focus {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .desktop_large\:focus\:from-gray-700:focus {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .desktop_large\:focus\:from-gray-800:focus {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .desktop_large\:focus\:from-gray-900:focus {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .desktop_large\:focus\:from-red-50:focus {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .desktop_large\:focus\:from-red-100:focus {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .desktop_large\:focus\:from-red-200:focus {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .desktop_large\:focus\:from-red-300:focus {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .desktop_large\:focus\:from-red-400:focus {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .desktop_large\:focus\:from-red-500:focus {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .desktop_large\:focus\:from-red-600:focus {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .desktop_large\:focus\:from-red-700:focus {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .desktop_large\:focus\:from-red-800:focus {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .desktop_large\:focus\:from-red-900:focus {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .desktop_large\:focus\:from-yellow:focus {
        --tw-gradient-from: #ed9143;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .desktop_large\:focus\:from-green:focus {
        --tw-gradient-from: #7bbc00;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .desktop_large\:focus\:from-blue:focus {
        --tw-gradient-from: #5ba4dc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .desktop_large\:focus\:from-indigo-50:focus {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .desktop_large\:focus\:from-indigo-100:focus {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .desktop_large\:focus\:from-indigo-200:focus {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .desktop_large\:focus\:from-indigo-300:focus {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .desktop_large\:focus\:from-indigo-400:focus {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .desktop_large\:focus\:from-indigo-500:focus {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .desktop_large\:focus\:from-indigo-600:focus {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .desktop_large\:focus\:from-indigo-700:focus {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .desktop_large\:focus\:from-indigo-800:focus {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .desktop_large\:focus\:from-indigo-900:focus {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .desktop_large\:focus\:from-purple:focus {
        --tw-gradient-from: #6847c3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .desktop_large\:focus\:from-pink:focus {
        --tw-gradient-from: #850737;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .desktop_large\:focus\:from-primary:focus {
        --tw-gradient-from: #6E6E6E;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .desktop_large\:focus\:from-secondary:focus {
        --tw-gradient-from: #ededed;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .desktop_large\:focus\:from-body_bg:focus {
        --tw-gradient-from: #ffffff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_large\:focus\:from-body_text:focus {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop_large\:focus\:from-title:focus {
        --tw-gradient-from: #3fb2cf;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop_large\:focus\:from-grey:focus {
        --tw-gradient-from: #524A51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .desktop_large\:focus\:from-dark_grey:focus {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop_large\:focus\:from-light_grey:focus {
        --tw-gradient-from: #B7B7B7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop_large\:focus\:from-medium_grey:focus {
        --tw-gradient-from: #575156;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .desktop_large\:focus\:from-lightten_grey:focus {
        --tw-gradient-from: #C6C6C6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .desktop_large\:focus\:from-grey_300:focus {
        --tw-gradient-from: #d3d3d3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .desktop_large\:focus\:from-grey_400:focus {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop_large\:focus\:from-medium_blue:focus {
        --tw-gradient-from: #45cdfc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .desktop_large\:focus\:from-dark_blue:focus {
        --tw-gradient-from: #0080ac;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .desktop_large\:focus\:from-text_blue:focus {
        --tw-gradient-from: #3FB2CF;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop_large\:focus\:from-footer_bg:focus {
        --tw-gradient-from: #464646;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .desktop_large\:focus\:from-brown:focus {
        --tw-gradient-from: #805300;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .desktop_large\:focus\:from-dark_brown:focus {
        --tw-gradient-from: #874433;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .desktop_large\:focus\:from-Light_purple:focus {
        --tw-gradient-from: #65479b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .desktop_large\:focus\:from-dark_green:focus {
        --tw-gradient-from: #479b51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .desktop_large\:focus\:from-medium_green:focus {
        --tw-gradient-from: #3aac2b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .desktop_large\:focus\:from-light_green:focus {
        --tw-gradient-from: #9acb3e;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .desktop_large\:focus\:from-green_900:focus {
        --tw-gradient-from: #396676;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .desktop_large\:focus\:from-dark_border:focus {
        --tw-gradient-from: #707070;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .desktop_large\:via-transparent {
        --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop_large\:via-current {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_large\:via-black {
        --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop_large\:via-white {
        --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_large\:via-gray-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .desktop_large\:via-gray-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .desktop_large\:via-gray-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .desktop_large\:via-gray-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .desktop_large\:via-gray-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .desktop_large\:via-gray-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .desktop_large\:via-gray-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .desktop_large\:via-gray-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .desktop_large\:via-gray-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .desktop_large\:via-gray-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .desktop_large\:via-red-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .desktop_large\:via-red-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .desktop_large\:via-red-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .desktop_large\:via-red-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .desktop_large\:via-red-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .desktop_large\:via-red-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .desktop_large\:via-red-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .desktop_large\:via-red-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .desktop_large\:via-red-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .desktop_large\:via-red-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .desktop_large\:via-yellow {
        --tw-gradient-stops: var(--tw-gradient-from), #ed9143, var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .desktop_large\:via-green {
        --tw-gradient-stops: var(--tw-gradient-from), #7bbc00, var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .desktop_large\:via-blue {
        --tw-gradient-stops: var(--tw-gradient-from), #5ba4dc, var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .desktop_large\:via-indigo-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .desktop_large\:via-indigo-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .desktop_large\:via-indigo-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .desktop_large\:via-indigo-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .desktop_large\:via-indigo-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .desktop_large\:via-indigo-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .desktop_large\:via-indigo-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .desktop_large\:via-indigo-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .desktop_large\:via-indigo-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .desktop_large\:via-indigo-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .desktop_large\:via-purple {
        --tw-gradient-stops: var(--tw-gradient-from), #6847c3, var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .desktop_large\:via-pink {
        --tw-gradient-stops: var(--tw-gradient-from), #850737, var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .desktop_large\:via-primary {
        --tw-gradient-stops: var(--tw-gradient-from), #6E6E6E, var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .desktop_large\:via-secondary {
        --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .desktop_large\:via-body_bg {
        --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_large\:via-body_text {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop_large\:via-title {
        --tw-gradient-stops: var(--tw-gradient-from), #3fb2cf, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop_large\:via-grey {
        --tw-gradient-stops: var(--tw-gradient-from), #524A51, var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .desktop_large\:via-dark_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop_large\:via-light_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop_large\:via-medium_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #575156, var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .desktop_large\:via-lightten_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #C6C6C6, var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .desktop_large\:via-grey_300 {
        --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .desktop_large\:via-grey_400 {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop_large\:via-medium_blue {
        --tw-gradient-stops: var(--tw-gradient-from), #45cdfc, var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .desktop_large\:via-dark_blue {
        --tw-gradient-stops: var(--tw-gradient-from), #0080ac, var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .desktop_large\:via-text_blue {
        --tw-gradient-stops: var(--tw-gradient-from), #3FB2CF, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop_large\:via-footer_bg {
        --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .desktop_large\:via-brown {
        --tw-gradient-stops: var(--tw-gradient-from), #805300, var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .desktop_large\:via-dark_brown {
        --tw-gradient-stops: var(--tw-gradient-from), #874433, var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .desktop_large\:via-Light_purple {
        --tw-gradient-stops: var(--tw-gradient-from), #65479b, var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .desktop_large\:via-dark_green {
        --tw-gradient-stops: var(--tw-gradient-from), #479b51, var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .desktop_large\:via-medium_green {
        --tw-gradient-stops: var(--tw-gradient-from), #3aac2b, var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .desktop_large\:via-light_green {
        --tw-gradient-stops: var(--tw-gradient-from), #9acb3e, var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .desktop_large\:via-green_900 {
        --tw-gradient-stops: var(--tw-gradient-from), #396676, var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .desktop_large\:via-dark_border {
        --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .desktop_large\:hover\:via-transparent:hover {
        --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop_large\:hover\:via-current:hover {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_large\:hover\:via-black:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop_large\:hover\:via-white:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_large\:hover\:via-gray-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .desktop_large\:hover\:via-gray-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .desktop_large\:hover\:via-gray-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .desktop_large\:hover\:via-gray-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .desktop_large\:hover\:via-gray-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .desktop_large\:hover\:via-gray-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .desktop_large\:hover\:via-gray-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .desktop_large\:hover\:via-gray-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .desktop_large\:hover\:via-gray-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .desktop_large\:hover\:via-gray-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .desktop_large\:hover\:via-red-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .desktop_large\:hover\:via-red-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .desktop_large\:hover\:via-red-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .desktop_large\:hover\:via-red-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .desktop_large\:hover\:via-red-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .desktop_large\:hover\:via-red-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .desktop_large\:hover\:via-red-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .desktop_large\:hover\:via-red-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .desktop_large\:hover\:via-red-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .desktop_large\:hover\:via-red-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .desktop_large\:hover\:via-yellow:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ed9143, var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .desktop_large\:hover\:via-green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7bbc00, var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .desktop_large\:hover\:via-blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #5ba4dc, var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .desktop_large\:hover\:via-indigo-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .desktop_large\:hover\:via-indigo-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .desktop_large\:hover\:via-indigo-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .desktop_large\:hover\:via-indigo-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .desktop_large\:hover\:via-indigo-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .desktop_large\:hover\:via-indigo-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .desktop_large\:hover\:via-indigo-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .desktop_large\:hover\:via-indigo-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .desktop_large\:hover\:via-indigo-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .desktop_large\:hover\:via-indigo-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .desktop_large\:hover\:via-purple:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6847c3, var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .desktop_large\:hover\:via-pink:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #850737, var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .desktop_large\:hover\:via-primary:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6E6E6E, var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .desktop_large\:hover\:via-secondary:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .desktop_large\:hover\:via-body_bg:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_large\:hover\:via-body_text:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop_large\:hover\:via-title:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3fb2cf, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop_large\:hover\:via-grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #524A51, var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .desktop_large\:hover\:via-dark_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop_large\:hover\:via-light_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop_large\:hover\:via-medium_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #575156, var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .desktop_large\:hover\:via-lightten_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #C6C6C6, var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .desktop_large\:hover\:via-grey_300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .desktop_large\:hover\:via-grey_400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop_large\:hover\:via-medium_blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #45cdfc, var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .desktop_large\:hover\:via-dark_blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #0080ac, var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .desktop_large\:hover\:via-text_blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3FB2CF, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop_large\:hover\:via-footer_bg:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .desktop_large\:hover\:via-brown:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #805300, var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .desktop_large\:hover\:via-dark_brown:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #874433, var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .desktop_large\:hover\:via-Light_purple:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #65479b, var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .desktop_large\:hover\:via-dark_green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #479b51, var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .desktop_large\:hover\:via-medium_green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3aac2b, var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .desktop_large\:hover\:via-light_green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9acb3e, var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .desktop_large\:hover\:via-green_900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #396676, var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .desktop_large\:hover\:via-dark_border:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .desktop_large\:focus\:via-transparent:focus {
        --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop_large\:focus\:via-current:focus {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_large\:focus\:via-black:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop_large\:focus\:via-white:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_large\:focus\:via-gray-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .desktop_large\:focus\:via-gray-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .desktop_large\:focus\:via-gray-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .desktop_large\:focus\:via-gray-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .desktop_large\:focus\:via-gray-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .desktop_large\:focus\:via-gray-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .desktop_large\:focus\:via-gray-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .desktop_large\:focus\:via-gray-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .desktop_large\:focus\:via-gray-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .desktop_large\:focus\:via-gray-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .desktop_large\:focus\:via-red-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .desktop_large\:focus\:via-red-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .desktop_large\:focus\:via-red-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .desktop_large\:focus\:via-red-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .desktop_large\:focus\:via-red-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .desktop_large\:focus\:via-red-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .desktop_large\:focus\:via-red-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .desktop_large\:focus\:via-red-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .desktop_large\:focus\:via-red-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .desktop_large\:focus\:via-red-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .desktop_large\:focus\:via-yellow:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ed9143, var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .desktop_large\:focus\:via-green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7bbc00, var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .desktop_large\:focus\:via-blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #5ba4dc, var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .desktop_large\:focus\:via-indigo-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .desktop_large\:focus\:via-indigo-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .desktop_large\:focus\:via-indigo-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .desktop_large\:focus\:via-indigo-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .desktop_large\:focus\:via-indigo-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .desktop_large\:focus\:via-indigo-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .desktop_large\:focus\:via-indigo-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .desktop_large\:focus\:via-indigo-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .desktop_large\:focus\:via-indigo-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .desktop_large\:focus\:via-indigo-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .desktop_large\:focus\:via-purple:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6847c3, var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .desktop_large\:focus\:via-pink:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #850737, var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .desktop_large\:focus\:via-primary:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6E6E6E, var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .desktop_large\:focus\:via-secondary:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .desktop_large\:focus\:via-body_bg:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_large\:focus\:via-body_text:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop_large\:focus\:via-title:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3fb2cf, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop_large\:focus\:via-grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #524A51, var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .desktop_large\:focus\:via-dark_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop_large\:focus\:via-light_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop_large\:focus\:via-medium_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #575156, var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .desktop_large\:focus\:via-lightten_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #C6C6C6, var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .desktop_large\:focus\:via-grey_300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .desktop_large\:focus\:via-grey_400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop_large\:focus\:via-medium_blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #45cdfc, var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .desktop_large\:focus\:via-dark_blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #0080ac, var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .desktop_large\:focus\:via-text_blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3FB2CF, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop_large\:focus\:via-footer_bg:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .desktop_large\:focus\:via-brown:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #805300, var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .desktop_large\:focus\:via-dark_brown:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #874433, var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .desktop_large\:focus\:via-Light_purple:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #65479b, var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .desktop_large\:focus\:via-dark_green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #479b51, var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .desktop_large\:focus\:via-medium_green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3aac2b, var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .desktop_large\:focus\:via-light_green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9acb3e, var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .desktop_large\:focus\:via-green_900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #396676, var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .desktop_large\:focus\:via-dark_border:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .desktop_large\:to-transparent {
        --tw-gradient-to: transparent;
    }

    .desktop_large\:to-current {
        --tw-gradient-to: currentColor;
    }

    .desktop_large\:to-black {
        --tw-gradient-to: #000;
    }

    .desktop_large\:to-white {
        --tw-gradient-to: #fff;
    }

    .desktop_large\:to-gray-50 {
        --tw-gradient-to: #f9fafb;
    }

    .desktop_large\:to-gray-100 {
        --tw-gradient-to: #f3f4f6;
    }

    .desktop_large\:to-gray-200 {
        --tw-gradient-to: #e5e7eb;
    }

    .desktop_large\:to-gray-300 {
        --tw-gradient-to: #d1d5db;
    }

    .desktop_large\:to-gray-400 {
        --tw-gradient-to: #9ca3af;
    }

    .desktop_large\:to-gray-500 {
        --tw-gradient-to: #6b7280;
    }

    .desktop_large\:to-gray-600 {
        --tw-gradient-to: #4b5563;
    }

    .desktop_large\:to-gray-700 {
        --tw-gradient-to: #374151;
    }

    .desktop_large\:to-gray-800 {
        --tw-gradient-to: #1f2937;
    }

    .desktop_large\:to-gray-900 {
        --tw-gradient-to: #111827;
    }

    .desktop_large\:to-red-50 {
        --tw-gradient-to: #fef2f2;
    }

    .desktop_large\:to-red-100 {
        --tw-gradient-to: #fee2e2;
    }

    .desktop_large\:to-red-200 {
        --tw-gradient-to: #fecaca;
    }

    .desktop_large\:to-red-300 {
        --tw-gradient-to: #fca5a5;
    }

    .desktop_large\:to-red-400 {
        --tw-gradient-to: #f87171;
    }

    .desktop_large\:to-red-500 {
        --tw-gradient-to: #ef4444;
    }

    .desktop_large\:to-red-600 {
        --tw-gradient-to: #dc2626;
    }

    .desktop_large\:to-red-700 {
        --tw-gradient-to: #b91c1c;
    }

    .desktop_large\:to-red-800 {
        --tw-gradient-to: #991b1b;
    }

    .desktop_large\:to-red-900 {
        --tw-gradient-to: #7f1d1d;
    }

    .desktop_large\:to-yellow {
        --tw-gradient-to: #ed9143;
    }

    .desktop_large\:to-green {
        --tw-gradient-to: #7bbc00;
    }

    .desktop_large\:to-blue {
        --tw-gradient-to: #5ba4dc;
    }

    .desktop_large\:to-indigo-50 {
        --tw-gradient-to: #eef2ff;
    }

    .desktop_large\:to-indigo-100 {
        --tw-gradient-to: #e0e7ff;
    }

    .desktop_large\:to-indigo-200 {
        --tw-gradient-to: #c7d2fe;
    }

    .desktop_large\:to-indigo-300 {
        --tw-gradient-to: #a5b4fc;
    }

    .desktop_large\:to-indigo-400 {
        --tw-gradient-to: #818cf8;
    }

    .desktop_large\:to-indigo-500 {
        --tw-gradient-to: #6366f1;
    }

    .desktop_large\:to-indigo-600 {
        --tw-gradient-to: #4f46e5;
    }

    .desktop_large\:to-indigo-700 {
        --tw-gradient-to: #4338ca;
    }

    .desktop_large\:to-indigo-800 {
        --tw-gradient-to: #3730a3;
    }

    .desktop_large\:to-indigo-900 {
        --tw-gradient-to: #312e81;
    }

    .desktop_large\:to-purple {
        --tw-gradient-to: #6847c3;
    }

    .desktop_large\:to-pink {
        --tw-gradient-to: #850737;
    }

    .desktop_large\:to-primary {
        --tw-gradient-to: #6E6E6E;
    }

    .desktop_large\:to-secondary {
        --tw-gradient-to: #ededed;
    }

    .desktop_large\:to-body_bg {
        --tw-gradient-to: #ffffff;
    }

    .desktop_large\:to-body_text {
        --tw-gradient-to: #4a4349;
    }

    .desktop_large\:to-title {
        --tw-gradient-to: #3fb2cf;
    }

    .desktop_large\:to-grey {
        --tw-gradient-to: #524A51;
    }

    .desktop_large\:to-dark_grey {
        --tw-gradient-to: #4a4349;
    }

    .desktop_large\:to-light_grey {
        --tw-gradient-to: #B7B7B7;
    }

    .desktop_large\:to-medium_grey {
        --tw-gradient-to: #575156;
    }

    .desktop_large\:to-lightten_grey {
        --tw-gradient-to: #C6C6C6;
    }

    .desktop_large\:to-grey_300 {
        --tw-gradient-to: #d3d3d3;
    }

    .desktop_large\:to-grey_400 {
        --tw-gradient-to: #b7b7b7;
    }

    .desktop_large\:to-medium_blue {
        --tw-gradient-to: #45cdfc;
    }

    .desktop_large\:to-dark_blue {
        --tw-gradient-to: #0080ac;
    }

    .desktop_large\:to-text_blue {
        --tw-gradient-to: #3FB2CF;
    }

    .desktop_large\:to-footer_bg {
        --tw-gradient-to: #464646;
    }

    .desktop_large\:to-brown {
        --tw-gradient-to: #805300;
    }

    .desktop_large\:to-dark_brown {
        --tw-gradient-to: #874433;
    }

    .desktop_large\:to-Light_purple {
        --tw-gradient-to: #65479b;
    }

    .desktop_large\:to-dark_green {
        --tw-gradient-to: #479b51;
    }

    .desktop_large\:to-medium_green {
        --tw-gradient-to: #3aac2b;
    }

    .desktop_large\:to-light_green {
        --tw-gradient-to: #9acb3e;
    }

    .desktop_large\:to-green_900 {
        --tw-gradient-to: #396676;
    }

    .desktop_large\:to-dark_border {
        --tw-gradient-to: #707070;
    }

    .desktop_large\:hover\:to-transparent:hover {
        --tw-gradient-to: transparent;
    }

    .desktop_large\:hover\:to-current:hover {
        --tw-gradient-to: currentColor;
    }

    .desktop_large\:hover\:to-black:hover {
        --tw-gradient-to: #000;
    }

    .desktop_large\:hover\:to-white:hover {
        --tw-gradient-to: #fff;
    }

    .desktop_large\:hover\:to-gray-50:hover {
        --tw-gradient-to: #f9fafb;
    }

    .desktop_large\:hover\:to-gray-100:hover {
        --tw-gradient-to: #f3f4f6;
    }

    .desktop_large\:hover\:to-gray-200:hover {
        --tw-gradient-to: #e5e7eb;
    }

    .desktop_large\:hover\:to-gray-300:hover {
        --tw-gradient-to: #d1d5db;
    }

    .desktop_large\:hover\:to-gray-400:hover {
        --tw-gradient-to: #9ca3af;
    }

    .desktop_large\:hover\:to-gray-500:hover {
        --tw-gradient-to: #6b7280;
    }

    .desktop_large\:hover\:to-gray-600:hover {
        --tw-gradient-to: #4b5563;
    }

    .desktop_large\:hover\:to-gray-700:hover {
        --tw-gradient-to: #374151;
    }

    .desktop_large\:hover\:to-gray-800:hover {
        --tw-gradient-to: #1f2937;
    }

    .desktop_large\:hover\:to-gray-900:hover {
        --tw-gradient-to: #111827;
    }

    .desktop_large\:hover\:to-red-50:hover {
        --tw-gradient-to: #fef2f2;
    }

    .desktop_large\:hover\:to-red-100:hover {
        --tw-gradient-to: #fee2e2;
    }

    .desktop_large\:hover\:to-red-200:hover {
        --tw-gradient-to: #fecaca;
    }

    .desktop_large\:hover\:to-red-300:hover {
        --tw-gradient-to: #fca5a5;
    }

    .desktop_large\:hover\:to-red-400:hover {
        --tw-gradient-to: #f87171;
    }

    .desktop_large\:hover\:to-red-500:hover {
        --tw-gradient-to: #ef4444;
    }

    .desktop_large\:hover\:to-red-600:hover {
        --tw-gradient-to: #dc2626;
    }

    .desktop_large\:hover\:to-red-700:hover {
        --tw-gradient-to: #b91c1c;
    }

    .desktop_large\:hover\:to-red-800:hover {
        --tw-gradient-to: #991b1b;
    }

    .desktop_large\:hover\:to-red-900:hover {
        --tw-gradient-to: #7f1d1d;
    }

    .desktop_large\:hover\:to-yellow:hover {
        --tw-gradient-to: #ed9143;
    }

    .desktop_large\:hover\:to-green:hover {
        --tw-gradient-to: #7bbc00;
    }

    .desktop_large\:hover\:to-blue:hover {
        --tw-gradient-to: #5ba4dc;
    }

    .desktop_large\:hover\:to-indigo-50:hover {
        --tw-gradient-to: #eef2ff;
    }

    .desktop_large\:hover\:to-indigo-100:hover {
        --tw-gradient-to: #e0e7ff;
    }

    .desktop_large\:hover\:to-indigo-200:hover {
        --tw-gradient-to: #c7d2fe;
    }

    .desktop_large\:hover\:to-indigo-300:hover {
        --tw-gradient-to: #a5b4fc;
    }

    .desktop_large\:hover\:to-indigo-400:hover {
        --tw-gradient-to: #818cf8;
    }

    .desktop_large\:hover\:to-indigo-500:hover {
        --tw-gradient-to: #6366f1;
    }

    .desktop_large\:hover\:to-indigo-600:hover {
        --tw-gradient-to: #4f46e5;
    }

    .desktop_large\:hover\:to-indigo-700:hover {
        --tw-gradient-to: #4338ca;
    }

    .desktop_large\:hover\:to-indigo-800:hover {
        --tw-gradient-to: #3730a3;
    }

    .desktop_large\:hover\:to-indigo-900:hover {
        --tw-gradient-to: #312e81;
    }

    .desktop_large\:hover\:to-purple:hover {
        --tw-gradient-to: #6847c3;
    }

    .desktop_large\:hover\:to-pink:hover {
        --tw-gradient-to: #850737;
    }

    .desktop_large\:hover\:to-primary:hover {
        --tw-gradient-to: #6E6E6E;
    }

    .desktop_large\:hover\:to-secondary:hover {
        --tw-gradient-to: #ededed;
    }

    .desktop_large\:hover\:to-body_bg:hover {
        --tw-gradient-to: #ffffff;
    }

    .desktop_large\:hover\:to-body_text:hover {
        --tw-gradient-to: #4a4349;
    }

    .desktop_large\:hover\:to-title:hover {
        --tw-gradient-to: #3fb2cf;
    }

    .desktop_large\:hover\:to-grey:hover {
        --tw-gradient-to: #524A51;
    }

    .desktop_large\:hover\:to-dark_grey:hover {
        --tw-gradient-to: #4a4349;
    }

    .desktop_large\:hover\:to-light_grey:hover {
        --tw-gradient-to: #B7B7B7;
    }

    .desktop_large\:hover\:to-medium_grey:hover {
        --tw-gradient-to: #575156;
    }

    .desktop_large\:hover\:to-lightten_grey:hover {
        --tw-gradient-to: #C6C6C6;
    }

    .desktop_large\:hover\:to-grey_300:hover {
        --tw-gradient-to: #d3d3d3;
    }

    .desktop_large\:hover\:to-grey_400:hover {
        --tw-gradient-to: #b7b7b7;
    }

    .desktop_large\:hover\:to-medium_blue:hover {
        --tw-gradient-to: #45cdfc;
    }

    .desktop_large\:hover\:to-dark_blue:hover {
        --tw-gradient-to: #0080ac;
    }

    .desktop_large\:hover\:to-text_blue:hover {
        --tw-gradient-to: #3FB2CF;
    }

    .desktop_large\:hover\:to-footer_bg:hover {
        --tw-gradient-to: #464646;
    }

    .desktop_large\:hover\:to-brown:hover {
        --tw-gradient-to: #805300;
    }

    .desktop_large\:hover\:to-dark_brown:hover {
        --tw-gradient-to: #874433;
    }

    .desktop_large\:hover\:to-Light_purple:hover {
        --tw-gradient-to: #65479b;
    }

    .desktop_large\:hover\:to-dark_green:hover {
        --tw-gradient-to: #479b51;
    }

    .desktop_large\:hover\:to-medium_green:hover {
        --tw-gradient-to: #3aac2b;
    }

    .desktop_large\:hover\:to-light_green:hover {
        --tw-gradient-to: #9acb3e;
    }

    .desktop_large\:hover\:to-green_900:hover {
        --tw-gradient-to: #396676;
    }

    .desktop_large\:hover\:to-dark_border:hover {
        --tw-gradient-to: #707070;
    }

    .desktop_large\:focus\:to-transparent:focus {
        --tw-gradient-to: transparent;
    }

    .desktop_large\:focus\:to-current:focus {
        --tw-gradient-to: currentColor;
    }

    .desktop_large\:focus\:to-black:focus {
        --tw-gradient-to: #000;
    }

    .desktop_large\:focus\:to-white:focus {
        --tw-gradient-to: #fff;
    }

    .desktop_large\:focus\:to-gray-50:focus {
        --tw-gradient-to: #f9fafb;
    }

    .desktop_large\:focus\:to-gray-100:focus {
        --tw-gradient-to: #f3f4f6;
    }

    .desktop_large\:focus\:to-gray-200:focus {
        --tw-gradient-to: #e5e7eb;
    }

    .desktop_large\:focus\:to-gray-300:focus {
        --tw-gradient-to: #d1d5db;
    }

    .desktop_large\:focus\:to-gray-400:focus {
        --tw-gradient-to: #9ca3af;
    }

    .desktop_large\:focus\:to-gray-500:focus {
        --tw-gradient-to: #6b7280;
    }

    .desktop_large\:focus\:to-gray-600:focus {
        --tw-gradient-to: #4b5563;
    }

    .desktop_large\:focus\:to-gray-700:focus {
        --tw-gradient-to: #374151;
    }

    .desktop_large\:focus\:to-gray-800:focus {
        --tw-gradient-to: #1f2937;
    }

    .desktop_large\:focus\:to-gray-900:focus {
        --tw-gradient-to: #111827;
    }

    .desktop_large\:focus\:to-red-50:focus {
        --tw-gradient-to: #fef2f2;
    }

    .desktop_large\:focus\:to-red-100:focus {
        --tw-gradient-to: #fee2e2;
    }

    .desktop_large\:focus\:to-red-200:focus {
        --tw-gradient-to: #fecaca;
    }

    .desktop_large\:focus\:to-red-300:focus {
        --tw-gradient-to: #fca5a5;
    }

    .desktop_large\:focus\:to-red-400:focus {
        --tw-gradient-to: #f87171;
    }

    .desktop_large\:focus\:to-red-500:focus {
        --tw-gradient-to: #ef4444;
    }

    .desktop_large\:focus\:to-red-600:focus {
        --tw-gradient-to: #dc2626;
    }

    .desktop_large\:focus\:to-red-700:focus {
        --tw-gradient-to: #b91c1c;
    }

    .desktop_large\:focus\:to-red-800:focus {
        --tw-gradient-to: #991b1b;
    }

    .desktop_large\:focus\:to-red-900:focus {
        --tw-gradient-to: #7f1d1d;
    }

    .desktop_large\:focus\:to-yellow:focus {
        --tw-gradient-to: #ed9143;
    }

    .desktop_large\:focus\:to-green:focus {
        --tw-gradient-to: #7bbc00;
    }

    .desktop_large\:focus\:to-blue:focus {
        --tw-gradient-to: #5ba4dc;
    }

    .desktop_large\:focus\:to-indigo-50:focus {
        --tw-gradient-to: #eef2ff;
    }

    .desktop_large\:focus\:to-indigo-100:focus {
        --tw-gradient-to: #e0e7ff;
    }

    .desktop_large\:focus\:to-indigo-200:focus {
        --tw-gradient-to: #c7d2fe;
    }

    .desktop_large\:focus\:to-indigo-300:focus {
        --tw-gradient-to: #a5b4fc;
    }

    .desktop_large\:focus\:to-indigo-400:focus {
        --tw-gradient-to: #818cf8;
    }

    .desktop_large\:focus\:to-indigo-500:focus {
        --tw-gradient-to: #6366f1;
    }

    .desktop_large\:focus\:to-indigo-600:focus {
        --tw-gradient-to: #4f46e5;
    }

    .desktop_large\:focus\:to-indigo-700:focus {
        --tw-gradient-to: #4338ca;
    }

    .desktop_large\:focus\:to-indigo-800:focus {
        --tw-gradient-to: #3730a3;
    }

    .desktop_large\:focus\:to-indigo-900:focus {
        --tw-gradient-to: #312e81;
    }

    .desktop_large\:focus\:to-purple:focus {
        --tw-gradient-to: #6847c3;
    }

    .desktop_large\:focus\:to-pink:focus {
        --tw-gradient-to: #850737;
    }

    .desktop_large\:focus\:to-primary:focus {
        --tw-gradient-to: #6E6E6E;
    }

    .desktop_large\:focus\:to-secondary:focus {
        --tw-gradient-to: #ededed;
    }

    .desktop_large\:focus\:to-body_bg:focus {
        --tw-gradient-to: #ffffff;
    }

    .desktop_large\:focus\:to-body_text:focus {
        --tw-gradient-to: #4a4349;
    }

    .desktop_large\:focus\:to-title:focus {
        --tw-gradient-to: #3fb2cf;
    }

    .desktop_large\:focus\:to-grey:focus {
        --tw-gradient-to: #524A51;
    }

    .desktop_large\:focus\:to-dark_grey:focus {
        --tw-gradient-to: #4a4349;
    }

    .desktop_large\:focus\:to-light_grey:focus {
        --tw-gradient-to: #B7B7B7;
    }

    .desktop_large\:focus\:to-medium_grey:focus {
        --tw-gradient-to: #575156;
    }

    .desktop_large\:focus\:to-lightten_grey:focus {
        --tw-gradient-to: #C6C6C6;
    }

    .desktop_large\:focus\:to-grey_300:focus {
        --tw-gradient-to: #d3d3d3;
    }

    .desktop_large\:focus\:to-grey_400:focus {
        --tw-gradient-to: #b7b7b7;
    }

    .desktop_large\:focus\:to-medium_blue:focus {
        --tw-gradient-to: #45cdfc;
    }

    .desktop_large\:focus\:to-dark_blue:focus {
        --tw-gradient-to: #0080ac;
    }

    .desktop_large\:focus\:to-text_blue:focus {
        --tw-gradient-to: #3FB2CF;
    }

    .desktop_large\:focus\:to-footer_bg:focus {
        --tw-gradient-to: #464646;
    }

    .desktop_large\:focus\:to-brown:focus {
        --tw-gradient-to: #805300;
    }

    .desktop_large\:focus\:to-dark_brown:focus {
        --tw-gradient-to: #874433;
    }

    .desktop_large\:focus\:to-Light_purple:focus {
        --tw-gradient-to: #65479b;
    }

    .desktop_large\:focus\:to-dark_green:focus {
        --tw-gradient-to: #479b51;
    }

    .desktop_large\:focus\:to-medium_green:focus {
        --tw-gradient-to: #3aac2b;
    }

    .desktop_large\:focus\:to-light_green:focus {
        --tw-gradient-to: #9acb3e;
    }

    .desktop_large\:focus\:to-green_900:focus {
        --tw-gradient-to: #396676;
    }

    .desktop_large\:focus\:to-dark_border:focus {
        --tw-gradient-to: #707070;
    }

    .desktop_large\:decoration-slice {
        -webkit-box-decoration-break: slice;
        box-decoration-break: slice;
    }

    .desktop_large\:decoration-clone {
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
    }

    .desktop_large\:bg-auto {
        background-size: auto;
    }

    .desktop_large\:bg-cover {
        background-size: cover;
    }

    .desktop_large\:bg-contain {
        background-size: contain;
    }

    .desktop_large\:bg-fixed {
        background-attachment: fixed;
    }

    .desktop_large\:bg-local {
        background-attachment: local;
    }

    .desktop_large\:bg-scroll {
        background-attachment: scroll;
    }

    .desktop_large\:bg-clip-border {
        background-clip: border-box;
    }

    .desktop_large\:bg-clip-padding {
        background-clip: padding-box;
    }

    .desktop_large\:bg-clip-content {
        background-clip: content-box;
    }

    .desktop_large\:bg-clip-text {
        -webkit-background-clip: text;
        background-clip: text;
    }

    .desktop_large\:bg-bottom {
        background-position: bottom;
    }

    .desktop_large\:bg-center {
        background-position: center;
    }

    .desktop_large\:bg-left {
        background-position: left;
    }

    .desktop_large\:bg-left-bottom {
        background-position: left bottom;
    }

    .desktop_large\:bg-left-top {
        background-position: left top;
    }

    .desktop_large\:bg-right {
        background-position: right;
    }

    .desktop_large\:bg-right-bottom {
        background-position: right bottom;
    }

    .desktop_large\:bg-right-top {
        background-position: right top;
    }

    .desktop_large\:bg-top {
        background-position: top;
    }

    .desktop_large\:bg-repeat {
        background-repeat: repeat;
    }

    .desktop_large\:bg-no-repeat {
        background-repeat: no-repeat;
    }

    .desktop_large\:bg-repeat-x {
        background-repeat: repeat-x;
    }

    .desktop_large\:bg-repeat-y {
        background-repeat: repeat-y;
    }

    .desktop_large\:bg-repeat-round {
        background-repeat: round;
    }

    .desktop_large\:bg-repeat-space {
        background-repeat: space;
    }

    .desktop_large\:bg-origin-border {
        background-origin: border-box;
    }

    .desktop_large\:bg-origin-padding {
        background-origin: padding-box;
    }

    .desktop_large\:bg-origin-content {
        background-origin: content-box;
    }

    .desktop_large\:fill-current {
        fill: currentColor;
    }

    .desktop_large\:stroke-current {
        stroke: currentColor;
    }

    .desktop_large\:stroke-0 {
        stroke-width: 0;
    }

    .desktop_large\:stroke-1 {
        stroke-width: 1;
    }

    .desktop_large\:stroke-2 {
        stroke-width: 2;
    }

    .desktop_large\:object-contain {
        -o-object-fit: contain;
        object-fit: contain;
    }

    .desktop_large\:object-cover {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .desktop_large\:object-fill {
        -o-object-fit: fill;
        object-fit: fill;
    }

    .desktop_large\:object-none {
        -o-object-fit: none;
        object-fit: none;
    }

    .desktop_large\:object-scale-down {
        -o-object-fit: scale-down;
        object-fit: scale-down;
    }

    .desktop_large\:object-bottom {
        -o-object-position: bottom;
        object-position: bottom;
    }

    .desktop_large\:object-center {
        -o-object-position: center;
        object-position: center;
    }

    .desktop_large\:object-left {
        -o-object-position: left;
        object-position: left;
    }

    .desktop_large\:object-left-bottom {
        -o-object-position: left bottom;
        object-position: left bottom;
    }

    .desktop_large\:object-left-top {
        -o-object-position: left top;
        object-position: left top;
    }

    .desktop_large\:object-right {
        -o-object-position: right;
        object-position: right;
    }

    .desktop_large\:object-right-bottom {
        -o-object-position: right bottom;
        object-position: right bottom;
    }

    .desktop_large\:object-right-top {
        -o-object-position: right top;
        object-position: right top;
    }

    .desktop_large\:object-top {
        -o-object-position: top;
        object-position: top;
    }

    .desktop_large\:p-0 {
        padding: 0px;
    }

    .desktop_large\:p-1 {
        padding: 0.25rem;
    }

    .desktop_large\:p-2 {
        padding: 0.5rem;
    }

    .desktop_large\:p-3 {
        padding: 0.75rem;
    }

    .desktop_large\:p-4 {
        padding: 1rem;
    }

    .desktop_large\:p-5 {
        padding: 1.25rem;
    }

    .desktop_large\:p-6 {
        padding: 1.5rem;
    }

    .desktop_large\:p-7 {
        padding: 1.75rem;
    }

    .desktop_large\:p-8 {
        padding: 2rem;
    }

    .desktop_large\:p-9 {
        padding: 2.25rem;
    }

    .desktop_large\:p-10 {
        padding: 2.5rem;
    }

    .desktop_large\:p-11 {
        padding: 2.75rem;
    }

    .desktop_large\:p-12 {
        padding: 3rem;
    }

    .desktop_large\:p-13 {
        padding: 52px;
    }

    .desktop_large\:p-14 {
        padding: 3.5rem;
    }

    .desktop_large\:p-15 {
        padding: 3.93rem;
    }

    .desktop_large\:p-16 {
        padding: 4rem;
    }

    .desktop_large\:p-18 {
        padding: 4.375rem;
    }

    .desktop_large\:p-19 {
        padding: 76px;
    }

    .desktop_large\:p-20 {
        padding: 5rem;
    }

    .desktop_large\:p-22 {
        padding: 5.625rem;
    }

    .desktop_large\:p-24 {
        padding: 6rem;
    }

    .desktop_large\:p-26 {
        padding: 6.6875rem;
    }

    .desktop_large\:p-28 {
        padding: 7rem;
    }

    .desktop_large\:p-30 {
        padding: 120px;
    }

    .desktop_large\:p-32 {
        padding: 8rem;
    }

    .desktop_large\:p-36 {
        padding: 9rem;
    }

    .desktop_large\:p-40 {
        padding: 10rem;
    }

    .desktop_large\:p-44 {
        padding: 11rem;
    }

    .desktop_large\:p-46 {
        padding: 11.5625rem;
    }

    .desktop_large\:p-48 {
        padding: 12rem;
    }

    .desktop_large\:p-52 {
        padding: 13rem;
    }

    .desktop_large\:p-56 {
        padding: 14rem;
    }

    .desktop_large\:p-60 {
        padding: 15rem;
    }

    .desktop_large\:p-64 {
        padding: 16rem;
    }

    .desktop_large\:p-72 {
        padding: 18rem;
    }

    .desktop_large\:p-80 {
        padding: 20rem;
    }

    .desktop_large\:p-96 {
        padding: 24rem;
    }

    .desktop_large\:p-px {
        padding: 1px;
    }

    .desktop_large\:p-0\.5 {
        padding: 0.125rem;
    }

    .desktop_large\:p-1\.5 {
        padding: 0.375rem;
    }

    .desktop_large\:p-2\.5 {
        padding: 0.625rem;
    }

    .desktop_large\:p-3\.5 {
        padding: 0.875rem;
    }

    .desktop_large\:p-5p {
        padding: 5px;
    }

    .desktop_large\:p-10p {
        padding: 10px;
    }

    .desktop_large\:p-14p {
        padding: 14px;
    }

    .desktop_large\:p-15p {
        padding: 15px;
    }

    .desktop_large\:p-15_2 {
        padding: 60px;
    }

    .desktop_large\:p-16_1 {
        padding: 52px;
    }

    .desktop_large\:p-16p {
        padding: 16px;
    }

    .desktop_large\:p-25p {
        padding: 25px;
    }

    .desktop_large\:p-48p {
        padding: 48%;
    }

    .desktop_large\:p-52p {
        padding: 52%;
    }

    .desktop_large\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .desktop_large\:px-1 {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .desktop_large\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .desktop_large\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .desktop_large\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .desktop_large\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .desktop_large\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .desktop_large\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

    .desktop_large\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .desktop_large\:px-9 {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }

    .desktop_large\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .desktop_large\:px-11 {
        padding-left: 2.75rem;
        padding-right: 2.75rem;
    }

    .desktop_large\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .desktop_large\:px-13 {
        padding-left: 52px;
        padding-right: 52px;
    }

    .desktop_large\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }

    .desktop_large\:px-15 {
        padding-left: 3.93rem;
        padding-right: 3.93rem;
    }

    .desktop_large\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .desktop_large\:px-18 {
        padding-left: 4.375rem;
        padding-right: 4.375rem;
    }

    .desktop_large\:px-19 {
        padding-left: 76px;
        padding-right: 76px;
    }

    .desktop_large\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .desktop_large\:px-22 {
        padding-left: 5.625rem;
        padding-right: 5.625rem;
    }

    .desktop_large\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem;
    }

    .desktop_large\:px-26 {
        padding-left: 6.6875rem;
        padding-right: 6.6875rem;
    }

    .desktop_large\:px-28 {
        padding-left: 7rem;
        padding-right: 7rem;
    }

    .desktop_large\:px-30 {
        padding-left: 120px;
        padding-right: 120px;
    }

    .desktop_large\:px-32 {
        padding-left: 8rem;
        padding-right: 8rem;
    }

    .desktop_large\:px-36 {
        padding-left: 9rem;
        padding-right: 9rem;
    }

    .desktop_large\:px-40 {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .desktop_large\:px-44 {
        padding-left: 11rem;
        padding-right: 11rem;
    }

    .desktop_large\:px-46 {
        padding-left: 11.5625rem;
        padding-right: 11.5625rem;
    }

    .desktop_large\:px-48 {
        padding-left: 12rem;
        padding-right: 12rem;
    }

    .desktop_large\:px-52 {
        padding-left: 13rem;
        padding-right: 13rem;
    }

    .desktop_large\:px-56 {
        padding-left: 14rem;
        padding-right: 14rem;
    }

    .desktop_large\:px-60 {
        padding-left: 15rem;
        padding-right: 15rem;
    }

    .desktop_large\:px-64 {
        padding-left: 16rem;
        padding-right: 16rem;
    }

    .desktop_large\:px-72 {
        padding-left: 18rem;
        padding-right: 18rem;
    }

    .desktop_large\:px-80 {
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .desktop_large\:px-96 {
        padding-left: 24rem;
        padding-right: 24rem;
    }

    .desktop_large\:px-px {
        padding-left: 1px;
        padding-right: 1px;
    }

    .desktop_large\:px-0\.5 {
        padding-left: 0.125rem;
        padding-right: 0.125rem;
    }

    .desktop_large\:px-1\.5 {
        padding-left: 0.375rem;
        padding-right: 0.375rem;
    }

    .desktop_large\:px-2\.5 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }

    .desktop_large\:px-3\.5 {
        padding-left: 0.875rem;
        padding-right: 0.875rem;
    }

    .desktop_large\:px-5p {
        padding-left: 5px;
        padding-right: 5px;
    }

    .desktop_large\:px-10p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .desktop_large\:px-14p {
        padding-left: 14px;
        padding-right: 14px;
    }

    .desktop_large\:px-15p {
        padding-left: 15px;
        padding-right: 15px;
    }

    .desktop_large\:px-15_2 {
        padding-left: 60px;
        padding-right: 60px;
    }

    .desktop_large\:px-16_1 {
        padding-left: 52px;
        padding-right: 52px;
    }

    .desktop_large\:px-16p {
        padding-left: 16px;
        padding-right: 16px;
    }

    .desktop_large\:px-25p {
        padding-left: 25px;
        padding-right: 25px;
    }

    .desktop_large\:px-48p {
        padding-left: 48%;
        padding-right: 48%;
    }

    .desktop_large\:px-52p {
        padding-left: 52%;
        padding-right: 52%;
    }

    .desktop_large\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .desktop_large\:py-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .desktop_large\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .desktop_large\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .desktop_large\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .desktop_large\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .desktop_large\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .desktop_large\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

    .desktop_large\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .desktop_large\:py-9 {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }

    .desktop_large\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .desktop_large\:py-11 {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem;
    }

    .desktop_large\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .desktop_large\:py-13 {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .desktop_large\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .desktop_large\:py-15 {
        padding-top: 3.93rem;
        padding-bottom: 3.93rem;
    }

    .desktop_large\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .desktop_large\:py-18 {
        padding-top: 4.375rem;
        padding-bottom: 4.375rem;
    }

    .desktop_large\:py-19 {
        padding-top: 76px;
        padding-bottom: 76px;
    }

    .desktop_large\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .desktop_large\:py-22 {
        padding-top: 5.625rem;
        padding-bottom: 5.625rem;
    }

    .desktop_large\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .desktop_large\:py-26 {
        padding-top: 6.6875rem;
        padding-bottom: 6.6875rem;
    }

    .desktop_large\:py-28 {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    .desktop_large\:py-30 {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .desktop_large\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .desktop_large\:py-36 {
        padding-top: 9rem;
        padding-bottom: 9rem;
    }

    .desktop_large\:py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .desktop_large\:py-44 {
        padding-top: 11rem;
        padding-bottom: 11rem;
    }

    .desktop_large\:py-46 {
        padding-top: 11.5625rem;
        padding-bottom: 11.5625rem;
    }

    .desktop_large\:py-48 {
        padding-top: 12rem;
        padding-bottom: 12rem;
    }

    .desktop_large\:py-52 {
        padding-top: 13rem;
        padding-bottom: 13rem;
    }

    .desktop_large\:py-56 {
        padding-top: 14rem;
        padding-bottom: 14rem;
    }

    .desktop_large\:py-60 {
        padding-top: 15rem;
        padding-bottom: 15rem;
    }

    .desktop_large\:py-64 {
        padding-top: 16rem;
        padding-bottom: 16rem;
    }

    .desktop_large\:py-72 {
        padding-top: 18rem;
        padding-bottom: 18rem;
    }

    .desktop_large\:py-80 {
        padding-top: 20rem;
        padding-bottom: 20rem;
    }

    .desktop_large\:py-96 {
        padding-top: 24rem;
        padding-bottom: 24rem;
    }

    .desktop_large\:py-px {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .desktop_large\:py-0\.5 {
        padding-top: 0.125rem;
        padding-bottom: 0.125rem;
    }

    .desktop_large\:py-1\.5 {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
    }

    .desktop_large\:py-2\.5 {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }

    .desktop_large\:py-3\.5 {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
    }

    .desktop_large\:py-5p {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .desktop_large\:py-10p {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .desktop_large\:py-14p {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .desktop_large\:py-15p {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .desktop_large\:py-15_2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .desktop_large\:py-16_1 {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .desktop_large\:py-16p {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .desktop_large\:py-25p {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .desktop_large\:py-48p {
        padding-top: 48%;
        padding-bottom: 48%;
    }

    .desktop_large\:py-52p {
        padding-top: 52%;
        padding-bottom: 52%;
    }

    .desktop_large\:pt-0 {
        padding-top: 0px;
    }

    .desktop_large\:pt-1 {
        padding-top: 0.25rem;
    }

    .desktop_large\:pt-2 {
        padding-top: 0.5rem;
    }

    .desktop_large\:pt-3 {
        padding-top: 0.75rem;
    }

    .desktop_large\:pt-4 {
        padding-top: 1rem;
    }

    .desktop_large\:pt-5 {
        padding-top: 1.25rem;
    }

    .desktop_large\:pt-6 {
        padding-top: 1.5rem;
    }

    .desktop_large\:pt-7 {
        padding-top: 1.75rem;
    }

    .desktop_large\:pt-8 {
        padding-top: 2rem;
    }

    .desktop_large\:pt-9 {
        padding-top: 2.25rem;
    }

    .desktop_large\:pt-10 {
        padding-top: 2.5rem;
    }

    .desktop_large\:pt-11 {
        padding-top: 2.75rem;
    }

    .desktop_large\:pt-12 {
        padding-top: 3rem;
    }

    .desktop_large\:pt-13 {
        padding-top: 52px;
    }

    .desktop_large\:pt-14 {
        padding-top: 3.5rem;
    }

    .desktop_large\:pt-15 {
        padding-top: 3.93rem;
    }

    .desktop_large\:pt-16 {
        padding-top: 4rem;
    }

    .desktop_large\:pt-18 {
        padding-top: 4.375rem;
    }

    .desktop_large\:pt-19 {
        padding-top: 76px;
    }

    .desktop_large\:pt-20 {
        padding-top: 5rem;
    }

    .desktop_large\:pt-22 {
        padding-top: 5.625rem;
    }

    .desktop_large\:pt-24 {
        padding-top: 6rem;
    }

    .desktop_large\:pt-26 {
        padding-top: 6.6875rem;
    }

    .desktop_large\:pt-28 {
        padding-top: 7rem;
    }

    .desktop_large\:pt-30 {
        padding-top: 120px;
    }

    .desktop_large\:pt-32 {
        padding-top: 8rem;
    }

    .desktop_large\:pt-36 {
        padding-top: 9rem;
    }

    .desktop_large\:pt-40 {
        padding-top: 10rem;
    }

    .desktop_large\:pt-44 {
        padding-top: 11rem;
    }

    .desktop_large\:pt-46 {
        padding-top: 11.5625rem;
    }

    .desktop_large\:pt-48 {
        padding-top: 12rem;
    }

    .desktop_large\:pt-52 {
        padding-top: 13rem;
    }

    .desktop_large\:pt-56 {
        padding-top: 14rem;
    }

    .desktop_large\:pt-60 {
        padding-top: 15rem;
    }

    .desktop_large\:pt-64 {
        padding-top: 16rem;
    }

    .desktop_large\:pt-72 {
        padding-top: 18rem;
    }

    .desktop_large\:pt-80 {
        padding-top: 20rem;
    }

    .desktop_large\:pt-96 {
        padding-top: 24rem;
    }

    .desktop_large\:pt-px {
        padding-top: 1px;
    }

    .desktop_large\:pt-0\.5 {
        padding-top: 0.125rem;
    }

    .desktop_large\:pt-1\.5 {
        padding-top: 0.375rem;
    }

    .desktop_large\:pt-2\.5 {
        padding-top: 0.625rem;
    }

    .desktop_large\:pt-3\.5 {
        padding-top: 0.875rem;
    }

    .desktop_large\:pt-5p {
        padding-top: 5px;
    }

    .desktop_large\:pt-10p {
        padding-top: 10px;
    }

    .desktop_large\:pt-14p {
        padding-top: 14px;
    }

    .desktop_large\:pt-15p {
        padding-top: 15px;
    }

    .desktop_large\:pt-15_2 {
        padding-top: 60px;
    }

    .desktop_large\:pt-16_1 {
        padding-top: 52px;
    }

    .desktop_large\:pt-16p {
        padding-top: 16px;
    }

    .desktop_large\:pt-25p {
        padding-top: 25px;
    }

    .desktop_large\:pt-48p {
        padding-top: 48%;
    }

    .desktop_large\:pt-52p {
        padding-top: 52%;
    }

    .desktop_large\:pr-0 {
        padding-right: 0px;
    }

    .desktop_large\:pr-1 {
        padding-right: 0.25rem;
    }

    .desktop_large\:pr-2 {
        padding-right: 0.5rem;
    }

    .desktop_large\:pr-3 {
        padding-right: 0.75rem;
    }

    .desktop_large\:pr-4 {
        padding-right: 1rem;
    }

    .desktop_large\:pr-5 {
        padding-right: 1.25rem;
    }

    .desktop_large\:pr-6 {
        padding-right: 1.5rem;
    }

    .desktop_large\:pr-7 {
        padding-right: 1.75rem;
    }

    .desktop_large\:pr-8 {
        padding-right: 2rem;
    }

    .desktop_large\:pr-9 {
        padding-right: 2.25rem;
    }

    .desktop_large\:pr-10 {
        padding-right: 2.5rem;
    }

    .desktop_large\:pr-11 {
        padding-right: 2.75rem;
    }

    .desktop_large\:pr-12 {
        padding-right: 3rem;
    }

    .desktop_large\:pr-13 {
        padding-right: 52px;
    }

    .desktop_large\:pr-14 {
        padding-right: 3.5rem;
    }

    .desktop_large\:pr-15 {
        padding-right: 3.93rem;
    }

    .desktop_large\:pr-16 {
        padding-right: 4rem;
    }

    .desktop_large\:pr-18 {
        padding-right: 4.375rem;
    }

    .desktop_large\:pr-19 {
        padding-right: 76px;
    }

    .desktop_large\:pr-20 {
        padding-right: 5rem;
    }

    .desktop_large\:pr-22 {
        padding-right: 5.625rem;
    }

    .desktop_large\:pr-24 {
        padding-right: 6rem;
    }

    .desktop_large\:pr-26 {
        padding-right: 6.6875rem;
    }

    .desktop_large\:pr-28 {
        padding-right: 7rem;
    }

    .desktop_large\:pr-30 {
        padding-right: 120px;
    }

    .desktop_large\:pr-32 {
        padding-right: 8rem;
    }

    .desktop_large\:pr-36 {
        padding-right: 9rem;
    }

    .desktop_large\:pr-40 {
        padding-right: 10rem;
    }

    .desktop_large\:pr-44 {
        padding-right: 11rem;
    }

    .desktop_large\:pr-46 {
        padding-right: 11.5625rem;
    }

    .desktop_large\:pr-48 {
        padding-right: 12rem;
    }

    .desktop_large\:pr-52 {
        padding-right: 13rem;
    }

    .desktop_large\:pr-56 {
        padding-right: 14rem;
    }

    .desktop_large\:pr-60 {
        padding-right: 15rem;
    }

    .desktop_large\:pr-64 {
        padding-right: 16rem;
    }

    .desktop_large\:pr-72 {
        padding-right: 18rem;
    }

    .desktop_large\:pr-80 {
        padding-right: 20rem;
    }

    .desktop_large\:pr-96 {
        padding-right: 24rem;
    }

    .desktop_large\:pr-px {
        padding-right: 1px;
    }

    .desktop_large\:pr-0\.5 {
        padding-right: 0.125rem;
    }

    .desktop_large\:pr-1\.5 {
        padding-right: 0.375rem;
    }

    .desktop_large\:pr-2\.5 {
        padding-right: 0.625rem;
    }

    .desktop_large\:pr-3\.5 {
        padding-right: 0.875rem;
    }

    .desktop_large\:pr-5p {
        padding-right: 5px;
    }

    .desktop_large\:pr-10p {
        padding-right: 10px;
    }

    .desktop_large\:pr-14p {
        padding-right: 14px;
    }

    .desktop_large\:pr-15p {
        padding-right: 15px;
    }

    .desktop_large\:pr-15_2 {
        padding-right: 60px;
    }

    .desktop_large\:pr-16_1 {
        padding-right: 52px;
    }

    .desktop_large\:pr-16p {
        padding-right: 16px;
    }

    .desktop_large\:pr-25p {
        padding-right: 25px;
    }

    .desktop_large\:pr-48p {
        padding-right: 48%;
    }

    .desktop_large\:pr-52p {
        padding-right: 52%;
    }

    .desktop_large\:pb-0 {
        padding-bottom: 0px;
    }

    .desktop_large\:pb-1 {
        padding-bottom: 0.25rem;
    }

    .desktop_large\:pb-2 {
        padding-bottom: 0.5rem;
    }

    .desktop_large\:pb-3 {
        padding-bottom: 0.75rem;
    }

    .desktop_large\:pb-4 {
        padding-bottom: 1rem;
    }

    .desktop_large\:pb-5 {
        padding-bottom: 1.25rem;
    }

    .desktop_large\:pb-6 {
        padding-bottom: 1.5rem;
    }

    .desktop_large\:pb-7 {
        padding-bottom: 1.75rem;
    }

    .desktop_large\:pb-8 {
        padding-bottom: 2rem;
    }

    .desktop_large\:pb-9 {
        padding-bottom: 2.25rem;
    }

    .desktop_large\:pb-10 {
        padding-bottom: 2.5rem;
    }

    .desktop_large\:pb-11 {
        padding-bottom: 2.75rem;
    }

    .desktop_large\:pb-12 {
        padding-bottom: 3rem;
    }

    .desktop_large\:pb-13 {
        padding-bottom: 52px;
    }

    .desktop_large\:pb-14 {
        padding-bottom: 3.5rem;
    }

    .desktop_large\:pb-15 {
        padding-bottom: 3.93rem;
    }

    .desktop_large\:pb-16 {
        padding-bottom: 4rem;
    }

    .desktop_large\:pb-18 {
        padding-bottom: 4.375rem;
    }

    .desktop_large\:pb-19 {
        padding-bottom: 76px;
    }

    .desktop_large\:pb-20 {
        padding-bottom: 5rem;
    }

    .desktop_large\:pb-22 {
        padding-bottom: 5.625rem;
    }

    .desktop_large\:pb-24 {
        padding-bottom: 6rem;
    }

    .desktop_large\:pb-26 {
        padding-bottom: 6.6875rem;
    }

    .desktop_large\:pb-28 {
        padding-bottom: 7rem;
    }

    .desktop_large\:pb-30 {
        padding-bottom: 120px;
    }

    .desktop_large\:pb-32 {
        padding-bottom: 8rem;
    }

    .desktop_large\:pb-36 {
        padding-bottom: 9rem;
    }

    .desktop_large\:pb-40 {
        padding-bottom: 10rem;
    }

    .desktop_large\:pb-44 {
        padding-bottom: 11rem;
    }

    .desktop_large\:pb-46 {
        padding-bottom: 11.5625rem;
    }

    .desktop_large\:pb-48 {
        padding-bottom: 12rem;
    }

    .desktop_large\:pb-52 {
        padding-bottom: 13rem;
    }

    .desktop_large\:pb-56 {
        padding-bottom: 14rem;
    }

    .desktop_large\:pb-60 {
        padding-bottom: 15rem;
    }

    .desktop_large\:pb-64 {
        padding-bottom: 16rem;
    }

    .desktop_large\:pb-72 {
        padding-bottom: 18rem;
    }

    .desktop_large\:pb-80 {
        padding-bottom: 20rem;
    }

    .desktop_large\:pb-96 {
        padding-bottom: 24rem;
    }

    .desktop_large\:pb-px {
        padding-bottom: 1px;
    }

    .desktop_large\:pb-0\.5 {
        padding-bottom: 0.125rem;
    }

    .desktop_large\:pb-1\.5 {
        padding-bottom: 0.375rem;
    }

    .desktop_large\:pb-2\.5 {
        padding-bottom: 0.625rem;
    }

    .desktop_large\:pb-3\.5 {
        padding-bottom: 0.875rem;
    }

    .desktop_large\:pb-5p {
        padding-bottom: 5px;
    }

    .desktop_large\:pb-10p {
        padding-bottom: 10px;
    }

    .desktop_large\:pb-14p {
        padding-bottom: 14px;
    }

    .desktop_large\:pb-15p {
        padding-bottom: 15px;
    }

    .desktop_large\:pb-15_2 {
        padding-bottom: 60px;
    }

    .desktop_large\:pb-16_1 {
        padding-bottom: 52px;
    }

    .desktop_large\:pb-16p {
        padding-bottom: 16px;
    }

    .desktop_large\:pb-25p {
        padding-bottom: 25px;
    }

    .desktop_large\:pb-48p {
        padding-bottom: 48%;
    }

    .desktop_large\:pb-52p {
        padding-bottom: 52%;
    }

    .desktop_large\:pl-0 {
        padding-left: 0px;
    }

    .desktop_large\:pl-1 {
        padding-left: 0.25rem;
    }

    .desktop_large\:pl-2 {
        padding-left: 0.5rem;
    }

    .desktop_large\:pl-3 {
        padding-left: 0.75rem;
    }

    .desktop_large\:pl-4 {
        padding-left: 1rem;
    }

    .desktop_large\:pl-5 {
        padding-left: 1.25rem;
    }

    .desktop_large\:pl-6 {
        padding-left: 1.5rem;
    }

    .desktop_large\:pl-7 {
        padding-left: 1.75rem;
    }

    .desktop_large\:pl-8 {
        padding-left: 2rem;
    }

    .desktop_large\:pl-9 {
        padding-left: 2.25rem;
    }

    .desktop_large\:pl-10 {
        padding-left: 2.5rem;
    }

    .desktop_large\:pl-11 {
        padding-left: 2.75rem;
    }

    .desktop_large\:pl-12 {
        padding-left: 3rem;
    }

    .desktop_large\:pl-13 {
        padding-left: 52px;
    }

    .desktop_large\:pl-14 {
        padding-left: 3.5rem;
    }

    .desktop_large\:pl-15 {
        padding-left: 3.93rem;
    }

    .desktop_large\:pl-16 {
        padding-left: 4rem;
    }

    .desktop_large\:pl-18 {
        padding-left: 4.375rem;
    }

    .desktop_large\:pl-19 {
        padding-left: 76px;
    }

    .desktop_large\:pl-20 {
        padding-left: 5rem;
    }

    .desktop_large\:pl-22 {
        padding-left: 5.625rem;
    }

    .desktop_large\:pl-24 {
        padding-left: 6rem;
    }

    .desktop_large\:pl-26 {
        padding-left: 6.6875rem;
    }

    .desktop_large\:pl-28 {
        padding-left: 7rem;
    }

    .desktop_large\:pl-30 {
        padding-left: 120px;
    }

    .desktop_large\:pl-32 {
        padding-left: 8rem;
    }

    .desktop_large\:pl-36 {
        padding-left: 9rem;
    }

    .desktop_large\:pl-40 {
        padding-left: 10rem;
    }

    .desktop_large\:pl-44 {
        padding-left: 11rem;
    }

    .desktop_large\:pl-46 {
        padding-left: 11.5625rem;
    }

    .desktop_large\:pl-48 {
        padding-left: 12rem;
    }

    .desktop_large\:pl-52 {
        padding-left: 13rem;
    }

    .desktop_large\:pl-56 {
        padding-left: 14rem;
    }

    .desktop_large\:pl-60 {
        padding-left: 15rem;
    }

    .desktop_large\:pl-64 {
        padding-left: 16rem;
    }

    .desktop_large\:pl-72 {
        padding-left: 18rem;
    }

    .desktop_large\:pl-80 {
        padding-left: 20rem;
    }

    .desktop_large\:pl-96 {
        padding-left: 24rem;
    }

    .desktop_large\:pl-px {
        padding-left: 1px;
    }

    .desktop_large\:pl-0\.5 {
        padding-left: 0.125rem;
    }

    .desktop_large\:pl-1\.5 {
        padding-left: 0.375rem;
    }

    .desktop_large\:pl-2\.5 {
        padding-left: 0.625rem;
    }

    .desktop_large\:pl-3\.5 {
        padding-left: 0.875rem;
    }

    .desktop_large\:pl-5p {
        padding-left: 5px;
    }

    .desktop_large\:pl-10p {
        padding-left: 10px;
    }

    .desktop_large\:pl-14p {
        padding-left: 14px;
    }

    .desktop_large\:pl-15p {
        padding-left: 15px;
    }

    .desktop_large\:pl-15_2 {
        padding-left: 60px;
    }

    .desktop_large\:pl-16_1 {
        padding-left: 52px;
    }

    .desktop_large\:pl-16p {
        padding-left: 16px;
    }

    .desktop_large\:pl-25p {
        padding-left: 25px;
    }

    .desktop_large\:pl-48p {
        padding-left: 48%;
    }

    .desktop_large\:pl-52p {
        padding-left: 52%;
    }

    .desktop_large\:text-left {
        text-align: left;
    }

    .desktop_large\:text-center {
        text-align: center;
    }

    .desktop_large\:text-right {
        text-align: right;
    }

    .desktop_large\:text-justify {
        text-align: justify;
    }

    .desktop_large\:align-baseline {
        vertical-align: baseline;
    }

    .desktop_large\:align-top {
        vertical-align: top;
    }

    .desktop_large\:align-middle {
        vertical-align: middle;
    }

    .desktop_large\:align-bottom {
        vertical-align: bottom;
    }

    .desktop_large\:align-text-top {
        vertical-align: text-top;
    }

    .desktop_large\:align-text-bottom {
        vertical-align: text-bottom;
    }

    .desktop_large\: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";
    }

    .desktop_large\:font-serif {
        font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    }

    .desktop_large\:font-mono {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    }

    .desktop_large\:font-body {
        font-family: "Red Hat Display";
    }

    .desktop_large\:font-primary {
        font-family: "Noto Sans";
    }

    .desktop_large\:font-secondary {
        font-family: "Montserrat";
    }

    .desktop_large\:font-Helvetica_Bold {
        font-family: "Helvetica-Bold";
    }

    .desktop_large\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }

    .desktop_large\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .desktop_large\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .desktop_large\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .desktop_large\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .desktop_large\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .desktop_large\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .desktop_large\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .desktop_large\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

    .desktop_large\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }

    .desktop_large\:text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }

    .desktop_large\:text-8xl {
        font-size: 6rem;
        line-height: 1;
    }

    .desktop_large\:text-9xl {
        font-size: 8rem;
        line-height: 1;
    }

    .desktop_large\:text-10p {
        font-size: 0.625rem;
    }

    .desktop_large\:text-50p {
        font-size: 3.125rem;
    }

    .desktop_large\:text-40p {
        font-size: 2.5rem;
    }

    .desktop_large\:text-8\.5xl {
        font-size: 7.5rem;
        line-height: 7.8rem;
    }

    .desktop_large\:text-80p {
        font-size: 80px;
        line-height: 90px;
    }

    .desktop_large\:font-thin {
        font-weight: 100;
    }

    .desktop_large\:font-extralight {
        font-weight: 200;
    }

    .desktop_large\:font-light {
        font-weight: 300;
    }

    .desktop_large\:font-normal {
        font-weight: 400;
    }

    .desktop_large\:font-medium {
        font-weight: 500;
    }

    .desktop_large\:font-semibold {
        font-weight: 600;
    }

    .desktop_large\:font-bold {
        font-weight: 700;
    }

    .desktop_large\:font-extrabold {
        font-weight: 800;
    }

    .desktop_large\:font-black {
        font-weight: 900;
    }

    .desktop_large\:uppercase {
        text-transform: uppercase;
    }

    .desktop_large\:lowercase {
        text-transform: lowercase;
    }

    .desktop_large\:capitalize {
        text-transform: capitalize;
    }

    .desktop_large\:normal-case {
        text-transform: none;
    }

    .desktop_large\:italic {
        font-style: italic;
    }

    .desktop_large\:not-italic {
        font-style: normal;
    }

    .desktop_large\:ordinal,
    .desktop_large\:slashed-zero,
    .desktop_large\:lining-nums,
    .desktop_large\:oldstyle-nums,
    .desktop_large\:proportional-nums,
    .desktop_large\:tabular-nums,
    .desktop_large\:diagonal-fractions,
    .desktop_large\:stacked-fractions {
        --tw-ordinal: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-slashed-zero: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-numeric-figure: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-numeric-spacing: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-numeric-fraction: var(--tw-empty,
                /*!*/
                /*!*/
            );
        font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
    }

    .desktop_large\:normal-nums {
        font-variant-numeric: normal;
    }

    .desktop_large\:ordinal {
        --tw-ordinal: ordinal;
    }

    .desktop_large\:slashed-zero {
        --tw-slashed-zero: slashed-zero;
    }

    .desktop_large\:lining-nums {
        --tw-numeric-figure: lining-nums;
    }

    .desktop_large\:oldstyle-nums {
        --tw-numeric-figure: oldstyle-nums;
    }

    .desktop_large\:proportional-nums {
        --tw-numeric-spacing: proportional-nums;
    }

    .desktop_large\:tabular-nums {
        --tw-numeric-spacing: tabular-nums;
    }

    .desktop_large\:diagonal-fractions {
        --tw-numeric-fraction: diagonal-fractions;
    }

    .desktop_large\:stacked-fractions {
        --tw-numeric-fraction: stacked-fractions;
    }

    .desktop_large\:leading-3 {
        line-height: .75rem;
    }

    .desktop_large\:leading-4 {
        line-height: 1rem;
    }

    .desktop_large\:leading-5 {
        line-height: 1.25rem;
    }

    .desktop_large\:leading-6 {
        line-height: 1.5rem;
    }

    .desktop_large\:leading-7 {
        line-height: 1.75rem;
    }

    .desktop_large\:leading-8 {
        line-height: 2rem;
    }

    .desktop_large\:leading-9 {
        line-height: 2.25rem;
    }

    .desktop_large\:leading-10 {
        line-height: 2.5rem;
    }

    .desktop_large\:leading-none {
        line-height: 1;
    }

    .desktop_large\:leading-tight {
        line-height: 1.25;
    }

    .desktop_large\:leading-snug {
        line-height: 1.375;
    }

    .desktop_large\:leading-normal {
        line-height: 1.5;
    }

    .desktop_large\:leading-relaxed {
        line-height: 1.625;
    }

    .desktop_large\:leading-loose {
        line-height: 2;
    }

    .desktop_large\:tracking-tightest {
        letter-spacing: -.075em;
    }

    .desktop_large\:tracking-tighter {
        letter-spacing: -.05em;
    }

    .desktop_large\:tracking-tight {
        letter-spacing: -.025em;
    }

    .desktop_large\:tracking-normal {
        letter-spacing: 0;
    }

    .desktop_large\:tracking-wide {
        letter-spacing: 1.5px;
    }

    .desktop_large\:tracking-wider {
        letter-spacing: .05em;
    }

    .desktop_large\:tracking-wider_lg {
        letter-spacing: .1em;
    }

    .desktop_large\:tracking-widest {
        letter-spacing: .15em;
    }

    .desktop_large\:text-transparent {
        color: transparent;
    }

    .desktop_large\:text-current {
        color: currentColor;
    }

    .desktop_large\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .desktop_large\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .desktop_large\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .desktop_large\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .desktop_large\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .desktop_large\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .desktop_large\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .desktop_large\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .desktop_large\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .desktop_large\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .desktop_large\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .desktop_large\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .desktop_large\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .desktop_large\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .desktop_large\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .desktop_large\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .desktop_large\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .desktop_large\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .desktop_large\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .desktop_large\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .desktop_large\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .desktop_large\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .desktop_large\:text-yellow {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .desktop_large\:text-green {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .desktop_large\:text-blue {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .desktop_large\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .desktop_large\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .desktop_large\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .desktop_large\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .desktop_large\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .desktop_large\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .desktop_large\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .desktop_large\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .desktop_large\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .desktop_large\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .desktop_large\:text-purple {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .desktop_large\:text-pink {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .desktop_large\:text-primary {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .desktop_large\:text-secondary {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .desktop_large\:text-body_bg {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .desktop_large\:text-body_text {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .desktop_large\:text-title {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .desktop_large\:text-grey {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .desktop_large\:text-dark_grey {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .desktop_large\:text-light_grey {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .desktop_large\:text-medium_grey {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .desktop_large\:text-lightten_grey {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .desktop_large\:text-grey_300 {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .desktop_large\:text-grey_400 {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .desktop_large\:text-medium_blue {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .desktop_large\:text-dark_blue {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .desktop_large\:text-text_blue {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .desktop_large\:text-footer_bg {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .desktop_large\:text-brown {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .desktop_large\:text-dark_brown {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .desktop_large\:text-Light_purple {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .desktop_large\:text-dark_green {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .desktop_large\:text-medium_green {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .desktop_large\:text-light_green {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .desktop_large\:text-green_900 {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .desktop_large\:text-dark_border {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-transparent {
        color: transparent;
    }

    .group:hover .desktop_large\:group-hover\:text-current {
        color: currentColor;
    }

    .group:hover .desktop_large\:group-hover\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-yellow {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-green {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-blue {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-purple {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-pink {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-primary {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-secondary {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-body_bg {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-body_text {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-title {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-grey {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-dark_grey {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-light_grey {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-medium_grey {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-lightten_grey {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-grey_300 {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-grey_400 {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-medium_blue {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-dark_blue {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-text_blue {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-footer_bg {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-brown {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-dark_brown {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-Light_purple {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-dark_green {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-medium_green {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-light_green {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-green_900 {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .group:hover .desktop_large\:group-hover\:text-dark_border {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-transparent:focus-within {
        color: transparent;
    }

    .desktop_large\:focus-within\:text-current:focus-within {
        color: currentColor;
    }

    .desktop_large\:focus-within\:text-black:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-white:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-gray-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-gray-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-gray-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-gray-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-gray-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-gray-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-gray-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-gray-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-gray-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-gray-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-red-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-red-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-red-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-red-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-red-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-red-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-red-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-red-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-red-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-red-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-yellow:focus-within {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-indigo-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-indigo-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-indigo-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-indigo-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-indigo-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-indigo-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-indigo-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-indigo-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-indigo-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-indigo-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-purple:focus-within {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-pink:focus-within {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-primary:focus-within {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-secondary:focus-within {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-body_bg:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-body_text:focus-within {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-title:focus-within {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-dark_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-light_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-medium_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-lightten_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-grey_300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-grey_400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-medium_blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-dark_blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-text_blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-footer_bg:focus-within {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-brown:focus-within {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-dark_brown:focus-within {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-Light_purple:focus-within {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-dark_green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-medium_green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-light_green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-green_900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .desktop_large\:focus-within\:text-dark_border:focus-within {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-transparent:hover {
        color: transparent;
    }

    .desktop_large\:hover\:text-current:hover {
        color: currentColor;
    }

    .desktop_large\:hover\:text-black:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-white:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-gray-50:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-gray-100:hover {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-gray-200:hover {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-gray-300:hover {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-gray-400:hover {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-gray-500:hover {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-gray-600:hover {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-gray-700:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-gray-800:hover {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-gray-900:hover {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-red-50:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-red-100:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-red-200:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-red-300:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-red-400:hover {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-red-500:hover {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-red-600:hover {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-red-700:hover {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-red-800:hover {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-red-900:hover {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-yellow:hover {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-green:hover {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-blue:hover {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-indigo-50:hover {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-indigo-100:hover {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-indigo-200:hover {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-indigo-300:hover {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-indigo-400:hover {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-indigo-500:hover {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-indigo-600:hover {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-indigo-700:hover {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-indigo-800:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-indigo-900:hover {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-purple:hover {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-pink:hover {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-primary:hover {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-secondary:hover {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-body_bg:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-body_text:hover {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-title:hover {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-grey:hover {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-dark_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-light_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-medium_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-lightten_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-grey_300:hover {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-grey_400:hover {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-medium_blue:hover {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-dark_blue:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-text_blue:hover {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-footer_bg:hover {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-brown:hover {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-dark_brown:hover {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-Light_purple:hover {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-dark_green:hover {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-medium_green:hover {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-light_green:hover {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-green_900:hover {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .desktop_large\:hover\:text-dark_border:hover {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-transparent:focus {
        color: transparent;
    }

    .desktop_large\:focus\:text-current:focus {
        color: currentColor;
    }

    .desktop_large\:focus\:text-black:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-white:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-gray-50:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-gray-100:focus {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-gray-200:focus {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-gray-300:focus {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-gray-400:focus {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-gray-500:focus {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-gray-600:focus {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-gray-700:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-gray-800:focus {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-gray-900:focus {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-red-50:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-red-100:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-red-200:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-red-300:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-red-400:focus {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-red-500:focus {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-red-600:focus {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-red-700:focus {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-red-800:focus {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-red-900:focus {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-yellow:focus {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-green:focus {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-blue:focus {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-indigo-50:focus {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-indigo-100:focus {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-indigo-200:focus {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-indigo-300:focus {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-indigo-400:focus {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-indigo-500:focus {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-indigo-600:focus {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-indigo-700:focus {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-indigo-800:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-indigo-900:focus {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-purple:focus {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-pink:focus {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-primary:focus {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-secondary:focus {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-body_bg:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-body_text:focus {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-title:focus {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-grey:focus {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-dark_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-light_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-medium_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-lightten_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-grey_300:focus {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-grey_400:focus {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-medium_blue:focus {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-dark_blue:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-text_blue:focus {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-footer_bg:focus {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-brown:focus {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-dark_brown:focus {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-Light_purple:focus {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-dark_green:focus {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-medium_green:focus {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-light_green:focus {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-green_900:focus {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .desktop_large\:focus\:text-dark_border:focus {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .desktop_large\:text-opacity-0 {
        --tw-text-opacity: 0;
    }

    .desktop_large\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }

    .desktop_large\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }

    .desktop_large\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }

    .desktop_large\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }

    .desktop_large\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }

    .desktop_large\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }

    .desktop_large\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }

    .desktop_large\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }

    .desktop_large\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }

    .desktop_large\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }

    .desktop_large\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }

    .desktop_large\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }

    .desktop_large\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }

    .desktop_large\:text-opacity-100 {
        --tw-text-opacity: 1;
    }

    .group:hover .desktop_large\:group-hover\:text-opacity-0 {
        --tw-text-opacity: 0;
    }

    .group:hover .desktop_large\:group-hover\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }

    .group:hover .desktop_large\:group-hover\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }

    .group:hover .desktop_large\:group-hover\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }

    .group:hover .desktop_large\:group-hover\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }

    .group:hover .desktop_large\:group-hover\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }

    .group:hover .desktop_large\:group-hover\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }

    .group:hover .desktop_large\:group-hover\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }

    .group:hover .desktop_large\:group-hover\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }

    .group:hover .desktop_large\:group-hover\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }

    .group:hover .desktop_large\:group-hover\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }

    .group:hover .desktop_large\:group-hover\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }

    .group:hover .desktop_large\:group-hover\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }

    .group:hover .desktop_large\:group-hover\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }

    .group:hover .desktop_large\:group-hover\:text-opacity-100 {
        --tw-text-opacity: 1;
    }

    .desktop_large\:focus-within\:text-opacity-0:focus-within {
        --tw-text-opacity: 0;
    }

    .desktop_large\:focus-within\:text-opacity-5:focus-within {
        --tw-text-opacity: 0.05;
    }

    .desktop_large\:focus-within\:text-opacity-10:focus-within {
        --tw-text-opacity: 0.1;
    }

    .desktop_large\:focus-within\:text-opacity-20:focus-within {
        --tw-text-opacity: 0.2;
    }

    .desktop_large\:focus-within\:text-opacity-25:focus-within {
        --tw-text-opacity: 0.25;
    }

    .desktop_large\:focus-within\:text-opacity-30:focus-within {
        --tw-text-opacity: 0.3;
    }

    .desktop_large\:focus-within\:text-opacity-40:focus-within {
        --tw-text-opacity: 0.4;
    }

    .desktop_large\:focus-within\:text-opacity-50:focus-within {
        --tw-text-opacity: 0.5;
    }

    .desktop_large\:focus-within\:text-opacity-60:focus-within {
        --tw-text-opacity: 0.6;
    }

    .desktop_large\:focus-within\:text-opacity-70:focus-within {
        --tw-text-opacity: 0.7;
    }

    .desktop_large\:focus-within\:text-opacity-75:focus-within {
        --tw-text-opacity: 0.75;
    }

    .desktop_large\:focus-within\:text-opacity-80:focus-within {
        --tw-text-opacity: 0.8;
    }

    .desktop_large\:focus-within\:text-opacity-90:focus-within {
        --tw-text-opacity: 0.9;
    }

    .desktop_large\:focus-within\:text-opacity-95:focus-within {
        --tw-text-opacity: 0.95;
    }

    .desktop_large\:focus-within\:text-opacity-100:focus-within {
        --tw-text-opacity: 1;
    }

    .desktop_large\:hover\:text-opacity-0:hover {
        --tw-text-opacity: 0;
    }

    .desktop_large\:hover\:text-opacity-5:hover {
        --tw-text-opacity: 0.05;
    }

    .desktop_large\:hover\:text-opacity-10:hover {
        --tw-text-opacity: 0.1;
    }

    .desktop_large\:hover\:text-opacity-20:hover {
        --tw-text-opacity: 0.2;
    }

    .desktop_large\:hover\:text-opacity-25:hover {
        --tw-text-opacity: 0.25;
    }

    .desktop_large\:hover\:text-opacity-30:hover {
        --tw-text-opacity: 0.3;
    }

    .desktop_large\:hover\:text-opacity-40:hover {
        --tw-text-opacity: 0.4;
    }

    .desktop_large\:hover\:text-opacity-50:hover {
        --tw-text-opacity: 0.5;
    }

    .desktop_large\:hover\:text-opacity-60:hover {
        --tw-text-opacity: 0.6;
    }

    .desktop_large\:hover\:text-opacity-70:hover {
        --tw-text-opacity: 0.7;
    }

    .desktop_large\:hover\:text-opacity-75:hover {
        --tw-text-opacity: 0.75;
    }

    .desktop_large\:hover\:text-opacity-80:hover {
        --tw-text-opacity: 0.8;
    }

    .desktop_large\:hover\:text-opacity-90:hover {
        --tw-text-opacity: 0.9;
    }

    .desktop_large\:hover\:text-opacity-95:hover {
        --tw-text-opacity: 0.95;
    }

    .desktop_large\:hover\:text-opacity-100:hover {
        --tw-text-opacity: 1;
    }

    .desktop_large\:focus\:text-opacity-0:focus {
        --tw-text-opacity: 0;
    }

    .desktop_large\:focus\:text-opacity-5:focus {
        --tw-text-opacity: 0.05;
    }

    .desktop_large\:focus\:text-opacity-10:focus {
        --tw-text-opacity: 0.1;
    }

    .desktop_large\:focus\:text-opacity-20:focus {
        --tw-text-opacity: 0.2;
    }

    .desktop_large\:focus\:text-opacity-25:focus {
        --tw-text-opacity: 0.25;
    }

    .desktop_large\:focus\:text-opacity-30:focus {
        --tw-text-opacity: 0.3;
    }

    .desktop_large\:focus\:text-opacity-40:focus {
        --tw-text-opacity: 0.4;
    }

    .desktop_large\:focus\:text-opacity-50:focus {
        --tw-text-opacity: 0.5;
    }

    .desktop_large\:focus\:text-opacity-60:focus {
        --tw-text-opacity: 0.6;
    }

    .desktop_large\:focus\:text-opacity-70:focus {
        --tw-text-opacity: 0.7;
    }

    .desktop_large\:focus\:text-opacity-75:focus {
        --tw-text-opacity: 0.75;
    }

    .desktop_large\:focus\:text-opacity-80:focus {
        --tw-text-opacity: 0.8;
    }

    .desktop_large\:focus\:text-opacity-90:focus {
        --tw-text-opacity: 0.9;
    }

    .desktop_large\:focus\:text-opacity-95:focus {
        --tw-text-opacity: 0.95;
    }

    .desktop_large\:focus\:text-opacity-100:focus {
        --tw-text-opacity: 1;
    }

    .desktop_large\:underline {
        text-decoration: underline;
    }

    .desktop_large\:line-through {
        text-decoration: line-through;
    }

    .desktop_large\:no-underline {
        text-decoration: none;
    }

    .group:hover .desktop_large\:group-hover\:underline {
        text-decoration: underline;
    }

    .group:hover .desktop_large\:group-hover\:line-through {
        text-decoration: line-through;
    }

    .group:hover .desktop_large\:group-hover\:no-underline {
        text-decoration: none;
    }

    .desktop_large\:focus-within\:underline:focus-within {
        text-decoration: underline;
    }

    .desktop_large\:focus-within\:line-through:focus-within {
        text-decoration: line-through;
    }

    .desktop_large\:focus-within\:no-underline:focus-within {
        text-decoration: none;
    }

    .desktop_large\:hover\:underline:hover {
        text-decoration: underline;
    }

    .desktop_large\:hover\:line-through:hover {
        text-decoration: line-through;
    }

    .desktop_large\:hover\:no-underline:hover {
        text-decoration: none;
    }

    .desktop_large\:focus\:underline:focus {
        text-decoration: underline;
    }

    .desktop_large\:focus\:line-through:focus {
        text-decoration: line-through;
    }

    .desktop_large\:focus\:no-underline:focus {
        text-decoration: none;
    }

    .desktop_large\:antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .desktop_large\:subpixel-antialiased {
        -webkit-font-smoothing: auto;
        -moz-osx-font-smoothing: auto;
    }

    .desktop_large\:placeholder-transparent::-moz-placeholder {
        color: transparent;
    }

    .desktop_large\:placeholder-transparent:-ms-input-placeholder {
        color: transparent;
    }

    .desktop_large\:placeholder-transparent::placeholder {
        color: transparent;
    }

    .desktop_large\:placeholder-current::-moz-placeholder {
        color: currentColor;
    }

    .desktop_large\:placeholder-current:-ms-input-placeholder {
        color: currentColor;
    }

    .desktop_large\:placeholder-current::placeholder {
        color: currentColor;
    }

    .desktop_large\:placeholder-black::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-black:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-black::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-white::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-white:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-white::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-gray-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-gray-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-gray-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-gray-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-gray-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-gray-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-gray-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-gray-200:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-gray-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-gray-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-gray-300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-gray-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-gray-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-gray-400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-gray-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-gray-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-gray-500:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-gray-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-gray-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-gray-600:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-gray-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-gray-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-gray-700:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-gray-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-gray-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-gray-800:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-gray-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-gray-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-gray-900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-gray-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-red-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-red-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-red-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-red-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-red-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-red-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-red-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-red-200:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-red-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-red-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-red-300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-red-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-red-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-red-400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-red-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-red-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-red-500:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-red-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-red-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-red-600:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-red-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-red-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-red-700:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-red-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-red-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-red-800:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-red-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-red-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-red-900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-red-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-yellow::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-yellow:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-yellow::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-indigo-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-indigo-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-indigo-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-indigo-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-indigo-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-indigo-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-indigo-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-indigo-200:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-indigo-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-indigo-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-indigo-300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-indigo-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-indigo-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-indigo-400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-indigo-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-indigo-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-indigo-500:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-indigo-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-indigo-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-indigo-600:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-indigo-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-indigo-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-indigo-700:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-indigo-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-indigo-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-indigo-800:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-indigo-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-indigo-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-indigo-900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-indigo-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-purple::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-purple:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-purple::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-pink::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-pink:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-pink::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-primary::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-primary:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-primary::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-secondary::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-secondary:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-secondary::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-body_bg::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-body_bg:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-body_bg::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-body_text::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-body_text:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-body_text::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-title::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-title:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-title::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-dark_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-dark_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-dark_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-light_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-light_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-light_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-medium_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-medium_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-medium_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-lightten_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-lightten_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-lightten_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-grey_300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-grey_300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-grey_300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-grey_400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-grey_400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-grey_400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-medium_blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-medium_blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-medium_blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-dark_blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-dark_blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-dark_blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-text_blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-text_blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-text_blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-footer_bg::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-footer_bg:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-footer_bg::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-brown::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-brown:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-brown::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-dark_brown::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-dark_brown:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-dark_brown::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-Light_purple::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-Light_purple:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-Light_purple::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-dark_green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-dark_green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-dark_green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-medium_green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-medium_green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-medium_green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-light_green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-light_green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-light_green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-green_900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-green_900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-green_900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-dark_border::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-dark_border:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-dark_border::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-transparent:focus::-moz-placeholder {
        color: transparent;
    }

    .desktop_large\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
        color: transparent;
    }

    .desktop_large\:focus\:placeholder-transparent:focus::placeholder {
        color: transparent;
    }

    .desktop_large\:focus\:placeholder-current:focus::-moz-placeholder {
        color: currentColor;
    }

    .desktop_large\:focus\:placeholder-current:focus:-ms-input-placeholder {
        color: currentColor;
    }

    .desktop_large\:focus\:placeholder-current:focus::placeholder {
        color: currentColor;
    }

    .desktop_large\:focus\:placeholder-black:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-black:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-black:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-white:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-white:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-white:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-gray-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-gray-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-gray-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-gray-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-gray-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-gray-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-gray-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-gray-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-gray-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-gray-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-gray-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-gray-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-gray-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-gray-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-gray-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-gray-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-gray-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-gray-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-gray-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-gray-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-gray-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-red-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-red-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-red-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-red-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-red-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-red-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-red-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-red-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-red-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-red-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-red-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-red-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-red-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-red-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-red-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-red-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-red-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-red-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-red-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-red-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-red-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-yellow:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-yellow:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-indigo-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-indigo-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-indigo-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-indigo-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-indigo-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-indigo-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-indigo-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-indigo-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-indigo-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-indigo-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-purple:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-purple:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-purple:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-pink:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-pink:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-pink:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-primary:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-primary:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-primary:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-secondary:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-secondary:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-secondary:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-body_bg:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-body_bg:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-body_bg:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-body_text:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-body_text:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-body_text:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-title:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-title:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-title:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-dark_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-dark_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-dark_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-light_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-light_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-light_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-medium_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-medium_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-medium_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-lightten_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-lightten_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-lightten_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-grey_300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-grey_300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-grey_300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-grey_400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-grey_400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-grey_400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-medium_blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-medium_blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-medium_blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-dark_blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-dark_blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-dark_blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-text_blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-text_blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-text_blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-footer_bg:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-footer_bg:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-footer_bg:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-brown:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-brown:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-brown:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-dark_brown:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-dark_brown:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-dark_brown:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-Light_purple:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-Light_purple:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-Light_purple:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-dark_green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-dark_green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-dark_green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-medium_green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-medium_green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-medium_green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-light_green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-light_green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-light_green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-green_900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-green_900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-green_900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-dark_border:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-dark_border:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .desktop_large\:focus\:placeholder-dark_border:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .desktop_large\:placeholder-opacity-0::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .desktop_large\:placeholder-opacity-0:-ms-input-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .desktop_large\:placeholder-opacity-0::placeholder {
        --tw-placeholder-opacity: 0;
    }

    .desktop_large\:placeholder-opacity-5::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .desktop_large\:placeholder-opacity-5:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .desktop_large\:placeholder-opacity-5::placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .desktop_large\:placeholder-opacity-10::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .desktop_large\:placeholder-opacity-10:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .desktop_large\:placeholder-opacity-10::placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .desktop_large\:placeholder-opacity-20::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .desktop_large\:placeholder-opacity-20:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .desktop_large\:placeholder-opacity-20::placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .desktop_large\:placeholder-opacity-25::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .desktop_large\:placeholder-opacity-25:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .desktop_large\:placeholder-opacity-25::placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .desktop_large\:placeholder-opacity-30::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .desktop_large\:placeholder-opacity-30:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .desktop_large\:placeholder-opacity-30::placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .desktop_large\:placeholder-opacity-40::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .desktop_large\:placeholder-opacity-40:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .desktop_large\:placeholder-opacity-40::placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .desktop_large\:placeholder-opacity-50::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .desktop_large\:placeholder-opacity-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .desktop_large\:placeholder-opacity-50::placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .desktop_large\:placeholder-opacity-60::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .desktop_large\:placeholder-opacity-60:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .desktop_large\:placeholder-opacity-60::placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .desktop_large\:placeholder-opacity-70::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .desktop_large\:placeholder-opacity-70:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .desktop_large\:placeholder-opacity-70::placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .desktop_large\:placeholder-opacity-75::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .desktop_large\:placeholder-opacity-75:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .desktop_large\:placeholder-opacity-75::placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .desktop_large\:placeholder-opacity-80::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .desktop_large\:placeholder-opacity-80:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .desktop_large\:placeholder-opacity-80::placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .desktop_large\:placeholder-opacity-90::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .desktop_large\:placeholder-opacity-90:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .desktop_large\:placeholder-opacity-90::placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .desktop_large\:placeholder-opacity-95::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .desktop_large\:placeholder-opacity-95:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .desktop_large\:placeholder-opacity-95::placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .desktop_large\:placeholder-opacity-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .desktop_large\:placeholder-opacity-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .desktop_large\:placeholder-opacity-100::placeholder {
        --tw-placeholder-opacity: 1;
    }

    .desktop_large\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .desktop_large\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .desktop_large\:focus\:placeholder-opacity-0:focus::placeholder {
        --tw-placeholder-opacity: 0;
    }

    .desktop_large\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .desktop_large\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .desktop_large\:focus\:placeholder-opacity-5:focus::placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .desktop_large\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .desktop_large\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .desktop_large\:focus\:placeholder-opacity-10:focus::placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .desktop_large\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .desktop_large\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .desktop_large\:focus\:placeholder-opacity-20:focus::placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .desktop_large\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .desktop_large\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .desktop_large\:focus\:placeholder-opacity-25:focus::placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .desktop_large\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .desktop_large\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .desktop_large\:focus\:placeholder-opacity-30:focus::placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .desktop_large\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .desktop_large\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .desktop_large\:focus\:placeholder-opacity-40:focus::placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .desktop_large\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .desktop_large\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .desktop_large\:focus\:placeholder-opacity-50:focus::placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .desktop_large\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .desktop_large\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .desktop_large\:focus\:placeholder-opacity-60:focus::placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .desktop_large\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .desktop_large\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .desktop_large\:focus\:placeholder-opacity-70:focus::placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .desktop_large\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .desktop_large\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .desktop_large\:focus\:placeholder-opacity-75:focus::placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .desktop_large\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .desktop_large\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .desktop_large\:focus\:placeholder-opacity-80:focus::placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .desktop_large\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .desktop_large\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .desktop_large\:focus\:placeholder-opacity-90:focus::placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .desktop_large\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .desktop_large\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .desktop_large\:focus\:placeholder-opacity-95:focus::placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .desktop_large\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .desktop_large\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .desktop_large\:focus\:placeholder-opacity-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
    }

    .desktop_large\:opacity-0 {
        opacity: 0;
    }

    .desktop_large\:opacity-5 {
        opacity: 0.05;
    }

    .desktop_large\:opacity-10 {
        opacity: 0.1;
    }

    .desktop_large\:opacity-20 {
        opacity: 0.2;
    }

    .desktop_large\:opacity-25 {
        opacity: 0.25;
    }

    .desktop_large\:opacity-30 {
        opacity: 0.3;
    }

    .desktop_large\:opacity-40 {
        opacity: 0.4;
    }

    .desktop_large\:opacity-50 {
        opacity: 0.5;
    }

    .desktop_large\:opacity-60 {
        opacity: 0.6;
    }

    .desktop_large\:opacity-70 {
        opacity: 0.7;
    }

    .desktop_large\:opacity-75 {
        opacity: 0.75;
    }

    .desktop_large\:opacity-80 {
        opacity: 0.8;
    }

    .desktop_large\:opacity-90 {
        opacity: 0.9;
    }

    .desktop_large\:opacity-95 {
        opacity: 0.95;
    }

    .desktop_large\:opacity-100 {
        opacity: 1;
    }

    .group:hover .desktop_large\:group-hover\:opacity-0 {
        opacity: 0;
    }

    .group:hover .desktop_large\:group-hover\:opacity-5 {
        opacity: 0.05;
    }

    .group:hover .desktop_large\:group-hover\:opacity-10 {
        opacity: 0.1;
    }

    .group:hover .desktop_large\:group-hover\:opacity-20 {
        opacity: 0.2;
    }

    .group:hover .desktop_large\:group-hover\:opacity-25 {
        opacity: 0.25;
    }

    .group:hover .desktop_large\:group-hover\:opacity-30 {
        opacity: 0.3;
    }

    .group:hover .desktop_large\:group-hover\:opacity-40 {
        opacity: 0.4;
    }

    .group:hover .desktop_large\:group-hover\:opacity-50 {
        opacity: 0.5;
    }

    .group:hover .desktop_large\:group-hover\:opacity-60 {
        opacity: 0.6;
    }

    .group:hover .desktop_large\:group-hover\:opacity-70 {
        opacity: 0.7;
    }

    .group:hover .desktop_large\:group-hover\:opacity-75 {
        opacity: 0.75;
    }

    .group:hover .desktop_large\:group-hover\:opacity-80 {
        opacity: 0.8;
    }

    .group:hover .desktop_large\:group-hover\:opacity-90 {
        opacity: 0.9;
    }

    .group:hover .desktop_large\:group-hover\:opacity-95 {
        opacity: 0.95;
    }

    .group:hover .desktop_large\:group-hover\:opacity-100 {
        opacity: 1;
    }

    .desktop_large\:focus-within\:opacity-0:focus-within {
        opacity: 0;
    }

    .desktop_large\:focus-within\:opacity-5:focus-within {
        opacity: 0.05;
    }

    .desktop_large\:focus-within\:opacity-10:focus-within {
        opacity: 0.1;
    }

    .desktop_large\:focus-within\:opacity-20:focus-within {
        opacity: 0.2;
    }

    .desktop_large\:focus-within\:opacity-25:focus-within {
        opacity: 0.25;
    }

    .desktop_large\:focus-within\:opacity-30:focus-within {
        opacity: 0.3;
    }

    .desktop_large\:focus-within\:opacity-40:focus-within {
        opacity: 0.4;
    }

    .desktop_large\:focus-within\:opacity-50:focus-within {
        opacity: 0.5;
    }

    .desktop_large\:focus-within\:opacity-60:focus-within {
        opacity: 0.6;
    }

    .desktop_large\:focus-within\:opacity-70:focus-within {
        opacity: 0.7;
    }

    .desktop_large\:focus-within\:opacity-75:focus-within {
        opacity: 0.75;
    }

    .desktop_large\:focus-within\:opacity-80:focus-within {
        opacity: 0.8;
    }

    .desktop_large\:focus-within\:opacity-90:focus-within {
        opacity: 0.9;
    }

    .desktop_large\:focus-within\:opacity-95:focus-within {
        opacity: 0.95;
    }

    .desktop_large\:focus-within\:opacity-100:focus-within {
        opacity: 1;
    }

    .desktop_large\:hover\:opacity-0:hover {
        opacity: 0;
    }

    .desktop_large\:hover\:opacity-5:hover {
        opacity: 0.05;
    }

    .desktop_large\:hover\:opacity-10:hover {
        opacity: 0.1;
    }

    .desktop_large\:hover\:opacity-20:hover {
        opacity: 0.2;
    }

    .desktop_large\:hover\:opacity-25:hover {
        opacity: 0.25;
    }

    .desktop_large\:hover\:opacity-30:hover {
        opacity: 0.3;
    }

    .desktop_large\:hover\:opacity-40:hover {
        opacity: 0.4;
    }

    .desktop_large\:hover\:opacity-50:hover {
        opacity: 0.5;
    }

    .desktop_large\:hover\:opacity-60:hover {
        opacity: 0.6;
    }

    .desktop_large\:hover\:opacity-70:hover {
        opacity: 0.7;
    }

    .desktop_large\:hover\:opacity-75:hover {
        opacity: 0.75;
    }

    .desktop_large\:hover\:opacity-80:hover {
        opacity: 0.8;
    }

    .desktop_large\:hover\:opacity-90:hover {
        opacity: 0.9;
    }

    .desktop_large\:hover\:opacity-95:hover {
        opacity: 0.95;
    }

    .desktop_large\:hover\:opacity-100:hover {
        opacity: 1;
    }

    .desktop_large\:focus\:opacity-0:focus {
        opacity: 0;
    }

    .desktop_large\:focus\:opacity-5:focus {
        opacity: 0.05;
    }

    .desktop_large\:focus\:opacity-10:focus {
        opacity: 0.1;
    }

    .desktop_large\:focus\:opacity-20:focus {
        opacity: 0.2;
    }

    .desktop_large\:focus\:opacity-25:focus {
        opacity: 0.25;
    }

    .desktop_large\:focus\:opacity-30:focus {
        opacity: 0.3;
    }

    .desktop_large\:focus\:opacity-40:focus {
        opacity: 0.4;
    }

    .desktop_large\:focus\:opacity-50:focus {
        opacity: 0.5;
    }

    .desktop_large\:focus\:opacity-60:focus {
        opacity: 0.6;
    }

    .desktop_large\:focus\:opacity-70:focus {
        opacity: 0.7;
    }

    .desktop_large\:focus\:opacity-75:focus {
        opacity: 0.75;
    }

    .desktop_large\:focus\:opacity-80:focus {
        opacity: 0.8;
    }

    .desktop_large\:focus\:opacity-90:focus {
        opacity: 0.9;
    }

    .desktop_large\:focus\:opacity-95:focus {
        opacity: 0.95;
    }

    .desktop_large\:focus\:opacity-100:focus {
        opacity: 1;
    }

    .desktop_large\:bg-blend-normal {
        background-blend-mode: normal;
    }

    .desktop_large\:bg-blend-multiply {
        background-blend-mode: multiply;
    }

    .desktop_large\:bg-blend-screen {
        background-blend-mode: screen;
    }

    .desktop_large\:bg-blend-overlay {
        background-blend-mode: overlay;
    }

    .desktop_large\:bg-blend-darken {
        background-blend-mode: darken;
    }

    .desktop_large\:bg-blend-lighten {
        background-blend-mode: lighten;
    }

    .desktop_large\:bg-blend-color-dodge {
        background-blend-mode: color-dodge;
    }

    .desktop_large\:bg-blend-color-burn {
        background-blend-mode: color-burn;
    }

    .desktop_large\:bg-blend-hard-light {
        background-blend-mode: hard-light;
    }

    .desktop_large\:bg-blend-soft-light {
        background-blend-mode: soft-light;
    }

    .desktop_large\:bg-blend-difference {
        background-blend-mode: difference;
    }

    .desktop_large\:bg-blend-exclusion {
        background-blend-mode: exclusion;
    }

    .desktop_large\:bg-blend-hue {
        background-blend-mode: hue;
    }

    .desktop_large\:bg-blend-saturation {
        background-blend-mode: saturation;
    }

    .desktop_large\:bg-blend-color {
        background-blend-mode: color;
    }

    .desktop_large\:bg-blend-luminosity {
        background-blend-mode: luminosity;
    }

    .desktop_large\:mix-blend-normal {
        mix-blend-mode: normal;
    }

    .desktop_large\:mix-blend-multiply {
        mix-blend-mode: multiply;
    }

    .desktop_large\:mix-blend-screen {
        mix-blend-mode: screen;
    }

    .desktop_large\:mix-blend-overlay {
        mix-blend-mode: overlay;
    }

    .desktop_large\:mix-blend-darken {
        mix-blend-mode: darken;
    }

    .desktop_large\:mix-blend-lighten {
        mix-blend-mode: lighten;
    }

    .desktop_large\:mix-blend-color-dodge {
        mix-blend-mode: color-dodge;
    }

    .desktop_large\:mix-blend-color-burn {
        mix-blend-mode: color-burn;
    }

    .desktop_large\:mix-blend-hard-light {
        mix-blend-mode: hard-light;
    }

    .desktop_large\:mix-blend-soft-light {
        mix-blend-mode: soft-light;
    }

    .desktop_large\:mix-blend-difference {
        mix-blend-mode: difference;
    }

    .desktop_large\:mix-blend-exclusion {
        mix-blend-mode: exclusion;
    }

    .desktop_large\:mix-blend-hue {
        mix-blend-mode: hue;
    }

    .desktop_large\:mix-blend-saturation {
        mix-blend-mode: saturation;
    }

    .desktop_large\:mix-blend-color {
        mix-blend-mode: color;
    }

    .desktop_large\:mix-blend-luminosity {
        mix-blend-mode: luminosity;
    }

    .desktop_large\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_large\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_large\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_large\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_large\:shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_large\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_large\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_large\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .desktop_large\:group-hover\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .desktop_large\:group-hover\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .desktop_large\:group-hover\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .desktop_large\:group-hover\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .desktop_large\:group-hover\:shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .desktop_large\:group-hover\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .desktop_large\:group-hover\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .desktop_large\:group-hover\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_large\:focus-within\:shadow-sm:focus-within {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_large\:focus-within\:shadow:focus-within {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_large\:focus-within\:shadow-md:focus-within {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_large\:focus-within\:shadow-lg:focus-within {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_large\:focus-within\:shadow-xl:focus-within {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_large\:focus-within\:shadow-2xl:focus-within {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_large\:focus-within\:shadow-inner:focus-within {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_large\:focus-within\:shadow-none:focus-within {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_large\:hover\:shadow-sm:hover {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_large\:hover\:shadow:hover {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_large\:hover\:shadow-md:hover {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_large\:hover\:shadow-lg:hover {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_large\:hover\:shadow-xl:hover {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_large\:hover\:shadow-2xl:hover {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_large\:hover\:shadow-inner:hover {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_large\:hover\:shadow-none:hover {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_large\:focus\:shadow-sm:focus {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_large\:focus\:shadow:focus {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_large\:focus\:shadow-md:focus {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_large\:focus\:shadow-lg:focus {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_large\:focus\:shadow-xl:focus {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_large\:focus\:shadow-2xl:focus {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_large\:focus\:shadow-inner:focus {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_large\:focus\:shadow-none:focus {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_large\:outline-none {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .desktop_large\:outline-white {
        outline: 2px dotted white;
        outline-offset: 2px;
    }

    .desktop_large\:outline-black {
        outline: 2px dotted black;
        outline-offset: 2px;
    }

    .desktop_large\:focus-within\:outline-none:focus-within {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .desktop_large\:focus-within\:outline-white:focus-within {
        outline: 2px dotted white;
        outline-offset: 2px;
    }

    .desktop_large\:focus-within\:outline-black:focus-within {
        outline: 2px dotted black;
        outline-offset: 2px;
    }

    .desktop_large\:focus\:outline-none:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .desktop_large\:focus\:outline-white:focus {
        outline: 2px dotted white;
        outline-offset: 2px;
    }

    .desktop_large\:focus\:outline-black:focus {
        outline: 2px dotted black;
        outline-offset: 2px;
    }

    .desktop_large\:ring-0 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_large\:ring-1 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_large\:ring-2 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_large\:ring-4 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_large\:ring-8 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_large\:ring {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_large\:focus-within\:ring-0:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_large\:focus-within\:ring-1:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_large\:focus-within\:ring-2:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_large\:focus-within\:ring-4:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_large\:focus-within\:ring-8:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_large\:focus-within\:ring:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_large\:focus\:ring-0:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_large\:focus\:ring-1:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_large\:focus\:ring-2:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_large\:focus\:ring-4:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_large\:focus\:ring-8:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_large\:focus\:ring:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_large\:ring-inset {
        --tw-ring-inset: inset;
    }

    .desktop_large\:focus-within\:ring-inset:focus-within {
        --tw-ring-inset: inset;
    }

    .desktop_large\:focus\:ring-inset:focus {
        --tw-ring-inset: inset;
    }

    .desktop_large\:ring-transparent {
        --tw-ring-color: transparent;
    }

    .desktop_large\:ring-current {
        --tw-ring-color: currentColor;
    }

    .desktop_large\:ring-black {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-white {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-gray-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-gray-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-gray-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-gray-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-gray-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-gray-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-gray-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-gray-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-gray-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-gray-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-red-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-red-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-red-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-red-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-red-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-red-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-red-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-red-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-red-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-red-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-yellow {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 145, 67, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(123, 188, 0, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 164, 220, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-indigo-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-indigo-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-indigo-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-indigo-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-indigo-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-indigo-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-indigo-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-indigo-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-indigo-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-indigo-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-purple {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(104, 71, 195, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-pink {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(133, 7, 55, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-primary {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 110, 110, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-secondary {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-body_bg {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-body_text {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-title {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(82, 74, 81, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-dark_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-light_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-medium_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(87, 81, 86, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-lightten_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(198, 198, 198, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-grey_300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-grey_400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-medium_blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(69, 205, 252, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-dark_blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 128, 172, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-text_blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-footer_bg {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-brown {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(128, 83, 0, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-dark_brown {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(135, 68, 51, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-Light_purple {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(101, 71, 155, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-dark_green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 155, 81, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-medium_green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 172, 43, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-light_green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(154, 203, 62, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-green_900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(57, 102, 118, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-dark_border {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-transparent:focus-within {
        --tw-ring-color: transparent;
    }

    .desktop_large\:focus-within\:ring-current:focus-within {
        --tw-ring-color: currentColor;
    }

    .desktop_large\:focus-within\:ring-black:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-white:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-gray-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-gray-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-gray-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-gray-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-gray-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-gray-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-gray-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-gray-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-gray-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-gray-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-red-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-red-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-red-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-red-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-red-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-red-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-red-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-red-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-red-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-red-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-yellow:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 145, 67, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(123, 188, 0, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 164, 220, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-indigo-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-indigo-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-indigo-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-indigo-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-indigo-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-indigo-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-indigo-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-indigo-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-indigo-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-indigo-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-purple:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(104, 71, 195, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-pink:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(133, 7, 55, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-primary:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 110, 110, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-secondary:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-body_bg:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-body_text:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-title:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(82, 74, 81, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-dark_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-light_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-medium_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(87, 81, 86, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-lightten_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(198, 198, 198, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-grey_300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-grey_400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-medium_blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(69, 205, 252, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-dark_blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 128, 172, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-text_blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-footer_bg:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-brown:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(128, 83, 0, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-dark_brown:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(135, 68, 51, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-Light_purple:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(101, 71, 155, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-dark_green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 155, 81, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-medium_green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 172, 43, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-light_green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(154, 203, 62, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-green_900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(57, 102, 118, var(--tw-ring-opacity));
    }

    .desktop_large\:focus-within\:ring-dark_border:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-transparent:focus {
        --tw-ring-color: transparent;
    }

    .desktop_large\:focus\:ring-current:focus {
        --tw-ring-color: currentColor;
    }

    .desktop_large\:focus\:ring-black:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-white:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-gray-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-gray-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-gray-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-gray-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-gray-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-gray-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-gray-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-gray-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-gray-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-gray-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-red-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-red-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-red-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-red-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-red-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-red-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-red-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-red-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-red-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-red-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-yellow:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 145, 67, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(123, 188, 0, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 164, 220, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-indigo-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-indigo-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-indigo-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-indigo-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-indigo-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-indigo-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-indigo-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-indigo-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-indigo-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-indigo-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-purple:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(104, 71, 195, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-pink:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(133, 7, 55, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-primary:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 110, 110, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-secondary:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-body_bg:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-body_text:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-title:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(82, 74, 81, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-dark_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-light_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-medium_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(87, 81, 86, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-lightten_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(198, 198, 198, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-grey_300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-grey_400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-medium_blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(69, 205, 252, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-dark_blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 128, 172, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-text_blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-footer_bg:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-brown:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(128, 83, 0, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-dark_brown:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(135, 68, 51, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-Light_purple:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(101, 71, 155, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-dark_green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 155, 81, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-medium_green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 172, 43, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-light_green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(154, 203, 62, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-green_900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(57, 102, 118, var(--tw-ring-opacity));
    }

    .desktop_large\:focus\:ring-dark_border:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity));
    }

    .desktop_large\:ring-opacity-0 {
        --tw-ring-opacity: 0;
    }

    .desktop_large\:ring-opacity-5 {
        --tw-ring-opacity: 0.05;
    }

    .desktop_large\:ring-opacity-10 {
        --tw-ring-opacity: 0.1;
    }

    .desktop_large\:ring-opacity-20 {
        --tw-ring-opacity: 0.2;
    }

    .desktop_large\:ring-opacity-25 {
        --tw-ring-opacity: 0.25;
    }

    .desktop_large\:ring-opacity-30 {
        --tw-ring-opacity: 0.3;
    }

    .desktop_large\:ring-opacity-40 {
        --tw-ring-opacity: 0.4;
    }

    .desktop_large\:ring-opacity-50 {
        --tw-ring-opacity: 0.5;
    }

    .desktop_large\:ring-opacity-60 {
        --tw-ring-opacity: 0.6;
    }

    .desktop_large\:ring-opacity-70 {
        --tw-ring-opacity: 0.7;
    }

    .desktop_large\:ring-opacity-75 {
        --tw-ring-opacity: 0.75;
    }

    .desktop_large\:ring-opacity-80 {
        --tw-ring-opacity: 0.8;
    }

    .desktop_large\:ring-opacity-90 {
        --tw-ring-opacity: 0.9;
    }

    .desktop_large\:ring-opacity-95 {
        --tw-ring-opacity: 0.95;
    }

    .desktop_large\:ring-opacity-100 {
        --tw-ring-opacity: 1;
    }

    .desktop_large\:focus-within\:ring-opacity-0:focus-within {
        --tw-ring-opacity: 0;
    }

    .desktop_large\:focus-within\:ring-opacity-5:focus-within {
        --tw-ring-opacity: 0.05;
    }

    .desktop_large\:focus-within\:ring-opacity-10:focus-within {
        --tw-ring-opacity: 0.1;
    }

    .desktop_large\:focus-within\:ring-opacity-20:focus-within {
        --tw-ring-opacity: 0.2;
    }

    .desktop_large\:focus-within\:ring-opacity-25:focus-within {
        --tw-ring-opacity: 0.25;
    }

    .desktop_large\:focus-within\:ring-opacity-30:focus-within {
        --tw-ring-opacity: 0.3;
    }

    .desktop_large\:focus-within\:ring-opacity-40:focus-within {
        --tw-ring-opacity: 0.4;
    }

    .desktop_large\:focus-within\:ring-opacity-50:focus-within {
        --tw-ring-opacity: 0.5;
    }

    .desktop_large\:focus-within\:ring-opacity-60:focus-within {
        --tw-ring-opacity: 0.6;
    }

    .desktop_large\:focus-within\:ring-opacity-70:focus-within {
        --tw-ring-opacity: 0.7;
    }

    .desktop_large\:focus-within\:ring-opacity-75:focus-within {
        --tw-ring-opacity: 0.75;
    }

    .desktop_large\:focus-within\:ring-opacity-80:focus-within {
        --tw-ring-opacity: 0.8;
    }

    .desktop_large\:focus-within\:ring-opacity-90:focus-within {
        --tw-ring-opacity: 0.9;
    }

    .desktop_large\:focus-within\:ring-opacity-95:focus-within {
        --tw-ring-opacity: 0.95;
    }

    .desktop_large\:focus-within\:ring-opacity-100:focus-within {
        --tw-ring-opacity: 1;
    }

    .desktop_large\:focus\:ring-opacity-0:focus {
        --tw-ring-opacity: 0;
    }

    .desktop_large\:focus\:ring-opacity-5:focus {
        --tw-ring-opacity: 0.05;
    }

    .desktop_large\:focus\:ring-opacity-10:focus {
        --tw-ring-opacity: 0.1;
    }

    .desktop_large\:focus\:ring-opacity-20:focus {
        --tw-ring-opacity: 0.2;
    }

    .desktop_large\:focus\:ring-opacity-25:focus {
        --tw-ring-opacity: 0.25;
    }

    .desktop_large\:focus\:ring-opacity-30:focus {
        --tw-ring-opacity: 0.3;
    }

    .desktop_large\:focus\:ring-opacity-40:focus {
        --tw-ring-opacity: 0.4;
    }

    .desktop_large\:focus\:ring-opacity-50:focus {
        --tw-ring-opacity: 0.5;
    }

    .desktop_large\:focus\:ring-opacity-60:focus {
        --tw-ring-opacity: 0.6;
    }

    .desktop_large\:focus\:ring-opacity-70:focus {
        --tw-ring-opacity: 0.7;
    }

    .desktop_large\:focus\:ring-opacity-75:focus {
        --tw-ring-opacity: 0.75;
    }

    .desktop_large\:focus\:ring-opacity-80:focus {
        --tw-ring-opacity: 0.8;
    }

    .desktop_large\:focus\:ring-opacity-90:focus {
        --tw-ring-opacity: 0.9;
    }

    .desktop_large\:focus\:ring-opacity-95:focus {
        --tw-ring-opacity: 0.95;
    }

    .desktop_large\:focus\:ring-opacity-100:focus {
        --tw-ring-opacity: 1;
    }

    .desktop_large\:ring-offset-0 {
        --tw-ring-offset-width: 0px;
    }

    .desktop_large\:ring-offset-1 {
        --tw-ring-offset-width: 1px;
    }

    .desktop_large\:ring-offset-2 {
        --tw-ring-offset-width: 2px;
    }

    .desktop_large\:ring-offset-4 {
        --tw-ring-offset-width: 4px;
    }

    .desktop_large\:ring-offset-8 {
        --tw-ring-offset-width: 8px;
    }

    .desktop_large\:focus-within\:ring-offset-0:focus-within {
        --tw-ring-offset-width: 0px;
    }

    .desktop_large\:focus-within\:ring-offset-1:focus-within {
        --tw-ring-offset-width: 1px;
    }

    .desktop_large\:focus-within\:ring-offset-2:focus-within {
        --tw-ring-offset-width: 2px;
    }

    .desktop_large\:focus-within\:ring-offset-4:focus-within {
        --tw-ring-offset-width: 4px;
    }

    .desktop_large\:focus-within\:ring-offset-8:focus-within {
        --tw-ring-offset-width: 8px;
    }

    .desktop_large\:focus\:ring-offset-0:focus {
        --tw-ring-offset-width: 0px;
    }

    .desktop_large\:focus\:ring-offset-1:focus {
        --tw-ring-offset-width: 1px;
    }

    .desktop_large\:focus\:ring-offset-2:focus {
        --tw-ring-offset-width: 2px;
    }

    .desktop_large\:focus\:ring-offset-4:focus {
        --tw-ring-offset-width: 4px;
    }

    .desktop_large\:focus\:ring-offset-8:focus {
        --tw-ring-offset-width: 8px;
    }

    .desktop_large\:ring-offset-transparent {
        --tw-ring-offset-color: transparent;
    }

    .desktop_large\:ring-offset-current {
        --tw-ring-offset-color: currentColor;
    }

    .desktop_large\:ring-offset-black {
        --tw-ring-offset-color: #000;
    }

    .desktop_large\:ring-offset-white {
        --tw-ring-offset-color: #fff;
    }

    .desktop_large\:ring-offset-gray-50 {
        --tw-ring-offset-color: #f9fafb;
    }

    .desktop_large\:ring-offset-gray-100 {
        --tw-ring-offset-color: #f3f4f6;
    }

    .desktop_large\:ring-offset-gray-200 {
        --tw-ring-offset-color: #e5e7eb;
    }

    .desktop_large\:ring-offset-gray-300 {
        --tw-ring-offset-color: #d1d5db;
    }

    .desktop_large\:ring-offset-gray-400 {
        --tw-ring-offset-color: #9ca3af;
    }

    .desktop_large\:ring-offset-gray-500 {
        --tw-ring-offset-color: #6b7280;
    }

    .desktop_large\:ring-offset-gray-600 {
        --tw-ring-offset-color: #4b5563;
    }

    .desktop_large\:ring-offset-gray-700 {
        --tw-ring-offset-color: #374151;
    }

    .desktop_large\:ring-offset-gray-800 {
        --tw-ring-offset-color: #1f2937;
    }

    .desktop_large\:ring-offset-gray-900 {
        --tw-ring-offset-color: #111827;
    }

    .desktop_large\:ring-offset-red-50 {
        --tw-ring-offset-color: #fef2f2;
    }

    .desktop_large\:ring-offset-red-100 {
        --tw-ring-offset-color: #fee2e2;
    }

    .desktop_large\:ring-offset-red-200 {
        --tw-ring-offset-color: #fecaca;
    }

    .desktop_large\:ring-offset-red-300 {
        --tw-ring-offset-color: #fca5a5;
    }

    .desktop_large\:ring-offset-red-400 {
        --tw-ring-offset-color: #f87171;
    }

    .desktop_large\:ring-offset-red-500 {
        --tw-ring-offset-color: #ef4444;
    }

    .desktop_large\:ring-offset-red-600 {
        --tw-ring-offset-color: #dc2626;
    }

    .desktop_large\:ring-offset-red-700 {
        --tw-ring-offset-color: #b91c1c;
    }

    .desktop_large\:ring-offset-red-800 {
        --tw-ring-offset-color: #991b1b;
    }

    .desktop_large\:ring-offset-red-900 {
        --tw-ring-offset-color: #7f1d1d;
    }

    .desktop_large\:ring-offset-yellow {
        --tw-ring-offset-color: #ed9143;
    }

    .desktop_large\:ring-offset-green {
        --tw-ring-offset-color: #7bbc00;
    }

    .desktop_large\:ring-offset-blue {
        --tw-ring-offset-color: #5ba4dc;
    }

    .desktop_large\:ring-offset-indigo-50 {
        --tw-ring-offset-color: #eef2ff;
    }

    .desktop_large\:ring-offset-indigo-100 {
        --tw-ring-offset-color: #e0e7ff;
    }

    .desktop_large\:ring-offset-indigo-200 {
        --tw-ring-offset-color: #c7d2fe;
    }

    .desktop_large\:ring-offset-indigo-300 {
        --tw-ring-offset-color: #a5b4fc;
    }

    .desktop_large\:ring-offset-indigo-400 {
        --tw-ring-offset-color: #818cf8;
    }

    .desktop_large\:ring-offset-indigo-500 {
        --tw-ring-offset-color: #6366f1;
    }

    .desktop_large\:ring-offset-indigo-600 {
        --tw-ring-offset-color: #4f46e5;
    }

    .desktop_large\:ring-offset-indigo-700 {
        --tw-ring-offset-color: #4338ca;
    }

    .desktop_large\:ring-offset-indigo-800 {
        --tw-ring-offset-color: #3730a3;
    }

    .desktop_large\:ring-offset-indigo-900 {
        --tw-ring-offset-color: #312e81;
    }

    .desktop_large\:ring-offset-purple {
        --tw-ring-offset-color: #6847c3;
    }

    .desktop_large\:ring-offset-pink {
        --tw-ring-offset-color: #850737;
    }

    .desktop_large\:ring-offset-primary {
        --tw-ring-offset-color: #6E6E6E;
    }

    .desktop_large\:ring-offset-secondary {
        --tw-ring-offset-color: #ededed;
    }

    .desktop_large\:ring-offset-body_bg {
        --tw-ring-offset-color: #ffffff;
    }

    .desktop_large\:ring-offset-body_text {
        --tw-ring-offset-color: #4a4349;
    }

    .desktop_large\:ring-offset-title {
        --tw-ring-offset-color: #3fb2cf;
    }

    .desktop_large\:ring-offset-grey {
        --tw-ring-offset-color: #524A51;
    }

    .desktop_large\:ring-offset-dark_grey {
        --tw-ring-offset-color: #4a4349;
    }

    .desktop_large\:ring-offset-light_grey {
        --tw-ring-offset-color: #B7B7B7;
    }

    .desktop_large\:ring-offset-medium_grey {
        --tw-ring-offset-color: #575156;
    }

    .desktop_large\:ring-offset-lightten_grey {
        --tw-ring-offset-color: #C6C6C6;
    }

    .desktop_large\:ring-offset-grey_300 {
        --tw-ring-offset-color: #d3d3d3;
    }

    .desktop_large\:ring-offset-grey_400 {
        --tw-ring-offset-color: #b7b7b7;
    }

    .desktop_large\:ring-offset-medium_blue {
        --tw-ring-offset-color: #45cdfc;
    }

    .desktop_large\:ring-offset-dark_blue {
        --tw-ring-offset-color: #0080ac;
    }

    .desktop_large\:ring-offset-text_blue {
        --tw-ring-offset-color: #3FB2CF;
    }

    .desktop_large\:ring-offset-footer_bg {
        --tw-ring-offset-color: #464646;
    }

    .desktop_large\:ring-offset-brown {
        --tw-ring-offset-color: #805300;
    }

    .desktop_large\:ring-offset-dark_brown {
        --tw-ring-offset-color: #874433;
    }

    .desktop_large\:ring-offset-Light_purple {
        --tw-ring-offset-color: #65479b;
    }

    .desktop_large\:ring-offset-dark_green {
        --tw-ring-offset-color: #479b51;
    }

    .desktop_large\:ring-offset-medium_green {
        --tw-ring-offset-color: #3aac2b;
    }

    .desktop_large\:ring-offset-light_green {
        --tw-ring-offset-color: #9acb3e;
    }

    .desktop_large\:ring-offset-green_900 {
        --tw-ring-offset-color: #396676;
    }

    .desktop_large\:ring-offset-dark_border {
        --tw-ring-offset-color: #707070;
    }

    .desktop_large\:focus-within\:ring-offset-transparent:focus-within {
        --tw-ring-offset-color: transparent;
    }

    .desktop_large\:focus-within\:ring-offset-current:focus-within {
        --tw-ring-offset-color: currentColor;
    }

    .desktop_large\:focus-within\:ring-offset-black:focus-within {
        --tw-ring-offset-color: #000;
    }

    .desktop_large\:focus-within\:ring-offset-white:focus-within {
        --tw-ring-offset-color: #fff;
    }

    .desktop_large\:focus-within\:ring-offset-gray-50:focus-within {
        --tw-ring-offset-color: #f9fafb;
    }

    .desktop_large\:focus-within\:ring-offset-gray-100:focus-within {
        --tw-ring-offset-color: #f3f4f6;
    }

    .desktop_large\:focus-within\:ring-offset-gray-200:focus-within {
        --tw-ring-offset-color: #e5e7eb;
    }

    .desktop_large\:focus-within\:ring-offset-gray-300:focus-within {
        --tw-ring-offset-color: #d1d5db;
    }

    .desktop_large\:focus-within\:ring-offset-gray-400:focus-within {
        --tw-ring-offset-color: #9ca3af;
    }

    .desktop_large\:focus-within\:ring-offset-gray-500:focus-within {
        --tw-ring-offset-color: #6b7280;
    }

    .desktop_large\:focus-within\:ring-offset-gray-600:focus-within {
        --tw-ring-offset-color: #4b5563;
    }

    .desktop_large\:focus-within\:ring-offset-gray-700:focus-within {
        --tw-ring-offset-color: #374151;
    }

    .desktop_large\:focus-within\:ring-offset-gray-800:focus-within {
        --tw-ring-offset-color: #1f2937;
    }

    .desktop_large\:focus-within\:ring-offset-gray-900:focus-within {
        --tw-ring-offset-color: #111827;
    }

    .desktop_large\:focus-within\:ring-offset-red-50:focus-within {
        --tw-ring-offset-color: #fef2f2;
    }

    .desktop_large\:focus-within\:ring-offset-red-100:focus-within {
        --tw-ring-offset-color: #fee2e2;
    }

    .desktop_large\:focus-within\:ring-offset-red-200:focus-within {
        --tw-ring-offset-color: #fecaca;
    }

    .desktop_large\:focus-within\:ring-offset-red-300:focus-within {
        --tw-ring-offset-color: #fca5a5;
    }

    .desktop_large\:focus-within\:ring-offset-red-400:focus-within {
        --tw-ring-offset-color: #f87171;
    }

    .desktop_large\:focus-within\:ring-offset-red-500:focus-within {
        --tw-ring-offset-color: #ef4444;
    }

    .desktop_large\:focus-within\:ring-offset-red-600:focus-within {
        --tw-ring-offset-color: #dc2626;
    }

    .desktop_large\:focus-within\:ring-offset-red-700:focus-within {
        --tw-ring-offset-color: #b91c1c;
    }

    .desktop_large\:focus-within\:ring-offset-red-800:focus-within {
        --tw-ring-offset-color: #991b1b;
    }

    .desktop_large\:focus-within\:ring-offset-red-900:focus-within {
        --tw-ring-offset-color: #7f1d1d;
    }

    .desktop_large\:focus-within\:ring-offset-yellow:focus-within {
        --tw-ring-offset-color: #ed9143;
    }

    .desktop_large\:focus-within\:ring-offset-green:focus-within {
        --tw-ring-offset-color: #7bbc00;
    }

    .desktop_large\:focus-within\:ring-offset-blue:focus-within {
        --tw-ring-offset-color: #5ba4dc;
    }

    .desktop_large\:focus-within\:ring-offset-indigo-50:focus-within {
        --tw-ring-offset-color: #eef2ff;
    }

    .desktop_large\:focus-within\:ring-offset-indigo-100:focus-within {
        --tw-ring-offset-color: #e0e7ff;
    }

    .desktop_large\:focus-within\:ring-offset-indigo-200:focus-within {
        --tw-ring-offset-color: #c7d2fe;
    }

    .desktop_large\:focus-within\:ring-offset-indigo-300:focus-within {
        --tw-ring-offset-color: #a5b4fc;
    }

    .desktop_large\:focus-within\:ring-offset-indigo-400:focus-within {
        --tw-ring-offset-color: #818cf8;
    }

    .desktop_large\:focus-within\:ring-offset-indigo-500:focus-within {
        --tw-ring-offset-color: #6366f1;
    }

    .desktop_large\:focus-within\:ring-offset-indigo-600:focus-within {
        --tw-ring-offset-color: #4f46e5;
    }

    .desktop_large\:focus-within\:ring-offset-indigo-700:focus-within {
        --tw-ring-offset-color: #4338ca;
    }

    .desktop_large\:focus-within\:ring-offset-indigo-800:focus-within {
        --tw-ring-offset-color: #3730a3;
    }

    .desktop_large\:focus-within\:ring-offset-indigo-900:focus-within {
        --tw-ring-offset-color: #312e81;
    }

    .desktop_large\:focus-within\:ring-offset-purple:focus-within {
        --tw-ring-offset-color: #6847c3;
    }

    .desktop_large\:focus-within\:ring-offset-pink:focus-within {
        --tw-ring-offset-color: #850737;
    }

    .desktop_large\:focus-within\:ring-offset-primary:focus-within {
        --tw-ring-offset-color: #6E6E6E;
    }

    .desktop_large\:focus-within\:ring-offset-secondary:focus-within {
        --tw-ring-offset-color: #ededed;
    }

    .desktop_large\:focus-within\:ring-offset-body_bg:focus-within {
        --tw-ring-offset-color: #ffffff;
    }

    .desktop_large\:focus-within\:ring-offset-body_text:focus-within {
        --tw-ring-offset-color: #4a4349;
    }

    .desktop_large\:focus-within\:ring-offset-title:focus-within {
        --tw-ring-offset-color: #3fb2cf;
    }

    .desktop_large\:focus-within\:ring-offset-grey:focus-within {
        --tw-ring-offset-color: #524A51;
    }

    .desktop_large\:focus-within\:ring-offset-dark_grey:focus-within {
        --tw-ring-offset-color: #4a4349;
    }

    .desktop_large\:focus-within\:ring-offset-light_grey:focus-within {
        --tw-ring-offset-color: #B7B7B7;
    }

    .desktop_large\:focus-within\:ring-offset-medium_grey:focus-within {
        --tw-ring-offset-color: #575156;
    }

    .desktop_large\:focus-within\:ring-offset-lightten_grey:focus-within {
        --tw-ring-offset-color: #C6C6C6;
    }

    .desktop_large\:focus-within\:ring-offset-grey_300:focus-within {
        --tw-ring-offset-color: #d3d3d3;
    }

    .desktop_large\:focus-within\:ring-offset-grey_400:focus-within {
        --tw-ring-offset-color: #b7b7b7;
    }

    .desktop_large\:focus-within\:ring-offset-medium_blue:focus-within {
        --tw-ring-offset-color: #45cdfc;
    }

    .desktop_large\:focus-within\:ring-offset-dark_blue:focus-within {
        --tw-ring-offset-color: #0080ac;
    }

    .desktop_large\:focus-within\:ring-offset-text_blue:focus-within {
        --tw-ring-offset-color: #3FB2CF;
    }

    .desktop_large\:focus-within\:ring-offset-footer_bg:focus-within {
        --tw-ring-offset-color: #464646;
    }

    .desktop_large\:focus-within\:ring-offset-brown:focus-within {
        --tw-ring-offset-color: #805300;
    }

    .desktop_large\:focus-within\:ring-offset-dark_brown:focus-within {
        --tw-ring-offset-color: #874433;
    }

    .desktop_large\:focus-within\:ring-offset-Light_purple:focus-within {
        --tw-ring-offset-color: #65479b;
    }

    .desktop_large\:focus-within\:ring-offset-dark_green:focus-within {
        --tw-ring-offset-color: #479b51;
    }

    .desktop_large\:focus-within\:ring-offset-medium_green:focus-within {
        --tw-ring-offset-color: #3aac2b;
    }

    .desktop_large\:focus-within\:ring-offset-light_green:focus-within {
        --tw-ring-offset-color: #9acb3e;
    }

    .desktop_large\:focus-within\:ring-offset-green_900:focus-within {
        --tw-ring-offset-color: #396676;
    }

    .desktop_large\:focus-within\:ring-offset-dark_border:focus-within {
        --tw-ring-offset-color: #707070;
    }

    .desktop_large\:focus\:ring-offset-transparent:focus {
        --tw-ring-offset-color: transparent;
    }

    .desktop_large\:focus\:ring-offset-current:focus {
        --tw-ring-offset-color: currentColor;
    }

    .desktop_large\:focus\:ring-offset-black:focus {
        --tw-ring-offset-color: #000;
    }

    .desktop_large\:focus\:ring-offset-white:focus {
        --tw-ring-offset-color: #fff;
    }

    .desktop_large\:focus\:ring-offset-gray-50:focus {
        --tw-ring-offset-color: #f9fafb;
    }

    .desktop_large\:focus\:ring-offset-gray-100:focus {
        --tw-ring-offset-color: #f3f4f6;
    }

    .desktop_large\:focus\:ring-offset-gray-200:focus {
        --tw-ring-offset-color: #e5e7eb;
    }

    .desktop_large\:focus\:ring-offset-gray-300:focus {
        --tw-ring-offset-color: #d1d5db;
    }

    .desktop_large\:focus\:ring-offset-gray-400:focus {
        --tw-ring-offset-color: #9ca3af;
    }

    .desktop_large\:focus\:ring-offset-gray-500:focus {
        --tw-ring-offset-color: #6b7280;
    }

    .desktop_large\:focus\:ring-offset-gray-600:focus {
        --tw-ring-offset-color: #4b5563;
    }

    .desktop_large\:focus\:ring-offset-gray-700:focus {
        --tw-ring-offset-color: #374151;
    }

    .desktop_large\:focus\:ring-offset-gray-800:focus {
        --tw-ring-offset-color: #1f2937;
    }

    .desktop_large\:focus\:ring-offset-gray-900:focus {
        --tw-ring-offset-color: #111827;
    }

    .desktop_large\:focus\:ring-offset-red-50:focus {
        --tw-ring-offset-color: #fef2f2;
    }

    .desktop_large\:focus\:ring-offset-red-100:focus {
        --tw-ring-offset-color: #fee2e2;
    }

    .desktop_large\:focus\:ring-offset-red-200:focus {
        --tw-ring-offset-color: #fecaca;
    }

    .desktop_large\:focus\:ring-offset-red-300:focus {
        --tw-ring-offset-color: #fca5a5;
    }

    .desktop_large\:focus\:ring-offset-red-400:focus {
        --tw-ring-offset-color: #f87171;
    }

    .desktop_large\:focus\:ring-offset-red-500:focus {
        --tw-ring-offset-color: #ef4444;
    }

    .desktop_large\:focus\:ring-offset-red-600:focus {
        --tw-ring-offset-color: #dc2626;
    }

    .desktop_large\:focus\:ring-offset-red-700:focus {
        --tw-ring-offset-color: #b91c1c;
    }

    .desktop_large\:focus\:ring-offset-red-800:focus {
        --tw-ring-offset-color: #991b1b;
    }

    .desktop_large\:focus\:ring-offset-red-900:focus {
        --tw-ring-offset-color: #7f1d1d;
    }

    .desktop_large\:focus\:ring-offset-yellow:focus {
        --tw-ring-offset-color: #ed9143;
    }

    .desktop_large\:focus\:ring-offset-green:focus {
        --tw-ring-offset-color: #7bbc00;
    }

    .desktop_large\:focus\:ring-offset-blue:focus {
        --tw-ring-offset-color: #5ba4dc;
    }

    .desktop_large\:focus\:ring-offset-indigo-50:focus {
        --tw-ring-offset-color: #eef2ff;
    }

    .desktop_large\:focus\:ring-offset-indigo-100:focus {
        --tw-ring-offset-color: #e0e7ff;
    }

    .desktop_large\:focus\:ring-offset-indigo-200:focus {
        --tw-ring-offset-color: #c7d2fe;
    }

    .desktop_large\:focus\:ring-offset-indigo-300:focus {
        --tw-ring-offset-color: #a5b4fc;
    }

    .desktop_large\:focus\:ring-offset-indigo-400:focus {
        --tw-ring-offset-color: #818cf8;
    }

    .desktop_large\:focus\:ring-offset-indigo-500:focus {
        --tw-ring-offset-color: #6366f1;
    }

    .desktop_large\:focus\:ring-offset-indigo-600:focus {
        --tw-ring-offset-color: #4f46e5;
    }

    .desktop_large\:focus\:ring-offset-indigo-700:focus {
        --tw-ring-offset-color: #4338ca;
    }

    .desktop_large\:focus\:ring-offset-indigo-800:focus {
        --tw-ring-offset-color: #3730a3;
    }

    .desktop_large\:focus\:ring-offset-indigo-900:focus {
        --tw-ring-offset-color: #312e81;
    }

    .desktop_large\:focus\:ring-offset-purple:focus {
        --tw-ring-offset-color: #6847c3;
    }

    .desktop_large\:focus\:ring-offset-pink:focus {
        --tw-ring-offset-color: #850737;
    }

    .desktop_large\:focus\:ring-offset-primary:focus {
        --tw-ring-offset-color: #6E6E6E;
    }

    .desktop_large\:focus\:ring-offset-secondary:focus {
        --tw-ring-offset-color: #ededed;
    }

    .desktop_large\:focus\:ring-offset-body_bg:focus {
        --tw-ring-offset-color: #ffffff;
    }

    .desktop_large\:focus\:ring-offset-body_text:focus {
        --tw-ring-offset-color: #4a4349;
    }

    .desktop_large\:focus\:ring-offset-title:focus {
        --tw-ring-offset-color: #3fb2cf;
    }

    .desktop_large\:focus\:ring-offset-grey:focus {
        --tw-ring-offset-color: #524A51;
    }

    .desktop_large\:focus\:ring-offset-dark_grey:focus {
        --tw-ring-offset-color: #4a4349;
    }

    .desktop_large\:focus\:ring-offset-light_grey:focus {
        --tw-ring-offset-color: #B7B7B7;
    }

    .desktop_large\:focus\:ring-offset-medium_grey:focus {
        --tw-ring-offset-color: #575156;
    }

    .desktop_large\:focus\:ring-offset-lightten_grey:focus {
        --tw-ring-offset-color: #C6C6C6;
    }

    .desktop_large\:focus\:ring-offset-grey_300:focus {
        --tw-ring-offset-color: #d3d3d3;
    }

    .desktop_large\:focus\:ring-offset-grey_400:focus {
        --tw-ring-offset-color: #b7b7b7;
    }

    .desktop_large\:focus\:ring-offset-medium_blue:focus {
        --tw-ring-offset-color: #45cdfc;
    }

    .desktop_large\:focus\:ring-offset-dark_blue:focus {
        --tw-ring-offset-color: #0080ac;
    }

    .desktop_large\:focus\:ring-offset-text_blue:focus {
        --tw-ring-offset-color: #3FB2CF;
    }

    .desktop_large\:focus\:ring-offset-footer_bg:focus {
        --tw-ring-offset-color: #464646;
    }

    .desktop_large\:focus\:ring-offset-brown:focus {
        --tw-ring-offset-color: #805300;
    }

    .desktop_large\:focus\:ring-offset-dark_brown:focus {
        --tw-ring-offset-color: #874433;
    }

    .desktop_large\:focus\:ring-offset-Light_purple:focus {
        --tw-ring-offset-color: #65479b;
    }

    .desktop_large\:focus\:ring-offset-dark_green:focus {
        --tw-ring-offset-color: #479b51;
    }

    .desktop_large\:focus\:ring-offset-medium_green:focus {
        --tw-ring-offset-color: #3aac2b;
    }

    .desktop_large\:focus\:ring-offset-light_green:focus {
        --tw-ring-offset-color: #9acb3e;
    }

    .desktop_large\:focus\:ring-offset-green_900:focus {
        --tw-ring-offset-color: #396676;
    }

    .desktop_large\:focus\:ring-offset-dark_border:focus {
        --tw-ring-offset-color: #707070;
    }

    .desktop_large\:filter {
        --tw-blur: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-brightness: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-contrast: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-grayscale: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-hue-rotate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-invert: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-saturate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-sepia: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-drop-shadow: var(--tw-empty,
                /*!*/
                /*!*/
            );
        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);
    }

    .desktop_large\:filter-none {
        filter: none;
    }

    .desktop_large\:blur-0 {
        --tw-blur: blur(0);
    }

    .desktop_large\:blur-none {
        --tw-blur: blur(0);
    }

    .desktop_large\:blur-sm {
        --tw-blur: blur(4px);
    }

    .desktop_large\:blur {
        --tw-blur: blur(8px);
    }

    .desktop_large\:blur-md {
        --tw-blur: blur(12px);
    }

    .desktop_large\:blur-lg {
        --tw-blur: blur(16px);
    }

    .desktop_large\:blur-xl {
        --tw-blur: blur(24px);
    }

    .desktop_large\:blur-2xl {
        --tw-blur: blur(40px);
    }

    .desktop_large\:blur-3xl {
        --tw-blur: blur(64px);
    }

    .desktop_large\:brightness-0 {
        --tw-brightness: brightness(0);
    }

    .desktop_large\:brightness-50 {
        --tw-brightness: brightness(.5);
    }

    .desktop_large\:brightness-75 {
        --tw-brightness: brightness(.75);
    }

    .desktop_large\:brightness-90 {
        --tw-brightness: brightness(.9);
    }

    .desktop_large\:brightness-95 {
        --tw-brightness: brightness(.95);
    }

    .desktop_large\:brightness-100 {
        --tw-brightness: brightness(1);
    }

    .desktop_large\:brightness-105 {
        --tw-brightness: brightness(1.05);
    }

    .desktop_large\:brightness-110 {
        --tw-brightness: brightness(1.1);
    }

    .desktop_large\:brightness-125 {
        --tw-brightness: brightness(1.25);
    }

    .desktop_large\:brightness-150 {
        --tw-brightness: brightness(1.5);
    }

    .desktop_large\:brightness-200 {
        --tw-brightness: brightness(2);
    }

    .desktop_large\:contrast-0 {
        --tw-contrast: contrast(0);
    }

    .desktop_large\:contrast-50 {
        --tw-contrast: contrast(.5);
    }

    .desktop_large\:contrast-75 {
        --tw-contrast: contrast(.75);
    }

    .desktop_large\:contrast-100 {
        --tw-contrast: contrast(1);
    }

    .desktop_large\:contrast-125 {
        --tw-contrast: contrast(1.25);
    }

    .desktop_large\:contrast-150 {
        --tw-contrast: contrast(1.5);
    }

    .desktop_large\:contrast-200 {
        --tw-contrast: contrast(2);
    }

    .desktop_large\:drop-shadow-sm {
        --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
    }

    .desktop_large\: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));
    }

    .desktop_large\: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));
    }

    .desktop_large\: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));
    }

    .desktop_large\: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));
    }

    .desktop_large\:drop-shadow-2xl {
        --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
    }

    .desktop_large\:drop-shadow-none {
        --tw-drop-shadow: drop-shadow(0 0 #0000);
    }

    .desktop_large\:grayscale-0 {
        --tw-grayscale: grayscale(0);
    }

    .desktop_large\:grayscale {
        --tw-grayscale: grayscale(100%);
    }

    .desktop_large\:hue-rotate-0 {
        --tw-hue-rotate: hue-rotate(0deg);
    }

    .desktop_large\:hue-rotate-15 {
        --tw-hue-rotate: hue-rotate(15deg);
    }

    .desktop_large\:hue-rotate-30 {
        --tw-hue-rotate: hue-rotate(30deg);
    }

    .desktop_large\:hue-rotate-60 {
        --tw-hue-rotate: hue-rotate(60deg);
    }

    .desktop_large\:hue-rotate-90 {
        --tw-hue-rotate: hue-rotate(90deg);
    }

    .desktop_large\:hue-rotate-180 {
        --tw-hue-rotate: hue-rotate(180deg);
    }

    .desktop_large\:-hue-rotate-180 {
        --tw-hue-rotate: hue-rotate(-180deg);
    }

    .desktop_large\:-hue-rotate-90 {
        --tw-hue-rotate: hue-rotate(-90deg);
    }

    .desktop_large\:-hue-rotate-60 {
        --tw-hue-rotate: hue-rotate(-60deg);
    }

    .desktop_large\:-hue-rotate-30 {
        --tw-hue-rotate: hue-rotate(-30deg);
    }

    .desktop_large\:-hue-rotate-15 {
        --tw-hue-rotate: hue-rotate(-15deg);
    }

    .desktop_large\:invert-0 {
        --tw-invert: invert(0);
    }

    .desktop_large\:invert {
        --tw-invert: invert(100%);
    }

    .desktop_large\:saturate-0 {
        --tw-saturate: saturate(0);
    }

    .desktop_large\:saturate-50 {
        --tw-saturate: saturate(.5);
    }

    .desktop_large\:saturate-100 {
        --tw-saturate: saturate(1);
    }

    .desktop_large\:saturate-150 {
        --tw-saturate: saturate(1.5);
    }

    .desktop_large\:saturate-200 {
        --tw-saturate: saturate(2);
    }

    .desktop_large\:sepia-0 {
        --tw-sepia: sepia(0);
    }

    .desktop_large\:sepia {
        --tw-sepia: sepia(100%);
    }

    .desktop_large\:backdrop-filter {
        --tw-backdrop-blur: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-brightness: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-contrast: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-grayscale: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-hue-rotate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-invert: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-opacity: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-saturate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-sepia: var(--tw-empty,
                /*!*/
                /*!*/
            );
        -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
        backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    }

    .desktop_large\:backdrop-filter-none {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .desktop_large\:backdrop-blur-0 {
        --tw-backdrop-blur: blur(0);
    }

    .desktop_large\:backdrop-blur-none {
        --tw-backdrop-blur: blur(0);
    }

    .desktop_large\:backdrop-blur-sm {
        --tw-backdrop-blur: blur(4px);
    }

    .desktop_large\:backdrop-blur {
        --tw-backdrop-blur: blur(8px);
    }

    .desktop_large\:backdrop-blur-md {
        --tw-backdrop-blur: blur(12px);
    }

    .desktop_large\:backdrop-blur-lg {
        --tw-backdrop-blur: blur(16px);
    }

    .desktop_large\:backdrop-blur-xl {
        --tw-backdrop-blur: blur(24px);
    }

    .desktop_large\:backdrop-blur-2xl {
        --tw-backdrop-blur: blur(40px);
    }

    .desktop_large\:backdrop-blur-3xl {
        --tw-backdrop-blur: blur(64px);
    }

    .desktop_large\:backdrop-brightness-0 {
        --tw-backdrop-brightness: brightness(0);
    }

    .desktop_large\:backdrop-brightness-50 {
        --tw-backdrop-brightness: brightness(.5);
    }

    .desktop_large\:backdrop-brightness-75 {
        --tw-backdrop-brightness: brightness(.75);
    }

    .desktop_large\:backdrop-brightness-90 {
        --tw-backdrop-brightness: brightness(.9);
    }

    .desktop_large\:backdrop-brightness-95 {
        --tw-backdrop-brightness: brightness(.95);
    }

    .desktop_large\:backdrop-brightness-100 {
        --tw-backdrop-brightness: brightness(1);
    }

    .desktop_large\:backdrop-brightness-105 {
        --tw-backdrop-brightness: brightness(1.05);
    }

    .desktop_large\:backdrop-brightness-110 {
        --tw-backdrop-brightness: brightness(1.1);
    }

    .desktop_large\:backdrop-brightness-125 {
        --tw-backdrop-brightness: brightness(1.25);
    }

    .desktop_large\:backdrop-brightness-150 {
        --tw-backdrop-brightness: brightness(1.5);
    }

    .desktop_large\:backdrop-brightness-200 {
        --tw-backdrop-brightness: brightness(2);
    }

    .desktop_large\:backdrop-contrast-0 {
        --tw-backdrop-contrast: contrast(0);
    }

    .desktop_large\:backdrop-contrast-50 {
        --tw-backdrop-contrast: contrast(.5);
    }

    .desktop_large\:backdrop-contrast-75 {
        --tw-backdrop-contrast: contrast(.75);
    }

    .desktop_large\:backdrop-contrast-100 {
        --tw-backdrop-contrast: contrast(1);
    }

    .desktop_large\:backdrop-contrast-125 {
        --tw-backdrop-contrast: contrast(1.25);
    }

    .desktop_large\:backdrop-contrast-150 {
        --tw-backdrop-contrast: contrast(1.5);
    }

    .desktop_large\:backdrop-contrast-200 {
        --tw-backdrop-contrast: contrast(2);
    }

    .desktop_large\:backdrop-grayscale-0 {
        --tw-backdrop-grayscale: grayscale(0);
    }

    .desktop_large\:backdrop-grayscale {
        --tw-backdrop-grayscale: grayscale(100%);
    }

    .desktop_large\:backdrop-hue-rotate-0 {
        --tw-backdrop-hue-rotate: hue-rotate(0deg);
    }

    .desktop_large\:backdrop-hue-rotate-15 {
        --tw-backdrop-hue-rotate: hue-rotate(15deg);
    }

    .desktop_large\:backdrop-hue-rotate-30 {
        --tw-backdrop-hue-rotate: hue-rotate(30deg);
    }

    .desktop_large\:backdrop-hue-rotate-60 {
        --tw-backdrop-hue-rotate: hue-rotate(60deg);
    }

    .desktop_large\:backdrop-hue-rotate-90 {
        --tw-backdrop-hue-rotate: hue-rotate(90deg);
    }

    .desktop_large\:backdrop-hue-rotate-180 {
        --tw-backdrop-hue-rotate: hue-rotate(180deg);
    }

    .desktop_large\:-backdrop-hue-rotate-180 {
        --tw-backdrop-hue-rotate: hue-rotate(-180deg);
    }

    .desktop_large\:-backdrop-hue-rotate-90 {
        --tw-backdrop-hue-rotate: hue-rotate(-90deg);
    }

    .desktop_large\:-backdrop-hue-rotate-60 {
        --tw-backdrop-hue-rotate: hue-rotate(-60deg);
    }

    .desktop_large\:-backdrop-hue-rotate-30 {
        --tw-backdrop-hue-rotate: hue-rotate(-30deg);
    }

    .desktop_large\:-backdrop-hue-rotate-15 {
        --tw-backdrop-hue-rotate: hue-rotate(-15deg);
    }

    .desktop_large\:backdrop-invert-0 {
        --tw-backdrop-invert: invert(0);
    }

    .desktop_large\:backdrop-invert {
        --tw-backdrop-invert: invert(100%);
    }

    .desktop_large\:backdrop-opacity-0 {
        --tw-backdrop-opacity: opacity(0);
    }

    .desktop_large\:backdrop-opacity-5 {
        --tw-backdrop-opacity: opacity(0.05);
    }

    .desktop_large\:backdrop-opacity-10 {
        --tw-backdrop-opacity: opacity(0.1);
    }

    .desktop_large\:backdrop-opacity-20 {
        --tw-backdrop-opacity: opacity(0.2);
    }

    .desktop_large\:backdrop-opacity-25 {
        --tw-backdrop-opacity: opacity(0.25);
    }

    .desktop_large\:backdrop-opacity-30 {
        --tw-backdrop-opacity: opacity(0.3);
    }

    .desktop_large\:backdrop-opacity-40 {
        --tw-backdrop-opacity: opacity(0.4);
    }

    .desktop_large\:backdrop-opacity-50 {
        --tw-backdrop-opacity: opacity(0.5);
    }

    .desktop_large\:backdrop-opacity-60 {
        --tw-backdrop-opacity: opacity(0.6);
    }

    .desktop_large\:backdrop-opacity-70 {
        --tw-backdrop-opacity: opacity(0.7);
    }

    .desktop_large\:backdrop-opacity-75 {
        --tw-backdrop-opacity: opacity(0.75);
    }

    .desktop_large\:backdrop-opacity-80 {
        --tw-backdrop-opacity: opacity(0.8);
    }

    .desktop_large\:backdrop-opacity-90 {
        --tw-backdrop-opacity: opacity(0.9);
    }

    .desktop_large\:backdrop-opacity-95 {
        --tw-backdrop-opacity: opacity(0.95);
    }

    .desktop_large\:backdrop-opacity-100 {
        --tw-backdrop-opacity: opacity(1);
    }

    .desktop_large\:backdrop-saturate-0 {
        --tw-backdrop-saturate: saturate(0);
    }

    .desktop_large\:backdrop-saturate-50 {
        --tw-backdrop-saturate: saturate(.5);
    }

    .desktop_large\:backdrop-saturate-100 {
        --tw-backdrop-saturate: saturate(1);
    }

    .desktop_large\:backdrop-saturate-150 {
        --tw-backdrop-saturate: saturate(1.5);
    }

    .desktop_large\:backdrop-saturate-200 {
        --tw-backdrop-saturate: saturate(2);
    }

    .desktop_large\:backdrop-sepia-0 {
        --tw-backdrop-sepia: sepia(0);
    }

    .desktop_large\:backdrop-sepia {
        --tw-backdrop-sepia: sepia(100%);
    }

    .desktop_large\:transition-none {
        transition-property: none;
    }

    .desktop_large\:transition-all {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .desktop_large\:transition {
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .desktop_large\:transition-colors {
        transition-property: background-color, border-color, color, fill, stroke;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .desktop_large\:transition-opacity {
        transition-property: opacity;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .desktop_large\:transition-shadow {
        transition-property: box-shadow;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .desktop_large\:transition-transform {
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .desktop_large\:delay-75 {
        transition-delay: 75ms;
    }

    .desktop_large\:delay-100 {
        transition-delay: 100ms;
    }

    .desktop_large\:delay-150 {
        transition-delay: 150ms;
    }

    .desktop_large\:delay-200 {
        transition-delay: 200ms;
    }

    .desktop_large\:delay-300 {
        transition-delay: 300ms;
    }

    .desktop_large\:delay-500 {
        transition-delay: 500ms;
    }

    .desktop_large\:delay-700 {
        transition-delay: 700ms;
    }

    .desktop_large\:delay-1000 {
        transition-delay: 1000ms;
    }

    .desktop_large\:duration-75 {
        transition-duration: 75ms;
    }

    .desktop_large\:duration-100 {
        transition-duration: 100ms;
    }

    .desktop_large\:duration-150 {
        transition-duration: 150ms;
    }

    .desktop_large\:duration-200 {
        transition-duration: 200ms;
    }

    .desktop_large\:duration-300 {
        transition-duration: 300ms;
    }

    .desktop_large\:duration-500 {
        transition-duration: 500ms;
    }

    .desktop_large\:duration-700 {
        transition-duration: 700ms;
    }

    .desktop_large\:duration-1000 {
        transition-duration: 1000ms;
    }

    .desktop_large\:ease-linear {
        transition-timing-function: linear;
    }

    .desktop_large\:ease-in {
        transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    }

    .desktop_large\:ease-out {
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }

    .desktop_large\:ease-in-out {
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
}

@media (max-width: 1200px) {
    .desktop_medium\:container {
        width: 100%;
    }

    @media (min-width: 100%) {
        .desktop_medium\:container {
            max-width: 100%;
        }
    }

    @media (min-width: 1232px) {
        .desktop_medium\:container {
            max-width: 1232px;
        }
    }

    .desktop_medium\:sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

    .desktop_medium\:not-sr-only {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }

    .desktop_medium\:focus-within\:sr-only:focus-within {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

    .desktop_medium\:focus-within\:not-sr-only:focus-within {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }

    .desktop_medium\:focus\:sr-only:focus {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

    .desktop_medium\:focus\:not-sr-only:focus {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }

    .desktop_medium\:pointer-events-none {
        pointer-events: none;
    }

    .desktop_medium\:pointer-events-auto {
        pointer-events: auto;
    }

    .desktop_medium\:visible {
        visibility: visible;
    }

    .desktop_medium\:invisible {
        visibility: hidden;
    }

    .desktop_medium\:static {
        position: static;
    }

    .desktop_medium\:fixed {
        position: fixed;
    }

    .desktop_medium\:absolute {
        position: absolute;
    }

    .desktop_medium\:relative {
        position: relative;
    }

    .desktop_medium\:sticky {
        position: sticky;
    }

    .desktop_medium\:inset-0 {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }

    .desktop_medium\:inset-1 {
        top: 0.25rem;
        right: 0.25rem;
        bottom: 0.25rem;
        left: 0.25rem;
    }

    .desktop_medium\:inset-2 {
        top: 0.5rem;
        right: 0.5rem;
        bottom: 0.5rem;
        left: 0.5rem;
    }

    .desktop_medium\:inset-3 {
        top: 0.75rem;
        right: 0.75rem;
        bottom: 0.75rem;
        left: 0.75rem;
    }

    .desktop_medium\:inset-4 {
        top: 1rem;
        right: 1rem;
        bottom: 1rem;
        left: 1rem;
    }

    .desktop_medium\:inset-5 {
        top: 1.25rem;
        right: 1.25rem;
        bottom: 1.25rem;
        left: 1.25rem;
    }

    .desktop_medium\:inset-6 {
        top: 1.5rem;
        right: 1.5rem;
        bottom: 1.5rem;
        left: 1.5rem;
    }

    .desktop_medium\:inset-7 {
        top: 1.75rem;
        right: 1.75rem;
        bottom: 1.75rem;
        left: 1.75rem;
    }

    .desktop_medium\:inset-8 {
        top: 2rem;
        right: 2rem;
        bottom: 2rem;
        left: 2rem;
    }

    .desktop_medium\:inset-9 {
        top: 2.25rem;
        right: 2.25rem;
        bottom: 2.25rem;
        left: 2.25rem;
    }

    .desktop_medium\:inset-10 {
        top: 2.5rem;
        right: 2.5rem;
        bottom: 2.5rem;
        left: 2.5rem;
    }

    .desktop_medium\:inset-11 {
        top: 2.75rem;
        right: 2.75rem;
        bottom: 2.75rem;
        left: 2.75rem;
    }

    .desktop_medium\:inset-12 {
        top: 3rem;
        right: 3rem;
        bottom: 3rem;
        left: 3rem;
    }

    .desktop_medium\:inset-14 {
        top: 3.5rem;
        right: 3.5rem;
        bottom: 3.5rem;
        left: 3.5rem;
    }

    .desktop_medium\:inset-16 {
        top: 4rem;
        right: 4rem;
        bottom: 4rem;
        left: 4rem;
    }

    .desktop_medium\:inset-18 {
        top: 4.375rem;
        right: 4.375rem;
        bottom: 4.375rem;
        left: 4.375rem;
    }

    .desktop_medium\:inset-19 {
        top: 76px;
        right: 76px;
        bottom: 76px;
        left: 76px;
    }

    .desktop_medium\:inset-20 {
        top: 5rem;
        right: 5rem;
        bottom: 5rem;
        left: 5rem;
    }

    .desktop_medium\:inset-24 {
        top: 6rem;
        right: 6rem;
        bottom: 6rem;
        left: 6rem;
    }

    .desktop_medium\:inset-28 {
        top: 7rem;
        right: 7rem;
        bottom: 7rem;
        left: 7rem;
    }

    .desktop_medium\:inset-30 {
        top: 120px;
        right: 120px;
        bottom: 120px;
        left: 120px;
    }

    .desktop_medium\:inset-32 {
        top: 8rem;
        right: 8rem;
        bottom: 8rem;
        left: 8rem;
    }

    .desktop_medium\:inset-36 {
        top: 9rem;
        right: 9rem;
        bottom: 9rem;
        left: 9rem;
    }

    .desktop_medium\:inset-40 {
        top: 10rem;
        right: 10rem;
        bottom: 10rem;
        left: 10rem;
    }

    .desktop_medium\:inset-44 {
        top: 11rem;
        right: 11rem;
        bottom: 11rem;
        left: 11rem;
    }

    .desktop_medium\:inset-48 {
        top: 12rem;
        right: 12rem;
        bottom: 12rem;
        left: 12rem;
    }

    .desktop_medium\:inset-52 {
        top: 13rem;
        right: 13rem;
        bottom: 13rem;
        left: 13rem;
    }

    .desktop_medium\:inset-56 {
        top: 14rem;
        right: 14rem;
        bottom: 14rem;
        left: 14rem;
    }

    .desktop_medium\:inset-60 {
        top: 15rem;
        right: 15rem;
        bottom: 15rem;
        left: 15rem;
    }

    .desktop_medium\:inset-64 {
        top: 16rem;
        right: 16rem;
        bottom: 16rem;
        left: 16rem;
    }

    .desktop_medium\:inset-72 {
        top: 18rem;
        right: 18rem;
        bottom: 18rem;
        left: 18rem;
    }

    .desktop_medium\:inset-80 {
        top: 20rem;
        right: 20rem;
        bottom: 20rem;
        left: 20rem;
    }

    .desktop_medium\:inset-96 {
        top: 24rem;
        right: 24rem;
        bottom: 24rem;
        left: 24rem;
    }

    .desktop_medium\:inset-auto {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }

    .desktop_medium\:inset-px {
        top: 1px;
        right: 1px;
        bottom: 1px;
        left: 1px;
    }

    .desktop_medium\:inset-0\.5 {
        top: 0.125rem;
        right: 0.125rem;
        bottom: 0.125rem;
        left: 0.125rem;
    }

    .desktop_medium\:inset-1\.5 {
        top: 0.375rem;
        right: 0.375rem;
        bottom: 0.375rem;
        left: 0.375rem;
    }

    .desktop_medium\:inset-2\.5 {
        top: 0.625rem;
        right: 0.625rem;
        bottom: 0.625rem;
        left: 0.625rem;
    }

    .desktop_medium\:inset-3\.5 {
        top: 0.875rem;
        right: 0.875rem;
        bottom: 0.875rem;
        left: 0.875rem;
    }

    .desktop_medium\:inset-5p {
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
    }

    .desktop_medium\:inset-10p {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }

    .desktop_medium\:inset-14p {
        top: 14px;
        right: 14px;
        bottom: 14px;
        left: 14px;
    }

    .desktop_medium\:inset-15p {
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
    }

    .desktop_medium\:inset-15_2 {
        top: 60px;
        right: 60px;
        bottom: 60px;
        left: 60px;
    }

    .desktop_medium\:inset-16_1 {
        top: 52px;
        right: 52px;
        bottom: 52px;
        left: 52px;
    }

    .desktop_medium\:inset-16p {
        top: 16px;
        right: 16px;
        bottom: 16px;
        left: 16px;
    }

    .desktop_medium\:inset-25p {
        top: 25px;
        right: 25px;
        bottom: 25px;
        left: 25px;
    }

    .desktop_medium\:inset-48p {
        top: 48%;
        right: 48%;
        bottom: 48%;
        left: 48%;
    }

    .desktop_medium\:inset-52p {
        top: 52%;
        right: 52%;
        bottom: 52%;
        left: 52%;
    }

    .desktop_medium\:-inset-0 {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }

    .desktop_medium\:-inset-1 {
        top: -0.25rem;
        right: -0.25rem;
        bottom: -0.25rem;
        left: -0.25rem;
    }

    .desktop_medium\:-inset-2 {
        top: -0.5rem;
        right: -0.5rem;
        bottom: -0.5rem;
        left: -0.5rem;
    }

    .desktop_medium\:-inset-3 {
        top: -0.75rem;
        right: -0.75rem;
        bottom: -0.75rem;
        left: -0.75rem;
    }

    .desktop_medium\:-inset-4 {
        top: -1rem;
        right: -1rem;
        bottom: -1rem;
        left: -1rem;
    }

    .desktop_medium\:-inset-5 {
        top: -1.25rem;
        right: -1.25rem;
        bottom: -1.25rem;
        left: -1.25rem;
    }

    .desktop_medium\:-inset-6 {
        top: -1.5rem;
        right: -1.5rem;
        bottom: -1.5rem;
        left: -1.5rem;
    }

    .desktop_medium\:-inset-7 {
        top: -1.75rem;
        right: -1.75rem;
        bottom: -1.75rem;
        left: -1.75rem;
    }

    .desktop_medium\:-inset-8 {
        top: -2rem;
        right: -2rem;
        bottom: -2rem;
        left: -2rem;
    }

    .desktop_medium\:-inset-9 {
        top: -2.25rem;
        right: -2.25rem;
        bottom: -2.25rem;
        left: -2.25rem;
    }

    .desktop_medium\:-inset-10 {
        top: -2.5rem;
        right: -2.5rem;
        bottom: -2.5rem;
        left: -2.5rem;
    }

    .desktop_medium\:-inset-11 {
        top: -2.75rem;
        right: -2.75rem;
        bottom: -2.75rem;
        left: -2.75rem;
    }

    .desktop_medium\:-inset-12 {
        top: -3rem;
        right: -3rem;
        bottom: -3rem;
        left: -3rem;
    }

    .desktop_medium\:-inset-14 {
        top: -3.5rem;
        right: -3.5rem;
        bottom: -3.5rem;
        left: -3.5rem;
    }

    .desktop_medium\:-inset-16 {
        top: -4rem;
        right: -4rem;
        bottom: -4rem;
        left: -4rem;
    }

    .desktop_medium\:-inset-18 {
        top: -4.375rem;
        right: -4.375rem;
        bottom: -4.375rem;
        left: -4.375rem;
    }

    .desktop_medium\:-inset-19 {
        top: -76px;
        right: -76px;
        bottom: -76px;
        left: -76px;
    }

    .desktop_medium\:-inset-20 {
        top: -5rem;
        right: -5rem;
        bottom: -5rem;
        left: -5rem;
    }

    .desktop_medium\:-inset-24 {
        top: -6rem;
        right: -6rem;
        bottom: -6rem;
        left: -6rem;
    }

    .desktop_medium\:-inset-28 {
        top: -7rem;
        right: -7rem;
        bottom: -7rem;
        left: -7rem;
    }

    .desktop_medium\:-inset-30 {
        top: -120px;
        right: -120px;
        bottom: -120px;
        left: -120px;
    }

    .desktop_medium\:-inset-32 {
        top: -8rem;
        right: -8rem;
        bottom: -8rem;
        left: -8rem;
    }

    .desktop_medium\:-inset-36 {
        top: -9rem;
        right: -9rem;
        bottom: -9rem;
        left: -9rem;
    }

    .desktop_medium\:-inset-40 {
        top: -10rem;
        right: -10rem;
        bottom: -10rem;
        left: -10rem;
    }

    .desktop_medium\:-inset-44 {
        top: -11rem;
        right: -11rem;
        bottom: -11rem;
        left: -11rem;
    }

    .desktop_medium\:-inset-48 {
        top: -12rem;
        right: -12rem;
        bottom: -12rem;
        left: -12rem;
    }

    .desktop_medium\:-inset-52 {
        top: -13rem;
        right: -13rem;
        bottom: -13rem;
        left: -13rem;
    }

    .desktop_medium\:-inset-56 {
        top: -14rem;
        right: -14rem;
        bottom: -14rem;
        left: -14rem;
    }

    .desktop_medium\:-inset-60 {
        top: -15rem;
        right: -15rem;
        bottom: -15rem;
        left: -15rem;
    }

    .desktop_medium\:-inset-64 {
        top: -16rem;
        right: -16rem;
        bottom: -16rem;
        left: -16rem;
    }

    .desktop_medium\:-inset-72 {
        top: -18rem;
        right: -18rem;
        bottom: -18rem;
        left: -18rem;
    }

    .desktop_medium\:-inset-80 {
        top: -20rem;
        right: -20rem;
        bottom: -20rem;
        left: -20rem;
    }

    .desktop_medium\:-inset-96 {
        top: -24rem;
        right: -24rem;
        bottom: -24rem;
        left: -24rem;
    }

    .desktop_medium\:-inset-px {
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
    }

    .desktop_medium\:-inset-0\.5 {
        top: -0.125rem;
        right: -0.125rem;
        bottom: -0.125rem;
        left: -0.125rem;
    }

    .desktop_medium\:-inset-1\.5 {
        top: -0.375rem;
        right: -0.375rem;
        bottom: -0.375rem;
        left: -0.375rem;
    }

    .desktop_medium\:-inset-2\.5 {
        top: -0.625rem;
        right: -0.625rem;
        bottom: -0.625rem;
        left: -0.625rem;
    }

    .desktop_medium\:-inset-3\.5 {
        top: -0.875rem;
        right: -0.875rem;
        bottom: -0.875rem;
        left: -0.875rem;
    }

    .desktop_medium\:-inset-5p {
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
    }

    .desktop_medium\:-inset-10p {
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
    }

    .desktop_medium\:-inset-14p {
        top: -14px;
        right: -14px;
        bottom: -14px;
        left: -14px;
    }

    .desktop_medium\:-inset-15p {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
    }

    .desktop_medium\:-inset-15_2 {
        top: -60px;
        right: -60px;
        bottom: -60px;
        left: -60px;
    }

    .desktop_medium\:-inset-16_1 {
        top: -52px;
        right: -52px;
        bottom: -52px;
        left: -52px;
    }

    .desktop_medium\:-inset-16p {
        top: -16px;
        right: -16px;
        bottom: -16px;
        left: -16px;
    }

    .desktop_medium\:-inset-25p {
        top: -25px;
        right: -25px;
        bottom: -25px;
        left: -25px;
    }

    .desktop_medium\:-inset-48p {
        top: -48%;
        right: -48%;
        bottom: -48%;
        left: -48%;
    }

    .desktop_medium\:-inset-52p {
        top: -52%;
        right: -52%;
        bottom: -52%;
        left: -52%;
    }

    .desktop_medium\:inset-1\/2 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }

    .desktop_medium\:inset-1\/3 {
        top: 33.333333%;
        right: 33.333333%;
        bottom: 33.333333%;
        left: 33.333333%;
    }

    .desktop_medium\:inset-2\/3 {
        top: 66.666667%;
        right: 66.666667%;
        bottom: 66.666667%;
        left: 66.666667%;
    }

    .desktop_medium\:inset-1\/4 {
        top: 25%;
        right: 25%;
        bottom: 25%;
        left: 25%;
    }

    .desktop_medium\:inset-2\/4 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }

    .desktop_medium\:inset-3\/4 {
        top: 75%;
        right: 75%;
        bottom: 75%;
        left: 75%;
    }

    .desktop_medium\:inset-full {
        top: 100%;
        right: 100%;
        bottom: 100%;
        left: 100%;
    }

    .desktop_medium\:-inset-1\/2 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }

    .desktop_medium\:-inset-1\/3 {
        top: -33.333333%;
        right: -33.333333%;
        bottom: -33.333333%;
        left: -33.333333%;
    }

    .desktop_medium\:-inset-2\/3 {
        top: -66.666667%;
        right: -66.666667%;
        bottom: -66.666667%;
        left: -66.666667%;
    }

    .desktop_medium\:-inset-1\/4 {
        top: -25%;
        right: -25%;
        bottom: -25%;
        left: -25%;
    }

    .desktop_medium\:-inset-2\/4 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }

    .desktop_medium\:-inset-3\/4 {
        top: -75%;
        right: -75%;
        bottom: -75%;
        left: -75%;
    }

    .desktop_medium\:-inset-full {
        top: -100%;
        right: -100%;
        bottom: -100%;
        left: -100%;
    }

    .desktop_medium\:inset-x-0 {
        left: 0px;
        right: 0px;
    }

    .desktop_medium\:inset-x-1 {
        left: 0.25rem;
        right: 0.25rem;
    }

    .desktop_medium\:inset-x-2 {
        left: 0.5rem;
        right: 0.5rem;
    }

    .desktop_medium\:inset-x-3 {
        left: 0.75rem;
        right: 0.75rem;
    }

    .desktop_medium\:inset-x-4 {
        left: 1rem;
        right: 1rem;
    }

    .desktop_medium\:inset-x-5 {
        left: 1.25rem;
        right: 1.25rem;
    }

    .desktop_medium\:inset-x-6 {
        left: 1.5rem;
        right: 1.5rem;
    }

    .desktop_medium\:inset-x-7 {
        left: 1.75rem;
        right: 1.75rem;
    }

    .desktop_medium\:inset-x-8 {
        left: 2rem;
        right: 2rem;
    }

    .desktop_medium\:inset-x-9 {
        left: 2.25rem;
        right: 2.25rem;
    }

    .desktop_medium\:inset-x-10 {
        left: 2.5rem;
        right: 2.5rem;
    }

    .desktop_medium\:inset-x-11 {
        left: 2.75rem;
        right: 2.75rem;
    }

    .desktop_medium\:inset-x-12 {
        left: 3rem;
        right: 3rem;
    }

    .desktop_medium\:inset-x-14 {
        left: 3.5rem;
        right: 3.5rem;
    }

    .desktop_medium\:inset-x-16 {
        left: 4rem;
        right: 4rem;
    }

    .desktop_medium\:inset-x-18 {
        left: 4.375rem;
        right: 4.375rem;
    }

    .desktop_medium\:inset-x-19 {
        left: 76px;
        right: 76px;
    }

    .desktop_medium\:inset-x-20 {
        left: 5rem;
        right: 5rem;
    }

    .desktop_medium\:inset-x-24 {
        left: 6rem;
        right: 6rem;
    }

    .desktop_medium\:inset-x-28 {
        left: 7rem;
        right: 7rem;
    }

    .desktop_medium\:inset-x-30 {
        left: 120px;
        right: 120px;
    }

    .desktop_medium\:inset-x-32 {
        left: 8rem;
        right: 8rem;
    }

    .desktop_medium\:inset-x-36 {
        left: 9rem;
        right: 9rem;
    }

    .desktop_medium\:inset-x-40 {
        left: 10rem;
        right: 10rem;
    }

    .desktop_medium\:inset-x-44 {
        left: 11rem;
        right: 11rem;
    }

    .desktop_medium\:inset-x-48 {
        left: 12rem;
        right: 12rem;
    }

    .desktop_medium\:inset-x-52 {
        left: 13rem;
        right: 13rem;
    }

    .desktop_medium\:inset-x-56 {
        left: 14rem;
        right: 14rem;
    }

    .desktop_medium\:inset-x-60 {
        left: 15rem;
        right: 15rem;
    }

    .desktop_medium\:inset-x-64 {
        left: 16rem;
        right: 16rem;
    }

    .desktop_medium\:inset-x-72 {
        left: 18rem;
        right: 18rem;
    }

    .desktop_medium\:inset-x-80 {
        left: 20rem;
        right: 20rem;
    }

    .desktop_medium\:inset-x-96 {
        left: 24rem;
        right: 24rem;
    }

    .desktop_medium\:inset-x-auto {
        left: auto;
        right: auto;
    }

    .desktop_medium\:inset-x-px {
        left: 1px;
        right: 1px;
    }

    .desktop_medium\:inset-x-0\.5 {
        left: 0.125rem;
        right: 0.125rem;
    }

    .desktop_medium\:inset-x-1\.5 {
        left: 0.375rem;
        right: 0.375rem;
    }

    .desktop_medium\:inset-x-2\.5 {
        left: 0.625rem;
        right: 0.625rem;
    }

    .desktop_medium\:inset-x-3\.5 {
        left: 0.875rem;
        right: 0.875rem;
    }

    .desktop_medium\:inset-x-5p {
        left: 5px;
        right: 5px;
    }

    .desktop_medium\:inset-x-10p {
        left: 10px;
        right: 10px;
    }

    .desktop_medium\:inset-x-14p {
        left: 14px;
        right: 14px;
    }

    .desktop_medium\:inset-x-15p {
        left: 15px;
        right: 15px;
    }

    .desktop_medium\:inset-x-15_2 {
        left: 60px;
        right: 60px;
    }

    .desktop_medium\:inset-x-16_1 {
        left: 52px;
        right: 52px;
    }

    .desktop_medium\:inset-x-16p {
        left: 16px;
        right: 16px;
    }

    .desktop_medium\:inset-x-25p {
        left: 25px;
        right: 25px;
    }

    .desktop_medium\:inset-x-48p {
        left: 48%;
        right: 48%;
    }

    .desktop_medium\:inset-x-52p {
        left: 52%;
        right: 52%;
    }

    .desktop_medium\:-inset-x-0 {
        left: 0px;
        right: 0px;
    }

    .desktop_medium\:-inset-x-1 {
        left: -0.25rem;
        right: -0.25rem;
    }

    .desktop_medium\:-inset-x-2 {
        left: -0.5rem;
        right: -0.5rem;
    }

    .desktop_medium\:-inset-x-3 {
        left: -0.75rem;
        right: -0.75rem;
    }

    .desktop_medium\:-inset-x-4 {
        left: -1rem;
        right: -1rem;
    }

    .desktop_medium\:-inset-x-5 {
        left: -1.25rem;
        right: -1.25rem;
    }

    .desktop_medium\:-inset-x-6 {
        left: -1.5rem;
        right: -1.5rem;
    }

    .desktop_medium\:-inset-x-7 {
        left: -1.75rem;
        right: -1.75rem;
    }

    .desktop_medium\:-inset-x-8 {
        left: -2rem;
        right: -2rem;
    }

    .desktop_medium\:-inset-x-9 {
        left: -2.25rem;
        right: -2.25rem;
    }

    .desktop_medium\:-inset-x-10 {
        left: -2.5rem;
        right: -2.5rem;
    }

    .desktop_medium\:-inset-x-11 {
        left: -2.75rem;
        right: -2.75rem;
    }

    .desktop_medium\:-inset-x-12 {
        left: -3rem;
        right: -3rem;
    }

    .desktop_medium\:-inset-x-14 {
        left: -3.5rem;
        right: -3.5rem;
    }

    .desktop_medium\:-inset-x-16 {
        left: -4rem;
        right: -4rem;
    }

    .desktop_medium\:-inset-x-18 {
        left: -4.375rem;
        right: -4.375rem;
    }

    .desktop_medium\:-inset-x-19 {
        left: -76px;
        right: -76px;
    }

    .desktop_medium\:-inset-x-20 {
        left: -5rem;
        right: -5rem;
    }

    .desktop_medium\:-inset-x-24 {
        left: -6rem;
        right: -6rem;
    }

    .desktop_medium\:-inset-x-28 {
        left: -7rem;
        right: -7rem;
    }

    .desktop_medium\:-inset-x-30 {
        left: -120px;
        right: -120px;
    }

    .desktop_medium\:-inset-x-32 {
        left: -8rem;
        right: -8rem;
    }

    .desktop_medium\:-inset-x-36 {
        left: -9rem;
        right: -9rem;
    }

    .desktop_medium\:-inset-x-40 {
        left: -10rem;
        right: -10rem;
    }

    .desktop_medium\:-inset-x-44 {
        left: -11rem;
        right: -11rem;
    }

    .desktop_medium\:-inset-x-48 {
        left: -12rem;
        right: -12rem;
    }

    .desktop_medium\:-inset-x-52 {
        left: -13rem;
        right: -13rem;
    }

    .desktop_medium\:-inset-x-56 {
        left: -14rem;
        right: -14rem;
    }

    .desktop_medium\:-inset-x-60 {
        left: -15rem;
        right: -15rem;
    }

    .desktop_medium\:-inset-x-64 {
        left: -16rem;
        right: -16rem;
    }

    .desktop_medium\:-inset-x-72 {
        left: -18rem;
        right: -18rem;
    }

    .desktop_medium\:-inset-x-80 {
        left: -20rem;
        right: -20rem;
    }

    .desktop_medium\:-inset-x-96 {
        left: -24rem;
        right: -24rem;
    }

    .desktop_medium\:-inset-x-px {
        left: -1px;
        right: -1px;
    }

    .desktop_medium\:-inset-x-0\.5 {
        left: -0.125rem;
        right: -0.125rem;
    }

    .desktop_medium\:-inset-x-1\.5 {
        left: -0.375rem;
        right: -0.375rem;
    }

    .desktop_medium\:-inset-x-2\.5 {
        left: -0.625rem;
        right: -0.625rem;
    }

    .desktop_medium\:-inset-x-3\.5 {
        left: -0.875rem;
        right: -0.875rem;
    }

    .desktop_medium\:-inset-x-5p {
        left: -5px;
        right: -5px;
    }

    .desktop_medium\:-inset-x-10p {
        left: -10px;
        right: -10px;
    }

    .desktop_medium\:-inset-x-14p {
        left: -14px;
        right: -14px;
    }

    .desktop_medium\:-inset-x-15p {
        left: -15px;
        right: -15px;
    }

    .desktop_medium\:-inset-x-15_2 {
        left: -60px;
        right: -60px;
    }

    .desktop_medium\:-inset-x-16_1 {
        left: -52px;
        right: -52px;
    }

    .desktop_medium\:-inset-x-16p {
        left: -16px;
        right: -16px;
    }

    .desktop_medium\:-inset-x-25p {
        left: -25px;
        right: -25px;
    }

    .desktop_medium\:-inset-x-48p {
        left: -48%;
        right: -48%;
    }

    .desktop_medium\:-inset-x-52p {
        left: -52%;
        right: -52%;
    }

    .desktop_medium\:inset-x-1\/2 {
        left: 50%;
        right: 50%;
    }

    .desktop_medium\:inset-x-1\/3 {
        left: 33.333333%;
        right: 33.333333%;
    }

    .desktop_medium\:inset-x-2\/3 {
        left: 66.666667%;
        right: 66.666667%;
    }

    .desktop_medium\:inset-x-1\/4 {
        left: 25%;
        right: 25%;
    }

    .desktop_medium\:inset-x-2\/4 {
        left: 50%;
        right: 50%;
    }

    .desktop_medium\:inset-x-3\/4 {
        left: 75%;
        right: 75%;
    }

    .desktop_medium\:inset-x-full {
        left: 100%;
        right: 100%;
    }

    .desktop_medium\:-inset-x-1\/2 {
        left: -50%;
        right: -50%;
    }

    .desktop_medium\:-inset-x-1\/3 {
        left: -33.333333%;
        right: -33.333333%;
    }

    .desktop_medium\:-inset-x-2\/3 {
        left: -66.666667%;
        right: -66.666667%;
    }

    .desktop_medium\:-inset-x-1\/4 {
        left: -25%;
        right: -25%;
    }

    .desktop_medium\:-inset-x-2\/4 {
        left: -50%;
        right: -50%;
    }

    .desktop_medium\:-inset-x-3\/4 {
        left: -75%;
        right: -75%;
    }

    .desktop_medium\:-inset-x-full {
        left: -100%;
        right: -100%;
    }

    .desktop_medium\:inset-y-0 {
        top: 0px;
        bottom: 0px;
    }

    .desktop_medium\:inset-y-1 {
        top: 0.25rem;
        bottom: 0.25rem;
    }

    .desktop_medium\:inset-y-2 {
        top: 0.5rem;
        bottom: 0.5rem;
    }

    .desktop_medium\:inset-y-3 {
        top: 0.75rem;
        bottom: 0.75rem;
    }

    .desktop_medium\:inset-y-4 {
        top: 1rem;
        bottom: 1rem;
    }

    .desktop_medium\:inset-y-5 {
        top: 1.25rem;
        bottom: 1.25rem;
    }

    .desktop_medium\:inset-y-6 {
        top: 1.5rem;
        bottom: 1.5rem;
    }

    .desktop_medium\:inset-y-7 {
        top: 1.75rem;
        bottom: 1.75rem;
    }

    .desktop_medium\:inset-y-8 {
        top: 2rem;
        bottom: 2rem;
    }

    .desktop_medium\:inset-y-9 {
        top: 2.25rem;
        bottom: 2.25rem;
    }

    .desktop_medium\:inset-y-10 {
        top: 2.5rem;
        bottom: 2.5rem;
    }

    .desktop_medium\:inset-y-11 {
        top: 2.75rem;
        bottom: 2.75rem;
    }

    .desktop_medium\:inset-y-12 {
        top: 3rem;
        bottom: 3rem;
    }

    .desktop_medium\:inset-y-14 {
        top: 3.5rem;
        bottom: 3.5rem;
    }

    .desktop_medium\:inset-y-16 {
        top: 4rem;
        bottom: 4rem;
    }

    .desktop_medium\:inset-y-18 {
        top: 4.375rem;
        bottom: 4.375rem;
    }

    .desktop_medium\:inset-y-19 {
        top: 76px;
        bottom: 76px;
    }

    .desktop_medium\:inset-y-20 {
        top: 5rem;
        bottom: 5rem;
    }

    .desktop_medium\:inset-y-24 {
        top: 6rem;
        bottom: 6rem;
    }

    .desktop_medium\:inset-y-28 {
        top: 7rem;
        bottom: 7rem;
    }

    .desktop_medium\:inset-y-30 {
        top: 120px;
        bottom: 120px;
    }

    .desktop_medium\:inset-y-32 {
        top: 8rem;
        bottom: 8rem;
    }

    .desktop_medium\:inset-y-36 {
        top: 9rem;
        bottom: 9rem;
    }

    .desktop_medium\:inset-y-40 {
        top: 10rem;
        bottom: 10rem;
    }

    .desktop_medium\:inset-y-44 {
        top: 11rem;
        bottom: 11rem;
    }

    .desktop_medium\:inset-y-48 {
        top: 12rem;
        bottom: 12rem;
    }

    .desktop_medium\:inset-y-52 {
        top: 13rem;
        bottom: 13rem;
    }

    .desktop_medium\:inset-y-56 {
        top: 14rem;
        bottom: 14rem;
    }

    .desktop_medium\:inset-y-60 {
        top: 15rem;
        bottom: 15rem;
    }

    .desktop_medium\:inset-y-64 {
        top: 16rem;
        bottom: 16rem;
    }

    .desktop_medium\:inset-y-72 {
        top: 18rem;
        bottom: 18rem;
    }

    .desktop_medium\:inset-y-80 {
        top: 20rem;
        bottom: 20rem;
    }

    .desktop_medium\:inset-y-96 {
        top: 24rem;
        bottom: 24rem;
    }

    .desktop_medium\:inset-y-auto {
        top: auto;
        bottom: auto;
    }

    .desktop_medium\:inset-y-px {
        top: 1px;
        bottom: 1px;
    }

    .desktop_medium\:inset-y-0\.5 {
        top: 0.125rem;
        bottom: 0.125rem;
    }

    .desktop_medium\:inset-y-1\.5 {
        top: 0.375rem;
        bottom: 0.375rem;
    }

    .desktop_medium\:inset-y-2\.5 {
        top: 0.625rem;
        bottom: 0.625rem;
    }

    .desktop_medium\:inset-y-3\.5 {
        top: 0.875rem;
        bottom: 0.875rem;
    }

    .desktop_medium\:inset-y-5p {
        top: 5px;
        bottom: 5px;
    }

    .desktop_medium\:inset-y-10p {
        top: 10px;
        bottom: 10px;
    }

    .desktop_medium\:inset-y-14p {
        top: 14px;
        bottom: 14px;
    }

    .desktop_medium\:inset-y-15p {
        top: 15px;
        bottom: 15px;
    }

    .desktop_medium\:inset-y-15_2 {
        top: 60px;
        bottom: 60px;
    }

    .desktop_medium\:inset-y-16_1 {
        top: 52px;
        bottom: 52px;
    }

    .desktop_medium\:inset-y-16p {
        top: 16px;
        bottom: 16px;
    }

    .desktop_medium\:inset-y-25p {
        top: 25px;
        bottom: 25px;
    }

    .desktop_medium\:inset-y-48p {
        top: 48%;
        bottom: 48%;
    }

    .desktop_medium\:inset-y-52p {
        top: 52%;
        bottom: 52%;
    }

    .desktop_medium\:-inset-y-0 {
        top: 0px;
        bottom: 0px;
    }

    .desktop_medium\:-inset-y-1 {
        top: -0.25rem;
        bottom: -0.25rem;
    }

    .desktop_medium\:-inset-y-2 {
        top: -0.5rem;
        bottom: -0.5rem;
    }

    .desktop_medium\:-inset-y-3 {
        top: -0.75rem;
        bottom: -0.75rem;
    }

    .desktop_medium\:-inset-y-4 {
        top: -1rem;
        bottom: -1rem;
    }

    .desktop_medium\:-inset-y-5 {
        top: -1.25rem;
        bottom: -1.25rem;
    }

    .desktop_medium\:-inset-y-6 {
        top: -1.5rem;
        bottom: -1.5rem;
    }

    .desktop_medium\:-inset-y-7 {
        top: -1.75rem;
        bottom: -1.75rem;
    }

    .desktop_medium\:-inset-y-8 {
        top: -2rem;
        bottom: -2rem;
    }

    .desktop_medium\:-inset-y-9 {
        top: -2.25rem;
        bottom: -2.25rem;
    }

    .desktop_medium\:-inset-y-10 {
        top: -2.5rem;
        bottom: -2.5rem;
    }

    .desktop_medium\:-inset-y-11 {
        top: -2.75rem;
        bottom: -2.75rem;
    }

    .desktop_medium\:-inset-y-12 {
        top: -3rem;
        bottom: -3rem;
    }

    .desktop_medium\:-inset-y-14 {
        top: -3.5rem;
        bottom: -3.5rem;
    }

    .desktop_medium\:-inset-y-16 {
        top: -4rem;
        bottom: -4rem;
    }

    .desktop_medium\:-inset-y-18 {
        top: -4.375rem;
        bottom: -4.375rem;
    }

    .desktop_medium\:-inset-y-19 {
        top: -76px;
        bottom: -76px;
    }

    .desktop_medium\:-inset-y-20 {
        top: -5rem;
        bottom: -5rem;
    }

    .desktop_medium\:-inset-y-24 {
        top: -6rem;
        bottom: -6rem;
    }

    .desktop_medium\:-inset-y-28 {
        top: -7rem;
        bottom: -7rem;
    }

    .desktop_medium\:-inset-y-30 {
        top: -120px;
        bottom: -120px;
    }

    .desktop_medium\:-inset-y-32 {
        top: -8rem;
        bottom: -8rem;
    }

    .desktop_medium\:-inset-y-36 {
        top: -9rem;
        bottom: -9rem;
    }

    .desktop_medium\:-inset-y-40 {
        top: -10rem;
        bottom: -10rem;
    }

    .desktop_medium\:-inset-y-44 {
        top: -11rem;
        bottom: -11rem;
    }

    .desktop_medium\:-inset-y-48 {
        top: -12rem;
        bottom: -12rem;
    }

    .desktop_medium\:-inset-y-52 {
        top: -13rem;
        bottom: -13rem;
    }

    .desktop_medium\:-inset-y-56 {
        top: -14rem;
        bottom: -14rem;
    }

    .desktop_medium\:-inset-y-60 {
        top: -15rem;
        bottom: -15rem;
    }

    .desktop_medium\:-inset-y-64 {
        top: -16rem;
        bottom: -16rem;
    }

    .desktop_medium\:-inset-y-72 {
        top: -18rem;
        bottom: -18rem;
    }

    .desktop_medium\:-inset-y-80 {
        top: -20rem;
        bottom: -20rem;
    }

    .desktop_medium\:-inset-y-96 {
        top: -24rem;
        bottom: -24rem;
    }

    .desktop_medium\:-inset-y-px {
        top: -1px;
        bottom: -1px;
    }

    .desktop_medium\:-inset-y-0\.5 {
        top: -0.125rem;
        bottom: -0.125rem;
    }

    .desktop_medium\:-inset-y-1\.5 {
        top: -0.375rem;
        bottom: -0.375rem;
    }

    .desktop_medium\:-inset-y-2\.5 {
        top: -0.625rem;
        bottom: -0.625rem;
    }

    .desktop_medium\:-inset-y-3\.5 {
        top: -0.875rem;
        bottom: -0.875rem;
    }

    .desktop_medium\:-inset-y-5p {
        top: -5px;
        bottom: -5px;
    }

    .desktop_medium\:-inset-y-10p {
        top: -10px;
        bottom: -10px;
    }

    .desktop_medium\:-inset-y-14p {
        top: -14px;
        bottom: -14px;
    }

    .desktop_medium\:-inset-y-15p {
        top: -15px;
        bottom: -15px;
    }

    .desktop_medium\:-inset-y-15_2 {
        top: -60px;
        bottom: -60px;
    }

    .desktop_medium\:-inset-y-16_1 {
        top: -52px;
        bottom: -52px;
    }

    .desktop_medium\:-inset-y-16p {
        top: -16px;
        bottom: -16px;
    }

    .desktop_medium\:-inset-y-25p {
        top: -25px;
        bottom: -25px;
    }

    .desktop_medium\:-inset-y-48p {
        top: -48%;
        bottom: -48%;
    }

    .desktop_medium\:-inset-y-52p {
        top: -52%;
        bottom: -52%;
    }

    .desktop_medium\:inset-y-1\/2 {
        top: 50%;
        bottom: 50%;
    }

    .desktop_medium\:inset-y-1\/3 {
        top: 33.333333%;
        bottom: 33.333333%;
    }

    .desktop_medium\:inset-y-2\/3 {
        top: 66.666667%;
        bottom: 66.666667%;
    }

    .desktop_medium\:inset-y-1\/4 {
        top: 25%;
        bottom: 25%;
    }

    .desktop_medium\:inset-y-2\/4 {
        top: 50%;
        bottom: 50%;
    }

    .desktop_medium\:inset-y-3\/4 {
        top: 75%;
        bottom: 75%;
    }

    .desktop_medium\:inset-y-full {
        top: 100%;
        bottom: 100%;
    }

    .desktop_medium\:-inset-y-1\/2 {
        top: -50%;
        bottom: -50%;
    }

    .desktop_medium\:-inset-y-1\/3 {
        top: -33.333333%;
        bottom: -33.333333%;
    }

    .desktop_medium\:-inset-y-2\/3 {
        top: -66.666667%;
        bottom: -66.666667%;
    }

    .desktop_medium\:-inset-y-1\/4 {
        top: -25%;
        bottom: -25%;
    }

    .desktop_medium\:-inset-y-2\/4 {
        top: -50%;
        bottom: -50%;
    }

    .desktop_medium\:-inset-y-3\/4 {
        top: -75%;
        bottom: -75%;
    }

    .desktop_medium\:-inset-y-full {
        top: -100%;
        bottom: -100%;
    }

    .desktop_medium\:top-0 {
        top: 0px;
    }

    .desktop_medium\:top-1 {
        top: 0.25rem;
    }

    .desktop_medium\:top-2 {
        top: 0.5rem;
    }

    .desktop_medium\:top-3 {
        top: 0.75rem;
    }

    .desktop_medium\:top-4 {
        top: 1rem;
    }

    .desktop_medium\:top-5 {
        top: 1.25rem;
    }

    .desktop_medium\:top-6 {
        top: 1.5rem;
    }

    .desktop_medium\:top-7 {
        top: 1.75rem;
    }

    .desktop_medium\:top-8 {
        top: 2rem;
    }

    .desktop_medium\:top-9 {
        top: 2.25rem;
    }

    .desktop_medium\:top-10 {
        top: 2.5rem;
    }

    .desktop_medium\:top-11 {
        top: 2.75rem;
    }

    .desktop_medium\:top-12 {
        top: 3rem;
    }

    .desktop_medium\:top-14 {
        top: 3.5rem;
    }

    .desktop_medium\:top-16 {
        top: 4rem;
    }

    .desktop_medium\:top-18 {
        top: 4.375rem;
    }

    .desktop_medium\:top-19 {
        top: 76px;
    }

    .desktop_medium\:top-20 {
        top: 5rem;
    }

    .desktop_medium\:top-24 {
        top: 6rem;
    }

    .desktop_medium\:top-28 {
        top: 7rem;
    }

    .desktop_medium\:top-30 {
        top: 120px;
    }

    .desktop_medium\:top-32 {
        top: 8rem;
    }

    .desktop_medium\:top-36 {
        top: 9rem;
    }

    .desktop_medium\:top-40 {
        top: 10rem;
    }

    .desktop_medium\:top-44 {
        top: 11rem;
    }

    .desktop_medium\:top-48 {
        top: 12rem;
    }

    .desktop_medium\:top-52 {
        top: 13rem;
    }

    .desktop_medium\:top-56 {
        top: 14rem;
    }

    .desktop_medium\:top-60 {
        top: 15rem;
    }

    .desktop_medium\:top-64 {
        top: 16rem;
    }

    .desktop_medium\:top-72 {
        top: 18rem;
    }

    .desktop_medium\:top-80 {
        top: 20rem;
    }

    .desktop_medium\:top-96 {
        top: 24rem;
    }

    .desktop_medium\:top-auto {
        top: auto;
    }

    .desktop_medium\:top-px {
        top: 1px;
    }

    .desktop_medium\:top-0\.5 {
        top: 0.125rem;
    }

    .desktop_medium\:top-1\.5 {
        top: 0.375rem;
    }

    .desktop_medium\:top-2\.5 {
        top: 0.625rem;
    }

    .desktop_medium\:top-3\.5 {
        top: 0.875rem;
    }

    .desktop_medium\:top-5p {
        top: 5px;
    }

    .desktop_medium\:top-10p {
        top: 10px;
    }

    .desktop_medium\:top-14p {
        top: 14px;
    }

    .desktop_medium\:top-15p {
        top: 15px;
    }

    .desktop_medium\:top-15_2 {
        top: 60px;
    }

    .desktop_medium\:top-16_1 {
        top: 52px;
    }

    .desktop_medium\:top-16p {
        top: 16px;
    }

    .desktop_medium\:top-25p {
        top: 25px;
    }

    .desktop_medium\:top-48p {
        top: 48%;
    }

    .desktop_medium\:top-52p {
        top: 52%;
    }

    .desktop_medium\:-top-0 {
        top: 0px;
    }

    .desktop_medium\:-top-1 {
        top: -0.25rem;
    }

    .desktop_medium\:-top-2 {
        top: -0.5rem;
    }

    .desktop_medium\:-top-3 {
        top: -0.75rem;
    }

    .desktop_medium\:-top-4 {
        top: -1rem;
    }

    .desktop_medium\:-top-5 {
        top: -1.25rem;
    }

    .desktop_medium\:-top-6 {
        top: -1.5rem;
    }

    .desktop_medium\:-top-7 {
        top: -1.75rem;
    }

    .desktop_medium\:-top-8 {
        top: -2rem;
    }

    .desktop_medium\:-top-9 {
        top: -2.25rem;
    }

    .desktop_medium\:-top-10 {
        top: -2.5rem;
    }

    .desktop_medium\:-top-11 {
        top: -2.75rem;
    }

    .desktop_medium\:-top-12 {
        top: -3rem;
    }

    .desktop_medium\:-top-14 {
        top: -3.5rem;
    }

    .desktop_medium\:-top-16 {
        top: -4rem;
    }

    .desktop_medium\:-top-18 {
        top: -4.375rem;
    }

    .desktop_medium\:-top-19 {
        top: -76px;
    }

    .desktop_medium\:-top-20 {
        top: -5rem;
    }

    .desktop_medium\:-top-24 {
        top: -6rem;
    }

    .desktop_medium\:-top-28 {
        top: -7rem;
    }

    .desktop_medium\:-top-30 {
        top: -120px;
    }

    .desktop_medium\:-top-32 {
        top: -8rem;
    }

    .desktop_medium\:-top-36 {
        top: -9rem;
    }

    .desktop_medium\:-top-40 {
        top: -10rem;
    }

    .desktop_medium\:-top-44 {
        top: -11rem;
    }

    .desktop_medium\:-top-48 {
        top: -12rem;
    }

    .desktop_medium\:-top-52 {
        top: -13rem;
    }

    .desktop_medium\:-top-56 {
        top: -14rem;
    }

    .desktop_medium\:-top-60 {
        top: -15rem;
    }

    .desktop_medium\:-top-64 {
        top: -16rem;
    }

    .desktop_medium\:-top-72 {
        top: -18rem;
    }

    .desktop_medium\:-top-80 {
        top: -20rem;
    }

    .desktop_medium\:-top-96 {
        top: -24rem;
    }

    .desktop_medium\:-top-px {
        top: -1px;
    }

    .desktop_medium\:-top-0\.5 {
        top: -0.125rem;
    }

    .desktop_medium\:-top-1\.5 {
        top: -0.375rem;
    }

    .desktop_medium\:-top-2\.5 {
        top: -0.625rem;
    }

    .desktop_medium\:-top-3\.5 {
        top: -0.875rem;
    }

    .desktop_medium\:-top-5p {
        top: -5px;
    }

    .desktop_medium\:-top-10p {
        top: -10px;
    }

    .desktop_medium\:-top-14p {
        top: -14px;
    }

    .desktop_medium\:-top-15p {
        top: -15px;
    }

    .desktop_medium\:-top-15_2 {
        top: -60px;
    }

    .desktop_medium\:-top-16_1 {
        top: -52px;
    }

    .desktop_medium\:-top-16p {
        top: -16px;
    }

    .desktop_medium\:-top-25p {
        top: -25px;
    }

    .desktop_medium\:-top-48p {
        top: -48%;
    }

    .desktop_medium\:-top-52p {
        top: -52%;
    }

    .desktop_medium\:top-1\/2 {
        top: 50%;
    }

    .desktop_medium\:top-1\/3 {
        top: 33.333333%;
    }

    .desktop_medium\:top-2\/3 {
        top: 66.666667%;
    }

    .desktop_medium\:top-1\/4 {
        top: 25%;
    }

    .desktop_medium\:top-2\/4 {
        top: 50%;
    }

    .desktop_medium\:top-3\/4 {
        top: 75%;
    }

    .desktop_medium\:top-full {
        top: 100%;
    }

    .desktop_medium\:-top-1\/2 {
        top: -50%;
    }

    .desktop_medium\:-top-1\/3 {
        top: -33.333333%;
    }

    .desktop_medium\:-top-2\/3 {
        top: -66.666667%;
    }

    .desktop_medium\:-top-1\/4 {
        top: -25%;
    }

    .desktop_medium\:-top-2\/4 {
        top: -50%;
    }

    .desktop_medium\:-top-3\/4 {
        top: -75%;
    }

    .desktop_medium\:-top-full {
        top: -100%;
    }

    .desktop_medium\:right-0 {
        right: 0px;
    }

    .desktop_medium\:right-1 {
        right: 0.25rem;
    }

    .desktop_medium\:right-2 {
        right: 0.5rem;
    }

    .desktop_medium\:right-3 {
        right: 0.75rem;
    }

    .desktop_medium\:right-4 {
        right: 1rem;
    }

    .desktop_medium\:right-5 {
        right: 1.25rem;
    }

    .desktop_medium\:right-6 {
        right: 1.5rem;
    }

    .desktop_medium\:right-7 {
        right: 1.75rem;
    }

    .desktop_medium\:right-8 {
        right: 2rem;
    }

    .desktop_medium\:right-9 {
        right: 2.25rem;
    }

    .desktop_medium\:right-10 {
        right: 2.5rem;
    }

    .desktop_medium\:right-11 {
        right: 2.75rem;
    }

    .desktop_medium\:right-12 {
        right: 3rem;
    }

    .desktop_medium\:right-14 {
        right: 3.5rem;
    }

    .desktop_medium\:right-16 {
        right: 4rem;
    }

    .desktop_medium\:right-18 {
        right: 4.375rem;
    }

    .desktop_medium\:right-19 {
        right: 76px;
    }

    .desktop_medium\:right-20 {
        right: 5rem;
    }

    .desktop_medium\:right-24 {
        right: 6rem;
    }

    .desktop_medium\:right-28 {
        right: 7rem;
    }

    .desktop_medium\:right-30 {
        right: 120px;
    }

    .desktop_medium\:right-32 {
        right: 8rem;
    }

    .desktop_medium\:right-36 {
        right: 9rem;
    }

    .desktop_medium\:right-40 {
        right: 10rem;
    }

    .desktop_medium\:right-44 {
        right: 11rem;
    }

    .desktop_medium\:right-48 {
        right: 12rem;
    }

    .desktop_medium\:right-52 {
        right: 13rem;
    }

    .desktop_medium\:right-56 {
        right: 14rem;
    }

    .desktop_medium\:right-60 {
        right: 15rem;
    }

    .desktop_medium\:right-64 {
        right: 16rem;
    }

    .desktop_medium\:right-72 {
        right: 18rem;
    }

    .desktop_medium\:right-80 {
        right: 20rem;
    }

    .desktop_medium\:right-96 {
        right: 24rem;
    }

    .desktop_medium\:right-auto {
        right: auto;
    }

    .desktop_medium\:right-px {
        right: 1px;
    }

    .desktop_medium\:right-0\.5 {
        right: 0.125rem;
    }

    .desktop_medium\:right-1\.5 {
        right: 0.375rem;
    }

    .desktop_medium\:right-2\.5 {
        right: 0.625rem;
    }

    .desktop_medium\:right-3\.5 {
        right: 0.875rem;
    }

    .desktop_medium\:right-5p {
        right: 5px;
    }

    .desktop_medium\:right-10p {
        right: 10px;
    }

    .desktop_medium\:right-14p {
        right: 14px;
    }

    .desktop_medium\:right-15p {
        right: 15px;
    }

    .desktop_medium\:right-15_2 {
        right: 60px;
    }

    .desktop_medium\:right-16_1 {
        right: 52px;
    }

    .desktop_medium\:right-16p {
        right: 16px;
    }

    .desktop_medium\:right-25p {
        right: 25px;
    }

    .desktop_medium\:right-48p {
        right: 48%;
    }

    .desktop_medium\:right-52p {
        right: 52%;
    }

    .desktop_medium\:-right-0 {
        right: 0px;
    }

    .desktop_medium\:-right-1 {
        right: -0.25rem;
    }

    .desktop_medium\:-right-2 {
        right: -0.5rem;
    }

    .desktop_medium\:-right-3 {
        right: -0.75rem;
    }

    .desktop_medium\:-right-4 {
        right: -1rem;
    }

    .desktop_medium\:-right-5 {
        right: -1.25rem;
    }

    .desktop_medium\:-right-6 {
        right: -1.5rem;
    }

    .desktop_medium\:-right-7 {
        right: -1.75rem;
    }

    .desktop_medium\:-right-8 {
        right: -2rem;
    }

    .desktop_medium\:-right-9 {
        right: -2.25rem;
    }

    .desktop_medium\:-right-10 {
        right: -2.5rem;
    }

    .desktop_medium\:-right-11 {
        right: -2.75rem;
    }

    .desktop_medium\:-right-12 {
        right: -3rem;
    }

    .desktop_medium\:-right-14 {
        right: -3.5rem;
    }

    .desktop_medium\:-right-16 {
        right: -4rem;
    }

    .desktop_medium\:-right-18 {
        right: -4.375rem;
    }

    .desktop_medium\:-right-19 {
        right: -76px;
    }

    .desktop_medium\:-right-20 {
        right: -5rem;
    }

    .desktop_medium\:-right-24 {
        right: -6rem;
    }

    .desktop_medium\:-right-28 {
        right: -7rem;
    }

    .desktop_medium\:-right-30 {
        right: -120px;
    }

    .desktop_medium\:-right-32 {
        right: -8rem;
    }

    .desktop_medium\:-right-36 {
        right: -9rem;
    }

    .desktop_medium\:-right-40 {
        right: -10rem;
    }

    .desktop_medium\:-right-44 {
        right: -11rem;
    }

    .desktop_medium\:-right-48 {
        right: -12rem;
    }

    .desktop_medium\:-right-52 {
        right: -13rem;
    }

    .desktop_medium\:-right-56 {
        right: -14rem;
    }

    .desktop_medium\:-right-60 {
        right: -15rem;
    }

    .desktop_medium\:-right-64 {
        right: -16rem;
    }

    .desktop_medium\:-right-72 {
        right: -18rem;
    }

    .desktop_medium\:-right-80 {
        right: -20rem;
    }

    .desktop_medium\:-right-96 {
        right: -24rem;
    }

    .desktop_medium\:-right-px {
        right: -1px;
    }

    .desktop_medium\:-right-0\.5 {
        right: -0.125rem;
    }

    .desktop_medium\:-right-1\.5 {
        right: -0.375rem;
    }

    .desktop_medium\:-right-2\.5 {
        right: -0.625rem;
    }

    .desktop_medium\:-right-3\.5 {
        right: -0.875rem;
    }

    .desktop_medium\:-right-5p {
        right: -5px;
    }

    .desktop_medium\:-right-10p {
        right: -10px;
    }

    .desktop_medium\:-right-14p {
        right: -14px;
    }

    .desktop_medium\:-right-15p {
        right: -15px;
    }

    .desktop_medium\:-right-15_2 {
        right: -60px;
    }

    .desktop_medium\:-right-16_1 {
        right: -52px;
    }

    .desktop_medium\:-right-16p {
        right: -16px;
    }

    .desktop_medium\:-right-25p {
        right: -25px;
    }

    .desktop_medium\:-right-48p {
        right: -48%;
    }

    .desktop_medium\:-right-52p {
        right: -52%;
    }

    .desktop_medium\:right-1\/2 {
        right: 50%;
    }

    .desktop_medium\:right-1\/3 {
        right: 33.333333%;
    }

    .desktop_medium\:right-2\/3 {
        right: 66.666667%;
    }

    .desktop_medium\:right-1\/4 {
        right: 25%;
    }

    .desktop_medium\:right-2\/4 {
        right: 50%;
    }

    .desktop_medium\:right-3\/4 {
        right: 75%;
    }

    .desktop_medium\:right-full {
        right: 100%;
    }

    .desktop_medium\:-right-1\/2 {
        right: -50%;
    }

    .desktop_medium\:-right-1\/3 {
        right: -33.333333%;
    }

    .desktop_medium\:-right-2\/3 {
        right: -66.666667%;
    }

    .desktop_medium\:-right-1\/4 {
        right: -25%;
    }

    .desktop_medium\:-right-2\/4 {
        right: -50%;
    }

    .desktop_medium\:-right-3\/4 {
        right: -75%;
    }

    .desktop_medium\:-right-full {
        right: -100%;
    }

    .desktop_medium\:bottom-0 {
        bottom: 0px;
    }

    .desktop_medium\:bottom-1 {
        bottom: 0.25rem;
    }

    .desktop_medium\:bottom-2 {
        bottom: 0.5rem;
    }

    .desktop_medium\:bottom-3 {
        bottom: 0.75rem;
    }

    .desktop_medium\:bottom-4 {
        bottom: 1rem;
    }

    .desktop_medium\:bottom-5 {
        bottom: 1.25rem;
    }

    .desktop_medium\:bottom-6 {
        bottom: 1.5rem;
    }

    .desktop_medium\:bottom-7 {
        bottom: 1.75rem;
    }

    .desktop_medium\:bottom-8 {
        bottom: 2rem;
    }

    .desktop_medium\:bottom-9 {
        bottom: 2.25rem;
    }

    .desktop_medium\:bottom-10 {
        bottom: 2.5rem;
    }

    .desktop_medium\:bottom-11 {
        bottom: 2.75rem;
    }

    .desktop_medium\:bottom-12 {
        bottom: 3rem;
    }

    .desktop_medium\:bottom-14 {
        bottom: 3.5rem;
    }

    .desktop_medium\:bottom-16 {
        bottom: 4rem;
    }

    .desktop_medium\:bottom-18 {
        bottom: 4.375rem;
    }

    .desktop_medium\:bottom-19 {
        bottom: 76px;
    }

    .desktop_medium\:bottom-20 {
        bottom: 5rem;
    }

    .desktop_medium\:bottom-24 {
        bottom: 6rem;
    }

    .desktop_medium\:bottom-28 {
        bottom: 7rem;
    }

    .desktop_medium\:bottom-30 {
        bottom: 120px;
    }

    .desktop_medium\:bottom-32 {
        bottom: 8rem;
    }

    .desktop_medium\:bottom-36 {
        bottom: 9rem;
    }

    .desktop_medium\:bottom-40 {
        bottom: 10rem;
    }

    .desktop_medium\:bottom-44 {
        bottom: 11rem;
    }

    .desktop_medium\:bottom-48 {
        bottom: 12rem;
    }

    .desktop_medium\:bottom-52 {
        bottom: 13rem;
    }

    .desktop_medium\:bottom-56 {
        bottom: 14rem;
    }

    .desktop_medium\:bottom-60 {
        bottom: 15rem;
    }

    .desktop_medium\:bottom-64 {
        bottom: 16rem;
    }

    .desktop_medium\:bottom-72 {
        bottom: 18rem;
    }

    .desktop_medium\:bottom-80 {
        bottom: 20rem;
    }

    .desktop_medium\:bottom-96 {
        bottom: 24rem;
    }

    .desktop_medium\:bottom-auto {
        bottom: auto;
    }

    .desktop_medium\:bottom-px {
        bottom: 1px;
    }

    .desktop_medium\:bottom-0\.5 {
        bottom: 0.125rem;
    }

    .desktop_medium\:bottom-1\.5 {
        bottom: 0.375rem;
    }

    .desktop_medium\:bottom-2\.5 {
        bottom: 0.625rem;
    }

    .desktop_medium\:bottom-3\.5 {
        bottom: 0.875rem;
    }

    .desktop_medium\:bottom-5p {
        bottom: 5px;
    }

    .desktop_medium\:bottom-10p {
        bottom: 10px;
    }

    .desktop_medium\:bottom-14p {
        bottom: 14px;
    }

    .desktop_medium\:bottom-15p {
        bottom: 15px;
    }

    .desktop_medium\:bottom-15_2 {
        bottom: 60px;
    }

    .desktop_medium\:bottom-16_1 {
        bottom: 52px;
    }

    .desktop_medium\:bottom-16p {
        bottom: 16px;
    }

    .desktop_medium\:bottom-25p {
        bottom: 25px;
    }

    .desktop_medium\:bottom-48p {
        bottom: 48%;
    }

    .desktop_medium\:bottom-52p {
        bottom: 52%;
    }

    .desktop_medium\:-bottom-0 {
        bottom: 0px;
    }

    .desktop_medium\:-bottom-1 {
        bottom: -0.25rem;
    }

    .desktop_medium\:-bottom-2 {
        bottom: -0.5rem;
    }

    .desktop_medium\:-bottom-3 {
        bottom: -0.75rem;
    }

    .desktop_medium\:-bottom-4 {
        bottom: -1rem;
    }

    .desktop_medium\:-bottom-5 {
        bottom: -1.25rem;
    }

    .desktop_medium\:-bottom-6 {
        bottom: -1.5rem;
    }

    .desktop_medium\:-bottom-7 {
        bottom: -1.75rem;
    }

    .desktop_medium\:-bottom-8 {
        bottom: -2rem;
    }

    .desktop_medium\:-bottom-9 {
        bottom: -2.25rem;
    }

    .desktop_medium\:-bottom-10 {
        bottom: -2.5rem;
    }

    .desktop_medium\:-bottom-11 {
        bottom: -2.75rem;
    }

    .desktop_medium\:-bottom-12 {
        bottom: -3rem;
    }

    .desktop_medium\:-bottom-14 {
        bottom: -3.5rem;
    }

    .desktop_medium\:-bottom-16 {
        bottom: -4rem;
    }

    .desktop_medium\:-bottom-18 {
        bottom: -4.375rem;
    }

    .desktop_medium\:-bottom-19 {
        bottom: -76px;
    }

    .desktop_medium\:-bottom-20 {
        bottom: -5rem;
    }

    .desktop_medium\:-bottom-24 {
        bottom: -6rem;
    }

    .desktop_medium\:-bottom-28 {
        bottom: -7rem;
    }

    .desktop_medium\:-bottom-30 {
        bottom: -120px;
    }

    .desktop_medium\:-bottom-32 {
        bottom: -8rem;
    }

    .desktop_medium\:-bottom-36 {
        bottom: -9rem;
    }

    .desktop_medium\:-bottom-40 {
        bottom: -10rem;
    }

    .desktop_medium\:-bottom-44 {
        bottom: -11rem;
    }

    .desktop_medium\:-bottom-48 {
        bottom: -12rem;
    }

    .desktop_medium\:-bottom-52 {
        bottom: -13rem;
    }

    .desktop_medium\:-bottom-56 {
        bottom: -14rem;
    }

    .desktop_medium\:-bottom-60 {
        bottom: -15rem;
    }

    .desktop_medium\:-bottom-64 {
        bottom: -16rem;
    }

    .desktop_medium\:-bottom-72 {
        bottom: -18rem;
    }

    .desktop_medium\:-bottom-80 {
        bottom: -20rem;
    }

    .desktop_medium\:-bottom-96 {
        bottom: -24rem;
    }

    .desktop_medium\:-bottom-px {
        bottom: -1px;
    }

    .desktop_medium\:-bottom-0\.5 {
        bottom: -0.125rem;
    }

    .desktop_medium\:-bottom-1\.5 {
        bottom: -0.375rem;
    }

    .desktop_medium\:-bottom-2\.5 {
        bottom: -0.625rem;
    }

    .desktop_medium\:-bottom-3\.5 {
        bottom: -0.875rem;
    }

    .desktop_medium\:-bottom-5p {
        bottom: -5px;
    }

    .desktop_medium\:-bottom-10p {
        bottom: -10px;
    }

    .desktop_medium\:-bottom-14p {
        bottom: -14px;
    }

    .desktop_medium\:-bottom-15p {
        bottom: -15px;
    }

    .desktop_medium\:-bottom-15_2 {
        bottom: -60px;
    }

    .desktop_medium\:-bottom-16_1 {
        bottom: -52px;
    }

    .desktop_medium\:-bottom-16p {
        bottom: -16px;
    }

    .desktop_medium\:-bottom-25p {
        bottom: -25px;
    }

    .desktop_medium\:-bottom-48p {
        bottom: -48%;
    }

    .desktop_medium\:-bottom-52p {
        bottom: -52%;
    }

    .desktop_medium\:bottom-1\/2 {
        bottom: 50%;
    }

    .desktop_medium\:bottom-1\/3 {
        bottom: 33.333333%;
    }

    .desktop_medium\:bottom-2\/3 {
        bottom: 66.666667%;
    }

    .desktop_medium\:bottom-1\/4 {
        bottom: 25%;
    }

    .desktop_medium\:bottom-2\/4 {
        bottom: 50%;
    }

    .desktop_medium\:bottom-3\/4 {
        bottom: 75%;
    }

    .desktop_medium\:bottom-full {
        bottom: 100%;
    }

    .desktop_medium\:-bottom-1\/2 {
        bottom: -50%;
    }

    .desktop_medium\:-bottom-1\/3 {
        bottom: -33.333333%;
    }

    .desktop_medium\:-bottom-2\/3 {
        bottom: -66.666667%;
    }

    .desktop_medium\:-bottom-1\/4 {
        bottom: -25%;
    }

    .desktop_medium\:-bottom-2\/4 {
        bottom: -50%;
    }

    .desktop_medium\:-bottom-3\/4 {
        bottom: -75%;
    }

    .desktop_medium\:-bottom-full {
        bottom: -100%;
    }

    .desktop_medium\:left-0 {
        left: 0px;
    }

    .desktop_medium\:left-1 {
        left: 0.25rem;
    }

    .desktop_medium\:left-2 {
        left: 0.5rem;
    }

    .desktop_medium\:left-3 {
        left: 0.75rem;
    }

    .desktop_medium\:left-4 {
        left: 1rem;
    }

    .desktop_medium\:left-5 {
        left: 1.25rem;
    }

    .desktop_medium\:left-6 {
        left: 1.5rem;
    }

    .desktop_medium\:left-7 {
        left: 1.75rem;
    }

    .desktop_medium\:left-8 {
        left: 2rem;
    }

    .desktop_medium\:left-9 {
        left: 2.25rem;
    }

    .desktop_medium\:left-10 {
        left: 2.5rem;
    }

    .desktop_medium\:left-11 {
        left: 2.75rem;
    }

    .desktop_medium\:left-12 {
        left: 3rem;
    }

    .desktop_medium\:left-14 {
        left: 3.5rem;
    }

    .desktop_medium\:left-16 {
        left: 4rem;
    }

    .desktop_medium\:left-18 {
        left: 4.375rem;
    }

    .desktop_medium\:left-19 {
        left: 76px;
    }

    .desktop_medium\:left-20 {
        left: 5rem;
    }

    .desktop_medium\:left-24 {
        left: 6rem;
    }

    .desktop_medium\:left-28 {
        left: 7rem;
    }

    .desktop_medium\:left-30 {
        left: 120px;
    }

    .desktop_medium\:left-32 {
        left: 8rem;
    }

    .desktop_medium\:left-36 {
        left: 9rem;
    }

    .desktop_medium\:left-40 {
        left: 10rem;
    }

    .desktop_medium\:left-44 {
        left: 11rem;
    }

    .desktop_medium\:left-48 {
        left: 12rem;
    }

    .desktop_medium\:left-52 {
        left: 13rem;
    }

    .desktop_medium\:left-56 {
        left: 14rem;
    }

    .desktop_medium\:left-60 {
        left: 15rem;
    }

    .desktop_medium\:left-64 {
        left: 16rem;
    }

    .desktop_medium\:left-72 {
        left: 18rem;
    }

    .desktop_medium\:left-80 {
        left: 20rem;
    }

    .desktop_medium\:left-96 {
        left: 24rem;
    }

    .desktop_medium\:left-auto {
        left: auto;
    }

    .desktop_medium\:left-px {
        left: 1px;
    }

    .desktop_medium\:left-0\.5 {
        left: 0.125rem;
    }

    .desktop_medium\:left-1\.5 {
        left: 0.375rem;
    }

    .desktop_medium\:left-2\.5 {
        left: 0.625rem;
    }

    .desktop_medium\:left-3\.5 {
        left: 0.875rem;
    }

    .desktop_medium\:left-5p {
        left: 5px;
    }

    .desktop_medium\:left-10p {
        left: 10px;
    }

    .desktop_medium\:left-14p {
        left: 14px;
    }

    .desktop_medium\:left-15p {
        left: 15px;
    }

    .desktop_medium\:left-15_2 {
        left: 60px;
    }

    .desktop_medium\:left-16_1 {
        left: 52px;
    }

    .desktop_medium\:left-16p {
        left: 16px;
    }

    .desktop_medium\:left-25p {
        left: 25px;
    }

    .desktop_medium\:left-48p {
        left: 48%;
    }

    .desktop_medium\:left-52p {
        left: 52%;
    }

    .desktop_medium\:-left-0 {
        left: 0px;
    }

    .desktop_medium\:-left-1 {
        left: -0.25rem;
    }

    .desktop_medium\:-left-2 {
        left: -0.5rem;
    }

    .desktop_medium\:-left-3 {
        left: -0.75rem;
    }

    .desktop_medium\:-left-4 {
        left: -1rem;
    }

    .desktop_medium\:-left-5 {
        left: -1.25rem;
    }

    .desktop_medium\:-left-6 {
        left: -1.5rem;
    }

    .desktop_medium\:-left-7 {
        left: -1.75rem;
    }

    .desktop_medium\:-left-8 {
        left: -2rem;
    }

    .desktop_medium\:-left-9 {
        left: -2.25rem;
    }

    .desktop_medium\:-left-10 {
        left: -2.5rem;
    }

    .desktop_medium\:-left-11 {
        left: -2.75rem;
    }

    .desktop_medium\:-left-12 {
        left: -3rem;
    }

    .desktop_medium\:-left-14 {
        left: -3.5rem;
    }

    .desktop_medium\:-left-16 {
        left: -4rem;
    }

    .desktop_medium\:-left-18 {
        left: -4.375rem;
    }

    .desktop_medium\:-left-19 {
        left: -76px;
    }

    .desktop_medium\:-left-20 {
        left: -5rem;
    }

    .desktop_medium\:-left-24 {
        left: -6rem;
    }

    .desktop_medium\:-left-28 {
        left: -7rem;
    }

    .desktop_medium\:-left-30 {
        left: -120px;
    }

    .desktop_medium\:-left-32 {
        left: -8rem;
    }

    .desktop_medium\:-left-36 {
        left: -9rem;
    }

    .desktop_medium\:-left-40 {
        left: -10rem;
    }

    .desktop_medium\:-left-44 {
        left: -11rem;
    }

    .desktop_medium\:-left-48 {
        left: -12rem;
    }

    .desktop_medium\:-left-52 {
        left: -13rem;
    }

    .desktop_medium\:-left-56 {
        left: -14rem;
    }

    .desktop_medium\:-left-60 {
        left: -15rem;
    }

    .desktop_medium\:-left-64 {
        left: -16rem;
    }

    .desktop_medium\:-left-72 {
        left: -18rem;
    }

    .desktop_medium\:-left-80 {
        left: -20rem;
    }

    .desktop_medium\:-left-96 {
        left: -24rem;
    }

    .desktop_medium\:-left-px {
        left: -1px;
    }

    .desktop_medium\:-left-0\.5 {
        left: -0.125rem;
    }

    .desktop_medium\:-left-1\.5 {
        left: -0.375rem;
    }

    .desktop_medium\:-left-2\.5 {
        left: -0.625rem;
    }

    .desktop_medium\:-left-3\.5 {
        left: -0.875rem;
    }

    .desktop_medium\:-left-5p {
        left: -5px;
    }

    .desktop_medium\:-left-10p {
        left: -10px;
    }

    .desktop_medium\:-left-14p {
        left: -14px;
    }

    .desktop_medium\:-left-15p {
        left: -15px;
    }

    .desktop_medium\:-left-15_2 {
        left: -60px;
    }

    .desktop_medium\:-left-16_1 {
        left: -52px;
    }

    .desktop_medium\:-left-16p {
        left: -16px;
    }

    .desktop_medium\:-left-25p {
        left: -25px;
    }

    .desktop_medium\:-left-48p {
        left: -48%;
    }

    .desktop_medium\:-left-52p {
        left: -52%;
    }

    .desktop_medium\:left-1\/2 {
        left: 50%;
    }

    .desktop_medium\:left-1\/3 {
        left: 33.333333%;
    }

    .desktop_medium\:left-2\/3 {
        left: 66.666667%;
    }

    .desktop_medium\:left-1\/4 {
        left: 25%;
    }

    .desktop_medium\:left-2\/4 {
        left: 50%;
    }

    .desktop_medium\:left-3\/4 {
        left: 75%;
    }

    .desktop_medium\:left-full {
        left: 100%;
    }

    .desktop_medium\:-left-1\/2 {
        left: -50%;
    }

    .desktop_medium\:-left-1\/3 {
        left: -33.333333%;
    }

    .desktop_medium\:-left-2\/3 {
        left: -66.666667%;
    }

    .desktop_medium\:-left-1\/4 {
        left: -25%;
    }

    .desktop_medium\:-left-2\/4 {
        left: -50%;
    }

    .desktop_medium\:-left-3\/4 {
        left: -75%;
    }

    .desktop_medium\:-left-full {
        left: -100%;
    }

    .desktop_medium\:isolate {
        isolation: isolate;
    }

    .desktop_medium\:isolation-auto {
        isolation: auto;
    }

    .desktop_medium\:z-0 {
        z-index: 0;
    }

    .desktop_medium\:z-10 {
        z-index: 10;
    }

    .desktop_medium\:z-20 {
        z-index: 20;
    }

    .desktop_medium\:z-30 {
        z-index: 30;
    }

    .desktop_medium\:z-40 {
        z-index: 40;
    }

    .desktop_medium\:z-50 {
        z-index: 50;
    }

    .desktop_medium\:z-auto {
        z-index: auto;
    }

    .desktop_medium\:focus-within\:z-0:focus-within {
        z-index: 0;
    }

    .desktop_medium\:focus-within\:z-10:focus-within {
        z-index: 10;
    }

    .desktop_medium\:focus-within\:z-20:focus-within {
        z-index: 20;
    }

    .desktop_medium\:focus-within\:z-30:focus-within {
        z-index: 30;
    }

    .desktop_medium\:focus-within\:z-40:focus-within {
        z-index: 40;
    }

    .desktop_medium\:focus-within\:z-50:focus-within {
        z-index: 50;
    }

    .desktop_medium\:focus-within\:z-auto:focus-within {
        z-index: auto;
    }

    .desktop_medium\:focus\:z-0:focus {
        z-index: 0;
    }

    .desktop_medium\:focus\:z-10:focus {
        z-index: 10;
    }

    .desktop_medium\:focus\:z-20:focus {
        z-index: 20;
    }

    .desktop_medium\:focus\:z-30:focus {
        z-index: 30;
    }

    .desktop_medium\:focus\:z-40:focus {
        z-index: 40;
    }

    .desktop_medium\:focus\:z-50:focus {
        z-index: 50;
    }

    .desktop_medium\:focus\:z-auto:focus {
        z-index: auto;
    }

    .desktop_medium\:order-1 {
        order: 1;
    }

    .desktop_medium\:order-2 {
        order: 2;
    }

    .desktop_medium\:order-3 {
        order: 3;
    }

    .desktop_medium\:order-4 {
        order: 4;
    }

    .desktop_medium\:order-5 {
        order: 5;
    }

    .desktop_medium\:order-6 {
        order: 6;
    }

    .desktop_medium\:order-7 {
        order: 7;
    }

    .desktop_medium\:order-8 {
        order: 8;
    }

    .desktop_medium\:order-9 {
        order: 9;
    }

    .desktop_medium\:order-10 {
        order: 10;
    }

    .desktop_medium\:order-11 {
        order: 11;
    }

    .desktop_medium\:order-12 {
        order: 12;
    }

    .desktop_medium\:order-first {
        order: -9999;
    }

    .desktop_medium\:order-last {
        order: 9999;
    }

    .desktop_medium\:order-none {
        order: 0;
    }

    .desktop_medium\:col-auto {
        grid-column: auto;
    }

    .desktop_medium\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .desktop_medium\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .desktop_medium\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .desktop_medium\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .desktop_medium\:col-span-5 {
        grid-column: span 5 / span 5;
    }

    .desktop_medium\:col-span-6 {
        grid-column: span 6 / span 6;
    }

    .desktop_medium\:col-span-7 {
        grid-column: span 7 / span 7;
    }

    .desktop_medium\:col-span-8 {
        grid-column: span 8 / span 8;
    }

    .desktop_medium\:col-span-9 {
        grid-column: span 9 / span 9;
    }

    .desktop_medium\:col-span-10 {
        grid-column: span 10 / span 10;
    }

    .desktop_medium\:col-span-11 {
        grid-column: span 11 / span 11;
    }

    .desktop_medium\:col-span-12 {
        grid-column: span 12 / span 12;
    }

    .desktop_medium\:col-span-full {
        grid-column: 1 / -1;
    }

    .desktop_medium\:col-start-1 {
        grid-column-start: 1;
    }

    .desktop_medium\:col-start-2 {
        grid-column-start: 2;
    }

    .desktop_medium\:col-start-3 {
        grid-column-start: 3;
    }

    .desktop_medium\:col-start-4 {
        grid-column-start: 4;
    }

    .desktop_medium\:col-start-5 {
        grid-column-start: 5;
    }

    .desktop_medium\:col-start-6 {
        grid-column-start: 6;
    }

    .desktop_medium\:col-start-7 {
        grid-column-start: 7;
    }

    .desktop_medium\:col-start-8 {
        grid-column-start: 8;
    }

    .desktop_medium\:col-start-9 {
        grid-column-start: 9;
    }

    .desktop_medium\:col-start-10 {
        grid-column-start: 10;
    }

    .desktop_medium\:col-start-11 {
        grid-column-start: 11;
    }

    .desktop_medium\:col-start-12 {
        grid-column-start: 12;
    }

    .desktop_medium\:col-start-13 {
        grid-column-start: 13;
    }

    .desktop_medium\:col-start-auto {
        grid-column-start: auto;
    }

    .desktop_medium\:col-end-1 {
        grid-column-end: 1;
    }

    .desktop_medium\:col-end-2 {
        grid-column-end: 2;
    }

    .desktop_medium\:col-end-3 {
        grid-column-end: 3;
    }

    .desktop_medium\:col-end-4 {
        grid-column-end: 4;
    }

    .desktop_medium\:col-end-5 {
        grid-column-end: 5;
    }

    .desktop_medium\:col-end-6 {
        grid-column-end: 6;
    }

    .desktop_medium\:col-end-7 {
        grid-column-end: 7;
    }

    .desktop_medium\:col-end-8 {
        grid-column-end: 8;
    }

    .desktop_medium\:col-end-9 {
        grid-column-end: 9;
    }

    .desktop_medium\:col-end-10 {
        grid-column-end: 10;
    }

    .desktop_medium\:col-end-11 {
        grid-column-end: 11;
    }

    .desktop_medium\:col-end-12 {
        grid-column-end: 12;
    }

    .desktop_medium\:col-end-13 {
        grid-column-end: 13;
    }

    .desktop_medium\:col-end-auto {
        grid-column-end: auto;
    }

    .desktop_medium\:row-auto {
        grid-row: auto;
    }

    .desktop_medium\:row-span-1 {
        grid-row: span 1 / span 1;
    }

    .desktop_medium\:row-span-2 {
        grid-row: span 2 / span 2;
    }

    .desktop_medium\:row-span-3 {
        grid-row: span 3 / span 3;
    }

    .desktop_medium\:row-span-4 {
        grid-row: span 4 / span 4;
    }

    .desktop_medium\:row-span-5 {
        grid-row: span 5 / span 5;
    }

    .desktop_medium\:row-span-6 {
        grid-row: span 6 / span 6;
    }

    .desktop_medium\:row-span-full {
        grid-row: 1 / -1;
    }

    .desktop_medium\:row-start-1 {
        grid-row-start: 1;
    }

    .desktop_medium\:row-start-2 {
        grid-row-start: 2;
    }

    .desktop_medium\:row-start-3 {
        grid-row-start: 3;
    }

    .desktop_medium\:row-start-4 {
        grid-row-start: 4;
    }

    .desktop_medium\:row-start-5 {
        grid-row-start: 5;
    }

    .desktop_medium\:row-start-6 {
        grid-row-start: 6;
    }

    .desktop_medium\:row-start-7 {
        grid-row-start: 7;
    }

    .desktop_medium\:row-start-auto {
        grid-row-start: auto;
    }

    .desktop_medium\:row-end-1 {
        grid-row-end: 1;
    }

    .desktop_medium\:row-end-2 {
        grid-row-end: 2;
    }

    .desktop_medium\:row-end-3 {
        grid-row-end: 3;
    }

    .desktop_medium\:row-end-4 {
        grid-row-end: 4;
    }

    .desktop_medium\:row-end-5 {
        grid-row-end: 5;
    }

    .desktop_medium\:row-end-6 {
        grid-row-end: 6;
    }

    .desktop_medium\:row-end-7 {
        grid-row-end: 7;
    }

    .desktop_medium\:row-end-auto {
        grid-row-end: auto;
    }

    .desktop_medium\:float-right {
        float: right;
    }

    .desktop_medium\:float-left {
        float: left;
    }

    .desktop_medium\:float-none {
        float: none;
    }

    .desktop_medium\:clear-left {
        clear: left;
    }

    .desktop_medium\:clear-right {
        clear: right;
    }

    .desktop_medium\:clear-both {
        clear: both;
    }

    .desktop_medium\:clear-none {
        clear: none;
    }

    .desktop_medium\:m-0 {
        margin: 0px;
    }

    .desktop_medium\:m-1 {
        margin: 0.25rem;
    }

    .desktop_medium\:m-2 {
        margin: 0.5rem;
    }

    .desktop_medium\:m-3 {
        margin: 0.75rem;
    }

    .desktop_medium\:m-4 {
        margin: 1rem;
    }

    .desktop_medium\:m-5 {
        margin: 1.25rem;
    }

    .desktop_medium\:m-6 {
        margin: 1.5rem;
    }

    .desktop_medium\:m-7 {
        margin: 1.75rem;
    }

    .desktop_medium\:m-8 {
        margin: 2rem;
    }

    .desktop_medium\:m-9 {
        margin: 2.25rem;
    }

    .desktop_medium\:m-10 {
        margin: 2.5rem;
    }

    .desktop_medium\:m-11 {
        margin: 2.75rem;
    }

    .desktop_medium\:m-12 {
        margin: 3rem;
    }

    .desktop_medium\:m-13 {
        margin: 3.25rem;
    }

    .desktop_medium\:m-14 {
        margin: 3.5rem;
    }

    .desktop_medium\:m-16 {
        margin: 4rem;
    }

    .desktop_medium\:m-18 {
        margin: 4.375rem;
    }

    .desktop_medium\:m-19 {
        margin: 76px;
    }

    .desktop_medium\:m-20 {
        margin: 5rem;
    }

    .desktop_medium\:m-22 {
        margin: 5.3125rem;
    }

    .desktop_medium\:m-24 {
        margin: 6rem;
    }

    .desktop_medium\:m-28 {
        margin: 7rem;
    }

    .desktop_medium\:m-30 {
        margin: 120px;
    }

    .desktop_medium\:m-32 {
        margin: 8rem;
    }

    .desktop_medium\:m-36 {
        margin: 9rem;
    }

    .desktop_medium\:m-40 {
        margin: 10rem;
    }

    .desktop_medium\:m-44 {
        margin: 11rem;
    }

    .desktop_medium\:m-46 {
        margin: 11.44rem;
    }

    .desktop_medium\:m-48 {
        margin: 12rem;
    }

    .desktop_medium\:m-52 {
        margin: 13rem;
    }

    .desktop_medium\:m-56 {
        margin: 14rem;
    }

    .desktop_medium\:m-60 {
        margin: 15rem;
    }

    .desktop_medium\:m-64 {
        margin: 16rem;
    }

    .desktop_medium\:m-72 {
        margin: 18rem;
    }

    .desktop_medium\:m-80 {
        margin: 20rem;
    }

    .desktop_medium\:m-96 {
        margin: 24rem;
    }

    .desktop_medium\:m-auto {
        margin: auto;
    }

    .desktop_medium\:m-px {
        margin: 1px;
    }

    .desktop_medium\:m-0\.5 {
        margin: 0.125rem;
    }

    .desktop_medium\:m-1\.5 {
        margin: 0.375rem;
    }

    .desktop_medium\:m-2\.5 {
        margin: 0.625rem;
    }

    .desktop_medium\:m-3\.5 {
        margin: 0.875rem;
    }

    .desktop_medium\:m-5p {
        margin: 5px;
    }

    .desktop_medium\:m-10p {
        margin: 10px;
    }

    .desktop_medium\:m-14p {
        margin: 14px;
    }

    .desktop_medium\:m-15p {
        margin: 15px;
    }

    .desktop_medium\:m-15_2 {
        margin: 60px;
    }

    .desktop_medium\:m-16_1 {
        margin: 52px;
    }

    .desktop_medium\:m-16p {
        margin: 16px;
    }

    .desktop_medium\:m-25p {
        margin: 25px;
    }

    .desktop_medium\:m-48p {
        margin: 48%;
    }

    .desktop_medium\:m-52p {
        margin: 52%;
    }

    .desktop_medium\:-m-0 {
        margin: 0px;
    }

    .desktop_medium\:-m-1 {
        margin: -0.25rem;
    }

    .desktop_medium\:-m-2 {
        margin: -0.5rem;
    }

    .desktop_medium\:-m-3 {
        margin: -0.75rem;
    }

    .desktop_medium\:-m-4 {
        margin: -1rem;
    }

    .desktop_medium\:-m-5 {
        margin: -1.25rem;
    }

    .desktop_medium\:-m-6 {
        margin: -1.5rem;
    }

    .desktop_medium\:-m-7 {
        margin: -1.75rem;
    }

    .desktop_medium\:-m-8 {
        margin: -2rem;
    }

    .desktop_medium\:-m-9 {
        margin: -2.25rem;
    }

    .desktop_medium\:-m-10 {
        margin: -2.5rem;
    }

    .desktop_medium\:-m-11 {
        margin: -2.75rem;
    }

    .desktop_medium\:-m-12 {
        margin: -3rem;
    }

    .desktop_medium\:-m-14 {
        margin: -3.5rem;
    }

    .desktop_medium\:-m-16 {
        margin: -4rem;
    }

    .desktop_medium\:-m-18 {
        margin: -4.375rem;
    }

    .desktop_medium\:-m-19 {
        margin: -76px;
    }

    .desktop_medium\:-m-20 {
        margin: -5rem;
    }

    .desktop_medium\:-m-24 {
        margin: -6rem;
    }

    .desktop_medium\:-m-28 {
        margin: -7rem;
    }

    .desktop_medium\:-m-30 {
        margin: -120px;
    }

    .desktop_medium\:-m-32 {
        margin: -8rem;
    }

    .desktop_medium\:-m-36 {
        margin: -9rem;
    }

    .desktop_medium\:-m-40 {
        margin: -10rem;
    }

    .desktop_medium\:-m-44 {
        margin: -11rem;
    }

    .desktop_medium\:-m-48 {
        margin: -12rem;
    }

    .desktop_medium\:-m-52 {
        margin: -13rem;
    }

    .desktop_medium\:-m-56 {
        margin: -14rem;
    }

    .desktop_medium\:-m-60 {
        margin: -15rem;
    }

    .desktop_medium\:-m-64 {
        margin: -16rem;
    }

    .desktop_medium\:-m-72 {
        margin: -18rem;
    }

    .desktop_medium\:-m-80 {
        margin: -20rem;
    }

    .desktop_medium\:-m-96 {
        margin: -24rem;
    }

    .desktop_medium\:-m-px {
        margin: -1px;
    }

    .desktop_medium\:-m-0\.5 {
        margin: -0.125rem;
    }

    .desktop_medium\:-m-1\.5 {
        margin: -0.375rem;
    }

    .desktop_medium\:-m-2\.5 {
        margin: -0.625rem;
    }

    .desktop_medium\:-m-3\.5 {
        margin: -0.875rem;
    }

    .desktop_medium\:-m-5p {
        margin: -5px;
    }

    .desktop_medium\:-m-10p {
        margin: -10px;
    }

    .desktop_medium\:-m-14p {
        margin: -14px;
    }

    .desktop_medium\:-m-15p {
        margin: -15px;
    }

    .desktop_medium\:-m-15_2 {
        margin: -60px;
    }

    .desktop_medium\:-m-16_1 {
        margin: -52px;
    }

    .desktop_medium\:-m-16p {
        margin: -16px;
    }

    .desktop_medium\:-m-25p {
        margin: -25px;
    }

    .desktop_medium\:-m-48p {
        margin: -48%;
    }

    .desktop_medium\:-m-52p {
        margin: -52%;
    }

    .desktop_medium\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .desktop_medium\:mx-1 {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }

    .desktop_medium\:mx-2 {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .desktop_medium\:mx-3 {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
    }

    .desktop_medium\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .desktop_medium\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }

    .desktop_medium\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .desktop_medium\:mx-7 {
        margin-left: 1.75rem;
        margin-right: 1.75rem;
    }

    .desktop_medium\:mx-8 {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .desktop_medium\:mx-9 {
        margin-left: 2.25rem;
        margin-right: 2.25rem;
    }

    .desktop_medium\:mx-10 {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }

    .desktop_medium\:mx-11 {
        margin-left: 2.75rem;
        margin-right: 2.75rem;
    }

    .desktop_medium\:mx-12 {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .desktop_medium\:mx-13 {
        margin-left: 3.25rem;
        margin-right: 3.25rem;
    }

    .desktop_medium\:mx-14 {
        margin-left: 3.5rem;
        margin-right: 3.5rem;
    }

    .desktop_medium\:mx-16 {
        margin-left: 4rem;
        margin-right: 4rem;
    }

    .desktop_medium\:mx-18 {
        margin-left: 4.375rem;
        margin-right: 4.375rem;
    }

    .desktop_medium\:mx-19 {
        margin-left: 76px;
        margin-right: 76px;
    }

    .desktop_medium\:mx-20 {
        margin-left: 5rem;
        margin-right: 5rem;
    }

    .desktop_medium\:mx-22 {
        margin-left: 5.3125rem;
        margin-right: 5.3125rem;
    }

    .desktop_medium\:mx-24 {
        margin-left: 6rem;
        margin-right: 6rem;
    }

    .desktop_medium\:mx-28 {
        margin-left: 7rem;
        margin-right: 7rem;
    }

    .desktop_medium\:mx-30 {
        margin-left: 120px;
        margin-right: 120px;
    }

    .desktop_medium\:mx-32 {
        margin-left: 8rem;
        margin-right: 8rem;
    }

    .desktop_medium\:mx-36 {
        margin-left: 9rem;
        margin-right: 9rem;
    }

    .desktop_medium\:mx-40 {
        margin-left: 10rem;
        margin-right: 10rem;
    }

    .desktop_medium\:mx-44 {
        margin-left: 11rem;
        margin-right: 11rem;
    }

    .desktop_medium\:mx-46 {
        margin-left: 11.44rem;
        margin-right: 11.44rem;
    }

    .desktop_medium\:mx-48 {
        margin-left: 12rem;
        margin-right: 12rem;
    }

    .desktop_medium\:mx-52 {
        margin-left: 13rem;
        margin-right: 13rem;
    }

    .desktop_medium\:mx-56 {
        margin-left: 14rem;
        margin-right: 14rem;
    }

    .desktop_medium\:mx-60 {
        margin-left: 15rem;
        margin-right: 15rem;
    }

    .desktop_medium\:mx-64 {
        margin-left: 16rem;
        margin-right: 16rem;
    }

    .desktop_medium\:mx-72 {
        margin-left: 18rem;
        margin-right: 18rem;
    }

    .desktop_medium\:mx-80 {
        margin-left: 20rem;
        margin-right: 20rem;
    }

    .desktop_medium\:mx-96 {
        margin-left: 24rem;
        margin-right: 24rem;
    }

    .desktop_medium\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .desktop_medium\:mx-px {
        margin-left: 1px;
        margin-right: 1px;
    }

    .desktop_medium\:mx-0\.5 {
        margin-left: 0.125rem;
        margin-right: 0.125rem;
    }

    .desktop_medium\:mx-1\.5 {
        margin-left: 0.375rem;
        margin-right: 0.375rem;
    }

    .desktop_medium\:mx-2\.5 {
        margin-left: 0.625rem;
        margin-right: 0.625rem;
    }

    .desktop_medium\:mx-3\.5 {
        margin-left: 0.875rem;
        margin-right: 0.875rem;
    }

    .desktop_medium\:mx-5p {
        margin-left: 5px;
        margin-right: 5px;
    }

    .desktop_medium\:mx-10p {
        margin-left: 10px;
        margin-right: 10px;
    }

    .desktop_medium\:mx-14p {
        margin-left: 14px;
        margin-right: 14px;
    }

    .desktop_medium\:mx-15p {
        margin-left: 15px;
        margin-right: 15px;
    }

    .desktop_medium\:mx-15_2 {
        margin-left: 60px;
        margin-right: 60px;
    }

    .desktop_medium\:mx-16_1 {
        margin-left: 52px;
        margin-right: 52px;
    }

    .desktop_medium\:mx-16p {
        margin-left: 16px;
        margin-right: 16px;
    }

    .desktop_medium\:mx-25p {
        margin-left: 25px;
        margin-right: 25px;
    }

    .desktop_medium\:mx-48p {
        margin-left: 48%;
        margin-right: 48%;
    }

    .desktop_medium\:mx-52p {
        margin-left: 52%;
        margin-right: 52%;
    }

    .desktop_medium\:-mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .desktop_medium\:-mx-1 {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
    }

    .desktop_medium\:-mx-2 {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }

    .desktop_medium\:-mx-3 {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }

    .desktop_medium\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .desktop_medium\:-mx-5 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

    .desktop_medium\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .desktop_medium\:-mx-7 {
        margin-left: -1.75rem;
        margin-right: -1.75rem;
    }

    .desktop_medium\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem;
    }

    .desktop_medium\:-mx-9 {
        margin-left: -2.25rem;
        margin-right: -2.25rem;
    }

    .desktop_medium\:-mx-10 {
        margin-left: -2.5rem;
        margin-right: -2.5rem;
    }

    .desktop_medium\:-mx-11 {
        margin-left: -2.75rem;
        margin-right: -2.75rem;
    }

    .desktop_medium\:-mx-12 {
        margin-left: -3rem;
        margin-right: -3rem;
    }

    .desktop_medium\:-mx-14 {
        margin-left: -3.5rem;
        margin-right: -3.5rem;
    }

    .desktop_medium\:-mx-16 {
        margin-left: -4rem;
        margin-right: -4rem;
    }

    .desktop_medium\:-mx-18 {
        margin-left: -4.375rem;
        margin-right: -4.375rem;
    }

    .desktop_medium\:-mx-19 {
        margin-left: -76px;
        margin-right: -76px;
    }

    .desktop_medium\:-mx-20 {
        margin-left: -5rem;
        margin-right: -5rem;
    }

    .desktop_medium\:-mx-24 {
        margin-left: -6rem;
        margin-right: -6rem;
    }

    .desktop_medium\:-mx-28 {
        margin-left: -7rem;
        margin-right: -7rem;
    }

    .desktop_medium\:-mx-30 {
        margin-left: -120px;
        margin-right: -120px;
    }

    .desktop_medium\:-mx-32 {
        margin-left: -8rem;
        margin-right: -8rem;
    }

    .desktop_medium\:-mx-36 {
        margin-left: -9rem;
        margin-right: -9rem;
    }

    .desktop_medium\:-mx-40 {
        margin-left: -10rem;
        margin-right: -10rem;
    }

    .desktop_medium\:-mx-44 {
        margin-left: -11rem;
        margin-right: -11rem;
    }

    .desktop_medium\:-mx-48 {
        margin-left: -12rem;
        margin-right: -12rem;
    }

    .desktop_medium\:-mx-52 {
        margin-left: -13rem;
        margin-right: -13rem;
    }

    .desktop_medium\:-mx-56 {
        margin-left: -14rem;
        margin-right: -14rem;
    }

    .desktop_medium\:-mx-60 {
        margin-left: -15rem;
        margin-right: -15rem;
    }

    .desktop_medium\:-mx-64 {
        margin-left: -16rem;
        margin-right: -16rem;
    }

    .desktop_medium\:-mx-72 {
        margin-left: -18rem;
        margin-right: -18rem;
    }

    .desktop_medium\:-mx-80 {
        margin-left: -20rem;
        margin-right: -20rem;
    }

    .desktop_medium\:-mx-96 {
        margin-left: -24rem;
        margin-right: -24rem;
    }

    .desktop_medium\:-mx-px {
        margin-left: -1px;
        margin-right: -1px;
    }

    .desktop_medium\:-mx-0\.5 {
        margin-left: -0.125rem;
        margin-right: -0.125rem;
    }

    .desktop_medium\:-mx-1\.5 {
        margin-left: -0.375rem;
        margin-right: -0.375rem;
    }

    .desktop_medium\:-mx-2\.5 {
        margin-left: -0.625rem;
        margin-right: -0.625rem;
    }

    .desktop_medium\:-mx-3\.5 {
        margin-left: -0.875rem;
        margin-right: -0.875rem;
    }

    .desktop_medium\:-mx-5p {
        margin-left: -5px;
        margin-right: -5px;
    }

    .desktop_medium\:-mx-10p {
        margin-left: -10px;
        margin-right: -10px;
    }

    .desktop_medium\:-mx-14p {
        margin-left: -14px;
        margin-right: -14px;
    }

    .desktop_medium\:-mx-15p {
        margin-left: -15px;
        margin-right: -15px;
    }

    .desktop_medium\:-mx-15_2 {
        margin-left: -60px;
        margin-right: -60px;
    }

    .desktop_medium\:-mx-16_1 {
        margin-left: -52px;
        margin-right: -52px;
    }

    .desktop_medium\:-mx-16p {
        margin-left: -16px;
        margin-right: -16px;
    }

    .desktop_medium\:-mx-25p {
        margin-left: -25px;
        margin-right: -25px;
    }

    .desktop_medium\:-mx-48p {
        margin-left: -48%;
        margin-right: -48%;
    }

    .desktop_medium\:-mx-52p {
        margin-left: -52%;
        margin-right: -52%;
    }

    .desktop_medium\:my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .desktop_medium\:my-1 {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }

    .desktop_medium\:my-2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .desktop_medium\:my-3 {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }

    .desktop_medium\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .desktop_medium\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .desktop_medium\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .desktop_medium\:my-7 {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem;
    }

    .desktop_medium\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .desktop_medium\:my-9 {
        margin-top: 2.25rem;
        margin-bottom: 2.25rem;
    }

    .desktop_medium\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .desktop_medium\:my-11 {
        margin-top: 2.75rem;
        margin-bottom: 2.75rem;
    }

    .desktop_medium\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .desktop_medium\:my-13 {
        margin-top: 3.25rem;
        margin-bottom: 3.25rem;
    }

    .desktop_medium\:my-14 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }

    .desktop_medium\:my-16 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .desktop_medium\:my-18 {
        margin-top: 4.375rem;
        margin-bottom: 4.375rem;
    }

    .desktop_medium\:my-19 {
        margin-top: 76px;
        margin-bottom: 76px;
    }

    .desktop_medium\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .desktop_medium\:my-22 {
        margin-top: 5.3125rem;
        margin-bottom: 5.3125rem;
    }

    .desktop_medium\:my-24 {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }

    .desktop_medium\:my-28 {
        margin-top: 7rem;
        margin-bottom: 7rem;
    }

    .desktop_medium\:my-30 {
        margin-top: 120px;
        margin-bottom: 120px;
    }

    .desktop_medium\:my-32 {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }

    .desktop_medium\:my-36 {
        margin-top: 9rem;
        margin-bottom: 9rem;
    }

    .desktop_medium\:my-40 {
        margin-top: 10rem;
        margin-bottom: 10rem;
    }

    .desktop_medium\:my-44 {
        margin-top: 11rem;
        margin-bottom: 11rem;
    }

    .desktop_medium\:my-46 {
        margin-top: 11.44rem;
        margin-bottom: 11.44rem;
    }

    .desktop_medium\:my-48 {
        margin-top: 12rem;
        margin-bottom: 12rem;
    }

    .desktop_medium\:my-52 {
        margin-top: 13rem;
        margin-bottom: 13rem;
    }

    .desktop_medium\:my-56 {
        margin-top: 14rem;
        margin-bottom: 14rem;
    }

    .desktop_medium\:my-60 {
        margin-top: 15rem;
        margin-bottom: 15rem;
    }

    .desktop_medium\:my-64 {
        margin-top: 16rem;
        margin-bottom: 16rem;
    }

    .desktop_medium\:my-72 {
        margin-top: 18rem;
        margin-bottom: 18rem;
    }

    .desktop_medium\:my-80 {
        margin-top: 20rem;
        margin-bottom: 20rem;
    }

    .desktop_medium\:my-96 {
        margin-top: 24rem;
        margin-bottom: 24rem;
    }

    .desktop_medium\:my-auto {
        margin-top: auto;
        margin-bottom: auto;
    }

    .desktop_medium\:my-px {
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .desktop_medium\:my-0\.5 {
        margin-top: 0.125rem;
        margin-bottom: 0.125rem;
    }

    .desktop_medium\:my-1\.5 {
        margin-top: 0.375rem;
        margin-bottom: 0.375rem;
    }

    .desktop_medium\:my-2\.5 {
        margin-top: 0.625rem;
        margin-bottom: 0.625rem;
    }

    .desktop_medium\:my-3\.5 {
        margin-top: 0.875rem;
        margin-bottom: 0.875rem;
    }

    .desktop_medium\:my-5p {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .desktop_medium\:my-10p {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .desktop_medium\:my-14p {
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .desktop_medium\:my-15p {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .desktop_medium\:my-15_2 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .desktop_medium\:my-16_1 {
        margin-top: 52px;
        margin-bottom: 52px;
    }

    .desktop_medium\:my-16p {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .desktop_medium\:my-25p {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .desktop_medium\:my-48p {
        margin-top: 48%;
        margin-bottom: 48%;
    }

    .desktop_medium\:my-52p {
        margin-top: 52%;
        margin-bottom: 52%;
    }

    .desktop_medium\:-my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .desktop_medium\:-my-1 {
        margin-top: -0.25rem;
        margin-bottom: -0.25rem;
    }

    .desktop_medium\:-my-2 {
        margin-top: -0.5rem;
        margin-bottom: -0.5rem;
    }

    .desktop_medium\:-my-3 {
        margin-top: -0.75rem;
        margin-bottom: -0.75rem;
    }

    .desktop_medium\:-my-4 {
        margin-top: -1rem;
        margin-bottom: -1rem;
    }

    .desktop_medium\:-my-5 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem;
    }

    .desktop_medium\:-my-6 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem;
    }

    .desktop_medium\:-my-7 {
        margin-top: -1.75rem;
        margin-bottom: -1.75rem;
    }

    .desktop_medium\:-my-8 {
        margin-top: -2rem;
        margin-bottom: -2rem;
    }

    .desktop_medium\:-my-9 {
        margin-top: -2.25rem;
        margin-bottom: -2.25rem;
    }

    .desktop_medium\:-my-10 {
        margin-top: -2.5rem;
        margin-bottom: -2.5rem;
    }

    .desktop_medium\:-my-11 {
        margin-top: -2.75rem;
        margin-bottom: -2.75rem;
    }

    .desktop_medium\:-my-12 {
        margin-top: -3rem;
        margin-bottom: -3rem;
    }

    .desktop_medium\:-my-14 {
        margin-top: -3.5rem;
        margin-bottom: -3.5rem;
    }

    .desktop_medium\:-my-16 {
        margin-top: -4rem;
        margin-bottom: -4rem;
    }

    .desktop_medium\:-my-18 {
        margin-top: -4.375rem;
        margin-bottom: -4.375rem;
    }

    .desktop_medium\:-my-19 {
        margin-top: -76px;
        margin-bottom: -76px;
    }

    .desktop_medium\:-my-20 {
        margin-top: -5rem;
        margin-bottom: -5rem;
    }

    .desktop_medium\:-my-24 {
        margin-top: -6rem;
        margin-bottom: -6rem;
    }

    .desktop_medium\:-my-28 {
        margin-top: -7rem;
        margin-bottom: -7rem;
    }

    .desktop_medium\:-my-30 {
        margin-top: -120px;
        margin-bottom: -120px;
    }

    .desktop_medium\:-my-32 {
        margin-top: -8rem;
        margin-bottom: -8rem;
    }

    .desktop_medium\:-my-36 {
        margin-top: -9rem;
        margin-bottom: -9rem;
    }

    .desktop_medium\:-my-40 {
        margin-top: -10rem;
        margin-bottom: -10rem;
    }

    .desktop_medium\:-my-44 {
        margin-top: -11rem;
        margin-bottom: -11rem;
    }

    .desktop_medium\:-my-48 {
        margin-top: -12rem;
        margin-bottom: -12rem;
    }

    .desktop_medium\:-my-52 {
        margin-top: -13rem;
        margin-bottom: -13rem;
    }

    .desktop_medium\:-my-56 {
        margin-top: -14rem;
        margin-bottom: -14rem;
    }

    .desktop_medium\:-my-60 {
        margin-top: -15rem;
        margin-bottom: -15rem;
    }

    .desktop_medium\:-my-64 {
        margin-top: -16rem;
        margin-bottom: -16rem;
    }

    .desktop_medium\:-my-72 {
        margin-top: -18rem;
        margin-bottom: -18rem;
    }

    .desktop_medium\:-my-80 {
        margin-top: -20rem;
        margin-bottom: -20rem;
    }

    .desktop_medium\:-my-96 {
        margin-top: -24rem;
        margin-bottom: -24rem;
    }

    .desktop_medium\:-my-px {
        margin-top: -1px;
        margin-bottom: -1px;
    }

    .desktop_medium\:-my-0\.5 {
        margin-top: -0.125rem;
        margin-bottom: -0.125rem;
    }

    .desktop_medium\:-my-1\.5 {
        margin-top: -0.375rem;
        margin-bottom: -0.375rem;
    }

    .desktop_medium\:-my-2\.5 {
        margin-top: -0.625rem;
        margin-bottom: -0.625rem;
    }

    .desktop_medium\:-my-3\.5 {
        margin-top: -0.875rem;
        margin-bottom: -0.875rem;
    }

    .desktop_medium\:-my-5p {
        margin-top: -5px;
        margin-bottom: -5px;
    }

    .desktop_medium\:-my-10p {
        margin-top: -10px;
        margin-bottom: -10px;
    }

    .desktop_medium\:-my-14p {
        margin-top: -14px;
        margin-bottom: -14px;
    }

    .desktop_medium\:-my-15p {
        margin-top: -15px;
        margin-bottom: -15px;
    }

    .desktop_medium\:-my-15_2 {
        margin-top: -60px;
        margin-bottom: -60px;
    }

    .desktop_medium\:-my-16_1 {
        margin-top: -52px;
        margin-bottom: -52px;
    }

    .desktop_medium\:-my-16p {
        margin-top: -16px;
        margin-bottom: -16px;
    }

    .desktop_medium\:-my-25p {
        margin-top: -25px;
        margin-bottom: -25px;
    }

    .desktop_medium\:-my-48p {
        margin-top: -48%;
        margin-bottom: -48%;
    }

    .desktop_medium\:-my-52p {
        margin-top: -52%;
        margin-bottom: -52%;
    }

    .desktop_medium\:mt-0 {
        margin-top: 0px;
    }

    .desktop_medium\:mt-1 {
        margin-top: 0.25rem;
    }

    .desktop_medium\:mt-2 {
        margin-top: 0.5rem;
    }

    .desktop_medium\:mt-3 {
        margin-top: 0.75rem;
    }

    .desktop_medium\:mt-4 {
        margin-top: 1rem;
    }

    .desktop_medium\:mt-5 {
        margin-top: 1.25rem;
    }

    .desktop_medium\:mt-6 {
        margin-top: 1.5rem;
    }

    .desktop_medium\:mt-7 {
        margin-top: 1.75rem;
    }

    .desktop_medium\:mt-8 {
        margin-top: 2rem;
    }

    .desktop_medium\:mt-9 {
        margin-top: 2.25rem;
    }

    .desktop_medium\:mt-10 {
        margin-top: 2.5rem;
    }

    .desktop_medium\:mt-11 {
        margin-top: 2.75rem;
    }

    .desktop_medium\:mt-12 {
        margin-top: 3rem;
    }

    .desktop_medium\:mt-13 {
        margin-top: 3.25rem;
    }

    .desktop_medium\:mt-14 {
        margin-top: 3.5rem;
    }

    .desktop_medium\:mt-16 {
        margin-top: 4rem;
    }

    .desktop_medium\:mt-18 {
        margin-top: 4.375rem;
    }

    .desktop_medium\:mt-19 {
        margin-top: 76px;
    }

    .desktop_medium\:mt-20 {
        margin-top: 5rem;
    }

    .desktop_medium\:mt-22 {
        margin-top: 5.3125rem;
    }

    .desktop_medium\:mt-24 {
        margin-top: 6rem;
    }

    .desktop_medium\:mt-28 {
        margin-top: 7rem;
    }

    .desktop_medium\:mt-30 {
        margin-top: 120px;
    }

    .desktop_medium\:mt-32 {
        margin-top: 8rem;
    }

    .desktop_medium\:mt-36 {
        margin-top: 9rem;
    }

    .desktop_medium\:mt-40 {
        margin-top: 10rem;
    }

    .desktop_medium\:mt-44 {
        margin-top: 11rem;
    }

    .desktop_medium\:mt-46 {
        margin-top: 11.44rem;
    }

    .desktop_medium\:mt-48 {
        margin-top: 12rem;
    }

    .desktop_medium\:mt-52 {
        margin-top: 13rem;
    }

    .desktop_medium\:mt-56 {
        margin-top: 14rem;
    }

    .desktop_medium\:mt-60 {
        margin-top: 15rem;
    }

    .desktop_medium\:mt-64 {
        margin-top: 16rem;
    }

    .desktop_medium\:mt-72 {
        margin-top: 18rem;
    }

    .desktop_medium\:mt-80 {
        margin-top: 20rem;
    }

    .desktop_medium\:mt-96 {
        margin-top: 24rem;
    }

    .desktop_medium\:mt-auto {
        margin-top: auto;
    }

    .desktop_medium\:mt-px {
        margin-top: 1px;
    }

    .desktop_medium\:mt-0\.5 {
        margin-top: 0.125rem;
    }

    .desktop_medium\:mt-1\.5 {
        margin-top: 0.375rem;
    }

    .desktop_medium\:mt-2\.5 {
        margin-top: 0.625rem;
    }

    .desktop_medium\:mt-3\.5 {
        margin-top: 0.875rem;
    }

    .desktop_medium\:mt-5p {
        margin-top: 5px;
    }

    .desktop_medium\:mt-10p {
        margin-top: 10px;
    }

    .desktop_medium\:mt-14p {
        margin-top: 14px;
    }

    .desktop_medium\:mt-15p {
        margin-top: 15px;
    }

    .desktop_medium\:mt-15_2 {
        margin-top: 60px;
    }

    .desktop_medium\:mt-16_1 {
        margin-top: 52px;
    }

    .desktop_medium\:mt-16p {
        margin-top: 16px;
    }

    .desktop_medium\:mt-25p {
        margin-top: 25px;
    }

    .desktop_medium\:mt-48p {
        margin-top: 48%;
    }

    .desktop_medium\:mt-52p {
        margin-top: 52%;
    }

    .desktop_medium\:-mt-0 {
        margin-top: 0px;
    }

    .desktop_medium\:-mt-1 {
        margin-top: -0.25rem;
    }

    .desktop_medium\:-mt-2 {
        margin-top: -0.5rem;
    }

    .desktop_medium\:-mt-3 {
        margin-top: -0.75rem;
    }

    .desktop_medium\:-mt-4 {
        margin-top: -1rem;
    }

    .desktop_medium\:-mt-5 {
        margin-top: -1.25rem;
    }

    .desktop_medium\:-mt-6 {
        margin-top: -1.5rem;
    }

    .desktop_medium\:-mt-7 {
        margin-top: -1.75rem;
    }

    .desktop_medium\:-mt-8 {
        margin-top: -2rem;
    }

    .desktop_medium\:-mt-9 {
        margin-top: -2.25rem;
    }

    .desktop_medium\:-mt-10 {
        margin-top: -2.5rem;
    }

    .desktop_medium\:-mt-11 {
        margin-top: -2.75rem;
    }

    .desktop_medium\:-mt-12 {
        margin-top: -3rem;
    }

    .desktop_medium\:-mt-14 {
        margin-top: -3.5rem;
    }

    .desktop_medium\:-mt-16 {
        margin-top: -4rem;
    }

    .desktop_medium\:-mt-18 {
        margin-top: -4.375rem;
    }

    .desktop_medium\:-mt-19 {
        margin-top: -76px;
    }

    .desktop_medium\:-mt-20 {
        margin-top: -5rem;
    }

    .desktop_medium\:-mt-24 {
        margin-top: -6rem;
    }

    .desktop_medium\:-mt-28 {
        margin-top: -7rem;
    }

    .desktop_medium\:-mt-30 {
        margin-top: -120px;
    }

    .desktop_medium\:-mt-32 {
        margin-top: -8rem;
    }

    .desktop_medium\:-mt-36 {
        margin-top: -9rem;
    }

    .desktop_medium\:-mt-40 {
        margin-top: -10rem;
    }

    .desktop_medium\:-mt-44 {
        margin-top: -11rem;
    }

    .desktop_medium\:-mt-48 {
        margin-top: -12rem;
    }

    .desktop_medium\:-mt-52 {
        margin-top: -13rem;
    }

    .desktop_medium\:-mt-56 {
        margin-top: -14rem;
    }

    .desktop_medium\:-mt-60 {
        margin-top: -15rem;
    }

    .desktop_medium\:-mt-64 {
        margin-top: -16rem;
    }

    .desktop_medium\:-mt-72 {
        margin-top: -18rem;
    }

    .desktop_medium\:-mt-80 {
        margin-top: -20rem;
    }

    .desktop_medium\:-mt-96 {
        margin-top: -24rem;
    }

    .desktop_medium\:-mt-px {
        margin-top: -1px;
    }

    .desktop_medium\:-mt-0\.5 {
        margin-top: -0.125rem;
    }

    .desktop_medium\:-mt-1\.5 {
        margin-top: -0.375rem;
    }

    .desktop_medium\:-mt-2\.5 {
        margin-top: -0.625rem;
    }

    .desktop_medium\:-mt-3\.5 {
        margin-top: -0.875rem;
    }

    .desktop_medium\:-mt-5p {
        margin-top: -5px;
    }

    .desktop_medium\:-mt-10p {
        margin-top: -10px;
    }

    .desktop_medium\:-mt-14p {
        margin-top: -14px;
    }

    .desktop_medium\:-mt-15p {
        margin-top: -15px;
    }

    .desktop_medium\:-mt-15_2 {
        margin-top: -60px;
    }

    .desktop_medium\:-mt-16_1 {
        margin-top: -52px;
    }

    .desktop_medium\:-mt-16p {
        margin-top: -16px;
    }

    .desktop_medium\:-mt-25p {
        margin-top: -25px;
    }

    .desktop_medium\:-mt-48p {
        margin-top: -48%;
    }

    .desktop_medium\:-mt-52p {
        margin-top: -52%;
    }

    .desktop_medium\:mr-0 {
        margin-right: 0px;
    }

    .desktop_medium\:mr-1 {
        margin-right: 0.25rem;
    }

    .desktop_medium\:mr-2 {
        margin-right: 0.5rem;
    }

    .desktop_medium\:mr-3 {
        margin-right: 0.75rem;
    }

    .desktop_medium\:mr-4 {
        margin-right: 1rem;
    }

    .desktop_medium\:mr-5 {
        margin-right: 1.25rem;
    }

    .desktop_medium\:mr-6 {
        margin-right: 1.5rem;
    }

    .desktop_medium\:mr-7 {
        margin-right: 1.75rem;
    }

    .desktop_medium\:mr-8 {
        margin-right: 2rem;
    }

    .desktop_medium\:mr-9 {
        margin-right: 2.25rem;
    }

    .desktop_medium\:mr-10 {
        margin-right: 2.5rem;
    }

    .desktop_medium\:mr-11 {
        margin-right: 2.75rem;
    }

    .desktop_medium\:mr-12 {
        margin-right: 3rem;
    }

    .desktop_medium\:mr-13 {
        margin-right: 3.25rem;
    }

    .desktop_medium\:mr-14 {
        margin-right: 3.5rem;
    }

    .desktop_medium\:mr-16 {
        margin-right: 4rem;
    }

    .desktop_medium\:mr-18 {
        margin-right: 4.375rem;
    }

    .desktop_medium\:mr-19 {
        margin-right: 76px;
    }

    .desktop_medium\:mr-20 {
        margin-right: 5rem;
    }

    .desktop_medium\:mr-22 {
        margin-right: 5.3125rem;
    }

    .desktop_medium\:mr-24 {
        margin-right: 6rem;
    }

    .desktop_medium\:mr-28 {
        margin-right: 7rem;
    }

    .desktop_medium\:mr-30 {
        margin-right: 120px;
    }

    .desktop_medium\:mr-32 {
        margin-right: 8rem;
    }

    .desktop_medium\:mr-36 {
        margin-right: 9rem;
    }

    .desktop_medium\:mr-40 {
        margin-right: 10rem;
    }

    .desktop_medium\:mr-44 {
        margin-right: 11rem;
    }

    .desktop_medium\:mr-46 {
        margin-right: 11.44rem;
    }

    .desktop_medium\:mr-48 {
        margin-right: 12rem;
    }

    .desktop_medium\:mr-52 {
        margin-right: 13rem;
    }

    .desktop_medium\:mr-56 {
        margin-right: 14rem;
    }

    .desktop_medium\:mr-60 {
        margin-right: 15rem;
    }

    .desktop_medium\:mr-64 {
        margin-right: 16rem;
    }

    .desktop_medium\:mr-72 {
        margin-right: 18rem;
    }

    .desktop_medium\:mr-80 {
        margin-right: 20rem;
    }

    .desktop_medium\:mr-96 {
        margin-right: 24rem;
    }

    .desktop_medium\:mr-auto {
        margin-right: auto;
    }

    .desktop_medium\:mr-px {
        margin-right: 1px;
    }

    .desktop_medium\:mr-0\.5 {
        margin-right: 0.125rem;
    }

    .desktop_medium\:mr-1\.5 {
        margin-right: 0.375rem;
    }

    .desktop_medium\:mr-2\.5 {
        margin-right: 0.625rem;
    }

    .desktop_medium\:mr-3\.5 {
        margin-right: 0.875rem;
    }

    .desktop_medium\:mr-5p {
        margin-right: 5px;
    }

    .desktop_medium\:mr-10p {
        margin-right: 10px;
    }

    .desktop_medium\:mr-14p {
        margin-right: 14px;
    }

    .desktop_medium\:mr-15p {
        margin-right: 15px;
    }

    .desktop_medium\:mr-15_2 {
        margin-right: 60px;
    }

    .desktop_medium\:mr-16_1 {
        margin-right: 52px;
    }

    .desktop_medium\:mr-16p {
        margin-right: 16px;
    }

    .desktop_medium\:mr-25p {
        margin-right: 25px;
    }

    .desktop_medium\:mr-48p {
        margin-right: 48%;
    }

    .desktop_medium\:mr-52p {
        margin-right: 52%;
    }

    .desktop_medium\:-mr-0 {
        margin-right: 0px;
    }

    .desktop_medium\:-mr-1 {
        margin-right: -0.25rem;
    }

    .desktop_medium\:-mr-2 {
        margin-right: -0.5rem;
    }

    .desktop_medium\:-mr-3 {
        margin-right: -0.75rem;
    }

    .desktop_medium\:-mr-4 {
        margin-right: -1rem;
    }

    .desktop_medium\:-mr-5 {
        margin-right: -1.25rem;
    }

    .desktop_medium\:-mr-6 {
        margin-right: -1.5rem;
    }

    .desktop_medium\:-mr-7 {
        margin-right: -1.75rem;
    }

    .desktop_medium\:-mr-8 {
        margin-right: -2rem;
    }

    .desktop_medium\:-mr-9 {
        margin-right: -2.25rem;
    }

    .desktop_medium\:-mr-10 {
        margin-right: -2.5rem;
    }

    .desktop_medium\:-mr-11 {
        margin-right: -2.75rem;
    }

    .desktop_medium\:-mr-12 {
        margin-right: -3rem;
    }

    .desktop_medium\:-mr-14 {
        margin-right: -3.5rem;
    }

    .desktop_medium\:-mr-16 {
        margin-right: -4rem;
    }

    .desktop_medium\:-mr-18 {
        margin-right: -4.375rem;
    }

    .desktop_medium\:-mr-19 {
        margin-right: -76px;
    }

    .desktop_medium\:-mr-20 {
        margin-right: -5rem;
    }

    .desktop_medium\:-mr-24 {
        margin-right: -6rem;
    }

    .desktop_medium\:-mr-28 {
        margin-right: -7rem;
    }

    .desktop_medium\:-mr-30 {
        margin-right: -120px;
    }

    .desktop_medium\:-mr-32 {
        margin-right: -8rem;
    }

    .desktop_medium\:-mr-36 {
        margin-right: -9rem;
    }

    .desktop_medium\:-mr-40 {
        margin-right: -10rem;
    }

    .desktop_medium\:-mr-44 {
        margin-right: -11rem;
    }

    .desktop_medium\:-mr-48 {
        margin-right: -12rem;
    }

    .desktop_medium\:-mr-52 {
        margin-right: -13rem;
    }

    .desktop_medium\:-mr-56 {
        margin-right: -14rem;
    }

    .desktop_medium\:-mr-60 {
        margin-right: -15rem;
    }

    .desktop_medium\:-mr-64 {
        margin-right: -16rem;
    }

    .desktop_medium\:-mr-72 {
        margin-right: -18rem;
    }

    .desktop_medium\:-mr-80 {
        margin-right: -20rem;
    }

    .desktop_medium\:-mr-96 {
        margin-right: -24rem;
    }

    .desktop_medium\:-mr-px {
        margin-right: -1px;
    }

    .desktop_medium\:-mr-0\.5 {
        margin-right: -0.125rem;
    }

    .desktop_medium\:-mr-1\.5 {
        margin-right: -0.375rem;
    }

    .desktop_medium\:-mr-2\.5 {
        margin-right: -0.625rem;
    }

    .desktop_medium\:-mr-3\.5 {
        margin-right: -0.875rem;
    }

    .desktop_medium\:-mr-5p {
        margin-right: -5px;
    }

    .desktop_medium\:-mr-10p {
        margin-right: -10px;
    }

    .desktop_medium\:-mr-14p {
        margin-right: -14px;
    }

    .desktop_medium\:-mr-15p {
        margin-right: -15px;
    }

    .desktop_medium\:-mr-15_2 {
        margin-right: -60px;
    }

    .desktop_medium\:-mr-16_1 {
        margin-right: -52px;
    }

    .desktop_medium\:-mr-16p {
        margin-right: -16px;
    }

    .desktop_medium\:-mr-25p {
        margin-right: -25px;
    }

    .desktop_medium\:-mr-48p {
        margin-right: -48%;
    }

    .desktop_medium\:-mr-52p {
        margin-right: -52%;
    }

    .desktop_medium\:mb-0 {
        margin-bottom: 0px;
    }

    .desktop_medium\:mb-1 {
        margin-bottom: 0.25rem;
    }

    .desktop_medium\:mb-2 {
        margin-bottom: 0.5rem;
    }

    .desktop_medium\:mb-3 {
        margin-bottom: 0.75rem;
    }

    .desktop_medium\:mb-4 {
        margin-bottom: 1rem;
    }

    .desktop_medium\:mb-5 {
        margin-bottom: 1.25rem;
    }

    .desktop_medium\:mb-6 {
        margin-bottom: 1.5rem;
    }

    .desktop_medium\:mb-7 {
        margin-bottom: 1.75rem;
    }

    .desktop_medium\:mb-8 {
        margin-bottom: 2rem;
    }

    .desktop_medium\:mb-9 {
        margin-bottom: 2.25rem;
    }

    .desktop_medium\:mb-10 {
        margin-bottom: 2.5rem;
    }

    .desktop_medium\:mb-11 {
        margin-bottom: 2.75rem;
    }

    .desktop_medium\:mb-12 {
        margin-bottom: 3rem;
    }

    .desktop_medium\:mb-13 {
        margin-bottom: 3.25rem;
    }

    .desktop_medium\:mb-14 {
        margin-bottom: 3.5rem;
    }

    .desktop_medium\:mb-16 {
        margin-bottom: 4rem;
    }

    .desktop_medium\:mb-18 {
        margin-bottom: 4.375rem;
    }

    .desktop_medium\:mb-19 {
        margin-bottom: 76px;
    }

    .desktop_medium\:mb-20 {
        margin-bottom: 5rem;
    }

    .desktop_medium\:mb-22 {
        margin-bottom: 5.3125rem;
    }

    .desktop_medium\:mb-24 {
        margin-bottom: 6rem;
    }

    .desktop_medium\:mb-28 {
        margin-bottom: 7rem;
    }

    .desktop_medium\:mb-30 {
        margin-bottom: 120px;
    }

    .desktop_medium\:mb-32 {
        margin-bottom: 8rem;
    }

    .desktop_medium\:mb-36 {
        margin-bottom: 9rem;
    }

    .desktop_medium\:mb-40 {
        margin-bottom: 10rem;
    }

    .desktop_medium\:mb-44 {
        margin-bottom: 11rem;
    }

    .desktop_medium\:mb-46 {
        margin-bottom: 11.44rem;
    }

    .desktop_medium\:mb-48 {
        margin-bottom: 12rem;
    }

    .desktop_medium\:mb-52 {
        margin-bottom: 13rem;
    }

    .desktop_medium\:mb-56 {
        margin-bottom: 14rem;
    }

    .desktop_medium\:mb-60 {
        margin-bottom: 15rem;
    }

    .desktop_medium\:mb-64 {
        margin-bottom: 16rem;
    }

    .desktop_medium\:mb-72 {
        margin-bottom: 18rem;
    }

    .desktop_medium\:mb-80 {
        margin-bottom: 20rem;
    }

    .desktop_medium\:mb-96 {
        margin-bottom: 24rem;
    }

    .desktop_medium\:mb-auto {
        margin-bottom: auto;
    }

    .desktop_medium\:mb-px {
        margin-bottom: 1px;
    }

    .desktop_medium\:mb-0\.5 {
        margin-bottom: 0.125rem;
    }

    .desktop_medium\:mb-1\.5 {
        margin-bottom: 0.375rem;
    }

    .desktop_medium\:mb-2\.5 {
        margin-bottom: 0.625rem;
    }

    .desktop_medium\:mb-3\.5 {
        margin-bottom: 0.875rem;
    }

    .desktop_medium\:mb-5p {
        margin-bottom: 5px;
    }

    .desktop_medium\:mb-10p {
        margin-bottom: 10px;
    }

    .desktop_medium\:mb-14p {
        margin-bottom: 14px;
    }

    .desktop_medium\:mb-15p {
        margin-bottom: 15px;
    }

    .desktop_medium\:mb-15_2 {
        margin-bottom: 60px;
    }

    .desktop_medium\:mb-16_1 {
        margin-bottom: 52px;
    }

    .desktop_medium\:mb-16p {
        margin-bottom: 16px;
    }

    .desktop_medium\:mb-25p {
        margin-bottom: 25px;
    }

    .desktop_medium\:mb-48p {
        margin-bottom: 48%;
    }

    .desktop_medium\:mb-52p {
        margin-bottom: 52%;
    }

    .desktop_medium\:-mb-0 {
        margin-bottom: 0px;
    }

    .desktop_medium\:-mb-1 {
        margin-bottom: -0.25rem;
    }

    .desktop_medium\:-mb-2 {
        margin-bottom: -0.5rem;
    }

    .desktop_medium\:-mb-3 {
        margin-bottom: -0.75rem;
    }

    .desktop_medium\:-mb-4 {
        margin-bottom: -1rem;
    }

    .desktop_medium\:-mb-5 {
        margin-bottom: -1.25rem;
    }

    .desktop_medium\:-mb-6 {
        margin-bottom: -1.5rem;
    }

    .desktop_medium\:-mb-7 {
        margin-bottom: -1.75rem;
    }

    .desktop_medium\:-mb-8 {
        margin-bottom: -2rem;
    }

    .desktop_medium\:-mb-9 {
        margin-bottom: -2.25rem;
    }

    .desktop_medium\:-mb-10 {
        margin-bottom: -2.5rem;
    }

    .desktop_medium\:-mb-11 {
        margin-bottom: -2.75rem;
    }

    .desktop_medium\:-mb-12 {
        margin-bottom: -3rem;
    }

    .desktop_medium\:-mb-14 {
        margin-bottom: -3.5rem;
    }

    .desktop_medium\:-mb-16 {
        margin-bottom: -4rem;
    }

    .desktop_medium\:-mb-18 {
        margin-bottom: -4.375rem;
    }

    .desktop_medium\:-mb-19 {
        margin-bottom: -76px;
    }

    .desktop_medium\:-mb-20 {
        margin-bottom: -5rem;
    }

    .desktop_medium\:-mb-24 {
        margin-bottom: -6rem;
    }

    .desktop_medium\:-mb-28 {
        margin-bottom: -7rem;
    }

    .desktop_medium\:-mb-30 {
        margin-bottom: -120px;
    }

    .desktop_medium\:-mb-32 {
        margin-bottom: -8rem;
    }

    .desktop_medium\:-mb-36 {
        margin-bottom: -9rem;
    }

    .desktop_medium\:-mb-40 {
        margin-bottom: -10rem;
    }

    .desktop_medium\:-mb-44 {
        margin-bottom: -11rem;
    }

    .desktop_medium\:-mb-48 {
        margin-bottom: -12rem;
    }

    .desktop_medium\:-mb-52 {
        margin-bottom: -13rem;
    }

    .desktop_medium\:-mb-56 {
        margin-bottom: -14rem;
    }

    .desktop_medium\:-mb-60 {
        margin-bottom: -15rem;
    }

    .desktop_medium\:-mb-64 {
        margin-bottom: -16rem;
    }

    .desktop_medium\:-mb-72 {
        margin-bottom: -18rem;
    }

    .desktop_medium\:-mb-80 {
        margin-bottom: -20rem;
    }

    .desktop_medium\:-mb-96 {
        margin-bottom: -24rem;
    }

    .desktop_medium\:-mb-px {
        margin-bottom: -1px;
    }

    .desktop_medium\:-mb-0\.5 {
        margin-bottom: -0.125rem;
    }

    .desktop_medium\:-mb-1\.5 {
        margin-bottom: -0.375rem;
    }

    .desktop_medium\:-mb-2\.5 {
        margin-bottom: -0.625rem;
    }

    .desktop_medium\:-mb-3\.5 {
        margin-bottom: -0.875rem;
    }

    .desktop_medium\:-mb-5p {
        margin-bottom: -5px;
    }

    .desktop_medium\:-mb-10p {
        margin-bottom: -10px;
    }

    .desktop_medium\:-mb-14p {
        margin-bottom: -14px;
    }

    .desktop_medium\:-mb-15p {
        margin-bottom: -15px;
    }

    .desktop_medium\:-mb-15_2 {
        margin-bottom: -60px;
    }

    .desktop_medium\:-mb-16_1 {
        margin-bottom: -52px;
    }

    .desktop_medium\:-mb-16p {
        margin-bottom: -16px;
    }

    .desktop_medium\:-mb-25p {
        margin-bottom: -25px;
    }

    .desktop_medium\:-mb-48p {
        margin-bottom: -48%;
    }

    .desktop_medium\:-mb-52p {
        margin-bottom: -52%;
    }

    .desktop_medium\:ml-0 {
        margin-left: 0px;
    }

    .desktop_medium\:ml-1 {
        margin-left: 0.25rem;
    }

    .desktop_medium\:ml-2 {
        margin-left: 0.5rem;
    }

    .desktop_medium\:ml-3 {
        margin-left: 0.75rem;
    }

    .desktop_medium\:ml-4 {
        margin-left: 1rem;
    }

    .desktop_medium\:ml-5 {
        margin-left: 1.25rem;
    }

    .desktop_medium\:ml-6 {
        margin-left: 1.5rem;
    }

    .desktop_medium\:ml-7 {
        margin-left: 1.75rem;
    }

    .desktop_medium\:ml-8 {
        margin-left: 2rem;
    }

    .desktop_medium\:ml-9 {
        margin-left: 2.25rem;
    }

    .desktop_medium\:ml-10 {
        margin-left: 2.5rem;
    }

    .desktop_medium\:ml-11 {
        margin-left: 2.75rem;
    }

    .desktop_medium\:ml-12 {
        margin-left: 3rem;
    }

    .desktop_medium\:ml-13 {
        margin-left: 3.25rem;
    }

    .desktop_medium\:ml-14 {
        margin-left: 3.5rem;
    }

    .desktop_medium\:ml-16 {
        margin-left: 4rem;
    }

    .desktop_medium\:ml-18 {
        margin-left: 4.375rem;
    }

    .desktop_medium\:ml-19 {
        margin-left: 76px;
    }

    .desktop_medium\:ml-20 {
        margin-left: 5rem;
    }

    .desktop_medium\:ml-22 {
        margin-left: 5.3125rem;
    }

    .desktop_medium\:ml-24 {
        margin-left: 6rem;
    }

    .desktop_medium\:ml-28 {
        margin-left: 7rem;
    }

    .desktop_medium\:ml-30 {
        margin-left: 120px;
    }

    .desktop_medium\:ml-32 {
        margin-left: 8rem;
    }

    .desktop_medium\:ml-36 {
        margin-left: 9rem;
    }

    .desktop_medium\:ml-40 {
        margin-left: 10rem;
    }

    .desktop_medium\:ml-44 {
        margin-left: 11rem;
    }

    .desktop_medium\:ml-46 {
        margin-left: 11.44rem;
    }

    .desktop_medium\:ml-48 {
        margin-left: 12rem;
    }

    .desktop_medium\:ml-52 {
        margin-left: 13rem;
    }

    .desktop_medium\:ml-56 {
        margin-left: 14rem;
    }

    .desktop_medium\:ml-60 {
        margin-left: 15rem;
    }

    .desktop_medium\:ml-64 {
        margin-left: 16rem;
    }

    .desktop_medium\:ml-72 {
        margin-left: 18rem;
    }

    .desktop_medium\:ml-80 {
        margin-left: 20rem;
    }

    .desktop_medium\:ml-96 {
        margin-left: 24rem;
    }

    .desktop_medium\:ml-auto {
        margin-left: auto;
    }

    .desktop_medium\:ml-px {
        margin-left: 1px;
    }

    .desktop_medium\:ml-0\.5 {
        margin-left: 0.125rem;
    }

    .desktop_medium\:ml-1\.5 {
        margin-left: 0.375rem;
    }

    .desktop_medium\:ml-2\.5 {
        margin-left: 0.625rem;
    }

    .desktop_medium\:ml-3\.5 {
        margin-left: 0.875rem;
    }

    .desktop_medium\:ml-5p {
        margin-left: 5px;
    }

    .desktop_medium\:ml-10p {
        margin-left: 10px;
    }

    .desktop_medium\:ml-14p {
        margin-left: 14px;
    }

    .desktop_medium\:ml-15p {
        margin-left: 15px;
    }

    .desktop_medium\:ml-15_2 {
        margin-left: 60px;
    }

    .desktop_medium\:ml-16_1 {
        margin-left: 52px;
    }

    .desktop_medium\:ml-16p {
        margin-left: 16px;
    }

    .desktop_medium\:ml-25p {
        margin-left: 25px;
    }

    .desktop_medium\:ml-48p {
        margin-left: 48%;
    }

    .desktop_medium\:ml-52p {
        margin-left: 52%;
    }

    .desktop_medium\:-ml-0 {
        margin-left: 0px;
    }

    .desktop_medium\:-ml-1 {
        margin-left: -0.25rem;
    }

    .desktop_medium\:-ml-2 {
        margin-left: -0.5rem;
    }

    .desktop_medium\:-ml-3 {
        margin-left: -0.75rem;
    }

    .desktop_medium\:-ml-4 {
        margin-left: -1rem;
    }

    .desktop_medium\:-ml-5 {
        margin-left: -1.25rem;
    }

    .desktop_medium\:-ml-6 {
        margin-left: -1.5rem;
    }

    .desktop_medium\:-ml-7 {
        margin-left: -1.75rem;
    }

    .desktop_medium\:-ml-8 {
        margin-left: -2rem;
    }

    .desktop_medium\:-ml-9 {
        margin-left: -2.25rem;
    }

    .desktop_medium\:-ml-10 {
        margin-left: -2.5rem;
    }

    .desktop_medium\:-ml-11 {
        margin-left: -2.75rem;
    }

    .desktop_medium\:-ml-12 {
        margin-left: -3rem;
    }

    .desktop_medium\:-ml-14 {
        margin-left: -3.5rem;
    }

    .desktop_medium\:-ml-16 {
        margin-left: -4rem;
    }

    .desktop_medium\:-ml-18 {
        margin-left: -4.375rem;
    }

    .desktop_medium\:-ml-19 {
        margin-left: -76px;
    }

    .desktop_medium\:-ml-20 {
        margin-left: -5rem;
    }

    .desktop_medium\:-ml-24 {
        margin-left: -6rem;
    }

    .desktop_medium\:-ml-28 {
        margin-left: -7rem;
    }

    .desktop_medium\:-ml-30 {
        margin-left: -120px;
    }

    .desktop_medium\:-ml-32 {
        margin-left: -8rem;
    }

    .desktop_medium\:-ml-36 {
        margin-left: -9rem;
    }

    .desktop_medium\:-ml-40 {
        margin-left: -10rem;
    }

    .desktop_medium\:-ml-44 {
        margin-left: -11rem;
    }

    .desktop_medium\:-ml-48 {
        margin-left: -12rem;
    }

    .desktop_medium\:-ml-52 {
        margin-left: -13rem;
    }

    .desktop_medium\:-ml-56 {
        margin-left: -14rem;
    }

    .desktop_medium\:-ml-60 {
        margin-left: -15rem;
    }

    .desktop_medium\:-ml-64 {
        margin-left: -16rem;
    }

    .desktop_medium\:-ml-72 {
        margin-left: -18rem;
    }

    .desktop_medium\:-ml-80 {
        margin-left: -20rem;
    }

    .desktop_medium\:-ml-96 {
        margin-left: -24rem;
    }

    .desktop_medium\:-ml-px {
        margin-left: -1px;
    }

    .desktop_medium\:-ml-0\.5 {
        margin-left: -0.125rem;
    }

    .desktop_medium\:-ml-1\.5 {
        margin-left: -0.375rem;
    }

    .desktop_medium\:-ml-2\.5 {
        margin-left: -0.625rem;
    }

    .desktop_medium\:-ml-3\.5 {
        margin-left: -0.875rem;
    }

    .desktop_medium\:-ml-5p {
        margin-left: -5px;
    }

    .desktop_medium\:-ml-10p {
        margin-left: -10px;
    }

    .desktop_medium\:-ml-14p {
        margin-left: -14px;
    }

    .desktop_medium\:-ml-15p {
        margin-left: -15px;
    }

    .desktop_medium\:-ml-15_2 {
        margin-left: -60px;
    }

    .desktop_medium\:-ml-16_1 {
        margin-left: -52px;
    }

    .desktop_medium\:-ml-16p {
        margin-left: -16px;
    }

    .desktop_medium\:-ml-25p {
        margin-left: -25px;
    }

    .desktop_medium\:-ml-48p {
        margin-left: -48%;
    }

    .desktop_medium\:-ml-52p {
        margin-left: -52%;
    }

    .desktop_medium\:box-border {
        box-sizing: border-box;
    }

    .desktop_medium\:box-content {
        box-sizing: content-box;
    }

    .desktop_medium\:block {
        display: block;
    }

    .desktop_medium\:inline-block {
        display: inline-block;
    }

    .desktop_medium\:inline {
        display: inline;
    }

    .desktop_medium\:flex {
        display: flex;
    }

    .desktop_medium\:inline-flex {
        display: inline-flex;
    }

    .desktop_medium\:table {
        display: table;
    }

    .desktop_medium\:inline-table {
        display: inline-table;
    }

    .desktop_medium\:table-caption {
        display: table-caption;
    }

    .desktop_medium\:table-cell {
        display: table-cell;
    }

    .desktop_medium\:table-column {
        display: table-column;
    }

    .desktop_medium\:table-column-group {
        display: table-column-group;
    }

    .desktop_medium\:table-footer-group {
        display: table-footer-group;
    }

    .desktop_medium\:table-header-group {
        display: table-header-group;
    }

    .desktop_medium\:table-row-group {
        display: table-row-group;
    }

    .desktop_medium\:table-row {
        display: table-row;
    }

    .desktop_medium\:flow-root {
        display: flow-root;
    }

    .desktop_medium\:grid {
        display: grid;
    }

    .desktop_medium\:inline-grid {
        display: inline-grid;
    }

    .desktop_medium\:contents {
        display: contents;
    }

    .desktop_medium\:list-item {
        display: list-item;
    }

    .desktop_medium\:hidden {
        display: none;
    }

    .desktop_medium\:h-0 {
        height: 0px;
    }

    .desktop_medium\:h-1 {
        height: 0.25rem;
    }

    .desktop_medium\:h-2 {
        height: 0.5rem;
    }

    .desktop_medium\:h-3 {
        height: 0.75rem;
    }

    .desktop_medium\:h-4 {
        height: 1rem;
    }

    .desktop_medium\:h-5 {
        height: 1.25rem;
    }

    .desktop_medium\:h-6 {
        height: 1.5rem;
    }

    .desktop_medium\:h-7 {
        height: 1.75rem;
    }

    .desktop_medium\:h-8 {
        height: 2rem;
    }

    .desktop_medium\:h-9 {
        height: 2.25rem;
    }

    .desktop_medium\:h-10 {
        height: 2.5rem;
    }

    .desktop_medium\:h-11 {
        height: 2.75rem;
    }

    .desktop_medium\:h-12 {
        height: 3rem;
    }

    .desktop_medium\:h-14 {
        height: 3.5rem;
    }

    .desktop_medium\:h-16 {
        height: 4rem;
    }

    .desktop_medium\:h-18 {
        height: 4.375rem;
    }

    .desktop_medium\:h-19 {
        height: 76px;
    }

    .desktop_medium\:h-20 {
        height: 5rem;
    }

    .desktop_medium\:h-24 {
        height: 6rem;
    }

    .desktop_medium\:h-28 {
        height: 7rem;
    }

    .desktop_medium\:h-30 {
        height: 120px;
    }

    .desktop_medium\:h-32 {
        height: 8rem;
    }

    .desktop_medium\:h-36 {
        height: 9rem;
    }

    .desktop_medium\:h-40 {
        height: 10rem;
    }

    .desktop_medium\:h-44 {
        height: 11rem;
    }

    .desktop_medium\:h-48 {
        height: 12rem;
    }

    .desktop_medium\:h-52 {
        height: 13rem;
    }

    .desktop_medium\:h-56 {
        height: 14rem;
    }

    .desktop_medium\:h-60 {
        height: 15rem;
    }

    .desktop_medium\:h-64 {
        height: 16rem;
    }

    .desktop_medium\:h-72 {
        height: 18rem;
    }

    .desktop_medium\:h-80 {
        height: 20rem;
    }

    .desktop_medium\:h-96 {
        height: 24rem;
    }

    .desktop_medium\:h-auto {
        height: auto;
    }

    .desktop_medium\:h-px {
        height: 1px;
    }

    .desktop_medium\:h-0\.5 {
        height: 0.125rem;
    }

    .desktop_medium\:h-1\.5 {
        height: 0.375rem;
    }

    .desktop_medium\:h-2\.5 {
        height: 0.625rem;
    }

    .desktop_medium\:h-3\.5 {
        height: 0.875rem;
    }

    .desktop_medium\:h-5p {
        height: 5px;
    }

    .desktop_medium\:h-10p {
        height: 10px;
    }

    .desktop_medium\:h-14p {
        height: 14px;
    }

    .desktop_medium\:h-15p {
        height: 15px;
    }

    .desktop_medium\:h-15_2 {
        height: 60px;
    }

    .desktop_medium\:h-16_1 {
        height: 52px;
    }

    .desktop_medium\:h-16p {
        height: 16px;
    }

    .desktop_medium\:h-25p {
        height: 25px;
    }

    .desktop_medium\:h-48p {
        height: 48%;
    }

    .desktop_medium\:h-52p {
        height: 52%;
    }

    .desktop_medium\:h-1\/2 {
        height: 50%;
    }

    .desktop_medium\:h-1\/3 {
        height: 33.333333%;
    }

    .desktop_medium\:h-2\/3 {
        height: 66.666667%;
    }

    .desktop_medium\:h-1\/4 {
        height: 25%;
    }

    .desktop_medium\:h-2\/4 {
        height: 50%;
    }

    .desktop_medium\:h-3\/4 {
        height: 75%;
    }

    .desktop_medium\:h-1\/5 {
        height: 20%;
    }

    .desktop_medium\:h-2\/5 {
        height: 40%;
    }

    .desktop_medium\:h-3\/5 {
        height: 60%;
    }

    .desktop_medium\:h-4\/5 {
        height: 80%;
    }

    .desktop_medium\:h-1\/6 {
        height: 16.666667%;
    }

    .desktop_medium\:h-2\/6 {
        height: 33.333333%;
    }

    .desktop_medium\:h-3\/6 {
        height: 50%;
    }

    .desktop_medium\:h-4\/6 {
        height: 66.666667%;
    }

    .desktop_medium\:h-5\/6 {
        height: 83.333333%;
    }

    .desktop_medium\:h-full {
        height: 100%;
    }

    .desktop_medium\:h-screen {
        height: 100vh;
    }

    .desktop_medium\:max-h-0 {
        max-height: 0px;
    }

    .desktop_medium\:max-h-1 {
        max-height: 0.25rem;
    }

    .desktop_medium\:max-h-2 {
        max-height: 0.5rem;
    }

    .desktop_medium\:max-h-3 {
        max-height: 0.75rem;
    }

    .desktop_medium\:max-h-4 {
        max-height: 1rem;
    }

    .desktop_medium\:max-h-5 {
        max-height: 1.25rem;
    }

    .desktop_medium\:max-h-6 {
        max-height: 1.5rem;
    }

    .desktop_medium\:max-h-7 {
        max-height: 1.75rem;
    }

    .desktop_medium\:max-h-8 {
        max-height: 2rem;
    }

    .desktop_medium\:max-h-9 {
        max-height: 2.25rem;
    }

    .desktop_medium\:max-h-10 {
        max-height: 2.5rem;
    }

    .desktop_medium\:max-h-11 {
        max-height: 2.75rem;
    }

    .desktop_medium\:max-h-12 {
        max-height: 3rem;
    }

    .desktop_medium\:max-h-14 {
        max-height: 3.5rem;
    }

    .desktop_medium\:max-h-16 {
        max-height: 4rem;
    }

    .desktop_medium\:max-h-18 {
        max-height: 4.375rem;
    }

    .desktop_medium\:max-h-19 {
        max-height: 76px;
    }

    .desktop_medium\:max-h-20 {
        max-height: 5rem;
    }

    .desktop_medium\:max-h-24 {
        max-height: 6rem;
    }

    .desktop_medium\:max-h-28 {
        max-height: 7rem;
    }

    .desktop_medium\:max-h-30 {
        max-height: 120px;
    }

    .desktop_medium\:max-h-32 {
        max-height: 8rem;
    }

    .desktop_medium\:max-h-36 {
        max-height: 9rem;
    }

    .desktop_medium\:max-h-40 {
        max-height: 10rem;
    }

    .desktop_medium\:max-h-44 {
        max-height: 11rem;
    }

    .desktop_medium\:max-h-48 {
        max-height: 12rem;
    }

    .desktop_medium\:max-h-52 {
        max-height: 13rem;
    }

    .desktop_medium\:max-h-56 {
        max-height: 14rem;
    }

    .desktop_medium\:max-h-60 {
        max-height: 15rem;
    }

    .desktop_medium\:max-h-64 {
        max-height: 16rem;
    }

    .desktop_medium\:max-h-72 {
        max-height: 18rem;
    }

    .desktop_medium\:max-h-80 {
        max-height: 20rem;
    }

    .desktop_medium\:max-h-96 {
        max-height: 24rem;
    }

    .desktop_medium\:max-h-px {
        max-height: 1px;
    }

    .desktop_medium\:max-h-0\.5 {
        max-height: 0.125rem;
    }

    .desktop_medium\:max-h-1\.5 {
        max-height: 0.375rem;
    }

    .desktop_medium\:max-h-2\.5 {
        max-height: 0.625rem;
    }

    .desktop_medium\:max-h-3\.5 {
        max-height: 0.875rem;
    }

    .desktop_medium\:max-h-5p {
        max-height: 5px;
    }

    .desktop_medium\:max-h-10p {
        max-height: 10px;
    }

    .desktop_medium\:max-h-14p {
        max-height: 14px;
    }

    .desktop_medium\:max-h-15p {
        max-height: 15px;
    }

    .desktop_medium\:max-h-15_2 {
        max-height: 60px;
    }

    .desktop_medium\:max-h-16_1 {
        max-height: 52px;
    }

    .desktop_medium\:max-h-16p {
        max-height: 16px;
    }

    .desktop_medium\:max-h-25p {
        max-height: 25px;
    }

    .desktop_medium\:max-h-48p {
        max-height: 48%;
    }

    .desktop_medium\:max-h-52p {
        max-height: 52%;
    }

    .desktop_medium\:max-h-full {
        max-height: 100%;
    }

    .desktop_medium\:max-h-screen {
        max-height: 100vh;
    }

    .desktop_medium\:min-h-0 {
        min-height: 0px;
    }

    .desktop_medium\:min-h-full {
        min-height: 100%;
    }

    .desktop_medium\:min-h-screen {
        min-height: 100vh;
    }

    .desktop_medium\:w-0 {
        width: 0px;
    }

    .desktop_medium\:w-1 {
        width: 0.25rem;
    }

    .desktop_medium\:w-2 {
        width: 0.5rem;
    }

    .desktop_medium\:w-3 {
        width: 0.75rem;
    }

    .desktop_medium\:w-4 {
        width: 1rem;
    }

    .desktop_medium\:w-5 {
        width: 1.25rem;
    }

    .desktop_medium\:w-6 {
        width: 1.5rem;
    }

    .desktop_medium\:w-7 {
        width: 1.75rem;
    }

    .desktop_medium\:w-8 {
        width: 2rem;
    }

    .desktop_medium\:w-9 {
        width: 2.25rem;
    }

    .desktop_medium\:w-10 {
        width: 2.5rem;
    }

    .desktop_medium\:w-11 {
        width: 2.75rem;
    }

    .desktop_medium\:w-12 {
        width: 3rem;
    }

    .desktop_medium\:w-14 {
        width: 3.5rem;
    }

    .desktop_medium\:w-16 {
        width: 4rem;
    }

    .desktop_medium\:w-18 {
        width: 4.375rem;
    }

    .desktop_medium\:w-19 {
        width: 76px;
    }

    .desktop_medium\:w-20 {
        width: 5rem;
    }

    .desktop_medium\:w-24 {
        width: 6rem;
    }

    .desktop_medium\:w-28 {
        width: 7rem;
    }

    .desktop_medium\:w-30 {
        width: 120px;
    }

    .desktop_medium\:w-32 {
        width: 8rem;
    }

    .desktop_medium\:w-36 {
        width: 9rem;
    }

    .desktop_medium\:w-40 {
        width: 10rem;
    }

    .desktop_medium\:w-44 {
        width: 11rem;
    }

    .desktop_medium\:w-48 {
        width: 12rem;
    }

    .desktop_medium\:w-52 {
        width: 13rem;
    }

    .desktop_medium\:w-56 {
        width: 14rem;
    }

    .desktop_medium\:w-60 {
        width: 15rem;
    }

    .desktop_medium\:w-64 {
        width: 16rem;
    }

    .desktop_medium\:w-72 {
        width: 18rem;
    }

    .desktop_medium\:w-80 {
        width: 20rem;
    }

    .desktop_medium\:w-96 {
        width: 24rem;
    }

    .desktop_medium\:w-auto {
        width: auto;
    }

    .desktop_medium\:w-px {
        width: 1px;
    }

    .desktop_medium\:w-0\.5 {
        width: 0.125rem;
    }

    .desktop_medium\:w-1\.5 {
        width: 0.375rem;
    }

    .desktop_medium\:w-2\.5 {
        width: 0.625rem;
    }

    .desktop_medium\:w-3\.5 {
        width: 0.875rem;
    }

    .desktop_medium\:w-5p {
        width: 5px;
    }

    .desktop_medium\:w-10p {
        width: 10px;
    }

    .desktop_medium\:w-14p {
        width: 14px;
    }

    .desktop_medium\:w-15p {
        width: 15px;
    }

    .desktop_medium\:w-15_2 {
        width: 60px;
    }

    .desktop_medium\:w-16_1 {
        width: 52px;
    }

    .desktop_medium\:w-16p {
        width: 16px;
    }

    .desktop_medium\:w-25p {
        width: 25px;
    }

    .desktop_medium\:w-48p {
        width: 48%;
    }

    .desktop_medium\:w-52p {
        width: 52%;
    }

    .desktop_medium\:w-1\/2 {
        width: 50%;
    }

    .desktop_medium\:w-1\/3 {
        width: 33.333333%;
    }

    .desktop_medium\:w-2\/3 {
        width: 66.666667%;
    }

    .desktop_medium\:w-1\/4 {
        width: 25%;
    }

    .desktop_medium\:w-2\/4 {
        width: 50%;
    }

    .desktop_medium\:w-3\/4 {
        width: 75%;
    }

    .desktop_medium\:w-1\/5 {
        width: 20%;
    }

    .desktop_medium\:w-2\/5 {
        width: 40%;
    }

    .desktop_medium\:w-3\/5 {
        width: 60%;
    }

    .desktop_medium\:w-4\/5 {
        width: 80%;
    }

    .desktop_medium\:w-1\/6 {
        width: 16.666667%;
    }

    .desktop_medium\:w-2\/6 {
        width: 33.333333%;
    }

    .desktop_medium\:w-3\/6 {
        width: 50%;
    }

    .desktop_medium\:w-4\/6 {
        width: 66.666667%;
    }

    .desktop_medium\:w-5\/6 {
        width: 83.333333%;
    }

    .desktop_medium\:w-1\/12 {
        width: 8.333333%;
    }

    .desktop_medium\:w-2\/12 {
        width: 16.666667%;
    }

    .desktop_medium\:w-3\/12 {
        width: 25%;
    }

    .desktop_medium\:w-4\/12 {
        width: 33.333333%;
    }

    .desktop_medium\:w-5\/12 {
        width: 41.666667%;
    }

    .desktop_medium\:w-6\/12 {
        width: 50%;
    }

    .desktop_medium\:w-7\/12 {
        width: 58.333333%;
    }

    .desktop_medium\:w-8\/12 {
        width: 66.666667%;
    }

    .desktop_medium\:w-9\/12 {
        width: 75%;
    }

    .desktop_medium\:w-10\/12 {
        width: 83.333333%;
    }

    .desktop_medium\:w-11\/12 {
        width: 91.666667%;
    }

    .desktop_medium\:w-full {
        width: 100%;
    }

    .desktop_medium\:w-screen {
        width: 100vw;
    }

    .desktop_medium\:w-min {
        width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content;
    }

    .desktop_medium\:w-max {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .desktop_medium\:w-51\% {
        width: 51%;
    }

    .desktop_medium\:w-49\% {
        width: 49%;
    }

    .desktop_medium\:min-w-0 {
        min-width: 0px;
    }

    .desktop_medium\:min-w-full {
        min-width: 100%;
    }

    .desktop_medium\:min-w-min {
        min-width: -webkit-min-content;
        min-width: -moz-min-content;
        min-width: min-content;
    }

    .desktop_medium\:min-w-max {
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
    }

    .desktop_medium\:max-w-0 {
        max-width: 0rem;
    }

    .desktop_medium\:max-w-none {
        max-width: none;
    }

    .desktop_medium\:max-w-xs {
        max-width: 20rem;
    }

    .desktop_medium\:max-w-sm {
        max-width: 24rem;
    }

    .desktop_medium\:max-w-md {
        max-width: 28rem;
    }

    .desktop_medium\:max-w-lg {
        max-width: 32rem;
    }

    .desktop_medium\:max-w-xl {
        max-width: 36rem;
    }

    .desktop_medium\:max-w-2xl {
        max-width: 42rem;
    }

    .desktop_medium\:max-w-3xl {
        max-width: 48rem;
    }

    .desktop_medium\:max-w-4xl {
        max-width: 56rem;
    }

    .desktop_medium\:max-w-5xl {
        max-width: 64rem;
    }

    .desktop_medium\:max-w-6xl {
        max-width: 72rem;
    }

    .desktop_medium\:max-w-7xl {
        max-width: 80rem;
    }

    .desktop_medium\:max-w-full {
        max-width: 100%;
    }

    .desktop_medium\:max-w-min {
        max-width: -webkit-min-content;
        max-width: -moz-min-content;
        max-width: min-content;
    }

    .desktop_medium\:max-w-max {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }

    .desktop_medium\:max-w-prose {
        max-width: 65ch;
    }

    .desktop_medium\:max-w-screen-sm {
        max-width: 600px;
    }

    .desktop_medium\:max-w-screen-md {
        max-width: 768px;
    }

    .desktop_medium\:max-w-screen-lg {
        max-width: 992px;
    }

    .desktop_medium\:max-w-screen-xl {
        max-width: 1280px;
    }

    .desktop_medium\:max-w-screen-2xl {
        max-width: 1536px;
    }

    .desktop_medium\:max-w-1\.5xl {
        max-width: 40rem;
    }

    .desktop_medium\:max-w-3\.5xl {
        max-width: 51.5rem;
    }

    .desktop_medium\:max-w-4\.5xl {
        max-width: 62.5rem;
    }

    .desktop_medium\:max-w-thumb {
        max-width: 11.375rem;
    }

    .desktop_medium\:max-w-discription {
        max-width: 248px;
    }

    .desktop_medium\:max-w-5\.5xl {
        max-width: 1132px;
    }

    .desktop_medium\:flex-1 {
        flex: 1 1 0%;
    }

    .desktop_medium\:flex-auto {
        flex: 1 1 auto;
    }

    .desktop_medium\:flex-initial {
        flex: 0 1 auto;
    }

    .desktop_medium\:flex-none {
        flex: none;
    }

    .desktop_medium\:flex-shrink-0 {
        flex-shrink: 0;
    }

    .desktop_medium\:flex-shrink {
        flex-shrink: 1;
    }

    .desktop_medium\:flex-grow-0 {
        flex-grow: 0;
    }

    .desktop_medium\:flex-grow {
        flex-grow: 1;
    }

    .desktop_medium\:table-auto {
        table-layout: auto;
    }

    .desktop_medium\:table-fixed {
        table-layout: fixed;
    }

    .desktop_medium\:border-collapse {
        border-collapse: collapse;
    }

    .desktop_medium\:border-separate {
        border-collapse: separate;
    }

    .desktop_medium\:origin-center {
        transform-origin: center;
    }

    .desktop_medium\:origin-top {
        transform-origin: top;
    }

    .desktop_medium\:origin-top-right {
        transform-origin: top right;
    }

    .desktop_medium\:origin-right {
        transform-origin: right;
    }

    .desktop_medium\:origin-bottom-right {
        transform-origin: bottom right;
    }

    .desktop_medium\:origin-bottom {
        transform-origin: bottom;
    }

    .desktop_medium\:origin-bottom-left {
        transform-origin: bottom left;
    }

    .desktop_medium\:origin-left {
        transform-origin: left;
    }

    .desktop_medium\:origin-top-left {
        transform-origin: top left;
    }

    .desktop_medium\:transform {
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        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));
    }

    .desktop_medium\:transform-gpu {
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        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));
    }

    .desktop_medium\:transform-none {
        transform: none;
    }

    .desktop_medium\:translate-x-0 {
        --tw-translate-x: 0px;
    }

    .desktop_medium\:translate-x-1 {
        --tw-translate-x: 0.25rem;
    }

    .desktop_medium\:translate-x-2 {
        --tw-translate-x: 0.5rem;
    }

    .desktop_medium\:translate-x-3 {
        --tw-translate-x: 0.75rem;
    }

    .desktop_medium\:translate-x-4 {
        --tw-translate-x: 1rem;
    }

    .desktop_medium\:translate-x-5 {
        --tw-translate-x: 1.25rem;
    }

    .desktop_medium\:translate-x-6 {
        --tw-translate-x: 1.5rem;
    }

    .desktop_medium\:translate-x-7 {
        --tw-translate-x: 1.75rem;
    }

    .desktop_medium\:translate-x-8 {
        --tw-translate-x: 2rem;
    }

    .desktop_medium\:translate-x-9 {
        --tw-translate-x: 2.25rem;
    }

    .desktop_medium\:translate-x-10 {
        --tw-translate-x: 2.5rem;
    }

    .desktop_medium\:translate-x-11 {
        --tw-translate-x: 2.75rem;
    }

    .desktop_medium\:translate-x-12 {
        --tw-translate-x: 3rem;
    }

    .desktop_medium\:translate-x-14 {
        --tw-translate-x: 3.5rem;
    }

    .desktop_medium\:translate-x-16 {
        --tw-translate-x: 4rem;
    }

    .desktop_medium\:translate-x-18 {
        --tw-translate-x: 4.375rem;
    }

    .desktop_medium\:translate-x-19 {
        --tw-translate-x: 76px;
    }

    .desktop_medium\:translate-x-20 {
        --tw-translate-x: 5rem;
    }

    .desktop_medium\:translate-x-24 {
        --tw-translate-x: 6rem;
    }

    .desktop_medium\:translate-x-28 {
        --tw-translate-x: 7rem;
    }

    .desktop_medium\:translate-x-30 {
        --tw-translate-x: 120px;
    }

    .desktop_medium\:translate-x-32 {
        --tw-translate-x: 8rem;
    }

    .desktop_medium\:translate-x-36 {
        --tw-translate-x: 9rem;
    }

    .desktop_medium\:translate-x-40 {
        --tw-translate-x: 10rem;
    }

    .desktop_medium\:translate-x-44 {
        --tw-translate-x: 11rem;
    }

    .desktop_medium\:translate-x-48 {
        --tw-translate-x: 12rem;
    }

    .desktop_medium\:translate-x-52 {
        --tw-translate-x: 13rem;
    }

    .desktop_medium\:translate-x-56 {
        --tw-translate-x: 14rem;
    }

    .desktop_medium\:translate-x-60 {
        --tw-translate-x: 15rem;
    }

    .desktop_medium\:translate-x-64 {
        --tw-translate-x: 16rem;
    }

    .desktop_medium\:translate-x-72 {
        --tw-translate-x: 18rem;
    }

    .desktop_medium\:translate-x-80 {
        --tw-translate-x: 20rem;
    }

    .desktop_medium\:translate-x-96 {
        --tw-translate-x: 24rem;
    }

    .desktop_medium\:translate-x-px {
        --tw-translate-x: 1px;
    }

    .desktop_medium\:translate-x-0\.5 {
        --tw-translate-x: 0.125rem;
    }

    .desktop_medium\:translate-x-1\.5 {
        --tw-translate-x: 0.375rem;
    }

    .desktop_medium\:translate-x-2\.5 {
        --tw-translate-x: 0.625rem;
    }

    .desktop_medium\:translate-x-3\.5 {
        --tw-translate-x: 0.875rem;
    }

    .desktop_medium\:translate-x-5p {
        --tw-translate-x: 5px;
    }

    .desktop_medium\:translate-x-10p {
        --tw-translate-x: 10px;
    }

    .desktop_medium\:translate-x-14p {
        --tw-translate-x: 14px;
    }

    .desktop_medium\:translate-x-15p {
        --tw-translate-x: 15px;
    }

    .desktop_medium\:translate-x-15_2 {
        --tw-translate-x: 60px;
    }

    .desktop_medium\:translate-x-16_1 {
        --tw-translate-x: 52px;
    }

    .desktop_medium\:translate-x-16p {
        --tw-translate-x: 16px;
    }

    .desktop_medium\:translate-x-25p {
        --tw-translate-x: 25px;
    }

    .desktop_medium\:translate-x-48p {
        --tw-translate-x: 48%;
    }

    .desktop_medium\:translate-x-52p {
        --tw-translate-x: 52%;
    }

    .desktop_medium\:-translate-x-0 {
        --tw-translate-x: 0px;
    }

    .desktop_medium\:-translate-x-1 {
        --tw-translate-x: -0.25rem;
    }

    .desktop_medium\:-translate-x-2 {
        --tw-translate-x: -0.5rem;
    }

    .desktop_medium\:-translate-x-3 {
        --tw-translate-x: -0.75rem;
    }

    .desktop_medium\:-translate-x-4 {
        --tw-translate-x: -1rem;
    }

    .desktop_medium\:-translate-x-5 {
        --tw-translate-x: -1.25rem;
    }

    .desktop_medium\:-translate-x-6 {
        --tw-translate-x: -1.5rem;
    }

    .desktop_medium\:-translate-x-7 {
        --tw-translate-x: -1.75rem;
    }

    .desktop_medium\:-translate-x-8 {
        --tw-translate-x: -2rem;
    }

    .desktop_medium\:-translate-x-9 {
        --tw-translate-x: -2.25rem;
    }

    .desktop_medium\:-translate-x-10 {
        --tw-translate-x: -2.5rem;
    }

    .desktop_medium\:-translate-x-11 {
        --tw-translate-x: -2.75rem;
    }

    .desktop_medium\:-translate-x-12 {
        --tw-translate-x: -3rem;
    }

    .desktop_medium\:-translate-x-14 {
        --tw-translate-x: -3.5rem;
    }

    .desktop_medium\:-translate-x-16 {
        --tw-translate-x: -4rem;
    }

    .desktop_medium\:-translate-x-18 {
        --tw-translate-x: -4.375rem;
    }

    .desktop_medium\:-translate-x-19 {
        --tw-translate-x: -76px;
    }

    .desktop_medium\:-translate-x-20 {
        --tw-translate-x: -5rem;
    }

    .desktop_medium\:-translate-x-24 {
        --tw-translate-x: -6rem;
    }

    .desktop_medium\:-translate-x-28 {
        --tw-translate-x: -7rem;
    }

    .desktop_medium\:-translate-x-30 {
        --tw-translate-x: -120px;
    }

    .desktop_medium\:-translate-x-32 {
        --tw-translate-x: -8rem;
    }

    .desktop_medium\:-translate-x-36 {
        --tw-translate-x: -9rem;
    }

    .desktop_medium\:-translate-x-40 {
        --tw-translate-x: -10rem;
    }

    .desktop_medium\:-translate-x-44 {
        --tw-translate-x: -11rem;
    }

    .desktop_medium\:-translate-x-48 {
        --tw-translate-x: -12rem;
    }

    .desktop_medium\:-translate-x-52 {
        --tw-translate-x: -13rem;
    }

    .desktop_medium\:-translate-x-56 {
        --tw-translate-x: -14rem;
    }

    .desktop_medium\:-translate-x-60 {
        --tw-translate-x: -15rem;
    }

    .desktop_medium\:-translate-x-64 {
        --tw-translate-x: -16rem;
    }

    .desktop_medium\:-translate-x-72 {
        --tw-translate-x: -18rem;
    }

    .desktop_medium\:-translate-x-80 {
        --tw-translate-x: -20rem;
    }

    .desktop_medium\:-translate-x-96 {
        --tw-translate-x: -24rem;
    }

    .desktop_medium\:-translate-x-px {
        --tw-translate-x: -1px;
    }

    .desktop_medium\:-translate-x-0\.5 {
        --tw-translate-x: -0.125rem;
    }

    .desktop_medium\:-translate-x-1\.5 {
        --tw-translate-x: -0.375rem;
    }

    .desktop_medium\:-translate-x-2\.5 {
        --tw-translate-x: -0.625rem;
    }

    .desktop_medium\:-translate-x-3\.5 {
        --tw-translate-x: -0.875rem;
    }

    .desktop_medium\:-translate-x-5p {
        --tw-translate-x: -5px;
    }

    .desktop_medium\:-translate-x-10p {
        --tw-translate-x: -10px;
    }

    .desktop_medium\:-translate-x-14p {
        --tw-translate-x: -14px;
    }

    .desktop_medium\:-translate-x-15p {
        --tw-translate-x: -15px;
    }

    .desktop_medium\:-translate-x-15_2 {
        --tw-translate-x: -60px;
    }

    .desktop_medium\:-translate-x-16_1 {
        --tw-translate-x: -52px;
    }

    .desktop_medium\:-translate-x-16p {
        --tw-translate-x: -16px;
    }

    .desktop_medium\:-translate-x-25p {
        --tw-translate-x: -25px;
    }

    .desktop_medium\:-translate-x-48p {
        --tw-translate-x: -48%;
    }

    .desktop_medium\:-translate-x-52p {
        --tw-translate-x: -52%;
    }

    .desktop_medium\:translate-x-1\/2 {
        --tw-translate-x: 50%;
    }

    .desktop_medium\:translate-x-1\/3 {
        --tw-translate-x: 33.333333%;
    }

    .desktop_medium\:translate-x-2\/3 {
        --tw-translate-x: 66.666667%;
    }

    .desktop_medium\:translate-x-1\/4 {
        --tw-translate-x: 25%;
    }

    .desktop_medium\:translate-x-2\/4 {
        --tw-translate-x: 50%;
    }

    .desktop_medium\:translate-x-3\/4 {
        --tw-translate-x: 75%;
    }

    .desktop_medium\:translate-x-full {
        --tw-translate-x: 100%;
    }

    .desktop_medium\:-translate-x-1\/2 {
        --tw-translate-x: -50%;
    }

    .desktop_medium\:-translate-x-1\/3 {
        --tw-translate-x: -33.333333%;
    }

    .desktop_medium\:-translate-x-2\/3 {
        --tw-translate-x: -66.666667%;
    }

    .desktop_medium\:-translate-x-1\/4 {
        --tw-translate-x: -25%;
    }

    .desktop_medium\:-translate-x-2\/4 {
        --tw-translate-x: -50%;
    }

    .desktop_medium\:-translate-x-3\/4 {
        --tw-translate-x: -75%;
    }

    .desktop_medium\:-translate-x-full {
        --tw-translate-x: -100%;
    }

    .desktop_medium\:translate-y-0 {
        --tw-translate-y: 0px;
    }

    .desktop_medium\:translate-y-1 {
        --tw-translate-y: 0.25rem;
    }

    .desktop_medium\:translate-y-2 {
        --tw-translate-y: 0.5rem;
    }

    .desktop_medium\:translate-y-3 {
        --tw-translate-y: 0.75rem;
    }

    .desktop_medium\:translate-y-4 {
        --tw-translate-y: 1rem;
    }

    .desktop_medium\:translate-y-5 {
        --tw-translate-y: 1.25rem;
    }

    .desktop_medium\:translate-y-6 {
        --tw-translate-y: 1.5rem;
    }

    .desktop_medium\:translate-y-7 {
        --tw-translate-y: 1.75rem;
    }

    .desktop_medium\:translate-y-8 {
        --tw-translate-y: 2rem;
    }

    .desktop_medium\:translate-y-9 {
        --tw-translate-y: 2.25rem;
    }

    .desktop_medium\:translate-y-10 {
        --tw-translate-y: 2.5rem;
    }

    .desktop_medium\:translate-y-11 {
        --tw-translate-y: 2.75rem;
    }

    .desktop_medium\:translate-y-12 {
        --tw-translate-y: 3rem;
    }

    .desktop_medium\:translate-y-14 {
        --tw-translate-y: 3.5rem;
    }

    .desktop_medium\:translate-y-16 {
        --tw-translate-y: 4rem;
    }

    .desktop_medium\:translate-y-18 {
        --tw-translate-y: 4.375rem;
    }

    .desktop_medium\:translate-y-19 {
        --tw-translate-y: 76px;
    }

    .desktop_medium\:translate-y-20 {
        --tw-translate-y: 5rem;
    }

    .desktop_medium\:translate-y-24 {
        --tw-translate-y: 6rem;
    }

    .desktop_medium\:translate-y-28 {
        --tw-translate-y: 7rem;
    }

    .desktop_medium\:translate-y-30 {
        --tw-translate-y: 120px;
    }

    .desktop_medium\:translate-y-32 {
        --tw-translate-y: 8rem;
    }

    .desktop_medium\:translate-y-36 {
        --tw-translate-y: 9rem;
    }

    .desktop_medium\:translate-y-40 {
        --tw-translate-y: 10rem;
    }

    .desktop_medium\:translate-y-44 {
        --tw-translate-y: 11rem;
    }

    .desktop_medium\:translate-y-48 {
        --tw-translate-y: 12rem;
    }

    .desktop_medium\:translate-y-52 {
        --tw-translate-y: 13rem;
    }

    .desktop_medium\:translate-y-56 {
        --tw-translate-y: 14rem;
    }

    .desktop_medium\:translate-y-60 {
        --tw-translate-y: 15rem;
    }

    .desktop_medium\:translate-y-64 {
        --tw-translate-y: 16rem;
    }

    .desktop_medium\:translate-y-72 {
        --tw-translate-y: 18rem;
    }

    .desktop_medium\:translate-y-80 {
        --tw-translate-y: 20rem;
    }

    .desktop_medium\:translate-y-96 {
        --tw-translate-y: 24rem;
    }

    .desktop_medium\:translate-y-px {
        --tw-translate-y: 1px;
    }

    .desktop_medium\:translate-y-0\.5 {
        --tw-translate-y: 0.125rem;
    }

    .desktop_medium\:translate-y-1\.5 {
        --tw-translate-y: 0.375rem;
    }

    .desktop_medium\:translate-y-2\.5 {
        --tw-translate-y: 0.625rem;
    }

    .desktop_medium\:translate-y-3\.5 {
        --tw-translate-y: 0.875rem;
    }

    .desktop_medium\:translate-y-5p {
        --tw-translate-y: 5px;
    }

    .desktop_medium\:translate-y-10p {
        --tw-translate-y: 10px;
    }

    .desktop_medium\:translate-y-14p {
        --tw-translate-y: 14px;
    }

    .desktop_medium\:translate-y-15p {
        --tw-translate-y: 15px;
    }

    .desktop_medium\:translate-y-15_2 {
        --tw-translate-y: 60px;
    }

    .desktop_medium\:translate-y-16_1 {
        --tw-translate-y: 52px;
    }

    .desktop_medium\:translate-y-16p {
        --tw-translate-y: 16px;
    }

    .desktop_medium\:translate-y-25p {
        --tw-translate-y: 25px;
    }

    .desktop_medium\:translate-y-48p {
        --tw-translate-y: 48%;
    }

    .desktop_medium\:translate-y-52p {
        --tw-translate-y: 52%;
    }

    .desktop_medium\:-translate-y-0 {
        --tw-translate-y: 0px;
    }

    .desktop_medium\:-translate-y-1 {
        --tw-translate-y: -0.25rem;
    }

    .desktop_medium\:-translate-y-2 {
        --tw-translate-y: -0.5rem;
    }

    .desktop_medium\:-translate-y-3 {
        --tw-translate-y: -0.75rem;
    }

    .desktop_medium\:-translate-y-4 {
        --tw-translate-y: -1rem;
    }

    .desktop_medium\:-translate-y-5 {
        --tw-translate-y: -1.25rem;
    }

    .desktop_medium\:-translate-y-6 {
        --tw-translate-y: -1.5rem;
    }

    .desktop_medium\:-translate-y-7 {
        --tw-translate-y: -1.75rem;
    }

    .desktop_medium\:-translate-y-8 {
        --tw-translate-y: -2rem;
    }

    .desktop_medium\:-translate-y-9 {
        --tw-translate-y: -2.25rem;
    }

    .desktop_medium\:-translate-y-10 {
        --tw-translate-y: -2.5rem;
    }

    .desktop_medium\:-translate-y-11 {
        --tw-translate-y: -2.75rem;
    }

    .desktop_medium\:-translate-y-12 {
        --tw-translate-y: -3rem;
    }

    .desktop_medium\:-translate-y-14 {
        --tw-translate-y: -3.5rem;
    }

    .desktop_medium\:-translate-y-16 {
        --tw-translate-y: -4rem;
    }

    .desktop_medium\:-translate-y-18 {
        --tw-translate-y: -4.375rem;
    }

    .desktop_medium\:-translate-y-19 {
        --tw-translate-y: -76px;
    }

    .desktop_medium\:-translate-y-20 {
        --tw-translate-y: -5rem;
    }

    .desktop_medium\:-translate-y-24 {
        --tw-translate-y: -6rem;
    }

    .desktop_medium\:-translate-y-28 {
        --tw-translate-y: -7rem;
    }

    .desktop_medium\:-translate-y-30 {
        --tw-translate-y: -120px;
    }

    .desktop_medium\:-translate-y-32 {
        --tw-translate-y: -8rem;
    }

    .desktop_medium\:-translate-y-36 {
        --tw-translate-y: -9rem;
    }

    .desktop_medium\:-translate-y-40 {
        --tw-translate-y: -10rem;
    }

    .desktop_medium\:-translate-y-44 {
        --tw-translate-y: -11rem;
    }

    .desktop_medium\:-translate-y-48 {
        --tw-translate-y: -12rem;
    }

    .desktop_medium\:-translate-y-52 {
        --tw-translate-y: -13rem;
    }

    .desktop_medium\:-translate-y-56 {
        --tw-translate-y: -14rem;
    }

    .desktop_medium\:-translate-y-60 {
        --tw-translate-y: -15rem;
    }

    .desktop_medium\:-translate-y-64 {
        --tw-translate-y: -16rem;
    }

    .desktop_medium\:-translate-y-72 {
        --tw-translate-y: -18rem;
    }

    .desktop_medium\:-translate-y-80 {
        --tw-translate-y: -20rem;
    }

    .desktop_medium\:-translate-y-96 {
        --tw-translate-y: -24rem;
    }

    .desktop_medium\:-translate-y-px {
        --tw-translate-y: -1px;
    }

    .desktop_medium\:-translate-y-0\.5 {
        --tw-translate-y: -0.125rem;
    }

    .desktop_medium\:-translate-y-1\.5 {
        --tw-translate-y: -0.375rem;
    }

    .desktop_medium\:-translate-y-2\.5 {
        --tw-translate-y: -0.625rem;
    }

    .desktop_medium\:-translate-y-3\.5 {
        --tw-translate-y: -0.875rem;
    }

    .desktop_medium\:-translate-y-5p {
        --tw-translate-y: -5px;
    }

    .desktop_medium\:-translate-y-10p {
        --tw-translate-y: -10px;
    }

    .desktop_medium\:-translate-y-14p {
        --tw-translate-y: -14px;
    }

    .desktop_medium\:-translate-y-15p {
        --tw-translate-y: -15px;
    }

    .desktop_medium\:-translate-y-15_2 {
        --tw-translate-y: -60px;
    }

    .desktop_medium\:-translate-y-16_1 {
        --tw-translate-y: -52px;
    }

    .desktop_medium\:-translate-y-16p {
        --tw-translate-y: -16px;
    }

    .desktop_medium\:-translate-y-25p {
        --tw-translate-y: -25px;
    }

    .desktop_medium\:-translate-y-48p {
        --tw-translate-y: -48%;
    }

    .desktop_medium\:-translate-y-52p {
        --tw-translate-y: -52%;
    }

    .desktop_medium\:translate-y-1\/2 {
        --tw-translate-y: 50%;
    }

    .desktop_medium\:translate-y-1\/3 {
        --tw-translate-y: 33.333333%;
    }

    .desktop_medium\:translate-y-2\/3 {
        --tw-translate-y: 66.666667%;
    }

    .desktop_medium\:translate-y-1\/4 {
        --tw-translate-y: 25%;
    }

    .desktop_medium\:translate-y-2\/4 {
        --tw-translate-y: 50%;
    }

    .desktop_medium\:translate-y-3\/4 {
        --tw-translate-y: 75%;
    }

    .desktop_medium\:translate-y-full {
        --tw-translate-y: 100%;
    }

    .desktop_medium\:-translate-y-1\/2 {
        --tw-translate-y: -50%;
    }

    .desktop_medium\:-translate-y-1\/3 {
        --tw-translate-y: -33.333333%;
    }

    .desktop_medium\:-translate-y-2\/3 {
        --tw-translate-y: -66.666667%;
    }

    .desktop_medium\:-translate-y-1\/4 {
        --tw-translate-y: -25%;
    }

    .desktop_medium\:-translate-y-2\/4 {
        --tw-translate-y: -50%;
    }

    .desktop_medium\:-translate-y-3\/4 {
        --tw-translate-y: -75%;
    }

    .desktop_medium\:-translate-y-full {
        --tw-translate-y: -100%;
    }

    .desktop_medium\:hover\:translate-x-0:hover {
        --tw-translate-x: 0px;
    }

    .desktop_medium\:hover\:translate-x-1:hover {
        --tw-translate-x: 0.25rem;
    }

    .desktop_medium\:hover\:translate-x-2:hover {
        --tw-translate-x: 0.5rem;
    }

    .desktop_medium\:hover\:translate-x-3:hover {
        --tw-translate-x: 0.75rem;
    }

    .desktop_medium\:hover\:translate-x-4:hover {
        --tw-translate-x: 1rem;
    }

    .desktop_medium\:hover\:translate-x-5:hover {
        --tw-translate-x: 1.25rem;
    }

    .desktop_medium\:hover\:translate-x-6:hover {
        --tw-translate-x: 1.5rem;
    }

    .desktop_medium\:hover\:translate-x-7:hover {
        --tw-translate-x: 1.75rem;
    }

    .desktop_medium\:hover\:translate-x-8:hover {
        --tw-translate-x: 2rem;
    }

    .desktop_medium\:hover\:translate-x-9:hover {
        --tw-translate-x: 2.25rem;
    }

    .desktop_medium\:hover\:translate-x-10:hover {
        --tw-translate-x: 2.5rem;
    }

    .desktop_medium\:hover\:translate-x-11:hover {
        --tw-translate-x: 2.75rem;
    }

    .desktop_medium\:hover\:translate-x-12:hover {
        --tw-translate-x: 3rem;
    }

    .desktop_medium\:hover\:translate-x-14:hover {
        --tw-translate-x: 3.5rem;
    }

    .desktop_medium\:hover\:translate-x-16:hover {
        --tw-translate-x: 4rem;
    }

    .desktop_medium\:hover\:translate-x-18:hover {
        --tw-translate-x: 4.375rem;
    }

    .desktop_medium\:hover\:translate-x-19:hover {
        --tw-translate-x: 76px;
    }

    .desktop_medium\:hover\:translate-x-20:hover {
        --tw-translate-x: 5rem;
    }

    .desktop_medium\:hover\:translate-x-24:hover {
        --tw-translate-x: 6rem;
    }

    .desktop_medium\:hover\:translate-x-28:hover {
        --tw-translate-x: 7rem;
    }

    .desktop_medium\:hover\:translate-x-30:hover {
        --tw-translate-x: 120px;
    }

    .desktop_medium\:hover\:translate-x-32:hover {
        --tw-translate-x: 8rem;
    }

    .desktop_medium\:hover\:translate-x-36:hover {
        --tw-translate-x: 9rem;
    }

    .desktop_medium\:hover\:translate-x-40:hover {
        --tw-translate-x: 10rem;
    }

    .desktop_medium\:hover\:translate-x-44:hover {
        --tw-translate-x: 11rem;
    }

    .desktop_medium\:hover\:translate-x-48:hover {
        --tw-translate-x: 12rem;
    }

    .desktop_medium\:hover\:translate-x-52:hover {
        --tw-translate-x: 13rem;
    }

    .desktop_medium\:hover\:translate-x-56:hover {
        --tw-translate-x: 14rem;
    }

    .desktop_medium\:hover\:translate-x-60:hover {
        --tw-translate-x: 15rem;
    }

    .desktop_medium\:hover\:translate-x-64:hover {
        --tw-translate-x: 16rem;
    }

    .desktop_medium\:hover\:translate-x-72:hover {
        --tw-translate-x: 18rem;
    }

    .desktop_medium\:hover\:translate-x-80:hover {
        --tw-translate-x: 20rem;
    }

    .desktop_medium\:hover\:translate-x-96:hover {
        --tw-translate-x: 24rem;
    }

    .desktop_medium\:hover\:translate-x-px:hover {
        --tw-translate-x: 1px;
    }

    .desktop_medium\:hover\:translate-x-0\.5:hover {
        --tw-translate-x: 0.125rem;
    }

    .desktop_medium\:hover\:translate-x-1\.5:hover {
        --tw-translate-x: 0.375rem;
    }

    .desktop_medium\:hover\:translate-x-2\.5:hover {
        --tw-translate-x: 0.625rem;
    }

    .desktop_medium\:hover\:translate-x-3\.5:hover {
        --tw-translate-x: 0.875rem;
    }

    .desktop_medium\:hover\:translate-x-5p:hover {
        --tw-translate-x: 5px;
    }

    .desktop_medium\:hover\:translate-x-10p:hover {
        --tw-translate-x: 10px;
    }

    .desktop_medium\:hover\:translate-x-14p:hover {
        --tw-translate-x: 14px;
    }

    .desktop_medium\:hover\:translate-x-15p:hover {
        --tw-translate-x: 15px;
    }

    .desktop_medium\:hover\:translate-x-15_2:hover {
        --tw-translate-x: 60px;
    }

    .desktop_medium\:hover\:translate-x-16_1:hover {
        --tw-translate-x: 52px;
    }

    .desktop_medium\:hover\:translate-x-16p:hover {
        --tw-translate-x: 16px;
    }

    .desktop_medium\:hover\:translate-x-25p:hover {
        --tw-translate-x: 25px;
    }

    .desktop_medium\:hover\:translate-x-48p:hover {
        --tw-translate-x: 48%;
    }

    .desktop_medium\:hover\:translate-x-52p:hover {
        --tw-translate-x: 52%;
    }

    .desktop_medium\:hover\:-translate-x-0:hover {
        --tw-translate-x: 0px;
    }

    .desktop_medium\:hover\:-translate-x-1:hover {
        --tw-translate-x: -0.25rem;
    }

    .desktop_medium\:hover\:-translate-x-2:hover {
        --tw-translate-x: -0.5rem;
    }

    .desktop_medium\:hover\:-translate-x-3:hover {
        --tw-translate-x: -0.75rem;
    }

    .desktop_medium\:hover\:-translate-x-4:hover {
        --tw-translate-x: -1rem;
    }

    .desktop_medium\:hover\:-translate-x-5:hover {
        --tw-translate-x: -1.25rem;
    }

    .desktop_medium\:hover\:-translate-x-6:hover {
        --tw-translate-x: -1.5rem;
    }

    .desktop_medium\:hover\:-translate-x-7:hover {
        --tw-translate-x: -1.75rem;
    }

    .desktop_medium\:hover\:-translate-x-8:hover {
        --tw-translate-x: -2rem;
    }

    .desktop_medium\:hover\:-translate-x-9:hover {
        --tw-translate-x: -2.25rem;
    }

    .desktop_medium\:hover\:-translate-x-10:hover {
        --tw-translate-x: -2.5rem;
    }

    .desktop_medium\:hover\:-translate-x-11:hover {
        --tw-translate-x: -2.75rem;
    }

    .desktop_medium\:hover\:-translate-x-12:hover {
        --tw-translate-x: -3rem;
    }

    .desktop_medium\:hover\:-translate-x-14:hover {
        --tw-translate-x: -3.5rem;
    }

    .desktop_medium\:hover\:-translate-x-16:hover {
        --tw-translate-x: -4rem;
    }

    .desktop_medium\:hover\:-translate-x-18:hover {
        --tw-translate-x: -4.375rem;
    }

    .desktop_medium\:hover\:-translate-x-19:hover {
        --tw-translate-x: -76px;
    }

    .desktop_medium\:hover\:-translate-x-20:hover {
        --tw-translate-x: -5rem;
    }

    .desktop_medium\:hover\:-translate-x-24:hover {
        --tw-translate-x: -6rem;
    }

    .desktop_medium\:hover\:-translate-x-28:hover {
        --tw-translate-x: -7rem;
    }

    .desktop_medium\:hover\:-translate-x-30:hover {
        --tw-translate-x: -120px;
    }

    .desktop_medium\:hover\:-translate-x-32:hover {
        --tw-translate-x: -8rem;
    }

    .desktop_medium\:hover\:-translate-x-36:hover {
        --tw-translate-x: -9rem;
    }

    .desktop_medium\:hover\:-translate-x-40:hover {
        --tw-translate-x: -10rem;
    }

    .desktop_medium\:hover\:-translate-x-44:hover {
        --tw-translate-x: -11rem;
    }

    .desktop_medium\:hover\:-translate-x-48:hover {
        --tw-translate-x: -12rem;
    }

    .desktop_medium\:hover\:-translate-x-52:hover {
        --tw-translate-x: -13rem;
    }

    .desktop_medium\:hover\:-translate-x-56:hover {
        --tw-translate-x: -14rem;
    }

    .desktop_medium\:hover\:-translate-x-60:hover {
        --tw-translate-x: -15rem;
    }

    .desktop_medium\:hover\:-translate-x-64:hover {
        --tw-translate-x: -16rem;
    }

    .desktop_medium\:hover\:-translate-x-72:hover {
        --tw-translate-x: -18rem;
    }

    .desktop_medium\:hover\:-translate-x-80:hover {
        --tw-translate-x: -20rem;
    }

    .desktop_medium\:hover\:-translate-x-96:hover {
        --tw-translate-x: -24rem;
    }

    .desktop_medium\:hover\:-translate-x-px:hover {
        --tw-translate-x: -1px;
    }

    .desktop_medium\:hover\:-translate-x-0\.5:hover {
        --tw-translate-x: -0.125rem;
    }

    .desktop_medium\:hover\:-translate-x-1\.5:hover {
        --tw-translate-x: -0.375rem;
    }

    .desktop_medium\:hover\:-translate-x-2\.5:hover {
        --tw-translate-x: -0.625rem;
    }

    .desktop_medium\:hover\:-translate-x-3\.5:hover {
        --tw-translate-x: -0.875rem;
    }

    .desktop_medium\:hover\:-translate-x-5p:hover {
        --tw-translate-x: -5px;
    }

    .desktop_medium\:hover\:-translate-x-10p:hover {
        --tw-translate-x: -10px;
    }

    .desktop_medium\:hover\:-translate-x-14p:hover {
        --tw-translate-x: -14px;
    }

    .desktop_medium\:hover\:-translate-x-15p:hover {
        --tw-translate-x: -15px;
    }

    .desktop_medium\:hover\:-translate-x-15_2:hover {
        --tw-translate-x: -60px;
    }

    .desktop_medium\:hover\:-translate-x-16_1:hover {
        --tw-translate-x: -52px;
    }

    .desktop_medium\:hover\:-translate-x-16p:hover {
        --tw-translate-x: -16px;
    }

    .desktop_medium\:hover\:-translate-x-25p:hover {
        --tw-translate-x: -25px;
    }

    .desktop_medium\:hover\:-translate-x-48p:hover {
        --tw-translate-x: -48%;
    }

    .desktop_medium\:hover\:-translate-x-52p:hover {
        --tw-translate-x: -52%;
    }

    .desktop_medium\:hover\:translate-x-1\/2:hover {
        --tw-translate-x: 50%;
    }

    .desktop_medium\:hover\:translate-x-1\/3:hover {
        --tw-translate-x: 33.333333%;
    }

    .desktop_medium\:hover\:translate-x-2\/3:hover {
        --tw-translate-x: 66.666667%;
    }

    .desktop_medium\:hover\:translate-x-1\/4:hover {
        --tw-translate-x: 25%;
    }

    .desktop_medium\:hover\:translate-x-2\/4:hover {
        --tw-translate-x: 50%;
    }

    .desktop_medium\:hover\:translate-x-3\/4:hover {
        --tw-translate-x: 75%;
    }

    .desktop_medium\:hover\:translate-x-full:hover {
        --tw-translate-x: 100%;
    }

    .desktop_medium\:hover\:-translate-x-1\/2:hover {
        --tw-translate-x: -50%;
    }

    .desktop_medium\:hover\:-translate-x-1\/3:hover {
        --tw-translate-x: -33.333333%;
    }

    .desktop_medium\:hover\:-translate-x-2\/3:hover {
        --tw-translate-x: -66.666667%;
    }

    .desktop_medium\:hover\:-translate-x-1\/4:hover {
        --tw-translate-x: -25%;
    }

    .desktop_medium\:hover\:-translate-x-2\/4:hover {
        --tw-translate-x: -50%;
    }

    .desktop_medium\:hover\:-translate-x-3\/4:hover {
        --tw-translate-x: -75%;
    }

    .desktop_medium\:hover\:-translate-x-full:hover {
        --tw-translate-x: -100%;
    }

    .desktop_medium\:hover\:translate-y-0:hover {
        --tw-translate-y: 0px;
    }

    .desktop_medium\:hover\:translate-y-1:hover {
        --tw-translate-y: 0.25rem;
    }

    .desktop_medium\:hover\:translate-y-2:hover {
        --tw-translate-y: 0.5rem;
    }

    .desktop_medium\:hover\:translate-y-3:hover {
        --tw-translate-y: 0.75rem;
    }

    .desktop_medium\:hover\:translate-y-4:hover {
        --tw-translate-y: 1rem;
    }

    .desktop_medium\:hover\:translate-y-5:hover {
        --tw-translate-y: 1.25rem;
    }

    .desktop_medium\:hover\:translate-y-6:hover {
        --tw-translate-y: 1.5rem;
    }

    .desktop_medium\:hover\:translate-y-7:hover {
        --tw-translate-y: 1.75rem;
    }

    .desktop_medium\:hover\:translate-y-8:hover {
        --tw-translate-y: 2rem;
    }

    .desktop_medium\:hover\:translate-y-9:hover {
        --tw-translate-y: 2.25rem;
    }

    .desktop_medium\:hover\:translate-y-10:hover {
        --tw-translate-y: 2.5rem;
    }

    .desktop_medium\:hover\:translate-y-11:hover {
        --tw-translate-y: 2.75rem;
    }

    .desktop_medium\:hover\:translate-y-12:hover {
        --tw-translate-y: 3rem;
    }

    .desktop_medium\:hover\:translate-y-14:hover {
        --tw-translate-y: 3.5rem;
    }

    .desktop_medium\:hover\:translate-y-16:hover {
        --tw-translate-y: 4rem;
    }

    .desktop_medium\:hover\:translate-y-18:hover {
        --tw-translate-y: 4.375rem;
    }

    .desktop_medium\:hover\:translate-y-19:hover {
        --tw-translate-y: 76px;
    }

    .desktop_medium\:hover\:translate-y-20:hover {
        --tw-translate-y: 5rem;
    }

    .desktop_medium\:hover\:translate-y-24:hover {
        --tw-translate-y: 6rem;
    }

    .desktop_medium\:hover\:translate-y-28:hover {
        --tw-translate-y: 7rem;
    }

    .desktop_medium\:hover\:translate-y-30:hover {
        --tw-translate-y: 120px;
    }

    .desktop_medium\:hover\:translate-y-32:hover {
        --tw-translate-y: 8rem;
    }

    .desktop_medium\:hover\:translate-y-36:hover {
        --tw-translate-y: 9rem;
    }

    .desktop_medium\:hover\:translate-y-40:hover {
        --tw-translate-y: 10rem;
    }

    .desktop_medium\:hover\:translate-y-44:hover {
        --tw-translate-y: 11rem;
    }

    .desktop_medium\:hover\:translate-y-48:hover {
        --tw-translate-y: 12rem;
    }

    .desktop_medium\:hover\:translate-y-52:hover {
        --tw-translate-y: 13rem;
    }

    .desktop_medium\:hover\:translate-y-56:hover {
        --tw-translate-y: 14rem;
    }

    .desktop_medium\:hover\:translate-y-60:hover {
        --tw-translate-y: 15rem;
    }

    .desktop_medium\:hover\:translate-y-64:hover {
        --tw-translate-y: 16rem;
    }

    .desktop_medium\:hover\:translate-y-72:hover {
        --tw-translate-y: 18rem;
    }

    .desktop_medium\:hover\:translate-y-80:hover {
        --tw-translate-y: 20rem;
    }

    .desktop_medium\:hover\:translate-y-96:hover {
        --tw-translate-y: 24rem;
    }

    .desktop_medium\:hover\:translate-y-px:hover {
        --tw-translate-y: 1px;
    }

    .desktop_medium\:hover\:translate-y-0\.5:hover {
        --tw-translate-y: 0.125rem;
    }

    .desktop_medium\:hover\:translate-y-1\.5:hover {
        --tw-translate-y: 0.375rem;
    }

    .desktop_medium\:hover\:translate-y-2\.5:hover {
        --tw-translate-y: 0.625rem;
    }

    .desktop_medium\:hover\:translate-y-3\.5:hover {
        --tw-translate-y: 0.875rem;
    }

    .desktop_medium\:hover\:translate-y-5p:hover {
        --tw-translate-y: 5px;
    }

    .desktop_medium\:hover\:translate-y-10p:hover {
        --tw-translate-y: 10px;
    }

    .desktop_medium\:hover\:translate-y-14p:hover {
        --tw-translate-y: 14px;
    }

    .desktop_medium\:hover\:translate-y-15p:hover {
        --tw-translate-y: 15px;
    }

    .desktop_medium\:hover\:translate-y-15_2:hover {
        --tw-translate-y: 60px;
    }

    .desktop_medium\:hover\:translate-y-16_1:hover {
        --tw-translate-y: 52px;
    }

    .desktop_medium\:hover\:translate-y-16p:hover {
        --tw-translate-y: 16px;
    }

    .desktop_medium\:hover\:translate-y-25p:hover {
        --tw-translate-y: 25px;
    }

    .desktop_medium\:hover\:translate-y-48p:hover {
        --tw-translate-y: 48%;
    }

    .desktop_medium\:hover\:translate-y-52p:hover {
        --tw-translate-y: 52%;
    }

    .desktop_medium\:hover\:-translate-y-0:hover {
        --tw-translate-y: 0px;
    }

    .desktop_medium\:hover\:-translate-y-1:hover {
        --tw-translate-y: -0.25rem;
    }

    .desktop_medium\:hover\:-translate-y-2:hover {
        --tw-translate-y: -0.5rem;
    }

    .desktop_medium\:hover\:-translate-y-3:hover {
        --tw-translate-y: -0.75rem;
    }

    .desktop_medium\:hover\:-translate-y-4:hover {
        --tw-translate-y: -1rem;
    }

    .desktop_medium\:hover\:-translate-y-5:hover {
        --tw-translate-y: -1.25rem;
    }

    .desktop_medium\:hover\:-translate-y-6:hover {
        --tw-translate-y: -1.5rem;
    }

    .desktop_medium\:hover\:-translate-y-7:hover {
        --tw-translate-y: -1.75rem;
    }

    .desktop_medium\:hover\:-translate-y-8:hover {
        --tw-translate-y: -2rem;
    }

    .desktop_medium\:hover\:-translate-y-9:hover {
        --tw-translate-y: -2.25rem;
    }

    .desktop_medium\:hover\:-translate-y-10:hover {
        --tw-translate-y: -2.5rem;
    }

    .desktop_medium\:hover\:-translate-y-11:hover {
        --tw-translate-y: -2.75rem;
    }

    .desktop_medium\:hover\:-translate-y-12:hover {
        --tw-translate-y: -3rem;
    }

    .desktop_medium\:hover\:-translate-y-14:hover {
        --tw-translate-y: -3.5rem;
    }

    .desktop_medium\:hover\:-translate-y-16:hover {
        --tw-translate-y: -4rem;
    }

    .desktop_medium\:hover\:-translate-y-18:hover {
        --tw-translate-y: -4.375rem;
    }

    .desktop_medium\:hover\:-translate-y-19:hover {
        --tw-translate-y: -76px;
    }

    .desktop_medium\:hover\:-translate-y-20:hover {
        --tw-translate-y: -5rem;
    }

    .desktop_medium\:hover\:-translate-y-24:hover {
        --tw-translate-y: -6rem;
    }

    .desktop_medium\:hover\:-translate-y-28:hover {
        --tw-translate-y: -7rem;
    }

    .desktop_medium\:hover\:-translate-y-30:hover {
        --tw-translate-y: -120px;
    }

    .desktop_medium\:hover\:-translate-y-32:hover {
        --tw-translate-y: -8rem;
    }

    .desktop_medium\:hover\:-translate-y-36:hover {
        --tw-translate-y: -9rem;
    }

    .desktop_medium\:hover\:-translate-y-40:hover {
        --tw-translate-y: -10rem;
    }

    .desktop_medium\:hover\:-translate-y-44:hover {
        --tw-translate-y: -11rem;
    }

    .desktop_medium\:hover\:-translate-y-48:hover {
        --tw-translate-y: -12rem;
    }

    .desktop_medium\:hover\:-translate-y-52:hover {
        --tw-translate-y: -13rem;
    }

    .desktop_medium\:hover\:-translate-y-56:hover {
        --tw-translate-y: -14rem;
    }

    .desktop_medium\:hover\:-translate-y-60:hover {
        --tw-translate-y: -15rem;
    }

    .desktop_medium\:hover\:-translate-y-64:hover {
        --tw-translate-y: -16rem;
    }

    .desktop_medium\:hover\:-translate-y-72:hover {
        --tw-translate-y: -18rem;
    }

    .desktop_medium\:hover\:-translate-y-80:hover {
        --tw-translate-y: -20rem;
    }

    .desktop_medium\:hover\:-translate-y-96:hover {
        --tw-translate-y: -24rem;
    }

    .desktop_medium\:hover\:-translate-y-px:hover {
        --tw-translate-y: -1px;
    }

    .desktop_medium\:hover\:-translate-y-0\.5:hover {
        --tw-translate-y: -0.125rem;
    }

    .desktop_medium\:hover\:-translate-y-1\.5:hover {
        --tw-translate-y: -0.375rem;
    }

    .desktop_medium\:hover\:-translate-y-2\.5:hover {
        --tw-translate-y: -0.625rem;
    }

    .desktop_medium\:hover\:-translate-y-3\.5:hover {
        --tw-translate-y: -0.875rem;
    }

    .desktop_medium\:hover\:-translate-y-5p:hover {
        --tw-translate-y: -5px;
    }

    .desktop_medium\:hover\:-translate-y-10p:hover {
        --tw-translate-y: -10px;
    }

    .desktop_medium\:hover\:-translate-y-14p:hover {
        --tw-translate-y: -14px;
    }

    .desktop_medium\:hover\:-translate-y-15p:hover {
        --tw-translate-y: -15px;
    }

    .desktop_medium\:hover\:-translate-y-15_2:hover {
        --tw-translate-y: -60px;
    }

    .desktop_medium\:hover\:-translate-y-16_1:hover {
        --tw-translate-y: -52px;
    }

    .desktop_medium\:hover\:-translate-y-16p:hover {
        --tw-translate-y: -16px;
    }

    .desktop_medium\:hover\:-translate-y-25p:hover {
        --tw-translate-y: -25px;
    }

    .desktop_medium\:hover\:-translate-y-48p:hover {
        --tw-translate-y: -48%;
    }

    .desktop_medium\:hover\:-translate-y-52p:hover {
        --tw-translate-y: -52%;
    }

    .desktop_medium\:hover\:translate-y-1\/2:hover {
        --tw-translate-y: 50%;
    }

    .desktop_medium\:hover\:translate-y-1\/3:hover {
        --tw-translate-y: 33.333333%;
    }

    .desktop_medium\:hover\:translate-y-2\/3:hover {
        --tw-translate-y: 66.666667%;
    }

    .desktop_medium\:hover\:translate-y-1\/4:hover {
        --tw-translate-y: 25%;
    }

    .desktop_medium\:hover\:translate-y-2\/4:hover {
        --tw-translate-y: 50%;
    }

    .desktop_medium\:hover\:translate-y-3\/4:hover {
        --tw-translate-y: 75%;
    }

    .desktop_medium\:hover\:translate-y-full:hover {
        --tw-translate-y: 100%;
    }

    .desktop_medium\:hover\:-translate-y-1\/2:hover {
        --tw-translate-y: -50%;
    }

    .desktop_medium\:hover\:-translate-y-1\/3:hover {
        --tw-translate-y: -33.333333%;
    }

    .desktop_medium\:hover\:-translate-y-2\/3:hover {
        --tw-translate-y: -66.666667%;
    }

    .desktop_medium\:hover\:-translate-y-1\/4:hover {
        --tw-translate-y: -25%;
    }

    .desktop_medium\:hover\:-translate-y-2\/4:hover {
        --tw-translate-y: -50%;
    }

    .desktop_medium\:hover\:-translate-y-3\/4:hover {
        --tw-translate-y: -75%;
    }

    .desktop_medium\:hover\:-translate-y-full:hover {
        --tw-translate-y: -100%;
    }

    .desktop_medium\:focus\:translate-x-0:focus {
        --tw-translate-x: 0px;
    }

    .desktop_medium\:focus\:translate-x-1:focus {
        --tw-translate-x: 0.25rem;
    }

    .desktop_medium\:focus\:translate-x-2:focus {
        --tw-translate-x: 0.5rem;
    }

    .desktop_medium\:focus\:translate-x-3:focus {
        --tw-translate-x: 0.75rem;
    }

    .desktop_medium\:focus\:translate-x-4:focus {
        --tw-translate-x: 1rem;
    }

    .desktop_medium\:focus\:translate-x-5:focus {
        --tw-translate-x: 1.25rem;
    }

    .desktop_medium\:focus\:translate-x-6:focus {
        --tw-translate-x: 1.5rem;
    }

    .desktop_medium\:focus\:translate-x-7:focus {
        --tw-translate-x: 1.75rem;
    }

    .desktop_medium\:focus\:translate-x-8:focus {
        --tw-translate-x: 2rem;
    }

    .desktop_medium\:focus\:translate-x-9:focus {
        --tw-translate-x: 2.25rem;
    }

    .desktop_medium\:focus\:translate-x-10:focus {
        --tw-translate-x: 2.5rem;
    }

    .desktop_medium\:focus\:translate-x-11:focus {
        --tw-translate-x: 2.75rem;
    }

    .desktop_medium\:focus\:translate-x-12:focus {
        --tw-translate-x: 3rem;
    }

    .desktop_medium\:focus\:translate-x-14:focus {
        --tw-translate-x: 3.5rem;
    }

    .desktop_medium\:focus\:translate-x-16:focus {
        --tw-translate-x: 4rem;
    }

    .desktop_medium\:focus\:translate-x-18:focus {
        --tw-translate-x: 4.375rem;
    }

    .desktop_medium\:focus\:translate-x-19:focus {
        --tw-translate-x: 76px;
    }

    .desktop_medium\:focus\:translate-x-20:focus {
        --tw-translate-x: 5rem;
    }

    .desktop_medium\:focus\:translate-x-24:focus {
        --tw-translate-x: 6rem;
    }

    .desktop_medium\:focus\:translate-x-28:focus {
        --tw-translate-x: 7rem;
    }

    .desktop_medium\:focus\:translate-x-30:focus {
        --tw-translate-x: 120px;
    }

    .desktop_medium\:focus\:translate-x-32:focus {
        --tw-translate-x: 8rem;
    }

    .desktop_medium\:focus\:translate-x-36:focus {
        --tw-translate-x: 9rem;
    }

    .desktop_medium\:focus\:translate-x-40:focus {
        --tw-translate-x: 10rem;
    }

    .desktop_medium\:focus\:translate-x-44:focus {
        --tw-translate-x: 11rem;
    }

    .desktop_medium\:focus\:translate-x-48:focus {
        --tw-translate-x: 12rem;
    }

    .desktop_medium\:focus\:translate-x-52:focus {
        --tw-translate-x: 13rem;
    }

    .desktop_medium\:focus\:translate-x-56:focus {
        --tw-translate-x: 14rem;
    }

    .desktop_medium\:focus\:translate-x-60:focus {
        --tw-translate-x: 15rem;
    }

    .desktop_medium\:focus\:translate-x-64:focus {
        --tw-translate-x: 16rem;
    }

    .desktop_medium\:focus\:translate-x-72:focus {
        --tw-translate-x: 18rem;
    }

    .desktop_medium\:focus\:translate-x-80:focus {
        --tw-translate-x: 20rem;
    }

    .desktop_medium\:focus\:translate-x-96:focus {
        --tw-translate-x: 24rem;
    }

    .desktop_medium\:focus\:translate-x-px:focus {
        --tw-translate-x: 1px;
    }

    .desktop_medium\:focus\:translate-x-0\.5:focus {
        --tw-translate-x: 0.125rem;
    }

    .desktop_medium\:focus\:translate-x-1\.5:focus {
        --tw-translate-x: 0.375rem;
    }

    .desktop_medium\:focus\:translate-x-2\.5:focus {
        --tw-translate-x: 0.625rem;
    }

    .desktop_medium\:focus\:translate-x-3\.5:focus {
        --tw-translate-x: 0.875rem;
    }

    .desktop_medium\:focus\:translate-x-5p:focus {
        --tw-translate-x: 5px;
    }

    .desktop_medium\:focus\:translate-x-10p:focus {
        --tw-translate-x: 10px;
    }

    .desktop_medium\:focus\:translate-x-14p:focus {
        --tw-translate-x: 14px;
    }

    .desktop_medium\:focus\:translate-x-15p:focus {
        --tw-translate-x: 15px;
    }

    .desktop_medium\:focus\:translate-x-15_2:focus {
        --tw-translate-x: 60px;
    }

    .desktop_medium\:focus\:translate-x-16_1:focus {
        --tw-translate-x: 52px;
    }

    .desktop_medium\:focus\:translate-x-16p:focus {
        --tw-translate-x: 16px;
    }

    .desktop_medium\:focus\:translate-x-25p:focus {
        --tw-translate-x: 25px;
    }

    .desktop_medium\:focus\:translate-x-48p:focus {
        --tw-translate-x: 48%;
    }

    .desktop_medium\:focus\:translate-x-52p:focus {
        --tw-translate-x: 52%;
    }

    .desktop_medium\:focus\:-translate-x-0:focus {
        --tw-translate-x: 0px;
    }

    .desktop_medium\:focus\:-translate-x-1:focus {
        --tw-translate-x: -0.25rem;
    }

    .desktop_medium\:focus\:-translate-x-2:focus {
        --tw-translate-x: -0.5rem;
    }

    .desktop_medium\:focus\:-translate-x-3:focus {
        --tw-translate-x: -0.75rem;
    }

    .desktop_medium\:focus\:-translate-x-4:focus {
        --tw-translate-x: -1rem;
    }

    .desktop_medium\:focus\:-translate-x-5:focus {
        --tw-translate-x: -1.25rem;
    }

    .desktop_medium\:focus\:-translate-x-6:focus {
        --tw-translate-x: -1.5rem;
    }

    .desktop_medium\:focus\:-translate-x-7:focus {
        --tw-translate-x: -1.75rem;
    }

    .desktop_medium\:focus\:-translate-x-8:focus {
        --tw-translate-x: -2rem;
    }

    .desktop_medium\:focus\:-translate-x-9:focus {
        --tw-translate-x: -2.25rem;
    }

    .desktop_medium\:focus\:-translate-x-10:focus {
        --tw-translate-x: -2.5rem;
    }

    .desktop_medium\:focus\:-translate-x-11:focus {
        --tw-translate-x: -2.75rem;
    }

    .desktop_medium\:focus\:-translate-x-12:focus {
        --tw-translate-x: -3rem;
    }

    .desktop_medium\:focus\:-translate-x-14:focus {
        --tw-translate-x: -3.5rem;
    }

    .desktop_medium\:focus\:-translate-x-16:focus {
        --tw-translate-x: -4rem;
    }

    .desktop_medium\:focus\:-translate-x-18:focus {
        --tw-translate-x: -4.375rem;
    }

    .desktop_medium\:focus\:-translate-x-19:focus {
        --tw-translate-x: -76px;
    }

    .desktop_medium\:focus\:-translate-x-20:focus {
        --tw-translate-x: -5rem;
    }

    .desktop_medium\:focus\:-translate-x-24:focus {
        --tw-translate-x: -6rem;
    }

    .desktop_medium\:focus\:-translate-x-28:focus {
        --tw-translate-x: -7rem;
    }

    .desktop_medium\:focus\:-translate-x-30:focus {
        --tw-translate-x: -120px;
    }

    .desktop_medium\:focus\:-translate-x-32:focus {
        --tw-translate-x: -8rem;
    }

    .desktop_medium\:focus\:-translate-x-36:focus {
        --tw-translate-x: -9rem;
    }

    .desktop_medium\:focus\:-translate-x-40:focus {
        --tw-translate-x: -10rem;
    }

    .desktop_medium\:focus\:-translate-x-44:focus {
        --tw-translate-x: -11rem;
    }

    .desktop_medium\:focus\:-translate-x-48:focus {
        --tw-translate-x: -12rem;
    }

    .desktop_medium\:focus\:-translate-x-52:focus {
        --tw-translate-x: -13rem;
    }

    .desktop_medium\:focus\:-translate-x-56:focus {
        --tw-translate-x: -14rem;
    }

    .desktop_medium\:focus\:-translate-x-60:focus {
        --tw-translate-x: -15rem;
    }

    .desktop_medium\:focus\:-translate-x-64:focus {
        --tw-translate-x: -16rem;
    }

    .desktop_medium\:focus\:-translate-x-72:focus {
        --tw-translate-x: -18rem;
    }

    .desktop_medium\:focus\:-translate-x-80:focus {
        --tw-translate-x: -20rem;
    }

    .desktop_medium\:focus\:-translate-x-96:focus {
        --tw-translate-x: -24rem;
    }

    .desktop_medium\:focus\:-translate-x-px:focus {
        --tw-translate-x: -1px;
    }

    .desktop_medium\:focus\:-translate-x-0\.5:focus {
        --tw-translate-x: -0.125rem;
    }

    .desktop_medium\:focus\:-translate-x-1\.5:focus {
        --tw-translate-x: -0.375rem;
    }

    .desktop_medium\:focus\:-translate-x-2\.5:focus {
        --tw-translate-x: -0.625rem;
    }

    .desktop_medium\:focus\:-translate-x-3\.5:focus {
        --tw-translate-x: -0.875rem;
    }

    .desktop_medium\:focus\:-translate-x-5p:focus {
        --tw-translate-x: -5px;
    }

    .desktop_medium\:focus\:-translate-x-10p:focus {
        --tw-translate-x: -10px;
    }

    .desktop_medium\:focus\:-translate-x-14p:focus {
        --tw-translate-x: -14px;
    }

    .desktop_medium\:focus\:-translate-x-15p:focus {
        --tw-translate-x: -15px;
    }

    .desktop_medium\:focus\:-translate-x-15_2:focus {
        --tw-translate-x: -60px;
    }

    .desktop_medium\:focus\:-translate-x-16_1:focus {
        --tw-translate-x: -52px;
    }

    .desktop_medium\:focus\:-translate-x-16p:focus {
        --tw-translate-x: -16px;
    }

    .desktop_medium\:focus\:-translate-x-25p:focus {
        --tw-translate-x: -25px;
    }

    .desktop_medium\:focus\:-translate-x-48p:focus {
        --tw-translate-x: -48%;
    }

    .desktop_medium\:focus\:-translate-x-52p:focus {
        --tw-translate-x: -52%;
    }

    .desktop_medium\:focus\:translate-x-1\/2:focus {
        --tw-translate-x: 50%;
    }

    .desktop_medium\:focus\:translate-x-1\/3:focus {
        --tw-translate-x: 33.333333%;
    }

    .desktop_medium\:focus\:translate-x-2\/3:focus {
        --tw-translate-x: 66.666667%;
    }

    .desktop_medium\:focus\:translate-x-1\/4:focus {
        --tw-translate-x: 25%;
    }

    .desktop_medium\:focus\:translate-x-2\/4:focus {
        --tw-translate-x: 50%;
    }

    .desktop_medium\:focus\:translate-x-3\/4:focus {
        --tw-translate-x: 75%;
    }

    .desktop_medium\:focus\:translate-x-full:focus {
        --tw-translate-x: 100%;
    }

    .desktop_medium\:focus\:-translate-x-1\/2:focus {
        --tw-translate-x: -50%;
    }

    .desktop_medium\:focus\:-translate-x-1\/3:focus {
        --tw-translate-x: -33.333333%;
    }

    .desktop_medium\:focus\:-translate-x-2\/3:focus {
        --tw-translate-x: -66.666667%;
    }

    .desktop_medium\:focus\:-translate-x-1\/4:focus {
        --tw-translate-x: -25%;
    }

    .desktop_medium\:focus\:-translate-x-2\/4:focus {
        --tw-translate-x: -50%;
    }

    .desktop_medium\:focus\:-translate-x-3\/4:focus {
        --tw-translate-x: -75%;
    }

    .desktop_medium\:focus\:-translate-x-full:focus {
        --tw-translate-x: -100%;
    }

    .desktop_medium\:focus\:translate-y-0:focus {
        --tw-translate-y: 0px;
    }

    .desktop_medium\:focus\:translate-y-1:focus {
        --tw-translate-y: 0.25rem;
    }

    .desktop_medium\:focus\:translate-y-2:focus {
        --tw-translate-y: 0.5rem;
    }

    .desktop_medium\:focus\:translate-y-3:focus {
        --tw-translate-y: 0.75rem;
    }

    .desktop_medium\:focus\:translate-y-4:focus {
        --tw-translate-y: 1rem;
    }

    .desktop_medium\:focus\:translate-y-5:focus {
        --tw-translate-y: 1.25rem;
    }

    .desktop_medium\:focus\:translate-y-6:focus {
        --tw-translate-y: 1.5rem;
    }

    .desktop_medium\:focus\:translate-y-7:focus {
        --tw-translate-y: 1.75rem;
    }

    .desktop_medium\:focus\:translate-y-8:focus {
        --tw-translate-y: 2rem;
    }

    .desktop_medium\:focus\:translate-y-9:focus {
        --tw-translate-y: 2.25rem;
    }

    .desktop_medium\:focus\:translate-y-10:focus {
        --tw-translate-y: 2.5rem;
    }

    .desktop_medium\:focus\:translate-y-11:focus {
        --tw-translate-y: 2.75rem;
    }

    .desktop_medium\:focus\:translate-y-12:focus {
        --tw-translate-y: 3rem;
    }

    .desktop_medium\:focus\:translate-y-14:focus {
        --tw-translate-y: 3.5rem;
    }

    .desktop_medium\:focus\:translate-y-16:focus {
        --tw-translate-y: 4rem;
    }

    .desktop_medium\:focus\:translate-y-18:focus {
        --tw-translate-y: 4.375rem;
    }

    .desktop_medium\:focus\:translate-y-19:focus {
        --tw-translate-y: 76px;
    }

    .desktop_medium\:focus\:translate-y-20:focus {
        --tw-translate-y: 5rem;
    }

    .desktop_medium\:focus\:translate-y-24:focus {
        --tw-translate-y: 6rem;
    }

    .desktop_medium\:focus\:translate-y-28:focus {
        --tw-translate-y: 7rem;
    }

    .desktop_medium\:focus\:translate-y-30:focus {
        --tw-translate-y: 120px;
    }

    .desktop_medium\:focus\:translate-y-32:focus {
        --tw-translate-y: 8rem;
    }

    .desktop_medium\:focus\:translate-y-36:focus {
        --tw-translate-y: 9rem;
    }

    .desktop_medium\:focus\:translate-y-40:focus {
        --tw-translate-y: 10rem;
    }

    .desktop_medium\:focus\:translate-y-44:focus {
        --tw-translate-y: 11rem;
    }

    .desktop_medium\:focus\:translate-y-48:focus {
        --tw-translate-y: 12rem;
    }

    .desktop_medium\:focus\:translate-y-52:focus {
        --tw-translate-y: 13rem;
    }

    .desktop_medium\:focus\:translate-y-56:focus {
        --tw-translate-y: 14rem;
    }

    .desktop_medium\:focus\:translate-y-60:focus {
        --tw-translate-y: 15rem;
    }

    .desktop_medium\:focus\:translate-y-64:focus {
        --tw-translate-y: 16rem;
    }

    .desktop_medium\:focus\:translate-y-72:focus {
        --tw-translate-y: 18rem;
    }

    .desktop_medium\:focus\:translate-y-80:focus {
        --tw-translate-y: 20rem;
    }

    .desktop_medium\:focus\:translate-y-96:focus {
        --tw-translate-y: 24rem;
    }

    .desktop_medium\:focus\:translate-y-px:focus {
        --tw-translate-y: 1px;
    }

    .desktop_medium\:focus\:translate-y-0\.5:focus {
        --tw-translate-y: 0.125rem;
    }

    .desktop_medium\:focus\:translate-y-1\.5:focus {
        --tw-translate-y: 0.375rem;
    }

    .desktop_medium\:focus\:translate-y-2\.5:focus {
        --tw-translate-y: 0.625rem;
    }

    .desktop_medium\:focus\:translate-y-3\.5:focus {
        --tw-translate-y: 0.875rem;
    }

    .desktop_medium\:focus\:translate-y-5p:focus {
        --tw-translate-y: 5px;
    }

    .desktop_medium\:focus\:translate-y-10p:focus {
        --tw-translate-y: 10px;
    }

    .desktop_medium\:focus\:translate-y-14p:focus {
        --tw-translate-y: 14px;
    }

    .desktop_medium\:focus\:translate-y-15p:focus {
        --tw-translate-y: 15px;
    }

    .desktop_medium\:focus\:translate-y-15_2:focus {
        --tw-translate-y: 60px;
    }

    .desktop_medium\:focus\:translate-y-16_1:focus {
        --tw-translate-y: 52px;
    }

    .desktop_medium\:focus\:translate-y-16p:focus {
        --tw-translate-y: 16px;
    }

    .desktop_medium\:focus\:translate-y-25p:focus {
        --tw-translate-y: 25px;
    }

    .desktop_medium\:focus\:translate-y-48p:focus {
        --tw-translate-y: 48%;
    }

    .desktop_medium\:focus\:translate-y-52p:focus {
        --tw-translate-y: 52%;
    }

    .desktop_medium\:focus\:-translate-y-0:focus {
        --tw-translate-y: 0px;
    }

    .desktop_medium\:focus\:-translate-y-1:focus {
        --tw-translate-y: -0.25rem;
    }

    .desktop_medium\:focus\:-translate-y-2:focus {
        --tw-translate-y: -0.5rem;
    }

    .desktop_medium\:focus\:-translate-y-3:focus {
        --tw-translate-y: -0.75rem;
    }

    .desktop_medium\:focus\:-translate-y-4:focus {
        --tw-translate-y: -1rem;
    }

    .desktop_medium\:focus\:-translate-y-5:focus {
        --tw-translate-y: -1.25rem;
    }

    .desktop_medium\:focus\:-translate-y-6:focus {
        --tw-translate-y: -1.5rem;
    }

    .desktop_medium\:focus\:-translate-y-7:focus {
        --tw-translate-y: -1.75rem;
    }

    .desktop_medium\:focus\:-translate-y-8:focus {
        --tw-translate-y: -2rem;
    }

    .desktop_medium\:focus\:-translate-y-9:focus {
        --tw-translate-y: -2.25rem;
    }

    .desktop_medium\:focus\:-translate-y-10:focus {
        --tw-translate-y: -2.5rem;
    }

    .desktop_medium\:focus\:-translate-y-11:focus {
        --tw-translate-y: -2.75rem;
    }

    .desktop_medium\:focus\:-translate-y-12:focus {
        --tw-translate-y: -3rem;
    }

    .desktop_medium\:focus\:-translate-y-14:focus {
        --tw-translate-y: -3.5rem;
    }

    .desktop_medium\:focus\:-translate-y-16:focus {
        --tw-translate-y: -4rem;
    }

    .desktop_medium\:focus\:-translate-y-18:focus {
        --tw-translate-y: -4.375rem;
    }

    .desktop_medium\:focus\:-translate-y-19:focus {
        --tw-translate-y: -76px;
    }

    .desktop_medium\:focus\:-translate-y-20:focus {
        --tw-translate-y: -5rem;
    }

    .desktop_medium\:focus\:-translate-y-24:focus {
        --tw-translate-y: -6rem;
    }

    .desktop_medium\:focus\:-translate-y-28:focus {
        --tw-translate-y: -7rem;
    }

    .desktop_medium\:focus\:-translate-y-30:focus {
        --tw-translate-y: -120px;
    }

    .desktop_medium\:focus\:-translate-y-32:focus {
        --tw-translate-y: -8rem;
    }

    .desktop_medium\:focus\:-translate-y-36:focus {
        --tw-translate-y: -9rem;
    }

    .desktop_medium\:focus\:-translate-y-40:focus {
        --tw-translate-y: -10rem;
    }

    .desktop_medium\:focus\:-translate-y-44:focus {
        --tw-translate-y: -11rem;
    }

    .desktop_medium\:focus\:-translate-y-48:focus {
        --tw-translate-y: -12rem;
    }

    .desktop_medium\:focus\:-translate-y-52:focus {
        --tw-translate-y: -13rem;
    }

    .desktop_medium\:focus\:-translate-y-56:focus {
        --tw-translate-y: -14rem;
    }

    .desktop_medium\:focus\:-translate-y-60:focus {
        --tw-translate-y: -15rem;
    }

    .desktop_medium\:focus\:-translate-y-64:focus {
        --tw-translate-y: -16rem;
    }

    .desktop_medium\:focus\:-translate-y-72:focus {
        --tw-translate-y: -18rem;
    }

    .desktop_medium\:focus\:-translate-y-80:focus {
        --tw-translate-y: -20rem;
    }

    .desktop_medium\:focus\:-translate-y-96:focus {
        --tw-translate-y: -24rem;
    }

    .desktop_medium\:focus\:-translate-y-px:focus {
        --tw-translate-y: -1px;
    }

    .desktop_medium\:focus\:-translate-y-0\.5:focus {
        --tw-translate-y: -0.125rem;
    }

    .desktop_medium\:focus\:-translate-y-1\.5:focus {
        --tw-translate-y: -0.375rem;
    }

    .desktop_medium\:focus\:-translate-y-2\.5:focus {
        --tw-translate-y: -0.625rem;
    }

    .desktop_medium\:focus\:-translate-y-3\.5:focus {
        --tw-translate-y: -0.875rem;
    }

    .desktop_medium\:focus\:-translate-y-5p:focus {
        --tw-translate-y: -5px;
    }

    .desktop_medium\:focus\:-translate-y-10p:focus {
        --tw-translate-y: -10px;
    }

    .desktop_medium\:focus\:-translate-y-14p:focus {
        --tw-translate-y: -14px;
    }

    .desktop_medium\:focus\:-translate-y-15p:focus {
        --tw-translate-y: -15px;
    }

    .desktop_medium\:focus\:-translate-y-15_2:focus {
        --tw-translate-y: -60px;
    }

    .desktop_medium\:focus\:-translate-y-16_1:focus {
        --tw-translate-y: -52px;
    }

    .desktop_medium\:focus\:-translate-y-16p:focus {
        --tw-translate-y: -16px;
    }

    .desktop_medium\:focus\:-translate-y-25p:focus {
        --tw-translate-y: -25px;
    }

    .desktop_medium\:focus\:-translate-y-48p:focus {
        --tw-translate-y: -48%;
    }

    .desktop_medium\:focus\:-translate-y-52p:focus {
        --tw-translate-y: -52%;
    }

    .desktop_medium\:focus\:translate-y-1\/2:focus {
        --tw-translate-y: 50%;
    }

    .desktop_medium\:focus\:translate-y-1\/3:focus {
        --tw-translate-y: 33.333333%;
    }

    .desktop_medium\:focus\:translate-y-2\/3:focus {
        --tw-translate-y: 66.666667%;
    }

    .desktop_medium\:focus\:translate-y-1\/4:focus {
        --tw-translate-y: 25%;
    }

    .desktop_medium\:focus\:translate-y-2\/4:focus {
        --tw-translate-y: 50%;
    }

    .desktop_medium\:focus\:translate-y-3\/4:focus {
        --tw-translate-y: 75%;
    }

    .desktop_medium\:focus\:translate-y-full:focus {
        --tw-translate-y: 100%;
    }

    .desktop_medium\:focus\:-translate-y-1\/2:focus {
        --tw-translate-y: -50%;
    }

    .desktop_medium\:focus\:-translate-y-1\/3:focus {
        --tw-translate-y: -33.333333%;
    }

    .desktop_medium\:focus\:-translate-y-2\/3:focus {
        --tw-translate-y: -66.666667%;
    }

    .desktop_medium\:focus\:-translate-y-1\/4:focus {
        --tw-translate-y: -25%;
    }

    .desktop_medium\:focus\:-translate-y-2\/4:focus {
        --tw-translate-y: -50%;
    }

    .desktop_medium\:focus\:-translate-y-3\/4:focus {
        --tw-translate-y: -75%;
    }

    .desktop_medium\:focus\:-translate-y-full:focus {
        --tw-translate-y: -100%;
    }

    .desktop_medium\:rotate-0 {
        --tw-rotate: 0deg;
    }

    .desktop_medium\:rotate-1 {
        --tw-rotate: 1deg;
    }

    .desktop_medium\:rotate-2 {
        --tw-rotate: 2deg;
    }

    .desktop_medium\:rotate-3 {
        --tw-rotate: 3deg;
    }

    .desktop_medium\:rotate-6 {
        --tw-rotate: 6deg;
    }

    .desktop_medium\:rotate-12 {
        --tw-rotate: 12deg;
    }

    .desktop_medium\:rotate-45 {
        --tw-rotate: 45deg;
    }

    .desktop_medium\:rotate-90 {
        --tw-rotate: 90deg;
    }

    .desktop_medium\:rotate-180 {
        --tw-rotate: 180deg;
    }

    .desktop_medium\:-rotate-180 {
        --tw-rotate: -180deg;
    }

    .desktop_medium\:-rotate-90 {
        --tw-rotate: -90deg;
    }

    .desktop_medium\:-rotate-45 {
        --tw-rotate: -45deg;
    }

    .desktop_medium\:-rotate-12 {
        --tw-rotate: -12deg;
    }

    .desktop_medium\:-rotate-6 {
        --tw-rotate: -6deg;
    }

    .desktop_medium\:-rotate-3 {
        --tw-rotate: -3deg;
    }

    .desktop_medium\:-rotate-2 {
        --tw-rotate: -2deg;
    }

    .desktop_medium\:-rotate-1 {
        --tw-rotate: -1deg;
    }

    .desktop_medium\:hover\:rotate-0:hover {
        --tw-rotate: 0deg;
    }

    .desktop_medium\:hover\:rotate-1:hover {
        --tw-rotate: 1deg;
    }

    .desktop_medium\:hover\:rotate-2:hover {
        --tw-rotate: 2deg;
    }

    .desktop_medium\:hover\:rotate-3:hover {
        --tw-rotate: 3deg;
    }

    .desktop_medium\:hover\:rotate-6:hover {
        --tw-rotate: 6deg;
    }

    .desktop_medium\:hover\:rotate-12:hover {
        --tw-rotate: 12deg;
    }

    .desktop_medium\:hover\:rotate-45:hover {
        --tw-rotate: 45deg;
    }

    .desktop_medium\:hover\:rotate-90:hover {
        --tw-rotate: 90deg;
    }

    .desktop_medium\:hover\:rotate-180:hover {
        --tw-rotate: 180deg;
    }

    .desktop_medium\:hover\:-rotate-180:hover {
        --tw-rotate: -180deg;
    }

    .desktop_medium\:hover\:-rotate-90:hover {
        --tw-rotate: -90deg;
    }

    .desktop_medium\:hover\:-rotate-45:hover {
        --tw-rotate: -45deg;
    }

    .desktop_medium\:hover\:-rotate-12:hover {
        --tw-rotate: -12deg;
    }

    .desktop_medium\:hover\:-rotate-6:hover {
        --tw-rotate: -6deg;
    }

    .desktop_medium\:hover\:-rotate-3:hover {
        --tw-rotate: -3deg;
    }

    .desktop_medium\:hover\:-rotate-2:hover {
        --tw-rotate: -2deg;
    }

    .desktop_medium\:hover\:-rotate-1:hover {
        --tw-rotate: -1deg;
    }

    .desktop_medium\:focus\:rotate-0:focus {
        --tw-rotate: 0deg;
    }

    .desktop_medium\:focus\:rotate-1:focus {
        --tw-rotate: 1deg;
    }

    .desktop_medium\:focus\:rotate-2:focus {
        --tw-rotate: 2deg;
    }

    .desktop_medium\:focus\:rotate-3:focus {
        --tw-rotate: 3deg;
    }

    .desktop_medium\:focus\:rotate-6:focus {
        --tw-rotate: 6deg;
    }

    .desktop_medium\:focus\:rotate-12:focus {
        --tw-rotate: 12deg;
    }

    .desktop_medium\:focus\:rotate-45:focus {
        --tw-rotate: 45deg;
    }

    .desktop_medium\:focus\:rotate-90:focus {
        --tw-rotate: 90deg;
    }

    .desktop_medium\:focus\:rotate-180:focus {
        --tw-rotate: 180deg;
    }

    .desktop_medium\:focus\:-rotate-180:focus {
        --tw-rotate: -180deg;
    }

    .desktop_medium\:focus\:-rotate-90:focus {
        --tw-rotate: -90deg;
    }

    .desktop_medium\:focus\:-rotate-45:focus {
        --tw-rotate: -45deg;
    }

    .desktop_medium\:focus\:-rotate-12:focus {
        --tw-rotate: -12deg;
    }

    .desktop_medium\:focus\:-rotate-6:focus {
        --tw-rotate: -6deg;
    }

    .desktop_medium\:focus\:-rotate-3:focus {
        --tw-rotate: -3deg;
    }

    .desktop_medium\:focus\:-rotate-2:focus {
        --tw-rotate: -2deg;
    }

    .desktop_medium\:focus\:-rotate-1:focus {
        --tw-rotate: -1deg;
    }

    .desktop_medium\:skew-x-0 {
        --tw-skew-x: 0deg;
    }

    .desktop_medium\:skew-x-1 {
        --tw-skew-x: 1deg;
    }

    .desktop_medium\:skew-x-2 {
        --tw-skew-x: 2deg;
    }

    .desktop_medium\:skew-x-3 {
        --tw-skew-x: 3deg;
    }

    .desktop_medium\:skew-x-6 {
        --tw-skew-x: 6deg;
    }

    .desktop_medium\:skew-x-12 {
        --tw-skew-x: 12deg;
    }

    .desktop_medium\:-skew-x-12 {
        --tw-skew-x: -12deg;
    }

    .desktop_medium\:-skew-x-6 {
        --tw-skew-x: -6deg;
    }

    .desktop_medium\:-skew-x-3 {
        --tw-skew-x: -3deg;
    }

    .desktop_medium\:-skew-x-2 {
        --tw-skew-x: -2deg;
    }

    .desktop_medium\:-skew-x-1 {
        --tw-skew-x: -1deg;
    }

    .desktop_medium\:skew-y-0 {
        --tw-skew-y: 0deg;
    }

    .desktop_medium\:skew-y-1 {
        --tw-skew-y: 1deg;
    }

    .desktop_medium\:skew-y-2 {
        --tw-skew-y: 2deg;
    }

    .desktop_medium\:skew-y-3 {
        --tw-skew-y: 3deg;
    }

    .desktop_medium\:skew-y-6 {
        --tw-skew-y: 6deg;
    }

    .desktop_medium\:skew-y-12 {
        --tw-skew-y: 12deg;
    }

    .desktop_medium\:-skew-y-12 {
        --tw-skew-y: -12deg;
    }

    .desktop_medium\:-skew-y-6 {
        --tw-skew-y: -6deg;
    }

    .desktop_medium\:-skew-y-3 {
        --tw-skew-y: -3deg;
    }

    .desktop_medium\:-skew-y-2 {
        --tw-skew-y: -2deg;
    }

    .desktop_medium\:-skew-y-1 {
        --tw-skew-y: -1deg;
    }

    .desktop_medium\:hover\:skew-x-0:hover {
        --tw-skew-x: 0deg;
    }

    .desktop_medium\:hover\:skew-x-1:hover {
        --tw-skew-x: 1deg;
    }

    .desktop_medium\:hover\:skew-x-2:hover {
        --tw-skew-x: 2deg;
    }

    .desktop_medium\:hover\:skew-x-3:hover {
        --tw-skew-x: 3deg;
    }

    .desktop_medium\:hover\:skew-x-6:hover {
        --tw-skew-x: 6deg;
    }

    .desktop_medium\:hover\:skew-x-12:hover {
        --tw-skew-x: 12deg;
    }

    .desktop_medium\:hover\:-skew-x-12:hover {
        --tw-skew-x: -12deg;
    }

    .desktop_medium\:hover\:-skew-x-6:hover {
        --tw-skew-x: -6deg;
    }

    .desktop_medium\:hover\:-skew-x-3:hover {
        --tw-skew-x: -3deg;
    }

    .desktop_medium\:hover\:-skew-x-2:hover {
        --tw-skew-x: -2deg;
    }

    .desktop_medium\:hover\:-skew-x-1:hover {
        --tw-skew-x: -1deg;
    }

    .desktop_medium\:hover\:skew-y-0:hover {
        --tw-skew-y: 0deg;
    }

    .desktop_medium\:hover\:skew-y-1:hover {
        --tw-skew-y: 1deg;
    }

    .desktop_medium\:hover\:skew-y-2:hover {
        --tw-skew-y: 2deg;
    }

    .desktop_medium\:hover\:skew-y-3:hover {
        --tw-skew-y: 3deg;
    }

    .desktop_medium\:hover\:skew-y-6:hover {
        --tw-skew-y: 6deg;
    }

    .desktop_medium\:hover\:skew-y-12:hover {
        --tw-skew-y: 12deg;
    }

    .desktop_medium\:hover\:-skew-y-12:hover {
        --tw-skew-y: -12deg;
    }

    .desktop_medium\:hover\:-skew-y-6:hover {
        --tw-skew-y: -6deg;
    }

    .desktop_medium\:hover\:-skew-y-3:hover {
        --tw-skew-y: -3deg;
    }

    .desktop_medium\:hover\:-skew-y-2:hover {
        --tw-skew-y: -2deg;
    }

    .desktop_medium\:hover\:-skew-y-1:hover {
        --tw-skew-y: -1deg;
    }

    .desktop_medium\:focus\:skew-x-0:focus {
        --tw-skew-x: 0deg;
    }

    .desktop_medium\:focus\:skew-x-1:focus {
        --tw-skew-x: 1deg;
    }

    .desktop_medium\:focus\:skew-x-2:focus {
        --tw-skew-x: 2deg;
    }

    .desktop_medium\:focus\:skew-x-3:focus {
        --tw-skew-x: 3deg;
    }

    .desktop_medium\:focus\:skew-x-6:focus {
        --tw-skew-x: 6deg;
    }

    .desktop_medium\:focus\:skew-x-12:focus {
        --tw-skew-x: 12deg;
    }

    .desktop_medium\:focus\:-skew-x-12:focus {
        --tw-skew-x: -12deg;
    }

    .desktop_medium\:focus\:-skew-x-6:focus {
        --tw-skew-x: -6deg;
    }

    .desktop_medium\:focus\:-skew-x-3:focus {
        --tw-skew-x: -3deg;
    }

    .desktop_medium\:focus\:-skew-x-2:focus {
        --tw-skew-x: -2deg;
    }

    .desktop_medium\:focus\:-skew-x-1:focus {
        --tw-skew-x: -1deg;
    }

    .desktop_medium\:focus\:skew-y-0:focus {
        --tw-skew-y: 0deg;
    }

    .desktop_medium\:focus\:skew-y-1:focus {
        --tw-skew-y: 1deg;
    }

    .desktop_medium\:focus\:skew-y-2:focus {
        --tw-skew-y: 2deg;
    }

    .desktop_medium\:focus\:skew-y-3:focus {
        --tw-skew-y: 3deg;
    }

    .desktop_medium\:focus\:skew-y-6:focus {
        --tw-skew-y: 6deg;
    }

    .desktop_medium\:focus\:skew-y-12:focus {
        --tw-skew-y: 12deg;
    }

    .desktop_medium\:focus\:-skew-y-12:focus {
        --tw-skew-y: -12deg;
    }

    .desktop_medium\:focus\:-skew-y-6:focus {
        --tw-skew-y: -6deg;
    }

    .desktop_medium\:focus\:-skew-y-3:focus {
        --tw-skew-y: -3deg;
    }

    .desktop_medium\:focus\:-skew-y-2:focus {
        --tw-skew-y: -2deg;
    }

    .desktop_medium\:focus\:-skew-y-1:focus {
        --tw-skew-y: -1deg;
    }

    .desktop_medium\:scale-0 {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }

    .desktop_medium\:scale-50 {
        --tw-scale-x: .5;
        --tw-scale-y: .5;
    }

    .desktop_medium\:scale-75 {
        --tw-scale-x: .75;
        --tw-scale-y: .75;
    }

    .desktop_medium\:scale-90 {
        --tw-scale-x: .9;
        --tw-scale-y: .9;
    }

    .desktop_medium\:scale-95 {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
    }

    .desktop_medium\:scale-100 {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }

    .desktop_medium\:scale-105 {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }

    .desktop_medium\:scale-110 {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }

    .desktop_medium\:scale-125 {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }

    .desktop_medium\:scale-150 {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }

    .desktop_medium\:hover\:scale-0:hover {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }

    .desktop_medium\:hover\:scale-50:hover {
        --tw-scale-x: .5;
        --tw-scale-y: .5;
    }

    .desktop_medium\:hover\:scale-75:hover {
        --tw-scale-x: .75;
        --tw-scale-y: .75;
    }

    .desktop_medium\:hover\:scale-90:hover {
        --tw-scale-x: .9;
        --tw-scale-y: .9;
    }

    .desktop_medium\:hover\:scale-95:hover {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
    }

    .desktop_medium\:hover\:scale-100:hover {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }

    .desktop_medium\:hover\:scale-105:hover {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }

    .desktop_medium\:hover\:scale-110:hover {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }

    .desktop_medium\:hover\:scale-125:hover {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }

    .desktop_medium\:hover\:scale-150:hover {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }

    .desktop_medium\:focus\:scale-0:focus {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }

    .desktop_medium\:focus\:scale-50:focus {
        --tw-scale-x: .5;
        --tw-scale-y: .5;
    }

    .desktop_medium\:focus\:scale-75:focus {
        --tw-scale-x: .75;
        --tw-scale-y: .75;
    }

    .desktop_medium\:focus\:scale-90:focus {
        --tw-scale-x: .9;
        --tw-scale-y: .9;
    }

    .desktop_medium\:focus\:scale-95:focus {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
    }

    .desktop_medium\:focus\:scale-100:focus {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }

    .desktop_medium\:focus\:scale-105:focus {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }

    .desktop_medium\:focus\:scale-110:focus {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }

    .desktop_medium\:focus\:scale-125:focus {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }

    .desktop_medium\:focus\:scale-150:focus {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }

    .desktop_medium\:scale-x-0 {
        --tw-scale-x: 0;
    }

    .desktop_medium\:scale-x-50 {
        --tw-scale-x: .5;
    }

    .desktop_medium\:scale-x-75 {
        --tw-scale-x: .75;
    }

    .desktop_medium\:scale-x-90 {
        --tw-scale-x: .9;
    }

    .desktop_medium\:scale-x-95 {
        --tw-scale-x: .95;
    }

    .desktop_medium\:scale-x-100 {
        --tw-scale-x: 1;
    }

    .desktop_medium\:scale-x-105 {
        --tw-scale-x: 1.05;
    }

    .desktop_medium\:scale-x-110 {
        --tw-scale-x: 1.1;
    }

    .desktop_medium\:scale-x-125 {
        --tw-scale-x: 1.25;
    }

    .desktop_medium\:scale-x-150 {
        --tw-scale-x: 1.5;
    }

    .desktop_medium\:scale-y-0 {
        --tw-scale-y: 0;
    }

    .desktop_medium\:scale-y-50 {
        --tw-scale-y: .5;
    }

    .desktop_medium\:scale-y-75 {
        --tw-scale-y: .75;
    }

    .desktop_medium\:scale-y-90 {
        --tw-scale-y: .9;
    }

    .desktop_medium\:scale-y-95 {
        --tw-scale-y: .95;
    }

    .desktop_medium\:scale-y-100 {
        --tw-scale-y: 1;
    }

    .desktop_medium\:scale-y-105 {
        --tw-scale-y: 1.05;
    }

    .desktop_medium\:scale-y-110 {
        --tw-scale-y: 1.1;
    }

    .desktop_medium\:scale-y-125 {
        --tw-scale-y: 1.25;
    }

    .desktop_medium\:scale-y-150 {
        --tw-scale-y: 1.5;
    }

    .desktop_medium\:hover\:scale-x-0:hover {
        --tw-scale-x: 0;
    }

    .desktop_medium\:hover\:scale-x-50:hover {
        --tw-scale-x: .5;
    }

    .desktop_medium\:hover\:scale-x-75:hover {
        --tw-scale-x: .75;
    }

    .desktop_medium\:hover\:scale-x-90:hover {
        --tw-scale-x: .9;
    }

    .desktop_medium\:hover\:scale-x-95:hover {
        --tw-scale-x: .95;
    }

    .desktop_medium\:hover\:scale-x-100:hover {
        --tw-scale-x: 1;
    }

    .desktop_medium\:hover\:scale-x-105:hover {
        --tw-scale-x: 1.05;
    }

    .desktop_medium\:hover\:scale-x-110:hover {
        --tw-scale-x: 1.1;
    }

    .desktop_medium\:hover\:scale-x-125:hover {
        --tw-scale-x: 1.25;
    }

    .desktop_medium\:hover\:scale-x-150:hover {
        --tw-scale-x: 1.5;
    }

    .desktop_medium\:hover\:scale-y-0:hover {
        --tw-scale-y: 0;
    }

    .desktop_medium\:hover\:scale-y-50:hover {
        --tw-scale-y: .5;
    }

    .desktop_medium\:hover\:scale-y-75:hover {
        --tw-scale-y: .75;
    }

    .desktop_medium\:hover\:scale-y-90:hover {
        --tw-scale-y: .9;
    }

    .desktop_medium\:hover\:scale-y-95:hover {
        --tw-scale-y: .95;
    }

    .desktop_medium\:hover\:scale-y-100:hover {
        --tw-scale-y: 1;
    }

    .desktop_medium\:hover\:scale-y-105:hover {
        --tw-scale-y: 1.05;
    }

    .desktop_medium\:hover\:scale-y-110:hover {
        --tw-scale-y: 1.1;
    }

    .desktop_medium\:hover\:scale-y-125:hover {
        --tw-scale-y: 1.25;
    }

    .desktop_medium\:hover\:scale-y-150:hover {
        --tw-scale-y: 1.5;
    }

    .desktop_medium\:focus\:scale-x-0:focus {
        --tw-scale-x: 0;
    }

    .desktop_medium\:focus\:scale-x-50:focus {
        --tw-scale-x: .5;
    }

    .desktop_medium\:focus\:scale-x-75:focus {
        --tw-scale-x: .75;
    }

    .desktop_medium\:focus\:scale-x-90:focus {
        --tw-scale-x: .9;
    }

    .desktop_medium\:focus\:scale-x-95:focus {
        --tw-scale-x: .95;
    }

    .desktop_medium\:focus\:scale-x-100:focus {
        --tw-scale-x: 1;
    }

    .desktop_medium\:focus\:scale-x-105:focus {
        --tw-scale-x: 1.05;
    }

    .desktop_medium\:focus\:scale-x-110:focus {
        --tw-scale-x: 1.1;
    }

    .desktop_medium\:focus\:scale-x-125:focus {
        --tw-scale-x: 1.25;
    }

    .desktop_medium\:focus\:scale-x-150:focus {
        --tw-scale-x: 1.5;
    }

    .desktop_medium\:focus\:scale-y-0:focus {
        --tw-scale-y: 0;
    }

    .desktop_medium\:focus\:scale-y-50:focus {
        --tw-scale-y: .5;
    }

    .desktop_medium\:focus\:scale-y-75:focus {
        --tw-scale-y: .75;
    }

    .desktop_medium\:focus\:scale-y-90:focus {
        --tw-scale-y: .9;
    }

    .desktop_medium\:focus\:scale-y-95:focus {
        --tw-scale-y: .95;
    }

    .desktop_medium\:focus\:scale-y-100:focus {
        --tw-scale-y: 1;
    }

    .desktop_medium\:focus\:scale-y-105:focus {
        --tw-scale-y: 1.05;
    }

    .desktop_medium\:focus\:scale-y-110:focus {
        --tw-scale-y: 1.1;
    }

    .desktop_medium\:focus\:scale-y-125:focus {
        --tw-scale-y: 1.25;
    }

    .desktop_medium\:focus\:scale-y-150:focus {
        --tw-scale-y: 1.5;
    }

    .desktop_medium\:animate-none {
        -webkit-animation: none;
        animation: none;
    }

    .desktop_medium\:animate-spin {
        -webkit-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite;
    }

    .desktop_medium\:animate-ping {
        -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
        animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }

    .desktop_medium\:animate-pulse {
        -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
        animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }

    .desktop_medium\:animate-bounce {
        -webkit-animation: bounce 1s infinite;
        animation: bounce 1s infinite;
    }

    .desktop_medium\:cursor-auto {
        cursor: auto;
    }

    .desktop_medium\:cursor-default {
        cursor: default;
    }

    .desktop_medium\:cursor-pointer {
        cursor: pointer;
    }

    .desktop_medium\:cursor-wait {
        cursor: wait;
    }

    .desktop_medium\:cursor-text {
        cursor: text;
    }

    .desktop_medium\:cursor-move {
        cursor: move;
    }

    .desktop_medium\:cursor-help {
        cursor: help;
    }

    .desktop_medium\:cursor-not-allowed {
        cursor: not-allowed;
    }

    .desktop_medium\:select-none {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .desktop_medium\:select-text {
        -webkit-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text;
    }

    .desktop_medium\:select-all {
        -webkit-user-select: all;
        -moz-user-select: all;
        user-select: all;
    }

    .desktop_medium\:select-auto {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
    }

    .desktop_medium\:resize-none {
        resize: none;
    }

    .desktop_medium\:resize-y {
        resize: vertical;
    }

    .desktop_medium\:resize-x {
        resize: horizontal;
    }

    .desktop_medium\:resize {
        resize: both;
    }

    .desktop_medium\:list-inside {
        list-style-position: inside;
    }

    .desktop_medium\:list-outside {
        list-style-position: outside;
    }

    .desktop_medium\:list-none {
        list-style-type: none;
    }

    .desktop_medium\:list-disc {
        list-style-type: disc;
    }

    .desktop_medium\:list-decimal {
        list-style-type: decimal;
    }

    .desktop_medium\:appearance-none {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .desktop_medium\:auto-cols-auto {
        grid-auto-columns: auto;
    }

    .desktop_medium\:auto-cols-min {
        grid-auto-columns: -webkit-min-content;
        grid-auto-columns: min-content;
    }

    .desktop_medium\:auto-cols-max {
        grid-auto-columns: -webkit-max-content;
        grid-auto-columns: max-content;
    }

    .desktop_medium\:auto-cols-fr {
        grid-auto-columns: minmax(0, 1fr);
    }

    .desktop_medium\:grid-flow-row {
        grid-auto-flow: row;
    }

    .desktop_medium\:grid-flow-col {
        grid-auto-flow: column;
    }

    .desktop_medium\:grid-flow-row-dense {
        grid-auto-flow: row dense;
    }

    .desktop_medium\:grid-flow-col-dense {
        grid-auto-flow: column dense;
    }

    .desktop_medium\:auto-rows-auto {
        grid-auto-rows: auto;
    }

    .desktop_medium\:auto-rows-min {
        grid-auto-rows: -webkit-min-content;
        grid-auto-rows: min-content;
    }

    .desktop_medium\:auto-rows-max {
        grid-auto-rows: -webkit-max-content;
        grid-auto-rows: max-content;
    }

    .desktop_medium\:auto-rows-fr {
        grid-auto-rows: minmax(0, 1fr);
    }

    .desktop_medium\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .desktop_medium\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .desktop_medium\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .desktop_medium\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .desktop_medium\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .desktop_medium\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .desktop_medium\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }

    .desktop_medium\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    .desktop_medium\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }

    .desktop_medium\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }

    .desktop_medium\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }

    .desktop_medium\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .desktop_medium\:grid-cols-none {
        grid-template-columns: none;
    }

    .desktop_medium\:grid-rows-1 {
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }

    .desktop_medium\:grid-rows-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }

    .desktop_medium\:grid-rows-3 {
        grid-template-rows: repeat(3, minmax(0, 1fr));
    }

    .desktop_medium\:grid-rows-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr));
    }

    .desktop_medium\:grid-rows-5 {
        grid-template-rows: repeat(5, minmax(0, 1fr));
    }

    .desktop_medium\:grid-rows-6 {
        grid-template-rows: repeat(6, minmax(0, 1fr));
    }

    .desktop_medium\:grid-rows-none {
        grid-template-rows: none;
    }

    .desktop_medium\:flex-row {
        flex-direction: row;
    }

    .desktop_medium\:flex-row-reverse {
        flex-direction: row-reverse;
    }

    .desktop_medium\:flex-col {
        flex-direction: column;
    }

    .desktop_medium\:flex-col-reverse {
        flex-direction: column-reverse;
    }

    .desktop_medium\:flex-wrap {
        flex-wrap: wrap;
    }

    .desktop_medium\:flex-wrap-reverse {
        flex-wrap: wrap-reverse;
    }

    .desktop_medium\:flex-nowrap {
        flex-wrap: nowrap;
    }

    .desktop_medium\:place-content-center {
        place-content: center;
    }

    .desktop_medium\:place-content-start {
        place-content: start;
    }

    .desktop_medium\:place-content-end {
        place-content: end;
    }

    .desktop_medium\:place-content-between {
        place-content: space-between;
    }

    .desktop_medium\:place-content-around {
        place-content: space-around;
    }

    .desktop_medium\:place-content-evenly {
        place-content: space-evenly;
    }

    .desktop_medium\:place-content-stretch {
        place-content: stretch;
    }

    .desktop_medium\:place-items-start {
        place-items: start;
    }

    .desktop_medium\:place-items-end {
        place-items: end;
    }

    .desktop_medium\:place-items-center {
        place-items: center;
    }

    .desktop_medium\:place-items-stretch {
        place-items: stretch;
    }

    .desktop_medium\:content-center {
        align-content: center;
    }

    .desktop_medium\:content-start {
        align-content: flex-start;
    }

    .desktop_medium\:content-end {
        align-content: flex-end;
    }

    .desktop_medium\:content-between {
        align-content: space-between;
    }

    .desktop_medium\:content-around {
        align-content: space-around;
    }

    .desktop_medium\:content-evenly {
        align-content: space-evenly;
    }

    .desktop_medium\:items-start {
        align-items: flex-start;
    }

    .desktop_medium\:items-end {
        align-items: flex-end;
    }

    .desktop_medium\:items-center {
        align-items: center;
    }

    .desktop_medium\:items-baseline {
        align-items: baseline;
    }

    .desktop_medium\:items-stretch {
        align-items: stretch;
    }

    .desktop_medium\:justify-start {
        justify-content: flex-start;
    }

    .desktop_medium\:justify-end {
        justify-content: flex-end;
    }

    .desktop_medium\:justify-center {
        justify-content: center;
    }

    .desktop_medium\:justify-between {
        justify-content: space-between;
    }

    .desktop_medium\:justify-around {
        justify-content: space-around;
    }

    .desktop_medium\:justify-evenly {
        justify-content: space-evenly;
    }

    .desktop_medium\:justify-items-start {
        justify-items: start;
    }

    .desktop_medium\:justify-items-end {
        justify-items: end;
    }

    .desktop_medium\:justify-items-center {
        justify-items: center;
    }

    .desktop_medium\:justify-items-stretch {
        justify-items: stretch;
    }

    .desktop_medium\:gap-0 {
        gap: 0px;
    }

    .desktop_medium\:gap-1 {
        gap: 0.25rem;
    }

    .desktop_medium\:gap-2 {
        gap: 0.5rem;
    }

    .desktop_medium\:gap-3 {
        gap: 0.75rem;
    }

    .desktop_medium\:gap-4 {
        gap: 1rem;
    }

    .desktop_medium\:gap-5 {
        gap: 1.25rem;
    }

    .desktop_medium\:gap-6 {
        gap: 1.5rem;
    }

    .desktop_medium\:gap-7 {
        gap: 1.75rem;
    }

    .desktop_medium\:gap-8 {
        gap: 2rem;
    }

    .desktop_medium\:gap-9 {
        gap: 2.25rem;
    }

    .desktop_medium\:gap-10 {
        gap: 2.5rem;
    }

    .desktop_medium\:gap-11 {
        gap: 2.75rem;
    }

    .desktop_medium\:gap-12 {
        gap: 3rem;
    }

    .desktop_medium\:gap-14 {
        gap: 3.5rem;
    }

    .desktop_medium\:gap-16 {
        gap: 4rem;
    }

    .desktop_medium\:gap-18 {
        gap: 4.375rem;
    }

    .desktop_medium\:gap-19 {
        gap: 76px;
    }

    .desktop_medium\:gap-20 {
        gap: 5rem;
    }

    .desktop_medium\:gap-24 {
        gap: 6rem;
    }

    .desktop_medium\:gap-28 {
        gap: 7rem;
    }

    .desktop_medium\:gap-30 {
        gap: 120px;
    }

    .desktop_medium\:gap-32 {
        gap: 8rem;
    }

    .desktop_medium\:gap-36 {
        gap: 9rem;
    }

    .desktop_medium\:gap-40 {
        gap: 10rem;
    }

    .desktop_medium\:gap-44 {
        gap: 11rem;
    }

    .desktop_medium\:gap-48 {
        gap: 12rem;
    }

    .desktop_medium\:gap-52 {
        gap: 13rem;
    }

    .desktop_medium\:gap-56 {
        gap: 14rem;
    }

    .desktop_medium\:gap-60 {
        gap: 15rem;
    }

    .desktop_medium\:gap-64 {
        gap: 16rem;
    }

    .desktop_medium\:gap-72 {
        gap: 18rem;
    }

    .desktop_medium\:gap-80 {
        gap: 20rem;
    }

    .desktop_medium\:gap-96 {
        gap: 24rem;
    }

    .desktop_medium\:gap-px {
        gap: 1px;
    }

    .desktop_medium\:gap-0\.5 {
        gap: 0.125rem;
    }

    .desktop_medium\:gap-1\.5 {
        gap: 0.375rem;
    }

    .desktop_medium\:gap-2\.5 {
        gap: 0.625rem;
    }

    .desktop_medium\:gap-3\.5 {
        gap: 0.875rem;
    }

    .desktop_medium\:gap-5p {
        gap: 5px;
    }

    .desktop_medium\:gap-10p {
        gap: 10px;
    }

    .desktop_medium\:gap-14p {
        gap: 14px;
    }

    .desktop_medium\:gap-15p {
        gap: 15px;
    }

    .desktop_medium\:gap-15_2 {
        gap: 60px;
    }

    .desktop_medium\:gap-16_1 {
        gap: 52px;
    }

    .desktop_medium\:gap-16p {
        gap: 16px;
    }

    .desktop_medium\:gap-25p {
        gap: 25px;
    }

    .desktop_medium\:gap-48p {
        gap: 48%;
    }

    .desktop_medium\:gap-52p {
        gap: 52%;
    }

    .desktop_medium\:gap-x-0 {
        -moz-column-gap: 0px;
        column-gap: 0px;
    }

    .desktop_medium\:gap-x-1 {
        -moz-column-gap: 0.25rem;
        column-gap: 0.25rem;
    }

    .desktop_medium\:gap-x-2 {
        -moz-column-gap: 0.5rem;
        column-gap: 0.5rem;
    }

    .desktop_medium\:gap-x-3 {
        -moz-column-gap: 0.75rem;
        column-gap: 0.75rem;
    }

    .desktop_medium\:gap-x-4 {
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }

    .desktop_medium\:gap-x-5 {
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

    .desktop_medium\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }

    .desktop_medium\:gap-x-7 {
        -moz-column-gap: 1.75rem;
        column-gap: 1.75rem;
    }

    .desktop_medium\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }

    .desktop_medium\:gap-x-9 {
        -moz-column-gap: 2.25rem;
        column-gap: 2.25rem;
    }

    .desktop_medium\:gap-x-10 {
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }

    .desktop_medium\:gap-x-11 {
        -moz-column-gap: 2.75rem;
        column-gap: 2.75rem;
    }

    .desktop_medium\:gap-x-12 {
        -moz-column-gap: 3rem;
        column-gap: 3rem;
    }

    .desktop_medium\:gap-x-14 {
        -moz-column-gap: 3.5rem;
        column-gap: 3.5rem;
    }

    .desktop_medium\:gap-x-16 {
        -moz-column-gap: 4rem;
        column-gap: 4rem;
    }

    .desktop_medium\:gap-x-18 {
        -moz-column-gap: 4.375rem;
        column-gap: 4.375rem;
    }

    .desktop_medium\:gap-x-19 {
        -moz-column-gap: 76px;
        column-gap: 76px;
    }

    .desktop_medium\:gap-x-20 {
        -moz-column-gap: 5rem;
        column-gap: 5rem;
    }

    .desktop_medium\:gap-x-24 {
        -moz-column-gap: 6rem;
        column-gap: 6rem;
    }

    .desktop_medium\:gap-x-28 {
        -moz-column-gap: 7rem;
        column-gap: 7rem;
    }

    .desktop_medium\:gap-x-30 {
        -moz-column-gap: 120px;
        column-gap: 120px;
    }

    .desktop_medium\:gap-x-32 {
        -moz-column-gap: 8rem;
        column-gap: 8rem;
    }

    .desktop_medium\:gap-x-36 {
        -moz-column-gap: 9rem;
        column-gap: 9rem;
    }

    .desktop_medium\:gap-x-40 {
        -moz-column-gap: 10rem;
        column-gap: 10rem;
    }

    .desktop_medium\:gap-x-44 {
        -moz-column-gap: 11rem;
        column-gap: 11rem;
    }

    .desktop_medium\:gap-x-48 {
        -moz-column-gap: 12rem;
        column-gap: 12rem;
    }

    .desktop_medium\:gap-x-52 {
        -moz-column-gap: 13rem;
        column-gap: 13rem;
    }

    .desktop_medium\:gap-x-56 {
        -moz-column-gap: 14rem;
        column-gap: 14rem;
    }

    .desktop_medium\:gap-x-60 {
        -moz-column-gap: 15rem;
        column-gap: 15rem;
    }

    .desktop_medium\:gap-x-64 {
        -moz-column-gap: 16rem;
        column-gap: 16rem;
    }

    .desktop_medium\:gap-x-72 {
        -moz-column-gap: 18rem;
        column-gap: 18rem;
    }

    .desktop_medium\:gap-x-80 {
        -moz-column-gap: 20rem;
        column-gap: 20rem;
    }

    .desktop_medium\:gap-x-96 {
        -moz-column-gap: 24rem;
        column-gap: 24rem;
    }

    .desktop_medium\:gap-x-px {
        -moz-column-gap: 1px;
        column-gap: 1px;
    }

    .desktop_medium\:gap-x-0\.5 {
        -moz-column-gap: 0.125rem;
        column-gap: 0.125rem;
    }

    .desktop_medium\:gap-x-1\.5 {
        -moz-column-gap: 0.375rem;
        column-gap: 0.375rem;
    }

    .desktop_medium\:gap-x-2\.5 {
        -moz-column-gap: 0.625rem;
        column-gap: 0.625rem;
    }

    .desktop_medium\:gap-x-3\.5 {
        -moz-column-gap: 0.875rem;
        column-gap: 0.875rem;
    }

    .desktop_medium\:gap-x-5p {
        -moz-column-gap: 5px;
        column-gap: 5px;
    }

    .desktop_medium\:gap-x-10p {
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .desktop_medium\:gap-x-14p {
        -moz-column-gap: 14px;
        column-gap: 14px;
    }

    .desktop_medium\:gap-x-15p {
        -moz-column-gap: 15px;
        column-gap: 15px;
    }

    .desktop_medium\:gap-x-15_2 {
        -moz-column-gap: 60px;
        column-gap: 60px;
    }

    .desktop_medium\:gap-x-16_1 {
        -moz-column-gap: 52px;
        column-gap: 52px;
    }

    .desktop_medium\:gap-x-16p {
        -moz-column-gap: 16px;
        column-gap: 16px;
    }

    .desktop_medium\:gap-x-25p {
        -moz-column-gap: 25px;
        column-gap: 25px;
    }

    .desktop_medium\:gap-x-48p {
        -moz-column-gap: 48%;
        column-gap: 48%;
    }

    .desktop_medium\:gap-x-52p {
        -moz-column-gap: 52%;
        column-gap: 52%;
    }

    .desktop_medium\:gap-y-0 {
        row-gap: 0px;
    }

    .desktop_medium\:gap-y-1 {
        row-gap: 0.25rem;
    }

    .desktop_medium\:gap-y-2 {
        row-gap: 0.5rem;
    }

    .desktop_medium\:gap-y-3 {
        row-gap: 0.75rem;
    }

    .desktop_medium\:gap-y-4 {
        row-gap: 1rem;
    }

    .desktop_medium\:gap-y-5 {
        row-gap: 1.25rem;
    }

    .desktop_medium\:gap-y-6 {
        row-gap: 1.5rem;
    }

    .desktop_medium\:gap-y-7 {
        row-gap: 1.75rem;
    }

    .desktop_medium\:gap-y-8 {
        row-gap: 2rem;
    }

    .desktop_medium\:gap-y-9 {
        row-gap: 2.25rem;
    }

    .desktop_medium\:gap-y-10 {
        row-gap: 2.5rem;
    }

    .desktop_medium\:gap-y-11 {
        row-gap: 2.75rem;
    }

    .desktop_medium\:gap-y-12 {
        row-gap: 3rem;
    }

    .desktop_medium\:gap-y-14 {
        row-gap: 3.5rem;
    }

    .desktop_medium\:gap-y-16 {
        row-gap: 4rem;
    }

    .desktop_medium\:gap-y-18 {
        row-gap: 4.375rem;
    }

    .desktop_medium\:gap-y-19 {
        row-gap: 76px;
    }

    .desktop_medium\:gap-y-20 {
        row-gap: 5rem;
    }

    .desktop_medium\:gap-y-24 {
        row-gap: 6rem;
    }

    .desktop_medium\:gap-y-28 {
        row-gap: 7rem;
    }

    .desktop_medium\:gap-y-30 {
        row-gap: 120px;
    }

    .desktop_medium\:gap-y-32 {
        row-gap: 8rem;
    }

    .desktop_medium\:gap-y-36 {
        row-gap: 9rem;
    }

    .desktop_medium\:gap-y-40 {
        row-gap: 10rem;
    }

    .desktop_medium\:gap-y-44 {
        row-gap: 11rem;
    }

    .desktop_medium\:gap-y-48 {
        row-gap: 12rem;
    }

    .desktop_medium\:gap-y-52 {
        row-gap: 13rem;
    }

    .desktop_medium\:gap-y-56 {
        row-gap: 14rem;
    }

    .desktop_medium\:gap-y-60 {
        row-gap: 15rem;
    }

    .desktop_medium\:gap-y-64 {
        row-gap: 16rem;
    }

    .desktop_medium\:gap-y-72 {
        row-gap: 18rem;
    }

    .desktop_medium\:gap-y-80 {
        row-gap: 20rem;
    }

    .desktop_medium\:gap-y-96 {
        row-gap: 24rem;
    }

    .desktop_medium\:gap-y-px {
        row-gap: 1px;
    }

    .desktop_medium\:gap-y-0\.5 {
        row-gap: 0.125rem;
    }

    .desktop_medium\:gap-y-1\.5 {
        row-gap: 0.375rem;
    }

    .desktop_medium\:gap-y-2\.5 {
        row-gap: 0.625rem;
    }

    .desktop_medium\:gap-y-3\.5 {
        row-gap: 0.875rem;
    }

    .desktop_medium\:gap-y-5p {
        row-gap: 5px;
    }

    .desktop_medium\:gap-y-10p {
        row-gap: 10px;
    }

    .desktop_medium\:gap-y-14p {
        row-gap: 14px;
    }

    .desktop_medium\:gap-y-15p {
        row-gap: 15px;
    }

    .desktop_medium\:gap-y-15_2 {
        row-gap: 60px;
    }

    .desktop_medium\:gap-y-16_1 {
        row-gap: 52px;
    }

    .desktop_medium\:gap-y-16p {
        row-gap: 16px;
    }

    .desktop_medium\:gap-y-25p {
        row-gap: 25px;
    }

    .desktop_medium\:gap-y-48p {
        row-gap: 48%;
    }

    .desktop_medium\:gap-y-52p {
        row-gap: 52%;
    }

    .desktop_medium\:space-x-0> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.25rem * var(--tw-space-x-reverse));
        margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-3> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.75rem * var(--tw-space-x-reverse));
        margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-4> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1rem * var(--tw-space-x-reverse));
        margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-6> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-7> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.75rem * var(--tw-space-x-reverse));
        margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-8> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2rem * var(--tw-space-x-reverse));
        margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-9> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.25rem * var(--tw-space-x-reverse));
        margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-10> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-11> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.75rem * var(--tw-space-x-reverse));
        margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-12> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3rem * var(--tw-space-x-reverse));
        margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-14> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3.5rem * var(--tw-space-x-reverse));
        margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-16> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(4rem * var(--tw-space-x-reverse));
        margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-18> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(4.375rem * var(--tw-space-x-reverse));
        margin-left: calc(4.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-19> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(76px * var(--tw-space-x-reverse));
        margin-left: calc(76px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-20> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(5rem * var(--tw-space-x-reverse));
        margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-24> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(6rem * var(--tw-space-x-reverse));
        margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-28> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(7rem * var(--tw-space-x-reverse));
        margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-30> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(120px * var(--tw-space-x-reverse));
        margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-32> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(8rem * var(--tw-space-x-reverse));
        margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-36> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(9rem * var(--tw-space-x-reverse));
        margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-40> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(10rem * var(--tw-space-x-reverse));
        margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-44> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(11rem * var(--tw-space-x-reverse));
        margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-48> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(12rem * var(--tw-space-x-reverse));
        margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-52> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(13rem * var(--tw-space-x-reverse));
        margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-56> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(14rem * var(--tw-space-x-reverse));
        margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-60> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(15rem * var(--tw-space-x-reverse));
        margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-64> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(16rem * var(--tw-space-x-reverse));
        margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-72> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(18rem * var(--tw-space-x-reverse));
        margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-80> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(20rem * var(--tw-space-x-reverse));
        margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-96> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(24rem * var(--tw-space-x-reverse));
        margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-px> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1px * var(--tw-space-x-reverse));
        margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.125rem * var(--tw-space-x-reverse));
        margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.375rem * var(--tw-space-x-reverse));
        margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.625rem * var(--tw-space-x-reverse));
        margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.875rem * var(--tw-space-x-reverse));
        margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(5px * var(--tw-space-x-reverse));
        margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(10px * var(--tw-space-x-reverse));
        margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(14px * var(--tw-space-x-reverse));
        margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(15px * var(--tw-space-x-reverse));
        margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(60px * var(--tw-space-x-reverse));
        margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(52px * var(--tw-space-x-reverse));
        margin-left: calc(52px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(16px * var(--tw-space-x-reverse));
        margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(25px * var(--tw-space-x-reverse));
        margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(48% * var(--tw-space-x-reverse));
        margin-left: calc(48% * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-x-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(52% * var(--tw-space-x-reverse));
        margin-left: calc(52% * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-0> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-3> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-4> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1rem * var(--tw-space-x-reverse));
        margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-6> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-7> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-8> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2rem * var(--tw-space-x-reverse));
        margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-9> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-10> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-11> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-12> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3rem * var(--tw-space-x-reverse));
        margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-14> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-16> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-4rem * var(--tw-space-x-reverse));
        margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-18> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-4.375rem * var(--tw-space-x-reverse));
        margin-left: calc(-4.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-19> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-76px * var(--tw-space-x-reverse));
        margin-left: calc(-76px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-20> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-5rem * var(--tw-space-x-reverse));
        margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-24> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-6rem * var(--tw-space-x-reverse));
        margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-28> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-7rem * var(--tw-space-x-reverse));
        margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-30> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-120px * var(--tw-space-x-reverse));
        margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-32> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-8rem * var(--tw-space-x-reverse));
        margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-36> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-9rem * var(--tw-space-x-reverse));
        margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-40> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-10rem * var(--tw-space-x-reverse));
        margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-44> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-11rem * var(--tw-space-x-reverse));
        margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-48> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-12rem * var(--tw-space-x-reverse));
        margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-52> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-13rem * var(--tw-space-x-reverse));
        margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-56> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-14rem * var(--tw-space-x-reverse));
        margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-60> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-15rem * var(--tw-space-x-reverse));
        margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-64> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-16rem * var(--tw-space-x-reverse));
        margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-72> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-18rem * var(--tw-space-x-reverse));
        margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-80> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-20rem * var(--tw-space-x-reverse));
        margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-96> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-24rem * var(--tw-space-x-reverse));
        margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-px> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1px * var(--tw-space-x-reverse));
        margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-5px * var(--tw-space-x-reverse));
        margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-10px * var(--tw-space-x-reverse));
        margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-14px * var(--tw-space-x-reverse));
        margin-left: calc(-14px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-15px * var(--tw-space-x-reverse));
        margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-60px * var(--tw-space-x-reverse));
        margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-52px * var(--tw-space-x-reverse));
        margin-left: calc(-52px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-16px * var(--tw-space-x-reverse));
        margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-25px * var(--tw-space-x-reverse));
        margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-48% * var(--tw-space-x-reverse));
        margin-left: calc(-48% * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:-space-x-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-52% * var(--tw-space-x-reverse));
        margin-left: calc(-52% * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop_medium\:space-y-0> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-3> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-4> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-6> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-7> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-8> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-9> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-10> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-11> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-12> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-14> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-16> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(4rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-18> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(4.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(4.375rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-19> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(76px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(76px * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-20> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-24> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(6rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-28> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(7rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-30> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(120px * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-32> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(8rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-36> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(9rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-40> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(10rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-44> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(11rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-48> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(12rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-52> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(13rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-56> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(14rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-60> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(15rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-64> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(16rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-72> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(18rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-80> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(20rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-96> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(24rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-px> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1px * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5px * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(10px * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(14px * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(15px * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(60px * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(52px * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(16px * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(25px * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(48% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(48% * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(52% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(52% * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-0> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-3> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-4> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-6> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-7> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-8> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-9> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-10> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-11> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-12> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-14> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-16> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-18> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-4.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-4.375rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-19> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-76px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-76px * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-20> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-24> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-28> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-30> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-120px * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-32> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-36> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-40> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-44> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-48> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-52> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-56> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-60> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-64> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-72> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-80> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-96> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-px> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1px * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-5px * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-10px * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-14px * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-15px * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-60px * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-52px * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-16px * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-25px * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-48% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-48% * var(--tw-space-y-reverse));
    }

    .desktop_medium\:-space-y-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-52% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-52% * var(--tw-space-y-reverse));
    }

    .desktop_medium\:space-y-reverse> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 1;
    }

    .desktop_medium\:space-x-reverse> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 1;
    }

    .desktop_medium\:divide-x-0> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(0px * var(--tw-divide-x-reverse));
        border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .desktop_medium\:divide-x-2> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(2px * var(--tw-divide-x-reverse));
        border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .desktop_medium\:divide-x-4> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(4px * var(--tw-divide-x-reverse));
        border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .desktop_medium\:divide-x-8> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(8px * var(--tw-divide-x-reverse));
        border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .desktop_medium\:divide-x> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(1px * var(--tw-divide-x-reverse));
        border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .desktop_medium\:divide-y-0> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
    }

    .desktop_medium\:divide-y-2> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
    }

    .desktop_medium\:divide-y-4> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
    }

    .desktop_medium\:divide-y-8> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
    }

    .desktop_medium\:divide-y> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
    }

    .desktop_medium\:divide-y-reverse> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 1;
    }

    .desktop_medium\:divide-x-reverse> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 1;
    }

    .desktop_medium\:divide-solid> :not([hidden])~ :not([hidden]) {
        border-style: solid;
    }

    .desktop_medium\:divide-dashed> :not([hidden])~ :not([hidden]) {
        border-style: dashed;
    }

    .desktop_medium\:divide-dotted> :not([hidden])~ :not([hidden]) {
        border-style: dotted;
    }

    .desktop_medium\:divide-double> :not([hidden])~ :not([hidden]) {
        border-style: double;
    }

    .desktop_medium\:divide-none> :not([hidden])~ :not([hidden]) {
        border-style: none;
    }

    .desktop_medium\:divide-transparent> :not([hidden])~ :not([hidden]) {
        border-color: transparent;
    }

    .desktop_medium\:divide-current> :not([hidden])~ :not([hidden]) {
        border-color: currentColor;
    }

    .desktop_medium\:divide-black> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-white> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-gray-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-gray-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-gray-200> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-gray-300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-gray-400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-gray-500> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-gray-600> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-gray-700> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-gray-800> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-gray-900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-red-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-red-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-red-200> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-red-300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-red-400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-red-500> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-red-600> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-red-700> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-red-800> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-red-900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-yellow> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-indigo-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-indigo-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-indigo-200> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-indigo-300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-indigo-400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-indigo-500> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-indigo-600> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-indigo-700> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-indigo-800> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-indigo-900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-purple> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-pink> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-primary> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-secondary> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-body_bg> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-body_text> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-title> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-dark_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-light_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-medium_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-lightten_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-grey_300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-grey_400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-medium_blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-dark_blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-text_blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-footer_bg> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-brown> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-dark_brown> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-Light_purple> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-dark_green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-medium_green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-light_green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-green_900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-dark_border> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-divide-opacity));
    }

    .desktop_medium\:divide-opacity-0> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0;
    }

    .desktop_medium\:divide-opacity-5> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.05;
    }

    .desktop_medium\:divide-opacity-10> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.1;
    }

    .desktop_medium\:divide-opacity-20> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.2;
    }

    .desktop_medium\:divide-opacity-25> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.25;
    }

    .desktop_medium\:divide-opacity-30> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.3;
    }

    .desktop_medium\:divide-opacity-40> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.4;
    }

    .desktop_medium\:divide-opacity-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.5;
    }

    .desktop_medium\:divide-opacity-60> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.6;
    }

    .desktop_medium\:divide-opacity-70> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.7;
    }

    .desktop_medium\:divide-opacity-75> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.75;
    }

    .desktop_medium\:divide-opacity-80> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.8;
    }

    .desktop_medium\:divide-opacity-90> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.9;
    }

    .desktop_medium\:divide-opacity-95> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.95;
    }

    .desktop_medium\:divide-opacity-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
    }

    .desktop_medium\:place-self-auto {
        place-self: auto;
    }

    .desktop_medium\:place-self-start {
        place-self: start;
    }

    .desktop_medium\:place-self-end {
        place-self: end;
    }

    .desktop_medium\:place-self-center {
        place-self: center;
    }

    .desktop_medium\:place-self-stretch {
        place-self: stretch;
    }

    .desktop_medium\:self-auto {
        align-self: auto;
    }

    .desktop_medium\:self-start {
        align-self: flex-start;
    }

    .desktop_medium\:self-end {
        align-self: flex-end;
    }

    .desktop_medium\:self-center {
        align-self: center;
    }

    .desktop_medium\:self-stretch {
        align-self: stretch;
    }

    .desktop_medium\:self-baseline {
        align-self: baseline;
    }

    .desktop_medium\:justify-self-auto {
        justify-self: auto;
    }

    .desktop_medium\:justify-self-start {
        justify-self: start;
    }

    .desktop_medium\:justify-self-end {
        justify-self: end;
    }

    .desktop_medium\:justify-self-center {
        justify-self: center;
    }

    .desktop_medium\:justify-self-stretch {
        justify-self: stretch;
    }

    .desktop_medium\:overflow-auto {
        overflow: auto;
    }

    .desktop_medium\:overflow-hidden {
        overflow: hidden;
    }

    .desktop_medium\:overflow-visible {
        overflow: visible;
    }

    .desktop_medium\:overflow-scroll {
        overflow: scroll;
    }

    .desktop_medium\:overflow-x-auto {
        overflow-x: auto;
    }

    .desktop_medium\:overflow-y-auto {
        overflow-y: auto;
    }

    .desktop_medium\:overflow-x-hidden {
        overflow-x: hidden;
    }

    .desktop_medium\:overflow-y-hidden {
        overflow-y: hidden;
    }

    .desktop_medium\:overflow-x-visible {
        overflow-x: visible;
    }

    .desktop_medium\:overflow-y-visible {
        overflow-y: visible;
    }

    .desktop_medium\:overflow-x-scroll {
        overflow-x: scroll;
    }

    .desktop_medium\:overflow-y-scroll {
        overflow-y: scroll;
    }

    .desktop_medium\:overscroll-auto {
        -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
    }

    .desktop_medium\:overscroll-contain {
        -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    }

    .desktop_medium\:overscroll-none {
        -ms-scroll-chaining: none;
        overscroll-behavior: none;
    }

    .desktop_medium\:overscroll-y-auto {
        overscroll-behavior-y: auto;
    }

    .desktop_medium\:overscroll-y-contain {
        overscroll-behavior-y: contain;
    }

    .desktop_medium\:overscroll-y-none {
        overscroll-behavior-y: none;
    }

    .desktop_medium\:overscroll-x-auto {
        overscroll-behavior-x: auto;
    }

    .desktop_medium\:overscroll-x-contain {
        overscroll-behavior-x: contain;
    }

    .desktop_medium\:overscroll-x-none {
        overscroll-behavior-x: none;
    }

    .desktop_medium\:truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .desktop_medium\:overflow-ellipsis {
        text-overflow: ellipsis;
    }

    .desktop_medium\:overflow-clip {
        text-overflow: clip;
    }

    .desktop_medium\:whitespace-normal {
        white-space: normal;
    }

    .desktop_medium\:whitespace-nowrap {
        white-space: nowrap;
    }

    .desktop_medium\:whitespace-pre {
        white-space: pre;
    }

    .desktop_medium\:whitespace-pre-line {
        white-space: pre-line;
    }

    .desktop_medium\:whitespace-pre-wrap {
        white-space: pre-wrap;
    }

    .desktop_medium\:break-normal {
        overflow-wrap: normal;
        word-break: normal;
    }

    .desktop_medium\:break-words {
        overflow-wrap: break-word;
    }

    .desktop_medium\:break-all {
        word-break: break-all;
    }

    .desktop_medium\:rounded-none {
        border-radius: 0px;
    }

    .desktop_medium\:rounded-sm {
        border-radius: 0.125rem;
    }

    .desktop_medium\:rounded {
        border-radius: 0.25rem;
    }

    .desktop_medium\:rounded-md {
        border-radius: 0.375rem;
    }

    .desktop_medium\:rounded-lg {
        border-radius: 0.5rem;
    }

    .desktop_medium\:rounded-xl {
        border-radius: 0.75rem;
    }

    .desktop_medium\:rounded-2xl {
        border-radius: 1rem;
    }

    .desktop_medium\:rounded-3xl {
        border-radius: 1.5rem;
    }

    .desktop_medium\:rounded-full {
        border-radius: 9999px;
    }

    .desktop_medium\:rounded-btn {
        border-radius: 31px;
    }

    .desktop_medium\:rounded-10p {
        border-radius: 10px;
    }

    .desktop_medium\:rounded-t-none {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .desktop_medium\:rounded-t-sm {
        border-top-left-radius: 0.125rem;
        border-top-right-radius: 0.125rem;
    }

    .desktop_medium\:rounded-t {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .desktop_medium\:rounded-t-md {
        border-top-left-radius: 0.375rem;
        border-top-right-radius: 0.375rem;
    }

    .desktop_medium\:rounded-t-lg {
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
    }

    .desktop_medium\:rounded-t-xl {
        border-top-left-radius: 0.75rem;
        border-top-right-radius: 0.75rem;
    }

    .desktop_medium\:rounded-t-2xl {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }

    .desktop_medium\:rounded-t-3xl {
        border-top-left-radius: 1.5rem;
        border-top-right-radius: 1.5rem;
    }

    .desktop_medium\:rounded-t-full {
        border-top-left-radius: 9999px;
        border-top-right-radius: 9999px;
    }

    .desktop_medium\:rounded-t-btn {
        border-top-left-radius: 31px;
        border-top-right-radius: 31px;
    }

    .desktop_medium\:rounded-t-10p {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .desktop_medium\:rounded-r-none {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .desktop_medium\:rounded-r-sm {
        border-top-right-radius: 0.125rem;
        border-bottom-right-radius: 0.125rem;
    }

    .desktop_medium\:rounded-r {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }

    .desktop_medium\:rounded-r-md {
        border-top-right-radius: 0.375rem;
        border-bottom-right-radius: 0.375rem;
    }

    .desktop_medium\:rounded-r-lg {
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
    }

    .desktop_medium\:rounded-r-xl {
        border-top-right-radius: 0.75rem;
        border-bottom-right-radius: 0.75rem;
    }

    .desktop_medium\:rounded-r-2xl {
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }

    .desktop_medium\:rounded-r-3xl {
        border-top-right-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
    }

    .desktop_medium\:rounded-r-full {
        border-top-right-radius: 9999px;
        border-bottom-right-radius: 9999px;
    }

    .desktop_medium\:rounded-r-btn {
        border-top-right-radius: 31px;
        border-bottom-right-radius: 31px;
    }

    .desktop_medium\:rounded-r-10p {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .desktop_medium\:rounded-b-none {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .desktop_medium\:rounded-b-sm {
        border-bottom-right-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }

    .desktop_medium\:rounded-b {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .desktop_medium\:rounded-b-md {
        border-bottom-right-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }

    .desktop_medium\:rounded-b-lg {
        border-bottom-right-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }

    .desktop_medium\:rounded-b-xl {
        border-bottom-right-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }

    .desktop_medium\:rounded-b-2xl {
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }

    .desktop_medium\:rounded-b-3xl {
        border-bottom-right-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }

    .desktop_medium\:rounded-b-full {
        border-bottom-right-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }

    .desktop_medium\:rounded-b-btn {
        border-bottom-right-radius: 31px;
        border-bottom-left-radius: 31px;
    }

    .desktop_medium\:rounded-b-10p {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .desktop_medium\:rounded-l-none {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .desktop_medium\:rounded-l-sm {
        border-top-left-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }

    .desktop_medium\:rounded-l {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .desktop_medium\:rounded-l-md {
        border-top-left-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }

    .desktop_medium\:rounded-l-lg {
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }

    .desktop_medium\:rounded-l-xl {
        border-top-left-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }

    .desktop_medium\:rounded-l-2xl {
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }

    .desktop_medium\:rounded-l-3xl {
        border-top-left-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }

    .desktop_medium\:rounded-l-full {
        border-top-left-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }

    .desktop_medium\:rounded-l-btn {
        border-top-left-radius: 31px;
        border-bottom-left-radius: 31px;
    }

    .desktop_medium\:rounded-l-10p {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .desktop_medium\:rounded-tl-none {
        border-top-left-radius: 0px;
    }

    .desktop_medium\:rounded-tl-sm {
        border-top-left-radius: 0.125rem;
    }

    .desktop_medium\:rounded-tl {
        border-top-left-radius: 0.25rem;
    }

    .desktop_medium\:rounded-tl-md {
        border-top-left-radius: 0.375rem;
    }

    .desktop_medium\:rounded-tl-lg {
        border-top-left-radius: 0.5rem;
    }

    .desktop_medium\:rounded-tl-xl {
        border-top-left-radius: 0.75rem;
    }

    .desktop_medium\:rounded-tl-2xl {
        border-top-left-radius: 1rem;
    }

    .desktop_medium\:rounded-tl-3xl {
        border-top-left-radius: 1.5rem;
    }

    .desktop_medium\:rounded-tl-full {
        border-top-left-radius: 9999px;
    }

    .desktop_medium\:rounded-tl-btn {
        border-top-left-radius: 31px;
    }

    .desktop_medium\:rounded-tl-10p {
        border-top-left-radius: 10px;
    }

    .desktop_medium\:rounded-tr-none {
        border-top-right-radius: 0px;
    }

    .desktop_medium\:rounded-tr-sm {
        border-top-right-radius: 0.125rem;
    }

    .desktop_medium\:rounded-tr {
        border-top-right-radius: 0.25rem;
    }

    .desktop_medium\:rounded-tr-md {
        border-top-right-radius: 0.375rem;
    }

    .desktop_medium\:rounded-tr-lg {
        border-top-right-radius: 0.5rem;
    }

    .desktop_medium\:rounded-tr-xl {
        border-top-right-radius: 0.75rem;
    }

    .desktop_medium\:rounded-tr-2xl {
        border-top-right-radius: 1rem;
    }

    .desktop_medium\:rounded-tr-3xl {
        border-top-right-radius: 1.5rem;
    }

    .desktop_medium\:rounded-tr-full {
        border-top-right-radius: 9999px;
    }

    .desktop_medium\:rounded-tr-btn {
        border-top-right-radius: 31px;
    }

    .desktop_medium\:rounded-tr-10p {
        border-top-right-radius: 10px;
    }

    .desktop_medium\:rounded-br-none {
        border-bottom-right-radius: 0px;
    }

    .desktop_medium\:rounded-br-sm {
        border-bottom-right-radius: 0.125rem;
    }

    .desktop_medium\:rounded-br {
        border-bottom-right-radius: 0.25rem;
    }

    .desktop_medium\:rounded-br-md {
        border-bottom-right-radius: 0.375rem;
    }

    .desktop_medium\:rounded-br-lg {
        border-bottom-right-radius: 0.5rem;
    }

    .desktop_medium\:rounded-br-xl {
        border-bottom-right-radius: 0.75rem;
    }

    .desktop_medium\:rounded-br-2xl {
        border-bottom-right-radius: 1rem;
    }

    .desktop_medium\:rounded-br-3xl {
        border-bottom-right-radius: 1.5rem;
    }

    .desktop_medium\:rounded-br-full {
        border-bottom-right-radius: 9999px;
    }

    .desktop_medium\:rounded-br-btn {
        border-bottom-right-radius: 31px;
    }

    .desktop_medium\:rounded-br-10p {
        border-bottom-right-radius: 10px;
    }

    .desktop_medium\:rounded-bl-none {
        border-bottom-left-radius: 0px;
    }

    .desktop_medium\:rounded-bl-sm {
        border-bottom-left-radius: 0.125rem;
    }

    .desktop_medium\:rounded-bl {
        border-bottom-left-radius: 0.25rem;
    }

    .desktop_medium\:rounded-bl-md {
        border-bottom-left-radius: 0.375rem;
    }

    .desktop_medium\:rounded-bl-lg {
        border-bottom-left-radius: 0.5rem;
    }

    .desktop_medium\:rounded-bl-xl {
        border-bottom-left-radius: 0.75rem;
    }

    .desktop_medium\:rounded-bl-2xl {
        border-bottom-left-radius: 1rem;
    }

    .desktop_medium\:rounded-bl-3xl {
        border-bottom-left-radius: 1.5rem;
    }

    .desktop_medium\:rounded-bl-full {
        border-bottom-left-radius: 9999px;
    }

    .desktop_medium\:rounded-bl-btn {
        border-bottom-left-radius: 31px;
    }

    .desktop_medium\:rounded-bl-10p {
        border-bottom-left-radius: 10px;
    }

    .desktop_medium\:border-0 {
        border-width: 0px;
    }

    .desktop_medium\:border-2 {
        border-width: 2px;
    }

    .desktop_medium\:border-4 {
        border-width: 4px;
    }

    .desktop_medium\:border-8 {
        border-width: 8px;
    }

    .desktop_medium\:border {
        border-width: 1px;
    }

    .desktop_medium\:border-t-0 {
        border-top-width: 0px;
    }

    .desktop_medium\:border-t-2 {
        border-top-width: 2px;
    }

    .desktop_medium\:border-t-4 {
        border-top-width: 4px;
    }

    .desktop_medium\:border-t-8 {
        border-top-width: 8px;
    }

    .desktop_medium\:border-t {
        border-top-width: 1px;
    }

    .desktop_medium\:border-r-0 {
        border-right-width: 0px;
    }

    .desktop_medium\:border-r-2 {
        border-right-width: 2px;
    }

    .desktop_medium\:border-r-4 {
        border-right-width: 4px;
    }

    .desktop_medium\:border-r-8 {
        border-right-width: 8px;
    }

    .desktop_medium\:border-r {
        border-right-width: 1px;
    }

    .desktop_medium\:border-b-0 {
        border-bottom-width: 0px;
    }

    .desktop_medium\:border-b-2 {
        border-bottom-width: 2px;
    }

    .desktop_medium\:border-b-4 {
        border-bottom-width: 4px;
    }

    .desktop_medium\:border-b-8 {
        border-bottom-width: 8px;
    }

    .desktop_medium\:border-b {
        border-bottom-width: 1px;
    }

    .desktop_medium\:border-l-0 {
        border-left-width: 0px;
    }

    .desktop_medium\:border-l-2 {
        border-left-width: 2px;
    }

    .desktop_medium\:border-l-4 {
        border-left-width: 4px;
    }

    .desktop_medium\:border-l-8 {
        border-left-width: 8px;
    }

    .desktop_medium\:border-l {
        border-left-width: 1px;
    }

    .desktop_medium\:border-solid {
        border-style: solid;
    }

    .desktop_medium\:border-dashed {
        border-style: dashed;
    }

    .desktop_medium\:border-dotted {
        border-style: dotted;
    }

    .desktop_medium\:border-double {
        border-style: double;
    }

    .desktop_medium\:border-none {
        border-style: none;
    }

    .desktop_medium\:border-transparent {
        border-color: transparent;
    }

    .desktop_medium\:border-current {
        border-color: currentColor;
    }

    .desktop_medium\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .desktop_medium\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .desktop_medium\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .desktop_medium\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .desktop_medium\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .desktop_medium\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .desktop_medium\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .desktop_medium\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .desktop_medium\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .desktop_medium\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .desktop_medium\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .desktop_medium\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .desktop_medium\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .desktop_medium\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .desktop_medium\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .desktop_medium\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .desktop_medium\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .desktop_medium\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .desktop_medium\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .desktop_medium\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .desktop_medium\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .desktop_medium\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .desktop_medium\:border-yellow {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .desktop_medium\:border-green {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .desktop_medium\:border-blue {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .desktop_medium\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .desktop_medium\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .desktop_medium\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .desktop_medium\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .desktop_medium\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .desktop_medium\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .desktop_medium\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .desktop_medium\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .desktop_medium\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .desktop_medium\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .desktop_medium\:border-purple {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .desktop_medium\:border-pink {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .desktop_medium\:border-primary {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .desktop_medium\:border-secondary {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .desktop_medium\:border-body_bg {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .desktop_medium\:border-body_text {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .desktop_medium\:border-title {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .desktop_medium\:border-grey {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .desktop_medium\:border-dark_grey {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .desktop_medium\:border-light_grey {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .desktop_medium\:border-medium_grey {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .desktop_medium\:border-lightten_grey {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .desktop_medium\:border-grey_300 {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .desktop_medium\:border-grey_400 {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .desktop_medium\:border-medium_blue {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .desktop_medium\:border-dark_blue {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .desktop_medium\:border-text_blue {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .desktop_medium\:border-footer_bg {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .desktop_medium\:border-brown {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .desktop_medium\:border-dark_brown {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .desktop_medium\:border-Light_purple {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .desktop_medium\:border-dark_green {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .desktop_medium\:border-medium_green {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .desktop_medium\:border-light_green {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .desktop_medium\:border-green_900 {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .desktop_medium\:border-dark_border {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-transparent {
        border-color: transparent;
    }

    .group:hover .desktop_medium\:group-hover\:border-current {
        border-color: currentColor;
    }

    .group:hover .desktop_medium\:group-hover\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-yellow {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-green {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-blue {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-purple {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-pink {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-primary {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-secondary {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-body_bg {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-body_text {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-title {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-grey {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-dark_grey {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-light_grey {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-medium_grey {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-lightten_grey {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-grey_300 {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-grey_400 {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-medium_blue {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-dark_blue {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-text_blue {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-footer_bg {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-brown {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-dark_brown {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-Light_purple {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-dark_green {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-medium_green {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-light_green {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-green_900 {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:border-dark_border {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-transparent:focus-within {
        border-color: transparent;
    }

    .desktop_medium\:focus-within\:border-current:focus-within {
        border-color: currentColor;
    }

    .desktop_medium\:focus-within\:border-black:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-white:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-gray-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-gray-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-gray-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-gray-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-gray-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-gray-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-gray-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-gray-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-gray-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-gray-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-red-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-red-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-red-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-red-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-red-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-red-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-red-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-red-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-red-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-red-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-yellow:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-indigo-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-indigo-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-indigo-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-indigo-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-indigo-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-indigo-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-indigo-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-indigo-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-indigo-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-indigo-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-purple:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-pink:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-primary:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-secondary:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-body_bg:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-body_text:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-title:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-dark_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-light_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-medium_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-lightten_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-grey_300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-grey_400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-medium_blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-dark_blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-text_blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-footer_bg:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-brown:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-dark_brown:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-Light_purple:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-dark_green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-medium_green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-light_green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-green_900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .desktop_medium\:focus-within\:border-dark_border:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-transparent:hover {
        border-color: transparent;
    }

    .desktop_medium\:hover\:border-current:hover {
        border-color: currentColor;
    }

    .desktop_medium\:hover\:border-black:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-white:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-gray-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-gray-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-gray-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-gray-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-gray-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-gray-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-gray-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-gray-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-gray-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-gray-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-red-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-red-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-red-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-red-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-red-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-red-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-red-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-red-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-red-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-red-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-yellow:hover {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-indigo-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-indigo-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-indigo-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-indigo-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-indigo-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-indigo-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-indigo-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-indigo-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-indigo-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-indigo-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-purple:hover {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-pink:hover {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-primary:hover {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-secondary:hover {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-body_bg:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-body_text:hover {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-title:hover {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-dark_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-light_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-medium_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-lightten_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-grey_300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-grey_400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-medium_blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-dark_blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-text_blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-footer_bg:hover {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-brown:hover {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-dark_brown:hover {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-Light_purple:hover {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-dark_green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-medium_green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-light_green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-green_900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .desktop_medium\:hover\:border-dark_border:hover {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-transparent:focus {
        border-color: transparent;
    }

    .desktop_medium\:focus\:border-current:focus {
        border-color: currentColor;
    }

    .desktop_medium\:focus\:border-black:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-white:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-gray-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-gray-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-gray-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-gray-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-gray-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-gray-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-gray-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-gray-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-gray-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-gray-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-red-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-red-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-red-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-red-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-red-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-red-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-red-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-red-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-red-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-red-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-yellow:focus {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-indigo-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-indigo-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-indigo-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-indigo-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-indigo-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-indigo-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-indigo-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-indigo-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-indigo-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-indigo-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-purple:focus {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-pink:focus {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-primary:focus {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-secondary:focus {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-body_bg:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-body_text:focus {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-title:focus {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-dark_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-light_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-medium_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-lightten_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-grey_300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-grey_400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-medium_blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-dark_blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-text_blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-footer_bg:focus {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-brown:focus {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-dark_brown:focus {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-Light_purple:focus {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-dark_green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-medium_green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-light_green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-green_900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .desktop_medium\:focus\:border-dark_border:focus {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .desktop_medium\:border-opacity-0 {
        --tw-border-opacity: 0;
    }

    .desktop_medium\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }

    .desktop_medium\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }

    .desktop_medium\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }

    .desktop_medium\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }

    .desktop_medium\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }

    .desktop_medium\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }

    .desktop_medium\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }

    .desktop_medium\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }

    .desktop_medium\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }

    .desktop_medium\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }

    .desktop_medium\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }

    .desktop_medium\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }

    .desktop_medium\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }

    .desktop_medium\:border-opacity-100 {
        --tw-border-opacity: 1;
    }

    .group:hover .desktop_medium\:group-hover\:border-opacity-0 {
        --tw-border-opacity: 0;
    }

    .group:hover .desktop_medium\:group-hover\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }

    .group:hover .desktop_medium\:group-hover\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }

    .group:hover .desktop_medium\:group-hover\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }

    .group:hover .desktop_medium\:group-hover\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }

    .group:hover .desktop_medium\:group-hover\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }

    .group:hover .desktop_medium\:group-hover\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }

    .group:hover .desktop_medium\:group-hover\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }

    .group:hover .desktop_medium\:group-hover\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }

    .group:hover .desktop_medium\:group-hover\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }

    .group:hover .desktop_medium\:group-hover\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }

    .group:hover .desktop_medium\:group-hover\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }

    .group:hover .desktop_medium\:group-hover\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }

    .group:hover .desktop_medium\:group-hover\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }

    .group:hover .desktop_medium\:group-hover\:border-opacity-100 {
        --tw-border-opacity: 1;
    }

    .desktop_medium\:focus-within\:border-opacity-0:focus-within {
        --tw-border-opacity: 0;
    }

    .desktop_medium\:focus-within\:border-opacity-5:focus-within {
        --tw-border-opacity: 0.05;
    }

    .desktop_medium\:focus-within\:border-opacity-10:focus-within {
        --tw-border-opacity: 0.1;
    }

    .desktop_medium\:focus-within\:border-opacity-20:focus-within {
        --tw-border-opacity: 0.2;
    }

    .desktop_medium\:focus-within\:border-opacity-25:focus-within {
        --tw-border-opacity: 0.25;
    }

    .desktop_medium\:focus-within\:border-opacity-30:focus-within {
        --tw-border-opacity: 0.3;
    }

    .desktop_medium\:focus-within\:border-opacity-40:focus-within {
        --tw-border-opacity: 0.4;
    }

    .desktop_medium\:focus-within\:border-opacity-50:focus-within {
        --tw-border-opacity: 0.5;
    }

    .desktop_medium\:focus-within\:border-opacity-60:focus-within {
        --tw-border-opacity: 0.6;
    }

    .desktop_medium\:focus-within\:border-opacity-70:focus-within {
        --tw-border-opacity: 0.7;
    }

    .desktop_medium\:focus-within\:border-opacity-75:focus-within {
        --tw-border-opacity: 0.75;
    }

    .desktop_medium\:focus-within\:border-opacity-80:focus-within {
        --tw-border-opacity: 0.8;
    }

    .desktop_medium\:focus-within\:border-opacity-90:focus-within {
        --tw-border-opacity: 0.9;
    }

    .desktop_medium\:focus-within\:border-opacity-95:focus-within {
        --tw-border-opacity: 0.95;
    }

    .desktop_medium\:focus-within\:border-opacity-100:focus-within {
        --tw-border-opacity: 1;
    }

    .desktop_medium\:hover\:border-opacity-0:hover {
        --tw-border-opacity: 0;
    }

    .desktop_medium\:hover\:border-opacity-5:hover {
        --tw-border-opacity: 0.05;
    }

    .desktop_medium\:hover\:border-opacity-10:hover {
        --tw-border-opacity: 0.1;
    }

    .desktop_medium\:hover\:border-opacity-20:hover {
        --tw-border-opacity: 0.2;
    }

    .desktop_medium\:hover\:border-opacity-25:hover {
        --tw-border-opacity: 0.25;
    }

    .desktop_medium\:hover\:border-opacity-30:hover {
        --tw-border-opacity: 0.3;
    }

    .desktop_medium\:hover\:border-opacity-40:hover {
        --tw-border-opacity: 0.4;
    }

    .desktop_medium\:hover\:border-opacity-50:hover {
        --tw-border-opacity: 0.5;
    }

    .desktop_medium\:hover\:border-opacity-60:hover {
        --tw-border-opacity: 0.6;
    }

    .desktop_medium\:hover\:border-opacity-70:hover {
        --tw-border-opacity: 0.7;
    }

    .desktop_medium\:hover\:border-opacity-75:hover {
        --tw-border-opacity: 0.75;
    }

    .desktop_medium\:hover\:border-opacity-80:hover {
        --tw-border-opacity: 0.8;
    }

    .desktop_medium\:hover\:border-opacity-90:hover {
        --tw-border-opacity: 0.9;
    }

    .desktop_medium\:hover\:border-opacity-95:hover {
        --tw-border-opacity: 0.95;
    }

    .desktop_medium\:hover\:border-opacity-100:hover {
        --tw-border-opacity: 1;
    }

    .desktop_medium\:focus\:border-opacity-0:focus {
        --tw-border-opacity: 0;
    }

    .desktop_medium\:focus\:border-opacity-5:focus {
        --tw-border-opacity: 0.05;
    }

    .desktop_medium\:focus\:border-opacity-10:focus {
        --tw-border-opacity: 0.1;
    }

    .desktop_medium\:focus\:border-opacity-20:focus {
        --tw-border-opacity: 0.2;
    }

    .desktop_medium\:focus\:border-opacity-25:focus {
        --tw-border-opacity: 0.25;
    }

    .desktop_medium\:focus\:border-opacity-30:focus {
        --tw-border-opacity: 0.3;
    }

    .desktop_medium\:focus\:border-opacity-40:focus {
        --tw-border-opacity: 0.4;
    }

    .desktop_medium\:focus\:border-opacity-50:focus {
        --tw-border-opacity: 0.5;
    }

    .desktop_medium\:focus\:border-opacity-60:focus {
        --tw-border-opacity: 0.6;
    }

    .desktop_medium\:focus\:border-opacity-70:focus {
        --tw-border-opacity: 0.7;
    }

    .desktop_medium\:focus\:border-opacity-75:focus {
        --tw-border-opacity: 0.75;
    }

    .desktop_medium\:focus\:border-opacity-80:focus {
        --tw-border-opacity: 0.8;
    }

    .desktop_medium\:focus\:border-opacity-90:focus {
        --tw-border-opacity: 0.9;
    }

    .desktop_medium\:focus\:border-opacity-95:focus {
        --tw-border-opacity: 0.95;
    }

    .desktop_medium\:focus\:border-opacity-100:focus {
        --tw-border-opacity: 1;
    }

    .desktop_medium\:bg-transparent {
        background-color: transparent;
    }

    .desktop_medium\:bg-current {
        background-color: currentColor;
    }

    .desktop_medium\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-yellow {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-green {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-blue {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-purple {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-pink {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-primary {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-secondary {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-body_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-body_text {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-title {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-grey {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-dark_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-light_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-medium_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-lightten_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-grey_300 {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-grey_400 {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-medium_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-dark_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-text_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-footer_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-brown {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-dark_brown {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-Light_purple {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-dark_green {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-medium_green {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-light_green {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-green_900 {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-dark_border {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-transparent {
        background-color: transparent;
    }

    .group:hover .desktop_medium\:group-hover\:bg-current {
        background-color: currentColor;
    }

    .group:hover .desktop_medium\:group-hover\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-yellow {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-green {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-blue {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-purple {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-pink {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-primary {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-secondary {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-body_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-body_text {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-title {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-grey {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-dark_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-light_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-medium_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-lightten_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-grey_300 {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-grey_400 {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-medium_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-dark_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-text_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-footer_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-brown {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-dark_brown {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-Light_purple {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-dark_green {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-medium_green {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-light_green {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-green_900 {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:bg-dark_border {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-transparent:focus-within {
        background-color: transparent;
    }

    .desktop_medium\:focus-within\:bg-current:focus-within {
        background-color: currentColor;
    }

    .desktop_medium\:focus-within\:bg-black:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-white:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-gray-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-gray-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-gray-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-gray-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-gray-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-gray-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-gray-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-gray-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-gray-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-gray-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-red-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-red-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-red-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-red-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-red-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-red-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-red-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-red-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-red-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-red-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-yellow:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-indigo-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-indigo-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-indigo-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-indigo-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-indigo-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-indigo-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-indigo-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-indigo-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-indigo-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-indigo-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-purple:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-pink:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-primary:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-secondary:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-body_bg:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-body_text:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-title:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-dark_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-light_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-medium_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-lightten_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-grey_300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-grey_400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-medium_blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-dark_blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-text_blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-footer_bg:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-brown:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-dark_brown:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-Light_purple:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-dark_green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-medium_green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-light_green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-green_900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus-within\:bg-dark_border:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-transparent:hover {
        background-color: transparent;
    }

    .desktop_medium\:hover\:bg-current:hover {
        background-color: currentColor;
    }

    .desktop_medium\:hover\:bg-black:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-white:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-gray-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-gray-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-gray-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-gray-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-gray-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-gray-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-gray-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-gray-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-gray-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-gray-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-red-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-red-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-red-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-red-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-red-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-red-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-red-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-red-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-red-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-red-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-yellow:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-indigo-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-indigo-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-indigo-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-indigo-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-indigo-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-indigo-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-indigo-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-indigo-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-indigo-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-indigo-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-purple:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-pink:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-primary:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-secondary:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-body_bg:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-body_text:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-title:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-dark_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-light_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-medium_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-lightten_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-grey_300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-grey_400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-medium_blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-dark_blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-text_blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-footer_bg:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-brown:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-dark_brown:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-Light_purple:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-dark_green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-medium_green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-light_green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-green_900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .desktop_medium\:hover\:bg-dark_border:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-transparent:focus {
        background-color: transparent;
    }

    .desktop_medium\:focus\:bg-current:focus {
        background-color: currentColor;
    }

    .desktop_medium\:focus\:bg-black:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-white:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-gray-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-gray-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-gray-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-gray-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-gray-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-gray-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-gray-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-gray-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-gray-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-gray-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-red-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-red-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-red-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-red-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-red-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-red-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-red-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-red-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-red-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-red-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-yellow:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-indigo-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-indigo-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-indigo-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-indigo-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-indigo-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-indigo-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-indigo-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-indigo-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-indigo-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-indigo-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-purple:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-pink:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-primary:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-secondary:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-body_bg:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-body_text:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-title:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-dark_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-light_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-medium_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-lightten_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-grey_300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-grey_400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-medium_blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-dark_blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-text_blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-footer_bg:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-brown:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-dark_brown:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-Light_purple:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-dark_green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-medium_green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-light_green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-green_900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .desktop_medium\:focus\:bg-dark_border:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .desktop_medium\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }

    .desktop_medium\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }

    .desktop_medium\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }

    .desktop_medium\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }

    .desktop_medium\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }

    .desktop_medium\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }

    .desktop_medium\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }

    .desktop_medium\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }

    .desktop_medium\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }

    .desktop_medium\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }

    .desktop_medium\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }

    .desktop_medium\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }

    .desktop_medium\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }

    .desktop_medium\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }

    .desktop_medium\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }

    .group:hover .desktop_medium\:group-hover\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }

    .group:hover .desktop_medium\:group-hover\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }

    .group:hover .desktop_medium\:group-hover\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }

    .group:hover .desktop_medium\:group-hover\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }

    .group:hover .desktop_medium\:group-hover\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }

    .group:hover .desktop_medium\:group-hover\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }

    .group:hover .desktop_medium\:group-hover\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }

    .group:hover .desktop_medium\:group-hover\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }

    .group:hover .desktop_medium\:group-hover\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }

    .group:hover .desktop_medium\:group-hover\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }

    .group:hover .desktop_medium\:group-hover\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }

    .group:hover .desktop_medium\:group-hover\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }

    .group:hover .desktop_medium\:group-hover\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }

    .group:hover .desktop_medium\:group-hover\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }

    .group:hover .desktop_medium\:group-hover\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }

    .desktop_medium\:focus-within\:bg-opacity-0:focus-within {
        --tw-bg-opacity: 0;
    }

    .desktop_medium\:focus-within\:bg-opacity-5:focus-within {
        --tw-bg-opacity: 0.05;
    }

    .desktop_medium\:focus-within\:bg-opacity-10:focus-within {
        --tw-bg-opacity: 0.1;
    }

    .desktop_medium\:focus-within\:bg-opacity-20:focus-within {
        --tw-bg-opacity: 0.2;
    }

    .desktop_medium\:focus-within\:bg-opacity-25:focus-within {
        --tw-bg-opacity: 0.25;
    }

    .desktop_medium\:focus-within\:bg-opacity-30:focus-within {
        --tw-bg-opacity: 0.3;
    }

    .desktop_medium\:focus-within\:bg-opacity-40:focus-within {
        --tw-bg-opacity: 0.4;
    }

    .desktop_medium\:focus-within\:bg-opacity-50:focus-within {
        --tw-bg-opacity: 0.5;
    }

    .desktop_medium\:focus-within\:bg-opacity-60:focus-within {
        --tw-bg-opacity: 0.6;
    }

    .desktop_medium\:focus-within\:bg-opacity-70:focus-within {
        --tw-bg-opacity: 0.7;
    }

    .desktop_medium\:focus-within\:bg-opacity-75:focus-within {
        --tw-bg-opacity: 0.75;
    }

    .desktop_medium\:focus-within\:bg-opacity-80:focus-within {
        --tw-bg-opacity: 0.8;
    }

    .desktop_medium\:focus-within\:bg-opacity-90:focus-within {
        --tw-bg-opacity: 0.9;
    }

    .desktop_medium\:focus-within\:bg-opacity-95:focus-within {
        --tw-bg-opacity: 0.95;
    }

    .desktop_medium\:focus-within\:bg-opacity-100:focus-within {
        --tw-bg-opacity: 1;
    }

    .desktop_medium\:hover\:bg-opacity-0:hover {
        --tw-bg-opacity: 0;
    }

    .desktop_medium\:hover\:bg-opacity-5:hover {
        --tw-bg-opacity: 0.05;
    }

    .desktop_medium\:hover\:bg-opacity-10:hover {
        --tw-bg-opacity: 0.1;
    }

    .desktop_medium\:hover\:bg-opacity-20:hover {
        --tw-bg-opacity: 0.2;
    }

    .desktop_medium\:hover\:bg-opacity-25:hover {
        --tw-bg-opacity: 0.25;
    }

    .desktop_medium\:hover\:bg-opacity-30:hover {
        --tw-bg-opacity: 0.3;
    }

    .desktop_medium\:hover\:bg-opacity-40:hover {
        --tw-bg-opacity: 0.4;
    }

    .desktop_medium\:hover\:bg-opacity-50:hover {
        --tw-bg-opacity: 0.5;
    }

    .desktop_medium\:hover\:bg-opacity-60:hover {
        --tw-bg-opacity: 0.6;
    }

    .desktop_medium\:hover\:bg-opacity-70:hover {
        --tw-bg-opacity: 0.7;
    }

    .desktop_medium\:hover\:bg-opacity-75:hover {
        --tw-bg-opacity: 0.75;
    }

    .desktop_medium\:hover\:bg-opacity-80:hover {
        --tw-bg-opacity: 0.8;
    }

    .desktop_medium\:hover\:bg-opacity-90:hover {
        --tw-bg-opacity: 0.9;
    }

    .desktop_medium\:hover\:bg-opacity-95:hover {
        --tw-bg-opacity: 0.95;
    }

    .desktop_medium\:hover\:bg-opacity-100:hover {
        --tw-bg-opacity: 1;
    }

    .desktop_medium\:focus\:bg-opacity-0:focus {
        --tw-bg-opacity: 0;
    }

    .desktop_medium\:focus\:bg-opacity-5:focus {
        --tw-bg-opacity: 0.05;
    }

    .desktop_medium\:focus\:bg-opacity-10:focus {
        --tw-bg-opacity: 0.1;
    }

    .desktop_medium\:focus\:bg-opacity-20:focus {
        --tw-bg-opacity: 0.2;
    }

    .desktop_medium\:focus\:bg-opacity-25:focus {
        --tw-bg-opacity: 0.25;
    }

    .desktop_medium\:focus\:bg-opacity-30:focus {
        --tw-bg-opacity: 0.3;
    }

    .desktop_medium\:focus\:bg-opacity-40:focus {
        --tw-bg-opacity: 0.4;
    }

    .desktop_medium\:focus\:bg-opacity-50:focus {
        --tw-bg-opacity: 0.5;
    }

    .desktop_medium\:focus\:bg-opacity-60:focus {
        --tw-bg-opacity: 0.6;
    }

    .desktop_medium\:focus\:bg-opacity-70:focus {
        --tw-bg-opacity: 0.7;
    }

    .desktop_medium\:focus\:bg-opacity-75:focus {
        --tw-bg-opacity: 0.75;
    }

    .desktop_medium\:focus\:bg-opacity-80:focus {
        --tw-bg-opacity: 0.8;
    }

    .desktop_medium\:focus\:bg-opacity-90:focus {
        --tw-bg-opacity: 0.9;
    }

    .desktop_medium\:focus\:bg-opacity-95:focus {
        --tw-bg-opacity: 0.95;
    }

    .desktop_medium\:focus\:bg-opacity-100:focus {
        --tw-bg-opacity: 1;
    }

    .desktop_medium\:bg-none {
        background-image: none;
    }

    .desktop_medium\:bg-gradient-to-t {
        background-image: linear-gradient(to top, var(--tw-gradient-stops));
    }

    .desktop_medium\:bg-gradient-to-tr {
        background-image: linear-gradient(to top right, var(--tw-gradient-stops));
    }

    .desktop_medium\:bg-gradient-to-r {
        background-image: linear-gradient(to right, var(--tw-gradient-stops));
    }

    .desktop_medium\:bg-gradient-to-br {
        background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
    }

    .desktop_medium\:bg-gradient-to-b {
        background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    }

    .desktop_medium\:bg-gradient-to-bl {
        background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
    }

    .desktop_medium\:bg-gradient-to-l {
        background-image: linear-gradient(to left, var(--tw-gradient-stops));
    }

    .desktop_medium\:bg-gradient-to-tl {
        background-image: linear-gradient(to top left, var(--tw-gradient-stops));
    }

    .desktop_medium\:from-transparent {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop_medium\:from-current {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_medium\:from-black {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop_medium\:from-white {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_medium\:from-gray-50 {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .desktop_medium\:from-gray-100 {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .desktop_medium\:from-gray-200 {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .desktop_medium\:from-gray-300 {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .desktop_medium\:from-gray-400 {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .desktop_medium\:from-gray-500 {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .desktop_medium\:from-gray-600 {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .desktop_medium\:from-gray-700 {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .desktop_medium\:from-gray-800 {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .desktop_medium\:from-gray-900 {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .desktop_medium\:from-red-50 {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .desktop_medium\:from-red-100 {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .desktop_medium\:from-red-200 {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .desktop_medium\:from-red-300 {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .desktop_medium\:from-red-400 {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .desktop_medium\:from-red-500 {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .desktop_medium\:from-red-600 {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .desktop_medium\:from-red-700 {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .desktop_medium\:from-red-800 {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .desktop_medium\:from-red-900 {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .desktop_medium\:from-yellow {
        --tw-gradient-from: #ed9143;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .desktop_medium\:from-green {
        --tw-gradient-from: #7bbc00;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .desktop_medium\:from-blue {
        --tw-gradient-from: #5ba4dc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .desktop_medium\:from-indigo-50 {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .desktop_medium\:from-indigo-100 {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .desktop_medium\:from-indigo-200 {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .desktop_medium\:from-indigo-300 {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .desktop_medium\:from-indigo-400 {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .desktop_medium\:from-indigo-500 {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .desktop_medium\:from-indigo-600 {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .desktop_medium\:from-indigo-700 {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .desktop_medium\:from-indigo-800 {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .desktop_medium\:from-indigo-900 {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .desktop_medium\:from-purple {
        --tw-gradient-from: #6847c3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .desktop_medium\:from-pink {
        --tw-gradient-from: #850737;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .desktop_medium\:from-primary {
        --tw-gradient-from: #6E6E6E;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .desktop_medium\:from-secondary {
        --tw-gradient-from: #ededed;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .desktop_medium\:from-body_bg {
        --tw-gradient-from: #ffffff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_medium\:from-body_text {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop_medium\:from-title {
        --tw-gradient-from: #3fb2cf;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop_medium\:from-grey {
        --tw-gradient-from: #524A51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .desktop_medium\:from-dark_grey {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop_medium\:from-light_grey {
        --tw-gradient-from: #B7B7B7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop_medium\:from-medium_grey {
        --tw-gradient-from: #575156;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .desktop_medium\:from-lightten_grey {
        --tw-gradient-from: #C6C6C6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .desktop_medium\:from-grey_300 {
        --tw-gradient-from: #d3d3d3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .desktop_medium\:from-grey_400 {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop_medium\:from-medium_blue {
        --tw-gradient-from: #45cdfc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .desktop_medium\:from-dark_blue {
        --tw-gradient-from: #0080ac;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .desktop_medium\:from-text_blue {
        --tw-gradient-from: #3FB2CF;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop_medium\:from-footer_bg {
        --tw-gradient-from: #464646;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .desktop_medium\:from-brown {
        --tw-gradient-from: #805300;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .desktop_medium\:from-dark_brown {
        --tw-gradient-from: #874433;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .desktop_medium\:from-Light_purple {
        --tw-gradient-from: #65479b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .desktop_medium\:from-dark_green {
        --tw-gradient-from: #479b51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .desktop_medium\:from-medium_green {
        --tw-gradient-from: #3aac2b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .desktop_medium\:from-light_green {
        --tw-gradient-from: #9acb3e;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .desktop_medium\:from-green_900 {
        --tw-gradient-from: #396676;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .desktop_medium\:from-dark_border {
        --tw-gradient-from: #707070;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .desktop_medium\:hover\:from-transparent:hover {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop_medium\:hover\:from-current:hover {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_medium\:hover\:from-black:hover {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop_medium\:hover\:from-white:hover {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_medium\:hover\:from-gray-50:hover {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .desktop_medium\:hover\:from-gray-100:hover {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .desktop_medium\:hover\:from-gray-200:hover {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .desktop_medium\:hover\:from-gray-300:hover {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .desktop_medium\:hover\:from-gray-400:hover {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .desktop_medium\:hover\:from-gray-500:hover {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .desktop_medium\:hover\:from-gray-600:hover {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .desktop_medium\:hover\:from-gray-700:hover {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .desktop_medium\:hover\:from-gray-800:hover {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .desktop_medium\:hover\:from-gray-900:hover {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .desktop_medium\:hover\:from-red-50:hover {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .desktop_medium\:hover\:from-red-100:hover {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .desktop_medium\:hover\:from-red-200:hover {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .desktop_medium\:hover\:from-red-300:hover {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .desktop_medium\:hover\:from-red-400:hover {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .desktop_medium\:hover\:from-red-500:hover {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .desktop_medium\:hover\:from-red-600:hover {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .desktop_medium\:hover\:from-red-700:hover {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .desktop_medium\:hover\:from-red-800:hover {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .desktop_medium\:hover\:from-red-900:hover {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .desktop_medium\:hover\:from-yellow:hover {
        --tw-gradient-from: #ed9143;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .desktop_medium\:hover\:from-green:hover {
        --tw-gradient-from: #7bbc00;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .desktop_medium\:hover\:from-blue:hover {
        --tw-gradient-from: #5ba4dc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .desktop_medium\:hover\:from-indigo-50:hover {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .desktop_medium\:hover\:from-indigo-100:hover {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .desktop_medium\:hover\:from-indigo-200:hover {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .desktop_medium\:hover\:from-indigo-300:hover {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .desktop_medium\:hover\:from-indigo-400:hover {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .desktop_medium\:hover\:from-indigo-500:hover {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .desktop_medium\:hover\:from-indigo-600:hover {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .desktop_medium\:hover\:from-indigo-700:hover {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .desktop_medium\:hover\:from-indigo-800:hover {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .desktop_medium\:hover\:from-indigo-900:hover {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .desktop_medium\:hover\:from-purple:hover {
        --tw-gradient-from: #6847c3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .desktop_medium\:hover\:from-pink:hover {
        --tw-gradient-from: #850737;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .desktop_medium\:hover\:from-primary:hover {
        --tw-gradient-from: #6E6E6E;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .desktop_medium\:hover\:from-secondary:hover {
        --tw-gradient-from: #ededed;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .desktop_medium\:hover\:from-body_bg:hover {
        --tw-gradient-from: #ffffff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_medium\:hover\:from-body_text:hover {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop_medium\:hover\:from-title:hover {
        --tw-gradient-from: #3fb2cf;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop_medium\:hover\:from-grey:hover {
        --tw-gradient-from: #524A51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .desktop_medium\:hover\:from-dark_grey:hover {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop_medium\:hover\:from-light_grey:hover {
        --tw-gradient-from: #B7B7B7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop_medium\:hover\:from-medium_grey:hover {
        --tw-gradient-from: #575156;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .desktop_medium\:hover\:from-lightten_grey:hover {
        --tw-gradient-from: #C6C6C6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .desktop_medium\:hover\:from-grey_300:hover {
        --tw-gradient-from: #d3d3d3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .desktop_medium\:hover\:from-grey_400:hover {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop_medium\:hover\:from-medium_blue:hover {
        --tw-gradient-from: #45cdfc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .desktop_medium\:hover\:from-dark_blue:hover {
        --tw-gradient-from: #0080ac;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .desktop_medium\:hover\:from-text_blue:hover {
        --tw-gradient-from: #3FB2CF;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop_medium\:hover\:from-footer_bg:hover {
        --tw-gradient-from: #464646;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .desktop_medium\:hover\:from-brown:hover {
        --tw-gradient-from: #805300;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .desktop_medium\:hover\:from-dark_brown:hover {
        --tw-gradient-from: #874433;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .desktop_medium\:hover\:from-Light_purple:hover {
        --tw-gradient-from: #65479b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .desktop_medium\:hover\:from-dark_green:hover {
        --tw-gradient-from: #479b51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .desktop_medium\:hover\:from-medium_green:hover {
        --tw-gradient-from: #3aac2b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .desktop_medium\:hover\:from-light_green:hover {
        --tw-gradient-from: #9acb3e;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .desktop_medium\:hover\:from-green_900:hover {
        --tw-gradient-from: #396676;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .desktop_medium\:hover\:from-dark_border:hover {
        --tw-gradient-from: #707070;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .desktop_medium\:focus\:from-transparent:focus {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop_medium\:focus\:from-current:focus {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_medium\:focus\:from-black:focus {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop_medium\:focus\:from-white:focus {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_medium\:focus\:from-gray-50:focus {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .desktop_medium\:focus\:from-gray-100:focus {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .desktop_medium\:focus\:from-gray-200:focus {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .desktop_medium\:focus\:from-gray-300:focus {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .desktop_medium\:focus\:from-gray-400:focus {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .desktop_medium\:focus\:from-gray-500:focus {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .desktop_medium\:focus\:from-gray-600:focus {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .desktop_medium\:focus\:from-gray-700:focus {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .desktop_medium\:focus\:from-gray-800:focus {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .desktop_medium\:focus\:from-gray-900:focus {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .desktop_medium\:focus\:from-red-50:focus {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .desktop_medium\:focus\:from-red-100:focus {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .desktop_medium\:focus\:from-red-200:focus {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .desktop_medium\:focus\:from-red-300:focus {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .desktop_medium\:focus\:from-red-400:focus {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .desktop_medium\:focus\:from-red-500:focus {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .desktop_medium\:focus\:from-red-600:focus {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .desktop_medium\:focus\:from-red-700:focus {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .desktop_medium\:focus\:from-red-800:focus {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .desktop_medium\:focus\:from-red-900:focus {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .desktop_medium\:focus\:from-yellow:focus {
        --tw-gradient-from: #ed9143;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .desktop_medium\:focus\:from-green:focus {
        --tw-gradient-from: #7bbc00;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .desktop_medium\:focus\:from-blue:focus {
        --tw-gradient-from: #5ba4dc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .desktop_medium\:focus\:from-indigo-50:focus {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .desktop_medium\:focus\:from-indigo-100:focus {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .desktop_medium\:focus\:from-indigo-200:focus {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .desktop_medium\:focus\:from-indigo-300:focus {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .desktop_medium\:focus\:from-indigo-400:focus {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .desktop_medium\:focus\:from-indigo-500:focus {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .desktop_medium\:focus\:from-indigo-600:focus {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .desktop_medium\:focus\:from-indigo-700:focus {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .desktop_medium\:focus\:from-indigo-800:focus {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .desktop_medium\:focus\:from-indigo-900:focus {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .desktop_medium\:focus\:from-purple:focus {
        --tw-gradient-from: #6847c3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .desktop_medium\:focus\:from-pink:focus {
        --tw-gradient-from: #850737;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .desktop_medium\:focus\:from-primary:focus {
        --tw-gradient-from: #6E6E6E;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .desktop_medium\:focus\:from-secondary:focus {
        --tw-gradient-from: #ededed;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .desktop_medium\:focus\:from-body_bg:focus {
        --tw-gradient-from: #ffffff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_medium\:focus\:from-body_text:focus {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop_medium\:focus\:from-title:focus {
        --tw-gradient-from: #3fb2cf;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop_medium\:focus\:from-grey:focus {
        --tw-gradient-from: #524A51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .desktop_medium\:focus\:from-dark_grey:focus {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop_medium\:focus\:from-light_grey:focus {
        --tw-gradient-from: #B7B7B7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop_medium\:focus\:from-medium_grey:focus {
        --tw-gradient-from: #575156;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .desktop_medium\:focus\:from-lightten_grey:focus {
        --tw-gradient-from: #C6C6C6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .desktop_medium\:focus\:from-grey_300:focus {
        --tw-gradient-from: #d3d3d3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .desktop_medium\:focus\:from-grey_400:focus {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop_medium\:focus\:from-medium_blue:focus {
        --tw-gradient-from: #45cdfc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .desktop_medium\:focus\:from-dark_blue:focus {
        --tw-gradient-from: #0080ac;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .desktop_medium\:focus\:from-text_blue:focus {
        --tw-gradient-from: #3FB2CF;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop_medium\:focus\:from-footer_bg:focus {
        --tw-gradient-from: #464646;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .desktop_medium\:focus\:from-brown:focus {
        --tw-gradient-from: #805300;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .desktop_medium\:focus\:from-dark_brown:focus {
        --tw-gradient-from: #874433;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .desktop_medium\:focus\:from-Light_purple:focus {
        --tw-gradient-from: #65479b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .desktop_medium\:focus\:from-dark_green:focus {
        --tw-gradient-from: #479b51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .desktop_medium\:focus\:from-medium_green:focus {
        --tw-gradient-from: #3aac2b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .desktop_medium\:focus\:from-light_green:focus {
        --tw-gradient-from: #9acb3e;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .desktop_medium\:focus\:from-green_900:focus {
        --tw-gradient-from: #396676;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .desktop_medium\:focus\:from-dark_border:focus {
        --tw-gradient-from: #707070;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .desktop_medium\:via-transparent {
        --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop_medium\:via-current {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_medium\:via-black {
        --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop_medium\:via-white {
        --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_medium\:via-gray-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .desktop_medium\:via-gray-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .desktop_medium\:via-gray-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .desktop_medium\:via-gray-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .desktop_medium\:via-gray-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .desktop_medium\:via-gray-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .desktop_medium\:via-gray-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .desktop_medium\:via-gray-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .desktop_medium\:via-gray-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .desktop_medium\:via-gray-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .desktop_medium\:via-red-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .desktop_medium\:via-red-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .desktop_medium\:via-red-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .desktop_medium\:via-red-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .desktop_medium\:via-red-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .desktop_medium\:via-red-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .desktop_medium\:via-red-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .desktop_medium\:via-red-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .desktop_medium\:via-red-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .desktop_medium\:via-red-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .desktop_medium\:via-yellow {
        --tw-gradient-stops: var(--tw-gradient-from), #ed9143, var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .desktop_medium\:via-green {
        --tw-gradient-stops: var(--tw-gradient-from), #7bbc00, var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .desktop_medium\:via-blue {
        --tw-gradient-stops: var(--tw-gradient-from), #5ba4dc, var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .desktop_medium\:via-indigo-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .desktop_medium\:via-indigo-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .desktop_medium\:via-indigo-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .desktop_medium\:via-indigo-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .desktop_medium\:via-indigo-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .desktop_medium\:via-indigo-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .desktop_medium\:via-indigo-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .desktop_medium\:via-indigo-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .desktop_medium\:via-indigo-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .desktop_medium\:via-indigo-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .desktop_medium\:via-purple {
        --tw-gradient-stops: var(--tw-gradient-from), #6847c3, var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .desktop_medium\:via-pink {
        --tw-gradient-stops: var(--tw-gradient-from), #850737, var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .desktop_medium\:via-primary {
        --tw-gradient-stops: var(--tw-gradient-from), #6E6E6E, var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .desktop_medium\:via-secondary {
        --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .desktop_medium\:via-body_bg {
        --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_medium\:via-body_text {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop_medium\:via-title {
        --tw-gradient-stops: var(--tw-gradient-from), #3fb2cf, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop_medium\:via-grey {
        --tw-gradient-stops: var(--tw-gradient-from), #524A51, var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .desktop_medium\:via-dark_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop_medium\:via-light_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop_medium\:via-medium_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #575156, var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .desktop_medium\:via-lightten_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #C6C6C6, var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .desktop_medium\:via-grey_300 {
        --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .desktop_medium\:via-grey_400 {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop_medium\:via-medium_blue {
        --tw-gradient-stops: var(--tw-gradient-from), #45cdfc, var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .desktop_medium\:via-dark_blue {
        --tw-gradient-stops: var(--tw-gradient-from), #0080ac, var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .desktop_medium\:via-text_blue {
        --tw-gradient-stops: var(--tw-gradient-from), #3FB2CF, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop_medium\:via-footer_bg {
        --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .desktop_medium\:via-brown {
        --tw-gradient-stops: var(--tw-gradient-from), #805300, var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .desktop_medium\:via-dark_brown {
        --tw-gradient-stops: var(--tw-gradient-from), #874433, var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .desktop_medium\:via-Light_purple {
        --tw-gradient-stops: var(--tw-gradient-from), #65479b, var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .desktop_medium\:via-dark_green {
        --tw-gradient-stops: var(--tw-gradient-from), #479b51, var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .desktop_medium\:via-medium_green {
        --tw-gradient-stops: var(--tw-gradient-from), #3aac2b, var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .desktop_medium\:via-light_green {
        --tw-gradient-stops: var(--tw-gradient-from), #9acb3e, var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .desktop_medium\:via-green_900 {
        --tw-gradient-stops: var(--tw-gradient-from), #396676, var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .desktop_medium\:via-dark_border {
        --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .desktop_medium\:hover\:via-transparent:hover {
        --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop_medium\:hover\:via-current:hover {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_medium\:hover\:via-black:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop_medium\:hover\:via-white:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_medium\:hover\:via-gray-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .desktop_medium\:hover\:via-gray-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .desktop_medium\:hover\:via-gray-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .desktop_medium\:hover\:via-gray-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .desktop_medium\:hover\:via-gray-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .desktop_medium\:hover\:via-gray-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .desktop_medium\:hover\:via-gray-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .desktop_medium\:hover\:via-gray-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .desktop_medium\:hover\:via-gray-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .desktop_medium\:hover\:via-gray-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .desktop_medium\:hover\:via-red-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .desktop_medium\:hover\:via-red-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .desktop_medium\:hover\:via-red-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .desktop_medium\:hover\:via-red-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .desktop_medium\:hover\:via-red-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .desktop_medium\:hover\:via-red-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .desktop_medium\:hover\:via-red-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .desktop_medium\:hover\:via-red-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .desktop_medium\:hover\:via-red-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .desktop_medium\:hover\:via-red-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .desktop_medium\:hover\:via-yellow:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ed9143, var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .desktop_medium\:hover\:via-green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7bbc00, var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .desktop_medium\:hover\:via-blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #5ba4dc, var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .desktop_medium\:hover\:via-indigo-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .desktop_medium\:hover\:via-indigo-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .desktop_medium\:hover\:via-indigo-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .desktop_medium\:hover\:via-indigo-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .desktop_medium\:hover\:via-indigo-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .desktop_medium\:hover\:via-indigo-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .desktop_medium\:hover\:via-indigo-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .desktop_medium\:hover\:via-indigo-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .desktop_medium\:hover\:via-indigo-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .desktop_medium\:hover\:via-indigo-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .desktop_medium\:hover\:via-purple:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6847c3, var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .desktop_medium\:hover\:via-pink:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #850737, var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .desktop_medium\:hover\:via-primary:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6E6E6E, var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .desktop_medium\:hover\:via-secondary:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .desktop_medium\:hover\:via-body_bg:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_medium\:hover\:via-body_text:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop_medium\:hover\:via-title:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3fb2cf, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop_medium\:hover\:via-grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #524A51, var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .desktop_medium\:hover\:via-dark_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop_medium\:hover\:via-light_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop_medium\:hover\:via-medium_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #575156, var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .desktop_medium\:hover\:via-lightten_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #C6C6C6, var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .desktop_medium\:hover\:via-grey_300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .desktop_medium\:hover\:via-grey_400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop_medium\:hover\:via-medium_blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #45cdfc, var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .desktop_medium\:hover\:via-dark_blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #0080ac, var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .desktop_medium\:hover\:via-text_blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3FB2CF, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop_medium\:hover\:via-footer_bg:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .desktop_medium\:hover\:via-brown:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #805300, var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .desktop_medium\:hover\:via-dark_brown:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #874433, var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .desktop_medium\:hover\:via-Light_purple:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #65479b, var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .desktop_medium\:hover\:via-dark_green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #479b51, var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .desktop_medium\:hover\:via-medium_green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3aac2b, var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .desktop_medium\:hover\:via-light_green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9acb3e, var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .desktop_medium\:hover\:via-green_900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #396676, var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .desktop_medium\:hover\:via-dark_border:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .desktop_medium\:focus\:via-transparent:focus {
        --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop_medium\:focus\:via-current:focus {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_medium\:focus\:via-black:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop_medium\:focus\:via-white:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_medium\:focus\:via-gray-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .desktop_medium\:focus\:via-gray-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .desktop_medium\:focus\:via-gray-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .desktop_medium\:focus\:via-gray-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .desktop_medium\:focus\:via-gray-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .desktop_medium\:focus\:via-gray-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .desktop_medium\:focus\:via-gray-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .desktop_medium\:focus\:via-gray-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .desktop_medium\:focus\:via-gray-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .desktop_medium\:focus\:via-gray-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .desktop_medium\:focus\:via-red-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .desktop_medium\:focus\:via-red-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .desktop_medium\:focus\:via-red-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .desktop_medium\:focus\:via-red-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .desktop_medium\:focus\:via-red-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .desktop_medium\:focus\:via-red-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .desktop_medium\:focus\:via-red-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .desktop_medium\:focus\:via-red-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .desktop_medium\:focus\:via-red-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .desktop_medium\:focus\:via-red-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .desktop_medium\:focus\:via-yellow:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ed9143, var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .desktop_medium\:focus\:via-green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7bbc00, var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .desktop_medium\:focus\:via-blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #5ba4dc, var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .desktop_medium\:focus\:via-indigo-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .desktop_medium\:focus\:via-indigo-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .desktop_medium\:focus\:via-indigo-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .desktop_medium\:focus\:via-indigo-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .desktop_medium\:focus\:via-indigo-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .desktop_medium\:focus\:via-indigo-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .desktop_medium\:focus\:via-indigo-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .desktop_medium\:focus\:via-indigo-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .desktop_medium\:focus\:via-indigo-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .desktop_medium\:focus\:via-indigo-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .desktop_medium\:focus\:via-purple:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6847c3, var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .desktop_medium\:focus\:via-pink:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #850737, var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .desktop_medium\:focus\:via-primary:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6E6E6E, var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .desktop_medium\:focus\:via-secondary:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .desktop_medium\:focus\:via-body_bg:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop_medium\:focus\:via-body_text:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop_medium\:focus\:via-title:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3fb2cf, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop_medium\:focus\:via-grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #524A51, var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .desktop_medium\:focus\:via-dark_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop_medium\:focus\:via-light_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop_medium\:focus\:via-medium_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #575156, var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .desktop_medium\:focus\:via-lightten_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #C6C6C6, var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .desktop_medium\:focus\:via-grey_300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .desktop_medium\:focus\:via-grey_400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop_medium\:focus\:via-medium_blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #45cdfc, var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .desktop_medium\:focus\:via-dark_blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #0080ac, var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .desktop_medium\:focus\:via-text_blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3FB2CF, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop_medium\:focus\:via-footer_bg:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .desktop_medium\:focus\:via-brown:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #805300, var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .desktop_medium\:focus\:via-dark_brown:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #874433, var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .desktop_medium\:focus\:via-Light_purple:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #65479b, var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .desktop_medium\:focus\:via-dark_green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #479b51, var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .desktop_medium\:focus\:via-medium_green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3aac2b, var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .desktop_medium\:focus\:via-light_green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9acb3e, var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .desktop_medium\:focus\:via-green_900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #396676, var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .desktop_medium\:focus\:via-dark_border:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .desktop_medium\:to-transparent {
        --tw-gradient-to: transparent;
    }

    .desktop_medium\:to-current {
        --tw-gradient-to: currentColor;
    }

    .desktop_medium\:to-black {
        --tw-gradient-to: #000;
    }

    .desktop_medium\:to-white {
        --tw-gradient-to: #fff;
    }

    .desktop_medium\:to-gray-50 {
        --tw-gradient-to: #f9fafb;
    }

    .desktop_medium\:to-gray-100 {
        --tw-gradient-to: #f3f4f6;
    }

    .desktop_medium\:to-gray-200 {
        --tw-gradient-to: #e5e7eb;
    }

    .desktop_medium\:to-gray-300 {
        --tw-gradient-to: #d1d5db;
    }

    .desktop_medium\:to-gray-400 {
        --tw-gradient-to: #9ca3af;
    }

    .desktop_medium\:to-gray-500 {
        --tw-gradient-to: #6b7280;
    }

    .desktop_medium\:to-gray-600 {
        --tw-gradient-to: #4b5563;
    }

    .desktop_medium\:to-gray-700 {
        --tw-gradient-to: #374151;
    }

    .desktop_medium\:to-gray-800 {
        --tw-gradient-to: #1f2937;
    }

    .desktop_medium\:to-gray-900 {
        --tw-gradient-to: #111827;
    }

    .desktop_medium\:to-red-50 {
        --tw-gradient-to: #fef2f2;
    }

    .desktop_medium\:to-red-100 {
        --tw-gradient-to: #fee2e2;
    }

    .desktop_medium\:to-red-200 {
        --tw-gradient-to: #fecaca;
    }

    .desktop_medium\:to-red-300 {
        --tw-gradient-to: #fca5a5;
    }

    .desktop_medium\:to-red-400 {
        --tw-gradient-to: #f87171;
    }

    .desktop_medium\:to-red-500 {
        --tw-gradient-to: #ef4444;
    }

    .desktop_medium\:to-red-600 {
        --tw-gradient-to: #dc2626;
    }

    .desktop_medium\:to-red-700 {
        --tw-gradient-to: #b91c1c;
    }

    .desktop_medium\:to-red-800 {
        --tw-gradient-to: #991b1b;
    }

    .desktop_medium\:to-red-900 {
        --tw-gradient-to: #7f1d1d;
    }

    .desktop_medium\:to-yellow {
        --tw-gradient-to: #ed9143;
    }

    .desktop_medium\:to-green {
        --tw-gradient-to: #7bbc00;
    }

    .desktop_medium\:to-blue {
        --tw-gradient-to: #5ba4dc;
    }

    .desktop_medium\:to-indigo-50 {
        --tw-gradient-to: #eef2ff;
    }

    .desktop_medium\:to-indigo-100 {
        --tw-gradient-to: #e0e7ff;
    }

    .desktop_medium\:to-indigo-200 {
        --tw-gradient-to: #c7d2fe;
    }

    .desktop_medium\:to-indigo-300 {
        --tw-gradient-to: #a5b4fc;
    }

    .desktop_medium\:to-indigo-400 {
        --tw-gradient-to: #818cf8;
    }

    .desktop_medium\:to-indigo-500 {
        --tw-gradient-to: #6366f1;
    }

    .desktop_medium\:to-indigo-600 {
        --tw-gradient-to: #4f46e5;
    }

    .desktop_medium\:to-indigo-700 {
        --tw-gradient-to: #4338ca;
    }

    .desktop_medium\:to-indigo-800 {
        --tw-gradient-to: #3730a3;
    }

    .desktop_medium\:to-indigo-900 {
        --tw-gradient-to: #312e81;
    }

    .desktop_medium\:to-purple {
        --tw-gradient-to: #6847c3;
    }

    .desktop_medium\:to-pink {
        --tw-gradient-to: #850737;
    }

    .desktop_medium\:to-primary {
        --tw-gradient-to: #6E6E6E;
    }

    .desktop_medium\:to-secondary {
        --tw-gradient-to: #ededed;
    }

    .desktop_medium\:to-body_bg {
        --tw-gradient-to: #ffffff;
    }

    .desktop_medium\:to-body_text {
        --tw-gradient-to: #4a4349;
    }

    .desktop_medium\:to-title {
        --tw-gradient-to: #3fb2cf;
    }

    .desktop_medium\:to-grey {
        --tw-gradient-to: #524A51;
    }

    .desktop_medium\:to-dark_grey {
        --tw-gradient-to: #4a4349;
    }

    .desktop_medium\:to-light_grey {
        --tw-gradient-to: #B7B7B7;
    }

    .desktop_medium\:to-medium_grey {
        --tw-gradient-to: #575156;
    }

    .desktop_medium\:to-lightten_grey {
        --tw-gradient-to: #C6C6C6;
    }

    .desktop_medium\:to-grey_300 {
        --tw-gradient-to: #d3d3d3;
    }

    .desktop_medium\:to-grey_400 {
        --tw-gradient-to: #b7b7b7;
    }

    .desktop_medium\:to-medium_blue {
        --tw-gradient-to: #45cdfc;
    }

    .desktop_medium\:to-dark_blue {
        --tw-gradient-to: #0080ac;
    }

    .desktop_medium\:to-text_blue {
        --tw-gradient-to: #3FB2CF;
    }

    .desktop_medium\:to-footer_bg {
        --tw-gradient-to: #464646;
    }

    .desktop_medium\:to-brown {
        --tw-gradient-to: #805300;
    }

    .desktop_medium\:to-dark_brown {
        --tw-gradient-to: #874433;
    }

    .desktop_medium\:to-Light_purple {
        --tw-gradient-to: #65479b;
    }

    .desktop_medium\:to-dark_green {
        --tw-gradient-to: #479b51;
    }

    .desktop_medium\:to-medium_green {
        --tw-gradient-to: #3aac2b;
    }

    .desktop_medium\:to-light_green {
        --tw-gradient-to: #9acb3e;
    }

    .desktop_medium\:to-green_900 {
        --tw-gradient-to: #396676;
    }

    .desktop_medium\:to-dark_border {
        --tw-gradient-to: #707070;
    }

    .desktop_medium\:hover\:to-transparent:hover {
        --tw-gradient-to: transparent;
    }

    .desktop_medium\:hover\:to-current:hover {
        --tw-gradient-to: currentColor;
    }

    .desktop_medium\:hover\:to-black:hover {
        --tw-gradient-to: #000;
    }

    .desktop_medium\:hover\:to-white:hover {
        --tw-gradient-to: #fff;
    }

    .desktop_medium\:hover\:to-gray-50:hover {
        --tw-gradient-to: #f9fafb;
    }

    .desktop_medium\:hover\:to-gray-100:hover {
        --tw-gradient-to: #f3f4f6;
    }

    .desktop_medium\:hover\:to-gray-200:hover {
        --tw-gradient-to: #e5e7eb;
    }

    .desktop_medium\:hover\:to-gray-300:hover {
        --tw-gradient-to: #d1d5db;
    }

    .desktop_medium\:hover\:to-gray-400:hover {
        --tw-gradient-to: #9ca3af;
    }

    .desktop_medium\:hover\:to-gray-500:hover {
        --tw-gradient-to: #6b7280;
    }

    .desktop_medium\:hover\:to-gray-600:hover {
        --tw-gradient-to: #4b5563;
    }

    .desktop_medium\:hover\:to-gray-700:hover {
        --tw-gradient-to: #374151;
    }

    .desktop_medium\:hover\:to-gray-800:hover {
        --tw-gradient-to: #1f2937;
    }

    .desktop_medium\:hover\:to-gray-900:hover {
        --tw-gradient-to: #111827;
    }

    .desktop_medium\:hover\:to-red-50:hover {
        --tw-gradient-to: #fef2f2;
    }

    .desktop_medium\:hover\:to-red-100:hover {
        --tw-gradient-to: #fee2e2;
    }

    .desktop_medium\:hover\:to-red-200:hover {
        --tw-gradient-to: #fecaca;
    }

    .desktop_medium\:hover\:to-red-300:hover {
        --tw-gradient-to: #fca5a5;
    }

    .desktop_medium\:hover\:to-red-400:hover {
        --tw-gradient-to: #f87171;
    }

    .desktop_medium\:hover\:to-red-500:hover {
        --tw-gradient-to: #ef4444;
    }

    .desktop_medium\:hover\:to-red-600:hover {
        --tw-gradient-to: #dc2626;
    }

    .desktop_medium\:hover\:to-red-700:hover {
        --tw-gradient-to: #b91c1c;
    }

    .desktop_medium\:hover\:to-red-800:hover {
        --tw-gradient-to: #991b1b;
    }

    .desktop_medium\:hover\:to-red-900:hover {
        --tw-gradient-to: #7f1d1d;
    }

    .desktop_medium\:hover\:to-yellow:hover {
        --tw-gradient-to: #ed9143;
    }

    .desktop_medium\:hover\:to-green:hover {
        --tw-gradient-to: #7bbc00;
    }

    .desktop_medium\:hover\:to-blue:hover {
        --tw-gradient-to: #5ba4dc;
    }

    .desktop_medium\:hover\:to-indigo-50:hover {
        --tw-gradient-to: #eef2ff;
    }

    .desktop_medium\:hover\:to-indigo-100:hover {
        --tw-gradient-to: #e0e7ff;
    }

    .desktop_medium\:hover\:to-indigo-200:hover {
        --tw-gradient-to: #c7d2fe;
    }

    .desktop_medium\:hover\:to-indigo-300:hover {
        --tw-gradient-to: #a5b4fc;
    }

    .desktop_medium\:hover\:to-indigo-400:hover {
        --tw-gradient-to: #818cf8;
    }

    .desktop_medium\:hover\:to-indigo-500:hover {
        --tw-gradient-to: #6366f1;
    }

    .desktop_medium\:hover\:to-indigo-600:hover {
        --tw-gradient-to: #4f46e5;
    }

    .desktop_medium\:hover\:to-indigo-700:hover {
        --tw-gradient-to: #4338ca;
    }

    .desktop_medium\:hover\:to-indigo-800:hover {
        --tw-gradient-to: #3730a3;
    }

    .desktop_medium\:hover\:to-indigo-900:hover {
        --tw-gradient-to: #312e81;
    }

    .desktop_medium\:hover\:to-purple:hover {
        --tw-gradient-to: #6847c3;
    }

    .desktop_medium\:hover\:to-pink:hover {
        --tw-gradient-to: #850737;
    }

    .desktop_medium\:hover\:to-primary:hover {
        --tw-gradient-to: #6E6E6E;
    }

    .desktop_medium\:hover\:to-secondary:hover {
        --tw-gradient-to: #ededed;
    }

    .desktop_medium\:hover\:to-body_bg:hover {
        --tw-gradient-to: #ffffff;
    }

    .desktop_medium\:hover\:to-body_text:hover {
        --tw-gradient-to: #4a4349;
    }

    .desktop_medium\:hover\:to-title:hover {
        --tw-gradient-to: #3fb2cf;
    }

    .desktop_medium\:hover\:to-grey:hover {
        --tw-gradient-to: #524A51;
    }

    .desktop_medium\:hover\:to-dark_grey:hover {
        --tw-gradient-to: #4a4349;
    }

    .desktop_medium\:hover\:to-light_grey:hover {
        --tw-gradient-to: #B7B7B7;
    }

    .desktop_medium\:hover\:to-medium_grey:hover {
        --tw-gradient-to: #575156;
    }

    .desktop_medium\:hover\:to-lightten_grey:hover {
        --tw-gradient-to: #C6C6C6;
    }

    .desktop_medium\:hover\:to-grey_300:hover {
        --tw-gradient-to: #d3d3d3;
    }

    .desktop_medium\:hover\:to-grey_400:hover {
        --tw-gradient-to: #b7b7b7;
    }

    .desktop_medium\:hover\:to-medium_blue:hover {
        --tw-gradient-to: #45cdfc;
    }

    .desktop_medium\:hover\:to-dark_blue:hover {
        --tw-gradient-to: #0080ac;
    }

    .desktop_medium\:hover\:to-text_blue:hover {
        --tw-gradient-to: #3FB2CF;
    }

    .desktop_medium\:hover\:to-footer_bg:hover {
        --tw-gradient-to: #464646;
    }

    .desktop_medium\:hover\:to-brown:hover {
        --tw-gradient-to: #805300;
    }

    .desktop_medium\:hover\:to-dark_brown:hover {
        --tw-gradient-to: #874433;
    }

    .desktop_medium\:hover\:to-Light_purple:hover {
        --tw-gradient-to: #65479b;
    }

    .desktop_medium\:hover\:to-dark_green:hover {
        --tw-gradient-to: #479b51;
    }

    .desktop_medium\:hover\:to-medium_green:hover {
        --tw-gradient-to: #3aac2b;
    }

    .desktop_medium\:hover\:to-light_green:hover {
        --tw-gradient-to: #9acb3e;
    }

    .desktop_medium\:hover\:to-green_900:hover {
        --tw-gradient-to: #396676;
    }

    .desktop_medium\:hover\:to-dark_border:hover {
        --tw-gradient-to: #707070;
    }

    .desktop_medium\:focus\:to-transparent:focus {
        --tw-gradient-to: transparent;
    }

    .desktop_medium\:focus\:to-current:focus {
        --tw-gradient-to: currentColor;
    }

    .desktop_medium\:focus\:to-black:focus {
        --tw-gradient-to: #000;
    }

    .desktop_medium\:focus\:to-white:focus {
        --tw-gradient-to: #fff;
    }

    .desktop_medium\:focus\:to-gray-50:focus {
        --tw-gradient-to: #f9fafb;
    }

    .desktop_medium\:focus\:to-gray-100:focus {
        --tw-gradient-to: #f3f4f6;
    }

    .desktop_medium\:focus\:to-gray-200:focus {
        --tw-gradient-to: #e5e7eb;
    }

    .desktop_medium\:focus\:to-gray-300:focus {
        --tw-gradient-to: #d1d5db;
    }

    .desktop_medium\:focus\:to-gray-400:focus {
        --tw-gradient-to: #9ca3af;
    }

    .desktop_medium\:focus\:to-gray-500:focus {
        --tw-gradient-to: #6b7280;
    }

    .desktop_medium\:focus\:to-gray-600:focus {
        --tw-gradient-to: #4b5563;
    }

    .desktop_medium\:focus\:to-gray-700:focus {
        --tw-gradient-to: #374151;
    }

    .desktop_medium\:focus\:to-gray-800:focus {
        --tw-gradient-to: #1f2937;
    }

    .desktop_medium\:focus\:to-gray-900:focus {
        --tw-gradient-to: #111827;
    }

    .desktop_medium\:focus\:to-red-50:focus {
        --tw-gradient-to: #fef2f2;
    }

    .desktop_medium\:focus\:to-red-100:focus {
        --tw-gradient-to: #fee2e2;
    }

    .desktop_medium\:focus\:to-red-200:focus {
        --tw-gradient-to: #fecaca;
    }

    .desktop_medium\:focus\:to-red-300:focus {
        --tw-gradient-to: #fca5a5;
    }

    .desktop_medium\:focus\:to-red-400:focus {
        --tw-gradient-to: #f87171;
    }

    .desktop_medium\:focus\:to-red-500:focus {
        --tw-gradient-to: #ef4444;
    }

    .desktop_medium\:focus\:to-red-600:focus {
        --tw-gradient-to: #dc2626;
    }

    .desktop_medium\:focus\:to-red-700:focus {
        --tw-gradient-to: #b91c1c;
    }

    .desktop_medium\:focus\:to-red-800:focus {
        --tw-gradient-to: #991b1b;
    }

    .desktop_medium\:focus\:to-red-900:focus {
        --tw-gradient-to: #7f1d1d;
    }

    .desktop_medium\:focus\:to-yellow:focus {
        --tw-gradient-to: #ed9143;
    }

    .desktop_medium\:focus\:to-green:focus {
        --tw-gradient-to: #7bbc00;
    }

    .desktop_medium\:focus\:to-blue:focus {
        --tw-gradient-to: #5ba4dc;
    }

    .desktop_medium\:focus\:to-indigo-50:focus {
        --tw-gradient-to: #eef2ff;
    }

    .desktop_medium\:focus\:to-indigo-100:focus {
        --tw-gradient-to: #e0e7ff;
    }

    .desktop_medium\:focus\:to-indigo-200:focus {
        --tw-gradient-to: #c7d2fe;
    }

    .desktop_medium\:focus\:to-indigo-300:focus {
        --tw-gradient-to: #a5b4fc;
    }

    .desktop_medium\:focus\:to-indigo-400:focus {
        --tw-gradient-to: #818cf8;
    }

    .desktop_medium\:focus\:to-indigo-500:focus {
        --tw-gradient-to: #6366f1;
    }

    .desktop_medium\:focus\:to-indigo-600:focus {
        --tw-gradient-to: #4f46e5;
    }

    .desktop_medium\:focus\:to-indigo-700:focus {
        --tw-gradient-to: #4338ca;
    }

    .desktop_medium\:focus\:to-indigo-800:focus {
        --tw-gradient-to: #3730a3;
    }

    .desktop_medium\:focus\:to-indigo-900:focus {
        --tw-gradient-to: #312e81;
    }

    .desktop_medium\:focus\:to-purple:focus {
        --tw-gradient-to: #6847c3;
    }

    .desktop_medium\:focus\:to-pink:focus {
        --tw-gradient-to: #850737;
    }

    .desktop_medium\:focus\:to-primary:focus {
        --tw-gradient-to: #6E6E6E;
    }

    .desktop_medium\:focus\:to-secondary:focus {
        --tw-gradient-to: #ededed;
    }

    .desktop_medium\:focus\:to-body_bg:focus {
        --tw-gradient-to: #ffffff;
    }

    .desktop_medium\:focus\:to-body_text:focus {
        --tw-gradient-to: #4a4349;
    }

    .desktop_medium\:focus\:to-title:focus {
        --tw-gradient-to: #3fb2cf;
    }

    .desktop_medium\:focus\:to-grey:focus {
        --tw-gradient-to: #524A51;
    }

    .desktop_medium\:focus\:to-dark_grey:focus {
        --tw-gradient-to: #4a4349;
    }

    .desktop_medium\:focus\:to-light_grey:focus {
        --tw-gradient-to: #B7B7B7;
    }

    .desktop_medium\:focus\:to-medium_grey:focus {
        --tw-gradient-to: #575156;
    }

    .desktop_medium\:focus\:to-lightten_grey:focus {
        --tw-gradient-to: #C6C6C6;
    }

    .desktop_medium\:focus\:to-grey_300:focus {
        --tw-gradient-to: #d3d3d3;
    }

    .desktop_medium\:focus\:to-grey_400:focus {
        --tw-gradient-to: #b7b7b7;
    }

    .desktop_medium\:focus\:to-medium_blue:focus {
        --tw-gradient-to: #45cdfc;
    }

    .desktop_medium\:focus\:to-dark_blue:focus {
        --tw-gradient-to: #0080ac;
    }

    .desktop_medium\:focus\:to-text_blue:focus {
        --tw-gradient-to: #3FB2CF;
    }

    .desktop_medium\:focus\:to-footer_bg:focus {
        --tw-gradient-to: #464646;
    }

    .desktop_medium\:focus\:to-brown:focus {
        --tw-gradient-to: #805300;
    }

    .desktop_medium\:focus\:to-dark_brown:focus {
        --tw-gradient-to: #874433;
    }

    .desktop_medium\:focus\:to-Light_purple:focus {
        --tw-gradient-to: #65479b;
    }

    .desktop_medium\:focus\:to-dark_green:focus {
        --tw-gradient-to: #479b51;
    }

    .desktop_medium\:focus\:to-medium_green:focus {
        --tw-gradient-to: #3aac2b;
    }

    .desktop_medium\:focus\:to-light_green:focus {
        --tw-gradient-to: #9acb3e;
    }

    .desktop_medium\:focus\:to-green_900:focus {
        --tw-gradient-to: #396676;
    }

    .desktop_medium\:focus\:to-dark_border:focus {
        --tw-gradient-to: #707070;
    }

    .desktop_medium\:decoration-slice {
        -webkit-box-decoration-break: slice;
        box-decoration-break: slice;
    }

    .desktop_medium\:decoration-clone {
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
    }

    .desktop_medium\:bg-auto {
        background-size: auto;
    }

    .desktop_medium\:bg-cover {
        background-size: cover;
    }

    .desktop_medium\:bg-contain {
        background-size: contain;
    }

    .desktop_medium\:bg-fixed {
        background-attachment: fixed;
    }

    .desktop_medium\:bg-local {
        background-attachment: local;
    }

    .desktop_medium\:bg-scroll {
        background-attachment: scroll;
    }

    .desktop_medium\:bg-clip-border {
        background-clip: border-box;
    }

    .desktop_medium\:bg-clip-padding {
        background-clip: padding-box;
    }

    .desktop_medium\:bg-clip-content {
        background-clip: content-box;
    }

    .desktop_medium\:bg-clip-text {
        -webkit-background-clip: text;
        background-clip: text;
    }

    .desktop_medium\:bg-bottom {
        background-position: bottom;
    }

    .desktop_medium\:bg-center {
        background-position: center;
    }

    .desktop_medium\:bg-left {
        background-position: left;
    }

    .desktop_medium\:bg-left-bottom {
        background-position: left bottom;
    }

    .desktop_medium\:bg-left-top {
        background-position: left top;
    }

    .desktop_medium\:bg-right {
        background-position: right;
    }

    .desktop_medium\:bg-right-bottom {
        background-position: right bottom;
    }

    .desktop_medium\:bg-right-top {
        background-position: right top;
    }

    .desktop_medium\:bg-top {
        background-position: top;
    }

    .desktop_medium\:bg-repeat {
        background-repeat: repeat;
    }

    .desktop_medium\:bg-no-repeat {
        background-repeat: no-repeat;
    }

    .desktop_medium\:bg-repeat-x {
        background-repeat: repeat-x;
    }

    .desktop_medium\:bg-repeat-y {
        background-repeat: repeat-y;
    }

    .desktop_medium\:bg-repeat-round {
        background-repeat: round;
    }

    .desktop_medium\:bg-repeat-space {
        background-repeat: space;
    }

    .desktop_medium\:bg-origin-border {
        background-origin: border-box;
    }

    .desktop_medium\:bg-origin-padding {
        background-origin: padding-box;
    }

    .desktop_medium\:bg-origin-content {
        background-origin: content-box;
    }

    .desktop_medium\:fill-current {
        fill: currentColor;
    }

    .desktop_medium\:stroke-current {
        stroke: currentColor;
    }

    .desktop_medium\:stroke-0 {
        stroke-width: 0;
    }

    .desktop_medium\:stroke-1 {
        stroke-width: 1;
    }

    .desktop_medium\:stroke-2 {
        stroke-width: 2;
    }

    .desktop_medium\:object-contain {
        -o-object-fit: contain;
        object-fit: contain;
    }

    .desktop_medium\:object-cover {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .desktop_medium\:object-fill {
        -o-object-fit: fill;
        object-fit: fill;
    }

    .desktop_medium\:object-none {
        -o-object-fit: none;
        object-fit: none;
    }

    .desktop_medium\:object-scale-down {
        -o-object-fit: scale-down;
        object-fit: scale-down;
    }

    .desktop_medium\:object-bottom {
        -o-object-position: bottom;
        object-position: bottom;
    }

    .desktop_medium\:object-center {
        -o-object-position: center;
        object-position: center;
    }

    .desktop_medium\:object-left {
        -o-object-position: left;
        object-position: left;
    }

    .desktop_medium\:object-left-bottom {
        -o-object-position: left bottom;
        object-position: left bottom;
    }

    .desktop_medium\:object-left-top {
        -o-object-position: left top;
        object-position: left top;
    }

    .desktop_medium\:object-right {
        -o-object-position: right;
        object-position: right;
    }

    .desktop_medium\:object-right-bottom {
        -o-object-position: right bottom;
        object-position: right bottom;
    }

    .desktop_medium\:object-right-top {
        -o-object-position: right top;
        object-position: right top;
    }

    .desktop_medium\:object-top {
        -o-object-position: top;
        object-position: top;
    }

    .desktop_medium\:p-0 {
        padding: 0px;
    }

    .desktop_medium\:p-1 {
        padding: 0.25rem;
    }

    .desktop_medium\:p-2 {
        padding: 0.5rem;
    }

    .desktop_medium\:p-3 {
        padding: 0.75rem;
    }

    .desktop_medium\:p-4 {
        padding: 1rem;
    }

    .desktop_medium\:p-5 {
        padding: 1.25rem;
    }

    .desktop_medium\:p-6 {
        padding: 1.5rem;
    }

    .desktop_medium\:p-7 {
        padding: 1.75rem;
    }

    .desktop_medium\:p-8 {
        padding: 2rem;
    }

    .desktop_medium\:p-9 {
        padding: 2.25rem;
    }

    .desktop_medium\:p-10 {
        padding: 2.5rem;
    }

    .desktop_medium\:p-11 {
        padding: 2.75rem;
    }

    .desktop_medium\:p-12 {
        padding: 3rem;
    }

    .desktop_medium\:p-13 {
        padding: 52px;
    }

    .desktop_medium\:p-14 {
        padding: 3.5rem;
    }

    .desktop_medium\:p-15 {
        padding: 3.93rem;
    }

    .desktop_medium\:p-16 {
        padding: 4rem;
    }

    .desktop_medium\:p-18 {
        padding: 4.375rem;
    }

    .desktop_medium\:p-19 {
        padding: 76px;
    }

    .desktop_medium\:p-20 {
        padding: 5rem;
    }

    .desktop_medium\:p-22 {
        padding: 5.625rem;
    }

    .desktop_medium\:p-24 {
        padding: 6rem;
    }

    .desktop_medium\:p-26 {
        padding: 6.6875rem;
    }

    .desktop_medium\:p-28 {
        padding: 7rem;
    }

    .desktop_medium\:p-30 {
        padding: 120px;
    }

    .desktop_medium\:p-32 {
        padding: 8rem;
    }

    .desktop_medium\:p-36 {
        padding: 9rem;
    }

    .desktop_medium\:p-40 {
        padding: 10rem;
    }

    .desktop_medium\:p-44 {
        padding: 11rem;
    }

    .desktop_medium\:p-46 {
        padding: 11.5625rem;
    }

    .desktop_medium\:p-48 {
        padding: 12rem;
    }

    .desktop_medium\:p-52 {
        padding: 13rem;
    }

    .desktop_medium\:p-56 {
        padding: 14rem;
    }

    .desktop_medium\:p-60 {
        padding: 15rem;
    }

    .desktop_medium\:p-64 {
        padding: 16rem;
    }

    .desktop_medium\:p-72 {
        padding: 18rem;
    }

    .desktop_medium\:p-80 {
        padding: 20rem;
    }

    .desktop_medium\:p-96 {
        padding: 24rem;
    }

    .desktop_medium\:p-px {
        padding: 1px;
    }

    .desktop_medium\:p-0\.5 {
        padding: 0.125rem;
    }

    .desktop_medium\:p-1\.5 {
        padding: 0.375rem;
    }

    .desktop_medium\:p-2\.5 {
        padding: 0.625rem;
    }

    .desktop_medium\:p-3\.5 {
        padding: 0.875rem;
    }

    .desktop_medium\:p-5p {
        padding: 5px;
    }

    .desktop_medium\:p-10p {
        padding: 10px;
    }

    .desktop_medium\:p-14p {
        padding: 14px;
    }

    .desktop_medium\:p-15p {
        padding: 15px;
    }

    .desktop_medium\:p-15_2 {
        padding: 60px;
    }

    .desktop_medium\:p-16_1 {
        padding: 52px;
    }

    .desktop_medium\:p-16p {
        padding: 16px;
    }

    .desktop_medium\:p-25p {
        padding: 25px;
    }

    .desktop_medium\:p-48p {
        padding: 48%;
    }

    .desktop_medium\:p-52p {
        padding: 52%;
    }

    .desktop_medium\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .desktop_medium\:px-1 {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .desktop_medium\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .desktop_medium\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .desktop_medium\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .desktop_medium\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .desktop_medium\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .desktop_medium\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

    .desktop_medium\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .desktop_medium\:px-9 {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }

    .desktop_medium\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .desktop_medium\:px-11 {
        padding-left: 2.75rem;
        padding-right: 2.75rem;
    }

    .desktop_medium\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .desktop_medium\:px-13 {
        padding-left: 52px;
        padding-right: 52px;
    }

    .desktop_medium\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }

    .desktop_medium\:px-15 {
        padding-left: 3.93rem;
        padding-right: 3.93rem;
    }

    .desktop_medium\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .desktop_medium\:px-18 {
        padding-left: 4.375rem;
        padding-right: 4.375rem;
    }

    .desktop_medium\:px-19 {
        padding-left: 76px;
        padding-right: 76px;
    }

    .desktop_medium\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .desktop_medium\:px-22 {
        padding-left: 5.625rem;
        padding-right: 5.625rem;
    }

    .desktop_medium\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem;
    }

    .desktop_medium\:px-26 {
        padding-left: 6.6875rem;
        padding-right: 6.6875rem;
    }

    .desktop_medium\:px-28 {
        padding-left: 7rem;
        padding-right: 7rem;
    }

    .desktop_medium\:px-30 {
        padding-left: 120px;
        padding-right: 120px;
    }

    .desktop_medium\:px-32 {
        padding-left: 8rem;
        padding-right: 8rem;
    }

    .desktop_medium\:px-36 {
        padding-left: 9rem;
        padding-right: 9rem;
    }

    .desktop_medium\:px-40 {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .desktop_medium\:px-44 {
        padding-left: 11rem;
        padding-right: 11rem;
    }

    .desktop_medium\:px-46 {
        padding-left: 11.5625rem;
        padding-right: 11.5625rem;
    }

    .desktop_medium\:px-48 {
        padding-left: 12rem;
        padding-right: 12rem;
    }

    .desktop_medium\:px-52 {
        padding-left: 13rem;
        padding-right: 13rem;
    }

    .desktop_medium\:px-56 {
        padding-left: 14rem;
        padding-right: 14rem;
    }

    .desktop_medium\:px-60 {
        padding-left: 15rem;
        padding-right: 15rem;
    }

    .desktop_medium\:px-64 {
        padding-left: 16rem;
        padding-right: 16rem;
    }

    .desktop_medium\:px-72 {
        padding-left: 18rem;
        padding-right: 18rem;
    }

    .desktop_medium\:px-80 {
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .desktop_medium\:px-96 {
        padding-left: 24rem;
        padding-right: 24rem;
    }

    .desktop_medium\:px-px {
        padding-left: 1px;
        padding-right: 1px;
    }

    .desktop_medium\:px-0\.5 {
        padding-left: 0.125rem;
        padding-right: 0.125rem;
    }

    .desktop_medium\:px-1\.5 {
        padding-left: 0.375rem;
        padding-right: 0.375rem;
    }

    .desktop_medium\:px-2\.5 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }

    .desktop_medium\:px-3\.5 {
        padding-left: 0.875rem;
        padding-right: 0.875rem;
    }

    .desktop_medium\:px-5p {
        padding-left: 5px;
        padding-right: 5px;
    }

    .desktop_medium\:px-10p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .desktop_medium\:px-14p {
        padding-left: 14px;
        padding-right: 14px;
    }

    .desktop_medium\:px-15p {
        padding-left: 15px;
        padding-right: 15px;
    }

    .desktop_medium\:px-15_2 {
        padding-left: 60px;
        padding-right: 60px;
    }

    .desktop_medium\:px-16_1 {
        padding-left: 52px;
        padding-right: 52px;
    }

    .desktop_medium\:px-16p {
        padding-left: 16px;
        padding-right: 16px;
    }

    .desktop_medium\:px-25p {
        padding-left: 25px;
        padding-right: 25px;
    }

    .desktop_medium\:px-48p {
        padding-left: 48%;
        padding-right: 48%;
    }

    .desktop_medium\:px-52p {
        padding-left: 52%;
        padding-right: 52%;
    }

    .desktop_medium\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .desktop_medium\:py-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .desktop_medium\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .desktop_medium\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .desktop_medium\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .desktop_medium\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .desktop_medium\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .desktop_medium\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

    .desktop_medium\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .desktop_medium\:py-9 {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }

    .desktop_medium\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .desktop_medium\:py-11 {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem;
    }

    .desktop_medium\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .desktop_medium\:py-13 {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .desktop_medium\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .desktop_medium\:py-15 {
        padding-top: 3.93rem;
        padding-bottom: 3.93rem;
    }

    .desktop_medium\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .desktop_medium\:py-18 {
        padding-top: 4.375rem;
        padding-bottom: 4.375rem;
    }

    .desktop_medium\:py-19 {
        padding-top: 76px;
        padding-bottom: 76px;
    }

    .desktop_medium\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .desktop_medium\:py-22 {
        padding-top: 5.625rem;
        padding-bottom: 5.625rem;
    }

    .desktop_medium\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .desktop_medium\:py-26 {
        padding-top: 6.6875rem;
        padding-bottom: 6.6875rem;
    }

    .desktop_medium\:py-28 {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    .desktop_medium\:py-30 {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .desktop_medium\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .desktop_medium\:py-36 {
        padding-top: 9rem;
        padding-bottom: 9rem;
    }

    .desktop_medium\:py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .desktop_medium\:py-44 {
        padding-top: 11rem;
        padding-bottom: 11rem;
    }

    .desktop_medium\:py-46 {
        padding-top: 11.5625rem;
        padding-bottom: 11.5625rem;
    }

    .desktop_medium\:py-48 {
        padding-top: 12rem;
        padding-bottom: 12rem;
    }

    .desktop_medium\:py-52 {
        padding-top: 13rem;
        padding-bottom: 13rem;
    }

    .desktop_medium\:py-56 {
        padding-top: 14rem;
        padding-bottom: 14rem;
    }

    .desktop_medium\:py-60 {
        padding-top: 15rem;
        padding-bottom: 15rem;
    }

    .desktop_medium\:py-64 {
        padding-top: 16rem;
        padding-bottom: 16rem;
    }

    .desktop_medium\:py-72 {
        padding-top: 18rem;
        padding-bottom: 18rem;
    }

    .desktop_medium\:py-80 {
        padding-top: 20rem;
        padding-bottom: 20rem;
    }

    .desktop_medium\:py-96 {
        padding-top: 24rem;
        padding-bottom: 24rem;
    }

    .desktop_medium\:py-px {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .desktop_medium\:py-0\.5 {
        padding-top: 0.125rem;
        padding-bottom: 0.125rem;
    }

    .desktop_medium\:py-1\.5 {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
    }

    .desktop_medium\:py-2\.5 {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }

    .desktop_medium\:py-3\.5 {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
    }

    .desktop_medium\:py-5p {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .desktop_medium\:py-10p {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .desktop_medium\:py-14p {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .desktop_medium\:py-15p {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .desktop_medium\:py-15_2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .desktop_medium\:py-16_1 {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .desktop_medium\:py-16p {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .desktop_medium\:py-25p {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .desktop_medium\:py-48p {
        padding-top: 48%;
        padding-bottom: 48%;
    }

    .desktop_medium\:py-52p {
        padding-top: 52%;
        padding-bottom: 52%;
    }

    .desktop_medium\:pt-0 {
        padding-top: 0px;
    }

    .desktop_medium\:pt-1 {
        padding-top: 0.25rem;
    }

    .desktop_medium\:pt-2 {
        padding-top: 0.5rem;
    }

    .desktop_medium\:pt-3 {
        padding-top: 0.75rem;
    }

    .desktop_medium\:pt-4 {
        padding-top: 1rem;
    }

    .desktop_medium\:pt-5 {
        padding-top: 1.25rem;
    }

    .desktop_medium\:pt-6 {
        padding-top: 1.5rem;
    }

    .desktop_medium\:pt-7 {
        padding-top: 1.75rem;
    }

    .desktop_medium\:pt-8 {
        padding-top: 2rem;
    }

    .desktop_medium\:pt-9 {
        padding-top: 2.25rem;
    }

    .desktop_medium\:pt-10 {
        padding-top: 2.5rem;
    }

    .desktop_medium\:pt-11 {
        padding-top: 2.75rem;
    }

    .desktop_medium\:pt-12 {
        padding-top: 3rem;
    }

    .desktop_medium\:pt-13 {
        padding-top: 52px;
    }

    .desktop_medium\:pt-14 {
        padding-top: 3.5rem;
    }

    .desktop_medium\:pt-15 {
        padding-top: 3.93rem;
    }

    .desktop_medium\:pt-16 {
        padding-top: 4rem;
    }

    .desktop_medium\:pt-18 {
        padding-top: 4.375rem;
    }

    .desktop_medium\:pt-19 {
        padding-top: 76px;
    }

    .desktop_medium\:pt-20 {
        padding-top: 5rem;
    }

    .desktop_medium\:pt-22 {
        padding-top: 5.625rem;
    }

    .desktop_medium\:pt-24 {
        padding-top: 6rem;
    }

    .desktop_medium\:pt-26 {
        padding-top: 6.6875rem;
    }

    .desktop_medium\:pt-28 {
        padding-top: 7rem;
    }

    .desktop_medium\:pt-30 {
        padding-top: 120px;
    }

    .desktop_medium\:pt-32 {
        padding-top: 8rem;
    }

    .desktop_medium\:pt-36 {
        padding-top: 9rem;
    }

    .desktop_medium\:pt-40 {
        padding-top: 10rem;
    }

    .desktop_medium\:pt-44 {
        padding-top: 11rem;
    }

    .desktop_medium\:pt-46 {
        padding-top: 11.5625rem;
    }

    .desktop_medium\:pt-48 {
        padding-top: 12rem;
    }

    .desktop_medium\:pt-52 {
        padding-top: 13rem;
    }

    .desktop_medium\:pt-56 {
        padding-top: 14rem;
    }

    .desktop_medium\:pt-60 {
        padding-top: 15rem;
    }

    .desktop_medium\:pt-64 {
        padding-top: 16rem;
    }

    .desktop_medium\:pt-72 {
        padding-top: 18rem;
    }

    .desktop_medium\:pt-80 {
        padding-top: 20rem;
    }

    .desktop_medium\:pt-96 {
        padding-top: 24rem;
    }

    .desktop_medium\:pt-px {
        padding-top: 1px;
    }

    .desktop_medium\:pt-0\.5 {
        padding-top: 0.125rem;
    }

    .desktop_medium\:pt-1\.5 {
        padding-top: 0.375rem;
    }

    .desktop_medium\:pt-2\.5 {
        padding-top: 0.625rem;
    }

    .desktop_medium\:pt-3\.5 {
        padding-top: 0.875rem;
    }

    .desktop_medium\:pt-5p {
        padding-top: 5px;
    }

    .desktop_medium\:pt-10p {
        padding-top: 10px;
    }

    .desktop_medium\:pt-14p {
        padding-top: 14px;
    }

    .desktop_medium\:pt-15p {
        padding-top: 15px;
    }

    .desktop_medium\:pt-15_2 {
        padding-top: 60px;
    }

    .desktop_medium\:pt-16_1 {
        padding-top: 52px;
    }

    .desktop_medium\:pt-16p {
        padding-top: 16px;
    }

    .desktop_medium\:pt-25p {
        padding-top: 25px;
    }

    .desktop_medium\:pt-48p {
        padding-top: 48%;
    }

    .desktop_medium\:pt-52p {
        padding-top: 52%;
    }

    .desktop_medium\:pr-0 {
        padding-right: 0px;
    }

    .desktop_medium\:pr-1 {
        padding-right: 0.25rem;
    }

    .desktop_medium\:pr-2 {
        padding-right: 0.5rem;
    }

    .desktop_medium\:pr-3 {
        padding-right: 0.75rem;
    }

    .desktop_medium\:pr-4 {
        padding-right: 1rem;
    }

    .desktop_medium\:pr-5 {
        padding-right: 1.25rem;
    }

    .desktop_medium\:pr-6 {
        padding-right: 1.5rem;
    }

    .desktop_medium\:pr-7 {
        padding-right: 1.75rem;
    }

    .desktop_medium\:pr-8 {
        padding-right: 2rem;
    }

    .desktop_medium\:pr-9 {
        padding-right: 2.25rem;
    }

    .desktop_medium\:pr-10 {
        padding-right: 2.5rem;
    }

    .desktop_medium\:pr-11 {
        padding-right: 2.75rem;
    }

    .desktop_medium\:pr-12 {
        padding-right: 3rem;
    }

    .desktop_medium\:pr-13 {
        padding-right: 52px;
    }

    .desktop_medium\:pr-14 {
        padding-right: 3.5rem;
    }

    .desktop_medium\:pr-15 {
        padding-right: 3.93rem;
    }

    .desktop_medium\:pr-16 {
        padding-right: 4rem;
    }

    .desktop_medium\:pr-18 {
        padding-right: 4.375rem;
    }

    .desktop_medium\:pr-19 {
        padding-right: 76px;
    }

    .desktop_medium\:pr-20 {
        padding-right: 5rem;
    }

    .desktop_medium\:pr-22 {
        padding-right: 5.625rem;
    }

    .desktop_medium\:pr-24 {
        padding-right: 6rem;
    }

    .desktop_medium\:pr-26 {
        padding-right: 6.6875rem;
    }

    .desktop_medium\:pr-28 {
        padding-right: 7rem;
    }

    .desktop_medium\:pr-30 {
        padding-right: 120px;
    }

    .desktop_medium\:pr-32 {
        padding-right: 8rem;
    }

    .desktop_medium\:pr-36 {
        padding-right: 9rem;
    }

    .desktop_medium\:pr-40 {
        padding-right: 10rem;
    }

    .desktop_medium\:pr-44 {
        padding-right: 11rem;
    }

    .desktop_medium\:pr-46 {
        padding-right: 11.5625rem;
    }

    .desktop_medium\:pr-48 {
        padding-right: 12rem;
    }

    .desktop_medium\:pr-52 {
        padding-right: 13rem;
    }

    .desktop_medium\:pr-56 {
        padding-right: 14rem;
    }

    .desktop_medium\:pr-60 {
        padding-right: 15rem;
    }

    .desktop_medium\:pr-64 {
        padding-right: 16rem;
    }

    .desktop_medium\:pr-72 {
        padding-right: 18rem;
    }

    .desktop_medium\:pr-80 {
        padding-right: 20rem;
    }

    .desktop_medium\:pr-96 {
        padding-right: 24rem;
    }

    .desktop_medium\:pr-px {
        padding-right: 1px;
    }

    .desktop_medium\:pr-0\.5 {
        padding-right: 0.125rem;
    }

    .desktop_medium\:pr-1\.5 {
        padding-right: 0.375rem;
    }

    .desktop_medium\:pr-2\.5 {
        padding-right: 0.625rem;
    }

    .desktop_medium\:pr-3\.5 {
        padding-right: 0.875rem;
    }

    .desktop_medium\:pr-5p {
        padding-right: 5px;
    }

    .desktop_medium\:pr-10p {
        padding-right: 10px;
    }

    .desktop_medium\:pr-14p {
        padding-right: 14px;
    }

    .desktop_medium\:pr-15p {
        padding-right: 15px;
    }

    .desktop_medium\:pr-15_2 {
        padding-right: 60px;
    }

    .desktop_medium\:pr-16_1 {
        padding-right: 52px;
    }

    .desktop_medium\:pr-16p {
        padding-right: 16px;
    }

    .desktop_medium\:pr-25p {
        padding-right: 25px;
    }

    .desktop_medium\:pr-48p {
        padding-right: 48%;
    }

    .desktop_medium\:pr-52p {
        padding-right: 52%;
    }

    .desktop_medium\:pb-0 {
        padding-bottom: 0px;
    }

    .desktop_medium\:pb-1 {
        padding-bottom: 0.25rem;
    }

    .desktop_medium\:pb-2 {
        padding-bottom: 0.5rem;
    }

    .desktop_medium\:pb-3 {
        padding-bottom: 0.75rem;
    }

    .desktop_medium\:pb-4 {
        padding-bottom: 1rem;
    }

    .desktop_medium\:pb-5 {
        padding-bottom: 1.25rem;
    }

    .desktop_medium\:pb-6 {
        padding-bottom: 1.5rem;
    }

    .desktop_medium\:pb-7 {
        padding-bottom: 1.75rem;
    }

    .desktop_medium\:pb-8 {
        padding-bottom: 2rem;
    }

    .desktop_medium\:pb-9 {
        padding-bottom: 2.25rem;
    }

    .desktop_medium\:pb-10 {
        padding-bottom: 2.5rem;
    }

    .desktop_medium\:pb-11 {
        padding-bottom: 2.75rem;
    }

    .desktop_medium\:pb-12 {
        padding-bottom: 3rem;
    }

    .desktop_medium\:pb-13 {
        padding-bottom: 52px;
    }

    .desktop_medium\:pb-14 {
        padding-bottom: 3.5rem;
    }

    .desktop_medium\:pb-15 {
        padding-bottom: 3.93rem;
    }

    .desktop_medium\:pb-16 {
        padding-bottom: 4rem;
    }

    .desktop_medium\:pb-18 {
        padding-bottom: 4.375rem;
    }

    .desktop_medium\:pb-19 {
        padding-bottom: 76px;
    }

    .desktop_medium\:pb-20 {
        padding-bottom: 5rem;
    }

    .desktop_medium\:pb-22 {
        padding-bottom: 5.625rem;
    }

    .desktop_medium\:pb-24 {
        padding-bottom: 6rem;
    }

    .desktop_medium\:pb-26 {
        padding-bottom: 6.6875rem;
    }

    .desktop_medium\:pb-28 {
        padding-bottom: 7rem;
    }

    .desktop_medium\:pb-30 {
        padding-bottom: 120px;
    }

    .desktop_medium\:pb-32 {
        padding-bottom: 8rem;
    }

    .desktop_medium\:pb-36 {
        padding-bottom: 9rem;
    }

    .desktop_medium\:pb-40 {
        padding-bottom: 10rem;
    }

    .desktop_medium\:pb-44 {
        padding-bottom: 11rem;
    }

    .desktop_medium\:pb-46 {
        padding-bottom: 11.5625rem;
    }

    .desktop_medium\:pb-48 {
        padding-bottom: 12rem;
    }

    .desktop_medium\:pb-52 {
        padding-bottom: 13rem;
    }

    .desktop_medium\:pb-56 {
        padding-bottom: 14rem;
    }

    .desktop_medium\:pb-60 {
        padding-bottom: 15rem;
    }

    .desktop_medium\:pb-64 {
        padding-bottom: 16rem;
    }

    .desktop_medium\:pb-72 {
        padding-bottom: 18rem;
    }

    .desktop_medium\:pb-80 {
        padding-bottom: 20rem;
    }

    .desktop_medium\:pb-96 {
        padding-bottom: 24rem;
    }

    .desktop_medium\:pb-px {
        padding-bottom: 1px;
    }

    .desktop_medium\:pb-0\.5 {
        padding-bottom: 0.125rem;
    }

    .desktop_medium\:pb-1\.5 {
        padding-bottom: 0.375rem;
    }

    .desktop_medium\:pb-2\.5 {
        padding-bottom: 0.625rem;
    }

    .desktop_medium\:pb-3\.5 {
        padding-bottom: 0.875rem;
    }

    .desktop_medium\:pb-5p {
        padding-bottom: 5px;
    }

    .desktop_medium\:pb-10p {
        padding-bottom: 10px;
    }

    .desktop_medium\:pb-14p {
        padding-bottom: 14px;
    }

    .desktop_medium\:pb-15p {
        padding-bottom: 15px;
    }

    .desktop_medium\:pb-15_2 {
        padding-bottom: 60px;
    }

    .desktop_medium\:pb-16_1 {
        padding-bottom: 52px;
    }

    .desktop_medium\:pb-16p {
        padding-bottom: 16px;
    }

    .desktop_medium\:pb-25p {
        padding-bottom: 25px;
    }

    .desktop_medium\:pb-48p {
        padding-bottom: 48%;
    }

    .desktop_medium\:pb-52p {
        padding-bottom: 52%;
    }

    .desktop_medium\:pl-0 {
        padding-left: 0px;
    }

    .desktop_medium\:pl-1 {
        padding-left: 0.25rem;
    }

    .desktop_medium\:pl-2 {
        padding-left: 0.5rem;
    }

    .desktop_medium\:pl-3 {
        padding-left: 0.75rem;
    }

    .desktop_medium\:pl-4 {
        padding-left: 1rem;
    }

    .desktop_medium\:pl-5 {
        padding-left: 1.25rem;
    }

    .desktop_medium\:pl-6 {
        padding-left: 1.5rem;
    }

    .desktop_medium\:pl-7 {
        padding-left: 1.75rem;
    }

    .desktop_medium\:pl-8 {
        padding-left: 2rem;
    }

    .desktop_medium\:pl-9 {
        padding-left: 2.25rem;
    }

    .desktop_medium\:pl-10 {
        padding-left: 2.5rem;
    }

    .desktop_medium\:pl-11 {
        padding-left: 2.75rem;
    }

    .desktop_medium\:pl-12 {
        padding-left: 3rem;
    }

    .desktop_medium\:pl-13 {
        padding-left: 52px;
    }

    .desktop_medium\:pl-14 {
        padding-left: 3.5rem;
    }

    .desktop_medium\:pl-15 {
        padding-left: 3.93rem;
    }

    .desktop_medium\:pl-16 {
        padding-left: 4rem;
    }

    .desktop_medium\:pl-18 {
        padding-left: 4.375rem;
    }

    .desktop_medium\:pl-19 {
        padding-left: 76px;
    }

    .desktop_medium\:pl-20 {
        padding-left: 5rem;
    }

    .desktop_medium\:pl-22 {
        padding-left: 5.625rem;
    }

    .desktop_medium\:pl-24 {
        padding-left: 6rem;
    }

    .desktop_medium\:pl-26 {
        padding-left: 6.6875rem;
    }

    .desktop_medium\:pl-28 {
        padding-left: 7rem;
    }

    .desktop_medium\:pl-30 {
        padding-left: 120px;
    }

    .desktop_medium\:pl-32 {
        padding-left: 8rem;
    }

    .desktop_medium\:pl-36 {
        padding-left: 9rem;
    }

    .desktop_medium\:pl-40 {
        padding-left: 10rem;
    }

    .desktop_medium\:pl-44 {
        padding-left: 11rem;
    }

    .desktop_medium\:pl-46 {
        padding-left: 11.5625rem;
    }

    .desktop_medium\:pl-48 {
        padding-left: 12rem;
    }

    .desktop_medium\:pl-52 {
        padding-left: 13rem;
    }

    .desktop_medium\:pl-56 {
        padding-left: 14rem;
    }

    .desktop_medium\:pl-60 {
        padding-left: 15rem;
    }

    .desktop_medium\:pl-64 {
        padding-left: 16rem;
    }

    .desktop_medium\:pl-72 {
        padding-left: 18rem;
    }

    .desktop_medium\:pl-80 {
        padding-left: 20rem;
    }

    .desktop_medium\:pl-96 {
        padding-left: 24rem;
    }

    .desktop_medium\:pl-px {
        padding-left: 1px;
    }

    .desktop_medium\:pl-0\.5 {
        padding-left: 0.125rem;
    }

    .desktop_medium\:pl-1\.5 {
        padding-left: 0.375rem;
    }

    .desktop_medium\:pl-2\.5 {
        padding-left: 0.625rem;
    }

    .desktop_medium\:pl-3\.5 {
        padding-left: 0.875rem;
    }

    .desktop_medium\:pl-5p {
        padding-left: 5px;
    }

    .desktop_medium\:pl-10p {
        padding-left: 10px;
    }

    .desktop_medium\:pl-14p {
        padding-left: 14px;
    }

    .desktop_medium\:pl-15p {
        padding-left: 15px;
    }

    .desktop_medium\:pl-15_2 {
        padding-left: 60px;
    }

    .desktop_medium\:pl-16_1 {
        padding-left: 52px;
    }

    .desktop_medium\:pl-16p {
        padding-left: 16px;
    }

    .desktop_medium\:pl-25p {
        padding-left: 25px;
    }

    .desktop_medium\:pl-48p {
        padding-left: 48%;
    }

    .desktop_medium\:pl-52p {
        padding-left: 52%;
    }

    .desktop_medium\:text-left {
        text-align: left;
    }

    .desktop_medium\:text-center {
        text-align: center;
    }

    .desktop_medium\:text-right {
        text-align: right;
    }

    .desktop_medium\:text-justify {
        text-align: justify;
    }

    .desktop_medium\:align-baseline {
        vertical-align: baseline;
    }

    .desktop_medium\:align-top {
        vertical-align: top;
    }

    .desktop_medium\:align-middle {
        vertical-align: middle;
    }

    .desktop_medium\:align-bottom {
        vertical-align: bottom;
    }

    .desktop_medium\:align-text-top {
        vertical-align: text-top;
    }

    .desktop_medium\:align-text-bottom {
        vertical-align: text-bottom;
    }

    .desktop_medium\: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";
    }

    .desktop_medium\:font-serif {
        font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    }

    .desktop_medium\:font-mono {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    }

    .desktop_medium\:font-body {
        font-family: "Red Hat Display";
    }

    .desktop_medium\:font-primary {
        font-family: "Noto Sans";
    }

    .desktop_medium\:font-secondary {
        font-family: "Montserrat";
    }

    .desktop_medium\:font-Helvetica_Bold {
        font-family: "Helvetica-Bold";
    }

    .desktop_medium\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }

    .desktop_medium\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .desktop_medium\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .desktop_medium\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .desktop_medium\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .desktop_medium\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .desktop_medium\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .desktop_medium\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .desktop_medium\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

    .desktop_medium\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }

    .desktop_medium\:text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }

    .desktop_medium\:text-8xl {
        font-size: 6rem;
        line-height: 1;
    }

    .desktop_medium\:text-9xl {
        font-size: 8rem;
        line-height: 1;
    }

    .desktop_medium\:text-10p {
        font-size: 0.625rem;
    }

    .desktop_medium\:text-50p {
        font-size: 3.125rem;
    }

    .desktop_medium\:text-40p {
        font-size: 2.5rem;
    }

    .desktop_medium\:text-8\.5xl {
        font-size: 7.5rem;
        line-height: 7.8rem;
    }

    .desktop_medium\:text-80p {
        font-size: 80px;
        line-height: 90px;
    }

    .desktop_medium\:font-thin {
        font-weight: 100;
    }

    .desktop_medium\:font-extralight {
        font-weight: 200;
    }

    .desktop_medium\:font-light {
        font-weight: 300;
    }

    .desktop_medium\:font-normal {
        font-weight: 400;
    }

    .desktop_medium\:font-medium {
        font-weight: 500;
    }

    .desktop_medium\:font-semibold {
        font-weight: 600;
    }

    .desktop_medium\:font-bold {
        font-weight: 700;
    }

    .desktop_medium\:font-extrabold {
        font-weight: 800;
    }

    .desktop_medium\:font-black {
        font-weight: 900;
    }

    .desktop_medium\:uppercase {
        text-transform: uppercase;
    }

    .desktop_medium\:lowercase {
        text-transform: lowercase;
    }

    .desktop_medium\:capitalize {
        text-transform: capitalize;
    }

    .desktop_medium\:normal-case {
        text-transform: none;
    }

    .desktop_medium\:italic {
        font-style: italic;
    }

    .desktop_medium\:not-italic {
        font-style: normal;
    }

    .desktop_medium\:ordinal,
    .desktop_medium\:slashed-zero,
    .desktop_medium\:lining-nums,
    .desktop_medium\:oldstyle-nums,
    .desktop_medium\:proportional-nums,
    .desktop_medium\:tabular-nums,
    .desktop_medium\:diagonal-fractions,
    .desktop_medium\:stacked-fractions {
        --tw-ordinal: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-slashed-zero: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-numeric-figure: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-numeric-spacing: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-numeric-fraction: var(--tw-empty,
                /*!*/
                /*!*/
            );
        font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
    }

    .desktop_medium\:normal-nums {
        font-variant-numeric: normal;
    }

    .desktop_medium\:ordinal {
        --tw-ordinal: ordinal;
    }

    .desktop_medium\:slashed-zero {
        --tw-slashed-zero: slashed-zero;
    }

    .desktop_medium\:lining-nums {
        --tw-numeric-figure: lining-nums;
    }

    .desktop_medium\:oldstyle-nums {
        --tw-numeric-figure: oldstyle-nums;
    }

    .desktop_medium\:proportional-nums {
        --tw-numeric-spacing: proportional-nums;
    }

    .desktop_medium\:tabular-nums {
        --tw-numeric-spacing: tabular-nums;
    }

    .desktop_medium\:diagonal-fractions {
        --tw-numeric-fraction: diagonal-fractions;
    }

    .desktop_medium\:stacked-fractions {
        --tw-numeric-fraction: stacked-fractions;
    }

    .desktop_medium\:leading-3 {
        line-height: .75rem;
    }

    .desktop_medium\:leading-4 {
        line-height: 1rem;
    }

    .desktop_medium\:leading-5 {
        line-height: 1.25rem;
    }

    .desktop_medium\:leading-6 {
        line-height: 1.5rem;
    }

    .desktop_medium\:leading-7 {
        line-height: 1.75rem;
    }

    .desktop_medium\:leading-8 {
        line-height: 2rem;
    }

    .desktop_medium\:leading-9 {
        line-height: 2.25rem;
    }

    .desktop_medium\:leading-10 {
        line-height: 2.5rem;
    }

    .desktop_medium\:leading-none {
        line-height: 1;
    }

    .desktop_medium\:leading-tight {
        line-height: 1.25;
    }

    .desktop_medium\:leading-snug {
        line-height: 1.375;
    }

    .desktop_medium\:leading-normal {
        line-height: 1.5;
    }

    .desktop_medium\:leading-relaxed {
        line-height: 1.625;
    }

    .desktop_medium\:leading-loose {
        line-height: 2;
    }

    .desktop_medium\:tracking-tightest {
        letter-spacing: -.075em;
    }

    .desktop_medium\:tracking-tighter {
        letter-spacing: -.05em;
    }

    .desktop_medium\:tracking-tight {
        letter-spacing: -.025em;
    }

    .desktop_medium\:tracking-normal {
        letter-spacing: 0;
    }

    .desktop_medium\:tracking-wide {
        letter-spacing: 1.5px;
    }

    .desktop_medium\:tracking-wider {
        letter-spacing: .05em;
    }

    .desktop_medium\:tracking-wider_lg {
        letter-spacing: .1em;
    }

    .desktop_medium\:tracking-widest {
        letter-spacing: .15em;
    }

    .desktop_medium\:text-transparent {
        color: transparent;
    }

    .desktop_medium\:text-current {
        color: currentColor;
    }

    .desktop_medium\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .desktop_medium\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .desktop_medium\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .desktop_medium\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .desktop_medium\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .desktop_medium\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .desktop_medium\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .desktop_medium\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .desktop_medium\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .desktop_medium\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .desktop_medium\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .desktop_medium\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .desktop_medium\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .desktop_medium\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .desktop_medium\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .desktop_medium\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .desktop_medium\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .desktop_medium\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .desktop_medium\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .desktop_medium\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .desktop_medium\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .desktop_medium\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .desktop_medium\:text-yellow {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .desktop_medium\:text-green {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .desktop_medium\:text-blue {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .desktop_medium\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .desktop_medium\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .desktop_medium\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .desktop_medium\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .desktop_medium\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .desktop_medium\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .desktop_medium\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .desktop_medium\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .desktop_medium\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .desktop_medium\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .desktop_medium\:text-purple {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .desktop_medium\:text-pink {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .desktop_medium\:text-primary {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .desktop_medium\:text-secondary {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .desktop_medium\:text-body_bg {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .desktop_medium\:text-body_text {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .desktop_medium\:text-title {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .desktop_medium\:text-grey {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .desktop_medium\:text-dark_grey {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .desktop_medium\:text-light_grey {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .desktop_medium\:text-medium_grey {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .desktop_medium\:text-lightten_grey {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .desktop_medium\:text-grey_300 {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .desktop_medium\:text-grey_400 {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .desktop_medium\:text-medium_blue {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .desktop_medium\:text-dark_blue {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .desktop_medium\:text-text_blue {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .desktop_medium\:text-footer_bg {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .desktop_medium\:text-brown {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .desktop_medium\:text-dark_brown {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .desktop_medium\:text-Light_purple {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .desktop_medium\:text-dark_green {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .desktop_medium\:text-medium_green {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .desktop_medium\:text-light_green {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .desktop_medium\:text-green_900 {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .desktop_medium\:text-dark_border {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-transparent {
        color: transparent;
    }

    .group:hover .desktop_medium\:group-hover\:text-current {
        color: currentColor;
    }

    .group:hover .desktop_medium\:group-hover\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-yellow {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-green {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-blue {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-purple {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-pink {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-primary {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-secondary {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-body_bg {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-body_text {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-title {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-grey {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-dark_grey {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-light_grey {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-medium_grey {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-lightten_grey {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-grey_300 {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-grey_400 {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-medium_blue {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-dark_blue {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-text_blue {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-footer_bg {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-brown {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-dark_brown {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-Light_purple {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-dark_green {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-medium_green {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-light_green {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-green_900 {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .group:hover .desktop_medium\:group-hover\:text-dark_border {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-transparent:focus-within {
        color: transparent;
    }

    .desktop_medium\:focus-within\:text-current:focus-within {
        color: currentColor;
    }

    .desktop_medium\:focus-within\:text-black:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-white:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-gray-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-gray-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-gray-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-gray-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-gray-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-gray-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-gray-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-gray-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-gray-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-gray-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-red-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-red-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-red-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-red-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-red-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-red-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-red-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-red-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-red-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-red-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-yellow:focus-within {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-indigo-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-indigo-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-indigo-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-indigo-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-indigo-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-indigo-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-indigo-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-indigo-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-indigo-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-indigo-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-purple:focus-within {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-pink:focus-within {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-primary:focus-within {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-secondary:focus-within {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-body_bg:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-body_text:focus-within {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-title:focus-within {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-dark_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-light_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-medium_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-lightten_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-grey_300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-grey_400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-medium_blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-dark_blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-text_blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-footer_bg:focus-within {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-brown:focus-within {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-dark_brown:focus-within {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-Light_purple:focus-within {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-dark_green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-medium_green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-light_green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-green_900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .desktop_medium\:focus-within\:text-dark_border:focus-within {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-transparent:hover {
        color: transparent;
    }

    .desktop_medium\:hover\:text-current:hover {
        color: currentColor;
    }

    .desktop_medium\:hover\:text-black:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-white:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-gray-50:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-gray-100:hover {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-gray-200:hover {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-gray-300:hover {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-gray-400:hover {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-gray-500:hover {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-gray-600:hover {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-gray-700:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-gray-800:hover {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-gray-900:hover {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-red-50:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-red-100:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-red-200:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-red-300:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-red-400:hover {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-red-500:hover {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-red-600:hover {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-red-700:hover {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-red-800:hover {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-red-900:hover {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-yellow:hover {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-green:hover {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-blue:hover {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-indigo-50:hover {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-indigo-100:hover {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-indigo-200:hover {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-indigo-300:hover {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-indigo-400:hover {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-indigo-500:hover {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-indigo-600:hover {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-indigo-700:hover {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-indigo-800:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-indigo-900:hover {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-purple:hover {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-pink:hover {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-primary:hover {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-secondary:hover {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-body_bg:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-body_text:hover {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-title:hover {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-grey:hover {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-dark_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-light_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-medium_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-lightten_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-grey_300:hover {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-grey_400:hover {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-medium_blue:hover {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-dark_blue:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-text_blue:hover {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-footer_bg:hover {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-brown:hover {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-dark_brown:hover {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-Light_purple:hover {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-dark_green:hover {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-medium_green:hover {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-light_green:hover {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-green_900:hover {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .desktop_medium\:hover\:text-dark_border:hover {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-transparent:focus {
        color: transparent;
    }

    .desktop_medium\:focus\:text-current:focus {
        color: currentColor;
    }

    .desktop_medium\:focus\:text-black:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-white:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-gray-50:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-gray-100:focus {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-gray-200:focus {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-gray-300:focus {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-gray-400:focus {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-gray-500:focus {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-gray-600:focus {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-gray-700:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-gray-800:focus {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-gray-900:focus {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-red-50:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-red-100:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-red-200:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-red-300:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-red-400:focus {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-red-500:focus {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-red-600:focus {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-red-700:focus {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-red-800:focus {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-red-900:focus {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-yellow:focus {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-green:focus {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-blue:focus {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-indigo-50:focus {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-indigo-100:focus {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-indigo-200:focus {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-indigo-300:focus {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-indigo-400:focus {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-indigo-500:focus {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-indigo-600:focus {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-indigo-700:focus {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-indigo-800:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-indigo-900:focus {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-purple:focus {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-pink:focus {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-primary:focus {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-secondary:focus {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-body_bg:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-body_text:focus {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-title:focus {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-grey:focus {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-dark_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-light_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-medium_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-lightten_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-grey_300:focus {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-grey_400:focus {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-medium_blue:focus {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-dark_blue:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-text_blue:focus {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-footer_bg:focus {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-brown:focus {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-dark_brown:focus {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-Light_purple:focus {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-dark_green:focus {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-medium_green:focus {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-light_green:focus {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-green_900:focus {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .desktop_medium\:focus\:text-dark_border:focus {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .desktop_medium\:text-opacity-0 {
        --tw-text-opacity: 0;
    }

    .desktop_medium\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }

    .desktop_medium\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }

    .desktop_medium\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }

    .desktop_medium\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }

    .desktop_medium\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }

    .desktop_medium\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }

    .desktop_medium\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }

    .desktop_medium\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }

    .desktop_medium\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }

    .desktop_medium\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }

    .desktop_medium\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }

    .desktop_medium\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }

    .desktop_medium\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }

    .desktop_medium\:text-opacity-100 {
        --tw-text-opacity: 1;
    }

    .group:hover .desktop_medium\:group-hover\:text-opacity-0 {
        --tw-text-opacity: 0;
    }

    .group:hover .desktop_medium\:group-hover\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }

    .group:hover .desktop_medium\:group-hover\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }

    .group:hover .desktop_medium\:group-hover\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }

    .group:hover .desktop_medium\:group-hover\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }

    .group:hover .desktop_medium\:group-hover\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }

    .group:hover .desktop_medium\:group-hover\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }

    .group:hover .desktop_medium\:group-hover\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }

    .group:hover .desktop_medium\:group-hover\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }

    .group:hover .desktop_medium\:group-hover\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }

    .group:hover .desktop_medium\:group-hover\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }

    .group:hover .desktop_medium\:group-hover\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }

    .group:hover .desktop_medium\:group-hover\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }

    .group:hover .desktop_medium\:group-hover\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }

    .group:hover .desktop_medium\:group-hover\:text-opacity-100 {
        --tw-text-opacity: 1;
    }

    .desktop_medium\:focus-within\:text-opacity-0:focus-within {
        --tw-text-opacity: 0;
    }

    .desktop_medium\:focus-within\:text-opacity-5:focus-within {
        --tw-text-opacity: 0.05;
    }

    .desktop_medium\:focus-within\:text-opacity-10:focus-within {
        --tw-text-opacity: 0.1;
    }

    .desktop_medium\:focus-within\:text-opacity-20:focus-within {
        --tw-text-opacity: 0.2;
    }

    .desktop_medium\:focus-within\:text-opacity-25:focus-within {
        --tw-text-opacity: 0.25;
    }

    .desktop_medium\:focus-within\:text-opacity-30:focus-within {
        --tw-text-opacity: 0.3;
    }

    .desktop_medium\:focus-within\:text-opacity-40:focus-within {
        --tw-text-opacity: 0.4;
    }

    .desktop_medium\:focus-within\:text-opacity-50:focus-within {
        --tw-text-opacity: 0.5;
    }

    .desktop_medium\:focus-within\:text-opacity-60:focus-within {
        --tw-text-opacity: 0.6;
    }

    .desktop_medium\:focus-within\:text-opacity-70:focus-within {
        --tw-text-opacity: 0.7;
    }

    .desktop_medium\:focus-within\:text-opacity-75:focus-within {
        --tw-text-opacity: 0.75;
    }

    .desktop_medium\:focus-within\:text-opacity-80:focus-within {
        --tw-text-opacity: 0.8;
    }

    .desktop_medium\:focus-within\:text-opacity-90:focus-within {
        --tw-text-opacity: 0.9;
    }

    .desktop_medium\:focus-within\:text-opacity-95:focus-within {
        --tw-text-opacity: 0.95;
    }

    .desktop_medium\:focus-within\:text-opacity-100:focus-within {
        --tw-text-opacity: 1;
    }

    .desktop_medium\:hover\:text-opacity-0:hover {
        --tw-text-opacity: 0;
    }

    .desktop_medium\:hover\:text-opacity-5:hover {
        --tw-text-opacity: 0.05;
    }

    .desktop_medium\:hover\:text-opacity-10:hover {
        --tw-text-opacity: 0.1;
    }

    .desktop_medium\:hover\:text-opacity-20:hover {
        --tw-text-opacity: 0.2;
    }

    .desktop_medium\:hover\:text-opacity-25:hover {
        --tw-text-opacity: 0.25;
    }

    .desktop_medium\:hover\:text-opacity-30:hover {
        --tw-text-opacity: 0.3;
    }

    .desktop_medium\:hover\:text-opacity-40:hover {
        --tw-text-opacity: 0.4;
    }

    .desktop_medium\:hover\:text-opacity-50:hover {
        --tw-text-opacity: 0.5;
    }

    .desktop_medium\:hover\:text-opacity-60:hover {
        --tw-text-opacity: 0.6;
    }

    .desktop_medium\:hover\:text-opacity-70:hover {
        --tw-text-opacity: 0.7;
    }

    .desktop_medium\:hover\:text-opacity-75:hover {
        --tw-text-opacity: 0.75;
    }

    .desktop_medium\:hover\:text-opacity-80:hover {
        --tw-text-opacity: 0.8;
    }

    .desktop_medium\:hover\:text-opacity-90:hover {
        --tw-text-opacity: 0.9;
    }

    .desktop_medium\:hover\:text-opacity-95:hover {
        --tw-text-opacity: 0.95;
    }

    .desktop_medium\:hover\:text-opacity-100:hover {
        --tw-text-opacity: 1;
    }

    .desktop_medium\:focus\:text-opacity-0:focus {
        --tw-text-opacity: 0;
    }

    .desktop_medium\:focus\:text-opacity-5:focus {
        --tw-text-opacity: 0.05;
    }

    .desktop_medium\:focus\:text-opacity-10:focus {
        --tw-text-opacity: 0.1;
    }

    .desktop_medium\:focus\:text-opacity-20:focus {
        --tw-text-opacity: 0.2;
    }

    .desktop_medium\:focus\:text-opacity-25:focus {
        --tw-text-opacity: 0.25;
    }

    .desktop_medium\:focus\:text-opacity-30:focus {
        --tw-text-opacity: 0.3;
    }

    .desktop_medium\:focus\:text-opacity-40:focus {
        --tw-text-opacity: 0.4;
    }

    .desktop_medium\:focus\:text-opacity-50:focus {
        --tw-text-opacity: 0.5;
    }

    .desktop_medium\:focus\:text-opacity-60:focus {
        --tw-text-opacity: 0.6;
    }

    .desktop_medium\:focus\:text-opacity-70:focus {
        --tw-text-opacity: 0.7;
    }

    .desktop_medium\:focus\:text-opacity-75:focus {
        --tw-text-opacity: 0.75;
    }

    .desktop_medium\:focus\:text-opacity-80:focus {
        --tw-text-opacity: 0.8;
    }

    .desktop_medium\:focus\:text-opacity-90:focus {
        --tw-text-opacity: 0.9;
    }

    .desktop_medium\:focus\:text-opacity-95:focus {
        --tw-text-opacity: 0.95;
    }

    .desktop_medium\:focus\:text-opacity-100:focus {
        --tw-text-opacity: 1;
    }

    .desktop_medium\:underline {
        text-decoration: underline;
    }

    .desktop_medium\:line-through {
        text-decoration: line-through;
    }

    .desktop_medium\:no-underline {
        text-decoration: none;
    }

    .group:hover .desktop_medium\:group-hover\:underline {
        text-decoration: underline;
    }

    .group:hover .desktop_medium\:group-hover\:line-through {
        text-decoration: line-through;
    }

    .group:hover .desktop_medium\:group-hover\:no-underline {
        text-decoration: none;
    }

    .desktop_medium\:focus-within\:underline:focus-within {
        text-decoration: underline;
    }

    .desktop_medium\:focus-within\:line-through:focus-within {
        text-decoration: line-through;
    }

    .desktop_medium\:focus-within\:no-underline:focus-within {
        text-decoration: none;
    }

    .desktop_medium\:hover\:underline:hover {
        text-decoration: underline;
    }

    .desktop_medium\:hover\:line-through:hover {
        text-decoration: line-through;
    }

    .desktop_medium\:hover\:no-underline:hover {
        text-decoration: none;
    }

    .desktop_medium\:focus\:underline:focus {
        text-decoration: underline;
    }

    .desktop_medium\:focus\:line-through:focus {
        text-decoration: line-through;
    }

    .desktop_medium\:focus\:no-underline:focus {
        text-decoration: none;
    }

    .desktop_medium\:antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .desktop_medium\:subpixel-antialiased {
        -webkit-font-smoothing: auto;
        -moz-osx-font-smoothing: auto;
    }

    .desktop_medium\:placeholder-transparent::-moz-placeholder {
        color: transparent;
    }

    .desktop_medium\:placeholder-transparent:-ms-input-placeholder {
        color: transparent;
    }

    .desktop_medium\:placeholder-transparent::placeholder {
        color: transparent;
    }

    .desktop_medium\:placeholder-current::-moz-placeholder {
        color: currentColor;
    }

    .desktop_medium\:placeholder-current:-ms-input-placeholder {
        color: currentColor;
    }

    .desktop_medium\:placeholder-current::placeholder {
        color: currentColor;
    }

    .desktop_medium\:placeholder-black::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-black:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-black::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-white::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-white:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-white::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-gray-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-gray-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-gray-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-gray-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-gray-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-gray-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-gray-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-gray-200:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-gray-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-gray-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-gray-300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-gray-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-gray-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-gray-400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-gray-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-gray-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-gray-500:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-gray-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-gray-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-gray-600:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-gray-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-gray-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-gray-700:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-gray-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-gray-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-gray-800:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-gray-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-gray-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-gray-900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-gray-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-red-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-red-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-red-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-red-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-red-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-red-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-red-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-red-200:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-red-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-red-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-red-300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-red-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-red-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-red-400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-red-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-red-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-red-500:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-red-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-red-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-red-600:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-red-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-red-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-red-700:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-red-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-red-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-red-800:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-red-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-red-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-red-900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-red-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-yellow::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-yellow:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-yellow::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-indigo-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-indigo-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-indigo-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-indigo-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-indigo-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-indigo-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-indigo-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-indigo-200:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-indigo-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-indigo-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-indigo-300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-indigo-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-indigo-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-indigo-400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-indigo-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-indigo-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-indigo-500:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-indigo-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-indigo-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-indigo-600:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-indigo-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-indigo-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-indigo-700:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-indigo-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-indigo-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-indigo-800:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-indigo-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-indigo-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-indigo-900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-indigo-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-purple::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-purple:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-purple::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-pink::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-pink:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-pink::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-primary::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-primary:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-primary::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-secondary::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-secondary:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-secondary::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-body_bg::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-body_bg:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-body_bg::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-body_text::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-body_text:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-body_text::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-title::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-title:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-title::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-dark_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-dark_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-dark_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-light_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-light_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-light_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-medium_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-medium_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-medium_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-lightten_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-lightten_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-lightten_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-grey_300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-grey_300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-grey_300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-grey_400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-grey_400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-grey_400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-medium_blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-medium_blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-medium_blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-dark_blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-dark_blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-dark_blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-text_blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-text_blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-text_blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-footer_bg::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-footer_bg:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-footer_bg::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-brown::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-brown:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-brown::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-dark_brown::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-dark_brown:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-dark_brown::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-Light_purple::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-Light_purple:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-Light_purple::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-dark_green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-dark_green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-dark_green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-medium_green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-medium_green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-medium_green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-light_green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-light_green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-light_green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-green_900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-green_900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-green_900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-dark_border::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-dark_border:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-dark_border::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-transparent:focus::-moz-placeholder {
        color: transparent;
    }

    .desktop_medium\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
        color: transparent;
    }

    .desktop_medium\:focus\:placeholder-transparent:focus::placeholder {
        color: transparent;
    }

    .desktop_medium\:focus\:placeholder-current:focus::-moz-placeholder {
        color: currentColor;
    }

    .desktop_medium\:focus\:placeholder-current:focus:-ms-input-placeholder {
        color: currentColor;
    }

    .desktop_medium\:focus\:placeholder-current:focus::placeholder {
        color: currentColor;
    }

    .desktop_medium\:focus\:placeholder-black:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-black:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-black:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-white:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-white:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-white:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-gray-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-gray-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-gray-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-gray-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-gray-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-gray-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-gray-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-gray-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-gray-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-gray-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-gray-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-gray-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-gray-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-gray-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-gray-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-gray-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-gray-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-gray-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-gray-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-gray-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-gray-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-red-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-red-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-red-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-red-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-red-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-red-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-red-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-red-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-red-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-red-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-red-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-red-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-red-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-red-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-red-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-red-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-red-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-red-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-red-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-red-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-red-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-yellow:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-yellow:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-indigo-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-indigo-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-indigo-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-indigo-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-indigo-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-indigo-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-indigo-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-indigo-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-indigo-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-indigo-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-purple:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-purple:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-purple:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-pink:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-pink:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-pink:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-primary:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-primary:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-primary:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-secondary:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-secondary:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-secondary:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-body_bg:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-body_bg:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-body_bg:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-body_text:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-body_text:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-body_text:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-title:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-title:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-title:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-dark_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-dark_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-dark_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-light_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-light_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-light_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-medium_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-medium_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-medium_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-lightten_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-lightten_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-lightten_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-grey_300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-grey_300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-grey_300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-grey_400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-grey_400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-grey_400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-medium_blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-medium_blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-medium_blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-dark_blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-dark_blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-dark_blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-text_blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-text_blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-text_blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-footer_bg:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-footer_bg:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-footer_bg:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-brown:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-brown:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-brown:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-dark_brown:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-dark_brown:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-dark_brown:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-Light_purple:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-Light_purple:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-Light_purple:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-dark_green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-dark_green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-dark_green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-medium_green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-medium_green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-medium_green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-light_green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-light_green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-light_green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-green_900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-green_900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-green_900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-dark_border:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-dark_border:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:focus\:placeholder-dark_border:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .desktop_medium\:placeholder-opacity-0::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .desktop_medium\:placeholder-opacity-0:-ms-input-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .desktop_medium\:placeholder-opacity-0::placeholder {
        --tw-placeholder-opacity: 0;
    }

    .desktop_medium\:placeholder-opacity-5::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .desktop_medium\:placeholder-opacity-5:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .desktop_medium\:placeholder-opacity-5::placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .desktop_medium\:placeholder-opacity-10::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .desktop_medium\:placeholder-opacity-10:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .desktop_medium\:placeholder-opacity-10::placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .desktop_medium\:placeholder-opacity-20::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .desktop_medium\:placeholder-opacity-20:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .desktop_medium\:placeholder-opacity-20::placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .desktop_medium\:placeholder-opacity-25::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .desktop_medium\:placeholder-opacity-25:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .desktop_medium\:placeholder-opacity-25::placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .desktop_medium\:placeholder-opacity-30::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .desktop_medium\:placeholder-opacity-30:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .desktop_medium\:placeholder-opacity-30::placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .desktop_medium\:placeholder-opacity-40::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .desktop_medium\:placeholder-opacity-40:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .desktop_medium\:placeholder-opacity-40::placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .desktop_medium\:placeholder-opacity-50::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .desktop_medium\:placeholder-opacity-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .desktop_medium\:placeholder-opacity-50::placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .desktop_medium\:placeholder-opacity-60::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .desktop_medium\:placeholder-opacity-60:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .desktop_medium\:placeholder-opacity-60::placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .desktop_medium\:placeholder-opacity-70::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .desktop_medium\:placeholder-opacity-70:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .desktop_medium\:placeholder-opacity-70::placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .desktop_medium\:placeholder-opacity-75::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .desktop_medium\:placeholder-opacity-75:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .desktop_medium\:placeholder-opacity-75::placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .desktop_medium\:placeholder-opacity-80::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .desktop_medium\:placeholder-opacity-80:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .desktop_medium\:placeholder-opacity-80::placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .desktop_medium\:placeholder-opacity-90::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .desktop_medium\:placeholder-opacity-90:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .desktop_medium\:placeholder-opacity-90::placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .desktop_medium\:placeholder-opacity-95::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .desktop_medium\:placeholder-opacity-95:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .desktop_medium\:placeholder-opacity-95::placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .desktop_medium\:placeholder-opacity-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .desktop_medium\:placeholder-opacity-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .desktop_medium\:placeholder-opacity-100::placeholder {
        --tw-placeholder-opacity: 1;
    }

    .desktop_medium\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .desktop_medium\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .desktop_medium\:focus\:placeholder-opacity-0:focus::placeholder {
        --tw-placeholder-opacity: 0;
    }

    .desktop_medium\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .desktop_medium\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .desktop_medium\:focus\:placeholder-opacity-5:focus::placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .desktop_medium\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .desktop_medium\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .desktop_medium\:focus\:placeholder-opacity-10:focus::placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .desktop_medium\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .desktop_medium\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .desktop_medium\:focus\:placeholder-opacity-20:focus::placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .desktop_medium\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .desktop_medium\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .desktop_medium\:focus\:placeholder-opacity-25:focus::placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .desktop_medium\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .desktop_medium\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .desktop_medium\:focus\:placeholder-opacity-30:focus::placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .desktop_medium\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .desktop_medium\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .desktop_medium\:focus\:placeholder-opacity-40:focus::placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .desktop_medium\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .desktop_medium\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .desktop_medium\:focus\:placeholder-opacity-50:focus::placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .desktop_medium\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .desktop_medium\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .desktop_medium\:focus\:placeholder-opacity-60:focus::placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .desktop_medium\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .desktop_medium\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .desktop_medium\:focus\:placeholder-opacity-70:focus::placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .desktop_medium\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .desktop_medium\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .desktop_medium\:focus\:placeholder-opacity-75:focus::placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .desktop_medium\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .desktop_medium\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .desktop_medium\:focus\:placeholder-opacity-80:focus::placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .desktop_medium\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .desktop_medium\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .desktop_medium\:focus\:placeholder-opacity-90:focus::placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .desktop_medium\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .desktop_medium\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .desktop_medium\:focus\:placeholder-opacity-95:focus::placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .desktop_medium\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .desktop_medium\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .desktop_medium\:focus\:placeholder-opacity-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
    }

    .desktop_medium\:opacity-0 {
        opacity: 0;
    }

    .desktop_medium\:opacity-5 {
        opacity: 0.05;
    }

    .desktop_medium\:opacity-10 {
        opacity: 0.1;
    }

    .desktop_medium\:opacity-20 {
        opacity: 0.2;
    }

    .desktop_medium\:opacity-25 {
        opacity: 0.25;
    }

    .desktop_medium\:opacity-30 {
        opacity: 0.3;
    }

    .desktop_medium\:opacity-40 {
        opacity: 0.4;
    }

    .desktop_medium\:opacity-50 {
        opacity: 0.5;
    }

    .desktop_medium\:opacity-60 {
        opacity: 0.6;
    }

    .desktop_medium\:opacity-70 {
        opacity: 0.7;
    }

    .desktop_medium\:opacity-75 {
        opacity: 0.75;
    }

    .desktop_medium\:opacity-80 {
        opacity: 0.8;
    }

    .desktop_medium\:opacity-90 {
        opacity: 0.9;
    }

    .desktop_medium\:opacity-95 {
        opacity: 0.95;
    }

    .desktop_medium\:opacity-100 {
        opacity: 1;
    }

    .group:hover .desktop_medium\:group-hover\:opacity-0 {
        opacity: 0;
    }

    .group:hover .desktop_medium\:group-hover\:opacity-5 {
        opacity: 0.05;
    }

    .group:hover .desktop_medium\:group-hover\:opacity-10 {
        opacity: 0.1;
    }

    .group:hover .desktop_medium\:group-hover\:opacity-20 {
        opacity: 0.2;
    }

    .group:hover .desktop_medium\:group-hover\:opacity-25 {
        opacity: 0.25;
    }

    .group:hover .desktop_medium\:group-hover\:opacity-30 {
        opacity: 0.3;
    }

    .group:hover .desktop_medium\:group-hover\:opacity-40 {
        opacity: 0.4;
    }

    .group:hover .desktop_medium\:group-hover\:opacity-50 {
        opacity: 0.5;
    }

    .group:hover .desktop_medium\:group-hover\:opacity-60 {
        opacity: 0.6;
    }

    .group:hover .desktop_medium\:group-hover\:opacity-70 {
        opacity: 0.7;
    }

    .group:hover .desktop_medium\:group-hover\:opacity-75 {
        opacity: 0.75;
    }

    .group:hover .desktop_medium\:group-hover\:opacity-80 {
        opacity: 0.8;
    }

    .group:hover .desktop_medium\:group-hover\:opacity-90 {
        opacity: 0.9;
    }

    .group:hover .desktop_medium\:group-hover\:opacity-95 {
        opacity: 0.95;
    }

    .group:hover .desktop_medium\:group-hover\:opacity-100 {
        opacity: 1;
    }

    .desktop_medium\:focus-within\:opacity-0:focus-within {
        opacity: 0;
    }

    .desktop_medium\:focus-within\:opacity-5:focus-within {
        opacity: 0.05;
    }

    .desktop_medium\:focus-within\:opacity-10:focus-within {
        opacity: 0.1;
    }

    .desktop_medium\:focus-within\:opacity-20:focus-within {
        opacity: 0.2;
    }

    .desktop_medium\:focus-within\:opacity-25:focus-within {
        opacity: 0.25;
    }

    .desktop_medium\:focus-within\:opacity-30:focus-within {
        opacity: 0.3;
    }

    .desktop_medium\:focus-within\:opacity-40:focus-within {
        opacity: 0.4;
    }

    .desktop_medium\:focus-within\:opacity-50:focus-within {
        opacity: 0.5;
    }

    .desktop_medium\:focus-within\:opacity-60:focus-within {
        opacity: 0.6;
    }

    .desktop_medium\:focus-within\:opacity-70:focus-within {
        opacity: 0.7;
    }

    .desktop_medium\:focus-within\:opacity-75:focus-within {
        opacity: 0.75;
    }

    .desktop_medium\:focus-within\:opacity-80:focus-within {
        opacity: 0.8;
    }

    .desktop_medium\:focus-within\:opacity-90:focus-within {
        opacity: 0.9;
    }

    .desktop_medium\:focus-within\:opacity-95:focus-within {
        opacity: 0.95;
    }

    .desktop_medium\:focus-within\:opacity-100:focus-within {
        opacity: 1;
    }

    .desktop_medium\:hover\:opacity-0:hover {
        opacity: 0;
    }

    .desktop_medium\:hover\:opacity-5:hover {
        opacity: 0.05;
    }

    .desktop_medium\:hover\:opacity-10:hover {
        opacity: 0.1;
    }

    .desktop_medium\:hover\:opacity-20:hover {
        opacity: 0.2;
    }

    .desktop_medium\:hover\:opacity-25:hover {
        opacity: 0.25;
    }

    .desktop_medium\:hover\:opacity-30:hover {
        opacity: 0.3;
    }

    .desktop_medium\:hover\:opacity-40:hover {
        opacity: 0.4;
    }

    .desktop_medium\:hover\:opacity-50:hover {
        opacity: 0.5;
    }

    .desktop_medium\:hover\:opacity-60:hover {
        opacity: 0.6;
    }

    .desktop_medium\:hover\:opacity-70:hover {
        opacity: 0.7;
    }

    .desktop_medium\:hover\:opacity-75:hover {
        opacity: 0.75;
    }

    .desktop_medium\:hover\:opacity-80:hover {
        opacity: 0.8;
    }

    .desktop_medium\:hover\:opacity-90:hover {
        opacity: 0.9;
    }

    .desktop_medium\:hover\:opacity-95:hover {
        opacity: 0.95;
    }

    .desktop_medium\:hover\:opacity-100:hover {
        opacity: 1;
    }

    .desktop_medium\:focus\:opacity-0:focus {
        opacity: 0;
    }

    .desktop_medium\:focus\:opacity-5:focus {
        opacity: 0.05;
    }

    .desktop_medium\:focus\:opacity-10:focus {
        opacity: 0.1;
    }

    .desktop_medium\:focus\:opacity-20:focus {
        opacity: 0.2;
    }

    .desktop_medium\:focus\:opacity-25:focus {
        opacity: 0.25;
    }

    .desktop_medium\:focus\:opacity-30:focus {
        opacity: 0.3;
    }

    .desktop_medium\:focus\:opacity-40:focus {
        opacity: 0.4;
    }

    .desktop_medium\:focus\:opacity-50:focus {
        opacity: 0.5;
    }

    .desktop_medium\:focus\:opacity-60:focus {
        opacity: 0.6;
    }

    .desktop_medium\:focus\:opacity-70:focus {
        opacity: 0.7;
    }

    .desktop_medium\:focus\:opacity-75:focus {
        opacity: 0.75;
    }

    .desktop_medium\:focus\:opacity-80:focus {
        opacity: 0.8;
    }

    .desktop_medium\:focus\:opacity-90:focus {
        opacity: 0.9;
    }

    .desktop_medium\:focus\:opacity-95:focus {
        opacity: 0.95;
    }

    .desktop_medium\:focus\:opacity-100:focus {
        opacity: 1;
    }

    .desktop_medium\:bg-blend-normal {
        background-blend-mode: normal;
    }

    .desktop_medium\:bg-blend-multiply {
        background-blend-mode: multiply;
    }

    .desktop_medium\:bg-blend-screen {
        background-blend-mode: screen;
    }

    .desktop_medium\:bg-blend-overlay {
        background-blend-mode: overlay;
    }

    .desktop_medium\:bg-blend-darken {
        background-blend-mode: darken;
    }

    .desktop_medium\:bg-blend-lighten {
        background-blend-mode: lighten;
    }

    .desktop_medium\:bg-blend-color-dodge {
        background-blend-mode: color-dodge;
    }

    .desktop_medium\:bg-blend-color-burn {
        background-blend-mode: color-burn;
    }

    .desktop_medium\:bg-blend-hard-light {
        background-blend-mode: hard-light;
    }

    .desktop_medium\:bg-blend-soft-light {
        background-blend-mode: soft-light;
    }

    .desktop_medium\:bg-blend-difference {
        background-blend-mode: difference;
    }

    .desktop_medium\:bg-blend-exclusion {
        background-blend-mode: exclusion;
    }

    .desktop_medium\:bg-blend-hue {
        background-blend-mode: hue;
    }

    .desktop_medium\:bg-blend-saturation {
        background-blend-mode: saturation;
    }

    .desktop_medium\:bg-blend-color {
        background-blend-mode: color;
    }

    .desktop_medium\:bg-blend-luminosity {
        background-blend-mode: luminosity;
    }

    .desktop_medium\:mix-blend-normal {
        mix-blend-mode: normal;
    }

    .desktop_medium\:mix-blend-multiply {
        mix-blend-mode: multiply;
    }

    .desktop_medium\:mix-blend-screen {
        mix-blend-mode: screen;
    }

    .desktop_medium\:mix-blend-overlay {
        mix-blend-mode: overlay;
    }

    .desktop_medium\:mix-blend-darken {
        mix-blend-mode: darken;
    }

    .desktop_medium\:mix-blend-lighten {
        mix-blend-mode: lighten;
    }

    .desktop_medium\:mix-blend-color-dodge {
        mix-blend-mode: color-dodge;
    }

    .desktop_medium\:mix-blend-color-burn {
        mix-blend-mode: color-burn;
    }

    .desktop_medium\:mix-blend-hard-light {
        mix-blend-mode: hard-light;
    }

    .desktop_medium\:mix-blend-soft-light {
        mix-blend-mode: soft-light;
    }

    .desktop_medium\:mix-blend-difference {
        mix-blend-mode: difference;
    }

    .desktop_medium\:mix-blend-exclusion {
        mix-blend-mode: exclusion;
    }

    .desktop_medium\:mix-blend-hue {
        mix-blend-mode: hue;
    }

    .desktop_medium\:mix-blend-saturation {
        mix-blend-mode: saturation;
    }

    .desktop_medium\:mix-blend-color {
        mix-blend-mode: color;
    }

    .desktop_medium\:mix-blend-luminosity {
        mix-blend-mode: luminosity;
    }

    .desktop_medium\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_medium\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_medium\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_medium\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_medium\:shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_medium\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_medium\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_medium\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .desktop_medium\:group-hover\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .desktop_medium\:group-hover\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .desktop_medium\:group-hover\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .desktop_medium\:group-hover\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .desktop_medium\:group-hover\:shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .desktop_medium\:group-hover\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .desktop_medium\:group-hover\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .desktop_medium\:group-hover\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_medium\:focus-within\:shadow-sm:focus-within {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_medium\:focus-within\:shadow:focus-within {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_medium\:focus-within\:shadow-md:focus-within {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_medium\:focus-within\:shadow-lg:focus-within {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_medium\:focus-within\:shadow-xl:focus-within {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_medium\:focus-within\:shadow-2xl:focus-within {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_medium\:focus-within\:shadow-inner:focus-within {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_medium\:focus-within\:shadow-none:focus-within {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_medium\:hover\:shadow-sm:hover {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_medium\:hover\:shadow:hover {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_medium\:hover\:shadow-md:hover {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_medium\:hover\:shadow-lg:hover {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_medium\:hover\:shadow-xl:hover {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_medium\:hover\:shadow-2xl:hover {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_medium\:hover\:shadow-inner:hover {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_medium\:hover\:shadow-none:hover {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_medium\:focus\:shadow-sm:focus {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_medium\:focus\:shadow:focus {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_medium\:focus\:shadow-md:focus {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_medium\:focus\:shadow-lg:focus {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_medium\:focus\:shadow-xl:focus {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_medium\:focus\:shadow-2xl:focus {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_medium\:focus\:shadow-inner:focus {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_medium\:focus\:shadow-none:focus {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop_medium\:outline-none {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .desktop_medium\:outline-white {
        outline: 2px dotted white;
        outline-offset: 2px;
    }

    .desktop_medium\:outline-black {
        outline: 2px dotted black;
        outline-offset: 2px;
    }

    .desktop_medium\:focus-within\:outline-none:focus-within {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .desktop_medium\:focus-within\:outline-white:focus-within {
        outline: 2px dotted white;
        outline-offset: 2px;
    }

    .desktop_medium\:focus-within\:outline-black:focus-within {
        outline: 2px dotted black;
        outline-offset: 2px;
    }

    .desktop_medium\:focus\:outline-none:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .desktop_medium\:focus\:outline-white:focus {
        outline: 2px dotted white;
        outline-offset: 2px;
    }

    .desktop_medium\:focus\:outline-black:focus {
        outline: 2px dotted black;
        outline-offset: 2px;
    }

    .desktop_medium\:ring-0 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_medium\:ring-1 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_medium\:ring-2 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_medium\:ring-4 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_medium\:ring-8 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_medium\:ring {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_medium\:focus-within\:ring-0:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_medium\:focus-within\:ring-1:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_medium\:focus-within\:ring-2:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_medium\:focus-within\:ring-4:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_medium\:focus-within\:ring-8:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_medium\:focus-within\:ring:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_medium\:focus\:ring-0:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_medium\:focus\:ring-1:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_medium\:focus\:ring-2:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_medium\:focus\:ring-4:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_medium\:focus\:ring-8:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_medium\:focus\:ring:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop_medium\:ring-inset {
        --tw-ring-inset: inset;
    }

    .desktop_medium\:focus-within\:ring-inset:focus-within {
        --tw-ring-inset: inset;
    }

    .desktop_medium\:focus\:ring-inset:focus {
        --tw-ring-inset: inset;
    }

    .desktop_medium\:ring-transparent {
        --tw-ring-color: transparent;
    }

    .desktop_medium\:ring-current {
        --tw-ring-color: currentColor;
    }

    .desktop_medium\:ring-black {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-white {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-gray-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-gray-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-gray-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-gray-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-gray-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-gray-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-gray-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-gray-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-gray-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-gray-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-red-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-red-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-red-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-red-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-red-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-red-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-red-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-red-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-red-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-red-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-yellow {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 145, 67, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(123, 188, 0, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 164, 220, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-indigo-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-indigo-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-indigo-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-indigo-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-indigo-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-indigo-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-indigo-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-indigo-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-indigo-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-indigo-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-purple {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(104, 71, 195, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-pink {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(133, 7, 55, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-primary {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 110, 110, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-secondary {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-body_bg {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-body_text {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-title {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(82, 74, 81, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-dark_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-light_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-medium_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(87, 81, 86, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-lightten_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(198, 198, 198, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-grey_300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-grey_400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-medium_blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(69, 205, 252, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-dark_blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 128, 172, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-text_blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-footer_bg {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-brown {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(128, 83, 0, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-dark_brown {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(135, 68, 51, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-Light_purple {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(101, 71, 155, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-dark_green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 155, 81, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-medium_green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 172, 43, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-light_green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(154, 203, 62, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-green_900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(57, 102, 118, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-dark_border {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-transparent:focus-within {
        --tw-ring-color: transparent;
    }

    .desktop_medium\:focus-within\:ring-current:focus-within {
        --tw-ring-color: currentColor;
    }

    .desktop_medium\:focus-within\:ring-black:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-white:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-gray-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-gray-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-gray-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-gray-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-gray-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-gray-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-gray-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-gray-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-gray-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-gray-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-red-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-red-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-red-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-red-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-red-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-red-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-red-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-red-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-red-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-red-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-yellow:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 145, 67, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(123, 188, 0, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 164, 220, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-indigo-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-indigo-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-indigo-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-indigo-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-indigo-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-indigo-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-indigo-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-indigo-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-indigo-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-indigo-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-purple:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(104, 71, 195, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-pink:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(133, 7, 55, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-primary:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 110, 110, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-secondary:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-body_bg:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-body_text:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-title:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(82, 74, 81, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-dark_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-light_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-medium_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(87, 81, 86, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-lightten_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(198, 198, 198, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-grey_300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-grey_400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-medium_blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(69, 205, 252, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-dark_blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 128, 172, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-text_blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-footer_bg:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-brown:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(128, 83, 0, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-dark_brown:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(135, 68, 51, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-Light_purple:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(101, 71, 155, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-dark_green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 155, 81, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-medium_green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 172, 43, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-light_green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(154, 203, 62, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-green_900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(57, 102, 118, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus-within\:ring-dark_border:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-transparent:focus {
        --tw-ring-color: transparent;
    }

    .desktop_medium\:focus\:ring-current:focus {
        --tw-ring-color: currentColor;
    }

    .desktop_medium\:focus\:ring-black:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-white:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-gray-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-gray-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-gray-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-gray-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-gray-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-gray-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-gray-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-gray-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-gray-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-gray-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-red-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-red-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-red-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-red-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-red-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-red-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-red-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-red-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-red-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-red-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-yellow:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 145, 67, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(123, 188, 0, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 164, 220, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-indigo-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-indigo-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-indigo-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-indigo-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-indigo-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-indigo-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-indigo-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-indigo-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-indigo-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-indigo-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-purple:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(104, 71, 195, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-pink:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(133, 7, 55, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-primary:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 110, 110, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-secondary:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-body_bg:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-body_text:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-title:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(82, 74, 81, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-dark_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-light_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-medium_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(87, 81, 86, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-lightten_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(198, 198, 198, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-grey_300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-grey_400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-medium_blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(69, 205, 252, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-dark_blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 128, 172, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-text_blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-footer_bg:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-brown:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(128, 83, 0, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-dark_brown:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(135, 68, 51, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-Light_purple:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(101, 71, 155, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-dark_green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 155, 81, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-medium_green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 172, 43, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-light_green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(154, 203, 62, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-green_900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(57, 102, 118, var(--tw-ring-opacity));
    }

    .desktop_medium\:focus\:ring-dark_border:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity));
    }

    .desktop_medium\:ring-opacity-0 {
        --tw-ring-opacity: 0;
    }

    .desktop_medium\:ring-opacity-5 {
        --tw-ring-opacity: 0.05;
    }

    .desktop_medium\:ring-opacity-10 {
        --tw-ring-opacity: 0.1;
    }

    .desktop_medium\:ring-opacity-20 {
        --tw-ring-opacity: 0.2;
    }

    .desktop_medium\:ring-opacity-25 {
        --tw-ring-opacity: 0.25;
    }

    .desktop_medium\:ring-opacity-30 {
        --tw-ring-opacity: 0.3;
    }

    .desktop_medium\:ring-opacity-40 {
        --tw-ring-opacity: 0.4;
    }

    .desktop_medium\:ring-opacity-50 {
        --tw-ring-opacity: 0.5;
    }

    .desktop_medium\:ring-opacity-60 {
        --tw-ring-opacity: 0.6;
    }

    .desktop_medium\:ring-opacity-70 {
        --tw-ring-opacity: 0.7;
    }

    .desktop_medium\:ring-opacity-75 {
        --tw-ring-opacity: 0.75;
    }

    .desktop_medium\:ring-opacity-80 {
        --tw-ring-opacity: 0.8;
    }

    .desktop_medium\:ring-opacity-90 {
        --tw-ring-opacity: 0.9;
    }

    .desktop_medium\:ring-opacity-95 {
        --tw-ring-opacity: 0.95;
    }

    .desktop_medium\:ring-opacity-100 {
        --tw-ring-opacity: 1;
    }

    .desktop_medium\:focus-within\:ring-opacity-0:focus-within {
        --tw-ring-opacity: 0;
    }

    .desktop_medium\:focus-within\:ring-opacity-5:focus-within {
        --tw-ring-opacity: 0.05;
    }

    .desktop_medium\:focus-within\:ring-opacity-10:focus-within {
        --tw-ring-opacity: 0.1;
    }

    .desktop_medium\:focus-within\:ring-opacity-20:focus-within {
        --tw-ring-opacity: 0.2;
    }

    .desktop_medium\:focus-within\:ring-opacity-25:focus-within {
        --tw-ring-opacity: 0.25;
    }

    .desktop_medium\:focus-within\:ring-opacity-30:focus-within {
        --tw-ring-opacity: 0.3;
    }

    .desktop_medium\:focus-within\:ring-opacity-40:focus-within {
        --tw-ring-opacity: 0.4;
    }

    .desktop_medium\:focus-within\:ring-opacity-50:focus-within {
        --tw-ring-opacity: 0.5;
    }

    .desktop_medium\:focus-within\:ring-opacity-60:focus-within {
        --tw-ring-opacity: 0.6;
    }

    .desktop_medium\:focus-within\:ring-opacity-70:focus-within {
        --tw-ring-opacity: 0.7;
    }

    .desktop_medium\:focus-within\:ring-opacity-75:focus-within {
        --tw-ring-opacity: 0.75;
    }

    .desktop_medium\:focus-within\:ring-opacity-80:focus-within {
        --tw-ring-opacity: 0.8;
    }

    .desktop_medium\:focus-within\:ring-opacity-90:focus-within {
        --tw-ring-opacity: 0.9;
    }

    .desktop_medium\:focus-within\:ring-opacity-95:focus-within {
        --tw-ring-opacity: 0.95;
    }

    .desktop_medium\:focus-within\:ring-opacity-100:focus-within {
        --tw-ring-opacity: 1;
    }

    .desktop_medium\:focus\:ring-opacity-0:focus {
        --tw-ring-opacity: 0;
    }

    .desktop_medium\:focus\:ring-opacity-5:focus {
        --tw-ring-opacity: 0.05;
    }

    .desktop_medium\:focus\:ring-opacity-10:focus {
        --tw-ring-opacity: 0.1;
    }

    .desktop_medium\:focus\:ring-opacity-20:focus {
        --tw-ring-opacity: 0.2;
    }

    .desktop_medium\:focus\:ring-opacity-25:focus {
        --tw-ring-opacity: 0.25;
    }

    .desktop_medium\:focus\:ring-opacity-30:focus {
        --tw-ring-opacity: 0.3;
    }

    .desktop_medium\:focus\:ring-opacity-40:focus {
        --tw-ring-opacity: 0.4;
    }

    .desktop_medium\:focus\:ring-opacity-50:focus {
        --tw-ring-opacity: 0.5;
    }

    .desktop_medium\:focus\:ring-opacity-60:focus {
        --tw-ring-opacity: 0.6;
    }

    .desktop_medium\:focus\:ring-opacity-70:focus {
        --tw-ring-opacity: 0.7;
    }

    .desktop_medium\:focus\:ring-opacity-75:focus {
        --tw-ring-opacity: 0.75;
    }

    .desktop_medium\:focus\:ring-opacity-80:focus {
        --tw-ring-opacity: 0.8;
    }

    .desktop_medium\:focus\:ring-opacity-90:focus {
        --tw-ring-opacity: 0.9;
    }

    .desktop_medium\:focus\:ring-opacity-95:focus {
        --tw-ring-opacity: 0.95;
    }

    .desktop_medium\:focus\:ring-opacity-100:focus {
        --tw-ring-opacity: 1;
    }

    .desktop_medium\:ring-offset-0 {
        --tw-ring-offset-width: 0px;
    }

    .desktop_medium\:ring-offset-1 {
        --tw-ring-offset-width: 1px;
    }

    .desktop_medium\:ring-offset-2 {
        --tw-ring-offset-width: 2px;
    }

    .desktop_medium\:ring-offset-4 {
        --tw-ring-offset-width: 4px;
    }

    .desktop_medium\:ring-offset-8 {
        --tw-ring-offset-width: 8px;
    }

    .desktop_medium\:focus-within\:ring-offset-0:focus-within {
        --tw-ring-offset-width: 0px;
    }

    .desktop_medium\:focus-within\:ring-offset-1:focus-within {
        --tw-ring-offset-width: 1px;
    }

    .desktop_medium\:focus-within\:ring-offset-2:focus-within {
        --tw-ring-offset-width: 2px;
    }

    .desktop_medium\:focus-within\:ring-offset-4:focus-within {
        --tw-ring-offset-width: 4px;
    }

    .desktop_medium\:focus-within\:ring-offset-8:focus-within {
        --tw-ring-offset-width: 8px;
    }

    .desktop_medium\:focus\:ring-offset-0:focus {
        --tw-ring-offset-width: 0px;
    }

    .desktop_medium\:focus\:ring-offset-1:focus {
        --tw-ring-offset-width: 1px;
    }

    .desktop_medium\:focus\:ring-offset-2:focus {
        --tw-ring-offset-width: 2px;
    }

    .desktop_medium\:focus\:ring-offset-4:focus {
        --tw-ring-offset-width: 4px;
    }

    .desktop_medium\:focus\:ring-offset-8:focus {
        --tw-ring-offset-width: 8px;
    }

    .desktop_medium\:ring-offset-transparent {
        --tw-ring-offset-color: transparent;
    }

    .desktop_medium\:ring-offset-current {
        --tw-ring-offset-color: currentColor;
    }

    .desktop_medium\:ring-offset-black {
        --tw-ring-offset-color: #000;
    }

    .desktop_medium\:ring-offset-white {
        --tw-ring-offset-color: #fff;
    }

    .desktop_medium\:ring-offset-gray-50 {
        --tw-ring-offset-color: #f9fafb;
    }

    .desktop_medium\:ring-offset-gray-100 {
        --tw-ring-offset-color: #f3f4f6;
    }

    .desktop_medium\:ring-offset-gray-200 {
        --tw-ring-offset-color: #e5e7eb;
    }

    .desktop_medium\:ring-offset-gray-300 {
        --tw-ring-offset-color: #d1d5db;
    }

    .desktop_medium\:ring-offset-gray-400 {
        --tw-ring-offset-color: #9ca3af;
    }

    .desktop_medium\:ring-offset-gray-500 {
        --tw-ring-offset-color: #6b7280;
    }

    .desktop_medium\:ring-offset-gray-600 {
        --tw-ring-offset-color: #4b5563;
    }

    .desktop_medium\:ring-offset-gray-700 {
        --tw-ring-offset-color: #374151;
    }

    .desktop_medium\:ring-offset-gray-800 {
        --tw-ring-offset-color: #1f2937;
    }

    .desktop_medium\:ring-offset-gray-900 {
        --tw-ring-offset-color: #111827;
    }

    .desktop_medium\:ring-offset-red-50 {
        --tw-ring-offset-color: #fef2f2;
    }

    .desktop_medium\:ring-offset-red-100 {
        --tw-ring-offset-color: #fee2e2;
    }

    .desktop_medium\:ring-offset-red-200 {
        --tw-ring-offset-color: #fecaca;
    }

    .desktop_medium\:ring-offset-red-300 {
        --tw-ring-offset-color: #fca5a5;
    }

    .desktop_medium\:ring-offset-red-400 {
        --tw-ring-offset-color: #f87171;
    }

    .desktop_medium\:ring-offset-red-500 {
        --tw-ring-offset-color: #ef4444;
    }

    .desktop_medium\:ring-offset-red-600 {
        --tw-ring-offset-color: #dc2626;
    }

    .desktop_medium\:ring-offset-red-700 {
        --tw-ring-offset-color: #b91c1c;
    }

    .desktop_medium\:ring-offset-red-800 {
        --tw-ring-offset-color: #991b1b;
    }

    .desktop_medium\:ring-offset-red-900 {
        --tw-ring-offset-color: #7f1d1d;
    }

    .desktop_medium\:ring-offset-yellow {
        --tw-ring-offset-color: #ed9143;
    }

    .desktop_medium\:ring-offset-green {
        --tw-ring-offset-color: #7bbc00;
    }

    .desktop_medium\:ring-offset-blue {
        --tw-ring-offset-color: #5ba4dc;
    }

    .desktop_medium\:ring-offset-indigo-50 {
        --tw-ring-offset-color: #eef2ff;
    }

    .desktop_medium\:ring-offset-indigo-100 {
        --tw-ring-offset-color: #e0e7ff;
    }

    .desktop_medium\:ring-offset-indigo-200 {
        --tw-ring-offset-color: #c7d2fe;
    }

    .desktop_medium\:ring-offset-indigo-300 {
        --tw-ring-offset-color: #a5b4fc;
    }

    .desktop_medium\:ring-offset-indigo-400 {
        --tw-ring-offset-color: #818cf8;
    }

    .desktop_medium\:ring-offset-indigo-500 {
        --tw-ring-offset-color: #6366f1;
    }

    .desktop_medium\:ring-offset-indigo-600 {
        --tw-ring-offset-color: #4f46e5;
    }

    .desktop_medium\:ring-offset-indigo-700 {
        --tw-ring-offset-color: #4338ca;
    }

    .desktop_medium\:ring-offset-indigo-800 {
        --tw-ring-offset-color: #3730a3;
    }

    .desktop_medium\:ring-offset-indigo-900 {
        --tw-ring-offset-color: #312e81;
    }

    .desktop_medium\:ring-offset-purple {
        --tw-ring-offset-color: #6847c3;
    }

    .desktop_medium\:ring-offset-pink {
        --tw-ring-offset-color: #850737;
    }

    .desktop_medium\:ring-offset-primary {
        --tw-ring-offset-color: #6E6E6E;
    }

    .desktop_medium\:ring-offset-secondary {
        --tw-ring-offset-color: #ededed;
    }

    .desktop_medium\:ring-offset-body_bg {
        --tw-ring-offset-color: #ffffff;
    }

    .desktop_medium\:ring-offset-body_text {
        --tw-ring-offset-color: #4a4349;
    }

    .desktop_medium\:ring-offset-title {
        --tw-ring-offset-color: #3fb2cf;
    }

    .desktop_medium\:ring-offset-grey {
        --tw-ring-offset-color: #524A51;
    }

    .desktop_medium\:ring-offset-dark_grey {
        --tw-ring-offset-color: #4a4349;
    }

    .desktop_medium\:ring-offset-light_grey {
        --tw-ring-offset-color: #B7B7B7;
    }

    .desktop_medium\:ring-offset-medium_grey {
        --tw-ring-offset-color: #575156;
    }

    .desktop_medium\:ring-offset-lightten_grey {
        --tw-ring-offset-color: #C6C6C6;
    }

    .desktop_medium\:ring-offset-grey_300 {
        --tw-ring-offset-color: #d3d3d3;
    }

    .desktop_medium\:ring-offset-grey_400 {
        --tw-ring-offset-color: #b7b7b7;
    }

    .desktop_medium\:ring-offset-medium_blue {
        --tw-ring-offset-color: #45cdfc;
    }

    .desktop_medium\:ring-offset-dark_blue {
        --tw-ring-offset-color: #0080ac;
    }

    .desktop_medium\:ring-offset-text_blue {
        --tw-ring-offset-color: #3FB2CF;
    }

    .desktop_medium\:ring-offset-footer_bg {
        --tw-ring-offset-color: #464646;
    }

    .desktop_medium\:ring-offset-brown {
        --tw-ring-offset-color: #805300;
    }

    .desktop_medium\:ring-offset-dark_brown {
        --tw-ring-offset-color: #874433;
    }

    .desktop_medium\:ring-offset-Light_purple {
        --tw-ring-offset-color: #65479b;
    }

    .desktop_medium\:ring-offset-dark_green {
        --tw-ring-offset-color: #479b51;
    }

    .desktop_medium\:ring-offset-medium_green {
        --tw-ring-offset-color: #3aac2b;
    }

    .desktop_medium\:ring-offset-light_green {
        --tw-ring-offset-color: #9acb3e;
    }

    .desktop_medium\:ring-offset-green_900 {
        --tw-ring-offset-color: #396676;
    }

    .desktop_medium\:ring-offset-dark_border {
        --tw-ring-offset-color: #707070;
    }

    .desktop_medium\:focus-within\:ring-offset-transparent:focus-within {
        --tw-ring-offset-color: transparent;
    }

    .desktop_medium\:focus-within\:ring-offset-current:focus-within {
        --tw-ring-offset-color: currentColor;
    }

    .desktop_medium\:focus-within\:ring-offset-black:focus-within {
        --tw-ring-offset-color: #000;
    }

    .desktop_medium\:focus-within\:ring-offset-white:focus-within {
        --tw-ring-offset-color: #fff;
    }

    .desktop_medium\:focus-within\:ring-offset-gray-50:focus-within {
        --tw-ring-offset-color: #f9fafb;
    }

    .desktop_medium\:focus-within\:ring-offset-gray-100:focus-within {
        --tw-ring-offset-color: #f3f4f6;
    }

    .desktop_medium\:focus-within\:ring-offset-gray-200:focus-within {
        --tw-ring-offset-color: #e5e7eb;
    }

    .desktop_medium\:focus-within\:ring-offset-gray-300:focus-within {
        --tw-ring-offset-color: #d1d5db;
    }

    .desktop_medium\:focus-within\:ring-offset-gray-400:focus-within {
        --tw-ring-offset-color: #9ca3af;
    }

    .desktop_medium\:focus-within\:ring-offset-gray-500:focus-within {
        --tw-ring-offset-color: #6b7280;
    }

    .desktop_medium\:focus-within\:ring-offset-gray-600:focus-within {
        --tw-ring-offset-color: #4b5563;
    }

    .desktop_medium\:focus-within\:ring-offset-gray-700:focus-within {
        --tw-ring-offset-color: #374151;
    }

    .desktop_medium\:focus-within\:ring-offset-gray-800:focus-within {
        --tw-ring-offset-color: #1f2937;
    }

    .desktop_medium\:focus-within\:ring-offset-gray-900:focus-within {
        --tw-ring-offset-color: #111827;
    }

    .desktop_medium\:focus-within\:ring-offset-red-50:focus-within {
        --tw-ring-offset-color: #fef2f2;
    }

    .desktop_medium\:focus-within\:ring-offset-red-100:focus-within {
        --tw-ring-offset-color: #fee2e2;
    }

    .desktop_medium\:focus-within\:ring-offset-red-200:focus-within {
        --tw-ring-offset-color: #fecaca;
    }

    .desktop_medium\:focus-within\:ring-offset-red-300:focus-within {
        --tw-ring-offset-color: #fca5a5;
    }

    .desktop_medium\:focus-within\:ring-offset-red-400:focus-within {
        --tw-ring-offset-color: #f87171;
    }

    .desktop_medium\:focus-within\:ring-offset-red-500:focus-within {
        --tw-ring-offset-color: #ef4444;
    }

    .desktop_medium\:focus-within\:ring-offset-red-600:focus-within {
        --tw-ring-offset-color: #dc2626;
    }

    .desktop_medium\:focus-within\:ring-offset-red-700:focus-within {
        --tw-ring-offset-color: #b91c1c;
    }

    .desktop_medium\:focus-within\:ring-offset-red-800:focus-within {
        --tw-ring-offset-color: #991b1b;
    }

    .desktop_medium\:focus-within\:ring-offset-red-900:focus-within {
        --tw-ring-offset-color: #7f1d1d;
    }

    .desktop_medium\:focus-within\:ring-offset-yellow:focus-within {
        --tw-ring-offset-color: #ed9143;
    }

    .desktop_medium\:focus-within\:ring-offset-green:focus-within {
        --tw-ring-offset-color: #7bbc00;
    }

    .desktop_medium\:focus-within\:ring-offset-blue:focus-within {
        --tw-ring-offset-color: #5ba4dc;
    }

    .desktop_medium\:focus-within\:ring-offset-indigo-50:focus-within {
        --tw-ring-offset-color: #eef2ff;
    }

    .desktop_medium\:focus-within\:ring-offset-indigo-100:focus-within {
        --tw-ring-offset-color: #e0e7ff;
    }

    .desktop_medium\:focus-within\:ring-offset-indigo-200:focus-within {
        --tw-ring-offset-color: #c7d2fe;
    }

    .desktop_medium\:focus-within\:ring-offset-indigo-300:focus-within {
        --tw-ring-offset-color: #a5b4fc;
    }

    .desktop_medium\:focus-within\:ring-offset-indigo-400:focus-within {
        --tw-ring-offset-color: #818cf8;
    }

    .desktop_medium\:focus-within\:ring-offset-indigo-500:focus-within {
        --tw-ring-offset-color: #6366f1;
    }

    .desktop_medium\:focus-within\:ring-offset-indigo-600:focus-within {
        --tw-ring-offset-color: #4f46e5;
    }

    .desktop_medium\:focus-within\:ring-offset-indigo-700:focus-within {
        --tw-ring-offset-color: #4338ca;
    }

    .desktop_medium\:focus-within\:ring-offset-indigo-800:focus-within {
        --tw-ring-offset-color: #3730a3;
    }

    .desktop_medium\:focus-within\:ring-offset-indigo-900:focus-within {
        --tw-ring-offset-color: #312e81;
    }

    .desktop_medium\:focus-within\:ring-offset-purple:focus-within {
        --tw-ring-offset-color: #6847c3;
    }

    .desktop_medium\:focus-within\:ring-offset-pink:focus-within {
        --tw-ring-offset-color: #850737;
    }

    .desktop_medium\:focus-within\:ring-offset-primary:focus-within {
        --tw-ring-offset-color: #6E6E6E;
    }

    .desktop_medium\:focus-within\:ring-offset-secondary:focus-within {
        --tw-ring-offset-color: #ededed;
    }

    .desktop_medium\:focus-within\:ring-offset-body_bg:focus-within {
        --tw-ring-offset-color: #ffffff;
    }

    .desktop_medium\:focus-within\:ring-offset-body_text:focus-within {
        --tw-ring-offset-color: #4a4349;
    }

    .desktop_medium\:focus-within\:ring-offset-title:focus-within {
        --tw-ring-offset-color: #3fb2cf;
    }

    .desktop_medium\:focus-within\:ring-offset-grey:focus-within {
        --tw-ring-offset-color: #524A51;
    }

    .desktop_medium\:focus-within\:ring-offset-dark_grey:focus-within {
        --tw-ring-offset-color: #4a4349;
    }

    .desktop_medium\:focus-within\:ring-offset-light_grey:focus-within {
        --tw-ring-offset-color: #B7B7B7;
    }

    .desktop_medium\:focus-within\:ring-offset-medium_grey:focus-within {
        --tw-ring-offset-color: #575156;
    }

    .desktop_medium\:focus-within\:ring-offset-lightten_grey:focus-within {
        --tw-ring-offset-color: #C6C6C6;
    }

    .desktop_medium\:focus-within\:ring-offset-grey_300:focus-within {
        --tw-ring-offset-color: #d3d3d3;
    }

    .desktop_medium\:focus-within\:ring-offset-grey_400:focus-within {
        --tw-ring-offset-color: #b7b7b7;
    }

    .desktop_medium\:focus-within\:ring-offset-medium_blue:focus-within {
        --tw-ring-offset-color: #45cdfc;
    }

    .desktop_medium\:focus-within\:ring-offset-dark_blue:focus-within {
        --tw-ring-offset-color: #0080ac;
    }

    .desktop_medium\:focus-within\:ring-offset-text_blue:focus-within {
        --tw-ring-offset-color: #3FB2CF;
    }

    .desktop_medium\:focus-within\:ring-offset-footer_bg:focus-within {
        --tw-ring-offset-color: #464646;
    }

    .desktop_medium\:focus-within\:ring-offset-brown:focus-within {
        --tw-ring-offset-color: #805300;
    }

    .desktop_medium\:focus-within\:ring-offset-dark_brown:focus-within {
        --tw-ring-offset-color: #874433;
    }

    .desktop_medium\:focus-within\:ring-offset-Light_purple:focus-within {
        --tw-ring-offset-color: #65479b;
    }

    .desktop_medium\:focus-within\:ring-offset-dark_green:focus-within {
        --tw-ring-offset-color: #479b51;
    }

    .desktop_medium\:focus-within\:ring-offset-medium_green:focus-within {
        --tw-ring-offset-color: #3aac2b;
    }

    .desktop_medium\:focus-within\:ring-offset-light_green:focus-within {
        --tw-ring-offset-color: #9acb3e;
    }

    .desktop_medium\:focus-within\:ring-offset-green_900:focus-within {
        --tw-ring-offset-color: #396676;
    }

    .desktop_medium\:focus-within\:ring-offset-dark_border:focus-within {
        --tw-ring-offset-color: #707070;
    }

    .desktop_medium\:focus\:ring-offset-transparent:focus {
        --tw-ring-offset-color: transparent;
    }

    .desktop_medium\:focus\:ring-offset-current:focus {
        --tw-ring-offset-color: currentColor;
    }

    .desktop_medium\:focus\:ring-offset-black:focus {
        --tw-ring-offset-color: #000;
    }

    .desktop_medium\:focus\:ring-offset-white:focus {
        --tw-ring-offset-color: #fff;
    }

    .desktop_medium\:focus\:ring-offset-gray-50:focus {
        --tw-ring-offset-color: #f9fafb;
    }

    .desktop_medium\:focus\:ring-offset-gray-100:focus {
        --tw-ring-offset-color: #f3f4f6;
    }

    .desktop_medium\:focus\:ring-offset-gray-200:focus {
        --tw-ring-offset-color: #e5e7eb;
    }

    .desktop_medium\:focus\:ring-offset-gray-300:focus {
        --tw-ring-offset-color: #d1d5db;
    }

    .desktop_medium\:focus\:ring-offset-gray-400:focus {
        --tw-ring-offset-color: #9ca3af;
    }

    .desktop_medium\:focus\:ring-offset-gray-500:focus {
        --tw-ring-offset-color: #6b7280;
    }

    .desktop_medium\:focus\:ring-offset-gray-600:focus {
        --tw-ring-offset-color: #4b5563;
    }

    .desktop_medium\:focus\:ring-offset-gray-700:focus {
        --tw-ring-offset-color: #374151;
    }

    .desktop_medium\:focus\:ring-offset-gray-800:focus {
        --tw-ring-offset-color: #1f2937;
    }

    .desktop_medium\:focus\:ring-offset-gray-900:focus {
        --tw-ring-offset-color: #111827;
    }

    .desktop_medium\:focus\:ring-offset-red-50:focus {
        --tw-ring-offset-color: #fef2f2;
    }

    .desktop_medium\:focus\:ring-offset-red-100:focus {
        --tw-ring-offset-color: #fee2e2;
    }

    .desktop_medium\:focus\:ring-offset-red-200:focus {
        --tw-ring-offset-color: #fecaca;
    }

    .desktop_medium\:focus\:ring-offset-red-300:focus {
        --tw-ring-offset-color: #fca5a5;
    }

    .desktop_medium\:focus\:ring-offset-red-400:focus {
        --tw-ring-offset-color: #f87171;
    }

    .desktop_medium\:focus\:ring-offset-red-500:focus {
        --tw-ring-offset-color: #ef4444;
    }

    .desktop_medium\:focus\:ring-offset-red-600:focus {
        --tw-ring-offset-color: #dc2626;
    }

    .desktop_medium\:focus\:ring-offset-red-700:focus {
        --tw-ring-offset-color: #b91c1c;
    }

    .desktop_medium\:focus\:ring-offset-red-800:focus {
        --tw-ring-offset-color: #991b1b;
    }

    .desktop_medium\:focus\:ring-offset-red-900:focus {
        --tw-ring-offset-color: #7f1d1d;
    }

    .desktop_medium\:focus\:ring-offset-yellow:focus {
        --tw-ring-offset-color: #ed9143;
    }

    .desktop_medium\:focus\:ring-offset-green:focus {
        --tw-ring-offset-color: #7bbc00;
    }

    .desktop_medium\:focus\:ring-offset-blue:focus {
        --tw-ring-offset-color: #5ba4dc;
    }

    .desktop_medium\:focus\:ring-offset-indigo-50:focus {
        --tw-ring-offset-color: #eef2ff;
    }

    .desktop_medium\:focus\:ring-offset-indigo-100:focus {
        --tw-ring-offset-color: #e0e7ff;
    }

    .desktop_medium\:focus\:ring-offset-indigo-200:focus {
        --tw-ring-offset-color: #c7d2fe;
    }

    .desktop_medium\:focus\:ring-offset-indigo-300:focus {
        --tw-ring-offset-color: #a5b4fc;
    }

    .desktop_medium\:focus\:ring-offset-indigo-400:focus {
        --tw-ring-offset-color: #818cf8;
    }

    .desktop_medium\:focus\:ring-offset-indigo-500:focus {
        --tw-ring-offset-color: #6366f1;
    }

    .desktop_medium\:focus\:ring-offset-indigo-600:focus {
        --tw-ring-offset-color: #4f46e5;
    }

    .desktop_medium\:focus\:ring-offset-indigo-700:focus {
        --tw-ring-offset-color: #4338ca;
    }

    .desktop_medium\:focus\:ring-offset-indigo-800:focus {
        --tw-ring-offset-color: #3730a3;
    }

    .desktop_medium\:focus\:ring-offset-indigo-900:focus {
        --tw-ring-offset-color: #312e81;
    }

    .desktop_medium\:focus\:ring-offset-purple:focus {
        --tw-ring-offset-color: #6847c3;
    }

    .desktop_medium\:focus\:ring-offset-pink:focus {
        --tw-ring-offset-color: #850737;
    }

    .desktop_medium\:focus\:ring-offset-primary:focus {
        --tw-ring-offset-color: #6E6E6E;
    }

    .desktop_medium\:focus\:ring-offset-secondary:focus {
        --tw-ring-offset-color: #ededed;
    }

    .desktop_medium\:focus\:ring-offset-body_bg:focus {
        --tw-ring-offset-color: #ffffff;
    }

    .desktop_medium\:focus\:ring-offset-body_text:focus {
        --tw-ring-offset-color: #4a4349;
    }

    .desktop_medium\:focus\:ring-offset-title:focus {
        --tw-ring-offset-color: #3fb2cf;
    }

    .desktop_medium\:focus\:ring-offset-grey:focus {
        --tw-ring-offset-color: #524A51;
    }

    .desktop_medium\:focus\:ring-offset-dark_grey:focus {
        --tw-ring-offset-color: #4a4349;
    }

    .desktop_medium\:focus\:ring-offset-light_grey:focus {
        --tw-ring-offset-color: #B7B7B7;
    }

    .desktop_medium\:focus\:ring-offset-medium_grey:focus {
        --tw-ring-offset-color: #575156;
    }

    .desktop_medium\:focus\:ring-offset-lightten_grey:focus {
        --tw-ring-offset-color: #C6C6C6;
    }

    .desktop_medium\:focus\:ring-offset-grey_300:focus {
        --tw-ring-offset-color: #d3d3d3;
    }

    .desktop_medium\:focus\:ring-offset-grey_400:focus {
        --tw-ring-offset-color: #b7b7b7;
    }

    .desktop_medium\:focus\:ring-offset-medium_blue:focus {
        --tw-ring-offset-color: #45cdfc;
    }

    .desktop_medium\:focus\:ring-offset-dark_blue:focus {
        --tw-ring-offset-color: #0080ac;
    }

    .desktop_medium\:focus\:ring-offset-text_blue:focus {
        --tw-ring-offset-color: #3FB2CF;
    }

    .desktop_medium\:focus\:ring-offset-footer_bg:focus {
        --tw-ring-offset-color: #464646;
    }

    .desktop_medium\:focus\:ring-offset-brown:focus {
        --tw-ring-offset-color: #805300;
    }

    .desktop_medium\:focus\:ring-offset-dark_brown:focus {
        --tw-ring-offset-color: #874433;
    }

    .desktop_medium\:focus\:ring-offset-Light_purple:focus {
        --tw-ring-offset-color: #65479b;
    }

    .desktop_medium\:focus\:ring-offset-dark_green:focus {
        --tw-ring-offset-color: #479b51;
    }

    .desktop_medium\:focus\:ring-offset-medium_green:focus {
        --tw-ring-offset-color: #3aac2b;
    }

    .desktop_medium\:focus\:ring-offset-light_green:focus {
        --tw-ring-offset-color: #9acb3e;
    }

    .desktop_medium\:focus\:ring-offset-green_900:focus {
        --tw-ring-offset-color: #396676;
    }

    .desktop_medium\:focus\:ring-offset-dark_border:focus {
        --tw-ring-offset-color: #707070;
    }

    .desktop_medium\:filter {
        --tw-blur: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-brightness: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-contrast: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-grayscale: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-hue-rotate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-invert: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-saturate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-sepia: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-drop-shadow: var(--tw-empty,
                /*!*/
                /*!*/
            );
        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);
    }

    .desktop_medium\:filter-none {
        filter: none;
    }

    .desktop_medium\:blur-0 {
        --tw-blur: blur(0);
    }

    .desktop_medium\:blur-none {
        --tw-blur: blur(0);
    }

    .desktop_medium\:blur-sm {
        --tw-blur: blur(4px);
    }

    .desktop_medium\:blur {
        --tw-blur: blur(8px);
    }

    .desktop_medium\:blur-md {
        --tw-blur: blur(12px);
    }

    .desktop_medium\:blur-lg {
        --tw-blur: blur(16px);
    }

    .desktop_medium\:blur-xl {
        --tw-blur: blur(24px);
    }

    .desktop_medium\:blur-2xl {
        --tw-blur: blur(40px);
    }

    .desktop_medium\:blur-3xl {
        --tw-blur: blur(64px);
    }

    .desktop_medium\:brightness-0 {
        --tw-brightness: brightness(0);
    }

    .desktop_medium\:brightness-50 {
        --tw-brightness: brightness(.5);
    }

    .desktop_medium\:brightness-75 {
        --tw-brightness: brightness(.75);
    }

    .desktop_medium\:brightness-90 {
        --tw-brightness: brightness(.9);
    }

    .desktop_medium\:brightness-95 {
        --tw-brightness: brightness(.95);
    }

    .desktop_medium\:brightness-100 {
        --tw-brightness: brightness(1);
    }

    .desktop_medium\:brightness-105 {
        --tw-brightness: brightness(1.05);
    }

    .desktop_medium\:brightness-110 {
        --tw-brightness: brightness(1.1);
    }

    .desktop_medium\:brightness-125 {
        --tw-brightness: brightness(1.25);
    }

    .desktop_medium\:brightness-150 {
        --tw-brightness: brightness(1.5);
    }

    .desktop_medium\:brightness-200 {
        --tw-brightness: brightness(2);
    }

    .desktop_medium\:contrast-0 {
        --tw-contrast: contrast(0);
    }

    .desktop_medium\:contrast-50 {
        --tw-contrast: contrast(.5);
    }

    .desktop_medium\:contrast-75 {
        --tw-contrast: contrast(.75);
    }

    .desktop_medium\:contrast-100 {
        --tw-contrast: contrast(1);
    }

    .desktop_medium\:contrast-125 {
        --tw-contrast: contrast(1.25);
    }

    .desktop_medium\:contrast-150 {
        --tw-contrast: contrast(1.5);
    }

    .desktop_medium\:contrast-200 {
        --tw-contrast: contrast(2);
    }

    .desktop_medium\:drop-shadow-sm {
        --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
    }

    .desktop_medium\: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));
    }

    .desktop_medium\: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));
    }

    .desktop_medium\: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));
    }

    .desktop_medium\: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));
    }

    .desktop_medium\:drop-shadow-2xl {
        --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
    }

    .desktop_medium\:drop-shadow-none {
        --tw-drop-shadow: drop-shadow(0 0 #0000);
    }

    .desktop_medium\:grayscale-0 {
        --tw-grayscale: grayscale(0);
    }

    .desktop_medium\:grayscale {
        --tw-grayscale: grayscale(100%);
    }

    .desktop_medium\:hue-rotate-0 {
        --tw-hue-rotate: hue-rotate(0deg);
    }

    .desktop_medium\:hue-rotate-15 {
        --tw-hue-rotate: hue-rotate(15deg);
    }

    .desktop_medium\:hue-rotate-30 {
        --tw-hue-rotate: hue-rotate(30deg);
    }

    .desktop_medium\:hue-rotate-60 {
        --tw-hue-rotate: hue-rotate(60deg);
    }

    .desktop_medium\:hue-rotate-90 {
        --tw-hue-rotate: hue-rotate(90deg);
    }

    .desktop_medium\:hue-rotate-180 {
        --tw-hue-rotate: hue-rotate(180deg);
    }

    .desktop_medium\:-hue-rotate-180 {
        --tw-hue-rotate: hue-rotate(-180deg);
    }

    .desktop_medium\:-hue-rotate-90 {
        --tw-hue-rotate: hue-rotate(-90deg);
    }

    .desktop_medium\:-hue-rotate-60 {
        --tw-hue-rotate: hue-rotate(-60deg);
    }

    .desktop_medium\:-hue-rotate-30 {
        --tw-hue-rotate: hue-rotate(-30deg);
    }

    .desktop_medium\:-hue-rotate-15 {
        --tw-hue-rotate: hue-rotate(-15deg);
    }

    .desktop_medium\:invert-0 {
        --tw-invert: invert(0);
    }

    .desktop_medium\:invert {
        --tw-invert: invert(100%);
    }

    .desktop_medium\:saturate-0 {
        --tw-saturate: saturate(0);
    }

    .desktop_medium\:saturate-50 {
        --tw-saturate: saturate(.5);
    }

    .desktop_medium\:saturate-100 {
        --tw-saturate: saturate(1);
    }

    .desktop_medium\:saturate-150 {
        --tw-saturate: saturate(1.5);
    }

    .desktop_medium\:saturate-200 {
        --tw-saturate: saturate(2);
    }

    .desktop_medium\:sepia-0 {
        --tw-sepia: sepia(0);
    }

    .desktop_medium\:sepia {
        --tw-sepia: sepia(100%);
    }

    .desktop_medium\:backdrop-filter {
        --tw-backdrop-blur: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-brightness: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-contrast: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-grayscale: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-hue-rotate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-invert: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-opacity: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-saturate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-sepia: var(--tw-empty,
                /*!*/
                /*!*/
            );
        -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
        backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    }

    .desktop_medium\:backdrop-filter-none {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .desktop_medium\:backdrop-blur-0 {
        --tw-backdrop-blur: blur(0);
    }

    .desktop_medium\:backdrop-blur-none {
        --tw-backdrop-blur: blur(0);
    }

    .desktop_medium\:backdrop-blur-sm {
        --tw-backdrop-blur: blur(4px);
    }

    .desktop_medium\:backdrop-blur {
        --tw-backdrop-blur: blur(8px);
    }

    .desktop_medium\:backdrop-blur-md {
        --tw-backdrop-blur: blur(12px);
    }

    .desktop_medium\:backdrop-blur-lg {
        --tw-backdrop-blur: blur(16px);
    }

    .desktop_medium\:backdrop-blur-xl {
        --tw-backdrop-blur: blur(24px);
    }

    .desktop_medium\:backdrop-blur-2xl {
        --tw-backdrop-blur: blur(40px);
    }

    .desktop_medium\:backdrop-blur-3xl {
        --tw-backdrop-blur: blur(64px);
    }

    .desktop_medium\:backdrop-brightness-0 {
        --tw-backdrop-brightness: brightness(0);
    }

    .desktop_medium\:backdrop-brightness-50 {
        --tw-backdrop-brightness: brightness(.5);
    }

    .desktop_medium\:backdrop-brightness-75 {
        --tw-backdrop-brightness: brightness(.75);
    }

    .desktop_medium\:backdrop-brightness-90 {
        --tw-backdrop-brightness: brightness(.9);
    }

    .desktop_medium\:backdrop-brightness-95 {
        --tw-backdrop-brightness: brightness(.95);
    }

    .desktop_medium\:backdrop-brightness-100 {
        --tw-backdrop-brightness: brightness(1);
    }

    .desktop_medium\:backdrop-brightness-105 {
        --tw-backdrop-brightness: brightness(1.05);
    }

    .desktop_medium\:backdrop-brightness-110 {
        --tw-backdrop-brightness: brightness(1.1);
    }

    .desktop_medium\:backdrop-brightness-125 {
        --tw-backdrop-brightness: brightness(1.25);
    }

    .desktop_medium\:backdrop-brightness-150 {
        --tw-backdrop-brightness: brightness(1.5);
    }

    .desktop_medium\:backdrop-brightness-200 {
        --tw-backdrop-brightness: brightness(2);
    }

    .desktop_medium\:backdrop-contrast-0 {
        --tw-backdrop-contrast: contrast(0);
    }

    .desktop_medium\:backdrop-contrast-50 {
        --tw-backdrop-contrast: contrast(.5);
    }

    .desktop_medium\:backdrop-contrast-75 {
        --tw-backdrop-contrast: contrast(.75);
    }

    .desktop_medium\:backdrop-contrast-100 {
        --tw-backdrop-contrast: contrast(1);
    }

    .desktop_medium\:backdrop-contrast-125 {
        --tw-backdrop-contrast: contrast(1.25);
    }

    .desktop_medium\:backdrop-contrast-150 {
        --tw-backdrop-contrast: contrast(1.5);
    }

    .desktop_medium\:backdrop-contrast-200 {
        --tw-backdrop-contrast: contrast(2);
    }

    .desktop_medium\:backdrop-grayscale-0 {
        --tw-backdrop-grayscale: grayscale(0);
    }

    .desktop_medium\:backdrop-grayscale {
        --tw-backdrop-grayscale: grayscale(100%);
    }

    .desktop_medium\:backdrop-hue-rotate-0 {
        --tw-backdrop-hue-rotate: hue-rotate(0deg);
    }

    .desktop_medium\:backdrop-hue-rotate-15 {
        --tw-backdrop-hue-rotate: hue-rotate(15deg);
    }

    .desktop_medium\:backdrop-hue-rotate-30 {
        --tw-backdrop-hue-rotate: hue-rotate(30deg);
    }

    .desktop_medium\:backdrop-hue-rotate-60 {
        --tw-backdrop-hue-rotate: hue-rotate(60deg);
    }

    .desktop_medium\:backdrop-hue-rotate-90 {
        --tw-backdrop-hue-rotate: hue-rotate(90deg);
    }

    .desktop_medium\:backdrop-hue-rotate-180 {
        --tw-backdrop-hue-rotate: hue-rotate(180deg);
    }

    .desktop_medium\:-backdrop-hue-rotate-180 {
        --tw-backdrop-hue-rotate: hue-rotate(-180deg);
    }

    .desktop_medium\:-backdrop-hue-rotate-90 {
        --tw-backdrop-hue-rotate: hue-rotate(-90deg);
    }

    .desktop_medium\:-backdrop-hue-rotate-60 {
        --tw-backdrop-hue-rotate: hue-rotate(-60deg);
    }

    .desktop_medium\:-backdrop-hue-rotate-30 {
        --tw-backdrop-hue-rotate: hue-rotate(-30deg);
    }

    .desktop_medium\:-backdrop-hue-rotate-15 {
        --tw-backdrop-hue-rotate: hue-rotate(-15deg);
    }

    .desktop_medium\:backdrop-invert-0 {
        --tw-backdrop-invert: invert(0);
    }

    .desktop_medium\:backdrop-invert {
        --tw-backdrop-invert: invert(100%);
    }

    .desktop_medium\:backdrop-opacity-0 {
        --tw-backdrop-opacity: opacity(0);
    }

    .desktop_medium\:backdrop-opacity-5 {
        --tw-backdrop-opacity: opacity(0.05);
    }

    .desktop_medium\:backdrop-opacity-10 {
        --tw-backdrop-opacity: opacity(0.1);
    }

    .desktop_medium\:backdrop-opacity-20 {
        --tw-backdrop-opacity: opacity(0.2);
    }

    .desktop_medium\:backdrop-opacity-25 {
        --tw-backdrop-opacity: opacity(0.25);
    }

    .desktop_medium\:backdrop-opacity-30 {
        --tw-backdrop-opacity: opacity(0.3);
    }

    .desktop_medium\:backdrop-opacity-40 {
        --tw-backdrop-opacity: opacity(0.4);
    }

    .desktop_medium\:backdrop-opacity-50 {
        --tw-backdrop-opacity: opacity(0.5);
    }

    .desktop_medium\:backdrop-opacity-60 {
        --tw-backdrop-opacity: opacity(0.6);
    }

    .desktop_medium\:backdrop-opacity-70 {
        --tw-backdrop-opacity: opacity(0.7);
    }

    .desktop_medium\:backdrop-opacity-75 {
        --tw-backdrop-opacity: opacity(0.75);
    }

    .desktop_medium\:backdrop-opacity-80 {
        --tw-backdrop-opacity: opacity(0.8);
    }

    .desktop_medium\:backdrop-opacity-90 {
        --tw-backdrop-opacity: opacity(0.9);
    }

    .desktop_medium\:backdrop-opacity-95 {
        --tw-backdrop-opacity: opacity(0.95);
    }

    .desktop_medium\:backdrop-opacity-100 {
        --tw-backdrop-opacity: opacity(1);
    }

    .desktop_medium\:backdrop-saturate-0 {
        --tw-backdrop-saturate: saturate(0);
    }

    .desktop_medium\:backdrop-saturate-50 {
        --tw-backdrop-saturate: saturate(.5);
    }

    .desktop_medium\:backdrop-saturate-100 {
        --tw-backdrop-saturate: saturate(1);
    }

    .desktop_medium\:backdrop-saturate-150 {
        --tw-backdrop-saturate: saturate(1.5);
    }

    .desktop_medium\:backdrop-saturate-200 {
        --tw-backdrop-saturate: saturate(2);
    }

    .desktop_medium\:backdrop-sepia-0 {
        --tw-backdrop-sepia: sepia(0);
    }

    .desktop_medium\:backdrop-sepia {
        --tw-backdrop-sepia: sepia(100%);
    }

    .desktop_medium\:transition-none {
        transition-property: none;
    }

    .desktop_medium\:transition-all {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .desktop_medium\:transition {
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .desktop_medium\:transition-colors {
        transition-property: background-color, border-color, color, fill, stroke;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .desktop_medium\:transition-opacity {
        transition-property: opacity;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .desktop_medium\:transition-shadow {
        transition-property: box-shadow;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .desktop_medium\:transition-transform {
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .desktop_medium\:delay-75 {
        transition-delay: 75ms;
    }

    .desktop_medium\:delay-100 {
        transition-delay: 100ms;
    }

    .desktop_medium\:delay-150 {
        transition-delay: 150ms;
    }

    .desktop_medium\:delay-200 {
        transition-delay: 200ms;
    }

    .desktop_medium\:delay-300 {
        transition-delay: 300ms;
    }

    .desktop_medium\:delay-500 {
        transition-delay: 500ms;
    }

    .desktop_medium\:delay-700 {
        transition-delay: 700ms;
    }

    .desktop_medium\:delay-1000 {
        transition-delay: 1000ms;
    }

    .desktop_medium\:duration-75 {
        transition-duration: 75ms;
    }

    .desktop_medium\:duration-100 {
        transition-duration: 100ms;
    }

    .desktop_medium\:duration-150 {
        transition-duration: 150ms;
    }

    .desktop_medium\:duration-200 {
        transition-duration: 200ms;
    }

    .desktop_medium\:duration-300 {
        transition-duration: 300ms;
    }

    .desktop_medium\:duration-500 {
        transition-duration: 500ms;
    }

    .desktop_medium\:duration-700 {
        transition-duration: 700ms;
    }

    .desktop_medium\:duration-1000 {
        transition-duration: 1000ms;
    }

    .desktop_medium\:ease-linear {
        transition-timing-function: linear;
    }

    .desktop_medium\:ease-in {
        transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    }

    .desktop_medium\:ease-out {
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }

    .desktop_medium\:ease-in-out {
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
}

@media (max-width: 1024px) {
    .desktop\:container {
        width: 100%;
    }

    @media (min-width: 100%) {
        .desktop\:container {
            max-width: 100%;
        }
    }

    @media (min-width: 1232px) {
        .desktop\:container {
            max-width: 1232px;
        }
    }

    .desktop\:sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

    .desktop\:not-sr-only {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }

    .desktop\:focus-within\:sr-only:focus-within {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

    .desktop\:focus-within\:not-sr-only:focus-within {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }

    .desktop\:focus\:sr-only:focus {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

    .desktop\:focus\:not-sr-only:focus {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }

    .desktop\:pointer-events-none {
        pointer-events: none;
    }

    .desktop\:pointer-events-auto {
        pointer-events: auto;
    }

    .desktop\:visible {
        visibility: visible;
    }

    .desktop\:invisible {
        visibility: hidden;
    }

    .desktop\:static {
        position: static;
    }

    .desktop\:fixed {
        position: fixed;
    }

    .desktop\:absolute {
        position: absolute;
    }

    .desktop\:relative {
        position: relative;
    }

    .desktop\:sticky {
        position: sticky;
    }

    .desktop\:inset-0 {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }

    .desktop\:inset-1 {
        top: 0.25rem;
        right: 0.25rem;
        bottom: 0.25rem;
        left: 0.25rem;
    }

    .desktop\:inset-2 {
        top: 0.5rem;
        right: 0.5rem;
        bottom: 0.5rem;
        left: 0.5rem;
    }

    .desktop\:inset-3 {
        top: 0.75rem;
        right: 0.75rem;
        bottom: 0.75rem;
        left: 0.75rem;
    }

    .desktop\:inset-4 {
        top: 1rem;
        right: 1rem;
        bottom: 1rem;
        left: 1rem;
    }

    .desktop\:inset-5 {
        top: 1.25rem;
        right: 1.25rem;
        bottom: 1.25rem;
        left: 1.25rem;
    }

    .desktop\:inset-6 {
        top: 1.5rem;
        right: 1.5rem;
        bottom: 1.5rem;
        left: 1.5rem;
    }

    .desktop\:inset-7 {
        top: 1.75rem;
        right: 1.75rem;
        bottom: 1.75rem;
        left: 1.75rem;
    }

    .desktop\:inset-8 {
        top: 2rem;
        right: 2rem;
        bottom: 2rem;
        left: 2rem;
    }

    .desktop\:inset-9 {
        top: 2.25rem;
        right: 2.25rem;
        bottom: 2.25rem;
        left: 2.25rem;
    }

    .desktop\:inset-10 {
        top: 2.5rem;
        right: 2.5rem;
        bottom: 2.5rem;
        left: 2.5rem;
    }

    .desktop\:inset-11 {
        top: 2.75rem;
        right: 2.75rem;
        bottom: 2.75rem;
        left: 2.75rem;
    }

    .desktop\:inset-12 {
        top: 3rem;
        right: 3rem;
        bottom: 3rem;
        left: 3rem;
    }

    .desktop\:inset-14 {
        top: 3.5rem;
        right: 3.5rem;
        bottom: 3.5rem;
        left: 3.5rem;
    }

    .desktop\:inset-16 {
        top: 4rem;
        right: 4rem;
        bottom: 4rem;
        left: 4rem;
    }

    .desktop\:inset-18 {
        top: 4.375rem;
        right: 4.375rem;
        bottom: 4.375rem;
        left: 4.375rem;
    }

    .desktop\:inset-19 {
        top: 76px;
        right: 76px;
        bottom: 76px;
        left: 76px;
    }

    .desktop\:inset-20 {
        top: 5rem;
        right: 5rem;
        bottom: 5rem;
        left: 5rem;
    }

    .desktop\:inset-24 {
        top: 6rem;
        right: 6rem;
        bottom: 6rem;
        left: 6rem;
    }

    .desktop\:inset-28 {
        top: 7rem;
        right: 7rem;
        bottom: 7rem;
        left: 7rem;
    }

    .desktop\:inset-30 {
        top: 120px;
        right: 120px;
        bottom: 120px;
        left: 120px;
    }

    .desktop\:inset-32 {
        top: 8rem;
        right: 8rem;
        bottom: 8rem;
        left: 8rem;
    }

    .desktop\:inset-36 {
        top: 9rem;
        right: 9rem;
        bottom: 9rem;
        left: 9rem;
    }

    .desktop\:inset-40 {
        top: 10rem;
        right: 10rem;
        bottom: 10rem;
        left: 10rem;
    }

    .desktop\:inset-44 {
        top: 11rem;
        right: 11rem;
        bottom: 11rem;
        left: 11rem;
    }

    .desktop\:inset-48 {
        top: 12rem;
        right: 12rem;
        bottom: 12rem;
        left: 12rem;
    }

    .desktop\:inset-52 {
        top: 13rem;
        right: 13rem;
        bottom: 13rem;
        left: 13rem;
    }

    .desktop\:inset-56 {
        top: 14rem;
        right: 14rem;
        bottom: 14rem;
        left: 14rem;
    }

    .desktop\:inset-60 {
        top: 15rem;
        right: 15rem;
        bottom: 15rem;
        left: 15rem;
    }

    .desktop\:inset-64 {
        top: 16rem;
        right: 16rem;
        bottom: 16rem;
        left: 16rem;
    }

    .desktop\:inset-72 {
        top: 18rem;
        right: 18rem;
        bottom: 18rem;
        left: 18rem;
    }

    .desktop\:inset-80 {
        top: 20rem;
        right: 20rem;
        bottom: 20rem;
        left: 20rem;
    }

    .desktop\:inset-96 {
        top: 24rem;
        right: 24rem;
        bottom: 24rem;
        left: 24rem;
    }

    .desktop\:inset-auto {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }

    .desktop\:inset-px {
        top: 1px;
        right: 1px;
        bottom: 1px;
        left: 1px;
    }

    .desktop\:inset-0\.5 {
        top: 0.125rem;
        right: 0.125rem;
        bottom: 0.125rem;
        left: 0.125rem;
    }

    .desktop\:inset-1\.5 {
        top: 0.375rem;
        right: 0.375rem;
        bottom: 0.375rem;
        left: 0.375rem;
    }

    .desktop\:inset-2\.5 {
        top: 0.625rem;
        right: 0.625rem;
        bottom: 0.625rem;
        left: 0.625rem;
    }

    .desktop\:inset-3\.5 {
        top: 0.875rem;
        right: 0.875rem;
        bottom: 0.875rem;
        left: 0.875rem;
    }

    .desktop\:inset-5p {
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
    }

    .desktop\:inset-10p {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }

    .desktop\:inset-14p {
        top: 14px;
        right: 14px;
        bottom: 14px;
        left: 14px;
    }

    .desktop\:inset-15p {
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
    }

    .desktop\:inset-15_2 {
        top: 60px;
        right: 60px;
        bottom: 60px;
        left: 60px;
    }

    .desktop\:inset-16_1 {
        top: 52px;
        right: 52px;
        bottom: 52px;
        left: 52px;
    }

    .desktop\:inset-16p {
        top: 16px;
        right: 16px;
        bottom: 16px;
        left: 16px;
    }

    .desktop\:inset-25p {
        top: 25px;
        right: 25px;
        bottom: 25px;
        left: 25px;
    }

    .desktop\:inset-48p {
        top: 48%;
        right: 48%;
        bottom: 48%;
        left: 48%;
    }

    .desktop\:inset-52p {
        top: 52%;
        right: 52%;
        bottom: 52%;
        left: 52%;
    }

    .desktop\:-inset-0 {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }

    .desktop\:-inset-1 {
        top: -0.25rem;
        right: -0.25rem;
        bottom: -0.25rem;
        left: -0.25rem;
    }

    .desktop\:-inset-2 {
        top: -0.5rem;
        right: -0.5rem;
        bottom: -0.5rem;
        left: -0.5rem;
    }

    .desktop\:-inset-3 {
        top: -0.75rem;
        right: -0.75rem;
        bottom: -0.75rem;
        left: -0.75rem;
    }

    .desktop\:-inset-4 {
        top: -1rem;
        right: -1rem;
        bottom: -1rem;
        left: -1rem;
    }

    .desktop\:-inset-5 {
        top: -1.25rem;
        right: -1.25rem;
        bottom: -1.25rem;
        left: -1.25rem;
    }

    .desktop\:-inset-6 {
        top: -1.5rem;
        right: -1.5rem;
        bottom: -1.5rem;
        left: -1.5rem;
    }

    .desktop\:-inset-7 {
        top: -1.75rem;
        right: -1.75rem;
        bottom: -1.75rem;
        left: -1.75rem;
    }

    .desktop\:-inset-8 {
        top: -2rem;
        right: -2rem;
        bottom: -2rem;
        left: -2rem;
    }

    .desktop\:-inset-9 {
        top: -2.25rem;
        right: -2.25rem;
        bottom: -2.25rem;
        left: -2.25rem;
    }

    .desktop\:-inset-10 {
        top: -2.5rem;
        right: -2.5rem;
        bottom: -2.5rem;
        left: -2.5rem;
    }

    .desktop\:-inset-11 {
        top: -2.75rem;
        right: -2.75rem;
        bottom: -2.75rem;
        left: -2.75rem;
    }

    .desktop\:-inset-12 {
        top: -3rem;
        right: -3rem;
        bottom: -3rem;
        left: -3rem;
    }

    .desktop\:-inset-14 {
        top: -3.5rem;
        right: -3.5rem;
        bottom: -3.5rem;
        left: -3.5rem;
    }

    .desktop\:-inset-16 {
        top: -4rem;
        right: -4rem;
        bottom: -4rem;
        left: -4rem;
    }

    .desktop\:-inset-18 {
        top: -4.375rem;
        right: -4.375rem;
        bottom: -4.375rem;
        left: -4.375rem;
    }

    .desktop\:-inset-19 {
        top: -76px;
        right: -76px;
        bottom: -76px;
        left: -76px;
    }

    .desktop\:-inset-20 {
        top: -5rem;
        right: -5rem;
        bottom: -5rem;
        left: -5rem;
    }

    .desktop\:-inset-24 {
        top: -6rem;
        right: -6rem;
        bottom: -6rem;
        left: -6rem;
    }

    .desktop\:-inset-28 {
        top: -7rem;
        right: -7rem;
        bottom: -7rem;
        left: -7rem;
    }

    .desktop\:-inset-30 {
        top: -120px;
        right: -120px;
        bottom: -120px;
        left: -120px;
    }

    .desktop\:-inset-32 {
        top: -8rem;
        right: -8rem;
        bottom: -8rem;
        left: -8rem;
    }

    .desktop\:-inset-36 {
        top: -9rem;
        right: -9rem;
        bottom: -9rem;
        left: -9rem;
    }

    .desktop\:-inset-40 {
        top: -10rem;
        right: -10rem;
        bottom: -10rem;
        left: -10rem;
    }

    .desktop\:-inset-44 {
        top: -11rem;
        right: -11rem;
        bottom: -11rem;
        left: -11rem;
    }

    .desktop\:-inset-48 {
        top: -12rem;
        right: -12rem;
        bottom: -12rem;
        left: -12rem;
    }

    .desktop\:-inset-52 {
        top: -13rem;
        right: -13rem;
        bottom: -13rem;
        left: -13rem;
    }

    .desktop\:-inset-56 {
        top: -14rem;
        right: -14rem;
        bottom: -14rem;
        left: -14rem;
    }

    .desktop\:-inset-60 {
        top: -15rem;
        right: -15rem;
        bottom: -15rem;
        left: -15rem;
    }

    .desktop\:-inset-64 {
        top: -16rem;
        right: -16rem;
        bottom: -16rem;
        left: -16rem;
    }

    .desktop\:-inset-72 {
        top: -18rem;
        right: -18rem;
        bottom: -18rem;
        left: -18rem;
    }

    .desktop\:-inset-80 {
        top: -20rem;
        right: -20rem;
        bottom: -20rem;
        left: -20rem;
    }

    .desktop\:-inset-96 {
        top: -24rem;
        right: -24rem;
        bottom: -24rem;
        left: -24rem;
    }

    .desktop\:-inset-px {
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
    }

    .desktop\:-inset-0\.5 {
        top: -0.125rem;
        right: -0.125rem;
        bottom: -0.125rem;
        left: -0.125rem;
    }

    .desktop\:-inset-1\.5 {
        top: -0.375rem;
        right: -0.375rem;
        bottom: -0.375rem;
        left: -0.375rem;
    }

    .desktop\:-inset-2\.5 {
        top: -0.625rem;
        right: -0.625rem;
        bottom: -0.625rem;
        left: -0.625rem;
    }

    .desktop\:-inset-3\.5 {
        top: -0.875rem;
        right: -0.875rem;
        bottom: -0.875rem;
        left: -0.875rem;
    }

    .desktop\:-inset-5p {
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
    }

    .desktop\:-inset-10p {
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
    }

    .desktop\:-inset-14p {
        top: -14px;
        right: -14px;
        bottom: -14px;
        left: -14px;
    }

    .desktop\:-inset-15p {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
    }

    .desktop\:-inset-15_2 {
        top: -60px;
        right: -60px;
        bottom: -60px;
        left: -60px;
    }

    .desktop\:-inset-16_1 {
        top: -52px;
        right: -52px;
        bottom: -52px;
        left: -52px;
    }

    .desktop\:-inset-16p {
        top: -16px;
        right: -16px;
        bottom: -16px;
        left: -16px;
    }

    .desktop\:-inset-25p {
        top: -25px;
        right: -25px;
        bottom: -25px;
        left: -25px;
    }

    .desktop\:-inset-48p {
        top: -48%;
        right: -48%;
        bottom: -48%;
        left: -48%;
    }

    .desktop\:-inset-52p {
        top: -52%;
        right: -52%;
        bottom: -52%;
        left: -52%;
    }

    .desktop\:inset-1\/2 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }

    .desktop\:inset-1\/3 {
        top: 33.333333%;
        right: 33.333333%;
        bottom: 33.333333%;
        left: 33.333333%;
    }

    .desktop\:inset-2\/3 {
        top: 66.666667%;
        right: 66.666667%;
        bottom: 66.666667%;
        left: 66.666667%;
    }

    .desktop\:inset-1\/4 {
        top: 25%;
        right: 25%;
        bottom: 25%;
        left: 25%;
    }

    .desktop\:inset-2\/4 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }

    .desktop\:inset-3\/4 {
        top: 75%;
        right: 75%;
        bottom: 75%;
        left: 75%;
    }

    .desktop\:inset-full {
        top: 100%;
        right: 100%;
        bottom: 100%;
        left: 100%;
    }

    .desktop\:-inset-1\/2 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }

    .desktop\:-inset-1\/3 {
        top: -33.333333%;
        right: -33.333333%;
        bottom: -33.333333%;
        left: -33.333333%;
    }

    .desktop\:-inset-2\/3 {
        top: -66.666667%;
        right: -66.666667%;
        bottom: -66.666667%;
        left: -66.666667%;
    }

    .desktop\:-inset-1\/4 {
        top: -25%;
        right: -25%;
        bottom: -25%;
        left: -25%;
    }

    .desktop\:-inset-2\/4 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }

    .desktop\:-inset-3\/4 {
        top: -75%;
        right: -75%;
        bottom: -75%;
        left: -75%;
    }

    .desktop\:-inset-full {
        top: -100%;
        right: -100%;
        bottom: -100%;
        left: -100%;
    }

    .desktop\:inset-x-0 {
        left: 0px;
        right: 0px;
    }

    .desktop\:inset-x-1 {
        left: 0.25rem;
        right: 0.25rem;
    }

    .desktop\:inset-x-2 {
        left: 0.5rem;
        right: 0.5rem;
    }

    .desktop\:inset-x-3 {
        left: 0.75rem;
        right: 0.75rem;
    }

    .desktop\:inset-x-4 {
        left: 1rem;
        right: 1rem;
    }

    .desktop\:inset-x-5 {
        left: 1.25rem;
        right: 1.25rem;
    }

    .desktop\:inset-x-6 {
        left: 1.5rem;
        right: 1.5rem;
    }

    .desktop\:inset-x-7 {
        left: 1.75rem;
        right: 1.75rem;
    }

    .desktop\:inset-x-8 {
        left: 2rem;
        right: 2rem;
    }

    .desktop\:inset-x-9 {
        left: 2.25rem;
        right: 2.25rem;
    }

    .desktop\:inset-x-10 {
        left: 2.5rem;
        right: 2.5rem;
    }

    .desktop\:inset-x-11 {
        left: 2.75rem;
        right: 2.75rem;
    }

    .desktop\:inset-x-12 {
        left: 3rem;
        right: 3rem;
    }

    .desktop\:inset-x-14 {
        left: 3.5rem;
        right: 3.5rem;
    }

    .desktop\:inset-x-16 {
        left: 4rem;
        right: 4rem;
    }

    .desktop\:inset-x-18 {
        left: 4.375rem;
        right: 4.375rem;
    }

    .desktop\:inset-x-19 {
        left: 76px;
        right: 76px;
    }

    .desktop\:inset-x-20 {
        left: 5rem;
        right: 5rem;
    }

    .desktop\:inset-x-24 {
        left: 6rem;
        right: 6rem;
    }

    .desktop\:inset-x-28 {
        left: 7rem;
        right: 7rem;
    }

    .desktop\:inset-x-30 {
        left: 120px;
        right: 120px;
    }

    .desktop\:inset-x-32 {
        left: 8rem;
        right: 8rem;
    }

    .desktop\:inset-x-36 {
        left: 9rem;
        right: 9rem;
    }

    .desktop\:inset-x-40 {
        left: 10rem;
        right: 10rem;
    }

    .desktop\:inset-x-44 {
        left: 11rem;
        right: 11rem;
    }

    .desktop\:inset-x-48 {
        left: 12rem;
        right: 12rem;
    }

    .desktop\:inset-x-52 {
        left: 13rem;
        right: 13rem;
    }

    .desktop\:inset-x-56 {
        left: 14rem;
        right: 14rem;
    }

    .desktop\:inset-x-60 {
        left: 15rem;
        right: 15rem;
    }

    .desktop\:inset-x-64 {
        left: 16rem;
        right: 16rem;
    }

    .desktop\:inset-x-72 {
        left: 18rem;
        right: 18rem;
    }

    .desktop\:inset-x-80 {
        left: 20rem;
        right: 20rem;
    }

    .desktop\:inset-x-96 {
        left: 24rem;
        right: 24rem;
    }

    .desktop\:inset-x-auto {
        left: auto;
        right: auto;
    }

    .desktop\:inset-x-px {
        left: 1px;
        right: 1px;
    }

    .desktop\:inset-x-0\.5 {
        left: 0.125rem;
        right: 0.125rem;
    }

    .desktop\:inset-x-1\.5 {
        left: 0.375rem;
        right: 0.375rem;
    }

    .desktop\:inset-x-2\.5 {
        left: 0.625rem;
        right: 0.625rem;
    }

    .desktop\:inset-x-3\.5 {
        left: 0.875rem;
        right: 0.875rem;
    }

    .desktop\:inset-x-5p {
        left: 5px;
        right: 5px;
    }

    .desktop\:inset-x-10p {
        left: 10px;
        right: 10px;
    }

    .desktop\:inset-x-14p {
        left: 14px;
        right: 14px;
    }

    .desktop\:inset-x-15p {
        left: 15px;
        right: 15px;
    }

    .desktop\:inset-x-15_2 {
        left: 60px;
        right: 60px;
    }

    .desktop\:inset-x-16_1 {
        left: 52px;
        right: 52px;
    }

    .desktop\:inset-x-16p {
        left: 16px;
        right: 16px;
    }

    .desktop\:inset-x-25p {
        left: 25px;
        right: 25px;
    }

    .desktop\:inset-x-48p {
        left: 48%;
        right: 48%;
    }

    .desktop\:inset-x-52p {
        left: 52%;
        right: 52%;
    }

    .desktop\:-inset-x-0 {
        left: 0px;
        right: 0px;
    }

    .desktop\:-inset-x-1 {
        left: -0.25rem;
        right: -0.25rem;
    }

    .desktop\:-inset-x-2 {
        left: -0.5rem;
        right: -0.5rem;
    }

    .desktop\:-inset-x-3 {
        left: -0.75rem;
        right: -0.75rem;
    }

    .desktop\:-inset-x-4 {
        left: -1rem;
        right: -1rem;
    }

    .desktop\:-inset-x-5 {
        left: -1.25rem;
        right: -1.25rem;
    }

    .desktop\:-inset-x-6 {
        left: -1.5rem;
        right: -1.5rem;
    }

    .desktop\:-inset-x-7 {
        left: -1.75rem;
        right: -1.75rem;
    }

    .desktop\:-inset-x-8 {
        left: -2rem;
        right: -2rem;
    }

    .desktop\:-inset-x-9 {
        left: -2.25rem;
        right: -2.25rem;
    }

    .desktop\:-inset-x-10 {
        left: -2.5rem;
        right: -2.5rem;
    }

    .desktop\:-inset-x-11 {
        left: -2.75rem;
        right: -2.75rem;
    }

    .desktop\:-inset-x-12 {
        left: -3rem;
        right: -3rem;
    }

    .desktop\:-inset-x-14 {
        left: -3.5rem;
        right: -3.5rem;
    }

    .desktop\:-inset-x-16 {
        left: -4rem;
        right: -4rem;
    }

    .desktop\:-inset-x-18 {
        left: -4.375rem;
        right: -4.375rem;
    }

    .desktop\:-inset-x-19 {
        left: -76px;
        right: -76px;
    }

    .desktop\:-inset-x-20 {
        left: -5rem;
        right: -5rem;
    }

    .desktop\:-inset-x-24 {
        left: -6rem;
        right: -6rem;
    }

    .desktop\:-inset-x-28 {
        left: -7rem;
        right: -7rem;
    }

    .desktop\:-inset-x-30 {
        left: -120px;
        right: -120px;
    }

    .desktop\:-inset-x-32 {
        left: -8rem;
        right: -8rem;
    }

    .desktop\:-inset-x-36 {
        left: -9rem;
        right: -9rem;
    }

    .desktop\:-inset-x-40 {
        left: -10rem;
        right: -10rem;
    }

    .desktop\:-inset-x-44 {
        left: -11rem;
        right: -11rem;
    }

    .desktop\:-inset-x-48 {
        left: -12rem;
        right: -12rem;
    }

    .desktop\:-inset-x-52 {
        left: -13rem;
        right: -13rem;
    }

    .desktop\:-inset-x-56 {
        left: -14rem;
        right: -14rem;
    }

    .desktop\:-inset-x-60 {
        left: -15rem;
        right: -15rem;
    }

    .desktop\:-inset-x-64 {
        left: -16rem;
        right: -16rem;
    }

    .desktop\:-inset-x-72 {
        left: -18rem;
        right: -18rem;
    }

    .desktop\:-inset-x-80 {
        left: -20rem;
        right: -20rem;
    }

    .desktop\:-inset-x-96 {
        left: -24rem;
        right: -24rem;
    }

    .desktop\:-inset-x-px {
        left: -1px;
        right: -1px;
    }

    .desktop\:-inset-x-0\.5 {
        left: -0.125rem;
        right: -0.125rem;
    }

    .desktop\:-inset-x-1\.5 {
        left: -0.375rem;
        right: -0.375rem;
    }

    .desktop\:-inset-x-2\.5 {
        left: -0.625rem;
        right: -0.625rem;
    }

    .desktop\:-inset-x-3\.5 {
        left: -0.875rem;
        right: -0.875rem;
    }

    .desktop\:-inset-x-5p {
        left: -5px;
        right: -5px;
    }

    .desktop\:-inset-x-10p {
        left: -10px;
        right: -10px;
    }

    .desktop\:-inset-x-14p {
        left: -14px;
        right: -14px;
    }

    .desktop\:-inset-x-15p {
        left: -15px;
        right: -15px;
    }

    .desktop\:-inset-x-15_2 {
        left: -60px;
        right: -60px;
    }

    .desktop\:-inset-x-16_1 {
        left: -52px;
        right: -52px;
    }

    .desktop\:-inset-x-16p {
        left: -16px;
        right: -16px;
    }

    .desktop\:-inset-x-25p {
        left: -25px;
        right: -25px;
    }

    .desktop\:-inset-x-48p {
        left: -48%;
        right: -48%;
    }

    .desktop\:-inset-x-52p {
        left: -52%;
        right: -52%;
    }

    .desktop\:inset-x-1\/2 {
        left: 50%;
        right: 50%;
    }

    .desktop\:inset-x-1\/3 {
        left: 33.333333%;
        right: 33.333333%;
    }

    .desktop\:inset-x-2\/3 {
        left: 66.666667%;
        right: 66.666667%;
    }

    .desktop\:inset-x-1\/4 {
        left: 25%;
        right: 25%;
    }

    .desktop\:inset-x-2\/4 {
        left: 50%;
        right: 50%;
    }

    .desktop\:inset-x-3\/4 {
        left: 75%;
        right: 75%;
    }

    .desktop\:inset-x-full {
        left: 100%;
        right: 100%;
    }

    .desktop\:-inset-x-1\/2 {
        left: -50%;
        right: -50%;
    }

    .desktop\:-inset-x-1\/3 {
        left: -33.333333%;
        right: -33.333333%;
    }

    .desktop\:-inset-x-2\/3 {
        left: -66.666667%;
        right: -66.666667%;
    }

    .desktop\:-inset-x-1\/4 {
        left: -25%;
        right: -25%;
    }

    .desktop\:-inset-x-2\/4 {
        left: -50%;
        right: -50%;
    }

    .desktop\:-inset-x-3\/4 {
        left: -75%;
        right: -75%;
    }

    .desktop\:-inset-x-full {
        left: -100%;
        right: -100%;
    }

    .desktop\:inset-y-0 {
        top: 0px;
        bottom: 0px;
    }

    .desktop\:inset-y-1 {
        top: 0.25rem;
        bottom: 0.25rem;
    }

    .desktop\:inset-y-2 {
        top: 0.5rem;
        bottom: 0.5rem;
    }

    .desktop\:inset-y-3 {
        top: 0.75rem;
        bottom: 0.75rem;
    }

    .desktop\:inset-y-4 {
        top: 1rem;
        bottom: 1rem;
    }

    .desktop\:inset-y-5 {
        top: 1.25rem;
        bottom: 1.25rem;
    }

    .desktop\:inset-y-6 {
        top: 1.5rem;
        bottom: 1.5rem;
    }

    .desktop\:inset-y-7 {
        top: 1.75rem;
        bottom: 1.75rem;
    }

    .desktop\:inset-y-8 {
        top: 2rem;
        bottom: 2rem;
    }

    .desktop\:inset-y-9 {
        top: 2.25rem;
        bottom: 2.25rem;
    }

    .desktop\:inset-y-10 {
        top: 2.5rem;
        bottom: 2.5rem;
    }

    .desktop\:inset-y-11 {
        top: 2.75rem;
        bottom: 2.75rem;
    }

    .desktop\:inset-y-12 {
        top: 3rem;
        bottom: 3rem;
    }

    .desktop\:inset-y-14 {
        top: 3.5rem;
        bottom: 3.5rem;
    }

    .desktop\:inset-y-16 {
        top: 4rem;
        bottom: 4rem;
    }

    .desktop\:inset-y-18 {
        top: 4.375rem;
        bottom: 4.375rem;
    }

    .desktop\:inset-y-19 {
        top: 76px;
        bottom: 76px;
    }

    .desktop\:inset-y-20 {
        top: 5rem;
        bottom: 5rem;
    }

    .desktop\:inset-y-24 {
        top: 6rem;
        bottom: 6rem;
    }

    .desktop\:inset-y-28 {
        top: 7rem;
        bottom: 7rem;
    }

    .desktop\:inset-y-30 {
        top: 120px;
        bottom: 120px;
    }

    .desktop\:inset-y-32 {
        top: 8rem;
        bottom: 8rem;
    }

    .desktop\:inset-y-36 {
        top: 9rem;
        bottom: 9rem;
    }

    .desktop\:inset-y-40 {
        top: 10rem;
        bottom: 10rem;
    }

    .desktop\:inset-y-44 {
        top: 11rem;
        bottom: 11rem;
    }

    .desktop\:inset-y-48 {
        top: 12rem;
        bottom: 12rem;
    }

    .desktop\:inset-y-52 {
        top: 13rem;
        bottom: 13rem;
    }

    .desktop\:inset-y-56 {
        top: 14rem;
        bottom: 14rem;
    }

    .desktop\:inset-y-60 {
        top: 15rem;
        bottom: 15rem;
    }

    .desktop\:inset-y-64 {
        top: 16rem;
        bottom: 16rem;
    }

    .desktop\:inset-y-72 {
        top: 18rem;
        bottom: 18rem;
    }

    .desktop\:inset-y-80 {
        top: 20rem;
        bottom: 20rem;
    }

    .desktop\:inset-y-96 {
        top: 24rem;
        bottom: 24rem;
    }

    .desktop\:inset-y-auto {
        top: auto;
        bottom: auto;
    }

    .desktop\:inset-y-px {
        top: 1px;
        bottom: 1px;
    }

    .desktop\:inset-y-0\.5 {
        top: 0.125rem;
        bottom: 0.125rem;
    }

    .desktop\:inset-y-1\.5 {
        top: 0.375rem;
        bottom: 0.375rem;
    }

    .desktop\:inset-y-2\.5 {
        top: 0.625rem;
        bottom: 0.625rem;
    }

    .desktop\:inset-y-3\.5 {
        top: 0.875rem;
        bottom: 0.875rem;
    }

    .desktop\:inset-y-5p {
        top: 5px;
        bottom: 5px;
    }

    .desktop\:inset-y-10p {
        top: 10px;
        bottom: 10px;
    }

    .desktop\:inset-y-14p {
        top: 14px;
        bottom: 14px;
    }

    .desktop\:inset-y-15p {
        top: 15px;
        bottom: 15px;
    }

    .desktop\:inset-y-15_2 {
        top: 60px;
        bottom: 60px;
    }

    .desktop\:inset-y-16_1 {
        top: 52px;
        bottom: 52px;
    }

    .desktop\:inset-y-16p {
        top: 16px;
        bottom: 16px;
    }

    .desktop\:inset-y-25p {
        top: 25px;
        bottom: 25px;
    }

    .desktop\:inset-y-48p {
        top: 48%;
        bottom: 48%;
    }

    .desktop\:inset-y-52p {
        top: 52%;
        bottom: 52%;
    }

    .desktop\:-inset-y-0 {
        top: 0px;
        bottom: 0px;
    }

    .desktop\:-inset-y-1 {
        top: -0.25rem;
        bottom: -0.25rem;
    }

    .desktop\:-inset-y-2 {
        top: -0.5rem;
        bottom: -0.5rem;
    }

    .desktop\:-inset-y-3 {
        top: -0.75rem;
        bottom: -0.75rem;
    }

    .desktop\:-inset-y-4 {
        top: -1rem;
        bottom: -1rem;
    }

    .desktop\:-inset-y-5 {
        top: -1.25rem;
        bottom: -1.25rem;
    }

    .desktop\:-inset-y-6 {
        top: -1.5rem;
        bottom: -1.5rem;
    }

    .desktop\:-inset-y-7 {
        top: -1.75rem;
        bottom: -1.75rem;
    }

    .desktop\:-inset-y-8 {
        top: -2rem;
        bottom: -2rem;
    }

    .desktop\:-inset-y-9 {
        top: -2.25rem;
        bottom: -2.25rem;
    }

    .desktop\:-inset-y-10 {
        top: -2.5rem;
        bottom: -2.5rem;
    }

    .desktop\:-inset-y-11 {
        top: -2.75rem;
        bottom: -2.75rem;
    }

    .desktop\:-inset-y-12 {
        top: -3rem;
        bottom: -3rem;
    }

    .desktop\:-inset-y-14 {
        top: -3.5rem;
        bottom: -3.5rem;
    }

    .desktop\:-inset-y-16 {
        top: -4rem;
        bottom: -4rem;
    }

    .desktop\:-inset-y-18 {
        top: -4.375rem;
        bottom: -4.375rem;
    }

    .desktop\:-inset-y-19 {
        top: -76px;
        bottom: -76px;
    }

    .desktop\:-inset-y-20 {
        top: -5rem;
        bottom: -5rem;
    }

    .desktop\:-inset-y-24 {
        top: -6rem;
        bottom: -6rem;
    }

    .desktop\:-inset-y-28 {
        top: -7rem;
        bottom: -7rem;
    }

    .desktop\:-inset-y-30 {
        top: -120px;
        bottom: -120px;
    }

    .desktop\:-inset-y-32 {
        top: -8rem;
        bottom: -8rem;
    }

    .desktop\:-inset-y-36 {
        top: -9rem;
        bottom: -9rem;
    }

    .desktop\:-inset-y-40 {
        top: -10rem;
        bottom: -10rem;
    }

    .desktop\:-inset-y-44 {
        top: -11rem;
        bottom: -11rem;
    }

    .desktop\:-inset-y-48 {
        top: -12rem;
        bottom: -12rem;
    }

    .desktop\:-inset-y-52 {
        top: -13rem;
        bottom: -13rem;
    }

    .desktop\:-inset-y-56 {
        top: -14rem;
        bottom: -14rem;
    }

    .desktop\:-inset-y-60 {
        top: -15rem;
        bottom: -15rem;
    }

    .desktop\:-inset-y-64 {
        top: -16rem;
        bottom: -16rem;
    }

    .desktop\:-inset-y-72 {
        top: -18rem;
        bottom: -18rem;
    }

    .desktop\:-inset-y-80 {
        top: -20rem;
        bottom: -20rem;
    }

    .desktop\:-inset-y-96 {
        top: -24rem;
        bottom: -24rem;
    }

    .desktop\:-inset-y-px {
        top: -1px;
        bottom: -1px;
    }

    .desktop\:-inset-y-0\.5 {
        top: -0.125rem;
        bottom: -0.125rem;
    }

    .desktop\:-inset-y-1\.5 {
        top: -0.375rem;
        bottom: -0.375rem;
    }

    .desktop\:-inset-y-2\.5 {
        top: -0.625rem;
        bottom: -0.625rem;
    }

    .desktop\:-inset-y-3\.5 {
        top: -0.875rem;
        bottom: -0.875rem;
    }

    .desktop\:-inset-y-5p {
        top: -5px;
        bottom: -5px;
    }

    .desktop\:-inset-y-10p {
        top: -10px;
        bottom: -10px;
    }

    .desktop\:-inset-y-14p {
        top: -14px;
        bottom: -14px;
    }

    .desktop\:-inset-y-15p {
        top: -15px;
        bottom: -15px;
    }

    .desktop\:-inset-y-15_2 {
        top: -60px;
        bottom: -60px;
    }

    .desktop\:-inset-y-16_1 {
        top: -52px;
        bottom: -52px;
    }

    .desktop\:-inset-y-16p {
        top: -16px;
        bottom: -16px;
    }

    .desktop\:-inset-y-25p {
        top: -25px;
        bottom: -25px;
    }

    .desktop\:-inset-y-48p {
        top: -48%;
        bottom: -48%;
    }

    .desktop\:-inset-y-52p {
        top: -52%;
        bottom: -52%;
    }

    .desktop\:inset-y-1\/2 {
        top: 50%;
        bottom: 50%;
    }

    .desktop\:inset-y-1\/3 {
        top: 33.333333%;
        bottom: 33.333333%;
    }

    .desktop\:inset-y-2\/3 {
        top: 66.666667%;
        bottom: 66.666667%;
    }

    .desktop\:inset-y-1\/4 {
        top: 25%;
        bottom: 25%;
    }

    .desktop\:inset-y-2\/4 {
        top: 50%;
        bottom: 50%;
    }

    .desktop\:inset-y-3\/4 {
        top: 75%;
        bottom: 75%;
    }

    .desktop\:inset-y-full {
        top: 100%;
        bottom: 100%;
    }

    .desktop\:-inset-y-1\/2 {
        top: -50%;
        bottom: -50%;
    }

    .desktop\:-inset-y-1\/3 {
        top: -33.333333%;
        bottom: -33.333333%;
    }

    .desktop\:-inset-y-2\/3 {
        top: -66.666667%;
        bottom: -66.666667%;
    }

    .desktop\:-inset-y-1\/4 {
        top: -25%;
        bottom: -25%;
    }

    .desktop\:-inset-y-2\/4 {
        top: -50%;
        bottom: -50%;
    }

    .desktop\:-inset-y-3\/4 {
        top: -75%;
        bottom: -75%;
    }

    .desktop\:-inset-y-full {
        top: -100%;
        bottom: -100%;
    }

    .desktop\:top-0 {
        top: 0px;
    }

    .desktop\:top-1 {
        top: 0.25rem;
    }

    .desktop\:top-2 {
        top: 0.5rem;
    }

    .desktop\:top-3 {
        top: 0.75rem;
    }

    .desktop\:top-4 {
        top: 1rem;
    }

    .desktop\:top-5 {
        top: 1.25rem;
    }

    .desktop\:top-6 {
        top: 1.5rem;
    }

    .desktop\:top-7 {
        top: 1.75rem;
    }

    .desktop\:top-8 {
        top: 2rem;
    }

    .desktop\:top-9 {
        top: 2.25rem;
    }

    .desktop\:top-10 {
        top: 2.5rem;
    }

    .desktop\:top-11 {
        top: 2.75rem;
    }

    .desktop\:top-12 {
        top: 3rem;
    }

    .desktop\:top-14 {
        top: 3.5rem;
    }

    .desktop\:top-16 {
        top: 4rem;
    }

    .desktop\:top-18 {
        top: 4.375rem;
    }

    .desktop\:top-19 {
        top: 76px;
    }

    .desktop\:top-20 {
        top: 5rem;
    }

    .desktop\:top-24 {
        top: 6rem;
    }

    .desktop\:top-28 {
        top: 7rem;
    }

    .desktop\:top-30 {
        top: 120px;
    }

    .desktop\:top-32 {
        top: 8rem;
    }

    .desktop\:top-36 {
        top: 9rem;
    }

    .desktop\:top-40 {
        top: 10rem;
    }

    .desktop\:top-44 {
        top: 11rem;
    }

    .desktop\:top-48 {
        top: 12rem;
    }

    .desktop\:top-52 {
        top: 13rem;
    }

    .desktop\:top-56 {
        top: 14rem;
    }

    .desktop\:top-60 {
        top: 15rem;
    }

    .desktop\:top-64 {
        top: 16rem;
    }

    .desktop\:top-72 {
        top: 18rem;
    }

    .desktop\:top-80 {
        top: 20rem;
    }

    .desktop\:top-96 {
        top: 24rem;
    }

    .desktop\:top-auto {
        top: auto;
    }

    .desktop\:top-px {
        top: 1px;
    }

    .desktop\:top-0\.5 {
        top: 0.125rem;
    }

    .desktop\:top-1\.5 {
        top: 0.375rem;
    }

    .desktop\:top-2\.5 {
        top: 0.625rem;
    }

    .desktop\:top-3\.5 {
        top: 0.875rem;
    }

    .desktop\:top-5p {
        top: 5px;
    }

    .desktop\:top-10p {
        top: 10px;
    }

    .desktop\:top-14p {
        top: 14px;
    }

    .desktop\:top-15p {
        top: 15px;
    }

    .desktop\:top-15_2 {
        top: 60px;
    }

    .desktop\:top-16_1 {
        top: 52px;
    }

    .desktop\:top-16p {
        top: 16px;
    }

    .desktop\:top-25p {
        top: 25px;
    }

    .desktop\:top-48p {
        top: 48%;
    }

    .desktop\:top-52p {
        top: 52%;
    }

    .desktop\:-top-0 {
        top: 0px;
    }

    .desktop\:-top-1 {
        top: -0.25rem;
    }

    .desktop\:-top-2 {
        top: -0.5rem;
    }

    .desktop\:-top-3 {
        top: -0.75rem;
    }

    .desktop\:-top-4 {
        top: -1rem;
    }

    .desktop\:-top-5 {
        top: -1.25rem;
    }

    .desktop\:-top-6 {
        top: -1.5rem;
    }

    .desktop\:-top-7 {
        top: -1.75rem;
    }

    .desktop\:-top-8 {
        top: -2rem;
    }

    .desktop\:-top-9 {
        top: -2.25rem;
    }

    .desktop\:-top-10 {
        top: -2.5rem;
    }

    .desktop\:-top-11 {
        top: -2.75rem;
    }

    .desktop\:-top-12 {
        top: -3rem;
    }

    .desktop\:-top-14 {
        top: -3.5rem;
    }

    .desktop\:-top-16 {
        top: -4rem;
    }

    .desktop\:-top-18 {
        top: -4.375rem;
    }

    .desktop\:-top-19 {
        top: -76px;
    }

    .desktop\:-top-20 {
        top: -5rem;
    }

    .desktop\:-top-24 {
        top: -6rem;
    }

    .desktop\:-top-28 {
        top: -7rem;
    }

    .desktop\:-top-30 {
        top: -120px;
    }

    .desktop\:-top-32 {
        top: -8rem;
    }

    .desktop\:-top-36 {
        top: -9rem;
    }

    .desktop\:-top-40 {
        top: -10rem;
    }

    .desktop\:-top-44 {
        top: -11rem;
    }

    .desktop\:-top-48 {
        top: -12rem;
    }

    .desktop\:-top-52 {
        top: -13rem;
    }

    .desktop\:-top-56 {
        top: -14rem;
    }

    .desktop\:-top-60 {
        top: -15rem;
    }

    .desktop\:-top-64 {
        top: -16rem;
    }

    .desktop\:-top-72 {
        top: -18rem;
    }

    .desktop\:-top-80 {
        top: -20rem;
    }

    .desktop\:-top-96 {
        top: -24rem;
    }

    .desktop\:-top-px {
        top: -1px;
    }

    .desktop\:-top-0\.5 {
        top: -0.125rem;
    }

    .desktop\:-top-1\.5 {
        top: -0.375rem;
    }

    .desktop\:-top-2\.5 {
        top: -0.625rem;
    }

    .desktop\:-top-3\.5 {
        top: -0.875rem;
    }

    .desktop\:-top-5p {
        top: -5px;
    }

    .desktop\:-top-10p {
        top: -10px;
    }

    .desktop\:-top-14p {
        top: -14px;
    }

    .desktop\:-top-15p {
        top: -15px;
    }

    .desktop\:-top-15_2 {
        top: -60px;
    }

    .desktop\:-top-16_1 {
        top: -52px;
    }

    .desktop\:-top-16p {
        top: -16px;
    }

    .desktop\:-top-25p {
        top: -25px;
    }

    .desktop\:-top-48p {
        top: -48%;
    }

    .desktop\:-top-52p {
        top: -52%;
    }

    .desktop\:top-1\/2 {
        top: 50%;
    }

    .desktop\:top-1\/3 {
        top: 33.333333%;
    }

    .desktop\:top-2\/3 {
        top: 66.666667%;
    }

    .desktop\:top-1\/4 {
        top: 25%;
    }

    .desktop\:top-2\/4 {
        top: 50%;
    }

    .desktop\:top-3\/4 {
        top: 75%;
    }

    .desktop\:top-full {
        top: 100%;
    }

    .desktop\:-top-1\/2 {
        top: -50%;
    }

    .desktop\:-top-1\/3 {
        top: -33.333333%;
    }

    .desktop\:-top-2\/3 {
        top: -66.666667%;
    }

    .desktop\:-top-1\/4 {
        top: -25%;
    }

    .desktop\:-top-2\/4 {
        top: -50%;
    }

    .desktop\:-top-3\/4 {
        top: -75%;
    }

    .desktop\:-top-full {
        top: -100%;
    }

    .desktop\:right-0 {
        right: 0px;
    }

    .desktop\:right-1 {
        right: 0.25rem;
    }

    .desktop\:right-2 {
        right: 0.5rem;
    }

    .desktop\:right-3 {
        right: 0.75rem;
    }

    .desktop\:right-4 {
        right: 1rem;
    }

    .desktop\:right-5 {
        right: 1.25rem;
    }

    .desktop\:right-6 {
        right: 1.5rem;
    }

    .desktop\:right-7 {
        right: 1.75rem;
    }

    .desktop\:right-8 {
        right: 2rem;
    }

    .desktop\:right-9 {
        right: 2.25rem;
    }

    .desktop\:right-10 {
        right: 2.5rem;
    }

    .desktop\:right-11 {
        right: 2.75rem;
    }

    .desktop\:right-12 {
        right: 3rem;
    }

    .desktop\:right-14 {
        right: 3.5rem;
    }

    .desktop\:right-16 {
        right: 4rem;
    }

    .desktop\:right-18 {
        right: 4.375rem;
    }

    .desktop\:right-19 {
        right: 76px;
    }

    .desktop\:right-20 {
        right: 5rem;
    }

    .desktop\:right-24 {
        right: 6rem;
    }

    .desktop\:right-28 {
        right: 7rem;
    }

    .desktop\:right-30 {
        right: 120px;
    }

    .desktop\:right-32 {
        right: 8rem;
    }

    .desktop\:right-36 {
        right: 9rem;
    }

    .desktop\:right-40 {
        right: 10rem;
    }

    .desktop\:right-44 {
        right: 11rem;
    }

    .desktop\:right-48 {
        right: 12rem;
    }

    .desktop\:right-52 {
        right: 13rem;
    }

    .desktop\:right-56 {
        right: 14rem;
    }

    .desktop\:right-60 {
        right: 15rem;
    }

    .desktop\:right-64 {
        right: 16rem;
    }

    .desktop\:right-72 {
        right: 18rem;
    }

    .desktop\:right-80 {
        right: 20rem;
    }

    .desktop\:right-96 {
        right: 24rem;
    }

    .desktop\:right-auto {
        right: auto;
    }

    .desktop\:right-px {
        right: 1px;
    }

    .desktop\:right-0\.5 {
        right: 0.125rem;
    }

    .desktop\:right-1\.5 {
        right: 0.375rem;
    }

    .desktop\:right-2\.5 {
        right: 0.625rem;
    }

    .desktop\:right-3\.5 {
        right: 0.875rem;
    }

    .desktop\:right-5p {
        right: 5px;
    }

    .desktop\:right-10p {
        right: 10px;
    }

    .desktop\:right-14p {
        right: 14px;
    }

    .desktop\:right-15p {
        right: 15px;
    }

    .desktop\:right-15_2 {
        right: 60px;
    }

    .desktop\:right-16_1 {
        right: 52px;
    }

    .desktop\:right-16p {
        right: 16px;
    }

    .desktop\:right-25p {
        right: 25px;
    }

    .desktop\:right-48p {
        right: 48%;
    }

    .desktop\:right-52p {
        right: 52%;
    }

    .desktop\:-right-0 {
        right: 0px;
    }

    .desktop\:-right-1 {
        right: -0.25rem;
    }

    .desktop\:-right-2 {
        right: -0.5rem;
    }

    .desktop\:-right-3 {
        right: -0.75rem;
    }

    .desktop\:-right-4 {
        right: -1rem;
    }

    .desktop\:-right-5 {
        right: -1.25rem;
    }

    .desktop\:-right-6 {
        right: -1.5rem;
    }

    .desktop\:-right-7 {
        right: -1.75rem;
    }

    .desktop\:-right-8 {
        right: -2rem;
    }

    .desktop\:-right-9 {
        right: -2.25rem;
    }

    .desktop\:-right-10 {
        right: -2.5rem;
    }

    .desktop\:-right-11 {
        right: -2.75rem;
    }

    .desktop\:-right-12 {
        right: -3rem;
    }

    .desktop\:-right-14 {
        right: -3.5rem;
    }

    .desktop\:-right-16 {
        right: -4rem;
    }

    .desktop\:-right-18 {
        right: -4.375rem;
    }

    .desktop\:-right-19 {
        right: -76px;
    }

    .desktop\:-right-20 {
        right: -5rem;
    }

    .desktop\:-right-24 {
        right: -6rem;
    }

    .desktop\:-right-28 {
        right: -7rem;
    }

    .desktop\:-right-30 {
        right: -120px;
    }

    .desktop\:-right-32 {
        right: -8rem;
    }

    .desktop\:-right-36 {
        right: -9rem;
    }

    .desktop\:-right-40 {
        right: -10rem;
    }

    .desktop\:-right-44 {
        right: -11rem;
    }

    .desktop\:-right-48 {
        right: -12rem;
    }

    .desktop\:-right-52 {
        right: -13rem;
    }

    .desktop\:-right-56 {
        right: -14rem;
    }

    .desktop\:-right-60 {
        right: -15rem;
    }

    .desktop\:-right-64 {
        right: -16rem;
    }

    .desktop\:-right-72 {
        right: -18rem;
    }

    .desktop\:-right-80 {
        right: -20rem;
    }

    .desktop\:-right-96 {
        right: -24rem;
    }

    .desktop\:-right-px {
        right: -1px;
    }

    .desktop\:-right-0\.5 {
        right: -0.125rem;
    }

    .desktop\:-right-1\.5 {
        right: -0.375rem;
    }

    .desktop\:-right-2\.5 {
        right: -0.625rem;
    }

    .desktop\:-right-3\.5 {
        right: -0.875rem;
    }

    .desktop\:-right-5p {
        right: -5px;
    }

    .desktop\:-right-10p {
        right: -10px;
    }

    .desktop\:-right-14p {
        right: -14px;
    }

    .desktop\:-right-15p {
        right: -15px;
    }

    .desktop\:-right-15_2 {
        right: -60px;
    }

    .desktop\:-right-16_1 {
        right: -52px;
    }

    .desktop\:-right-16p {
        right: -16px;
    }

    .desktop\:-right-25p {
        right: -25px;
    }

    .desktop\:-right-48p {
        right: -48%;
    }

    .desktop\:-right-52p {
        right: -52%;
    }

    .desktop\:right-1\/2 {
        right: 50%;
    }

    .desktop\:right-1\/3 {
        right: 33.333333%;
    }

    .desktop\:right-2\/3 {
        right: 66.666667%;
    }

    .desktop\:right-1\/4 {
        right: 25%;
    }

    .desktop\:right-2\/4 {
        right: 50%;
    }

    .desktop\:right-3\/4 {
        right: 75%;
    }

    .desktop\:right-full {
        right: 100%;
    }

    .desktop\:-right-1\/2 {
        right: -50%;
    }

    .desktop\:-right-1\/3 {
        right: -33.333333%;
    }

    .desktop\:-right-2\/3 {
        right: -66.666667%;
    }

    .desktop\:-right-1\/4 {
        right: -25%;
    }

    .desktop\:-right-2\/4 {
        right: -50%;
    }

    .desktop\:-right-3\/4 {
        right: -75%;
    }

    .desktop\:-right-full {
        right: -100%;
    }

    .desktop\:bottom-0 {
        bottom: 0px;
    }

    .desktop\:bottom-1 {
        bottom: 0.25rem;
    }

    .desktop\:bottom-2 {
        bottom: 0.5rem;
    }

    .desktop\:bottom-3 {
        bottom: 0.75rem;
    }

    .desktop\:bottom-4 {
        bottom: 1rem;
    }

    .desktop\:bottom-5 {
        bottom: 1.25rem;
    }

    .desktop\:bottom-6 {
        bottom: 1.5rem;
    }

    .desktop\:bottom-7 {
        bottom: 1.75rem;
    }

    .desktop\:bottom-8 {
        bottom: 2rem;
    }

    .desktop\:bottom-9 {
        bottom: 2.25rem;
    }

    .desktop\:bottom-10 {
        bottom: 2.5rem;
    }

    .desktop\:bottom-11 {
        bottom: 2.75rem;
    }

    .desktop\:bottom-12 {
        bottom: 3rem;
    }

    .desktop\:bottom-14 {
        bottom: 3.5rem;
    }

    .desktop\:bottom-16 {
        bottom: 4rem;
    }

    .desktop\:bottom-18 {
        bottom: 4.375rem;
    }

    .desktop\:bottom-19 {
        bottom: 76px;
    }

    .desktop\:bottom-20 {
        bottom: 5rem;
    }

    .desktop\:bottom-24 {
        bottom: 6rem;
    }

    .desktop\:bottom-28 {
        bottom: 7rem;
    }

    .desktop\:bottom-30 {
        bottom: 120px;
    }

    .desktop\:bottom-32 {
        bottom: 8rem;
    }

    .desktop\:bottom-36 {
        bottom: 9rem;
    }

    .desktop\:bottom-40 {
        bottom: 10rem;
    }

    .desktop\:bottom-44 {
        bottom: 11rem;
    }

    .desktop\:bottom-48 {
        bottom: 12rem;
    }

    .desktop\:bottom-52 {
        bottom: 13rem;
    }

    .desktop\:bottom-56 {
        bottom: 14rem;
    }

    .desktop\:bottom-60 {
        bottom: 15rem;
    }

    .desktop\:bottom-64 {
        bottom: 16rem;
    }

    .desktop\:bottom-72 {
        bottom: 18rem;
    }

    .desktop\:bottom-80 {
        bottom: 20rem;
    }

    .desktop\:bottom-96 {
        bottom: 24rem;
    }

    .desktop\:bottom-auto {
        bottom: auto;
    }

    .desktop\:bottom-px {
        bottom: 1px;
    }

    .desktop\:bottom-0\.5 {
        bottom: 0.125rem;
    }

    .desktop\:bottom-1\.5 {
        bottom: 0.375rem;
    }

    .desktop\:bottom-2\.5 {
        bottom: 0.625rem;
    }

    .desktop\:bottom-3\.5 {
        bottom: 0.875rem;
    }

    .desktop\:bottom-5p {
        bottom: 5px;
    }

    .desktop\:bottom-10p {
        bottom: 10px;
    }

    .desktop\:bottom-14p {
        bottom: 14px;
    }

    .desktop\:bottom-15p {
        bottom: 15px;
    }

    .desktop\:bottom-15_2 {
        bottom: 60px;
    }

    .desktop\:bottom-16_1 {
        bottom: 52px;
    }

    .desktop\:bottom-16p {
        bottom: 16px;
    }

    .desktop\:bottom-25p {
        bottom: 25px;
    }

    .desktop\:bottom-48p {
        bottom: 48%;
    }

    .desktop\:bottom-52p {
        bottom: 52%;
    }

    .desktop\:-bottom-0 {
        bottom: 0px;
    }

    .desktop\:-bottom-1 {
        bottom: -0.25rem;
    }

    .desktop\:-bottom-2 {
        bottom: -0.5rem;
    }

    .desktop\:-bottom-3 {
        bottom: -0.75rem;
    }

    .desktop\:-bottom-4 {
        bottom: -1rem;
    }

    .desktop\:-bottom-5 {
        bottom: -1.25rem;
    }

    .desktop\:-bottom-6 {
        bottom: -1.5rem;
    }

    .desktop\:-bottom-7 {
        bottom: -1.75rem;
    }

    .desktop\:-bottom-8 {
        bottom: -2rem;
    }

    .desktop\:-bottom-9 {
        bottom: -2.25rem;
    }

    .desktop\:-bottom-10 {
        bottom: -2.5rem;
    }

    .desktop\:-bottom-11 {
        bottom: -2.75rem;
    }

    .desktop\:-bottom-12 {
        bottom: -3rem;
    }

    .desktop\:-bottom-14 {
        bottom: -3.5rem;
    }

    .desktop\:-bottom-16 {
        bottom: -4rem;
    }

    .desktop\:-bottom-18 {
        bottom: -4.375rem;
    }

    .desktop\:-bottom-19 {
        bottom: -76px;
    }

    .desktop\:-bottom-20 {
        bottom: -5rem;
    }

    .desktop\:-bottom-24 {
        bottom: -6rem;
    }

    .desktop\:-bottom-28 {
        bottom: -7rem;
    }

    .desktop\:-bottom-30 {
        bottom: -120px;
    }

    .desktop\:-bottom-32 {
        bottom: -8rem;
    }

    .desktop\:-bottom-36 {
        bottom: -9rem;
    }

    .desktop\:-bottom-40 {
        bottom: -10rem;
    }

    .desktop\:-bottom-44 {
        bottom: -11rem;
    }

    .desktop\:-bottom-48 {
        bottom: -12rem;
    }

    .desktop\:-bottom-52 {
        bottom: -13rem;
    }

    .desktop\:-bottom-56 {
        bottom: -14rem;
    }

    .desktop\:-bottom-60 {
        bottom: -15rem;
    }

    .desktop\:-bottom-64 {
        bottom: -16rem;
    }

    .desktop\:-bottom-72 {
        bottom: -18rem;
    }

    .desktop\:-bottom-80 {
        bottom: -20rem;
    }

    .desktop\:-bottom-96 {
        bottom: -24rem;
    }

    .desktop\:-bottom-px {
        bottom: -1px;
    }

    .desktop\:-bottom-0\.5 {
        bottom: -0.125rem;
    }

    .desktop\:-bottom-1\.5 {
        bottom: -0.375rem;
    }

    .desktop\:-bottom-2\.5 {
        bottom: -0.625rem;
    }

    .desktop\:-bottom-3\.5 {
        bottom: -0.875rem;
    }

    .desktop\:-bottom-5p {
        bottom: -5px;
    }

    .desktop\:-bottom-10p {
        bottom: -10px;
    }

    .desktop\:-bottom-14p {
        bottom: -14px;
    }

    .desktop\:-bottom-15p {
        bottom: -15px;
    }

    .desktop\:-bottom-15_2 {
        bottom: -60px;
    }

    .desktop\:-bottom-16_1 {
        bottom: -52px;
    }

    .desktop\:-bottom-16p {
        bottom: -16px;
    }

    .desktop\:-bottom-25p {
        bottom: -25px;
    }

    .desktop\:-bottom-48p {
        bottom: -48%;
    }

    .desktop\:-bottom-52p {
        bottom: -52%;
    }

    .desktop\:bottom-1\/2 {
        bottom: 50%;
    }

    .desktop\:bottom-1\/3 {
        bottom: 33.333333%;
    }

    .desktop\:bottom-2\/3 {
        bottom: 66.666667%;
    }

    .desktop\:bottom-1\/4 {
        bottom: 25%;
    }

    .desktop\:bottom-2\/4 {
        bottom: 50%;
    }

    .desktop\:bottom-3\/4 {
        bottom: 75%;
    }

    .desktop\:bottom-full {
        bottom: 100%;
    }

    .desktop\:-bottom-1\/2 {
        bottom: -50%;
    }

    .desktop\:-bottom-1\/3 {
        bottom: -33.333333%;
    }

    .desktop\:-bottom-2\/3 {
        bottom: -66.666667%;
    }

    .desktop\:-bottom-1\/4 {
        bottom: -25%;
    }

    .desktop\:-bottom-2\/4 {
        bottom: -50%;
    }

    .desktop\:-bottom-3\/4 {
        bottom: -75%;
    }

    .desktop\:-bottom-full {
        bottom: -100%;
    }

    .desktop\:left-0 {
        left: 0px;
    }

    .desktop\:left-1 {
        left: 0.25rem;
    }

    .desktop\:left-2 {
        left: 0.5rem;
    }

    .desktop\:left-3 {
        left: 0.75rem;
    }

    .desktop\:left-4 {
        left: 1rem;
    }

    .desktop\:left-5 {
        left: 1.25rem;
    }

    .desktop\:left-6 {
        left: 1.5rem;
    }

    .desktop\:left-7 {
        left: 1.75rem;
    }

    .desktop\:left-8 {
        left: 2rem;
    }

    .desktop\:left-9 {
        left: 2.25rem;
    }

    .desktop\:left-10 {
        left: 2.5rem;
    }

    .desktop\:left-11 {
        left: 2.75rem;
    }

    .desktop\:left-12 {
        left: 3rem;
    }

    .desktop\:left-14 {
        left: 3.5rem;
    }

    .desktop\:left-16 {
        left: 4rem;
    }

    .desktop\:left-18 {
        left: 4.375rem;
    }

    .desktop\:left-19 {
        left: 76px;
    }

    .desktop\:left-20 {
        left: 5rem;
    }

    .desktop\:left-24 {
        left: 6rem;
    }

    .desktop\:left-28 {
        left: 7rem;
    }

    .desktop\:left-30 {
        left: 120px;
    }

    .desktop\:left-32 {
        left: 8rem;
    }

    .desktop\:left-36 {
        left: 9rem;
    }

    .desktop\:left-40 {
        left: 10rem;
    }

    .desktop\:left-44 {
        left: 11rem;
    }

    .desktop\:left-48 {
        left: 12rem;
    }

    .desktop\:left-52 {
        left: 13rem;
    }

    .desktop\:left-56 {
        left: 14rem;
    }

    .desktop\:left-60 {
        left: 15rem;
    }

    .desktop\:left-64 {
        left: 16rem;
    }

    .desktop\:left-72 {
        left: 18rem;
    }

    .desktop\:left-80 {
        left: 20rem;
    }

    .desktop\:left-96 {
        left: 24rem;
    }

    .desktop\:left-auto {
        left: auto;
    }

    .desktop\:left-px {
        left: 1px;
    }

    .desktop\:left-0\.5 {
        left: 0.125rem;
    }

    .desktop\:left-1\.5 {
        left: 0.375rem;
    }

    .desktop\:left-2\.5 {
        left: 0.625rem;
    }

    .desktop\:left-3\.5 {
        left: 0.875rem;
    }

    .desktop\:left-5p {
        left: 5px;
    }

    .desktop\:left-10p {
        left: 10px;
    }

    .desktop\:left-14p {
        left: 14px;
    }

    .desktop\:left-15p {
        left: 15px;
    }

    .desktop\:left-15_2 {
        left: 60px;
    }

    .desktop\:left-16_1 {
        left: 52px;
    }

    .desktop\:left-16p {
        left: 16px;
    }

    .desktop\:left-25p {
        left: 25px;
    }

    .desktop\:left-48p {
        left: 48%;
    }

    .desktop\:left-52p {
        left: 52%;
    }

    .desktop\:-left-0 {
        left: 0px;
    }

    .desktop\:-left-1 {
        left: -0.25rem;
    }

    .desktop\:-left-2 {
        left: -0.5rem;
    }

    .desktop\:-left-3 {
        left: -0.75rem;
    }

    .desktop\:-left-4 {
        left: -1rem;
    }

    .desktop\:-left-5 {
        left: -1.25rem;
    }

    .desktop\:-left-6 {
        left: -1.5rem;
    }

    .desktop\:-left-7 {
        left: -1.75rem;
    }

    .desktop\:-left-8 {
        left: -2rem;
    }

    .desktop\:-left-9 {
        left: -2.25rem;
    }

    .desktop\:-left-10 {
        left: -2.5rem;
    }

    .desktop\:-left-11 {
        left: -2.75rem;
    }

    .desktop\:-left-12 {
        left: -3rem;
    }

    .desktop\:-left-14 {
        left: -3.5rem;
    }

    .desktop\:-left-16 {
        left: -4rem;
    }

    .desktop\:-left-18 {
        left: -4.375rem;
    }

    .desktop\:-left-19 {
        left: -76px;
    }

    .desktop\:-left-20 {
        left: -5rem;
    }

    .desktop\:-left-24 {
        left: -6rem;
    }

    .desktop\:-left-28 {
        left: -7rem;
    }

    .desktop\:-left-30 {
        left: -120px;
    }

    .desktop\:-left-32 {
        left: -8rem;
    }

    .desktop\:-left-36 {
        left: -9rem;
    }

    .desktop\:-left-40 {
        left: -10rem;
    }

    .desktop\:-left-44 {
        left: -11rem;
    }

    .desktop\:-left-48 {
        left: -12rem;
    }

    .desktop\:-left-52 {
        left: -13rem;
    }

    .desktop\:-left-56 {
        left: -14rem;
    }

    .desktop\:-left-60 {
        left: -15rem;
    }

    .desktop\:-left-64 {
        left: -16rem;
    }

    .desktop\:-left-72 {
        left: -18rem;
    }

    .desktop\:-left-80 {
        left: -20rem;
    }

    .desktop\:-left-96 {
        left: -24rem;
    }

    .desktop\:-left-px {
        left: -1px;
    }

    .desktop\:-left-0\.5 {
        left: -0.125rem;
    }

    .desktop\:-left-1\.5 {
        left: -0.375rem;
    }

    .desktop\:-left-2\.5 {
        left: -0.625rem;
    }

    .desktop\:-left-3\.5 {
        left: -0.875rem;
    }

    .desktop\:-left-5p {
        left: -5px;
    }

    .desktop\:-left-10p {
        left: -10px;
    }

    .desktop\:-left-14p {
        left: -14px;
    }

    .desktop\:-left-15p {
        left: -15px;
    }

    .desktop\:-left-15_2 {
        left: -60px;
    }

    .desktop\:-left-16_1 {
        left: -52px;
    }

    .desktop\:-left-16p {
        left: -16px;
    }

    .desktop\:-left-25p {
        left: -25px;
    }

    .desktop\:-left-48p {
        left: -48%;
    }

    .desktop\:-left-52p {
        left: -52%;
    }

    .desktop\:left-1\/2 {
        left: 50%;
    }

    .desktop\:left-1\/3 {
        left: 33.333333%;
    }

    .desktop\:left-2\/3 {
        left: 66.666667%;
    }

    .desktop\:left-1\/4 {
        left: 25%;
    }

    .desktop\:left-2\/4 {
        left: 50%;
    }

    .desktop\:left-3\/4 {
        left: 75%;
    }

    .desktop\:left-full {
        left: 100%;
    }

    .desktop\:-left-1\/2 {
        left: -50%;
    }

    .desktop\:-left-1\/3 {
        left: -33.333333%;
    }

    .desktop\:-left-2\/3 {
        left: -66.666667%;
    }

    .desktop\:-left-1\/4 {
        left: -25%;
    }

    .desktop\:-left-2\/4 {
        left: -50%;
    }

    .desktop\:-left-3\/4 {
        left: -75%;
    }

    .desktop\:-left-full {
        left: -100%;
    }

    .desktop\:isolate {
        isolation: isolate;
    }

    .desktop\:isolation-auto {
        isolation: auto;
    }

    .desktop\:z-0 {
        z-index: 0;
    }

    .desktop\:z-10 {
        z-index: 10;
    }

    .desktop\:z-20 {
        z-index: 20;
    }

    .desktop\:z-30 {
        z-index: 30;
    }

    .desktop\:z-40 {
        z-index: 40;
    }

    .desktop\:z-50 {
        z-index: 50;
    }

    .desktop\:z-auto {
        z-index: auto;
    }

    .desktop\:focus-within\:z-0:focus-within {
        z-index: 0;
    }

    .desktop\:focus-within\:z-10:focus-within {
        z-index: 10;
    }

    .desktop\:focus-within\:z-20:focus-within {
        z-index: 20;
    }

    .desktop\:focus-within\:z-30:focus-within {
        z-index: 30;
    }

    .desktop\:focus-within\:z-40:focus-within {
        z-index: 40;
    }

    .desktop\:focus-within\:z-50:focus-within {
        z-index: 50;
    }

    .desktop\:focus-within\:z-auto:focus-within {
        z-index: auto;
    }

    .desktop\:focus\:z-0:focus {
        z-index: 0;
    }

    .desktop\:focus\:z-10:focus {
        z-index: 10;
    }

    .desktop\:focus\:z-20:focus {
        z-index: 20;
    }

    .desktop\:focus\:z-30:focus {
        z-index: 30;
    }

    .desktop\:focus\:z-40:focus {
        z-index: 40;
    }

    .desktop\:focus\:z-50:focus {
        z-index: 50;
    }

    .desktop\:focus\:z-auto:focus {
        z-index: auto;
    }

    .desktop\:order-1 {
        order: 1;
    }

    .desktop\:order-2 {
        order: 2;
    }

    .desktop\:order-3 {
        order: 3;
    }

    .desktop\:order-4 {
        order: 4;
    }

    .desktop\:order-5 {
        order: 5;
    }

    .desktop\:order-6 {
        order: 6;
    }

    .desktop\:order-7 {
        order: 7;
    }

    .desktop\:order-8 {
        order: 8;
    }

    .desktop\:order-9 {
        order: 9;
    }

    .desktop\:order-10 {
        order: 10;
    }

    .desktop\:order-11 {
        order: 11;
    }

    .desktop\:order-12 {
        order: 12;
    }

    .desktop\:order-first {
        order: -9999;
    }

    .desktop\:order-last {
        order: 9999;
    }

    .desktop\:order-none {
        order: 0;
    }

    .desktop\:col-auto {
        grid-column: auto;
    }

    .desktop\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .desktop\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .desktop\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .desktop\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .desktop\:col-span-5 {
        grid-column: span 5 / span 5;
    }

    .desktop\:col-span-6 {
        grid-column: span 6 / span 6;
    }

    .desktop\:col-span-7 {
        grid-column: span 7 / span 7;
    }

    .desktop\:col-span-8 {
        grid-column: span 8 / span 8;
    }

    .desktop\:col-span-9 {
        grid-column: span 9 / span 9;
    }

    .desktop\:col-span-10 {
        grid-column: span 10 / span 10;
    }

    .desktop\:col-span-11 {
        grid-column: span 11 / span 11;
    }

    .desktop\:col-span-12 {
        grid-column: span 12 / span 12;
    }

    .desktop\:col-span-full {
        grid-column: 1 / -1;
    }

    .desktop\:col-start-1 {
        grid-column-start: 1;
    }

    .desktop\:col-start-2 {
        grid-column-start: 2;
    }

    .desktop\:col-start-3 {
        grid-column-start: 3;
    }

    .desktop\:col-start-4 {
        grid-column-start: 4;
    }

    .desktop\:col-start-5 {
        grid-column-start: 5;
    }

    .desktop\:col-start-6 {
        grid-column-start: 6;
    }

    .desktop\:col-start-7 {
        grid-column-start: 7;
    }

    .desktop\:col-start-8 {
        grid-column-start: 8;
    }

    .desktop\:col-start-9 {
        grid-column-start: 9;
    }

    .desktop\:col-start-10 {
        grid-column-start: 10;
    }

    .desktop\:col-start-11 {
        grid-column-start: 11;
    }

    .desktop\:col-start-12 {
        grid-column-start: 12;
    }

    .desktop\:col-start-13 {
        grid-column-start: 13;
    }

    .desktop\:col-start-auto {
        grid-column-start: auto;
    }

    .desktop\:col-end-1 {
        grid-column-end: 1;
    }

    .desktop\:col-end-2 {
        grid-column-end: 2;
    }

    .desktop\:col-end-3 {
        grid-column-end: 3;
    }

    .desktop\:col-end-4 {
        grid-column-end: 4;
    }

    .desktop\:col-end-5 {
        grid-column-end: 5;
    }

    .desktop\:col-end-6 {
        grid-column-end: 6;
    }

    .desktop\:col-end-7 {
        grid-column-end: 7;
    }

    .desktop\:col-end-8 {
        grid-column-end: 8;
    }

    .desktop\:col-end-9 {
        grid-column-end: 9;
    }

    .desktop\:col-end-10 {
        grid-column-end: 10;
    }

    .desktop\:col-end-11 {
        grid-column-end: 11;
    }

    .desktop\:col-end-12 {
        grid-column-end: 12;
    }

    .desktop\:col-end-13 {
        grid-column-end: 13;
    }

    .desktop\:col-end-auto {
        grid-column-end: auto;
    }

    .desktop\:row-auto {
        grid-row: auto;
    }

    .desktop\:row-span-1 {
        grid-row: span 1 / span 1;
    }

    .desktop\:row-span-2 {
        grid-row: span 2 / span 2;
    }

    .desktop\:row-span-3 {
        grid-row: span 3 / span 3;
    }

    .desktop\:row-span-4 {
        grid-row: span 4 / span 4;
    }

    .desktop\:row-span-5 {
        grid-row: span 5 / span 5;
    }

    .desktop\:row-span-6 {
        grid-row: span 6 / span 6;
    }

    .desktop\:row-span-full {
        grid-row: 1 / -1;
    }

    .desktop\:row-start-1 {
        grid-row-start: 1;
    }

    .desktop\:row-start-2 {
        grid-row-start: 2;
    }

    .desktop\:row-start-3 {
        grid-row-start: 3;
    }

    .desktop\:row-start-4 {
        grid-row-start: 4;
    }

    .desktop\:row-start-5 {
        grid-row-start: 5;
    }

    .desktop\:row-start-6 {
        grid-row-start: 6;
    }

    .desktop\:row-start-7 {
        grid-row-start: 7;
    }

    .desktop\:row-start-auto {
        grid-row-start: auto;
    }

    .desktop\:row-end-1 {
        grid-row-end: 1;
    }

    .desktop\:row-end-2 {
        grid-row-end: 2;
    }

    .desktop\:row-end-3 {
        grid-row-end: 3;
    }

    .desktop\:row-end-4 {
        grid-row-end: 4;
    }

    .desktop\:row-end-5 {
        grid-row-end: 5;
    }

    .desktop\:row-end-6 {
        grid-row-end: 6;
    }

    .desktop\:row-end-7 {
        grid-row-end: 7;
    }

    .desktop\:row-end-auto {
        grid-row-end: auto;
    }

    .desktop\:float-right {
        float: right;
    }

    .desktop\:float-left {
        float: left;
    }

    .desktop\:float-none {
        float: none;
    }

    .desktop\:clear-left {
        clear: left;
    }

    .desktop\:clear-right {
        clear: right;
    }

    .desktop\:clear-both {
        clear: both;
    }

    .desktop\:clear-none {
        clear: none;
    }

    .desktop\:m-0 {
        margin: 0px;
    }

    .desktop\:m-1 {
        margin: 0.25rem;
    }

    .desktop\:m-2 {
        margin: 0.5rem;
    }

    .desktop\:m-3 {
        margin: 0.75rem;
    }

    .desktop\:m-4 {
        margin: 1rem;
    }

    .desktop\:m-5 {
        margin: 1.25rem;
    }

    .desktop\:m-6 {
        margin: 1.5rem;
    }

    .desktop\:m-7 {
        margin: 1.75rem;
    }

    .desktop\:m-8 {
        margin: 2rem;
    }

    .desktop\:m-9 {
        margin: 2.25rem;
    }

    .desktop\:m-10 {
        margin: 2.5rem;
    }

    .desktop\:m-11 {
        margin: 2.75rem;
    }

    .desktop\:m-12 {
        margin: 3rem;
    }

    .desktop\:m-13 {
        margin: 3.25rem;
    }

    .desktop\:m-14 {
        margin: 3.5rem;
    }

    .desktop\:m-16 {
        margin: 4rem;
    }

    .desktop\:m-18 {
        margin: 4.375rem;
    }

    .desktop\:m-19 {
        margin: 76px;
    }

    .desktop\:m-20 {
        margin: 5rem;
    }

    .desktop\:m-22 {
        margin: 5.3125rem;
    }

    .desktop\:m-24 {
        margin: 6rem;
    }

    .desktop\:m-28 {
        margin: 7rem;
    }

    .desktop\:m-30 {
        margin: 120px;
    }

    .desktop\:m-32 {
        margin: 8rem;
    }

    .desktop\:m-36 {
        margin: 9rem;
    }

    .desktop\:m-40 {
        margin: 10rem;
    }

    .desktop\:m-44 {
        margin: 11rem;
    }

    .desktop\:m-46 {
        margin: 11.44rem;
    }

    .desktop\:m-48 {
        margin: 12rem;
    }

    .desktop\:m-52 {
        margin: 13rem;
    }

    .desktop\:m-56 {
        margin: 14rem;
    }

    .desktop\:m-60 {
        margin: 15rem;
    }

    .desktop\:m-64 {
        margin: 16rem;
    }

    .desktop\:m-72 {
        margin: 18rem;
    }

    .desktop\:m-80 {
        margin: 20rem;
    }

    .desktop\:m-96 {
        margin: 24rem;
    }

    .desktop\:m-auto {
        margin: auto;
    }

    .desktop\:m-px {
        margin: 1px;
    }

    .desktop\:m-0\.5 {
        margin: 0.125rem;
    }

    .desktop\:m-1\.5 {
        margin: 0.375rem;
    }

    .desktop\:m-2\.5 {
        margin: 0.625rem;
    }

    .desktop\:m-3\.5 {
        margin: 0.875rem;
    }

    .desktop\:m-5p {
        margin: 5px;
    }

    .desktop\:m-10p {
        margin: 10px;
    }

    .desktop\:m-14p {
        margin: 14px;
    }

    .desktop\:m-15p {
        margin: 15px;
    }

    .desktop\:m-15_2 {
        margin: 60px;
    }

    .desktop\:m-16_1 {
        margin: 52px;
    }

    .desktop\:m-16p {
        margin: 16px;
    }

    .desktop\:m-25p {
        margin: 25px;
    }

    .desktop\:m-48p {
        margin: 48%;
    }

    .desktop\:m-52p {
        margin: 52%;
    }

    .desktop\:-m-0 {
        margin: 0px;
    }

    .desktop\:-m-1 {
        margin: -0.25rem;
    }

    .desktop\:-m-2 {
        margin: -0.5rem;
    }

    .desktop\:-m-3 {
        margin: -0.75rem;
    }

    .desktop\:-m-4 {
        margin: -1rem;
    }

    .desktop\:-m-5 {
        margin: -1.25rem;
    }

    .desktop\:-m-6 {
        margin: -1.5rem;
    }

    .desktop\:-m-7 {
        margin: -1.75rem;
    }

    .desktop\:-m-8 {
        margin: -2rem;
    }

    .desktop\:-m-9 {
        margin: -2.25rem;
    }

    .desktop\:-m-10 {
        margin: -2.5rem;
    }

    .desktop\:-m-11 {
        margin: -2.75rem;
    }

    .desktop\:-m-12 {
        margin: -3rem;
    }

    .desktop\:-m-14 {
        margin: -3.5rem;
    }

    .desktop\:-m-16 {
        margin: -4rem;
    }

    .desktop\:-m-18 {
        margin: -4.375rem;
    }

    .desktop\:-m-19 {
        margin: -76px;
    }

    .desktop\:-m-20 {
        margin: -5rem;
    }

    .desktop\:-m-24 {
        margin: -6rem;
    }

    .desktop\:-m-28 {
        margin: -7rem;
    }

    .desktop\:-m-30 {
        margin: -120px;
    }

    .desktop\:-m-32 {
        margin: -8rem;
    }

    .desktop\:-m-36 {
        margin: -9rem;
    }

    .desktop\:-m-40 {
        margin: -10rem;
    }

    .desktop\:-m-44 {
        margin: -11rem;
    }

    .desktop\:-m-48 {
        margin: -12rem;
    }

    .desktop\:-m-52 {
        margin: -13rem;
    }

    .desktop\:-m-56 {
        margin: -14rem;
    }

    .desktop\:-m-60 {
        margin: -15rem;
    }

    .desktop\:-m-64 {
        margin: -16rem;
    }

    .desktop\:-m-72 {
        margin: -18rem;
    }

    .desktop\:-m-80 {
        margin: -20rem;
    }

    .desktop\:-m-96 {
        margin: -24rem;
    }

    .desktop\:-m-px {
        margin: -1px;
    }

    .desktop\:-m-0\.5 {
        margin: -0.125rem;
    }

    .desktop\:-m-1\.5 {
        margin: -0.375rem;
    }

    .desktop\:-m-2\.5 {
        margin: -0.625rem;
    }

    .desktop\:-m-3\.5 {
        margin: -0.875rem;
    }

    .desktop\:-m-5p {
        margin: -5px;
    }

    .desktop\:-m-10p {
        margin: -10px;
    }

    .desktop\:-m-14p {
        margin: -14px;
    }

    .desktop\:-m-15p {
        margin: -15px;
    }

    .desktop\:-m-15_2 {
        margin: -60px;
    }

    .desktop\:-m-16_1 {
        margin: -52px;
    }

    .desktop\:-m-16p {
        margin: -16px;
    }

    .desktop\:-m-25p {
        margin: -25px;
    }

    .desktop\:-m-48p {
        margin: -48%;
    }

    .desktop\:-m-52p {
        margin: -52%;
    }

    .desktop\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .desktop\:mx-1 {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }

    .desktop\:mx-2 {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .desktop\:mx-3 {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
    }

    .desktop\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .desktop\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }

    .desktop\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .desktop\:mx-7 {
        margin-left: 1.75rem;
        margin-right: 1.75rem;
    }

    .desktop\:mx-8 {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .desktop\:mx-9 {
        margin-left: 2.25rem;
        margin-right: 2.25rem;
    }

    .desktop\:mx-10 {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }

    .desktop\:mx-11 {
        margin-left: 2.75rem;
        margin-right: 2.75rem;
    }

    .desktop\:mx-12 {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .desktop\:mx-13 {
        margin-left: 3.25rem;
        margin-right: 3.25rem;
    }

    .desktop\:mx-14 {
        margin-left: 3.5rem;
        margin-right: 3.5rem;
    }

    .desktop\:mx-16 {
        margin-left: 4rem;
        margin-right: 4rem;
    }

    .desktop\:mx-18 {
        margin-left: 4.375rem;
        margin-right: 4.375rem;
    }

    .desktop\:mx-19 {
        margin-left: 76px;
        margin-right: 76px;
    }

    .desktop\:mx-20 {
        margin-left: 5rem;
        margin-right: 5rem;
    }

    .desktop\:mx-22 {
        margin-left: 5.3125rem;
        margin-right: 5.3125rem;
    }

    .desktop\:mx-24 {
        margin-left: 6rem;
        margin-right: 6rem;
    }

    .desktop\:mx-28 {
        margin-left: 7rem;
        margin-right: 7rem;
    }

    .desktop\:mx-30 {
        margin-left: 120px;
        margin-right: 120px;
    }

    .desktop\:mx-32 {
        margin-left: 8rem;
        margin-right: 8rem;
    }

    .desktop\:mx-36 {
        margin-left: 9rem;
        margin-right: 9rem;
    }

    .desktop\:mx-40 {
        margin-left: 10rem;
        margin-right: 10rem;
    }

    .desktop\:mx-44 {
        margin-left: 11rem;
        margin-right: 11rem;
    }

    .desktop\:mx-46 {
        margin-left: 11.44rem;
        margin-right: 11.44rem;
    }

    .desktop\:mx-48 {
        margin-left: 12rem;
        margin-right: 12rem;
    }

    .desktop\:mx-52 {
        margin-left: 13rem;
        margin-right: 13rem;
    }

    .desktop\:mx-56 {
        margin-left: 14rem;
        margin-right: 14rem;
    }

    .desktop\:mx-60 {
        margin-left: 15rem;
        margin-right: 15rem;
    }

    .desktop\:mx-64 {
        margin-left: 16rem;
        margin-right: 16rem;
    }

    .desktop\:mx-72 {
        margin-left: 18rem;
        margin-right: 18rem;
    }

    .desktop\:mx-80 {
        margin-left: 20rem;
        margin-right: 20rem;
    }

    .desktop\:mx-96 {
        margin-left: 24rem;
        margin-right: 24rem;
    }

    .desktop\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .desktop\:mx-px {
        margin-left: 1px;
        margin-right: 1px;
    }

    .desktop\:mx-0\.5 {
        margin-left: 0.125rem;
        margin-right: 0.125rem;
    }

    .desktop\:mx-1\.5 {
        margin-left: 0.375rem;
        margin-right: 0.375rem;
    }

    .desktop\:mx-2\.5 {
        margin-left: 0.625rem;
        margin-right: 0.625rem;
    }

    .desktop\:mx-3\.5 {
        margin-left: 0.875rem;
        margin-right: 0.875rem;
    }

    .desktop\:mx-5p {
        margin-left: 5px;
        margin-right: 5px;
    }

    .desktop\:mx-10p {
        margin-left: 10px;
        margin-right: 10px;
    }

    .desktop\:mx-14p {
        margin-left: 14px;
        margin-right: 14px;
    }

    .desktop\:mx-15p {
        margin-left: 15px;
        margin-right: 15px;
    }

    .desktop\:mx-15_2 {
        margin-left: 60px;
        margin-right: 60px;
    }

    .desktop\:mx-16_1 {
        margin-left: 52px;
        margin-right: 52px;
    }

    .desktop\:mx-16p {
        margin-left: 16px;
        margin-right: 16px;
    }

    .desktop\:mx-25p {
        margin-left: 25px;
        margin-right: 25px;
    }

    .desktop\:mx-48p {
        margin-left: 48%;
        margin-right: 48%;
    }

    .desktop\:mx-52p {
        margin-left: 52%;
        margin-right: 52%;
    }

    .desktop\:-mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .desktop\:-mx-1 {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
    }

    .desktop\:-mx-2 {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }

    .desktop\:-mx-3 {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }

    .desktop\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .desktop\:-mx-5 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

    .desktop\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .desktop\:-mx-7 {
        margin-left: -1.75rem;
        margin-right: -1.75rem;
    }

    .desktop\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem;
    }

    .desktop\:-mx-9 {
        margin-left: -2.25rem;
        margin-right: -2.25rem;
    }

    .desktop\:-mx-10 {
        margin-left: -2.5rem;
        margin-right: -2.5rem;
    }

    .desktop\:-mx-11 {
        margin-left: -2.75rem;
        margin-right: -2.75rem;
    }

    .desktop\:-mx-12 {
        margin-left: -3rem;
        margin-right: -3rem;
    }

    .desktop\:-mx-14 {
        margin-left: -3.5rem;
        margin-right: -3.5rem;
    }

    .desktop\:-mx-16 {
        margin-left: -4rem;
        margin-right: -4rem;
    }

    .desktop\:-mx-18 {
        margin-left: -4.375rem;
        margin-right: -4.375rem;
    }

    .desktop\:-mx-19 {
        margin-left: -76px;
        margin-right: -76px;
    }

    .desktop\:-mx-20 {
        margin-left: -5rem;
        margin-right: -5rem;
    }

    .desktop\:-mx-24 {
        margin-left: -6rem;
        margin-right: -6rem;
    }

    .desktop\:-mx-28 {
        margin-left: -7rem;
        margin-right: -7rem;
    }

    .desktop\:-mx-30 {
        margin-left: -120px;
        margin-right: -120px;
    }

    .desktop\:-mx-32 {
        margin-left: -8rem;
        margin-right: -8rem;
    }

    .desktop\:-mx-36 {
        margin-left: -9rem;
        margin-right: -9rem;
    }

    .desktop\:-mx-40 {
        margin-left: -10rem;
        margin-right: -10rem;
    }

    .desktop\:-mx-44 {
        margin-left: -11rem;
        margin-right: -11rem;
    }

    .desktop\:-mx-48 {
        margin-left: -12rem;
        margin-right: -12rem;
    }

    .desktop\:-mx-52 {
        margin-left: -13rem;
        margin-right: -13rem;
    }

    .desktop\:-mx-56 {
        margin-left: -14rem;
        margin-right: -14rem;
    }

    .desktop\:-mx-60 {
        margin-left: -15rem;
        margin-right: -15rem;
    }

    .desktop\:-mx-64 {
        margin-left: -16rem;
        margin-right: -16rem;
    }

    .desktop\:-mx-72 {
        margin-left: -18rem;
        margin-right: -18rem;
    }

    .desktop\:-mx-80 {
        margin-left: -20rem;
        margin-right: -20rem;
    }

    .desktop\:-mx-96 {
        margin-left: -24rem;
        margin-right: -24rem;
    }

    .desktop\:-mx-px {
        margin-left: -1px;
        margin-right: -1px;
    }

    .desktop\:-mx-0\.5 {
        margin-left: -0.125rem;
        margin-right: -0.125rem;
    }

    .desktop\:-mx-1\.5 {
        margin-left: -0.375rem;
        margin-right: -0.375rem;
    }

    .desktop\:-mx-2\.5 {
        margin-left: -0.625rem;
        margin-right: -0.625rem;
    }

    .desktop\:-mx-3\.5 {
        margin-left: -0.875rem;
        margin-right: -0.875rem;
    }

    .desktop\:-mx-5p {
        margin-left: -5px;
        margin-right: -5px;
    }

    .desktop\:-mx-10p {
        margin-left: -10px;
        margin-right: -10px;
    }

    .desktop\:-mx-14p {
        margin-left: -14px;
        margin-right: -14px;
    }

    .desktop\:-mx-15p {
        margin-left: -15px;
        margin-right: -15px;
    }

    .desktop\:-mx-15_2 {
        margin-left: -60px;
        margin-right: -60px;
    }

    .desktop\:-mx-16_1 {
        margin-left: -52px;
        margin-right: -52px;
    }

    .desktop\:-mx-16p {
        margin-left: -16px;
        margin-right: -16px;
    }

    .desktop\:-mx-25p {
        margin-left: -25px;
        margin-right: -25px;
    }

    .desktop\:-mx-48p {
        margin-left: -48%;
        margin-right: -48%;
    }

    .desktop\:-mx-52p {
        margin-left: -52%;
        margin-right: -52%;
    }

    .desktop\:my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .desktop\:my-1 {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }

    .desktop\:my-2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .desktop\:my-3 {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }

    .desktop\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .desktop\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .desktop\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .desktop\:my-7 {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem;
    }

    .desktop\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .desktop\:my-9 {
        margin-top: 2.25rem;
        margin-bottom: 2.25rem;
    }

    .desktop\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .desktop\:my-11 {
        margin-top: 2.75rem;
        margin-bottom: 2.75rem;
    }

    .desktop\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .desktop\:my-13 {
        margin-top: 3.25rem;
        margin-bottom: 3.25rem;
    }

    .desktop\:my-14 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }

    .desktop\:my-16 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .desktop\:my-18 {
        margin-top: 4.375rem;
        margin-bottom: 4.375rem;
    }

    .desktop\:my-19 {
        margin-top: 76px;
        margin-bottom: 76px;
    }

    .desktop\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .desktop\:my-22 {
        margin-top: 5.3125rem;
        margin-bottom: 5.3125rem;
    }

    .desktop\:my-24 {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }

    .desktop\:my-28 {
        margin-top: 7rem;
        margin-bottom: 7rem;
    }

    .desktop\:my-30 {
        margin-top: 120px;
        margin-bottom: 120px;
    }

    .desktop\:my-32 {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }

    .desktop\:my-36 {
        margin-top: 9rem;
        margin-bottom: 9rem;
    }

    .desktop\:my-40 {
        margin-top: 10rem;
        margin-bottom: 10rem;
    }

    .desktop\:my-44 {
        margin-top: 11rem;
        margin-bottom: 11rem;
    }

    .desktop\:my-46 {
        margin-top: 11.44rem;
        margin-bottom: 11.44rem;
    }

    .desktop\:my-48 {
        margin-top: 12rem;
        margin-bottom: 12rem;
    }

    .desktop\:my-52 {
        margin-top: 13rem;
        margin-bottom: 13rem;
    }

    .desktop\:my-56 {
        margin-top: 14rem;
        margin-bottom: 14rem;
    }

    .desktop\:my-60 {
        margin-top: 15rem;
        margin-bottom: 15rem;
    }

    .desktop\:my-64 {
        margin-top: 16rem;
        margin-bottom: 16rem;
    }

    .desktop\:my-72 {
        margin-top: 18rem;
        margin-bottom: 18rem;
    }

    .desktop\:my-80 {
        margin-top: 20rem;
        margin-bottom: 20rem;
    }

    .desktop\:my-96 {
        margin-top: 24rem;
        margin-bottom: 24rem;
    }

    .desktop\:my-auto {
        margin-top: auto;
        margin-bottom: auto;
    }

    .desktop\:my-px {
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .desktop\:my-0\.5 {
        margin-top: 0.125rem;
        margin-bottom: 0.125rem;
    }

    .desktop\:my-1\.5 {
        margin-top: 0.375rem;
        margin-bottom: 0.375rem;
    }

    .desktop\:my-2\.5 {
        margin-top: 0.625rem;
        margin-bottom: 0.625rem;
    }

    .desktop\:my-3\.5 {
        margin-top: 0.875rem;
        margin-bottom: 0.875rem;
    }

    .desktop\:my-5p {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .desktop\:my-10p {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .desktop\:my-14p {
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .desktop\:my-15p {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .desktop\:my-15_2 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .desktop\:my-16_1 {
        margin-top: 52px;
        margin-bottom: 52px;
    }

    .desktop\:my-16p {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .desktop\:my-25p {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .desktop\:my-48p {
        margin-top: 48%;
        margin-bottom: 48%;
    }

    .desktop\:my-52p {
        margin-top: 52%;
        margin-bottom: 52%;
    }

    .desktop\:-my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .desktop\:-my-1 {
        margin-top: -0.25rem;
        margin-bottom: -0.25rem;
    }

    .desktop\:-my-2 {
        margin-top: -0.5rem;
        margin-bottom: -0.5rem;
    }

    .desktop\:-my-3 {
        margin-top: -0.75rem;
        margin-bottom: -0.75rem;
    }

    .desktop\:-my-4 {
        margin-top: -1rem;
        margin-bottom: -1rem;
    }

    .desktop\:-my-5 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem;
    }

    .desktop\:-my-6 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem;
    }

    .desktop\:-my-7 {
        margin-top: -1.75rem;
        margin-bottom: -1.75rem;
    }

    .desktop\:-my-8 {
        margin-top: -2rem;
        margin-bottom: -2rem;
    }

    .desktop\:-my-9 {
        margin-top: -2.25rem;
        margin-bottom: -2.25rem;
    }

    .desktop\:-my-10 {
        margin-top: -2.5rem;
        margin-bottom: -2.5rem;
    }

    .desktop\:-my-11 {
        margin-top: -2.75rem;
        margin-bottom: -2.75rem;
    }

    .desktop\:-my-12 {
        margin-top: -3rem;
        margin-bottom: -3rem;
    }

    .desktop\:-my-14 {
        margin-top: -3.5rem;
        margin-bottom: -3.5rem;
    }

    .desktop\:-my-16 {
        margin-top: -4rem;
        margin-bottom: -4rem;
    }

    .desktop\:-my-18 {
        margin-top: -4.375rem;
        margin-bottom: -4.375rem;
    }

    .desktop\:-my-19 {
        margin-top: -76px;
        margin-bottom: -76px;
    }

    .desktop\:-my-20 {
        margin-top: -5rem;
        margin-bottom: -5rem;
    }

    .desktop\:-my-24 {
        margin-top: -6rem;
        margin-bottom: -6rem;
    }

    .desktop\:-my-28 {
        margin-top: -7rem;
        margin-bottom: -7rem;
    }

    .desktop\:-my-30 {
        margin-top: -120px;
        margin-bottom: -120px;
    }

    .desktop\:-my-32 {
        margin-top: -8rem;
        margin-bottom: -8rem;
    }

    .desktop\:-my-36 {
        margin-top: -9rem;
        margin-bottom: -9rem;
    }

    .desktop\:-my-40 {
        margin-top: -10rem;
        margin-bottom: -10rem;
    }

    .desktop\:-my-44 {
        margin-top: -11rem;
        margin-bottom: -11rem;
    }

    .desktop\:-my-48 {
        margin-top: -12rem;
        margin-bottom: -12rem;
    }

    .desktop\:-my-52 {
        margin-top: -13rem;
        margin-bottom: -13rem;
    }

    .desktop\:-my-56 {
        margin-top: -14rem;
        margin-bottom: -14rem;
    }

    .desktop\:-my-60 {
        margin-top: -15rem;
        margin-bottom: -15rem;
    }

    .desktop\:-my-64 {
        margin-top: -16rem;
        margin-bottom: -16rem;
    }

    .desktop\:-my-72 {
        margin-top: -18rem;
        margin-bottom: -18rem;
    }

    .desktop\:-my-80 {
        margin-top: -20rem;
        margin-bottom: -20rem;
    }

    .desktop\:-my-96 {
        margin-top: -24rem;
        margin-bottom: -24rem;
    }

    .desktop\:-my-px {
        margin-top: -1px;
        margin-bottom: -1px;
    }

    .desktop\:-my-0\.5 {
        margin-top: -0.125rem;
        margin-bottom: -0.125rem;
    }

    .desktop\:-my-1\.5 {
        margin-top: -0.375rem;
        margin-bottom: -0.375rem;
    }

    .desktop\:-my-2\.5 {
        margin-top: -0.625rem;
        margin-bottom: -0.625rem;
    }

    .desktop\:-my-3\.5 {
        margin-top: -0.875rem;
        margin-bottom: -0.875rem;
    }

    .desktop\:-my-5p {
        margin-top: -5px;
        margin-bottom: -5px;
    }

    .desktop\:-my-10p {
        margin-top: -10px;
        margin-bottom: -10px;
    }

    .desktop\:-my-14p {
        margin-top: -14px;
        margin-bottom: -14px;
    }

    .desktop\:-my-15p {
        margin-top: -15px;
        margin-bottom: -15px;
    }

    .desktop\:-my-15_2 {
        margin-top: -60px;
        margin-bottom: -60px;
    }

    .desktop\:-my-16_1 {
        margin-top: -52px;
        margin-bottom: -52px;
    }

    .desktop\:-my-16p {
        margin-top: -16px;
        margin-bottom: -16px;
    }

    .desktop\:-my-25p {
        margin-top: -25px;
        margin-bottom: -25px;
    }

    .desktop\:-my-48p {
        margin-top: -48%;
        margin-bottom: -48%;
    }

    .desktop\:-my-52p {
        margin-top: -52%;
        margin-bottom: -52%;
    }

    .desktop\:mt-0 {
        margin-top: 0px;
    }

    .desktop\:mt-1 {
        margin-top: 0.25rem;
    }

    .desktop\:mt-2 {
        margin-top: 0.5rem;
    }

    .desktop\:mt-3 {
        margin-top: 0.75rem;
    }

    .desktop\:mt-4 {
        margin-top: 1rem;
    }

    .desktop\:mt-5 {
        margin-top: 1.25rem;
    }

    .desktop\:mt-6 {
        margin-top: 1.5rem;
    }

    .desktop\:mt-7 {
        margin-top: 1.75rem;
    }

    .desktop\:mt-8 {
        margin-top: 2rem;
    }

    .desktop\:mt-9 {
        margin-top: 2.25rem;
    }

    .desktop\:mt-10 {
        margin-top: 2.5rem;
    }

    .desktop\:mt-11 {
        margin-top: 2.75rem;
    }

    .desktop\:mt-12 {
        margin-top: 3rem;
    }

    .desktop\:mt-13 {
        margin-top: 3.25rem;
    }

    .desktop\:mt-14 {
        margin-top: 3.5rem;
    }

    .desktop\:mt-16 {
        margin-top: 4rem;
    }

    .desktop\:mt-18 {
        margin-top: 4.375rem;
    }

    .desktop\:mt-19 {
        margin-top: 76px;
    }

    .desktop\:mt-20 {
        margin-top: 5rem;
    }

    .desktop\:mt-22 {
        margin-top: 5.3125rem;
    }

    .desktop\:mt-24 {
        margin-top: 6rem;
    }

    .desktop\:mt-28 {
        margin-top: 7rem;
    }

    .desktop\:mt-30 {
        margin-top: 120px;
    }

    .desktop\:mt-32 {
        margin-top: 8rem;
    }

    .desktop\:mt-36 {
        margin-top: 9rem;
    }

    .desktop\:mt-40 {
        margin-top: 10rem;
    }

    .desktop\:mt-44 {
        margin-top: 11rem;
    }

    .desktop\:mt-46 {
        margin-top: 11.44rem;
    }

    .desktop\:mt-48 {
        margin-top: 12rem;
    }

    .desktop\:mt-52 {
        margin-top: 13rem;
    }

    .desktop\:mt-56 {
        margin-top: 14rem;
    }

    .desktop\:mt-60 {
        margin-top: 15rem;
    }

    .desktop\:mt-64 {
        margin-top: 16rem;
    }

    .desktop\:mt-72 {
        margin-top: 18rem;
    }

    .desktop\:mt-80 {
        margin-top: 20rem;
    }

    .desktop\:mt-96 {
        margin-top: 24rem;
    }

    .desktop\:mt-auto {
        margin-top: auto;
    }

    .desktop\:mt-px {
        margin-top: 1px;
    }

    .desktop\:mt-0\.5 {
        margin-top: 0.125rem;
    }

    .desktop\:mt-1\.5 {
        margin-top: 0.375rem;
    }

    .desktop\:mt-2\.5 {
        margin-top: 0.625rem;
    }

    .desktop\:mt-3\.5 {
        margin-top: 0.875rem;
    }

    .desktop\:mt-5p {
        margin-top: 5px;
    }

    .desktop\:mt-10p {
        margin-top: 10px;
    }

    .desktop\:mt-14p {
        margin-top: 14px;
    }

    .desktop\:mt-15p {
        margin-top: 15px;
    }

    .desktop\:mt-15_2 {
        margin-top: 60px;
    }

    .desktop\:mt-16_1 {
        margin-top: 52px;
    }

    .desktop\:mt-16p {
        margin-top: 16px;
    }

    .desktop\:mt-25p {
        margin-top: 25px;
    }

    .desktop\:mt-48p {
        margin-top: 48%;
    }

    .desktop\:mt-52p {
        margin-top: 52%;
    }

    .desktop\:-mt-0 {
        margin-top: 0px;
    }

    .desktop\:-mt-1 {
        margin-top: -0.25rem;
    }

    .desktop\:-mt-2 {
        margin-top: -0.5rem;
    }

    .desktop\:-mt-3 {
        margin-top: -0.75rem;
    }

    .desktop\:-mt-4 {
        margin-top: -1rem;
    }

    .desktop\:-mt-5 {
        margin-top: -1.25rem;
    }

    .desktop\:-mt-6 {
        margin-top: -1.5rem;
    }

    .desktop\:-mt-7 {
        margin-top: -1.75rem;
    }

    .desktop\:-mt-8 {
        margin-top: -2rem;
    }

    .desktop\:-mt-9 {
        margin-top: -2.25rem;
    }

    .desktop\:-mt-10 {
        margin-top: -2.5rem;
    }

    .desktop\:-mt-11 {
        margin-top: -2.75rem;
    }

    .desktop\:-mt-12 {
        margin-top: -3rem;
    }

    .desktop\:-mt-14 {
        margin-top: -3.5rem;
    }

    .desktop\:-mt-16 {
        margin-top: -4rem;
    }

    .desktop\:-mt-18 {
        margin-top: -4.375rem;
    }

    .desktop\:-mt-19 {
        margin-top: -76px;
    }

    .desktop\:-mt-20 {
        margin-top: -5rem;
    }

    .desktop\:-mt-24 {
        margin-top: -6rem;
    }

    .desktop\:-mt-28 {
        margin-top: -7rem;
    }

    .desktop\:-mt-30 {
        margin-top: -120px;
    }

    .desktop\:-mt-32 {
        margin-top: -8rem;
    }

    .desktop\:-mt-36 {
        margin-top: -9rem;
    }

    .desktop\:-mt-40 {
        margin-top: -10rem;
    }

    .desktop\:-mt-44 {
        margin-top: -11rem;
    }

    .desktop\:-mt-48 {
        margin-top: -12rem;
    }

    .desktop\:-mt-52 {
        margin-top: -13rem;
    }

    .desktop\:-mt-56 {
        margin-top: -14rem;
    }

    .desktop\:-mt-60 {
        margin-top: -15rem;
    }

    .desktop\:-mt-64 {
        margin-top: -16rem;
    }

    .desktop\:-mt-72 {
        margin-top: -18rem;
    }

    .desktop\:-mt-80 {
        margin-top: -20rem;
    }

    .desktop\:-mt-96 {
        margin-top: -24rem;
    }

    .desktop\:-mt-px {
        margin-top: -1px;
    }

    .desktop\:-mt-0\.5 {
        margin-top: -0.125rem;
    }

    .desktop\:-mt-1\.5 {
        margin-top: -0.375rem;
    }

    .desktop\:-mt-2\.5 {
        margin-top: -0.625rem;
    }

    .desktop\:-mt-3\.5 {
        margin-top: -0.875rem;
    }

    .desktop\:-mt-5p {
        margin-top: -5px;
    }

    .desktop\:-mt-10p {
        margin-top: -10px;
    }

    .desktop\:-mt-14p {
        margin-top: -14px;
    }

    .desktop\:-mt-15p {
        margin-top: -15px;
    }

    .desktop\:-mt-15_2 {
        margin-top: -60px;
    }

    .desktop\:-mt-16_1 {
        margin-top: -52px;
    }

    .desktop\:-mt-16p {
        margin-top: -16px;
    }

    .desktop\:-mt-25p {
        margin-top: -25px;
    }

    .desktop\:-mt-48p {
        margin-top: -48%;
    }

    .desktop\:-mt-52p {
        margin-top: -52%;
    }

    .desktop\:mr-0 {
        margin-right: 0px;
    }

    .desktop\:mr-1 {
        margin-right: 0.25rem;
    }

    .desktop\:mr-2 {
        margin-right: 0.5rem;
    }

    .desktop\:mr-3 {
        margin-right: 0.75rem;
    }

    .desktop\:mr-4 {
        margin-right: 1rem;
    }

    .desktop\:mr-5 {
        margin-right: 1.25rem;
    }

    .desktop\:mr-6 {
        margin-right: 1.5rem;
    }

    .desktop\:mr-7 {
        margin-right: 1.75rem;
    }

    .desktop\:mr-8 {
        margin-right: 2rem;
    }

    .desktop\:mr-9 {
        margin-right: 2.25rem;
    }

    .desktop\:mr-10 {
        margin-right: 2.5rem;
    }

    .desktop\:mr-11 {
        margin-right: 2.75rem;
    }

    .desktop\:mr-12 {
        margin-right: 3rem;
    }

    .desktop\:mr-13 {
        margin-right: 3.25rem;
    }

    .desktop\:mr-14 {
        margin-right: 3.5rem;
    }

    .desktop\:mr-16 {
        margin-right: 4rem;
    }

    .desktop\:mr-18 {
        margin-right: 4.375rem;
    }

    .desktop\:mr-19 {
        margin-right: 76px;
    }

    .desktop\:mr-20 {
        margin-right: 5rem;
    }

    .desktop\:mr-22 {
        margin-right: 5.3125rem;
    }

    .desktop\:mr-24 {
        margin-right: 6rem;
    }

    .desktop\:mr-28 {
        margin-right: 7rem;
    }

    .desktop\:mr-30 {
        margin-right: 120px;
    }

    .desktop\:mr-32 {
        margin-right: 8rem;
    }

    .desktop\:mr-36 {
        margin-right: 9rem;
    }

    .desktop\:mr-40 {
        margin-right: 10rem;
    }

    .desktop\:mr-44 {
        margin-right: 11rem;
    }

    .desktop\:mr-46 {
        margin-right: 11.44rem;
    }

    .desktop\:mr-48 {
        margin-right: 12rem;
    }

    .desktop\:mr-52 {
        margin-right: 13rem;
    }

    .desktop\:mr-56 {
        margin-right: 14rem;
    }

    .desktop\:mr-60 {
        margin-right: 15rem;
    }

    .desktop\:mr-64 {
        margin-right: 16rem;
    }

    .desktop\:mr-72 {
        margin-right: 18rem;
    }

    .desktop\:mr-80 {
        margin-right: 20rem;
    }

    .desktop\:mr-96 {
        margin-right: 24rem;
    }

    .desktop\:mr-auto {
        margin-right: auto;
    }

    .desktop\:mr-px {
        margin-right: 1px;
    }

    .desktop\:mr-0\.5 {
        margin-right: 0.125rem;
    }

    .desktop\:mr-1\.5 {
        margin-right: 0.375rem;
    }

    .desktop\:mr-2\.5 {
        margin-right: 0.625rem;
    }

    .desktop\:mr-3\.5 {
        margin-right: 0.875rem;
    }

    .desktop\:mr-5p {
        margin-right: 5px;
    }

    .desktop\:mr-10p {
        margin-right: 10px;
    }

    .desktop\:mr-14p {
        margin-right: 14px;
    }

    .desktop\:mr-15p {
        margin-right: 15px;
    }

    .desktop\:mr-15_2 {
        margin-right: 60px;
    }

    .desktop\:mr-16_1 {
        margin-right: 52px;
    }

    .desktop\:mr-16p {
        margin-right: 16px;
    }

    .desktop\:mr-25p {
        margin-right: 25px;
    }

    .desktop\:mr-48p {
        margin-right: 48%;
    }

    .desktop\:mr-52p {
        margin-right: 52%;
    }

    .desktop\:-mr-0 {
        margin-right: 0px;
    }

    .desktop\:-mr-1 {
        margin-right: -0.25rem;
    }

    .desktop\:-mr-2 {
        margin-right: -0.5rem;
    }

    .desktop\:-mr-3 {
        margin-right: -0.75rem;
    }

    .desktop\:-mr-4 {
        margin-right: -1rem;
    }

    .desktop\:-mr-5 {
        margin-right: -1.25rem;
    }

    .desktop\:-mr-6 {
        margin-right: -1.5rem;
    }

    .desktop\:-mr-7 {
        margin-right: -1.75rem;
    }

    .desktop\:-mr-8 {
        margin-right: -2rem;
    }

    .desktop\:-mr-9 {
        margin-right: -2.25rem;
    }

    .desktop\:-mr-10 {
        margin-right: -2.5rem;
    }

    .desktop\:-mr-11 {
        margin-right: -2.75rem;
    }

    .desktop\:-mr-12 {
        margin-right: -3rem;
    }

    .desktop\:-mr-14 {
        margin-right: -3.5rem;
    }

    .desktop\:-mr-16 {
        margin-right: -4rem;
    }

    .desktop\:-mr-18 {
        margin-right: -4.375rem;
    }

    .desktop\:-mr-19 {
        margin-right: -76px;
    }

    .desktop\:-mr-20 {
        margin-right: -5rem;
    }

    .desktop\:-mr-24 {
        margin-right: -6rem;
    }

    .desktop\:-mr-28 {
        margin-right: -7rem;
    }

    .desktop\:-mr-30 {
        margin-right: -120px;
    }

    .desktop\:-mr-32 {
        margin-right: -8rem;
    }

    .desktop\:-mr-36 {
        margin-right: -9rem;
    }

    .desktop\:-mr-40 {
        margin-right: -10rem;
    }

    .desktop\:-mr-44 {
        margin-right: -11rem;
    }

    .desktop\:-mr-48 {
        margin-right: -12rem;
    }

    .desktop\:-mr-52 {
        margin-right: -13rem;
    }

    .desktop\:-mr-56 {
        margin-right: -14rem;
    }

    .desktop\:-mr-60 {
        margin-right: -15rem;
    }

    .desktop\:-mr-64 {
        margin-right: -16rem;
    }

    .desktop\:-mr-72 {
        margin-right: -18rem;
    }

    .desktop\:-mr-80 {
        margin-right: -20rem;
    }

    .desktop\:-mr-96 {
        margin-right: -24rem;
    }

    .desktop\:-mr-px {
        margin-right: -1px;
    }

    .desktop\:-mr-0\.5 {
        margin-right: -0.125rem;
    }

    .desktop\:-mr-1\.5 {
        margin-right: -0.375rem;
    }

    .desktop\:-mr-2\.5 {
        margin-right: -0.625rem;
    }

    .desktop\:-mr-3\.5 {
        margin-right: -0.875rem;
    }

    .desktop\:-mr-5p {
        margin-right: -5px;
    }

    .desktop\:-mr-10p {
        margin-right: -10px;
    }

    .desktop\:-mr-14p {
        margin-right: -14px;
    }

    .desktop\:-mr-15p {
        margin-right: -15px;
    }

    .desktop\:-mr-15_2 {
        margin-right: -60px;
    }

    .desktop\:-mr-16_1 {
        margin-right: -52px;
    }

    .desktop\:-mr-16p {
        margin-right: -16px;
    }

    .desktop\:-mr-25p {
        margin-right: -25px;
    }

    .desktop\:-mr-48p {
        margin-right: -48%;
    }

    .desktop\:-mr-52p {
        margin-right: -52%;
    }

    .desktop\:mb-0 {
        margin-bottom: 0px;
    }

    .desktop\:mb-1 {
        margin-bottom: 0.25rem;
    }

    .desktop\:mb-2 {
        margin-bottom: 0.5rem;
    }

    .desktop\:mb-3 {
        margin-bottom: 0.75rem;
    }

    .desktop\:mb-4 {
        margin-bottom: 1rem;
    }

    .desktop\:mb-5 {
        margin-bottom: 1.25rem;
    }

    .desktop\:mb-6 {
        margin-bottom: 1.5rem;
    }

    .desktop\:mb-7 {
        margin-bottom: 1.75rem;
    }

    .desktop\:mb-8 {
        margin-bottom: 2rem;
    }

    .desktop\:mb-9 {
        margin-bottom: 2.25rem;
    }

    .desktop\:mb-10 {
        margin-bottom: 2.5rem;
    }

    .desktop\:mb-11 {
        margin-bottom: 2.75rem;
    }

    .desktop\:mb-12 {
        margin-bottom: 3rem;
    }

    .desktop\:mb-13 {
        margin-bottom: 3.25rem;
    }

    .desktop\:mb-14 {
        margin-bottom: 3.5rem;
    }

    .desktop\:mb-16 {
        margin-bottom: 4rem;
    }

    .desktop\:mb-18 {
        margin-bottom: 4.375rem;
    }

    .desktop\:mb-19 {
        margin-bottom: 76px;
    }

    .desktop\:mb-20 {
        margin-bottom: 5rem;
    }

    .desktop\:mb-22 {
        margin-bottom: 5.3125rem;
    }

    .desktop\:mb-24 {
        margin-bottom: 6rem;
    }

    .desktop\:mb-28 {
        margin-bottom: 7rem;
    }

    .desktop\:mb-30 {
        margin-bottom: 120px;
    }

    .desktop\:mb-32 {
        margin-bottom: 8rem;
    }

    .desktop\:mb-36 {
        margin-bottom: 9rem;
    }

    .desktop\:mb-40 {
        margin-bottom: 10rem;
    }

    .desktop\:mb-44 {
        margin-bottom: 11rem;
    }

    .desktop\:mb-46 {
        margin-bottom: 11.44rem;
    }

    .desktop\:mb-48 {
        margin-bottom: 12rem;
    }

    .desktop\:mb-52 {
        margin-bottom: 13rem;
    }

    .desktop\:mb-56 {
        margin-bottom: 14rem;
    }

    .desktop\:mb-60 {
        margin-bottom: 15rem;
    }

    .desktop\:mb-64 {
        margin-bottom: 16rem;
    }

    .desktop\:mb-72 {
        margin-bottom: 18rem;
    }

    .desktop\:mb-80 {
        margin-bottom: 20rem;
    }

    .desktop\:mb-96 {
        margin-bottom: 24rem;
    }

    .desktop\:mb-auto {
        margin-bottom: auto;
    }

    .desktop\:mb-px {
        margin-bottom: 1px;
    }

    .desktop\:mb-0\.5 {
        margin-bottom: 0.125rem;
    }

    .desktop\:mb-1\.5 {
        margin-bottom: 0.375rem;
    }

    .desktop\:mb-2\.5 {
        margin-bottom: 0.625rem;
    }

    .desktop\:mb-3\.5 {
        margin-bottom: 0.875rem;
    }

    .desktop\:mb-5p {
        margin-bottom: 5px;
    }

    .desktop\:mb-10p {
        margin-bottom: 10px;
    }

    .desktop\:mb-14p {
        margin-bottom: 14px;
    }

    .desktop\:mb-15p {
        margin-bottom: 15px;
    }

    .desktop\:mb-15_2 {
        margin-bottom: 60px;
    }

    .desktop\:mb-16_1 {
        margin-bottom: 52px;
    }

    .desktop\:mb-16p {
        margin-bottom: 16px;
    }

    .desktop\:mb-25p {
        margin-bottom: 25px;
    }

    .desktop\:mb-48p {
        margin-bottom: 48%;
    }

    .desktop\:mb-52p {
        margin-bottom: 52%;
    }

    .desktop\:-mb-0 {
        margin-bottom: 0px;
    }

    .desktop\:-mb-1 {
        margin-bottom: -0.25rem;
    }

    .desktop\:-mb-2 {
        margin-bottom: -0.5rem;
    }

    .desktop\:-mb-3 {
        margin-bottom: -0.75rem;
    }

    .desktop\:-mb-4 {
        margin-bottom: -1rem;
    }

    .desktop\:-mb-5 {
        margin-bottom: -1.25rem;
    }

    .desktop\:-mb-6 {
        margin-bottom: -1.5rem;
    }

    .desktop\:-mb-7 {
        margin-bottom: -1.75rem;
    }

    .desktop\:-mb-8 {
        margin-bottom: -2rem;
    }

    .desktop\:-mb-9 {
        margin-bottom: -2.25rem;
    }

    .desktop\:-mb-10 {
        margin-bottom: -2.5rem;
    }

    .desktop\:-mb-11 {
        margin-bottom: -2.75rem;
    }

    .desktop\:-mb-12 {
        margin-bottom: -3rem;
    }

    .desktop\:-mb-14 {
        margin-bottom: -3.5rem;
    }

    .desktop\:-mb-16 {
        margin-bottom: -4rem;
    }

    .desktop\:-mb-18 {
        margin-bottom: -4.375rem;
    }

    .desktop\:-mb-19 {
        margin-bottom: -76px;
    }

    .desktop\:-mb-20 {
        margin-bottom: -5rem;
    }

    .desktop\:-mb-24 {
        margin-bottom: -6rem;
    }

    .desktop\:-mb-28 {
        margin-bottom: -7rem;
    }

    .desktop\:-mb-30 {
        margin-bottom: -120px;
    }

    .desktop\:-mb-32 {
        margin-bottom: -8rem;
    }

    .desktop\:-mb-36 {
        margin-bottom: -9rem;
    }

    .desktop\:-mb-40 {
        margin-bottom: -10rem;
    }

    .desktop\:-mb-44 {
        margin-bottom: -11rem;
    }

    .desktop\:-mb-48 {
        margin-bottom: -12rem;
    }

    .desktop\:-mb-52 {
        margin-bottom: -13rem;
    }

    .desktop\:-mb-56 {
        margin-bottom: -14rem;
    }

    .desktop\:-mb-60 {
        margin-bottom: -15rem;
    }

    .desktop\:-mb-64 {
        margin-bottom: -16rem;
    }

    .desktop\:-mb-72 {
        margin-bottom: -18rem;
    }

    .desktop\:-mb-80 {
        margin-bottom: -20rem;
    }

    .desktop\:-mb-96 {
        margin-bottom: -24rem;
    }

    .desktop\:-mb-px {
        margin-bottom: -1px;
    }

    .desktop\:-mb-0\.5 {
        margin-bottom: -0.125rem;
    }

    .desktop\:-mb-1\.5 {
        margin-bottom: -0.375rem;
    }

    .desktop\:-mb-2\.5 {
        margin-bottom: -0.625rem;
    }

    .desktop\:-mb-3\.5 {
        margin-bottom: -0.875rem;
    }

    .desktop\:-mb-5p {
        margin-bottom: -5px;
    }

    .desktop\:-mb-10p {
        margin-bottom: -10px;
    }

    .desktop\:-mb-14p {
        margin-bottom: -14px;
    }

    .desktop\:-mb-15p {
        margin-bottom: -15px;
    }

    .desktop\:-mb-15_2 {
        margin-bottom: -60px;
    }

    .desktop\:-mb-16_1 {
        margin-bottom: -52px;
    }

    .desktop\:-mb-16p {
        margin-bottom: -16px;
    }

    .desktop\:-mb-25p {
        margin-bottom: -25px;
    }

    .desktop\:-mb-48p {
        margin-bottom: -48%;
    }

    .desktop\:-mb-52p {
        margin-bottom: -52%;
    }

    .desktop\:ml-0 {
        margin-left: 0px;
    }

    .desktop\:ml-1 {
        margin-left: 0.25rem;
    }

    .desktop\:ml-2 {
        margin-left: 0.5rem;
    }

    .desktop\:ml-3 {
        margin-left: 0.75rem;
    }

    .desktop\:ml-4 {
        margin-left: 1rem;
    }

    .desktop\:ml-5 {
        margin-left: 1.25rem;
    }

    .desktop\:ml-6 {
        margin-left: 1.5rem;
    }

    .desktop\:ml-7 {
        margin-left: 1.75rem;
    }

    .desktop\:ml-8 {
        margin-left: 2rem;
    }

    .desktop\:ml-9 {
        margin-left: 2.25rem;
    }

    .desktop\:ml-10 {
        margin-left: 2.5rem;
    }

    .desktop\:ml-11 {
        margin-left: 2.75rem;
    }

    .desktop\:ml-12 {
        margin-left: 3rem;
    }

    .desktop\:ml-13 {
        margin-left: 3.25rem;
    }

    .desktop\:ml-14 {
        margin-left: 3.5rem;
    }

    .desktop\:ml-16 {
        margin-left: 4rem;
    }

    .desktop\:ml-18 {
        margin-left: 4.375rem;
    }

    .desktop\:ml-19 {
        margin-left: 76px;
    }

    .desktop\:ml-20 {
        margin-left: 5rem;
    }

    .desktop\:ml-22 {
        margin-left: 5.3125rem;
    }

    .desktop\:ml-24 {
        margin-left: 6rem;
    }

    .desktop\:ml-28 {
        margin-left: 7rem;
    }

    .desktop\:ml-30 {
        margin-left: 120px;
    }

    .desktop\:ml-32 {
        margin-left: 8rem;
    }

    .desktop\:ml-36 {
        margin-left: 9rem;
    }

    .desktop\:ml-40 {
        margin-left: 10rem;
    }

    .desktop\:ml-44 {
        margin-left: 11rem;
    }

    .desktop\:ml-46 {
        margin-left: 11.44rem;
    }

    .desktop\:ml-48 {
        margin-left: 12rem;
    }

    .desktop\:ml-52 {
        margin-left: 13rem;
    }

    .desktop\:ml-56 {
        margin-left: 14rem;
    }

    .desktop\:ml-60 {
        margin-left: 15rem;
    }

    .desktop\:ml-64 {
        margin-left: 16rem;
    }

    .desktop\:ml-72 {
        margin-left: 18rem;
    }

    .desktop\:ml-80 {
        margin-left: 20rem;
    }

    .desktop\:ml-96 {
        margin-left: 24rem;
    }

    .desktop\:ml-auto {
        margin-left: auto;
    }

    .desktop\:ml-px {
        margin-left: 1px;
    }

    .desktop\:ml-0\.5 {
        margin-left: 0.125rem;
    }

    .desktop\:ml-1\.5 {
        margin-left: 0.375rem;
    }

    .desktop\:ml-2\.5 {
        margin-left: 0.625rem;
    }

    .desktop\:ml-3\.5 {
        margin-left: 0.875rem;
    }

    .desktop\:ml-5p {
        margin-left: 5px;
    }

    .desktop\:ml-10p {
        margin-left: 10px;
    }

    .desktop\:ml-14p {
        margin-left: 14px;
    }

    .desktop\:ml-15p {
        margin-left: 15px;
    }

    .desktop\:ml-15_2 {
        margin-left: 60px;
    }

    .desktop\:ml-16_1 {
        margin-left: 52px;
    }

    .desktop\:ml-16p {
        margin-left: 16px;
    }

    .desktop\:ml-25p {
        margin-left: 25px;
    }

    .desktop\:ml-48p {
        margin-left: 48%;
    }

    .desktop\:ml-52p {
        margin-left: 52%;
    }

    .desktop\:-ml-0 {
        margin-left: 0px;
    }

    .desktop\:-ml-1 {
        margin-left: -0.25rem;
    }

    .desktop\:-ml-2 {
        margin-left: -0.5rem;
    }

    .desktop\:-ml-3 {
        margin-left: -0.75rem;
    }

    .desktop\:-ml-4 {
        margin-left: -1rem;
    }

    .desktop\:-ml-5 {
        margin-left: -1.25rem;
    }

    .desktop\:-ml-6 {
        margin-left: -1.5rem;
    }

    .desktop\:-ml-7 {
        margin-left: -1.75rem;
    }

    .desktop\:-ml-8 {
        margin-left: -2rem;
    }

    .desktop\:-ml-9 {
        margin-left: -2.25rem;
    }

    .desktop\:-ml-10 {
        margin-left: -2.5rem;
    }

    .desktop\:-ml-11 {
        margin-left: -2.75rem;
    }

    .desktop\:-ml-12 {
        margin-left: -3rem;
    }

    .desktop\:-ml-14 {
        margin-left: -3.5rem;
    }

    .desktop\:-ml-16 {
        margin-left: -4rem;
    }

    .desktop\:-ml-18 {
        margin-left: -4.375rem;
    }

    .desktop\:-ml-19 {
        margin-left: -76px;
    }

    .desktop\:-ml-20 {
        margin-left: -5rem;
    }

    .desktop\:-ml-24 {
        margin-left: -6rem;
    }

    .desktop\:-ml-28 {
        margin-left: -7rem;
    }

    .desktop\:-ml-30 {
        margin-left: -120px;
    }

    .desktop\:-ml-32 {
        margin-left: -8rem;
    }

    .desktop\:-ml-36 {
        margin-left: -9rem;
    }

    .desktop\:-ml-40 {
        margin-left: -10rem;
    }

    .desktop\:-ml-44 {
        margin-left: -11rem;
    }

    .desktop\:-ml-48 {
        margin-left: -12rem;
    }

    .desktop\:-ml-52 {
        margin-left: -13rem;
    }

    .desktop\:-ml-56 {
        margin-left: -14rem;
    }

    .desktop\:-ml-60 {
        margin-left: -15rem;
    }

    .desktop\:-ml-64 {
        margin-left: -16rem;
    }

    .desktop\:-ml-72 {
        margin-left: -18rem;
    }

    .desktop\:-ml-80 {
        margin-left: -20rem;
    }

    .desktop\:-ml-96 {
        margin-left: -24rem;
    }

    .desktop\:-ml-px {
        margin-left: -1px;
    }

    .desktop\:-ml-0\.5 {
        margin-left: -0.125rem;
    }

    .desktop\:-ml-1\.5 {
        margin-left: -0.375rem;
    }

    .desktop\:-ml-2\.5 {
        margin-left: -0.625rem;
    }

    .desktop\:-ml-3\.5 {
        margin-left: -0.875rem;
    }

    .desktop\:-ml-5p {
        margin-left: -5px;
    }

    .desktop\:-ml-10p {
        margin-left: -10px;
    }

    .desktop\:-ml-14p {
        margin-left: -14px;
    }

    .desktop\:-ml-15p {
        margin-left: -15px;
    }

    .desktop\:-ml-15_2 {
        margin-left: -60px;
    }

    .desktop\:-ml-16_1 {
        margin-left: -52px;
    }

    .desktop\:-ml-16p {
        margin-left: -16px;
    }

    .desktop\:-ml-25p {
        margin-left: -25px;
    }

    .desktop\:-ml-48p {
        margin-left: -48%;
    }

    .desktop\:-ml-52p {
        margin-left: -52%;
    }

    .desktop\:box-border {
        box-sizing: border-box;
    }

    .desktop\:box-content {
        box-sizing: content-box;
    }

    .desktop\:block {
        display: block;
    }

    .desktop\:inline-block {
        display: inline-block;
    }

    .desktop\:inline {
        display: inline;
    }

    .desktop\:flex {
        display: flex;
    }

    .desktop\:inline-flex {
        display: inline-flex;
    }

    .desktop\:table {
        display: table;
    }

    .desktop\:inline-table {
        display: inline-table;
    }

    .desktop\:table-caption {
        display: table-caption;
    }

    .desktop\:table-cell {
        display: table-cell;
    }

    .desktop\:table-column {
        display: table-column;
    }

    .desktop\:table-column-group {
        display: table-column-group;
    }

    .desktop\:table-footer-group {
        display: table-footer-group;
    }

    .desktop\:table-header-group {
        display: table-header-group;
    }

    .desktop\:table-row-group {
        display: table-row-group;
    }

    .desktop\:table-row {
        display: table-row;
    }

    .desktop\:flow-root {
        display: flow-root;
    }

    .desktop\:grid {
        display: grid;
    }

    .desktop\:inline-grid {
        display: inline-grid;
    }

    .desktop\:contents {
        display: contents;
    }

    .desktop\:list-item {
        display: list-item;
    }

    .desktop\:hidden {
        display: none;
    }

    .desktop\:h-0 {
        height: 0px;
    }

    .desktop\:h-1 {
        height: 0.25rem;
    }

    .desktop\:h-2 {
        height: 0.5rem;
    }

    .desktop\:h-3 {
        height: 0.75rem;
    }

    .desktop\:h-4 {
        height: 1rem;
    }

    .desktop\:h-5 {
        height: 1.25rem;
    }

    .desktop\:h-6 {
        height: 1.5rem;
    }

    .desktop\:h-7 {
        height: 1.75rem;
    }

    .desktop\:h-8 {
        height: 2rem;
    }

    .desktop\:h-9 {
        height: 2.25rem;
    }

    .desktop\:h-10 {
        height: 2.5rem;
    }

    .desktop\:h-11 {
        height: 2.75rem;
    }

    .desktop\:h-12 {
        height: 3rem;
    }

    .desktop\:h-14 {
        height: 3.5rem;
    }

    .desktop\:h-16 {
        height: 4rem;
    }

    .desktop\:h-18 {
        height: 4.375rem;
    }

    .desktop\:h-19 {
        height: 76px;
    }

    .desktop\:h-20 {
        height: 5rem;
    }

    .desktop\:h-24 {
        height: 6rem;
    }

    .desktop\:h-28 {
        height: 7rem;
    }

    .desktop\:h-30 {
        height: 120px;
    }

    .desktop\:h-32 {
        height: 8rem;
    }

    .desktop\:h-36 {
        height: 9rem;
    }

    .desktop\:h-40 {
        height: 10rem;
    }

    .desktop\:h-44 {
        height: 11rem;
    }

    .desktop\:h-48 {
        height: 12rem;
    }

    .desktop\:h-52 {
        height: 13rem;
    }

    .desktop\:h-56 {
        height: 14rem;
    }

    .desktop\:h-60 {
        height: 15rem;
    }

    .desktop\:h-64 {
        height: 16rem;
    }

    .desktop\:h-72 {
        height: 18rem;
    }

    .desktop\:h-80 {
        height: 20rem;
    }

    .desktop\:h-96 {
        height: 24rem;
    }

    .desktop\:h-auto {
        height: auto;
    }

    .desktop\:h-px {
        height: 1px;
    }

    .desktop\:h-0\.5 {
        height: 0.125rem;
    }

    .desktop\:h-1\.5 {
        height: 0.375rem;
    }

    .desktop\:h-2\.5 {
        height: 0.625rem;
    }

    .desktop\:h-3\.5 {
        height: 0.875rem;
    }

    .desktop\:h-5p {
        height: 5px;
    }

    .desktop\:h-10p {
        height: 10px;
    }

    .desktop\:h-14p {
        height: 14px;
    }

    .desktop\:h-15p {
        height: 15px;
    }

    .desktop\:h-15_2 {
        height: 60px;
    }

    .desktop\:h-16_1 {
        height: 52px;
    }

    .desktop\:h-16p {
        height: 16px;
    }

    .desktop\:h-25p {
        height: 25px;
    }

    .desktop\:h-48p {
        height: 48%;
    }

    .desktop\:h-52p {
        height: 52%;
    }

    .desktop\:h-1\/2 {
        height: 50%;
    }

    .desktop\:h-1\/3 {
        height: 33.333333%;
    }

    .desktop\:h-2\/3 {
        height: 66.666667%;
    }

    .desktop\:h-1\/4 {
        height: 25%;
    }

    .desktop\:h-2\/4 {
        height: 50%;
    }

    .desktop\:h-3\/4 {
        height: 75%;
    }

    .desktop\:h-1\/5 {
        height: 20%;
    }

    .desktop\:h-2\/5 {
        height: 40%;
    }

    .desktop\:h-3\/5 {
        height: 60%;
    }

    .desktop\:h-4\/5 {
        height: 80%;
    }

    .desktop\:h-1\/6 {
        height: 16.666667%;
    }

    .desktop\:h-2\/6 {
        height: 33.333333%;
    }

    .desktop\:h-3\/6 {
        height: 50%;
    }

    .desktop\:h-4\/6 {
        height: 66.666667%;
    }

    .desktop\:h-5\/6 {
        height: 83.333333%;
    }

    .desktop\:h-full {
        height: 100%;
    }

    .desktop\:h-screen {
        height: 100vh;
    }

    .desktop\:max-h-0 {
        max-height: 0px;
    }

    .desktop\:max-h-1 {
        max-height: 0.25rem;
    }

    .desktop\:max-h-2 {
        max-height: 0.5rem;
    }

    .desktop\:max-h-3 {
        max-height: 0.75rem;
    }

    .desktop\:max-h-4 {
        max-height: 1rem;
    }

    .desktop\:max-h-5 {
        max-height: 1.25rem;
    }

    .desktop\:max-h-6 {
        max-height: 1.5rem;
    }

    .desktop\:max-h-7 {
        max-height: 1.75rem;
    }

    .desktop\:max-h-8 {
        max-height: 2rem;
    }

    .desktop\:max-h-9 {
        max-height: 2.25rem;
    }

    .desktop\:max-h-10 {
        max-height: 2.5rem;
    }

    .desktop\:max-h-11 {
        max-height: 2.75rem;
    }

    .desktop\:max-h-12 {
        max-height: 3rem;
    }

    .desktop\:max-h-14 {
        max-height: 3.5rem;
    }

    .desktop\:max-h-16 {
        max-height: 4rem;
    }

    .desktop\:max-h-18 {
        max-height: 4.375rem;
    }

    .desktop\:max-h-19 {
        max-height: 76px;
    }

    .desktop\:max-h-20 {
        max-height: 5rem;
    }

    .desktop\:max-h-24 {
        max-height: 6rem;
    }

    .desktop\:max-h-28 {
        max-height: 7rem;
    }

    .desktop\:max-h-30 {
        max-height: 120px;
    }

    .desktop\:max-h-32 {
        max-height: 8rem;
    }

    .desktop\:max-h-36 {
        max-height: 9rem;
    }

    .desktop\:max-h-40 {
        max-height: 10rem;
    }

    .desktop\:max-h-44 {
        max-height: 11rem;
    }

    .desktop\:max-h-48 {
        max-height: 12rem;
    }

    .desktop\:max-h-52 {
        max-height: 13rem;
    }

    .desktop\:max-h-56 {
        max-height: 14rem;
    }

    .desktop\:max-h-60 {
        max-height: 15rem;
    }

    .desktop\:max-h-64 {
        max-height: 16rem;
    }

    .desktop\:max-h-72 {
        max-height: 18rem;
    }

    .desktop\:max-h-80 {
        max-height: 20rem;
    }

    .desktop\:max-h-96 {
        max-height: 24rem;
    }

    .desktop\:max-h-px {
        max-height: 1px;
    }

    .desktop\:max-h-0\.5 {
        max-height: 0.125rem;
    }

    .desktop\:max-h-1\.5 {
        max-height: 0.375rem;
    }

    .desktop\:max-h-2\.5 {
        max-height: 0.625rem;
    }

    .desktop\:max-h-3\.5 {
        max-height: 0.875rem;
    }

    .desktop\:max-h-5p {
        max-height: 5px;
    }

    .desktop\:max-h-10p {
        max-height: 10px;
    }

    .desktop\:max-h-14p {
        max-height: 14px;
    }

    .desktop\:max-h-15p {
        max-height: 15px;
    }

    .desktop\:max-h-15_2 {
        max-height: 60px;
    }

    .desktop\:max-h-16_1 {
        max-height: 52px;
    }

    .desktop\:max-h-16p {
        max-height: 16px;
    }

    .desktop\:max-h-25p {
        max-height: 25px;
    }

    .desktop\:max-h-48p {
        max-height: 48%;
    }

    .desktop\:max-h-52p {
        max-height: 52%;
    }

    .desktop\:max-h-full {
        max-height: 100%;
    }

    .desktop\:max-h-screen {
        max-height: 100vh;
    }

    .desktop\:min-h-0 {
        min-height: 0px;
    }

    .desktop\:min-h-full {
        min-height: 100%;
    }

    .desktop\:min-h-screen {
        min-height: 100vh;
    }

    .desktop\:w-0 {
        width: 0px;
    }

    .desktop\:w-1 {
        width: 0.25rem;
    }

    .desktop\:w-2 {
        width: 0.5rem;
    }

    .desktop\:w-3 {
        width: 0.75rem;
    }

    .desktop\:w-4 {
        width: 1rem;
    }

    .desktop\:w-5 {
        width: 1.25rem;
    }

    .desktop\:w-6 {
        width: 1.5rem;
    }

    .desktop\:w-7 {
        width: 1.75rem;
    }

    .desktop\:w-8 {
        width: 2rem;
    }

    .desktop\:w-9 {
        width: 2.25rem;
    }

    .desktop\:w-10 {
        width: 2.5rem;
    }

    .desktop\:w-11 {
        width: 2.75rem;
    }

    .desktop\:w-12 {
        width: 3rem;
    }

    .desktop\:w-14 {
        width: 3.5rem;
    }

    .desktop\:w-16 {
        width: 4rem;
    }

    .desktop\:w-18 {
        width: 4.375rem;
    }

    .desktop\:w-19 {
        width: 76px;
    }

    .desktop\:w-20 {
        width: 5rem;
    }

    .desktop\:w-24 {
        width: 6rem;
    }

    .desktop\:w-28 {
        width: 7rem;
    }

    .desktop\:w-30 {
        width: 120px;
    }

    .desktop\:w-32 {
        width: 8rem;
    }

    .desktop\:w-36 {
        width: 9rem;
    }

    .desktop\:w-40 {
        width: 10rem;
    }

    .desktop\:w-44 {
        width: 11rem;
    }

    .desktop\:w-48 {
        width: 12rem;
    }

    .desktop\:w-52 {
        width: 13rem;
    }

    .desktop\:w-56 {
        width: 14rem;
    }

    .desktop\:w-60 {
        width: 15rem;
    }

    .desktop\:w-64 {
        width: 16rem;
    }

    .desktop\:w-72 {
        width: 18rem;
    }

    .desktop\:w-80 {
        width: 20rem;
    }

    .desktop\:w-96 {
        width: 24rem;
    }

    .desktop\:w-auto {
        width: auto;
    }

    .desktop\:w-px {
        width: 1px;
    }

    .desktop\:w-0\.5 {
        width: 0.125rem;
    }

    .desktop\:w-1\.5 {
        width: 0.375rem;
    }

    .desktop\:w-2\.5 {
        width: 0.625rem;
    }

    .desktop\:w-3\.5 {
        width: 0.875rem;
    }

    .desktop\:w-5p {
        width: 5px;
    }

    .desktop\:w-10p {
        width: 10px;
    }

    .desktop\:w-14p {
        width: 14px;
    }

    .desktop\:w-15p {
        width: 15px;
    }

    .desktop\:w-15_2 {
        width: 60px;
    }

    .desktop\:w-16_1 {
        width: 52px;
    }

    .desktop\:w-16p {
        width: 16px;
    }

    .desktop\:w-25p {
        width: 25px;
    }

    .desktop\:w-48p {
        width: 48%;
    }

    .desktop\:w-52p {
        width: 52%;
    }

    .desktop\:w-1\/2 {
        width: 50%;
    }

    .desktop\:w-1\/3 {
        width: 33.333333%;
    }

    .desktop\:w-2\/3 {
        width: 66.666667%;
    }

    .desktop\:w-1\/4 {
        width: 25%;
    }

    .desktop\:w-2\/4 {
        width: 50%;
    }

    .desktop\:w-3\/4 {
        width: 75%;
    }

    .desktop\:w-1\/5 {
        width: 20%;
    }

    .desktop\:w-2\/5 {
        width: 40%;
    }

    .desktop\:w-3\/5 {
        width: 60%;
    }

    .desktop\:w-4\/5 {
        width: 80%;
    }

    .desktop\:w-1\/6 {
        width: 16.666667%;
    }

    .desktop\:w-2\/6 {
        width: 33.333333%;
    }

    .desktop\:w-3\/6 {
        width: 50%;
    }

    .desktop\:w-4\/6 {
        width: 66.666667%;
    }

    .desktop\:w-5\/6 {
        width: 83.333333%;
    }

    .desktop\:w-1\/12 {
        width: 8.333333%;
    }

    .desktop\:w-2\/12 {
        width: 16.666667%;
    }

    .desktop\:w-3\/12 {
        width: 25%;
    }

    .desktop\:w-4\/12 {
        width: 33.333333%;
    }

    .desktop\:w-5\/12 {
        width: 41.666667%;
    }

    .desktop\:w-6\/12 {
        width: 50%;
    }

    .desktop\:w-7\/12 {
        width: 58.333333%;
    }

    .desktop\:w-8\/12 {
        width: 66.666667%;
    }

    .desktop\:w-9\/12 {
        width: 75%;
    }

    .desktop\:w-10\/12 {
        width: 83.333333%;
    }

    .desktop\:w-11\/12 {
        width: 91.666667%;
    }

    .desktop\:w-full {
        width: 100%;
    }

    .desktop\:w-screen {
        width: 100vw;
    }

    .desktop\:w-min {
        width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content;
    }

    .desktop\:w-max {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .desktop\:w-51\% {
        width: 51%;
    }

    .desktop\:w-49\% {
        width: 49%;
    }

    .desktop\:min-w-0 {
        min-width: 0px;
    }

    .desktop\:min-w-full {
        min-width: 100%;
    }

    .desktop\:min-w-min {
        min-width: -webkit-min-content;
        min-width: -moz-min-content;
        min-width: min-content;
    }

    .desktop\:min-w-max {
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
    }

    .desktop\:max-w-0 {
        max-width: 0rem;
    }

    .desktop\:max-w-none {
        max-width: none;
    }

    .desktop\:max-w-xs {
        max-width: 20rem;
    }

    .desktop\:max-w-sm {
        max-width: 24rem;
    }

    .desktop\:max-w-md {
        max-width: 28rem;
    }

    .desktop\:max-w-lg {
        max-width: 32rem;
    }

    .desktop\:max-w-xl {
        max-width: 36rem;
    }

    .desktop\:max-w-2xl {
        max-width: 42rem;
    }

    .desktop\:max-w-3xl {
        max-width: 48rem;
    }

    .desktop\:max-w-4xl {
        max-width: 56rem;
    }

    .desktop\:max-w-5xl {
        max-width: 64rem;
    }

    .desktop\:max-w-6xl {
        max-width: 72rem;
    }

    .desktop\:max-w-7xl {
        max-width: 80rem;
    }

    .desktop\:max-w-full {
        max-width: 100%;
    }

    .desktop\:max-w-min {
        max-width: -webkit-min-content;
        max-width: -moz-min-content;
        max-width: min-content;
    }

    .desktop\:max-w-max {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }

    .desktop\:max-w-prose {
        max-width: 65ch;
    }

    .desktop\:max-w-screen-sm {
        max-width: 600px;
    }

    .desktop\:max-w-screen-md {
        max-width: 768px;
    }

    .desktop\:max-w-screen-lg {
        max-width: 992px;
    }

    .desktop\:max-w-screen-xl {
        max-width: 1280px;
    }

    .desktop\:max-w-screen-2xl {
        max-width: 1536px;
    }

    .desktop\:max-w-1\.5xl {
        max-width: 40rem;
    }

    .desktop\:max-w-3\.5xl {
        max-width: 51.5rem;
    }

    .desktop\:max-w-4\.5xl {
        max-width: 62.5rem;
    }

    .desktop\:max-w-thumb {
        max-width: 11.375rem;
    }

    .desktop\:max-w-discription {
        max-width: 248px;
    }

    .desktop\:max-w-5\.5xl {
        max-width: 1132px;
    }

    .desktop\:flex-1 {
        flex: 1 1 0%;
    }

    .desktop\:flex-auto {
        flex: 1 1 auto;
    }

    .desktop\:flex-initial {
        flex: 0 1 auto;
    }

    .desktop\:flex-none {
        flex: none;
    }

    .desktop\:flex-shrink-0 {
        flex-shrink: 0;
    }

    .desktop\:flex-shrink {
        flex-shrink: 1;
    }

    .desktop\:flex-grow-0 {
        flex-grow: 0;
    }

    .desktop\:flex-grow {
        flex-grow: 1;
    }

    .desktop\:table-auto {
        table-layout: auto;
    }

    .desktop\:table-fixed {
        table-layout: fixed;
    }

    .desktop\:border-collapse {
        border-collapse: collapse;
    }

    .desktop\:border-separate {
        border-collapse: separate;
    }

    .desktop\:origin-center {
        transform-origin: center;
    }

    .desktop\:origin-top {
        transform-origin: top;
    }

    .desktop\:origin-top-right {
        transform-origin: top right;
    }

    .desktop\:origin-right {
        transform-origin: right;
    }

    .desktop\:origin-bottom-right {
        transform-origin: bottom right;
    }

    .desktop\:origin-bottom {
        transform-origin: bottom;
    }

    .desktop\:origin-bottom-left {
        transform-origin: bottom left;
    }

    .desktop\:origin-left {
        transform-origin: left;
    }

    .desktop\:origin-top-left {
        transform-origin: top left;
    }

    .desktop\:transform {
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        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));
    }

    .desktop\:transform-gpu {
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        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));
    }

    .desktop\:transform-none {
        transform: none;
    }

    .desktop\:translate-x-0 {
        --tw-translate-x: 0px;
    }

    .desktop\:translate-x-1 {
        --tw-translate-x: 0.25rem;
    }

    .desktop\:translate-x-2 {
        --tw-translate-x: 0.5rem;
    }

    .desktop\:translate-x-3 {
        --tw-translate-x: 0.75rem;
    }

    .desktop\:translate-x-4 {
        --tw-translate-x: 1rem;
    }

    .desktop\:translate-x-5 {
        --tw-translate-x: 1.25rem;
    }

    .desktop\:translate-x-6 {
        --tw-translate-x: 1.5rem;
    }

    .desktop\:translate-x-7 {
        --tw-translate-x: 1.75rem;
    }

    .desktop\:translate-x-8 {
        --tw-translate-x: 2rem;
    }

    .desktop\:translate-x-9 {
        --tw-translate-x: 2.25rem;
    }

    .desktop\:translate-x-10 {
        --tw-translate-x: 2.5rem;
    }

    .desktop\:translate-x-11 {
        --tw-translate-x: 2.75rem;
    }

    .desktop\:translate-x-12 {
        --tw-translate-x: 3rem;
    }

    .desktop\:translate-x-14 {
        --tw-translate-x: 3.5rem;
    }

    .desktop\:translate-x-16 {
        --tw-translate-x: 4rem;
    }

    .desktop\:translate-x-18 {
        --tw-translate-x: 4.375rem;
    }

    .desktop\:translate-x-19 {
        --tw-translate-x: 76px;
    }

    .desktop\:translate-x-20 {
        --tw-translate-x: 5rem;
    }

    .desktop\:translate-x-24 {
        --tw-translate-x: 6rem;
    }

    .desktop\:translate-x-28 {
        --tw-translate-x: 7rem;
    }

    .desktop\:translate-x-30 {
        --tw-translate-x: 120px;
    }

    .desktop\:translate-x-32 {
        --tw-translate-x: 8rem;
    }

    .desktop\:translate-x-36 {
        --tw-translate-x: 9rem;
    }

    .desktop\:translate-x-40 {
        --tw-translate-x: 10rem;
    }

    .desktop\:translate-x-44 {
        --tw-translate-x: 11rem;
    }

    .desktop\:translate-x-48 {
        --tw-translate-x: 12rem;
    }

    .desktop\:translate-x-52 {
        --tw-translate-x: 13rem;
    }

    .desktop\:translate-x-56 {
        --tw-translate-x: 14rem;
    }

    .desktop\:translate-x-60 {
        --tw-translate-x: 15rem;
    }

    .desktop\:translate-x-64 {
        --tw-translate-x: 16rem;
    }

    .desktop\:translate-x-72 {
        --tw-translate-x: 18rem;
    }

    .desktop\:translate-x-80 {
        --tw-translate-x: 20rem;
    }

    .desktop\:translate-x-96 {
        --tw-translate-x: 24rem;
    }

    .desktop\:translate-x-px {
        --tw-translate-x: 1px;
    }

    .desktop\:translate-x-0\.5 {
        --tw-translate-x: 0.125rem;
    }

    .desktop\:translate-x-1\.5 {
        --tw-translate-x: 0.375rem;
    }

    .desktop\:translate-x-2\.5 {
        --tw-translate-x: 0.625rem;
    }

    .desktop\:translate-x-3\.5 {
        --tw-translate-x: 0.875rem;
    }

    .desktop\:translate-x-5p {
        --tw-translate-x: 5px;
    }

    .desktop\:translate-x-10p {
        --tw-translate-x: 10px;
    }

    .desktop\:translate-x-14p {
        --tw-translate-x: 14px;
    }

    .desktop\:translate-x-15p {
        --tw-translate-x: 15px;
    }

    .desktop\:translate-x-15_2 {
        --tw-translate-x: 60px;
    }

    .desktop\:translate-x-16_1 {
        --tw-translate-x: 52px;
    }

    .desktop\:translate-x-16p {
        --tw-translate-x: 16px;
    }

    .desktop\:translate-x-25p {
        --tw-translate-x: 25px;
    }

    .desktop\:translate-x-48p {
        --tw-translate-x: 48%;
    }

    .desktop\:translate-x-52p {
        --tw-translate-x: 52%;
    }

    .desktop\:-translate-x-0 {
        --tw-translate-x: 0px;
    }

    .desktop\:-translate-x-1 {
        --tw-translate-x: -0.25rem;
    }

    .desktop\:-translate-x-2 {
        --tw-translate-x: -0.5rem;
    }

    .desktop\:-translate-x-3 {
        --tw-translate-x: -0.75rem;
    }

    .desktop\:-translate-x-4 {
        --tw-translate-x: -1rem;
    }

    .desktop\:-translate-x-5 {
        --tw-translate-x: -1.25rem;
    }

    .desktop\:-translate-x-6 {
        --tw-translate-x: -1.5rem;
    }

    .desktop\:-translate-x-7 {
        --tw-translate-x: -1.75rem;
    }

    .desktop\:-translate-x-8 {
        --tw-translate-x: -2rem;
    }

    .desktop\:-translate-x-9 {
        --tw-translate-x: -2.25rem;
    }

    .desktop\:-translate-x-10 {
        --tw-translate-x: -2.5rem;
    }

    .desktop\:-translate-x-11 {
        --tw-translate-x: -2.75rem;
    }

    .desktop\:-translate-x-12 {
        --tw-translate-x: -3rem;
    }

    .desktop\:-translate-x-14 {
        --tw-translate-x: -3.5rem;
    }

    .desktop\:-translate-x-16 {
        --tw-translate-x: -4rem;
    }

    .desktop\:-translate-x-18 {
        --tw-translate-x: -4.375rem;
    }

    .desktop\:-translate-x-19 {
        --tw-translate-x: -76px;
    }

    .desktop\:-translate-x-20 {
        --tw-translate-x: -5rem;
    }

    .desktop\:-translate-x-24 {
        --tw-translate-x: -6rem;
    }

    .desktop\:-translate-x-28 {
        --tw-translate-x: -7rem;
    }

    .desktop\:-translate-x-30 {
        --tw-translate-x: -120px;
    }

    .desktop\:-translate-x-32 {
        --tw-translate-x: -8rem;
    }

    .desktop\:-translate-x-36 {
        --tw-translate-x: -9rem;
    }

    .desktop\:-translate-x-40 {
        --tw-translate-x: -10rem;
    }

    .desktop\:-translate-x-44 {
        --tw-translate-x: -11rem;
    }

    .desktop\:-translate-x-48 {
        --tw-translate-x: -12rem;
    }

    .desktop\:-translate-x-52 {
        --tw-translate-x: -13rem;
    }

    .desktop\:-translate-x-56 {
        --tw-translate-x: -14rem;
    }

    .desktop\:-translate-x-60 {
        --tw-translate-x: -15rem;
    }

    .desktop\:-translate-x-64 {
        --tw-translate-x: -16rem;
    }

    .desktop\:-translate-x-72 {
        --tw-translate-x: -18rem;
    }

    .desktop\:-translate-x-80 {
        --tw-translate-x: -20rem;
    }

    .desktop\:-translate-x-96 {
        --tw-translate-x: -24rem;
    }

    .desktop\:-translate-x-px {
        --tw-translate-x: -1px;
    }

    .desktop\:-translate-x-0\.5 {
        --tw-translate-x: -0.125rem;
    }

    .desktop\:-translate-x-1\.5 {
        --tw-translate-x: -0.375rem;
    }

    .desktop\:-translate-x-2\.5 {
        --tw-translate-x: -0.625rem;
    }

    .desktop\:-translate-x-3\.5 {
        --tw-translate-x: -0.875rem;
    }

    .desktop\:-translate-x-5p {
        --tw-translate-x: -5px;
    }

    .desktop\:-translate-x-10p {
        --tw-translate-x: -10px;
    }

    .desktop\:-translate-x-14p {
        --tw-translate-x: -14px;
    }

    .desktop\:-translate-x-15p {
        --tw-translate-x: -15px;
    }

    .desktop\:-translate-x-15_2 {
        --tw-translate-x: -60px;
    }

    .desktop\:-translate-x-16_1 {
        --tw-translate-x: -52px;
    }

    .desktop\:-translate-x-16p {
        --tw-translate-x: -16px;
    }

    .desktop\:-translate-x-25p {
        --tw-translate-x: -25px;
    }

    .desktop\:-translate-x-48p {
        --tw-translate-x: -48%;
    }

    .desktop\:-translate-x-52p {
        --tw-translate-x: -52%;
    }

    .desktop\:translate-x-1\/2 {
        --tw-translate-x: 50%;
    }

    .desktop\:translate-x-1\/3 {
        --tw-translate-x: 33.333333%;
    }

    .desktop\:translate-x-2\/3 {
        --tw-translate-x: 66.666667%;
    }

    .desktop\:translate-x-1\/4 {
        --tw-translate-x: 25%;
    }

    .desktop\:translate-x-2\/4 {
        --tw-translate-x: 50%;
    }

    .desktop\:translate-x-3\/4 {
        --tw-translate-x: 75%;
    }

    .desktop\:translate-x-full {
        --tw-translate-x: 100%;
    }

    .desktop\:-translate-x-1\/2 {
        --tw-translate-x: -50%;
    }

    .desktop\:-translate-x-1\/3 {
        --tw-translate-x: -33.333333%;
    }

    .desktop\:-translate-x-2\/3 {
        --tw-translate-x: -66.666667%;
    }

    .desktop\:-translate-x-1\/4 {
        --tw-translate-x: -25%;
    }

    .desktop\:-translate-x-2\/4 {
        --tw-translate-x: -50%;
    }

    .desktop\:-translate-x-3\/4 {
        --tw-translate-x: -75%;
    }

    .desktop\:-translate-x-full {
        --tw-translate-x: -100%;
    }

    .desktop\:translate-y-0 {
        --tw-translate-y: 0px;
    }

    .desktop\:translate-y-1 {
        --tw-translate-y: 0.25rem;
    }

    .desktop\:translate-y-2 {
        --tw-translate-y: 0.5rem;
    }

    .desktop\:translate-y-3 {
        --tw-translate-y: 0.75rem;
    }

    .desktop\:translate-y-4 {
        --tw-translate-y: 1rem;
    }

    .desktop\:translate-y-5 {
        --tw-translate-y: 1.25rem;
    }

    .desktop\:translate-y-6 {
        --tw-translate-y: 1.5rem;
    }

    .desktop\:translate-y-7 {
        --tw-translate-y: 1.75rem;
    }

    .desktop\:translate-y-8 {
        --tw-translate-y: 2rem;
    }

    .desktop\:translate-y-9 {
        --tw-translate-y: 2.25rem;
    }

    .desktop\:translate-y-10 {
        --tw-translate-y: 2.5rem;
    }

    .desktop\:translate-y-11 {
        --tw-translate-y: 2.75rem;
    }

    .desktop\:translate-y-12 {
        --tw-translate-y: 3rem;
    }

    .desktop\:translate-y-14 {
        --tw-translate-y: 3.5rem;
    }

    .desktop\:translate-y-16 {
        --tw-translate-y: 4rem;
    }

    .desktop\:translate-y-18 {
        --tw-translate-y: 4.375rem;
    }

    .desktop\:translate-y-19 {
        --tw-translate-y: 76px;
    }

    .desktop\:translate-y-20 {
        --tw-translate-y: 5rem;
    }

    .desktop\:translate-y-24 {
        --tw-translate-y: 6rem;
    }

    .desktop\:translate-y-28 {
        --tw-translate-y: 7rem;
    }

    .desktop\:translate-y-30 {
        --tw-translate-y: 120px;
    }

    .desktop\:translate-y-32 {
        --tw-translate-y: 8rem;
    }

    .desktop\:translate-y-36 {
        --tw-translate-y: 9rem;
    }

    .desktop\:translate-y-40 {
        --tw-translate-y: 10rem;
    }

    .desktop\:translate-y-44 {
        --tw-translate-y: 11rem;
    }

    .desktop\:translate-y-48 {
        --tw-translate-y: 12rem;
    }

    .desktop\:translate-y-52 {
        --tw-translate-y: 13rem;
    }

    .desktop\:translate-y-56 {
        --tw-translate-y: 14rem;
    }

    .desktop\:translate-y-60 {
        --tw-translate-y: 15rem;
    }

    .desktop\:translate-y-64 {
        --tw-translate-y: 16rem;
    }

    .desktop\:translate-y-72 {
        --tw-translate-y: 18rem;
    }

    .desktop\:translate-y-80 {
        --tw-translate-y: 20rem;
    }

    .desktop\:translate-y-96 {
        --tw-translate-y: 24rem;
    }

    .desktop\:translate-y-px {
        --tw-translate-y: 1px;
    }

    .desktop\:translate-y-0\.5 {
        --tw-translate-y: 0.125rem;
    }

    .desktop\:translate-y-1\.5 {
        --tw-translate-y: 0.375rem;
    }

    .desktop\:translate-y-2\.5 {
        --tw-translate-y: 0.625rem;
    }

    .desktop\:translate-y-3\.5 {
        --tw-translate-y: 0.875rem;
    }

    .desktop\:translate-y-5p {
        --tw-translate-y: 5px;
    }

    .desktop\:translate-y-10p {
        --tw-translate-y: 10px;
    }

    .desktop\:translate-y-14p {
        --tw-translate-y: 14px;
    }

    .desktop\:translate-y-15p {
        --tw-translate-y: 15px;
    }

    .desktop\:translate-y-15_2 {
        --tw-translate-y: 60px;
    }

    .desktop\:translate-y-16_1 {
        --tw-translate-y: 52px;
    }

    .desktop\:translate-y-16p {
        --tw-translate-y: 16px;
    }

    .desktop\:translate-y-25p {
        --tw-translate-y: 25px;
    }

    .desktop\:translate-y-48p {
        --tw-translate-y: 48%;
    }

    .desktop\:translate-y-52p {
        --tw-translate-y: 52%;
    }

    .desktop\:-translate-y-0 {
        --tw-translate-y: 0px;
    }

    .desktop\:-translate-y-1 {
        --tw-translate-y: -0.25rem;
    }

    .desktop\:-translate-y-2 {
        --tw-translate-y: -0.5rem;
    }

    .desktop\:-translate-y-3 {
        --tw-translate-y: -0.75rem;
    }

    .desktop\:-translate-y-4 {
        --tw-translate-y: -1rem;
    }

    .desktop\:-translate-y-5 {
        --tw-translate-y: -1.25rem;
    }

    .desktop\:-translate-y-6 {
        --tw-translate-y: -1.5rem;
    }

    .desktop\:-translate-y-7 {
        --tw-translate-y: -1.75rem;
    }

    .desktop\:-translate-y-8 {
        --tw-translate-y: -2rem;
    }

    .desktop\:-translate-y-9 {
        --tw-translate-y: -2.25rem;
    }

    .desktop\:-translate-y-10 {
        --tw-translate-y: -2.5rem;
    }

    .desktop\:-translate-y-11 {
        --tw-translate-y: -2.75rem;
    }

    .desktop\:-translate-y-12 {
        --tw-translate-y: -3rem;
    }

    .desktop\:-translate-y-14 {
        --tw-translate-y: -3.5rem;
    }

    .desktop\:-translate-y-16 {
        --tw-translate-y: -4rem;
    }

    .desktop\:-translate-y-18 {
        --tw-translate-y: -4.375rem;
    }

    .desktop\:-translate-y-19 {
        --tw-translate-y: -76px;
    }

    .desktop\:-translate-y-20 {
        --tw-translate-y: -5rem;
    }

    .desktop\:-translate-y-24 {
        --tw-translate-y: -6rem;
    }

    .desktop\:-translate-y-28 {
        --tw-translate-y: -7rem;
    }

    .desktop\:-translate-y-30 {
        --tw-translate-y: -120px;
    }

    .desktop\:-translate-y-32 {
        --tw-translate-y: -8rem;
    }

    .desktop\:-translate-y-36 {
        --tw-translate-y: -9rem;
    }

    .desktop\:-translate-y-40 {
        --tw-translate-y: -10rem;
    }

    .desktop\:-translate-y-44 {
        --tw-translate-y: -11rem;
    }

    .desktop\:-translate-y-48 {
        --tw-translate-y: -12rem;
    }

    .desktop\:-translate-y-52 {
        --tw-translate-y: -13rem;
    }

    .desktop\:-translate-y-56 {
        --tw-translate-y: -14rem;
    }

    .desktop\:-translate-y-60 {
        --tw-translate-y: -15rem;
    }

    .desktop\:-translate-y-64 {
        --tw-translate-y: -16rem;
    }

    .desktop\:-translate-y-72 {
        --tw-translate-y: -18rem;
    }

    .desktop\:-translate-y-80 {
        --tw-translate-y: -20rem;
    }

    .desktop\:-translate-y-96 {
        --tw-translate-y: -24rem;
    }

    .desktop\:-translate-y-px {
        --tw-translate-y: -1px;
    }

    .desktop\:-translate-y-0\.5 {
        --tw-translate-y: -0.125rem;
    }

    .desktop\:-translate-y-1\.5 {
        --tw-translate-y: -0.375rem;
    }

    .desktop\:-translate-y-2\.5 {
        --tw-translate-y: -0.625rem;
    }

    .desktop\:-translate-y-3\.5 {
        --tw-translate-y: -0.875rem;
    }

    .desktop\:-translate-y-5p {
        --tw-translate-y: -5px;
    }

    .desktop\:-translate-y-10p {
        --tw-translate-y: -10px;
    }

    .desktop\:-translate-y-14p {
        --tw-translate-y: -14px;
    }

    .desktop\:-translate-y-15p {
        --tw-translate-y: -15px;
    }

    .desktop\:-translate-y-15_2 {
        --tw-translate-y: -60px;
    }

    .desktop\:-translate-y-16_1 {
        --tw-translate-y: -52px;
    }

    .desktop\:-translate-y-16p {
        --tw-translate-y: -16px;
    }

    .desktop\:-translate-y-25p {
        --tw-translate-y: -25px;
    }

    .desktop\:-translate-y-48p {
        --tw-translate-y: -48%;
    }

    .desktop\:-translate-y-52p {
        --tw-translate-y: -52%;
    }

    .desktop\:translate-y-1\/2 {
        --tw-translate-y: 50%;
    }

    .desktop\:translate-y-1\/3 {
        --tw-translate-y: 33.333333%;
    }

    .desktop\:translate-y-2\/3 {
        --tw-translate-y: 66.666667%;
    }

    .desktop\:translate-y-1\/4 {
        --tw-translate-y: 25%;
    }

    .desktop\:translate-y-2\/4 {
        --tw-translate-y: 50%;
    }

    .desktop\:translate-y-3\/4 {
        --tw-translate-y: 75%;
    }

    .desktop\:translate-y-full {
        --tw-translate-y: 100%;
    }

    .desktop\:-translate-y-1\/2 {
        --tw-translate-y: -50%;
    }

    .desktop\:-translate-y-1\/3 {
        --tw-translate-y: -33.333333%;
    }

    .desktop\:-translate-y-2\/3 {
        --tw-translate-y: -66.666667%;
    }

    .desktop\:-translate-y-1\/4 {
        --tw-translate-y: -25%;
    }

    .desktop\:-translate-y-2\/4 {
        --tw-translate-y: -50%;
    }

    .desktop\:-translate-y-3\/4 {
        --tw-translate-y: -75%;
    }

    .desktop\:-translate-y-full {
        --tw-translate-y: -100%;
    }

    .desktop\:hover\:translate-x-0:hover {
        --tw-translate-x: 0px;
    }

    .desktop\:hover\:translate-x-1:hover {
        --tw-translate-x: 0.25rem;
    }

    .desktop\:hover\:translate-x-2:hover {
        --tw-translate-x: 0.5rem;
    }

    .desktop\:hover\:translate-x-3:hover {
        --tw-translate-x: 0.75rem;
    }

    .desktop\:hover\:translate-x-4:hover {
        --tw-translate-x: 1rem;
    }

    .desktop\:hover\:translate-x-5:hover {
        --tw-translate-x: 1.25rem;
    }

    .desktop\:hover\:translate-x-6:hover {
        --tw-translate-x: 1.5rem;
    }

    .desktop\:hover\:translate-x-7:hover {
        --tw-translate-x: 1.75rem;
    }

    .desktop\:hover\:translate-x-8:hover {
        --tw-translate-x: 2rem;
    }

    .desktop\:hover\:translate-x-9:hover {
        --tw-translate-x: 2.25rem;
    }

    .desktop\:hover\:translate-x-10:hover {
        --tw-translate-x: 2.5rem;
    }

    .desktop\:hover\:translate-x-11:hover {
        --tw-translate-x: 2.75rem;
    }

    .desktop\:hover\:translate-x-12:hover {
        --tw-translate-x: 3rem;
    }

    .desktop\:hover\:translate-x-14:hover {
        --tw-translate-x: 3.5rem;
    }

    .desktop\:hover\:translate-x-16:hover {
        --tw-translate-x: 4rem;
    }

    .desktop\:hover\:translate-x-18:hover {
        --tw-translate-x: 4.375rem;
    }

    .desktop\:hover\:translate-x-19:hover {
        --tw-translate-x: 76px;
    }

    .desktop\:hover\:translate-x-20:hover {
        --tw-translate-x: 5rem;
    }

    .desktop\:hover\:translate-x-24:hover {
        --tw-translate-x: 6rem;
    }

    .desktop\:hover\:translate-x-28:hover {
        --tw-translate-x: 7rem;
    }

    .desktop\:hover\:translate-x-30:hover {
        --tw-translate-x: 120px;
    }

    .desktop\:hover\:translate-x-32:hover {
        --tw-translate-x: 8rem;
    }

    .desktop\:hover\:translate-x-36:hover {
        --tw-translate-x: 9rem;
    }

    .desktop\:hover\:translate-x-40:hover {
        --tw-translate-x: 10rem;
    }

    .desktop\:hover\:translate-x-44:hover {
        --tw-translate-x: 11rem;
    }

    .desktop\:hover\:translate-x-48:hover {
        --tw-translate-x: 12rem;
    }

    .desktop\:hover\:translate-x-52:hover {
        --tw-translate-x: 13rem;
    }

    .desktop\:hover\:translate-x-56:hover {
        --tw-translate-x: 14rem;
    }

    .desktop\:hover\:translate-x-60:hover {
        --tw-translate-x: 15rem;
    }

    .desktop\:hover\:translate-x-64:hover {
        --tw-translate-x: 16rem;
    }

    .desktop\:hover\:translate-x-72:hover {
        --tw-translate-x: 18rem;
    }

    .desktop\:hover\:translate-x-80:hover {
        --tw-translate-x: 20rem;
    }

    .desktop\:hover\:translate-x-96:hover {
        --tw-translate-x: 24rem;
    }

    .desktop\:hover\:translate-x-px:hover {
        --tw-translate-x: 1px;
    }

    .desktop\:hover\:translate-x-0\.5:hover {
        --tw-translate-x: 0.125rem;
    }

    .desktop\:hover\:translate-x-1\.5:hover {
        --tw-translate-x: 0.375rem;
    }

    .desktop\:hover\:translate-x-2\.5:hover {
        --tw-translate-x: 0.625rem;
    }

    .desktop\:hover\:translate-x-3\.5:hover {
        --tw-translate-x: 0.875rem;
    }

    .desktop\:hover\:translate-x-5p:hover {
        --tw-translate-x: 5px;
    }

    .desktop\:hover\:translate-x-10p:hover {
        --tw-translate-x: 10px;
    }

    .desktop\:hover\:translate-x-14p:hover {
        --tw-translate-x: 14px;
    }

    .desktop\:hover\:translate-x-15p:hover {
        --tw-translate-x: 15px;
    }

    .desktop\:hover\:translate-x-15_2:hover {
        --tw-translate-x: 60px;
    }

    .desktop\:hover\:translate-x-16_1:hover {
        --tw-translate-x: 52px;
    }

    .desktop\:hover\:translate-x-16p:hover {
        --tw-translate-x: 16px;
    }

    .desktop\:hover\:translate-x-25p:hover {
        --tw-translate-x: 25px;
    }

    .desktop\:hover\:translate-x-48p:hover {
        --tw-translate-x: 48%;
    }

    .desktop\:hover\:translate-x-52p:hover {
        --tw-translate-x: 52%;
    }

    .desktop\:hover\:-translate-x-0:hover {
        --tw-translate-x: 0px;
    }

    .desktop\:hover\:-translate-x-1:hover {
        --tw-translate-x: -0.25rem;
    }

    .desktop\:hover\:-translate-x-2:hover {
        --tw-translate-x: -0.5rem;
    }

    .desktop\:hover\:-translate-x-3:hover {
        --tw-translate-x: -0.75rem;
    }

    .desktop\:hover\:-translate-x-4:hover {
        --tw-translate-x: -1rem;
    }

    .desktop\:hover\:-translate-x-5:hover {
        --tw-translate-x: -1.25rem;
    }

    .desktop\:hover\:-translate-x-6:hover {
        --tw-translate-x: -1.5rem;
    }

    .desktop\:hover\:-translate-x-7:hover {
        --tw-translate-x: -1.75rem;
    }

    .desktop\:hover\:-translate-x-8:hover {
        --tw-translate-x: -2rem;
    }

    .desktop\:hover\:-translate-x-9:hover {
        --tw-translate-x: -2.25rem;
    }

    .desktop\:hover\:-translate-x-10:hover {
        --tw-translate-x: -2.5rem;
    }

    .desktop\:hover\:-translate-x-11:hover {
        --tw-translate-x: -2.75rem;
    }

    .desktop\:hover\:-translate-x-12:hover {
        --tw-translate-x: -3rem;
    }

    .desktop\:hover\:-translate-x-14:hover {
        --tw-translate-x: -3.5rem;
    }

    .desktop\:hover\:-translate-x-16:hover {
        --tw-translate-x: -4rem;
    }

    .desktop\:hover\:-translate-x-18:hover {
        --tw-translate-x: -4.375rem;
    }

    .desktop\:hover\:-translate-x-19:hover {
        --tw-translate-x: -76px;
    }

    .desktop\:hover\:-translate-x-20:hover {
        --tw-translate-x: -5rem;
    }

    .desktop\:hover\:-translate-x-24:hover {
        --tw-translate-x: -6rem;
    }

    .desktop\:hover\:-translate-x-28:hover {
        --tw-translate-x: -7rem;
    }

    .desktop\:hover\:-translate-x-30:hover {
        --tw-translate-x: -120px;
    }

    .desktop\:hover\:-translate-x-32:hover {
        --tw-translate-x: -8rem;
    }

    .desktop\:hover\:-translate-x-36:hover {
        --tw-translate-x: -9rem;
    }

    .desktop\:hover\:-translate-x-40:hover {
        --tw-translate-x: -10rem;
    }

    .desktop\:hover\:-translate-x-44:hover {
        --tw-translate-x: -11rem;
    }

    .desktop\:hover\:-translate-x-48:hover {
        --tw-translate-x: -12rem;
    }

    .desktop\:hover\:-translate-x-52:hover {
        --tw-translate-x: -13rem;
    }

    .desktop\:hover\:-translate-x-56:hover {
        --tw-translate-x: -14rem;
    }

    .desktop\:hover\:-translate-x-60:hover {
        --tw-translate-x: -15rem;
    }

    .desktop\:hover\:-translate-x-64:hover {
        --tw-translate-x: -16rem;
    }

    .desktop\:hover\:-translate-x-72:hover {
        --tw-translate-x: -18rem;
    }

    .desktop\:hover\:-translate-x-80:hover {
        --tw-translate-x: -20rem;
    }

    .desktop\:hover\:-translate-x-96:hover {
        --tw-translate-x: -24rem;
    }

    .desktop\:hover\:-translate-x-px:hover {
        --tw-translate-x: -1px;
    }

    .desktop\:hover\:-translate-x-0\.5:hover {
        --tw-translate-x: -0.125rem;
    }

    .desktop\:hover\:-translate-x-1\.5:hover {
        --tw-translate-x: -0.375rem;
    }

    .desktop\:hover\:-translate-x-2\.5:hover {
        --tw-translate-x: -0.625rem;
    }

    .desktop\:hover\:-translate-x-3\.5:hover {
        --tw-translate-x: -0.875rem;
    }

    .desktop\:hover\:-translate-x-5p:hover {
        --tw-translate-x: -5px;
    }

    .desktop\:hover\:-translate-x-10p:hover {
        --tw-translate-x: -10px;
    }

    .desktop\:hover\:-translate-x-14p:hover {
        --tw-translate-x: -14px;
    }

    .desktop\:hover\:-translate-x-15p:hover {
        --tw-translate-x: -15px;
    }

    .desktop\:hover\:-translate-x-15_2:hover {
        --tw-translate-x: -60px;
    }

    .desktop\:hover\:-translate-x-16_1:hover {
        --tw-translate-x: -52px;
    }

    .desktop\:hover\:-translate-x-16p:hover {
        --tw-translate-x: -16px;
    }

    .desktop\:hover\:-translate-x-25p:hover {
        --tw-translate-x: -25px;
    }

    .desktop\:hover\:-translate-x-48p:hover {
        --tw-translate-x: -48%;
    }

    .desktop\:hover\:-translate-x-52p:hover {
        --tw-translate-x: -52%;
    }

    .desktop\:hover\:translate-x-1\/2:hover {
        --tw-translate-x: 50%;
    }

    .desktop\:hover\:translate-x-1\/3:hover {
        --tw-translate-x: 33.333333%;
    }

    .desktop\:hover\:translate-x-2\/3:hover {
        --tw-translate-x: 66.666667%;
    }

    .desktop\:hover\:translate-x-1\/4:hover {
        --tw-translate-x: 25%;
    }

    .desktop\:hover\:translate-x-2\/4:hover {
        --tw-translate-x: 50%;
    }

    .desktop\:hover\:translate-x-3\/4:hover {
        --tw-translate-x: 75%;
    }

    .desktop\:hover\:translate-x-full:hover {
        --tw-translate-x: 100%;
    }

    .desktop\:hover\:-translate-x-1\/2:hover {
        --tw-translate-x: -50%;
    }

    .desktop\:hover\:-translate-x-1\/3:hover {
        --tw-translate-x: -33.333333%;
    }

    .desktop\:hover\:-translate-x-2\/3:hover {
        --tw-translate-x: -66.666667%;
    }

    .desktop\:hover\:-translate-x-1\/4:hover {
        --tw-translate-x: -25%;
    }

    .desktop\:hover\:-translate-x-2\/4:hover {
        --tw-translate-x: -50%;
    }

    .desktop\:hover\:-translate-x-3\/4:hover {
        --tw-translate-x: -75%;
    }

    .desktop\:hover\:-translate-x-full:hover {
        --tw-translate-x: -100%;
    }

    .desktop\:hover\:translate-y-0:hover {
        --tw-translate-y: 0px;
    }

    .desktop\:hover\:translate-y-1:hover {
        --tw-translate-y: 0.25rem;
    }

    .desktop\:hover\:translate-y-2:hover {
        --tw-translate-y: 0.5rem;
    }

    .desktop\:hover\:translate-y-3:hover {
        --tw-translate-y: 0.75rem;
    }

    .desktop\:hover\:translate-y-4:hover {
        --tw-translate-y: 1rem;
    }

    .desktop\:hover\:translate-y-5:hover {
        --tw-translate-y: 1.25rem;
    }

    .desktop\:hover\:translate-y-6:hover {
        --tw-translate-y: 1.5rem;
    }

    .desktop\:hover\:translate-y-7:hover {
        --tw-translate-y: 1.75rem;
    }

    .desktop\:hover\:translate-y-8:hover {
        --tw-translate-y: 2rem;
    }

    .desktop\:hover\:translate-y-9:hover {
        --tw-translate-y: 2.25rem;
    }

    .desktop\:hover\:translate-y-10:hover {
        --tw-translate-y: 2.5rem;
    }

    .desktop\:hover\:translate-y-11:hover {
        --tw-translate-y: 2.75rem;
    }

    .desktop\:hover\:translate-y-12:hover {
        --tw-translate-y: 3rem;
    }

    .desktop\:hover\:translate-y-14:hover {
        --tw-translate-y: 3.5rem;
    }

    .desktop\:hover\:translate-y-16:hover {
        --tw-translate-y: 4rem;
    }

    .desktop\:hover\:translate-y-18:hover {
        --tw-translate-y: 4.375rem;
    }

    .desktop\:hover\:translate-y-19:hover {
        --tw-translate-y: 76px;
    }

    .desktop\:hover\:translate-y-20:hover {
        --tw-translate-y: 5rem;
    }

    .desktop\:hover\:translate-y-24:hover {
        --tw-translate-y: 6rem;
    }

    .desktop\:hover\:translate-y-28:hover {
        --tw-translate-y: 7rem;
    }

    .desktop\:hover\:translate-y-30:hover {
        --tw-translate-y: 120px;
    }

    .desktop\:hover\:translate-y-32:hover {
        --tw-translate-y: 8rem;
    }

    .desktop\:hover\:translate-y-36:hover {
        --tw-translate-y: 9rem;
    }

    .desktop\:hover\:translate-y-40:hover {
        --tw-translate-y: 10rem;
    }

    .desktop\:hover\:translate-y-44:hover {
        --tw-translate-y: 11rem;
    }

    .desktop\:hover\:translate-y-48:hover {
        --tw-translate-y: 12rem;
    }

    .desktop\:hover\:translate-y-52:hover {
        --tw-translate-y: 13rem;
    }

    .desktop\:hover\:translate-y-56:hover {
        --tw-translate-y: 14rem;
    }

    .desktop\:hover\:translate-y-60:hover {
        --tw-translate-y: 15rem;
    }

    .desktop\:hover\:translate-y-64:hover {
        --tw-translate-y: 16rem;
    }

    .desktop\:hover\:translate-y-72:hover {
        --tw-translate-y: 18rem;
    }

    .desktop\:hover\:translate-y-80:hover {
        --tw-translate-y: 20rem;
    }

    .desktop\:hover\:translate-y-96:hover {
        --tw-translate-y: 24rem;
    }

    .desktop\:hover\:translate-y-px:hover {
        --tw-translate-y: 1px;
    }

    .desktop\:hover\:translate-y-0\.5:hover {
        --tw-translate-y: 0.125rem;
    }

    .desktop\:hover\:translate-y-1\.5:hover {
        --tw-translate-y: 0.375rem;
    }

    .desktop\:hover\:translate-y-2\.5:hover {
        --tw-translate-y: 0.625rem;
    }

    .desktop\:hover\:translate-y-3\.5:hover {
        --tw-translate-y: 0.875rem;
    }

    .desktop\:hover\:translate-y-5p:hover {
        --tw-translate-y: 5px;
    }

    .desktop\:hover\:translate-y-10p:hover {
        --tw-translate-y: 10px;
    }

    .desktop\:hover\:translate-y-14p:hover {
        --tw-translate-y: 14px;
    }

    .desktop\:hover\:translate-y-15p:hover {
        --tw-translate-y: 15px;
    }

    .desktop\:hover\:translate-y-15_2:hover {
        --tw-translate-y: 60px;
    }

    .desktop\:hover\:translate-y-16_1:hover {
        --tw-translate-y: 52px;
    }

    .desktop\:hover\:translate-y-16p:hover {
        --tw-translate-y: 16px;
    }

    .desktop\:hover\:translate-y-25p:hover {
        --tw-translate-y: 25px;
    }

    .desktop\:hover\:translate-y-48p:hover {
        --tw-translate-y: 48%;
    }

    .desktop\:hover\:translate-y-52p:hover {
        --tw-translate-y: 52%;
    }

    .desktop\:hover\:-translate-y-0:hover {
        --tw-translate-y: 0px;
    }

    .desktop\:hover\:-translate-y-1:hover {
        --tw-translate-y: -0.25rem;
    }

    .desktop\:hover\:-translate-y-2:hover {
        --tw-translate-y: -0.5rem;
    }

    .desktop\:hover\:-translate-y-3:hover {
        --tw-translate-y: -0.75rem;
    }

    .desktop\:hover\:-translate-y-4:hover {
        --tw-translate-y: -1rem;
    }

    .desktop\:hover\:-translate-y-5:hover {
        --tw-translate-y: -1.25rem;
    }

    .desktop\:hover\:-translate-y-6:hover {
        --tw-translate-y: -1.5rem;
    }

    .desktop\:hover\:-translate-y-7:hover {
        --tw-translate-y: -1.75rem;
    }

    .desktop\:hover\:-translate-y-8:hover {
        --tw-translate-y: -2rem;
    }

    .desktop\:hover\:-translate-y-9:hover {
        --tw-translate-y: -2.25rem;
    }

    .desktop\:hover\:-translate-y-10:hover {
        --tw-translate-y: -2.5rem;
    }

    .desktop\:hover\:-translate-y-11:hover {
        --tw-translate-y: -2.75rem;
    }

    .desktop\:hover\:-translate-y-12:hover {
        --tw-translate-y: -3rem;
    }

    .desktop\:hover\:-translate-y-14:hover {
        --tw-translate-y: -3.5rem;
    }

    .desktop\:hover\:-translate-y-16:hover {
        --tw-translate-y: -4rem;
    }

    .desktop\:hover\:-translate-y-18:hover {
        --tw-translate-y: -4.375rem;
    }

    .desktop\:hover\:-translate-y-19:hover {
        --tw-translate-y: -76px;
    }

    .desktop\:hover\:-translate-y-20:hover {
        --tw-translate-y: -5rem;
    }

    .desktop\:hover\:-translate-y-24:hover {
        --tw-translate-y: -6rem;
    }

    .desktop\:hover\:-translate-y-28:hover {
        --tw-translate-y: -7rem;
    }

    .desktop\:hover\:-translate-y-30:hover {
        --tw-translate-y: -120px;
    }

    .desktop\:hover\:-translate-y-32:hover {
        --tw-translate-y: -8rem;
    }

    .desktop\:hover\:-translate-y-36:hover {
        --tw-translate-y: -9rem;
    }

    .desktop\:hover\:-translate-y-40:hover {
        --tw-translate-y: -10rem;
    }

    .desktop\:hover\:-translate-y-44:hover {
        --tw-translate-y: -11rem;
    }

    .desktop\:hover\:-translate-y-48:hover {
        --tw-translate-y: -12rem;
    }

    .desktop\:hover\:-translate-y-52:hover {
        --tw-translate-y: -13rem;
    }

    .desktop\:hover\:-translate-y-56:hover {
        --tw-translate-y: -14rem;
    }

    .desktop\:hover\:-translate-y-60:hover {
        --tw-translate-y: -15rem;
    }

    .desktop\:hover\:-translate-y-64:hover {
        --tw-translate-y: -16rem;
    }

    .desktop\:hover\:-translate-y-72:hover {
        --tw-translate-y: -18rem;
    }

    .desktop\:hover\:-translate-y-80:hover {
        --tw-translate-y: -20rem;
    }

    .desktop\:hover\:-translate-y-96:hover {
        --tw-translate-y: -24rem;
    }

    .desktop\:hover\:-translate-y-px:hover {
        --tw-translate-y: -1px;
    }

    .desktop\:hover\:-translate-y-0\.5:hover {
        --tw-translate-y: -0.125rem;
    }

    .desktop\:hover\:-translate-y-1\.5:hover {
        --tw-translate-y: -0.375rem;
    }

    .desktop\:hover\:-translate-y-2\.5:hover {
        --tw-translate-y: -0.625rem;
    }

    .desktop\:hover\:-translate-y-3\.5:hover {
        --tw-translate-y: -0.875rem;
    }

    .desktop\:hover\:-translate-y-5p:hover {
        --tw-translate-y: -5px;
    }

    .desktop\:hover\:-translate-y-10p:hover {
        --tw-translate-y: -10px;
    }

    .desktop\:hover\:-translate-y-14p:hover {
        --tw-translate-y: -14px;
    }

    .desktop\:hover\:-translate-y-15p:hover {
        --tw-translate-y: -15px;
    }

    .desktop\:hover\:-translate-y-15_2:hover {
        --tw-translate-y: -60px;
    }

    .desktop\:hover\:-translate-y-16_1:hover {
        --tw-translate-y: -52px;
    }

    .desktop\:hover\:-translate-y-16p:hover {
        --tw-translate-y: -16px;
    }

    .desktop\:hover\:-translate-y-25p:hover {
        --tw-translate-y: -25px;
    }

    .desktop\:hover\:-translate-y-48p:hover {
        --tw-translate-y: -48%;
    }

    .desktop\:hover\:-translate-y-52p:hover {
        --tw-translate-y: -52%;
    }

    .desktop\:hover\:translate-y-1\/2:hover {
        --tw-translate-y: 50%;
    }

    .desktop\:hover\:translate-y-1\/3:hover {
        --tw-translate-y: 33.333333%;
    }

    .desktop\:hover\:translate-y-2\/3:hover {
        --tw-translate-y: 66.666667%;
    }

    .desktop\:hover\:translate-y-1\/4:hover {
        --tw-translate-y: 25%;
    }

    .desktop\:hover\:translate-y-2\/4:hover {
        --tw-translate-y: 50%;
    }

    .desktop\:hover\:translate-y-3\/4:hover {
        --tw-translate-y: 75%;
    }

    .desktop\:hover\:translate-y-full:hover {
        --tw-translate-y: 100%;
    }

    .desktop\:hover\:-translate-y-1\/2:hover {
        --tw-translate-y: -50%;
    }

    .desktop\:hover\:-translate-y-1\/3:hover {
        --tw-translate-y: -33.333333%;
    }

    .desktop\:hover\:-translate-y-2\/3:hover {
        --tw-translate-y: -66.666667%;
    }

    .desktop\:hover\:-translate-y-1\/4:hover {
        --tw-translate-y: -25%;
    }

    .desktop\:hover\:-translate-y-2\/4:hover {
        --tw-translate-y: -50%;
    }

    .desktop\:hover\:-translate-y-3\/4:hover {
        --tw-translate-y: -75%;
    }

    .desktop\:hover\:-translate-y-full:hover {
        --tw-translate-y: -100%;
    }

    .desktop\:focus\:translate-x-0:focus {
        --tw-translate-x: 0px;
    }

    .desktop\:focus\:translate-x-1:focus {
        --tw-translate-x: 0.25rem;
    }

    .desktop\:focus\:translate-x-2:focus {
        --tw-translate-x: 0.5rem;
    }

    .desktop\:focus\:translate-x-3:focus {
        --tw-translate-x: 0.75rem;
    }

    .desktop\:focus\:translate-x-4:focus {
        --tw-translate-x: 1rem;
    }

    .desktop\:focus\:translate-x-5:focus {
        --tw-translate-x: 1.25rem;
    }

    .desktop\:focus\:translate-x-6:focus {
        --tw-translate-x: 1.5rem;
    }

    .desktop\:focus\:translate-x-7:focus {
        --tw-translate-x: 1.75rem;
    }

    .desktop\:focus\:translate-x-8:focus {
        --tw-translate-x: 2rem;
    }

    .desktop\:focus\:translate-x-9:focus {
        --tw-translate-x: 2.25rem;
    }

    .desktop\:focus\:translate-x-10:focus {
        --tw-translate-x: 2.5rem;
    }

    .desktop\:focus\:translate-x-11:focus {
        --tw-translate-x: 2.75rem;
    }

    .desktop\:focus\:translate-x-12:focus {
        --tw-translate-x: 3rem;
    }

    .desktop\:focus\:translate-x-14:focus {
        --tw-translate-x: 3.5rem;
    }

    .desktop\:focus\:translate-x-16:focus {
        --tw-translate-x: 4rem;
    }

    .desktop\:focus\:translate-x-18:focus {
        --tw-translate-x: 4.375rem;
    }

    .desktop\:focus\:translate-x-19:focus {
        --tw-translate-x: 76px;
    }

    .desktop\:focus\:translate-x-20:focus {
        --tw-translate-x: 5rem;
    }

    .desktop\:focus\:translate-x-24:focus {
        --tw-translate-x: 6rem;
    }

    .desktop\:focus\:translate-x-28:focus {
        --tw-translate-x: 7rem;
    }

    .desktop\:focus\:translate-x-30:focus {
        --tw-translate-x: 120px;
    }

    .desktop\:focus\:translate-x-32:focus {
        --tw-translate-x: 8rem;
    }

    .desktop\:focus\:translate-x-36:focus {
        --tw-translate-x: 9rem;
    }

    .desktop\:focus\:translate-x-40:focus {
        --tw-translate-x: 10rem;
    }

    .desktop\:focus\:translate-x-44:focus {
        --tw-translate-x: 11rem;
    }

    .desktop\:focus\:translate-x-48:focus {
        --tw-translate-x: 12rem;
    }

    .desktop\:focus\:translate-x-52:focus {
        --tw-translate-x: 13rem;
    }

    .desktop\:focus\:translate-x-56:focus {
        --tw-translate-x: 14rem;
    }

    .desktop\:focus\:translate-x-60:focus {
        --tw-translate-x: 15rem;
    }

    .desktop\:focus\:translate-x-64:focus {
        --tw-translate-x: 16rem;
    }

    .desktop\:focus\:translate-x-72:focus {
        --tw-translate-x: 18rem;
    }

    .desktop\:focus\:translate-x-80:focus {
        --tw-translate-x: 20rem;
    }

    .desktop\:focus\:translate-x-96:focus {
        --tw-translate-x: 24rem;
    }

    .desktop\:focus\:translate-x-px:focus {
        --tw-translate-x: 1px;
    }

    .desktop\:focus\:translate-x-0\.5:focus {
        --tw-translate-x: 0.125rem;
    }

    .desktop\:focus\:translate-x-1\.5:focus {
        --tw-translate-x: 0.375rem;
    }

    .desktop\:focus\:translate-x-2\.5:focus {
        --tw-translate-x: 0.625rem;
    }

    .desktop\:focus\:translate-x-3\.5:focus {
        --tw-translate-x: 0.875rem;
    }

    .desktop\:focus\:translate-x-5p:focus {
        --tw-translate-x: 5px;
    }

    .desktop\:focus\:translate-x-10p:focus {
        --tw-translate-x: 10px;
    }

    .desktop\:focus\:translate-x-14p:focus {
        --tw-translate-x: 14px;
    }

    .desktop\:focus\:translate-x-15p:focus {
        --tw-translate-x: 15px;
    }

    .desktop\:focus\:translate-x-15_2:focus {
        --tw-translate-x: 60px;
    }

    .desktop\:focus\:translate-x-16_1:focus {
        --tw-translate-x: 52px;
    }

    .desktop\:focus\:translate-x-16p:focus {
        --tw-translate-x: 16px;
    }

    .desktop\:focus\:translate-x-25p:focus {
        --tw-translate-x: 25px;
    }

    .desktop\:focus\:translate-x-48p:focus {
        --tw-translate-x: 48%;
    }

    .desktop\:focus\:translate-x-52p:focus {
        --tw-translate-x: 52%;
    }

    .desktop\:focus\:-translate-x-0:focus {
        --tw-translate-x: 0px;
    }

    .desktop\:focus\:-translate-x-1:focus {
        --tw-translate-x: -0.25rem;
    }

    .desktop\:focus\:-translate-x-2:focus {
        --tw-translate-x: -0.5rem;
    }

    .desktop\:focus\:-translate-x-3:focus {
        --tw-translate-x: -0.75rem;
    }

    .desktop\:focus\:-translate-x-4:focus {
        --tw-translate-x: -1rem;
    }

    .desktop\:focus\:-translate-x-5:focus {
        --tw-translate-x: -1.25rem;
    }

    .desktop\:focus\:-translate-x-6:focus {
        --tw-translate-x: -1.5rem;
    }

    .desktop\:focus\:-translate-x-7:focus {
        --tw-translate-x: -1.75rem;
    }

    .desktop\:focus\:-translate-x-8:focus {
        --tw-translate-x: -2rem;
    }

    .desktop\:focus\:-translate-x-9:focus {
        --tw-translate-x: -2.25rem;
    }

    .desktop\:focus\:-translate-x-10:focus {
        --tw-translate-x: -2.5rem;
    }

    .desktop\:focus\:-translate-x-11:focus {
        --tw-translate-x: -2.75rem;
    }

    .desktop\:focus\:-translate-x-12:focus {
        --tw-translate-x: -3rem;
    }

    .desktop\:focus\:-translate-x-14:focus {
        --tw-translate-x: -3.5rem;
    }

    .desktop\:focus\:-translate-x-16:focus {
        --tw-translate-x: -4rem;
    }

    .desktop\:focus\:-translate-x-18:focus {
        --tw-translate-x: -4.375rem;
    }

    .desktop\:focus\:-translate-x-19:focus {
        --tw-translate-x: -76px;
    }

    .desktop\:focus\:-translate-x-20:focus {
        --tw-translate-x: -5rem;
    }

    .desktop\:focus\:-translate-x-24:focus {
        --tw-translate-x: -6rem;
    }

    .desktop\:focus\:-translate-x-28:focus {
        --tw-translate-x: -7rem;
    }

    .desktop\:focus\:-translate-x-30:focus {
        --tw-translate-x: -120px;
    }

    .desktop\:focus\:-translate-x-32:focus {
        --tw-translate-x: -8rem;
    }

    .desktop\:focus\:-translate-x-36:focus {
        --tw-translate-x: -9rem;
    }

    .desktop\:focus\:-translate-x-40:focus {
        --tw-translate-x: -10rem;
    }

    .desktop\:focus\:-translate-x-44:focus {
        --tw-translate-x: -11rem;
    }

    .desktop\:focus\:-translate-x-48:focus {
        --tw-translate-x: -12rem;
    }

    .desktop\:focus\:-translate-x-52:focus {
        --tw-translate-x: -13rem;
    }

    .desktop\:focus\:-translate-x-56:focus {
        --tw-translate-x: -14rem;
    }

    .desktop\:focus\:-translate-x-60:focus {
        --tw-translate-x: -15rem;
    }

    .desktop\:focus\:-translate-x-64:focus {
        --tw-translate-x: -16rem;
    }

    .desktop\:focus\:-translate-x-72:focus {
        --tw-translate-x: -18rem;
    }

    .desktop\:focus\:-translate-x-80:focus {
        --tw-translate-x: -20rem;
    }

    .desktop\:focus\:-translate-x-96:focus {
        --tw-translate-x: -24rem;
    }

    .desktop\:focus\:-translate-x-px:focus {
        --tw-translate-x: -1px;
    }

    .desktop\:focus\:-translate-x-0\.5:focus {
        --tw-translate-x: -0.125rem;
    }

    .desktop\:focus\:-translate-x-1\.5:focus {
        --tw-translate-x: -0.375rem;
    }

    .desktop\:focus\:-translate-x-2\.5:focus {
        --tw-translate-x: -0.625rem;
    }

    .desktop\:focus\:-translate-x-3\.5:focus {
        --tw-translate-x: -0.875rem;
    }

    .desktop\:focus\:-translate-x-5p:focus {
        --tw-translate-x: -5px;
    }

    .desktop\:focus\:-translate-x-10p:focus {
        --tw-translate-x: -10px;
    }

    .desktop\:focus\:-translate-x-14p:focus {
        --tw-translate-x: -14px;
    }

    .desktop\:focus\:-translate-x-15p:focus {
        --tw-translate-x: -15px;
    }

    .desktop\:focus\:-translate-x-15_2:focus {
        --tw-translate-x: -60px;
    }

    .desktop\:focus\:-translate-x-16_1:focus {
        --tw-translate-x: -52px;
    }

    .desktop\:focus\:-translate-x-16p:focus {
        --tw-translate-x: -16px;
    }

    .desktop\:focus\:-translate-x-25p:focus {
        --tw-translate-x: -25px;
    }

    .desktop\:focus\:-translate-x-48p:focus {
        --tw-translate-x: -48%;
    }

    .desktop\:focus\:-translate-x-52p:focus {
        --tw-translate-x: -52%;
    }

    .desktop\:focus\:translate-x-1\/2:focus {
        --tw-translate-x: 50%;
    }

    .desktop\:focus\:translate-x-1\/3:focus {
        --tw-translate-x: 33.333333%;
    }

    .desktop\:focus\:translate-x-2\/3:focus {
        --tw-translate-x: 66.666667%;
    }

    .desktop\:focus\:translate-x-1\/4:focus {
        --tw-translate-x: 25%;
    }

    .desktop\:focus\:translate-x-2\/4:focus {
        --tw-translate-x: 50%;
    }

    .desktop\:focus\:translate-x-3\/4:focus {
        --tw-translate-x: 75%;
    }

    .desktop\:focus\:translate-x-full:focus {
        --tw-translate-x: 100%;
    }

    .desktop\:focus\:-translate-x-1\/2:focus {
        --tw-translate-x: -50%;
    }

    .desktop\:focus\:-translate-x-1\/3:focus {
        --tw-translate-x: -33.333333%;
    }

    .desktop\:focus\:-translate-x-2\/3:focus {
        --tw-translate-x: -66.666667%;
    }

    .desktop\:focus\:-translate-x-1\/4:focus {
        --tw-translate-x: -25%;
    }

    .desktop\:focus\:-translate-x-2\/4:focus {
        --tw-translate-x: -50%;
    }

    .desktop\:focus\:-translate-x-3\/4:focus {
        --tw-translate-x: -75%;
    }

    .desktop\:focus\:-translate-x-full:focus {
        --tw-translate-x: -100%;
    }

    .desktop\:focus\:translate-y-0:focus {
        --tw-translate-y: 0px;
    }

    .desktop\:focus\:translate-y-1:focus {
        --tw-translate-y: 0.25rem;
    }

    .desktop\:focus\:translate-y-2:focus {
        --tw-translate-y: 0.5rem;
    }

    .desktop\:focus\:translate-y-3:focus {
        --tw-translate-y: 0.75rem;
    }

    .desktop\:focus\:translate-y-4:focus {
        --tw-translate-y: 1rem;
    }

    .desktop\:focus\:translate-y-5:focus {
        --tw-translate-y: 1.25rem;
    }

    .desktop\:focus\:translate-y-6:focus {
        --tw-translate-y: 1.5rem;
    }

    .desktop\:focus\:translate-y-7:focus {
        --tw-translate-y: 1.75rem;
    }

    .desktop\:focus\:translate-y-8:focus {
        --tw-translate-y: 2rem;
    }

    .desktop\:focus\:translate-y-9:focus {
        --tw-translate-y: 2.25rem;
    }

    .desktop\:focus\:translate-y-10:focus {
        --tw-translate-y: 2.5rem;
    }

    .desktop\:focus\:translate-y-11:focus {
        --tw-translate-y: 2.75rem;
    }

    .desktop\:focus\:translate-y-12:focus {
        --tw-translate-y: 3rem;
    }

    .desktop\:focus\:translate-y-14:focus {
        --tw-translate-y: 3.5rem;
    }

    .desktop\:focus\:translate-y-16:focus {
        --tw-translate-y: 4rem;
    }

    .desktop\:focus\:translate-y-18:focus {
        --tw-translate-y: 4.375rem;
    }

    .desktop\:focus\:translate-y-19:focus {
        --tw-translate-y: 76px;
    }

    .desktop\:focus\:translate-y-20:focus {
        --tw-translate-y: 5rem;
    }

    .desktop\:focus\:translate-y-24:focus {
        --tw-translate-y: 6rem;
    }

    .desktop\:focus\:translate-y-28:focus {
        --tw-translate-y: 7rem;
    }

    .desktop\:focus\:translate-y-30:focus {
        --tw-translate-y: 120px;
    }

    .desktop\:focus\:translate-y-32:focus {
        --tw-translate-y: 8rem;
    }

    .desktop\:focus\:translate-y-36:focus {
        --tw-translate-y: 9rem;
    }

    .desktop\:focus\:translate-y-40:focus {
        --tw-translate-y: 10rem;
    }

    .desktop\:focus\:translate-y-44:focus {
        --tw-translate-y: 11rem;
    }

    .desktop\:focus\:translate-y-48:focus {
        --tw-translate-y: 12rem;
    }

    .desktop\:focus\:translate-y-52:focus {
        --tw-translate-y: 13rem;
    }

    .desktop\:focus\:translate-y-56:focus {
        --tw-translate-y: 14rem;
    }

    .desktop\:focus\:translate-y-60:focus {
        --tw-translate-y: 15rem;
    }

    .desktop\:focus\:translate-y-64:focus {
        --tw-translate-y: 16rem;
    }

    .desktop\:focus\:translate-y-72:focus {
        --tw-translate-y: 18rem;
    }

    .desktop\:focus\:translate-y-80:focus {
        --tw-translate-y: 20rem;
    }

    .desktop\:focus\:translate-y-96:focus {
        --tw-translate-y: 24rem;
    }

    .desktop\:focus\:translate-y-px:focus {
        --tw-translate-y: 1px;
    }

    .desktop\:focus\:translate-y-0\.5:focus {
        --tw-translate-y: 0.125rem;
    }

    .desktop\:focus\:translate-y-1\.5:focus {
        --tw-translate-y: 0.375rem;
    }

    .desktop\:focus\:translate-y-2\.5:focus {
        --tw-translate-y: 0.625rem;
    }

    .desktop\:focus\:translate-y-3\.5:focus {
        --tw-translate-y: 0.875rem;
    }

    .desktop\:focus\:translate-y-5p:focus {
        --tw-translate-y: 5px;
    }

    .desktop\:focus\:translate-y-10p:focus {
        --tw-translate-y: 10px;
    }

    .desktop\:focus\:translate-y-14p:focus {
        --tw-translate-y: 14px;
    }

    .desktop\:focus\:translate-y-15p:focus {
        --tw-translate-y: 15px;
    }

    .desktop\:focus\:translate-y-15_2:focus {
        --tw-translate-y: 60px;
    }

    .desktop\:focus\:translate-y-16_1:focus {
        --tw-translate-y: 52px;
    }

    .desktop\:focus\:translate-y-16p:focus {
        --tw-translate-y: 16px;
    }

    .desktop\:focus\:translate-y-25p:focus {
        --tw-translate-y: 25px;
    }

    .desktop\:focus\:translate-y-48p:focus {
        --tw-translate-y: 48%;
    }

    .desktop\:focus\:translate-y-52p:focus {
        --tw-translate-y: 52%;
    }

    .desktop\:focus\:-translate-y-0:focus {
        --tw-translate-y: 0px;
    }

    .desktop\:focus\:-translate-y-1:focus {
        --tw-translate-y: -0.25rem;
    }

    .desktop\:focus\:-translate-y-2:focus {
        --tw-translate-y: -0.5rem;
    }

    .desktop\:focus\:-translate-y-3:focus {
        --tw-translate-y: -0.75rem;
    }

    .desktop\:focus\:-translate-y-4:focus {
        --tw-translate-y: -1rem;
    }

    .desktop\:focus\:-translate-y-5:focus {
        --tw-translate-y: -1.25rem;
    }

    .desktop\:focus\:-translate-y-6:focus {
        --tw-translate-y: -1.5rem;
    }

    .desktop\:focus\:-translate-y-7:focus {
        --tw-translate-y: -1.75rem;
    }

    .desktop\:focus\:-translate-y-8:focus {
        --tw-translate-y: -2rem;
    }

    .desktop\:focus\:-translate-y-9:focus {
        --tw-translate-y: -2.25rem;
    }

    .desktop\:focus\:-translate-y-10:focus {
        --tw-translate-y: -2.5rem;
    }

    .desktop\:focus\:-translate-y-11:focus {
        --tw-translate-y: -2.75rem;
    }

    .desktop\:focus\:-translate-y-12:focus {
        --tw-translate-y: -3rem;
    }

    .desktop\:focus\:-translate-y-14:focus {
        --tw-translate-y: -3.5rem;
    }

    .desktop\:focus\:-translate-y-16:focus {
        --tw-translate-y: -4rem;
    }

    .desktop\:focus\:-translate-y-18:focus {
        --tw-translate-y: -4.375rem;
    }

    .desktop\:focus\:-translate-y-19:focus {
        --tw-translate-y: -76px;
    }

    .desktop\:focus\:-translate-y-20:focus {
        --tw-translate-y: -5rem;
    }

    .desktop\:focus\:-translate-y-24:focus {
        --tw-translate-y: -6rem;
    }

    .desktop\:focus\:-translate-y-28:focus {
        --tw-translate-y: -7rem;
    }

    .desktop\:focus\:-translate-y-30:focus {
        --tw-translate-y: -120px;
    }

    .desktop\:focus\:-translate-y-32:focus {
        --tw-translate-y: -8rem;
    }

    .desktop\:focus\:-translate-y-36:focus {
        --tw-translate-y: -9rem;
    }

    .desktop\:focus\:-translate-y-40:focus {
        --tw-translate-y: -10rem;
    }

    .desktop\:focus\:-translate-y-44:focus {
        --tw-translate-y: -11rem;
    }

    .desktop\:focus\:-translate-y-48:focus {
        --tw-translate-y: -12rem;
    }

    .desktop\:focus\:-translate-y-52:focus {
        --tw-translate-y: -13rem;
    }

    .desktop\:focus\:-translate-y-56:focus {
        --tw-translate-y: -14rem;
    }

    .desktop\:focus\:-translate-y-60:focus {
        --tw-translate-y: -15rem;
    }

    .desktop\:focus\:-translate-y-64:focus {
        --tw-translate-y: -16rem;
    }

    .desktop\:focus\:-translate-y-72:focus {
        --tw-translate-y: -18rem;
    }

    .desktop\:focus\:-translate-y-80:focus {
        --tw-translate-y: -20rem;
    }

    .desktop\:focus\:-translate-y-96:focus {
        --tw-translate-y: -24rem;
    }

    .desktop\:focus\:-translate-y-px:focus {
        --tw-translate-y: -1px;
    }

    .desktop\:focus\:-translate-y-0\.5:focus {
        --tw-translate-y: -0.125rem;
    }

    .desktop\:focus\:-translate-y-1\.5:focus {
        --tw-translate-y: -0.375rem;
    }

    .desktop\:focus\:-translate-y-2\.5:focus {
        --tw-translate-y: -0.625rem;
    }

    .desktop\:focus\:-translate-y-3\.5:focus {
        --tw-translate-y: -0.875rem;
    }

    .desktop\:focus\:-translate-y-5p:focus {
        --tw-translate-y: -5px;
    }

    .desktop\:focus\:-translate-y-10p:focus {
        --tw-translate-y: -10px;
    }

    .desktop\:focus\:-translate-y-14p:focus {
        --tw-translate-y: -14px;
    }

    .desktop\:focus\:-translate-y-15p:focus {
        --tw-translate-y: -15px;
    }

    .desktop\:focus\:-translate-y-15_2:focus {
        --tw-translate-y: -60px;
    }

    .desktop\:focus\:-translate-y-16_1:focus {
        --tw-translate-y: -52px;
    }

    .desktop\:focus\:-translate-y-16p:focus {
        --tw-translate-y: -16px;
    }

    .desktop\:focus\:-translate-y-25p:focus {
        --tw-translate-y: -25px;
    }

    .desktop\:focus\:-translate-y-48p:focus {
        --tw-translate-y: -48%;
    }

    .desktop\:focus\:-translate-y-52p:focus {
        --tw-translate-y: -52%;
    }

    .desktop\:focus\:translate-y-1\/2:focus {
        --tw-translate-y: 50%;
    }

    .desktop\:focus\:translate-y-1\/3:focus {
        --tw-translate-y: 33.333333%;
    }

    .desktop\:focus\:translate-y-2\/3:focus {
        --tw-translate-y: 66.666667%;
    }

    .desktop\:focus\:translate-y-1\/4:focus {
        --tw-translate-y: 25%;
    }

    .desktop\:focus\:translate-y-2\/4:focus {
        --tw-translate-y: 50%;
    }

    .desktop\:focus\:translate-y-3\/4:focus {
        --tw-translate-y: 75%;
    }

    .desktop\:focus\:translate-y-full:focus {
        --tw-translate-y: 100%;
    }

    .desktop\:focus\:-translate-y-1\/2:focus {
        --tw-translate-y: -50%;
    }

    .desktop\:focus\:-translate-y-1\/3:focus {
        --tw-translate-y: -33.333333%;
    }

    .desktop\:focus\:-translate-y-2\/3:focus {
        --tw-translate-y: -66.666667%;
    }

    .desktop\:focus\:-translate-y-1\/4:focus {
        --tw-translate-y: -25%;
    }

    .desktop\:focus\:-translate-y-2\/4:focus {
        --tw-translate-y: -50%;
    }

    .desktop\:focus\:-translate-y-3\/4:focus {
        --tw-translate-y: -75%;
    }

    .desktop\:focus\:-translate-y-full:focus {
        --tw-translate-y: -100%;
    }

    .desktop\:rotate-0 {
        --tw-rotate: 0deg;
    }

    .desktop\:rotate-1 {
        --tw-rotate: 1deg;
    }

    .desktop\:rotate-2 {
        --tw-rotate: 2deg;
    }

    .desktop\:rotate-3 {
        --tw-rotate: 3deg;
    }

    .desktop\:rotate-6 {
        --tw-rotate: 6deg;
    }

    .desktop\:rotate-12 {
        --tw-rotate: 12deg;
    }

    .desktop\:rotate-45 {
        --tw-rotate: 45deg;
    }

    .desktop\:rotate-90 {
        --tw-rotate: 90deg;
    }

    .desktop\:rotate-180 {
        --tw-rotate: 180deg;
    }

    .desktop\:-rotate-180 {
        --tw-rotate: -180deg;
    }

    .desktop\:-rotate-90 {
        --tw-rotate: -90deg;
    }

    .desktop\:-rotate-45 {
        --tw-rotate: -45deg;
    }

    .desktop\:-rotate-12 {
        --tw-rotate: -12deg;
    }

    .desktop\:-rotate-6 {
        --tw-rotate: -6deg;
    }

    .desktop\:-rotate-3 {
        --tw-rotate: -3deg;
    }

    .desktop\:-rotate-2 {
        --tw-rotate: -2deg;
    }

    .desktop\:-rotate-1 {
        --tw-rotate: -1deg;
    }

    .desktop\:hover\:rotate-0:hover {
        --tw-rotate: 0deg;
    }

    .desktop\:hover\:rotate-1:hover {
        --tw-rotate: 1deg;
    }

    .desktop\:hover\:rotate-2:hover {
        --tw-rotate: 2deg;
    }

    .desktop\:hover\:rotate-3:hover {
        --tw-rotate: 3deg;
    }

    .desktop\:hover\:rotate-6:hover {
        --tw-rotate: 6deg;
    }

    .desktop\:hover\:rotate-12:hover {
        --tw-rotate: 12deg;
    }

    .desktop\:hover\:rotate-45:hover {
        --tw-rotate: 45deg;
    }

    .desktop\:hover\:rotate-90:hover {
        --tw-rotate: 90deg;
    }

    .desktop\:hover\:rotate-180:hover {
        --tw-rotate: 180deg;
    }

    .desktop\:hover\:-rotate-180:hover {
        --tw-rotate: -180deg;
    }

    .desktop\:hover\:-rotate-90:hover {
        --tw-rotate: -90deg;
    }

    .desktop\:hover\:-rotate-45:hover {
        --tw-rotate: -45deg;
    }

    .desktop\:hover\:-rotate-12:hover {
        --tw-rotate: -12deg;
    }

    .desktop\:hover\:-rotate-6:hover {
        --tw-rotate: -6deg;
    }

    .desktop\:hover\:-rotate-3:hover {
        --tw-rotate: -3deg;
    }

    .desktop\:hover\:-rotate-2:hover {
        --tw-rotate: -2deg;
    }

    .desktop\:hover\:-rotate-1:hover {
        --tw-rotate: -1deg;
    }

    .desktop\:focus\:rotate-0:focus {
        --tw-rotate: 0deg;
    }

    .desktop\:focus\:rotate-1:focus {
        --tw-rotate: 1deg;
    }

    .desktop\:focus\:rotate-2:focus {
        --tw-rotate: 2deg;
    }

    .desktop\:focus\:rotate-3:focus {
        --tw-rotate: 3deg;
    }

    .desktop\:focus\:rotate-6:focus {
        --tw-rotate: 6deg;
    }

    .desktop\:focus\:rotate-12:focus {
        --tw-rotate: 12deg;
    }

    .desktop\:focus\:rotate-45:focus {
        --tw-rotate: 45deg;
    }

    .desktop\:focus\:rotate-90:focus {
        --tw-rotate: 90deg;
    }

    .desktop\:focus\:rotate-180:focus {
        --tw-rotate: 180deg;
    }

    .desktop\:focus\:-rotate-180:focus {
        --tw-rotate: -180deg;
    }

    .desktop\:focus\:-rotate-90:focus {
        --tw-rotate: -90deg;
    }

    .desktop\:focus\:-rotate-45:focus {
        --tw-rotate: -45deg;
    }

    .desktop\:focus\:-rotate-12:focus {
        --tw-rotate: -12deg;
    }

    .desktop\:focus\:-rotate-6:focus {
        --tw-rotate: -6deg;
    }

    .desktop\:focus\:-rotate-3:focus {
        --tw-rotate: -3deg;
    }

    .desktop\:focus\:-rotate-2:focus {
        --tw-rotate: -2deg;
    }

    .desktop\:focus\:-rotate-1:focus {
        --tw-rotate: -1deg;
    }

    .desktop\:skew-x-0 {
        --tw-skew-x: 0deg;
    }

    .desktop\:skew-x-1 {
        --tw-skew-x: 1deg;
    }

    .desktop\:skew-x-2 {
        --tw-skew-x: 2deg;
    }

    .desktop\:skew-x-3 {
        --tw-skew-x: 3deg;
    }

    .desktop\:skew-x-6 {
        --tw-skew-x: 6deg;
    }

    .desktop\:skew-x-12 {
        --tw-skew-x: 12deg;
    }

    .desktop\:-skew-x-12 {
        --tw-skew-x: -12deg;
    }

    .desktop\:-skew-x-6 {
        --tw-skew-x: -6deg;
    }

    .desktop\:-skew-x-3 {
        --tw-skew-x: -3deg;
    }

    .desktop\:-skew-x-2 {
        --tw-skew-x: -2deg;
    }

    .desktop\:-skew-x-1 {
        --tw-skew-x: -1deg;
    }

    .desktop\:skew-y-0 {
        --tw-skew-y: 0deg;
    }

    .desktop\:skew-y-1 {
        --tw-skew-y: 1deg;
    }

    .desktop\:skew-y-2 {
        --tw-skew-y: 2deg;
    }

    .desktop\:skew-y-3 {
        --tw-skew-y: 3deg;
    }

    .desktop\:skew-y-6 {
        --tw-skew-y: 6deg;
    }

    .desktop\:skew-y-12 {
        --tw-skew-y: 12deg;
    }

    .desktop\:-skew-y-12 {
        --tw-skew-y: -12deg;
    }

    .desktop\:-skew-y-6 {
        --tw-skew-y: -6deg;
    }

    .desktop\:-skew-y-3 {
        --tw-skew-y: -3deg;
    }

    .desktop\:-skew-y-2 {
        --tw-skew-y: -2deg;
    }

    .desktop\:-skew-y-1 {
        --tw-skew-y: -1deg;
    }

    .desktop\:hover\:skew-x-0:hover {
        --tw-skew-x: 0deg;
    }

    .desktop\:hover\:skew-x-1:hover {
        --tw-skew-x: 1deg;
    }

    .desktop\:hover\:skew-x-2:hover {
        --tw-skew-x: 2deg;
    }

    .desktop\:hover\:skew-x-3:hover {
        --tw-skew-x: 3deg;
    }

    .desktop\:hover\:skew-x-6:hover {
        --tw-skew-x: 6deg;
    }

    .desktop\:hover\:skew-x-12:hover {
        --tw-skew-x: 12deg;
    }

    .desktop\:hover\:-skew-x-12:hover {
        --tw-skew-x: -12deg;
    }

    .desktop\:hover\:-skew-x-6:hover {
        --tw-skew-x: -6deg;
    }

    .desktop\:hover\:-skew-x-3:hover {
        --tw-skew-x: -3deg;
    }

    .desktop\:hover\:-skew-x-2:hover {
        --tw-skew-x: -2deg;
    }

    .desktop\:hover\:-skew-x-1:hover {
        --tw-skew-x: -1deg;
    }

    .desktop\:hover\:skew-y-0:hover {
        --tw-skew-y: 0deg;
    }

    .desktop\:hover\:skew-y-1:hover {
        --tw-skew-y: 1deg;
    }

    .desktop\:hover\:skew-y-2:hover {
        --tw-skew-y: 2deg;
    }

    .desktop\:hover\:skew-y-3:hover {
        --tw-skew-y: 3deg;
    }

    .desktop\:hover\:skew-y-6:hover {
        --tw-skew-y: 6deg;
    }

    .desktop\:hover\:skew-y-12:hover {
        --tw-skew-y: 12deg;
    }

    .desktop\:hover\:-skew-y-12:hover {
        --tw-skew-y: -12deg;
    }

    .desktop\:hover\:-skew-y-6:hover {
        --tw-skew-y: -6deg;
    }

    .desktop\:hover\:-skew-y-3:hover {
        --tw-skew-y: -3deg;
    }

    .desktop\:hover\:-skew-y-2:hover {
        --tw-skew-y: -2deg;
    }

    .desktop\:hover\:-skew-y-1:hover {
        --tw-skew-y: -1deg;
    }

    .desktop\:focus\:skew-x-0:focus {
        --tw-skew-x: 0deg;
    }

    .desktop\:focus\:skew-x-1:focus {
        --tw-skew-x: 1deg;
    }

    .desktop\:focus\:skew-x-2:focus {
        --tw-skew-x: 2deg;
    }

    .desktop\:focus\:skew-x-3:focus {
        --tw-skew-x: 3deg;
    }

    .desktop\:focus\:skew-x-6:focus {
        --tw-skew-x: 6deg;
    }

    .desktop\:focus\:skew-x-12:focus {
        --tw-skew-x: 12deg;
    }

    .desktop\:focus\:-skew-x-12:focus {
        --tw-skew-x: -12deg;
    }

    .desktop\:focus\:-skew-x-6:focus {
        --tw-skew-x: -6deg;
    }

    .desktop\:focus\:-skew-x-3:focus {
        --tw-skew-x: -3deg;
    }

    .desktop\:focus\:-skew-x-2:focus {
        --tw-skew-x: -2deg;
    }

    .desktop\:focus\:-skew-x-1:focus {
        --tw-skew-x: -1deg;
    }

    .desktop\:focus\:skew-y-0:focus {
        --tw-skew-y: 0deg;
    }

    .desktop\:focus\:skew-y-1:focus {
        --tw-skew-y: 1deg;
    }

    .desktop\:focus\:skew-y-2:focus {
        --tw-skew-y: 2deg;
    }

    .desktop\:focus\:skew-y-3:focus {
        --tw-skew-y: 3deg;
    }

    .desktop\:focus\:skew-y-6:focus {
        --tw-skew-y: 6deg;
    }

    .desktop\:focus\:skew-y-12:focus {
        --tw-skew-y: 12deg;
    }

    .desktop\:focus\:-skew-y-12:focus {
        --tw-skew-y: -12deg;
    }

    .desktop\:focus\:-skew-y-6:focus {
        --tw-skew-y: -6deg;
    }

    .desktop\:focus\:-skew-y-3:focus {
        --tw-skew-y: -3deg;
    }

    .desktop\:focus\:-skew-y-2:focus {
        --tw-skew-y: -2deg;
    }

    .desktop\:focus\:-skew-y-1:focus {
        --tw-skew-y: -1deg;
    }

    .desktop\:scale-0 {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }

    .desktop\:scale-50 {
        --tw-scale-x: .5;
        --tw-scale-y: .5;
    }

    .desktop\:scale-75 {
        --tw-scale-x: .75;
        --tw-scale-y: .75;
    }

    .desktop\:scale-90 {
        --tw-scale-x: .9;
        --tw-scale-y: .9;
    }

    .desktop\:scale-95 {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
    }

    .desktop\:scale-100 {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }

    .desktop\:scale-105 {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }

    .desktop\:scale-110 {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }

    .desktop\:scale-125 {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }

    .desktop\:scale-150 {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }

    .desktop\:hover\:scale-0:hover {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }

    .desktop\:hover\:scale-50:hover {
        --tw-scale-x: .5;
        --tw-scale-y: .5;
    }

    .desktop\:hover\:scale-75:hover {
        --tw-scale-x: .75;
        --tw-scale-y: .75;
    }

    .desktop\:hover\:scale-90:hover {
        --tw-scale-x: .9;
        --tw-scale-y: .9;
    }

    .desktop\:hover\:scale-95:hover {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
    }

    .desktop\:hover\:scale-100:hover {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }

    .desktop\:hover\:scale-105:hover {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }

    .desktop\:hover\:scale-110:hover {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }

    .desktop\:hover\:scale-125:hover {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }

    .desktop\:hover\:scale-150:hover {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }

    .desktop\:focus\:scale-0:focus {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }

    .desktop\:focus\:scale-50:focus {
        --tw-scale-x: .5;
        --tw-scale-y: .5;
    }

    .desktop\:focus\:scale-75:focus {
        --tw-scale-x: .75;
        --tw-scale-y: .75;
    }

    .desktop\:focus\:scale-90:focus {
        --tw-scale-x: .9;
        --tw-scale-y: .9;
    }

    .desktop\:focus\:scale-95:focus {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
    }

    .desktop\:focus\:scale-100:focus {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }

    .desktop\:focus\:scale-105:focus {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }

    .desktop\:focus\:scale-110:focus {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }

    .desktop\:focus\:scale-125:focus {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }

    .desktop\:focus\:scale-150:focus {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }

    .desktop\:scale-x-0 {
        --tw-scale-x: 0;
    }

    .desktop\:scale-x-50 {
        --tw-scale-x: .5;
    }

    .desktop\:scale-x-75 {
        --tw-scale-x: .75;
    }

    .desktop\:scale-x-90 {
        --tw-scale-x: .9;
    }

    .desktop\:scale-x-95 {
        --tw-scale-x: .95;
    }

    .desktop\:scale-x-100 {
        --tw-scale-x: 1;
    }

    .desktop\:scale-x-105 {
        --tw-scale-x: 1.05;
    }

    .desktop\:scale-x-110 {
        --tw-scale-x: 1.1;
    }

    .desktop\:scale-x-125 {
        --tw-scale-x: 1.25;
    }

    .desktop\:scale-x-150 {
        --tw-scale-x: 1.5;
    }

    .desktop\:scale-y-0 {
        --tw-scale-y: 0;
    }

    .desktop\:scale-y-50 {
        --tw-scale-y: .5;
    }

    .desktop\:scale-y-75 {
        --tw-scale-y: .75;
    }

    .desktop\:scale-y-90 {
        --tw-scale-y: .9;
    }

    .desktop\:scale-y-95 {
        --tw-scale-y: .95;
    }

    .desktop\:scale-y-100 {
        --tw-scale-y: 1;
    }

    .desktop\:scale-y-105 {
        --tw-scale-y: 1.05;
    }

    .desktop\:scale-y-110 {
        --tw-scale-y: 1.1;
    }

    .desktop\:scale-y-125 {
        --tw-scale-y: 1.25;
    }

    .desktop\:scale-y-150 {
        --tw-scale-y: 1.5;
    }

    .desktop\:hover\:scale-x-0:hover {
        --tw-scale-x: 0;
    }

    .desktop\:hover\:scale-x-50:hover {
        --tw-scale-x: .5;
    }

    .desktop\:hover\:scale-x-75:hover {
        --tw-scale-x: .75;
    }

    .desktop\:hover\:scale-x-90:hover {
        --tw-scale-x: .9;
    }

    .desktop\:hover\:scale-x-95:hover {
        --tw-scale-x: .95;
    }

    .desktop\:hover\:scale-x-100:hover {
        --tw-scale-x: 1;
    }

    .desktop\:hover\:scale-x-105:hover {
        --tw-scale-x: 1.05;
    }

    .desktop\:hover\:scale-x-110:hover {
        --tw-scale-x: 1.1;
    }

    .desktop\:hover\:scale-x-125:hover {
        --tw-scale-x: 1.25;
    }

    .desktop\:hover\:scale-x-150:hover {
        --tw-scale-x: 1.5;
    }

    .desktop\:hover\:scale-y-0:hover {
        --tw-scale-y: 0;
    }

    .desktop\:hover\:scale-y-50:hover {
        --tw-scale-y: .5;
    }

    .desktop\:hover\:scale-y-75:hover {
        --tw-scale-y: .75;
    }

    .desktop\:hover\:scale-y-90:hover {
        --tw-scale-y: .9;
    }

    .desktop\:hover\:scale-y-95:hover {
        --tw-scale-y: .95;
    }

    .desktop\:hover\:scale-y-100:hover {
        --tw-scale-y: 1;
    }

    .desktop\:hover\:scale-y-105:hover {
        --tw-scale-y: 1.05;
    }

    .desktop\:hover\:scale-y-110:hover {
        --tw-scale-y: 1.1;
    }

    .desktop\:hover\:scale-y-125:hover {
        --tw-scale-y: 1.25;
    }

    .desktop\:hover\:scale-y-150:hover {
        --tw-scale-y: 1.5;
    }

    .desktop\:focus\:scale-x-0:focus {
        --tw-scale-x: 0;
    }

    .desktop\:focus\:scale-x-50:focus {
        --tw-scale-x: .5;
    }

    .desktop\:focus\:scale-x-75:focus {
        --tw-scale-x: .75;
    }

    .desktop\:focus\:scale-x-90:focus {
        --tw-scale-x: .9;
    }

    .desktop\:focus\:scale-x-95:focus {
        --tw-scale-x: .95;
    }

    .desktop\:focus\:scale-x-100:focus {
        --tw-scale-x: 1;
    }

    .desktop\:focus\:scale-x-105:focus {
        --tw-scale-x: 1.05;
    }

    .desktop\:focus\:scale-x-110:focus {
        --tw-scale-x: 1.1;
    }

    .desktop\:focus\:scale-x-125:focus {
        --tw-scale-x: 1.25;
    }

    .desktop\:focus\:scale-x-150:focus {
        --tw-scale-x: 1.5;
    }

    .desktop\:focus\:scale-y-0:focus {
        --tw-scale-y: 0;
    }

    .desktop\:focus\:scale-y-50:focus {
        --tw-scale-y: .5;
    }

    .desktop\:focus\:scale-y-75:focus {
        --tw-scale-y: .75;
    }

    .desktop\:focus\:scale-y-90:focus {
        --tw-scale-y: .9;
    }

    .desktop\:focus\:scale-y-95:focus {
        --tw-scale-y: .95;
    }

    .desktop\:focus\:scale-y-100:focus {
        --tw-scale-y: 1;
    }

    .desktop\:focus\:scale-y-105:focus {
        --tw-scale-y: 1.05;
    }

    .desktop\:focus\:scale-y-110:focus {
        --tw-scale-y: 1.1;
    }

    .desktop\:focus\:scale-y-125:focus {
        --tw-scale-y: 1.25;
    }

    .desktop\:focus\:scale-y-150:focus {
        --tw-scale-y: 1.5;
    }

    .desktop\:animate-none {
        -webkit-animation: none;
        animation: none;
    }

    .desktop\:animate-spin {
        -webkit-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite;
    }

    .desktop\:animate-ping {
        -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
        animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }

    .desktop\:animate-pulse {
        -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
        animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }

    .desktop\:animate-bounce {
        -webkit-animation: bounce 1s infinite;
        animation: bounce 1s infinite;
    }

    .desktop\:cursor-auto {
        cursor: auto;
    }

    .desktop\:cursor-default {
        cursor: default;
    }

    .desktop\:cursor-pointer {
        cursor: pointer;
    }

    .desktop\:cursor-wait {
        cursor: wait;
    }

    .desktop\:cursor-text {
        cursor: text;
    }

    .desktop\:cursor-move {
        cursor: move;
    }

    .desktop\:cursor-help {
        cursor: help;
    }

    .desktop\:cursor-not-allowed {
        cursor: not-allowed;
    }

    .desktop\:select-none {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .desktop\:select-text {
        -webkit-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text;
    }

    .desktop\:select-all {
        -webkit-user-select: all;
        -moz-user-select: all;
        user-select: all;
    }

    .desktop\:select-auto {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
    }

    .desktop\:resize-none {
        resize: none;
    }

    .desktop\:resize-y {
        resize: vertical;
    }

    .desktop\:resize-x {
        resize: horizontal;
    }

    .desktop\:resize {
        resize: both;
    }

    .desktop\:list-inside {
        list-style-position: inside;
    }

    .desktop\:list-outside {
        list-style-position: outside;
    }

    .desktop\:list-none {
        list-style-type: none;
    }

    .desktop\:list-disc {
        list-style-type: disc;
    }

    .desktop\:list-decimal {
        list-style-type: decimal;
    }

    .desktop\:appearance-none {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .desktop\:auto-cols-auto {
        grid-auto-columns: auto;
    }

    .desktop\:auto-cols-min {
        grid-auto-columns: -webkit-min-content;
        grid-auto-columns: min-content;
    }

    .desktop\:auto-cols-max {
        grid-auto-columns: -webkit-max-content;
        grid-auto-columns: max-content;
    }

    .desktop\:auto-cols-fr {
        grid-auto-columns: minmax(0, 1fr);
    }

    .desktop\:grid-flow-row {
        grid-auto-flow: row;
    }

    .desktop\:grid-flow-col {
        grid-auto-flow: column;
    }

    .desktop\:grid-flow-row-dense {
        grid-auto-flow: row dense;
    }

    .desktop\:grid-flow-col-dense {
        grid-auto-flow: column dense;
    }

    .desktop\:auto-rows-auto {
        grid-auto-rows: auto;
    }

    .desktop\:auto-rows-min {
        grid-auto-rows: -webkit-min-content;
        grid-auto-rows: min-content;
    }

    .desktop\:auto-rows-max {
        grid-auto-rows: -webkit-max-content;
        grid-auto-rows: max-content;
    }

    .desktop\:auto-rows-fr {
        grid-auto-rows: minmax(0, 1fr);
    }

    .desktop\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .desktop\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .desktop\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .desktop\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .desktop\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .desktop\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .desktop\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }

    .desktop\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    .desktop\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }

    .desktop\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }

    .desktop\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }

    .desktop\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .desktop\:grid-cols-none {
        grid-template-columns: none;
    }

    .desktop\:grid-rows-1 {
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }

    .desktop\:grid-rows-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }

    .desktop\:grid-rows-3 {
        grid-template-rows: repeat(3, minmax(0, 1fr));
    }

    .desktop\:grid-rows-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr));
    }

    .desktop\:grid-rows-5 {
        grid-template-rows: repeat(5, minmax(0, 1fr));
    }

    .desktop\:grid-rows-6 {
        grid-template-rows: repeat(6, minmax(0, 1fr));
    }

    .desktop\:grid-rows-none {
        grid-template-rows: none;
    }

    .desktop\:flex-row {
        flex-direction: row;
    }

    .desktop\:flex-row-reverse {
        flex-direction: row-reverse;
    }

    .desktop\:flex-col {
        flex-direction: column;
    }

    .desktop\:flex-col-reverse {
        flex-direction: column-reverse;
    }

    .desktop\:flex-wrap {
        flex-wrap: wrap;
    }

    .desktop\:flex-wrap-reverse {
        flex-wrap: wrap-reverse;
    }

    .desktop\:flex-nowrap {
        flex-wrap: nowrap;
    }

    .desktop\:place-content-center {
        place-content: center;
    }

    .desktop\:place-content-start {
        place-content: start;
    }

    .desktop\:place-content-end {
        place-content: end;
    }

    .desktop\:place-content-between {
        place-content: space-between;
    }

    .desktop\:place-content-around {
        place-content: space-around;
    }

    .desktop\:place-content-evenly {
        place-content: space-evenly;
    }

    .desktop\:place-content-stretch {
        place-content: stretch;
    }

    .desktop\:place-items-start {
        place-items: start;
    }

    .desktop\:place-items-end {
        place-items: end;
    }

    .desktop\:place-items-center {
        place-items: center;
    }

    .desktop\:place-items-stretch {
        place-items: stretch;
    }

    .desktop\:content-center {
        align-content: center;
    }

    .desktop\:content-start {
        align-content: flex-start;
    }

    .desktop\:content-end {
        align-content: flex-end;
    }

    .desktop\:content-between {
        align-content: space-between;
    }

    .desktop\:content-around {
        align-content: space-around;
    }

    .desktop\:content-evenly {
        align-content: space-evenly;
    }

    .desktop\:items-start {
        align-items: flex-start;
    }

    .desktop\:items-end {
        align-items: flex-end;
    }

    .desktop\:items-center {
        align-items: center;
    }

    .desktop\:items-baseline {
        align-items: baseline;
    }

    .desktop\:items-stretch {
        align-items: stretch;
    }

    .desktop\:justify-start {
        justify-content: flex-start;
    }

    .desktop\:justify-end {
        justify-content: flex-end;
    }

    .desktop\:justify-center {
        justify-content: center;
    }

    .desktop\:justify-between {
        justify-content: space-between;
    }

    .desktop\:justify-around {
        justify-content: space-around;
    }

    .desktop\:justify-evenly {
        justify-content: space-evenly;
    }

    .desktop\:justify-items-start {
        justify-items: start;
    }

    .desktop\:justify-items-end {
        justify-items: end;
    }

    .desktop\:justify-items-center {
        justify-items: center;
    }

    .desktop\:justify-items-stretch {
        justify-items: stretch;
    }

    .desktop\:gap-0 {
        gap: 0px;
    }

    .desktop\:gap-1 {
        gap: 0.25rem;
    }

    .desktop\:gap-2 {
        gap: 0.5rem;
    }

    .desktop\:gap-3 {
        gap: 0.75rem;
    }

    .desktop\:gap-4 {
        gap: 1rem;
    }

    .desktop\:gap-5 {
        gap: 1.25rem;
    }

    .desktop\:gap-6 {
        gap: 1.5rem;
    }

    .desktop\:gap-7 {
        gap: 1.75rem;
    }

    .desktop\:gap-8 {
        gap: 2rem;
    }

    .desktop\:gap-9 {
        gap: 2.25rem;
    }

    .desktop\:gap-10 {
        gap: 2.5rem;
    }

    .desktop\:gap-11 {
        gap: 2.75rem;
    }

    .desktop\:gap-12 {
        gap: 3rem;
    }

    .desktop\:gap-14 {
        gap: 3.5rem;
    }

    .desktop\:gap-16 {
        gap: 4rem;
    }

    .desktop\:gap-18 {
        gap: 4.375rem;
    }

    .desktop\:gap-19 {
        gap: 76px;
    }

    .desktop\:gap-20 {
        gap: 5rem;
    }

    .desktop\:gap-24 {
        gap: 6rem;
    }

    .desktop\:gap-28 {
        gap: 7rem;
    }

    .desktop\:gap-30 {
        gap: 120px;
    }

    .desktop\:gap-32 {
        gap: 8rem;
    }

    .desktop\:gap-36 {
        gap: 9rem;
    }

    .desktop\:gap-40 {
        gap: 10rem;
    }

    .desktop\:gap-44 {
        gap: 11rem;
    }

    .desktop\:gap-48 {
        gap: 12rem;
    }

    .desktop\:gap-52 {
        gap: 13rem;
    }

    .desktop\:gap-56 {
        gap: 14rem;
    }

    .desktop\:gap-60 {
        gap: 15rem;
    }

    .desktop\:gap-64 {
        gap: 16rem;
    }

    .desktop\:gap-72 {
        gap: 18rem;
    }

    .desktop\:gap-80 {
        gap: 20rem;
    }

    .desktop\:gap-96 {
        gap: 24rem;
    }

    .desktop\:gap-px {
        gap: 1px;
    }

    .desktop\:gap-0\.5 {
        gap: 0.125rem;
    }

    .desktop\:gap-1\.5 {
        gap: 0.375rem;
    }

    .desktop\:gap-2\.5 {
        gap: 0.625rem;
    }

    .desktop\:gap-3\.5 {
        gap: 0.875rem;
    }

    .desktop\:gap-5p {
        gap: 5px;
    }

    .desktop\:gap-10p {
        gap: 10px;
    }

    .desktop\:gap-14p {
        gap: 14px;
    }

    .desktop\:gap-15p {
        gap: 15px;
    }

    .desktop\:gap-15_2 {
        gap: 60px;
    }

    .desktop\:gap-16_1 {
        gap: 52px;
    }

    .desktop\:gap-16p {
        gap: 16px;
    }

    .desktop\:gap-25p {
        gap: 25px;
    }

    .desktop\:gap-48p {
        gap: 48%;
    }

    .desktop\:gap-52p {
        gap: 52%;
    }

    .desktop\:gap-x-0 {
        -moz-column-gap: 0px;
        column-gap: 0px;
    }

    .desktop\:gap-x-1 {
        -moz-column-gap: 0.25rem;
        column-gap: 0.25rem;
    }

    .desktop\:gap-x-2 {
        -moz-column-gap: 0.5rem;
        column-gap: 0.5rem;
    }

    .desktop\:gap-x-3 {
        -moz-column-gap: 0.75rem;
        column-gap: 0.75rem;
    }

    .desktop\:gap-x-4 {
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }

    .desktop\:gap-x-5 {
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

    .desktop\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }

    .desktop\:gap-x-7 {
        -moz-column-gap: 1.75rem;
        column-gap: 1.75rem;
    }

    .desktop\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }

    .desktop\:gap-x-9 {
        -moz-column-gap: 2.25rem;
        column-gap: 2.25rem;
    }

    .desktop\:gap-x-10 {
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }

    .desktop\:gap-x-11 {
        -moz-column-gap: 2.75rem;
        column-gap: 2.75rem;
    }

    .desktop\:gap-x-12 {
        -moz-column-gap: 3rem;
        column-gap: 3rem;
    }

    .desktop\:gap-x-14 {
        -moz-column-gap: 3.5rem;
        column-gap: 3.5rem;
    }

    .desktop\:gap-x-16 {
        -moz-column-gap: 4rem;
        column-gap: 4rem;
    }

    .desktop\:gap-x-18 {
        -moz-column-gap: 4.375rem;
        column-gap: 4.375rem;
    }

    .desktop\:gap-x-19 {
        -moz-column-gap: 76px;
        column-gap: 76px;
    }

    .desktop\:gap-x-20 {
        -moz-column-gap: 5rem;
        column-gap: 5rem;
    }

    .desktop\:gap-x-24 {
        -moz-column-gap: 6rem;
        column-gap: 6rem;
    }

    .desktop\:gap-x-28 {
        -moz-column-gap: 7rem;
        column-gap: 7rem;
    }

    .desktop\:gap-x-30 {
        -moz-column-gap: 120px;
        column-gap: 120px;
    }

    .desktop\:gap-x-32 {
        -moz-column-gap: 8rem;
        column-gap: 8rem;
    }

    .desktop\:gap-x-36 {
        -moz-column-gap: 9rem;
        column-gap: 9rem;
    }

    .desktop\:gap-x-40 {
        -moz-column-gap: 10rem;
        column-gap: 10rem;
    }

    .desktop\:gap-x-44 {
        -moz-column-gap: 11rem;
        column-gap: 11rem;
    }

    .desktop\:gap-x-48 {
        -moz-column-gap: 12rem;
        column-gap: 12rem;
    }

    .desktop\:gap-x-52 {
        -moz-column-gap: 13rem;
        column-gap: 13rem;
    }

    .desktop\:gap-x-56 {
        -moz-column-gap: 14rem;
        column-gap: 14rem;
    }

    .desktop\:gap-x-60 {
        -moz-column-gap: 15rem;
        column-gap: 15rem;
    }

    .desktop\:gap-x-64 {
        -moz-column-gap: 16rem;
        column-gap: 16rem;
    }

    .desktop\:gap-x-72 {
        -moz-column-gap: 18rem;
        column-gap: 18rem;
    }

    .desktop\:gap-x-80 {
        -moz-column-gap: 20rem;
        column-gap: 20rem;
    }

    .desktop\:gap-x-96 {
        -moz-column-gap: 24rem;
        column-gap: 24rem;
    }

    .desktop\:gap-x-px {
        -moz-column-gap: 1px;
        column-gap: 1px;
    }

    .desktop\:gap-x-0\.5 {
        -moz-column-gap: 0.125rem;
        column-gap: 0.125rem;
    }

    .desktop\:gap-x-1\.5 {
        -moz-column-gap: 0.375rem;
        column-gap: 0.375rem;
    }

    .desktop\:gap-x-2\.5 {
        -moz-column-gap: 0.625rem;
        column-gap: 0.625rem;
    }

    .desktop\:gap-x-3\.5 {
        -moz-column-gap: 0.875rem;
        column-gap: 0.875rem;
    }

    .desktop\:gap-x-5p {
        -moz-column-gap: 5px;
        column-gap: 5px;
    }

    .desktop\:gap-x-10p {
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .desktop\:gap-x-14p {
        -moz-column-gap: 14px;
        column-gap: 14px;
    }

    .desktop\:gap-x-15p {
        -moz-column-gap: 15px;
        column-gap: 15px;
    }

    .desktop\:gap-x-15_2 {
        -moz-column-gap: 60px;
        column-gap: 60px;
    }

    .desktop\:gap-x-16_1 {
        -moz-column-gap: 52px;
        column-gap: 52px;
    }

    .desktop\:gap-x-16p {
        -moz-column-gap: 16px;
        column-gap: 16px;
    }

    .desktop\:gap-x-25p {
        -moz-column-gap: 25px;
        column-gap: 25px;
    }

    .desktop\:gap-x-48p {
        -moz-column-gap: 48%;
        column-gap: 48%;
    }

    .desktop\:gap-x-52p {
        -moz-column-gap: 52%;
        column-gap: 52%;
    }

    .desktop\:gap-y-0 {
        row-gap: 0px;
    }

    .desktop\:gap-y-1 {
        row-gap: 0.25rem;
    }

    .desktop\:gap-y-2 {
        row-gap: 0.5rem;
    }

    .desktop\:gap-y-3 {
        row-gap: 0.75rem;
    }

    .desktop\:gap-y-4 {
        row-gap: 1rem;
    }

    .desktop\:gap-y-5 {
        row-gap: 1.25rem;
    }

    .desktop\:gap-y-6 {
        row-gap: 1.5rem;
    }

    .desktop\:gap-y-7 {
        row-gap: 1.75rem;
    }

    .desktop\:gap-y-8 {
        row-gap: 2rem;
    }

    .desktop\:gap-y-9 {
        row-gap: 2.25rem;
    }

    .desktop\:gap-y-10 {
        row-gap: 2.5rem;
    }

    .desktop\:gap-y-11 {
        row-gap: 2.75rem;
    }

    .desktop\:gap-y-12 {
        row-gap: 3rem;
    }

    .desktop\:gap-y-14 {
        row-gap: 3.5rem;
    }

    .desktop\:gap-y-16 {
        row-gap: 4rem;
    }

    .desktop\:gap-y-18 {
        row-gap: 4.375rem;
    }

    .desktop\:gap-y-19 {
        row-gap: 76px;
    }

    .desktop\:gap-y-20 {
        row-gap: 5rem;
    }

    .desktop\:gap-y-24 {
        row-gap: 6rem;
    }

    .desktop\:gap-y-28 {
        row-gap: 7rem;
    }

    .desktop\:gap-y-30 {
        row-gap: 120px;
    }

    .desktop\:gap-y-32 {
        row-gap: 8rem;
    }

    .desktop\:gap-y-36 {
        row-gap: 9rem;
    }

    .desktop\:gap-y-40 {
        row-gap: 10rem;
    }

    .desktop\:gap-y-44 {
        row-gap: 11rem;
    }

    .desktop\:gap-y-48 {
        row-gap: 12rem;
    }

    .desktop\:gap-y-52 {
        row-gap: 13rem;
    }

    .desktop\:gap-y-56 {
        row-gap: 14rem;
    }

    .desktop\:gap-y-60 {
        row-gap: 15rem;
    }

    .desktop\:gap-y-64 {
        row-gap: 16rem;
    }

    .desktop\:gap-y-72 {
        row-gap: 18rem;
    }

    .desktop\:gap-y-80 {
        row-gap: 20rem;
    }

    .desktop\:gap-y-96 {
        row-gap: 24rem;
    }

    .desktop\:gap-y-px {
        row-gap: 1px;
    }

    .desktop\:gap-y-0\.5 {
        row-gap: 0.125rem;
    }

    .desktop\:gap-y-1\.5 {
        row-gap: 0.375rem;
    }

    .desktop\:gap-y-2\.5 {
        row-gap: 0.625rem;
    }

    .desktop\:gap-y-3\.5 {
        row-gap: 0.875rem;
    }

    .desktop\:gap-y-5p {
        row-gap: 5px;
    }

    .desktop\:gap-y-10p {
        row-gap: 10px;
    }

    .desktop\:gap-y-14p {
        row-gap: 14px;
    }

    .desktop\:gap-y-15p {
        row-gap: 15px;
    }

    .desktop\:gap-y-15_2 {
        row-gap: 60px;
    }

    .desktop\:gap-y-16_1 {
        row-gap: 52px;
    }

    .desktop\:gap-y-16p {
        row-gap: 16px;
    }

    .desktop\:gap-y-25p {
        row-gap: 25px;
    }

    .desktop\:gap-y-48p {
        row-gap: 48%;
    }

    .desktop\:gap-y-52p {
        row-gap: 52%;
    }

    .desktop\:space-x-0> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.25rem * var(--tw-space-x-reverse));
        margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-3> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.75rem * var(--tw-space-x-reverse));
        margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-4> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1rem * var(--tw-space-x-reverse));
        margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-6> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-7> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.75rem * var(--tw-space-x-reverse));
        margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-8> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2rem * var(--tw-space-x-reverse));
        margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-9> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.25rem * var(--tw-space-x-reverse));
        margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-10> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-11> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.75rem * var(--tw-space-x-reverse));
        margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-12> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3rem * var(--tw-space-x-reverse));
        margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-14> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3.5rem * var(--tw-space-x-reverse));
        margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-16> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(4rem * var(--tw-space-x-reverse));
        margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-18> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(4.375rem * var(--tw-space-x-reverse));
        margin-left: calc(4.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-19> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(76px * var(--tw-space-x-reverse));
        margin-left: calc(76px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-20> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(5rem * var(--tw-space-x-reverse));
        margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-24> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(6rem * var(--tw-space-x-reverse));
        margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-28> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(7rem * var(--tw-space-x-reverse));
        margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-30> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(120px * var(--tw-space-x-reverse));
        margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-32> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(8rem * var(--tw-space-x-reverse));
        margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-36> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(9rem * var(--tw-space-x-reverse));
        margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-40> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(10rem * var(--tw-space-x-reverse));
        margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-44> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(11rem * var(--tw-space-x-reverse));
        margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-48> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(12rem * var(--tw-space-x-reverse));
        margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-52> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(13rem * var(--tw-space-x-reverse));
        margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-56> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(14rem * var(--tw-space-x-reverse));
        margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-60> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(15rem * var(--tw-space-x-reverse));
        margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-64> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(16rem * var(--tw-space-x-reverse));
        margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-72> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(18rem * var(--tw-space-x-reverse));
        margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-80> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(20rem * var(--tw-space-x-reverse));
        margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-96> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(24rem * var(--tw-space-x-reverse));
        margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-px> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1px * var(--tw-space-x-reverse));
        margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.125rem * var(--tw-space-x-reverse));
        margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.375rem * var(--tw-space-x-reverse));
        margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.625rem * var(--tw-space-x-reverse));
        margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.875rem * var(--tw-space-x-reverse));
        margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(5px * var(--tw-space-x-reverse));
        margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(10px * var(--tw-space-x-reverse));
        margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(14px * var(--tw-space-x-reverse));
        margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(15px * var(--tw-space-x-reverse));
        margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(60px * var(--tw-space-x-reverse));
        margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(52px * var(--tw-space-x-reverse));
        margin-left: calc(52px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(16px * var(--tw-space-x-reverse));
        margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(25px * var(--tw-space-x-reverse));
        margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(48% * var(--tw-space-x-reverse));
        margin-left: calc(48% * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-x-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(52% * var(--tw-space-x-reverse));
        margin-left: calc(52% * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-0> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-3> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-4> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1rem * var(--tw-space-x-reverse));
        margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-6> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-7> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-8> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2rem * var(--tw-space-x-reverse));
        margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-9> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-10> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-11> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-12> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3rem * var(--tw-space-x-reverse));
        margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-14> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-16> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-4rem * var(--tw-space-x-reverse));
        margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-18> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-4.375rem * var(--tw-space-x-reverse));
        margin-left: calc(-4.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-19> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-76px * var(--tw-space-x-reverse));
        margin-left: calc(-76px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-20> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-5rem * var(--tw-space-x-reverse));
        margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-24> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-6rem * var(--tw-space-x-reverse));
        margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-28> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-7rem * var(--tw-space-x-reverse));
        margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-30> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-120px * var(--tw-space-x-reverse));
        margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-32> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-8rem * var(--tw-space-x-reverse));
        margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-36> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-9rem * var(--tw-space-x-reverse));
        margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-40> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-10rem * var(--tw-space-x-reverse));
        margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-44> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-11rem * var(--tw-space-x-reverse));
        margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-48> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-12rem * var(--tw-space-x-reverse));
        margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-52> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-13rem * var(--tw-space-x-reverse));
        margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-56> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-14rem * var(--tw-space-x-reverse));
        margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-60> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-15rem * var(--tw-space-x-reverse));
        margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-64> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-16rem * var(--tw-space-x-reverse));
        margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-72> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-18rem * var(--tw-space-x-reverse));
        margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-80> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-20rem * var(--tw-space-x-reverse));
        margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-96> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-24rem * var(--tw-space-x-reverse));
        margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-px> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1px * var(--tw-space-x-reverse));
        margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-5px * var(--tw-space-x-reverse));
        margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-10px * var(--tw-space-x-reverse));
        margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-14px * var(--tw-space-x-reverse));
        margin-left: calc(-14px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-15px * var(--tw-space-x-reverse));
        margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-60px * var(--tw-space-x-reverse));
        margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-52px * var(--tw-space-x-reverse));
        margin-left: calc(-52px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-16px * var(--tw-space-x-reverse));
        margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-25px * var(--tw-space-x-reverse));
        margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-48% * var(--tw-space-x-reverse));
        margin-left: calc(-48% * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:-space-x-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-52% * var(--tw-space-x-reverse));
        margin-left: calc(-52% * calc(1 - var(--tw-space-x-reverse)));
    }

    .desktop\:space-y-0> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-3> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-4> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1rem * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-6> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-7> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-8> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2rem * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-9> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-10> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-11> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-12> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3rem * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-14> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-16> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(4rem * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-18> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(4.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(4.375rem * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-19> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(76px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(76px * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-20> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5rem * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-24> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(6rem * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-28> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(7rem * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-30> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(120px * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-32> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(8rem * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-36> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(9rem * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-40> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(10rem * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-44> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(11rem * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-48> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(12rem * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-52> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(13rem * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-56> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(14rem * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-60> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(15rem * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-64> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(16rem * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-72> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(18rem * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-80> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(20rem * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-96> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(24rem * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-px> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1px * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5px * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(10px * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(14px * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(15px * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(60px * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(52px * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(16px * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(25px * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(48% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(48% * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(52% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(52% * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-0> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-3> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-4> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-6> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-7> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-8> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-9> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-10> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-11> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-12> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-14> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-16> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-18> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-4.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-4.375rem * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-19> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-76px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-76px * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-20> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-24> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-28> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-30> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-120px * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-32> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-36> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-40> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-44> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-48> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-52> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-56> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-60> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-64> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-72> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-80> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-96> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-px> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1px * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-5px * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-10px * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-14px * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-15px * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-60px * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-52px * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-16px * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-25px * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-48% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-48% * var(--tw-space-y-reverse));
    }

    .desktop\:-space-y-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-52% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-52% * var(--tw-space-y-reverse));
    }

    .desktop\:space-y-reverse> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 1;
    }

    .desktop\:space-x-reverse> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 1;
    }

    .desktop\:divide-x-0> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(0px * var(--tw-divide-x-reverse));
        border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .desktop\:divide-x-2> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(2px * var(--tw-divide-x-reverse));
        border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .desktop\:divide-x-4> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(4px * var(--tw-divide-x-reverse));
        border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .desktop\:divide-x-8> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(8px * var(--tw-divide-x-reverse));
        border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .desktop\:divide-x> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(1px * var(--tw-divide-x-reverse));
        border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .desktop\:divide-y-0> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
    }

    .desktop\:divide-y-2> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
    }

    .desktop\:divide-y-4> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
    }

    .desktop\:divide-y-8> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
    }

    .desktop\:divide-y> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
    }

    .desktop\:divide-y-reverse> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 1;
    }

    .desktop\:divide-x-reverse> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 1;
    }

    .desktop\:divide-solid> :not([hidden])~ :not([hidden]) {
        border-style: solid;
    }

    .desktop\:divide-dashed> :not([hidden])~ :not([hidden]) {
        border-style: dashed;
    }

    .desktop\:divide-dotted> :not([hidden])~ :not([hidden]) {
        border-style: dotted;
    }

    .desktop\:divide-double> :not([hidden])~ :not([hidden]) {
        border-style: double;
    }

    .desktop\:divide-none> :not([hidden])~ :not([hidden]) {
        border-style: none;
    }

    .desktop\:divide-transparent> :not([hidden])~ :not([hidden]) {
        border-color: transparent;
    }

    .desktop\:divide-current> :not([hidden])~ :not([hidden]) {
        border-color: currentColor;
    }

    .desktop\:divide-black> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
    }

    .desktop\:divide-white> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
    }

    .desktop\:divide-gray-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
    }

    .desktop\:divide-gray-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
    }

    .desktop\:divide-gray-200> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
    }

    .desktop\:divide-gray-300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
    }

    .desktop\:divide-gray-400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
    }

    .desktop\:divide-gray-500> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
    }

    .desktop\:divide-gray-600> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
    }

    .desktop\:divide-gray-700> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
    }

    .desktop\:divide-gray-800> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
    }

    .desktop\:divide-gray-900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
    }

    .desktop\:divide-red-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
    }

    .desktop\:divide-red-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
    }

    .desktop\:divide-red-200> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
    }

    .desktop\:divide-red-300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
    }

    .desktop\:divide-red-400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
    }

    .desktop\:divide-red-500> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
    }

    .desktop\:divide-red-600> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
    }

    .desktop\:divide-red-700> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
    }

    .desktop\:divide-red-800> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
    }

    .desktop\:divide-red-900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
    }

    .desktop\:divide-yellow> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-divide-opacity));
    }

    .desktop\:divide-green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-divide-opacity));
    }

    .desktop\:divide-blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-divide-opacity));
    }

    .desktop\:divide-indigo-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
    }

    .desktop\:divide-indigo-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
    }

    .desktop\:divide-indigo-200> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
    }

    .desktop\:divide-indigo-300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
    }

    .desktop\:divide-indigo-400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
    }

    .desktop\:divide-indigo-500> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
    }

    .desktop\:divide-indigo-600> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
    }

    .desktop\:divide-indigo-700> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
    }

    .desktop\:divide-indigo-800> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
    }

    .desktop\:divide-indigo-900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
    }

    .desktop\:divide-purple> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-divide-opacity));
    }

    .desktop\:divide-pink> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-divide-opacity));
    }

    .desktop\:divide-primary> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-divide-opacity));
    }

    .desktop\:divide-secondary> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-divide-opacity));
    }

    .desktop\:divide-body_bg> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
    }

    .desktop\:divide-body_text> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-divide-opacity));
    }

    .desktop\:divide-title> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-divide-opacity));
    }

    .desktop\:divide-grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-divide-opacity));
    }

    .desktop\:divide-dark_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-divide-opacity));
    }

    .desktop\:divide-light_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-divide-opacity));
    }

    .desktop\:divide-medium_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-divide-opacity));
    }

    .desktop\:divide-lightten_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-divide-opacity));
    }

    .desktop\:divide-grey_300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-divide-opacity));
    }

    .desktop\:divide-grey_400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-divide-opacity));
    }

    .desktop\:divide-medium_blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-divide-opacity));
    }

    .desktop\:divide-dark_blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-divide-opacity));
    }

    .desktop\:divide-text_blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-divide-opacity));
    }

    .desktop\:divide-footer_bg> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-divide-opacity));
    }

    .desktop\:divide-brown> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-divide-opacity));
    }

    .desktop\:divide-dark_brown> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-divide-opacity));
    }

    .desktop\:divide-Light_purple> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-divide-opacity));
    }

    .desktop\:divide-dark_green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-divide-opacity));
    }

    .desktop\:divide-medium_green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-divide-opacity));
    }

    .desktop\:divide-light_green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-divide-opacity));
    }

    .desktop\:divide-green_900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-divide-opacity));
    }

    .desktop\:divide-dark_border> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-divide-opacity));
    }

    .desktop\:divide-opacity-0> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0;
    }

    .desktop\:divide-opacity-5> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.05;
    }

    .desktop\:divide-opacity-10> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.1;
    }

    .desktop\:divide-opacity-20> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.2;
    }

    .desktop\:divide-opacity-25> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.25;
    }

    .desktop\:divide-opacity-30> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.3;
    }

    .desktop\:divide-opacity-40> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.4;
    }

    .desktop\:divide-opacity-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.5;
    }

    .desktop\:divide-opacity-60> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.6;
    }

    .desktop\:divide-opacity-70> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.7;
    }

    .desktop\:divide-opacity-75> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.75;
    }

    .desktop\:divide-opacity-80> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.8;
    }

    .desktop\:divide-opacity-90> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.9;
    }

    .desktop\:divide-opacity-95> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.95;
    }

    .desktop\:divide-opacity-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
    }

    .desktop\:place-self-auto {
        place-self: auto;
    }

    .desktop\:place-self-start {
        place-self: start;
    }

    .desktop\:place-self-end {
        place-self: end;
    }

    .desktop\:place-self-center {
        place-self: center;
    }

    .desktop\:place-self-stretch {
        place-self: stretch;
    }

    .desktop\:self-auto {
        align-self: auto;
    }

    .desktop\:self-start {
        align-self: flex-start;
    }

    .desktop\:self-end {
        align-self: flex-end;
    }

    .desktop\:self-center {
        align-self: center;
    }

    .desktop\:self-stretch {
        align-self: stretch;
    }

    .desktop\:self-baseline {
        align-self: baseline;
    }

    .desktop\:justify-self-auto {
        justify-self: auto;
    }

    .desktop\:justify-self-start {
        justify-self: start;
    }

    .desktop\:justify-self-end {
        justify-self: end;
    }

    .desktop\:justify-self-center {
        justify-self: center;
    }

    .desktop\:justify-self-stretch {
        justify-self: stretch;
    }

    .desktop\:overflow-auto {
        overflow: auto;
    }

    .desktop\:overflow-hidden {
        overflow: hidden;
    }

    .desktop\:overflow-visible {
        overflow: visible;
    }

    .desktop\:overflow-scroll {
        overflow: scroll;
    }

    .desktop\:overflow-x-auto {
        overflow-x: auto;
    }

    .desktop\:overflow-y-auto {
        overflow-y: auto;
    }

    .desktop\:overflow-x-hidden {
        overflow-x: hidden;
    }

    .desktop\:overflow-y-hidden {
        overflow-y: hidden;
    }

    .desktop\:overflow-x-visible {
        overflow-x: visible;
    }

    .desktop\:overflow-y-visible {
        overflow-y: visible;
    }

    .desktop\:overflow-x-scroll {
        overflow-x: scroll;
    }

    .desktop\:overflow-y-scroll {
        overflow-y: scroll;
    }

    .desktop\:overscroll-auto {
        -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
    }

    .desktop\:overscroll-contain {
        -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    }

    .desktop\:overscroll-none {
        -ms-scroll-chaining: none;
        overscroll-behavior: none;
    }

    .desktop\:overscroll-y-auto {
        overscroll-behavior-y: auto;
    }

    .desktop\:overscroll-y-contain {
        overscroll-behavior-y: contain;
    }

    .desktop\:overscroll-y-none {
        overscroll-behavior-y: none;
    }

    .desktop\:overscroll-x-auto {
        overscroll-behavior-x: auto;
    }

    .desktop\:overscroll-x-contain {
        overscroll-behavior-x: contain;
    }

    .desktop\:overscroll-x-none {
        overscroll-behavior-x: none;
    }

    .desktop\:truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .desktop\:overflow-ellipsis {
        text-overflow: ellipsis;
    }

    .desktop\:overflow-clip {
        text-overflow: clip;
    }

    .desktop\:whitespace-normal {
        white-space: normal;
    }

    .desktop\:whitespace-nowrap {
        white-space: nowrap;
    }

    .desktop\:whitespace-pre {
        white-space: pre;
    }

    .desktop\:whitespace-pre-line {
        white-space: pre-line;
    }

    .desktop\:whitespace-pre-wrap {
        white-space: pre-wrap;
    }

    .desktop\:break-normal {
        overflow-wrap: normal;
        word-break: normal;
    }

    .desktop\:break-words {
        overflow-wrap: break-word;
    }

    .desktop\:break-all {
        word-break: break-all;
    }

    .desktop\:rounded-none {
        border-radius: 0px;
    }

    .desktop\:rounded-sm {
        border-radius: 0.125rem;
    }

    .desktop\:rounded {
        border-radius: 0.25rem;
    }

    .desktop\:rounded-md {
        border-radius: 0.375rem;
    }

    .desktop\:rounded-lg {
        border-radius: 0.5rem;
    }

    .desktop\:rounded-xl {
        border-radius: 0.75rem;
    }

    .desktop\:rounded-2xl {
        border-radius: 1rem;
    }

    .desktop\:rounded-3xl {
        border-radius: 1.5rem;
    }

    .desktop\:rounded-full {
        border-radius: 9999px;
    }

    .desktop\:rounded-btn {
        border-radius: 31px;
    }

    .desktop\:rounded-10p {
        border-radius: 10px;
    }

    .desktop\:rounded-t-none {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .desktop\:rounded-t-sm {
        border-top-left-radius: 0.125rem;
        border-top-right-radius: 0.125rem;
    }

    .desktop\:rounded-t {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .desktop\:rounded-t-md {
        border-top-left-radius: 0.375rem;
        border-top-right-radius: 0.375rem;
    }

    .desktop\:rounded-t-lg {
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
    }

    .desktop\:rounded-t-xl {
        border-top-left-radius: 0.75rem;
        border-top-right-radius: 0.75rem;
    }

    .desktop\:rounded-t-2xl {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }

    .desktop\:rounded-t-3xl {
        border-top-left-radius: 1.5rem;
        border-top-right-radius: 1.5rem;
    }

    .desktop\:rounded-t-full {
        border-top-left-radius: 9999px;
        border-top-right-radius: 9999px;
    }

    .desktop\:rounded-t-btn {
        border-top-left-radius: 31px;
        border-top-right-radius: 31px;
    }

    .desktop\:rounded-t-10p {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .desktop\:rounded-r-none {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .desktop\:rounded-r-sm {
        border-top-right-radius: 0.125rem;
        border-bottom-right-radius: 0.125rem;
    }

    .desktop\:rounded-r {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }

    .desktop\:rounded-r-md {
        border-top-right-radius: 0.375rem;
        border-bottom-right-radius: 0.375rem;
    }

    .desktop\:rounded-r-lg {
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
    }

    .desktop\:rounded-r-xl {
        border-top-right-radius: 0.75rem;
        border-bottom-right-radius: 0.75rem;
    }

    .desktop\:rounded-r-2xl {
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }

    .desktop\:rounded-r-3xl {
        border-top-right-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
    }

    .desktop\:rounded-r-full {
        border-top-right-radius: 9999px;
        border-bottom-right-radius: 9999px;
    }

    .desktop\:rounded-r-btn {
        border-top-right-radius: 31px;
        border-bottom-right-radius: 31px;
    }

    .desktop\:rounded-r-10p {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .desktop\:rounded-b-none {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .desktop\:rounded-b-sm {
        border-bottom-right-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }

    .desktop\:rounded-b {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .desktop\:rounded-b-md {
        border-bottom-right-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }

    .desktop\:rounded-b-lg {
        border-bottom-right-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }

    .desktop\:rounded-b-xl {
        border-bottom-right-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }

    .desktop\:rounded-b-2xl {
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }

    .desktop\:rounded-b-3xl {
        border-bottom-right-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }

    .desktop\:rounded-b-full {
        border-bottom-right-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }

    .desktop\:rounded-b-btn {
        border-bottom-right-radius: 31px;
        border-bottom-left-radius: 31px;
    }

    .desktop\:rounded-b-10p {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .desktop\:rounded-l-none {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .desktop\:rounded-l-sm {
        border-top-left-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }

    .desktop\:rounded-l {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .desktop\:rounded-l-md {
        border-top-left-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }

    .desktop\:rounded-l-lg {
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }

    .desktop\:rounded-l-xl {
        border-top-left-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }

    .desktop\:rounded-l-2xl {
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }

    .desktop\:rounded-l-3xl {
        border-top-left-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }

    .desktop\:rounded-l-full {
        border-top-left-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }

    .desktop\:rounded-l-btn {
        border-top-left-radius: 31px;
        border-bottom-left-radius: 31px;
    }

    .desktop\:rounded-l-10p {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .desktop\:rounded-tl-none {
        border-top-left-radius: 0px;
    }

    .desktop\:rounded-tl-sm {
        border-top-left-radius: 0.125rem;
    }

    .desktop\:rounded-tl {
        border-top-left-radius: 0.25rem;
    }

    .desktop\:rounded-tl-md {
        border-top-left-radius: 0.375rem;
    }

    .desktop\:rounded-tl-lg {
        border-top-left-radius: 0.5rem;
    }

    .desktop\:rounded-tl-xl {
        border-top-left-radius: 0.75rem;
    }

    .desktop\:rounded-tl-2xl {
        border-top-left-radius: 1rem;
    }

    .desktop\:rounded-tl-3xl {
        border-top-left-radius: 1.5rem;
    }

    .desktop\:rounded-tl-full {
        border-top-left-radius: 9999px;
    }

    .desktop\:rounded-tl-btn {
        border-top-left-radius: 31px;
    }

    .desktop\:rounded-tl-10p {
        border-top-left-radius: 10px;
    }

    .desktop\:rounded-tr-none {
        border-top-right-radius: 0px;
    }

    .desktop\:rounded-tr-sm {
        border-top-right-radius: 0.125rem;
    }

    .desktop\:rounded-tr {
        border-top-right-radius: 0.25rem;
    }

    .desktop\:rounded-tr-md {
        border-top-right-radius: 0.375rem;
    }

    .desktop\:rounded-tr-lg {
        border-top-right-radius: 0.5rem;
    }

    .desktop\:rounded-tr-xl {
        border-top-right-radius: 0.75rem;
    }

    .desktop\:rounded-tr-2xl {
        border-top-right-radius: 1rem;
    }

    .desktop\:rounded-tr-3xl {
        border-top-right-radius: 1.5rem;
    }

    .desktop\:rounded-tr-full {
        border-top-right-radius: 9999px;
    }

    .desktop\:rounded-tr-btn {
        border-top-right-radius: 31px;
    }

    .desktop\:rounded-tr-10p {
        border-top-right-radius: 10px;
    }

    .desktop\:rounded-br-none {
        border-bottom-right-radius: 0px;
    }

    .desktop\:rounded-br-sm {
        border-bottom-right-radius: 0.125rem;
    }

    .desktop\:rounded-br {
        border-bottom-right-radius: 0.25rem;
    }

    .desktop\:rounded-br-md {
        border-bottom-right-radius: 0.375rem;
    }

    .desktop\:rounded-br-lg {
        border-bottom-right-radius: 0.5rem;
    }

    .desktop\:rounded-br-xl {
        border-bottom-right-radius: 0.75rem;
    }

    .desktop\:rounded-br-2xl {
        border-bottom-right-radius: 1rem;
    }

    .desktop\:rounded-br-3xl {
        border-bottom-right-radius: 1.5rem;
    }

    .desktop\:rounded-br-full {
        border-bottom-right-radius: 9999px;
    }

    .desktop\:rounded-br-btn {
        border-bottom-right-radius: 31px;
    }

    .desktop\:rounded-br-10p {
        border-bottom-right-radius: 10px;
    }

    .desktop\:rounded-bl-none {
        border-bottom-left-radius: 0px;
    }

    .desktop\:rounded-bl-sm {
        border-bottom-left-radius: 0.125rem;
    }

    .desktop\:rounded-bl {
        border-bottom-left-radius: 0.25rem;
    }

    .desktop\:rounded-bl-md {
        border-bottom-left-radius: 0.375rem;
    }

    .desktop\:rounded-bl-lg {
        border-bottom-left-radius: 0.5rem;
    }

    .desktop\:rounded-bl-xl {
        border-bottom-left-radius: 0.75rem;
    }

    .desktop\:rounded-bl-2xl {
        border-bottom-left-radius: 1rem;
    }

    .desktop\:rounded-bl-3xl {
        border-bottom-left-radius: 1.5rem;
    }

    .desktop\:rounded-bl-full {
        border-bottom-left-radius: 9999px;
    }

    .desktop\:rounded-bl-btn {
        border-bottom-left-radius: 31px;
    }

    .desktop\:rounded-bl-10p {
        border-bottom-left-radius: 10px;
    }

    .desktop\:border-0 {
        border-width: 0px;
    }

    .desktop\:border-2 {
        border-width: 2px;
    }

    .desktop\:border-4 {
        border-width: 4px;
    }

    .desktop\:border-8 {
        border-width: 8px;
    }

    .desktop\:border {
        border-width: 1px;
    }

    .desktop\:border-t-0 {
        border-top-width: 0px;
    }

    .desktop\:border-t-2 {
        border-top-width: 2px;
    }

    .desktop\:border-t-4 {
        border-top-width: 4px;
    }

    .desktop\:border-t-8 {
        border-top-width: 8px;
    }

    .desktop\:border-t {
        border-top-width: 1px;
    }

    .desktop\:border-r-0 {
        border-right-width: 0px;
    }

    .desktop\:border-r-2 {
        border-right-width: 2px;
    }

    .desktop\:border-r-4 {
        border-right-width: 4px;
    }

    .desktop\:border-r-8 {
        border-right-width: 8px;
    }

    .desktop\:border-r {
        border-right-width: 1px;
    }

    .desktop\:border-b-0 {
        border-bottom-width: 0px;
    }

    .desktop\:border-b-2 {
        border-bottom-width: 2px;
    }

    .desktop\:border-b-4 {
        border-bottom-width: 4px;
    }

    .desktop\:border-b-8 {
        border-bottom-width: 8px;
    }

    .desktop\:border-b {
        border-bottom-width: 1px;
    }

    .desktop\:border-l-0 {
        border-left-width: 0px;
    }

    .desktop\:border-l-2 {
        border-left-width: 2px;
    }

    .desktop\:border-l-4 {
        border-left-width: 4px;
    }

    .desktop\:border-l-8 {
        border-left-width: 8px;
    }

    .desktop\:border-l {
        border-left-width: 1px;
    }

    .desktop\:border-solid {
        border-style: solid;
    }

    .desktop\:border-dashed {
        border-style: dashed;
    }

    .desktop\:border-dotted {
        border-style: dotted;
    }

    .desktop\:border-double {
        border-style: double;
    }

    .desktop\:border-none {
        border-style: none;
    }

    .desktop\:border-transparent {
        border-color: transparent;
    }

    .desktop\:border-current {
        border-color: currentColor;
    }

    .desktop\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .desktop\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .desktop\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .desktop\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .desktop\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .desktop\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .desktop\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .desktop\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .desktop\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .desktop\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .desktop\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .desktop\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .desktop\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .desktop\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .desktop\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .desktop\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .desktop\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .desktop\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .desktop\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .desktop\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .desktop\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .desktop\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .desktop\:border-yellow {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .desktop\:border-green {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .desktop\:border-blue {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .desktop\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .desktop\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .desktop\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .desktop\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .desktop\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .desktop\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .desktop\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .desktop\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .desktop\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .desktop\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .desktop\:border-purple {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .desktop\:border-pink {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .desktop\:border-primary {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .desktop\:border-secondary {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .desktop\:border-body_bg {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .desktop\:border-body_text {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .desktop\:border-title {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .desktop\:border-grey {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .desktop\:border-dark_grey {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .desktop\:border-light_grey {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .desktop\:border-medium_grey {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .desktop\:border-lightten_grey {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .desktop\:border-grey_300 {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .desktop\:border-grey_400 {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .desktop\:border-medium_blue {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .desktop\:border-dark_blue {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .desktop\:border-text_blue {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .desktop\:border-footer_bg {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .desktop\:border-brown {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .desktop\:border-dark_brown {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .desktop\:border-Light_purple {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .desktop\:border-dark_green {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .desktop\:border-medium_green {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .desktop\:border-light_green {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .desktop\:border-green_900 {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .desktop\:border-dark_border {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-transparent {
        border-color: transparent;
    }

    .group:hover .desktop\:group-hover\:border-current {
        border-color: currentColor;
    }

    .group:hover .desktop\:group-hover\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-yellow {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-green {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-blue {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-purple {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-pink {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-primary {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-secondary {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-body_bg {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-body_text {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-title {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-grey {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-dark_grey {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-light_grey {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-medium_grey {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-lightten_grey {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-grey_300 {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-grey_400 {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-medium_blue {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-dark_blue {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-text_blue {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-footer_bg {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-brown {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-dark_brown {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-Light_purple {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-dark_green {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-medium_green {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-light_green {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-green_900 {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .group:hover .desktop\:group-hover\:border-dark_border {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-transparent:focus-within {
        border-color: transparent;
    }

    .desktop\:focus-within\:border-current:focus-within {
        border-color: currentColor;
    }

    .desktop\:focus-within\:border-black:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-white:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-gray-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-gray-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-gray-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-gray-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-gray-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-gray-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-gray-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-gray-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-gray-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-gray-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-red-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-red-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-red-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-red-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-red-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-red-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-red-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-red-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-red-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-red-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-yellow:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-indigo-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-indigo-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-indigo-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-indigo-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-indigo-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-indigo-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-indigo-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-indigo-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-indigo-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-indigo-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-purple:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-pink:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-primary:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-secondary:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-body_bg:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-body_text:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-title:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-dark_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-light_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-medium_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-lightten_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-grey_300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-grey_400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-medium_blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-dark_blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-text_blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-footer_bg:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-brown:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-dark_brown:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-Light_purple:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-dark_green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-medium_green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-light_green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-green_900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .desktop\:focus-within\:border-dark_border:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-transparent:hover {
        border-color: transparent;
    }

    .desktop\:hover\:border-current:hover {
        border-color: currentColor;
    }

    .desktop\:hover\:border-black:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-white:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-gray-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-gray-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-gray-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-gray-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-gray-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-gray-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-gray-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-gray-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-gray-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-gray-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-red-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-red-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-red-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-red-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-red-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-red-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-red-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-red-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-red-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-red-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-yellow:hover {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-indigo-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-indigo-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-indigo-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-indigo-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-indigo-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-indigo-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-indigo-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-indigo-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-indigo-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-indigo-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-purple:hover {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-pink:hover {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-primary:hover {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-secondary:hover {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-body_bg:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-body_text:hover {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-title:hover {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-dark_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-light_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-medium_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-lightten_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-grey_300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-grey_400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-medium_blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-dark_blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-text_blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-footer_bg:hover {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-brown:hover {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-dark_brown:hover {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-Light_purple:hover {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-dark_green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-medium_green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-light_green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-green_900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .desktop\:hover\:border-dark_border:hover {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-transparent:focus {
        border-color: transparent;
    }

    .desktop\:focus\:border-current:focus {
        border-color: currentColor;
    }

    .desktop\:focus\:border-black:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-white:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-gray-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-gray-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-gray-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-gray-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-gray-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-gray-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-gray-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-gray-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-gray-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-gray-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-red-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-red-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-red-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-red-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-red-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-red-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-red-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-red-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-red-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-red-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-yellow:focus {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-indigo-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-indigo-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-indigo-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-indigo-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-indigo-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-indigo-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-indigo-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-indigo-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-indigo-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-indigo-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-purple:focus {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-pink:focus {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-primary:focus {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-secondary:focus {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-body_bg:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-body_text:focus {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-title:focus {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-dark_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-light_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-medium_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-lightten_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-grey_300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-grey_400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-medium_blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-dark_blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-text_blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-footer_bg:focus {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-brown:focus {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-dark_brown:focus {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-Light_purple:focus {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-dark_green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-medium_green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-light_green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-green_900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .desktop\:focus\:border-dark_border:focus {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .desktop\:border-opacity-0 {
        --tw-border-opacity: 0;
    }

    .desktop\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }

    .desktop\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }

    .desktop\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }

    .desktop\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }

    .desktop\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }

    .desktop\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }

    .desktop\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }

    .desktop\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }

    .desktop\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }

    .desktop\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }

    .desktop\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }

    .desktop\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }

    .desktop\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }

    .desktop\:border-opacity-100 {
        --tw-border-opacity: 1;
    }

    .group:hover .desktop\:group-hover\:border-opacity-0 {
        --tw-border-opacity: 0;
    }

    .group:hover .desktop\:group-hover\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }

    .group:hover .desktop\:group-hover\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }

    .group:hover .desktop\:group-hover\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }

    .group:hover .desktop\:group-hover\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }

    .group:hover .desktop\:group-hover\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }

    .group:hover .desktop\:group-hover\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }

    .group:hover .desktop\:group-hover\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }

    .group:hover .desktop\:group-hover\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }

    .group:hover .desktop\:group-hover\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }

    .group:hover .desktop\:group-hover\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }

    .group:hover .desktop\:group-hover\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }

    .group:hover .desktop\:group-hover\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }

    .group:hover .desktop\:group-hover\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }

    .group:hover .desktop\:group-hover\:border-opacity-100 {
        --tw-border-opacity: 1;
    }

    .desktop\:focus-within\:border-opacity-0:focus-within {
        --tw-border-opacity: 0;
    }

    .desktop\:focus-within\:border-opacity-5:focus-within {
        --tw-border-opacity: 0.05;
    }

    .desktop\:focus-within\:border-opacity-10:focus-within {
        --tw-border-opacity: 0.1;
    }

    .desktop\:focus-within\:border-opacity-20:focus-within {
        --tw-border-opacity: 0.2;
    }

    .desktop\:focus-within\:border-opacity-25:focus-within {
        --tw-border-opacity: 0.25;
    }

    .desktop\:focus-within\:border-opacity-30:focus-within {
        --tw-border-opacity: 0.3;
    }

    .desktop\:focus-within\:border-opacity-40:focus-within {
        --tw-border-opacity: 0.4;
    }

    .desktop\:focus-within\:border-opacity-50:focus-within {
        --tw-border-opacity: 0.5;
    }

    .desktop\:focus-within\:border-opacity-60:focus-within {
        --tw-border-opacity: 0.6;
    }

    .desktop\:focus-within\:border-opacity-70:focus-within {
        --tw-border-opacity: 0.7;
    }

    .desktop\:focus-within\:border-opacity-75:focus-within {
        --tw-border-opacity: 0.75;
    }

    .desktop\:focus-within\:border-opacity-80:focus-within {
        --tw-border-opacity: 0.8;
    }

    .desktop\:focus-within\:border-opacity-90:focus-within {
        --tw-border-opacity: 0.9;
    }

    .desktop\:focus-within\:border-opacity-95:focus-within {
        --tw-border-opacity: 0.95;
    }

    .desktop\:focus-within\:border-opacity-100:focus-within {
        --tw-border-opacity: 1;
    }

    .desktop\:hover\:border-opacity-0:hover {
        --tw-border-opacity: 0;
    }

    .desktop\:hover\:border-opacity-5:hover {
        --tw-border-opacity: 0.05;
    }

    .desktop\:hover\:border-opacity-10:hover {
        --tw-border-opacity: 0.1;
    }

    .desktop\:hover\:border-opacity-20:hover {
        --tw-border-opacity: 0.2;
    }

    .desktop\:hover\:border-opacity-25:hover {
        --tw-border-opacity: 0.25;
    }

    .desktop\:hover\:border-opacity-30:hover {
        --tw-border-opacity: 0.3;
    }

    .desktop\:hover\:border-opacity-40:hover {
        --tw-border-opacity: 0.4;
    }

    .desktop\:hover\:border-opacity-50:hover {
        --tw-border-opacity: 0.5;
    }

    .desktop\:hover\:border-opacity-60:hover {
        --tw-border-opacity: 0.6;
    }

    .desktop\:hover\:border-opacity-70:hover {
        --tw-border-opacity: 0.7;
    }

    .desktop\:hover\:border-opacity-75:hover {
        --tw-border-opacity: 0.75;
    }

    .desktop\:hover\:border-opacity-80:hover {
        --tw-border-opacity: 0.8;
    }

    .desktop\:hover\:border-opacity-90:hover {
        --tw-border-opacity: 0.9;
    }

    .desktop\:hover\:border-opacity-95:hover {
        --tw-border-opacity: 0.95;
    }

    .desktop\:hover\:border-opacity-100:hover {
        --tw-border-opacity: 1;
    }

    .desktop\:focus\:border-opacity-0:focus {
        --tw-border-opacity: 0;
    }

    .desktop\:focus\:border-opacity-5:focus {
        --tw-border-opacity: 0.05;
    }

    .desktop\:focus\:border-opacity-10:focus {
        --tw-border-opacity: 0.1;
    }

    .desktop\:focus\:border-opacity-20:focus {
        --tw-border-opacity: 0.2;
    }

    .desktop\:focus\:border-opacity-25:focus {
        --tw-border-opacity: 0.25;
    }

    .desktop\:focus\:border-opacity-30:focus {
        --tw-border-opacity: 0.3;
    }

    .desktop\:focus\:border-opacity-40:focus {
        --tw-border-opacity: 0.4;
    }

    .desktop\:focus\:border-opacity-50:focus {
        --tw-border-opacity: 0.5;
    }

    .desktop\:focus\:border-opacity-60:focus {
        --tw-border-opacity: 0.6;
    }

    .desktop\:focus\:border-opacity-70:focus {
        --tw-border-opacity: 0.7;
    }

    .desktop\:focus\:border-opacity-75:focus {
        --tw-border-opacity: 0.75;
    }

    .desktop\:focus\:border-opacity-80:focus {
        --tw-border-opacity: 0.8;
    }

    .desktop\:focus\:border-opacity-90:focus {
        --tw-border-opacity: 0.9;
    }

    .desktop\:focus\:border-opacity-95:focus {
        --tw-border-opacity: 0.95;
    }

    .desktop\:focus\:border-opacity-100:focus {
        --tw-border-opacity: 1;
    }

    .desktop\:bg-transparent {
        background-color: transparent;
    }

    .desktop\:bg-current {
        background-color: currentColor;
    }

    .desktop\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .desktop\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .desktop\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .desktop\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .desktop\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .desktop\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .desktop\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .desktop\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .desktop\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .desktop\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .desktop\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .desktop\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .desktop\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .desktop\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .desktop\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .desktop\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .desktop\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .desktop\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .desktop\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .desktop\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .desktop\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .desktop\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .desktop\:bg-yellow {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .desktop\:bg-green {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .desktop\:bg-blue {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .desktop\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .desktop\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .desktop\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .desktop\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .desktop\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .desktop\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .desktop\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .desktop\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .desktop\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .desktop\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .desktop\:bg-purple {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .desktop\:bg-pink {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .desktop\:bg-primary {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .desktop\:bg-secondary {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .desktop\:bg-body_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .desktop\:bg-body_text {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .desktop\:bg-title {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .desktop\:bg-grey {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .desktop\:bg-dark_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .desktop\:bg-light_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .desktop\:bg-medium_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .desktop\:bg-lightten_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .desktop\:bg-grey_300 {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .desktop\:bg-grey_400 {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .desktop\:bg-medium_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .desktop\:bg-dark_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .desktop\:bg-text_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .desktop\:bg-footer_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .desktop\:bg-brown {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .desktop\:bg-dark_brown {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .desktop\:bg-Light_purple {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .desktop\:bg-dark_green {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .desktop\:bg-medium_green {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .desktop\:bg-light_green {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .desktop\:bg-green_900 {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .desktop\:bg-dark_border {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-transparent {
        background-color: transparent;
    }

    .group:hover .desktop\:group-hover\:bg-current {
        background-color: currentColor;
    }

    .group:hover .desktop\:group-hover\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-yellow {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-green {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-blue {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-purple {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-pink {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-primary {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-secondary {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-body_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-body_text {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-title {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-grey {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-dark_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-light_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-medium_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-lightten_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-grey_300 {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-grey_400 {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-medium_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-dark_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-text_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-footer_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-brown {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-dark_brown {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-Light_purple {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-dark_green {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-medium_green {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-light_green {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-green_900 {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .group:hover .desktop\:group-hover\:bg-dark_border {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-transparent:focus-within {
        background-color: transparent;
    }

    .desktop\:focus-within\:bg-current:focus-within {
        background-color: currentColor;
    }

    .desktop\:focus-within\:bg-black:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-white:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-gray-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-gray-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-gray-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-gray-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-gray-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-gray-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-gray-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-gray-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-gray-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-gray-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-red-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-red-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-red-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-red-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-red-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-red-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-red-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-red-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-red-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-red-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-yellow:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-indigo-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-indigo-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-indigo-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-indigo-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-indigo-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-indigo-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-indigo-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-indigo-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-indigo-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-indigo-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-purple:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-pink:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-primary:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-secondary:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-body_bg:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-body_text:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-title:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-dark_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-light_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-medium_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-lightten_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-grey_300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-grey_400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-medium_blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-dark_blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-text_blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-footer_bg:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-brown:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-dark_brown:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-Light_purple:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-dark_green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-medium_green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-light_green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-green_900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .desktop\:focus-within\:bg-dark_border:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-transparent:hover {
        background-color: transparent;
    }

    .desktop\:hover\:bg-current:hover {
        background-color: currentColor;
    }

    .desktop\:hover\:bg-black:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-white:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-gray-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-gray-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-gray-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-gray-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-gray-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-gray-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-gray-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-gray-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-gray-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-gray-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-red-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-red-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-red-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-red-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-red-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-red-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-red-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-red-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-red-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-red-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-yellow:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-indigo-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-indigo-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-indigo-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-indigo-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-indigo-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-indigo-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-indigo-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-indigo-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-indigo-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-indigo-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-purple:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-pink:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-primary:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-secondary:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-body_bg:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-body_text:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-title:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-dark_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-light_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-medium_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-lightten_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-grey_300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-grey_400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-medium_blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-dark_blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-text_blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-footer_bg:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-brown:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-dark_brown:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-Light_purple:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-dark_green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-medium_green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-light_green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-green_900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .desktop\:hover\:bg-dark_border:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-transparent:focus {
        background-color: transparent;
    }

    .desktop\:focus\:bg-current:focus {
        background-color: currentColor;
    }

    .desktop\:focus\:bg-black:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-white:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-gray-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-gray-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-gray-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-gray-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-gray-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-gray-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-gray-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-gray-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-gray-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-gray-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-red-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-red-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-red-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-red-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-red-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-red-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-red-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-red-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-red-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-red-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-yellow:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-indigo-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-indigo-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-indigo-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-indigo-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-indigo-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-indigo-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-indigo-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-indigo-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-indigo-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-indigo-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-purple:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-pink:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-primary:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-secondary:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-body_bg:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-body_text:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-title:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-dark_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-light_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-medium_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-lightten_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-grey_300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-grey_400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-medium_blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-dark_blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-text_blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-footer_bg:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-brown:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-dark_brown:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-Light_purple:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-dark_green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-medium_green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-light_green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-green_900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .desktop\:focus\:bg-dark_border:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .desktop\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }

    .desktop\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }

    .desktop\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }

    .desktop\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }

    .desktop\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }

    .desktop\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }

    .desktop\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }

    .desktop\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }

    .desktop\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }

    .desktop\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }

    .desktop\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }

    .desktop\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }

    .desktop\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }

    .desktop\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }

    .desktop\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }

    .group:hover .desktop\:group-hover\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }

    .group:hover .desktop\:group-hover\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }

    .group:hover .desktop\:group-hover\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }

    .group:hover .desktop\:group-hover\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }

    .group:hover .desktop\:group-hover\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }

    .group:hover .desktop\:group-hover\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }

    .group:hover .desktop\:group-hover\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }

    .group:hover .desktop\:group-hover\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }

    .group:hover .desktop\:group-hover\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }

    .group:hover .desktop\:group-hover\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }

    .group:hover .desktop\:group-hover\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }

    .group:hover .desktop\:group-hover\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }

    .group:hover .desktop\:group-hover\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }

    .group:hover .desktop\:group-hover\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }

    .group:hover .desktop\:group-hover\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }

    .desktop\:focus-within\:bg-opacity-0:focus-within {
        --tw-bg-opacity: 0;
    }

    .desktop\:focus-within\:bg-opacity-5:focus-within {
        --tw-bg-opacity: 0.05;
    }

    .desktop\:focus-within\:bg-opacity-10:focus-within {
        --tw-bg-opacity: 0.1;
    }

    .desktop\:focus-within\:bg-opacity-20:focus-within {
        --tw-bg-opacity: 0.2;
    }

    .desktop\:focus-within\:bg-opacity-25:focus-within {
        --tw-bg-opacity: 0.25;
    }

    .desktop\:focus-within\:bg-opacity-30:focus-within {
        --tw-bg-opacity: 0.3;
    }

    .desktop\:focus-within\:bg-opacity-40:focus-within {
        --tw-bg-opacity: 0.4;
    }

    .desktop\:focus-within\:bg-opacity-50:focus-within {
        --tw-bg-opacity: 0.5;
    }

    .desktop\:focus-within\:bg-opacity-60:focus-within {
        --tw-bg-opacity: 0.6;
    }

    .desktop\:focus-within\:bg-opacity-70:focus-within {
        --tw-bg-opacity: 0.7;
    }

    .desktop\:focus-within\:bg-opacity-75:focus-within {
        --tw-bg-opacity: 0.75;
    }

    .desktop\:focus-within\:bg-opacity-80:focus-within {
        --tw-bg-opacity: 0.8;
    }

    .desktop\:focus-within\:bg-opacity-90:focus-within {
        --tw-bg-opacity: 0.9;
    }

    .desktop\:focus-within\:bg-opacity-95:focus-within {
        --tw-bg-opacity: 0.95;
    }

    .desktop\:focus-within\:bg-opacity-100:focus-within {
        --tw-bg-opacity: 1;
    }

    .desktop\:hover\:bg-opacity-0:hover {
        --tw-bg-opacity: 0;
    }

    .desktop\:hover\:bg-opacity-5:hover {
        --tw-bg-opacity: 0.05;
    }

    .desktop\:hover\:bg-opacity-10:hover {
        --tw-bg-opacity: 0.1;
    }

    .desktop\:hover\:bg-opacity-20:hover {
        --tw-bg-opacity: 0.2;
    }

    .desktop\:hover\:bg-opacity-25:hover {
        --tw-bg-opacity: 0.25;
    }

    .desktop\:hover\:bg-opacity-30:hover {
        --tw-bg-opacity: 0.3;
    }

    .desktop\:hover\:bg-opacity-40:hover {
        --tw-bg-opacity: 0.4;
    }

    .desktop\:hover\:bg-opacity-50:hover {
        --tw-bg-opacity: 0.5;
    }

    .desktop\:hover\:bg-opacity-60:hover {
        --tw-bg-opacity: 0.6;
    }

    .desktop\:hover\:bg-opacity-70:hover {
        --tw-bg-opacity: 0.7;
    }

    .desktop\:hover\:bg-opacity-75:hover {
        --tw-bg-opacity: 0.75;
    }

    .desktop\:hover\:bg-opacity-80:hover {
        --tw-bg-opacity: 0.8;
    }

    .desktop\:hover\:bg-opacity-90:hover {
        --tw-bg-opacity: 0.9;
    }

    .desktop\:hover\:bg-opacity-95:hover {
        --tw-bg-opacity: 0.95;
    }

    .desktop\:hover\:bg-opacity-100:hover {
        --tw-bg-opacity: 1;
    }

    .desktop\:focus\:bg-opacity-0:focus {
        --tw-bg-opacity: 0;
    }

    .desktop\:focus\:bg-opacity-5:focus {
        --tw-bg-opacity: 0.05;
    }

    .desktop\:focus\:bg-opacity-10:focus {
        --tw-bg-opacity: 0.1;
    }

    .desktop\:focus\:bg-opacity-20:focus {
        --tw-bg-opacity: 0.2;
    }

    .desktop\:focus\:bg-opacity-25:focus {
        --tw-bg-opacity: 0.25;
    }

    .desktop\:focus\:bg-opacity-30:focus {
        --tw-bg-opacity: 0.3;
    }

    .desktop\:focus\:bg-opacity-40:focus {
        --tw-bg-opacity: 0.4;
    }

    .desktop\:focus\:bg-opacity-50:focus {
        --tw-bg-opacity: 0.5;
    }

    .desktop\:focus\:bg-opacity-60:focus {
        --tw-bg-opacity: 0.6;
    }

    .desktop\:focus\:bg-opacity-70:focus {
        --tw-bg-opacity: 0.7;
    }

    .desktop\:focus\:bg-opacity-75:focus {
        --tw-bg-opacity: 0.75;
    }

    .desktop\:focus\:bg-opacity-80:focus {
        --tw-bg-opacity: 0.8;
    }

    .desktop\:focus\:bg-opacity-90:focus {
        --tw-bg-opacity: 0.9;
    }

    .desktop\:focus\:bg-opacity-95:focus {
        --tw-bg-opacity: 0.95;
    }

    .desktop\:focus\:bg-opacity-100:focus {
        --tw-bg-opacity: 1;
    }

    .desktop\:bg-none {
        background-image: none;
    }

    .desktop\:bg-gradient-to-t {
        background-image: linear-gradient(to top, var(--tw-gradient-stops));
    }

    .desktop\:bg-gradient-to-tr {
        background-image: linear-gradient(to top right, var(--tw-gradient-stops));
    }

    .desktop\:bg-gradient-to-r {
        background-image: linear-gradient(to right, var(--tw-gradient-stops));
    }

    .desktop\:bg-gradient-to-br {
        background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
    }

    .desktop\:bg-gradient-to-b {
        background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    }

    .desktop\:bg-gradient-to-bl {
        background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
    }

    .desktop\:bg-gradient-to-l {
        background-image: linear-gradient(to left, var(--tw-gradient-stops));
    }

    .desktop\:bg-gradient-to-tl {
        background-image: linear-gradient(to top left, var(--tw-gradient-stops));
    }

    .desktop\:from-transparent {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop\:from-current {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop\:from-black {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop\:from-white {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop\:from-gray-50 {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .desktop\:from-gray-100 {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .desktop\:from-gray-200 {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .desktop\:from-gray-300 {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .desktop\:from-gray-400 {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .desktop\:from-gray-500 {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .desktop\:from-gray-600 {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .desktop\:from-gray-700 {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .desktop\:from-gray-800 {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .desktop\:from-gray-900 {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .desktop\:from-red-50 {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .desktop\:from-red-100 {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .desktop\:from-red-200 {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .desktop\:from-red-300 {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .desktop\:from-red-400 {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .desktop\:from-red-500 {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .desktop\:from-red-600 {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .desktop\:from-red-700 {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .desktop\:from-red-800 {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .desktop\:from-red-900 {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .desktop\:from-yellow {
        --tw-gradient-from: #ed9143;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .desktop\:from-green {
        --tw-gradient-from: #7bbc00;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .desktop\:from-blue {
        --tw-gradient-from: #5ba4dc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .desktop\:from-indigo-50 {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .desktop\:from-indigo-100 {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .desktop\:from-indigo-200 {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .desktop\:from-indigo-300 {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .desktop\:from-indigo-400 {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .desktop\:from-indigo-500 {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .desktop\:from-indigo-600 {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .desktop\:from-indigo-700 {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .desktop\:from-indigo-800 {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .desktop\:from-indigo-900 {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .desktop\:from-purple {
        --tw-gradient-from: #6847c3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .desktop\:from-pink {
        --tw-gradient-from: #850737;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .desktop\:from-primary {
        --tw-gradient-from: #6E6E6E;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .desktop\:from-secondary {
        --tw-gradient-from: #ededed;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .desktop\:from-body_bg {
        --tw-gradient-from: #ffffff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop\:from-body_text {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop\:from-title {
        --tw-gradient-from: #3fb2cf;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop\:from-grey {
        --tw-gradient-from: #524A51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .desktop\:from-dark_grey {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop\:from-light_grey {
        --tw-gradient-from: #B7B7B7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop\:from-medium_grey {
        --tw-gradient-from: #575156;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .desktop\:from-lightten_grey {
        --tw-gradient-from: #C6C6C6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .desktop\:from-grey_300 {
        --tw-gradient-from: #d3d3d3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .desktop\:from-grey_400 {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop\:from-medium_blue {
        --tw-gradient-from: #45cdfc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .desktop\:from-dark_blue {
        --tw-gradient-from: #0080ac;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .desktop\:from-text_blue {
        --tw-gradient-from: #3FB2CF;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop\:from-footer_bg {
        --tw-gradient-from: #464646;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .desktop\:from-brown {
        --tw-gradient-from: #805300;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .desktop\:from-dark_brown {
        --tw-gradient-from: #874433;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .desktop\:from-Light_purple {
        --tw-gradient-from: #65479b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .desktop\:from-dark_green {
        --tw-gradient-from: #479b51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .desktop\:from-medium_green {
        --tw-gradient-from: #3aac2b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .desktop\:from-light_green {
        --tw-gradient-from: #9acb3e;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .desktop\:from-green_900 {
        --tw-gradient-from: #396676;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .desktop\:from-dark_border {
        --tw-gradient-from: #707070;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .desktop\:hover\:from-transparent:hover {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop\:hover\:from-current:hover {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop\:hover\:from-black:hover {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop\:hover\:from-white:hover {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop\:hover\:from-gray-50:hover {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .desktop\:hover\:from-gray-100:hover {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .desktop\:hover\:from-gray-200:hover {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .desktop\:hover\:from-gray-300:hover {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .desktop\:hover\:from-gray-400:hover {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .desktop\:hover\:from-gray-500:hover {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .desktop\:hover\:from-gray-600:hover {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .desktop\:hover\:from-gray-700:hover {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .desktop\:hover\:from-gray-800:hover {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .desktop\:hover\:from-gray-900:hover {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .desktop\:hover\:from-red-50:hover {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .desktop\:hover\:from-red-100:hover {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .desktop\:hover\:from-red-200:hover {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .desktop\:hover\:from-red-300:hover {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .desktop\:hover\:from-red-400:hover {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .desktop\:hover\:from-red-500:hover {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .desktop\:hover\:from-red-600:hover {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .desktop\:hover\:from-red-700:hover {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .desktop\:hover\:from-red-800:hover {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .desktop\:hover\:from-red-900:hover {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .desktop\:hover\:from-yellow:hover {
        --tw-gradient-from: #ed9143;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .desktop\:hover\:from-green:hover {
        --tw-gradient-from: #7bbc00;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .desktop\:hover\:from-blue:hover {
        --tw-gradient-from: #5ba4dc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .desktop\:hover\:from-indigo-50:hover {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .desktop\:hover\:from-indigo-100:hover {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .desktop\:hover\:from-indigo-200:hover {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .desktop\:hover\:from-indigo-300:hover {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .desktop\:hover\:from-indigo-400:hover {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .desktop\:hover\:from-indigo-500:hover {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .desktop\:hover\:from-indigo-600:hover {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .desktop\:hover\:from-indigo-700:hover {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .desktop\:hover\:from-indigo-800:hover {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .desktop\:hover\:from-indigo-900:hover {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .desktop\:hover\:from-purple:hover {
        --tw-gradient-from: #6847c3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .desktop\:hover\:from-pink:hover {
        --tw-gradient-from: #850737;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .desktop\:hover\:from-primary:hover {
        --tw-gradient-from: #6E6E6E;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .desktop\:hover\:from-secondary:hover {
        --tw-gradient-from: #ededed;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .desktop\:hover\:from-body_bg:hover {
        --tw-gradient-from: #ffffff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop\:hover\:from-body_text:hover {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop\:hover\:from-title:hover {
        --tw-gradient-from: #3fb2cf;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop\:hover\:from-grey:hover {
        --tw-gradient-from: #524A51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .desktop\:hover\:from-dark_grey:hover {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop\:hover\:from-light_grey:hover {
        --tw-gradient-from: #B7B7B7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop\:hover\:from-medium_grey:hover {
        --tw-gradient-from: #575156;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .desktop\:hover\:from-lightten_grey:hover {
        --tw-gradient-from: #C6C6C6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .desktop\:hover\:from-grey_300:hover {
        --tw-gradient-from: #d3d3d3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .desktop\:hover\:from-grey_400:hover {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop\:hover\:from-medium_blue:hover {
        --tw-gradient-from: #45cdfc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .desktop\:hover\:from-dark_blue:hover {
        --tw-gradient-from: #0080ac;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .desktop\:hover\:from-text_blue:hover {
        --tw-gradient-from: #3FB2CF;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop\:hover\:from-footer_bg:hover {
        --tw-gradient-from: #464646;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .desktop\:hover\:from-brown:hover {
        --tw-gradient-from: #805300;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .desktop\:hover\:from-dark_brown:hover {
        --tw-gradient-from: #874433;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .desktop\:hover\:from-Light_purple:hover {
        --tw-gradient-from: #65479b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .desktop\:hover\:from-dark_green:hover {
        --tw-gradient-from: #479b51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .desktop\:hover\:from-medium_green:hover {
        --tw-gradient-from: #3aac2b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .desktop\:hover\:from-light_green:hover {
        --tw-gradient-from: #9acb3e;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .desktop\:hover\:from-green_900:hover {
        --tw-gradient-from: #396676;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .desktop\:hover\:from-dark_border:hover {
        --tw-gradient-from: #707070;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .desktop\:focus\:from-transparent:focus {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop\:focus\:from-current:focus {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop\:focus\:from-black:focus {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop\:focus\:from-white:focus {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop\:focus\:from-gray-50:focus {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .desktop\:focus\:from-gray-100:focus {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .desktop\:focus\:from-gray-200:focus {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .desktop\:focus\:from-gray-300:focus {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .desktop\:focus\:from-gray-400:focus {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .desktop\:focus\:from-gray-500:focus {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .desktop\:focus\:from-gray-600:focus {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .desktop\:focus\:from-gray-700:focus {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .desktop\:focus\:from-gray-800:focus {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .desktop\:focus\:from-gray-900:focus {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .desktop\:focus\:from-red-50:focus {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .desktop\:focus\:from-red-100:focus {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .desktop\:focus\:from-red-200:focus {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .desktop\:focus\:from-red-300:focus {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .desktop\:focus\:from-red-400:focus {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .desktop\:focus\:from-red-500:focus {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .desktop\:focus\:from-red-600:focus {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .desktop\:focus\:from-red-700:focus {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .desktop\:focus\:from-red-800:focus {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .desktop\:focus\:from-red-900:focus {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .desktop\:focus\:from-yellow:focus {
        --tw-gradient-from: #ed9143;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .desktop\:focus\:from-green:focus {
        --tw-gradient-from: #7bbc00;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .desktop\:focus\:from-blue:focus {
        --tw-gradient-from: #5ba4dc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .desktop\:focus\:from-indigo-50:focus {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .desktop\:focus\:from-indigo-100:focus {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .desktop\:focus\:from-indigo-200:focus {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .desktop\:focus\:from-indigo-300:focus {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .desktop\:focus\:from-indigo-400:focus {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .desktop\:focus\:from-indigo-500:focus {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .desktop\:focus\:from-indigo-600:focus {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .desktop\:focus\:from-indigo-700:focus {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .desktop\:focus\:from-indigo-800:focus {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .desktop\:focus\:from-indigo-900:focus {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .desktop\:focus\:from-purple:focus {
        --tw-gradient-from: #6847c3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .desktop\:focus\:from-pink:focus {
        --tw-gradient-from: #850737;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .desktop\:focus\:from-primary:focus {
        --tw-gradient-from: #6E6E6E;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .desktop\:focus\:from-secondary:focus {
        --tw-gradient-from: #ededed;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .desktop\:focus\:from-body_bg:focus {
        --tw-gradient-from: #ffffff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop\:focus\:from-body_text:focus {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop\:focus\:from-title:focus {
        --tw-gradient-from: #3fb2cf;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop\:focus\:from-grey:focus {
        --tw-gradient-from: #524A51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .desktop\:focus\:from-dark_grey:focus {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop\:focus\:from-light_grey:focus {
        --tw-gradient-from: #B7B7B7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop\:focus\:from-medium_grey:focus {
        --tw-gradient-from: #575156;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .desktop\:focus\:from-lightten_grey:focus {
        --tw-gradient-from: #C6C6C6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .desktop\:focus\:from-grey_300:focus {
        --tw-gradient-from: #d3d3d3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .desktop\:focus\:from-grey_400:focus {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop\:focus\:from-medium_blue:focus {
        --tw-gradient-from: #45cdfc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .desktop\:focus\:from-dark_blue:focus {
        --tw-gradient-from: #0080ac;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .desktop\:focus\:from-text_blue:focus {
        --tw-gradient-from: #3FB2CF;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop\:focus\:from-footer_bg:focus {
        --tw-gradient-from: #464646;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .desktop\:focus\:from-brown:focus {
        --tw-gradient-from: #805300;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .desktop\:focus\:from-dark_brown:focus {
        --tw-gradient-from: #874433;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .desktop\:focus\:from-Light_purple:focus {
        --tw-gradient-from: #65479b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .desktop\:focus\:from-dark_green:focus {
        --tw-gradient-from: #479b51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .desktop\:focus\:from-medium_green:focus {
        --tw-gradient-from: #3aac2b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .desktop\:focus\:from-light_green:focus {
        --tw-gradient-from: #9acb3e;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .desktop\:focus\:from-green_900:focus {
        --tw-gradient-from: #396676;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .desktop\:focus\:from-dark_border:focus {
        --tw-gradient-from: #707070;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .desktop\:via-transparent {
        --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop\:via-current {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop\:via-black {
        --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop\:via-white {
        --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop\:via-gray-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .desktop\:via-gray-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .desktop\:via-gray-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .desktop\:via-gray-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .desktop\:via-gray-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .desktop\:via-gray-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .desktop\:via-gray-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .desktop\:via-gray-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .desktop\:via-gray-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .desktop\:via-gray-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .desktop\:via-red-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .desktop\:via-red-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .desktop\:via-red-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .desktop\:via-red-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .desktop\:via-red-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .desktop\:via-red-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .desktop\:via-red-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .desktop\:via-red-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .desktop\:via-red-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .desktop\:via-red-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .desktop\:via-yellow {
        --tw-gradient-stops: var(--tw-gradient-from), #ed9143, var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .desktop\:via-green {
        --tw-gradient-stops: var(--tw-gradient-from), #7bbc00, var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .desktop\:via-blue {
        --tw-gradient-stops: var(--tw-gradient-from), #5ba4dc, var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .desktop\:via-indigo-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .desktop\:via-indigo-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .desktop\:via-indigo-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .desktop\:via-indigo-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .desktop\:via-indigo-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .desktop\:via-indigo-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .desktop\:via-indigo-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .desktop\:via-indigo-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .desktop\:via-indigo-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .desktop\:via-indigo-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .desktop\:via-purple {
        --tw-gradient-stops: var(--tw-gradient-from), #6847c3, var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .desktop\:via-pink {
        --tw-gradient-stops: var(--tw-gradient-from), #850737, var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .desktop\:via-primary {
        --tw-gradient-stops: var(--tw-gradient-from), #6E6E6E, var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .desktop\:via-secondary {
        --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .desktop\:via-body_bg {
        --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop\:via-body_text {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop\:via-title {
        --tw-gradient-stops: var(--tw-gradient-from), #3fb2cf, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop\:via-grey {
        --tw-gradient-stops: var(--tw-gradient-from), #524A51, var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .desktop\:via-dark_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop\:via-light_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop\:via-medium_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #575156, var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .desktop\:via-lightten_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #C6C6C6, var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .desktop\:via-grey_300 {
        --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .desktop\:via-grey_400 {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop\:via-medium_blue {
        --tw-gradient-stops: var(--tw-gradient-from), #45cdfc, var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .desktop\:via-dark_blue {
        --tw-gradient-stops: var(--tw-gradient-from), #0080ac, var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .desktop\:via-text_blue {
        --tw-gradient-stops: var(--tw-gradient-from), #3FB2CF, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop\:via-footer_bg {
        --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .desktop\:via-brown {
        --tw-gradient-stops: var(--tw-gradient-from), #805300, var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .desktop\:via-dark_brown {
        --tw-gradient-stops: var(--tw-gradient-from), #874433, var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .desktop\:via-Light_purple {
        --tw-gradient-stops: var(--tw-gradient-from), #65479b, var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .desktop\:via-dark_green {
        --tw-gradient-stops: var(--tw-gradient-from), #479b51, var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .desktop\:via-medium_green {
        --tw-gradient-stops: var(--tw-gradient-from), #3aac2b, var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .desktop\:via-light_green {
        --tw-gradient-stops: var(--tw-gradient-from), #9acb3e, var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .desktop\:via-green_900 {
        --tw-gradient-stops: var(--tw-gradient-from), #396676, var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .desktop\:via-dark_border {
        --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .desktop\:hover\:via-transparent:hover {
        --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop\:hover\:via-current:hover {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop\:hover\:via-black:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop\:hover\:via-white:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop\:hover\:via-gray-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .desktop\:hover\:via-gray-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .desktop\:hover\:via-gray-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .desktop\:hover\:via-gray-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .desktop\:hover\:via-gray-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .desktop\:hover\:via-gray-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .desktop\:hover\:via-gray-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .desktop\:hover\:via-gray-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .desktop\:hover\:via-gray-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .desktop\:hover\:via-gray-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .desktop\:hover\:via-red-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .desktop\:hover\:via-red-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .desktop\:hover\:via-red-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .desktop\:hover\:via-red-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .desktop\:hover\:via-red-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .desktop\:hover\:via-red-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .desktop\:hover\:via-red-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .desktop\:hover\:via-red-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .desktop\:hover\:via-red-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .desktop\:hover\:via-red-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .desktop\:hover\:via-yellow:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ed9143, var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .desktop\:hover\:via-green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7bbc00, var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .desktop\:hover\:via-blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #5ba4dc, var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .desktop\:hover\:via-indigo-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .desktop\:hover\:via-indigo-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .desktop\:hover\:via-indigo-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .desktop\:hover\:via-indigo-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .desktop\:hover\:via-indigo-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .desktop\:hover\:via-indigo-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .desktop\:hover\:via-indigo-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .desktop\:hover\:via-indigo-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .desktop\:hover\:via-indigo-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .desktop\:hover\:via-indigo-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .desktop\:hover\:via-purple:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6847c3, var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .desktop\:hover\:via-pink:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #850737, var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .desktop\:hover\:via-primary:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6E6E6E, var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .desktop\:hover\:via-secondary:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .desktop\:hover\:via-body_bg:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop\:hover\:via-body_text:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop\:hover\:via-title:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3fb2cf, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop\:hover\:via-grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #524A51, var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .desktop\:hover\:via-dark_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop\:hover\:via-light_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop\:hover\:via-medium_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #575156, var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .desktop\:hover\:via-lightten_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #C6C6C6, var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .desktop\:hover\:via-grey_300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .desktop\:hover\:via-grey_400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop\:hover\:via-medium_blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #45cdfc, var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .desktop\:hover\:via-dark_blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #0080ac, var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .desktop\:hover\:via-text_blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3FB2CF, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop\:hover\:via-footer_bg:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .desktop\:hover\:via-brown:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #805300, var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .desktop\:hover\:via-dark_brown:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #874433, var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .desktop\:hover\:via-Light_purple:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #65479b, var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .desktop\:hover\:via-dark_green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #479b51, var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .desktop\:hover\:via-medium_green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3aac2b, var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .desktop\:hover\:via-light_green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9acb3e, var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .desktop\:hover\:via-green_900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #396676, var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .desktop\:hover\:via-dark_border:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .desktop\:focus\:via-transparent:focus {
        --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop\:focus\:via-current:focus {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop\:focus\:via-black:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .desktop\:focus\:via-white:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop\:focus\:via-gray-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .desktop\:focus\:via-gray-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .desktop\:focus\:via-gray-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .desktop\:focus\:via-gray-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .desktop\:focus\:via-gray-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .desktop\:focus\:via-gray-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .desktop\:focus\:via-gray-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .desktop\:focus\:via-gray-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .desktop\:focus\:via-gray-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .desktop\:focus\:via-gray-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .desktop\:focus\:via-red-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .desktop\:focus\:via-red-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .desktop\:focus\:via-red-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .desktop\:focus\:via-red-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .desktop\:focus\:via-red-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .desktop\:focus\:via-red-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .desktop\:focus\:via-red-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .desktop\:focus\:via-red-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .desktop\:focus\:via-red-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .desktop\:focus\:via-red-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .desktop\:focus\:via-yellow:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ed9143, var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .desktop\:focus\:via-green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7bbc00, var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .desktop\:focus\:via-blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #5ba4dc, var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .desktop\:focus\:via-indigo-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .desktop\:focus\:via-indigo-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .desktop\:focus\:via-indigo-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .desktop\:focus\:via-indigo-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .desktop\:focus\:via-indigo-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .desktop\:focus\:via-indigo-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .desktop\:focus\:via-indigo-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .desktop\:focus\:via-indigo-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .desktop\:focus\:via-indigo-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .desktop\:focus\:via-indigo-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .desktop\:focus\:via-purple:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6847c3, var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .desktop\:focus\:via-pink:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #850737, var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .desktop\:focus\:via-primary:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6E6E6E, var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .desktop\:focus\:via-secondary:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .desktop\:focus\:via-body_bg:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .desktop\:focus\:via-body_text:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop\:focus\:via-title:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3fb2cf, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop\:focus\:via-grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #524A51, var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .desktop\:focus\:via-dark_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .desktop\:focus\:via-light_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop\:focus\:via-medium_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #575156, var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .desktop\:focus\:via-lightten_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #C6C6C6, var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .desktop\:focus\:via-grey_300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .desktop\:focus\:via-grey_400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .desktop\:focus\:via-medium_blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #45cdfc, var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .desktop\:focus\:via-dark_blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #0080ac, var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .desktop\:focus\:via-text_blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3FB2CF, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .desktop\:focus\:via-footer_bg:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .desktop\:focus\:via-brown:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #805300, var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .desktop\:focus\:via-dark_brown:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #874433, var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .desktop\:focus\:via-Light_purple:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #65479b, var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .desktop\:focus\:via-dark_green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #479b51, var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .desktop\:focus\:via-medium_green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3aac2b, var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .desktop\:focus\:via-light_green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9acb3e, var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .desktop\:focus\:via-green_900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #396676, var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .desktop\:focus\:via-dark_border:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .desktop\:to-transparent {
        --tw-gradient-to: transparent;
    }

    .desktop\:to-current {
        --tw-gradient-to: currentColor;
    }

    .desktop\:to-black {
        --tw-gradient-to: #000;
    }

    .desktop\:to-white {
        --tw-gradient-to: #fff;
    }

    .desktop\:to-gray-50 {
        --tw-gradient-to: #f9fafb;
    }

    .desktop\:to-gray-100 {
        --tw-gradient-to: #f3f4f6;
    }

    .desktop\:to-gray-200 {
        --tw-gradient-to: #e5e7eb;
    }

    .desktop\:to-gray-300 {
        --tw-gradient-to: #d1d5db;
    }

    .desktop\:to-gray-400 {
        --tw-gradient-to: #9ca3af;
    }

    .desktop\:to-gray-500 {
        --tw-gradient-to: #6b7280;
    }

    .desktop\:to-gray-600 {
        --tw-gradient-to: #4b5563;
    }

    .desktop\:to-gray-700 {
        --tw-gradient-to: #374151;
    }

    .desktop\:to-gray-800 {
        --tw-gradient-to: #1f2937;
    }

    .desktop\:to-gray-900 {
        --tw-gradient-to: #111827;
    }

    .desktop\:to-red-50 {
        --tw-gradient-to: #fef2f2;
    }

    .desktop\:to-red-100 {
        --tw-gradient-to: #fee2e2;
    }

    .desktop\:to-red-200 {
        --tw-gradient-to: #fecaca;
    }

    .desktop\:to-red-300 {
        --tw-gradient-to: #fca5a5;
    }

    .desktop\:to-red-400 {
        --tw-gradient-to: #f87171;
    }

    .desktop\:to-red-500 {
        --tw-gradient-to: #ef4444;
    }

    .desktop\:to-red-600 {
        --tw-gradient-to: #dc2626;
    }

    .desktop\:to-red-700 {
        --tw-gradient-to: #b91c1c;
    }

    .desktop\:to-red-800 {
        --tw-gradient-to: #991b1b;
    }

    .desktop\:to-red-900 {
        --tw-gradient-to: #7f1d1d;
    }

    .desktop\:to-yellow {
        --tw-gradient-to: #ed9143;
    }

    .desktop\:to-green {
        --tw-gradient-to: #7bbc00;
    }

    .desktop\:to-blue {
        --tw-gradient-to: #5ba4dc;
    }

    .desktop\:to-indigo-50 {
        --tw-gradient-to: #eef2ff;
    }

    .desktop\:to-indigo-100 {
        --tw-gradient-to: #e0e7ff;
    }

    .desktop\:to-indigo-200 {
        --tw-gradient-to: #c7d2fe;
    }

    .desktop\:to-indigo-300 {
        --tw-gradient-to: #a5b4fc;
    }

    .desktop\:to-indigo-400 {
        --tw-gradient-to: #818cf8;
    }

    .desktop\:to-indigo-500 {
        --tw-gradient-to: #6366f1;
    }

    .desktop\:to-indigo-600 {
        --tw-gradient-to: #4f46e5;
    }

    .desktop\:to-indigo-700 {
        --tw-gradient-to: #4338ca;
    }

    .desktop\:to-indigo-800 {
        --tw-gradient-to: #3730a3;
    }

    .desktop\:to-indigo-900 {
        --tw-gradient-to: #312e81;
    }

    .desktop\:to-purple {
        --tw-gradient-to: #6847c3;
    }

    .desktop\:to-pink {
        --tw-gradient-to: #850737;
    }

    .desktop\:to-primary {
        --tw-gradient-to: #6E6E6E;
    }

    .desktop\:to-secondary {
        --tw-gradient-to: #ededed;
    }

    .desktop\:to-body_bg {
        --tw-gradient-to: #ffffff;
    }

    .desktop\:to-body_text {
        --tw-gradient-to: #4a4349;
    }

    .desktop\:to-title {
        --tw-gradient-to: #3fb2cf;
    }

    .desktop\:to-grey {
        --tw-gradient-to: #524A51;
    }

    .desktop\:to-dark_grey {
        --tw-gradient-to: #4a4349;
    }

    .desktop\:to-light_grey {
        --tw-gradient-to: #B7B7B7;
    }

    .desktop\:to-medium_grey {
        --tw-gradient-to: #575156;
    }

    .desktop\:to-lightten_grey {
        --tw-gradient-to: #C6C6C6;
    }

    .desktop\:to-grey_300 {
        --tw-gradient-to: #d3d3d3;
    }

    .desktop\:to-grey_400 {
        --tw-gradient-to: #b7b7b7;
    }

    .desktop\:to-medium_blue {
        --tw-gradient-to: #45cdfc;
    }

    .desktop\:to-dark_blue {
        --tw-gradient-to: #0080ac;
    }

    .desktop\:to-text_blue {
        --tw-gradient-to: #3FB2CF;
    }

    .desktop\:to-footer_bg {
        --tw-gradient-to: #464646;
    }

    .desktop\:to-brown {
        --tw-gradient-to: #805300;
    }

    .desktop\:to-dark_brown {
        --tw-gradient-to: #874433;
    }

    .desktop\:to-Light_purple {
        --tw-gradient-to: #65479b;
    }

    .desktop\:to-dark_green {
        --tw-gradient-to: #479b51;
    }

    .desktop\:to-medium_green {
        --tw-gradient-to: #3aac2b;
    }

    .desktop\:to-light_green {
        --tw-gradient-to: #9acb3e;
    }

    .desktop\:to-green_900 {
        --tw-gradient-to: #396676;
    }

    .desktop\:to-dark_border {
        --tw-gradient-to: #707070;
    }

    .desktop\:hover\:to-transparent:hover {
        --tw-gradient-to: transparent;
    }

    .desktop\:hover\:to-current:hover {
        --tw-gradient-to: currentColor;
    }

    .desktop\:hover\:to-black:hover {
        --tw-gradient-to: #000;
    }

    .desktop\:hover\:to-white:hover {
        --tw-gradient-to: #fff;
    }

    .desktop\:hover\:to-gray-50:hover {
        --tw-gradient-to: #f9fafb;
    }

    .desktop\:hover\:to-gray-100:hover {
        --tw-gradient-to: #f3f4f6;
    }

    .desktop\:hover\:to-gray-200:hover {
        --tw-gradient-to: #e5e7eb;
    }

    .desktop\:hover\:to-gray-300:hover {
        --tw-gradient-to: #d1d5db;
    }

    .desktop\:hover\:to-gray-400:hover {
        --tw-gradient-to: #9ca3af;
    }

    .desktop\:hover\:to-gray-500:hover {
        --tw-gradient-to: #6b7280;
    }

    .desktop\:hover\:to-gray-600:hover {
        --tw-gradient-to: #4b5563;
    }

    .desktop\:hover\:to-gray-700:hover {
        --tw-gradient-to: #374151;
    }

    .desktop\:hover\:to-gray-800:hover {
        --tw-gradient-to: #1f2937;
    }

    .desktop\:hover\:to-gray-900:hover {
        --tw-gradient-to: #111827;
    }

    .desktop\:hover\:to-red-50:hover {
        --tw-gradient-to: #fef2f2;
    }

    .desktop\:hover\:to-red-100:hover {
        --tw-gradient-to: #fee2e2;
    }

    .desktop\:hover\:to-red-200:hover {
        --tw-gradient-to: #fecaca;
    }

    .desktop\:hover\:to-red-300:hover {
        --tw-gradient-to: #fca5a5;
    }

    .desktop\:hover\:to-red-400:hover {
        --tw-gradient-to: #f87171;
    }

    .desktop\:hover\:to-red-500:hover {
        --tw-gradient-to: #ef4444;
    }

    .desktop\:hover\:to-red-600:hover {
        --tw-gradient-to: #dc2626;
    }

    .desktop\:hover\:to-red-700:hover {
        --tw-gradient-to: #b91c1c;
    }

    .desktop\:hover\:to-red-800:hover {
        --tw-gradient-to: #991b1b;
    }

    .desktop\:hover\:to-red-900:hover {
        --tw-gradient-to: #7f1d1d;
    }

    .desktop\:hover\:to-yellow:hover {
        --tw-gradient-to: #ed9143;
    }

    .desktop\:hover\:to-green:hover {
        --tw-gradient-to: #7bbc00;
    }

    .desktop\:hover\:to-blue:hover {
        --tw-gradient-to: #5ba4dc;
    }

    .desktop\:hover\:to-indigo-50:hover {
        --tw-gradient-to: #eef2ff;
    }

    .desktop\:hover\:to-indigo-100:hover {
        --tw-gradient-to: #e0e7ff;
    }

    .desktop\:hover\:to-indigo-200:hover {
        --tw-gradient-to: #c7d2fe;
    }

    .desktop\:hover\:to-indigo-300:hover {
        --tw-gradient-to: #a5b4fc;
    }

    .desktop\:hover\:to-indigo-400:hover {
        --tw-gradient-to: #818cf8;
    }

    .desktop\:hover\:to-indigo-500:hover {
        --tw-gradient-to: #6366f1;
    }

    .desktop\:hover\:to-indigo-600:hover {
        --tw-gradient-to: #4f46e5;
    }

    .desktop\:hover\:to-indigo-700:hover {
        --tw-gradient-to: #4338ca;
    }

    .desktop\:hover\:to-indigo-800:hover {
        --tw-gradient-to: #3730a3;
    }

    .desktop\:hover\:to-indigo-900:hover {
        --tw-gradient-to: #312e81;
    }

    .desktop\:hover\:to-purple:hover {
        --tw-gradient-to: #6847c3;
    }

    .desktop\:hover\:to-pink:hover {
        --tw-gradient-to: #850737;
    }

    .desktop\:hover\:to-primary:hover {
        --tw-gradient-to: #6E6E6E;
    }

    .desktop\:hover\:to-secondary:hover {
        --tw-gradient-to: #ededed;
    }

    .desktop\:hover\:to-body_bg:hover {
        --tw-gradient-to: #ffffff;
    }

    .desktop\:hover\:to-body_text:hover {
        --tw-gradient-to: #4a4349;
    }

    .desktop\:hover\:to-title:hover {
        --tw-gradient-to: #3fb2cf;
    }

    .desktop\:hover\:to-grey:hover {
        --tw-gradient-to: #524A51;
    }

    .desktop\:hover\:to-dark_grey:hover {
        --tw-gradient-to: #4a4349;
    }

    .desktop\:hover\:to-light_grey:hover {
        --tw-gradient-to: #B7B7B7;
    }

    .desktop\:hover\:to-medium_grey:hover {
        --tw-gradient-to: #575156;
    }

    .desktop\:hover\:to-lightten_grey:hover {
        --tw-gradient-to: #C6C6C6;
    }

    .desktop\:hover\:to-grey_300:hover {
        --tw-gradient-to: #d3d3d3;
    }

    .desktop\:hover\:to-grey_400:hover {
        --tw-gradient-to: #b7b7b7;
    }

    .desktop\:hover\:to-medium_blue:hover {
        --tw-gradient-to: #45cdfc;
    }

    .desktop\:hover\:to-dark_blue:hover {
        --tw-gradient-to: #0080ac;
    }

    .desktop\:hover\:to-text_blue:hover {
        --tw-gradient-to: #3FB2CF;
    }

    .desktop\:hover\:to-footer_bg:hover {
        --tw-gradient-to: #464646;
    }

    .desktop\:hover\:to-brown:hover {
        --tw-gradient-to: #805300;
    }

    .desktop\:hover\:to-dark_brown:hover {
        --tw-gradient-to: #874433;
    }

    .desktop\:hover\:to-Light_purple:hover {
        --tw-gradient-to: #65479b;
    }

    .desktop\:hover\:to-dark_green:hover {
        --tw-gradient-to: #479b51;
    }

    .desktop\:hover\:to-medium_green:hover {
        --tw-gradient-to: #3aac2b;
    }

    .desktop\:hover\:to-light_green:hover {
        --tw-gradient-to: #9acb3e;
    }

    .desktop\:hover\:to-green_900:hover {
        --tw-gradient-to: #396676;
    }

    .desktop\:hover\:to-dark_border:hover {
        --tw-gradient-to: #707070;
    }

    .desktop\:focus\:to-transparent:focus {
        --tw-gradient-to: transparent;
    }

    .desktop\:focus\:to-current:focus {
        --tw-gradient-to: currentColor;
    }

    .desktop\:focus\:to-black:focus {
        --tw-gradient-to: #000;
    }

    .desktop\:focus\:to-white:focus {
        --tw-gradient-to: #fff;
    }

    .desktop\:focus\:to-gray-50:focus {
        --tw-gradient-to: #f9fafb;
    }

    .desktop\:focus\:to-gray-100:focus {
        --tw-gradient-to: #f3f4f6;
    }

    .desktop\:focus\:to-gray-200:focus {
        --tw-gradient-to: #e5e7eb;
    }

    .desktop\:focus\:to-gray-300:focus {
        --tw-gradient-to: #d1d5db;
    }

    .desktop\:focus\:to-gray-400:focus {
        --tw-gradient-to: #9ca3af;
    }

    .desktop\:focus\:to-gray-500:focus {
        --tw-gradient-to: #6b7280;
    }

    .desktop\:focus\:to-gray-600:focus {
        --tw-gradient-to: #4b5563;
    }

    .desktop\:focus\:to-gray-700:focus {
        --tw-gradient-to: #374151;
    }

    .desktop\:focus\:to-gray-800:focus {
        --tw-gradient-to: #1f2937;
    }

    .desktop\:focus\:to-gray-900:focus {
        --tw-gradient-to: #111827;
    }

    .desktop\:focus\:to-red-50:focus {
        --tw-gradient-to: #fef2f2;
    }

    .desktop\:focus\:to-red-100:focus {
        --tw-gradient-to: #fee2e2;
    }

    .desktop\:focus\:to-red-200:focus {
        --tw-gradient-to: #fecaca;
    }

    .desktop\:focus\:to-red-300:focus {
        --tw-gradient-to: #fca5a5;
    }

    .desktop\:focus\:to-red-400:focus {
        --tw-gradient-to: #f87171;
    }

    .desktop\:focus\:to-red-500:focus {
        --tw-gradient-to: #ef4444;
    }

    .desktop\:focus\:to-red-600:focus {
        --tw-gradient-to: #dc2626;
    }

    .desktop\:focus\:to-red-700:focus {
        --tw-gradient-to: #b91c1c;
    }

    .desktop\:focus\:to-red-800:focus {
        --tw-gradient-to: #991b1b;
    }

    .desktop\:focus\:to-red-900:focus {
        --tw-gradient-to: #7f1d1d;
    }

    .desktop\:focus\:to-yellow:focus {
        --tw-gradient-to: #ed9143;
    }

    .desktop\:focus\:to-green:focus {
        --tw-gradient-to: #7bbc00;
    }

    .desktop\:focus\:to-blue:focus {
        --tw-gradient-to: #5ba4dc;
    }

    .desktop\:focus\:to-indigo-50:focus {
        --tw-gradient-to: #eef2ff;
    }

    .desktop\:focus\:to-indigo-100:focus {
        --tw-gradient-to: #e0e7ff;
    }

    .desktop\:focus\:to-indigo-200:focus {
        --tw-gradient-to: #c7d2fe;
    }

    .desktop\:focus\:to-indigo-300:focus {
        --tw-gradient-to: #a5b4fc;
    }

    .desktop\:focus\:to-indigo-400:focus {
        --tw-gradient-to: #818cf8;
    }

    .desktop\:focus\:to-indigo-500:focus {
        --tw-gradient-to: #6366f1;
    }

    .desktop\:focus\:to-indigo-600:focus {
        --tw-gradient-to: #4f46e5;
    }

    .desktop\:focus\:to-indigo-700:focus {
        --tw-gradient-to: #4338ca;
    }

    .desktop\:focus\:to-indigo-800:focus {
        --tw-gradient-to: #3730a3;
    }

    .desktop\:focus\:to-indigo-900:focus {
        --tw-gradient-to: #312e81;
    }

    .desktop\:focus\:to-purple:focus {
        --tw-gradient-to: #6847c3;
    }

    .desktop\:focus\:to-pink:focus {
        --tw-gradient-to: #850737;
    }

    .desktop\:focus\:to-primary:focus {
        --tw-gradient-to: #6E6E6E;
    }

    .desktop\:focus\:to-secondary:focus {
        --tw-gradient-to: #ededed;
    }

    .desktop\:focus\:to-body_bg:focus {
        --tw-gradient-to: #ffffff;
    }

    .desktop\:focus\:to-body_text:focus {
        --tw-gradient-to: #4a4349;
    }

    .desktop\:focus\:to-title:focus {
        --tw-gradient-to: #3fb2cf;
    }

    .desktop\:focus\:to-grey:focus {
        --tw-gradient-to: #524A51;
    }

    .desktop\:focus\:to-dark_grey:focus {
        --tw-gradient-to: #4a4349;
    }

    .desktop\:focus\:to-light_grey:focus {
        --tw-gradient-to: #B7B7B7;
    }

    .desktop\:focus\:to-medium_grey:focus {
        --tw-gradient-to: #575156;
    }

    .desktop\:focus\:to-lightten_grey:focus {
        --tw-gradient-to: #C6C6C6;
    }

    .desktop\:focus\:to-grey_300:focus {
        --tw-gradient-to: #d3d3d3;
    }

    .desktop\:focus\:to-grey_400:focus {
        --tw-gradient-to: #b7b7b7;
    }

    .desktop\:focus\:to-medium_blue:focus {
        --tw-gradient-to: #45cdfc;
    }

    .desktop\:focus\:to-dark_blue:focus {
        --tw-gradient-to: #0080ac;
    }

    .desktop\:focus\:to-text_blue:focus {
        --tw-gradient-to: #3FB2CF;
    }

    .desktop\:focus\:to-footer_bg:focus {
        --tw-gradient-to: #464646;
    }

    .desktop\:focus\:to-brown:focus {
        --tw-gradient-to: #805300;
    }

    .desktop\:focus\:to-dark_brown:focus {
        --tw-gradient-to: #874433;
    }

    .desktop\:focus\:to-Light_purple:focus {
        --tw-gradient-to: #65479b;
    }

    .desktop\:focus\:to-dark_green:focus {
        --tw-gradient-to: #479b51;
    }

    .desktop\:focus\:to-medium_green:focus {
        --tw-gradient-to: #3aac2b;
    }

    .desktop\:focus\:to-light_green:focus {
        --tw-gradient-to: #9acb3e;
    }

    .desktop\:focus\:to-green_900:focus {
        --tw-gradient-to: #396676;
    }

    .desktop\:focus\:to-dark_border:focus {
        --tw-gradient-to: #707070;
    }

    .desktop\:decoration-slice {
        -webkit-box-decoration-break: slice;
        box-decoration-break: slice;
    }

    .desktop\:decoration-clone {
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
    }

    .desktop\:bg-auto {
        background-size: auto;
    }

    .desktop\:bg-cover {
        background-size: cover;
    }

    .desktop\:bg-contain {
        background-size: contain;
    }

    .desktop\:bg-fixed {
        background-attachment: fixed;
    }

    .desktop\:bg-local {
        background-attachment: local;
    }

    .desktop\:bg-scroll {
        background-attachment: scroll;
    }

    .desktop\:bg-clip-border {
        background-clip: border-box;
    }

    .desktop\:bg-clip-padding {
        background-clip: padding-box;
    }

    .desktop\:bg-clip-content {
        background-clip: content-box;
    }

    .desktop\:bg-clip-text {
        -webkit-background-clip: text;
        background-clip: text;
    }

    .desktop\:bg-bottom {
        background-position: bottom;
    }

    .desktop\:bg-center {
        background-position: center;
    }

    .desktop\:bg-left {
        background-position: left;
    }

    .desktop\:bg-left-bottom {
        background-position: left bottom;
    }

    .desktop\:bg-left-top {
        background-position: left top;
    }

    .desktop\:bg-right {
        background-position: right;
    }

    .desktop\:bg-right-bottom {
        background-position: right bottom;
    }

    .desktop\:bg-right-top {
        background-position: right top;
    }

    .desktop\:bg-top {
        background-position: top;
    }

    .desktop\:bg-repeat {
        background-repeat: repeat;
    }

    .desktop\:bg-no-repeat {
        background-repeat: no-repeat;
    }

    .desktop\:bg-repeat-x {
        background-repeat: repeat-x;
    }

    .desktop\:bg-repeat-y {
        background-repeat: repeat-y;
    }

    .desktop\:bg-repeat-round {
        background-repeat: round;
    }

    .desktop\:bg-repeat-space {
        background-repeat: space;
    }

    .desktop\:bg-origin-border {
        background-origin: border-box;
    }

    .desktop\:bg-origin-padding {
        background-origin: padding-box;
    }

    .desktop\:bg-origin-content {
        background-origin: content-box;
    }

    .desktop\:fill-current {
        fill: currentColor;
    }

    .desktop\:stroke-current {
        stroke: currentColor;
    }

    .desktop\:stroke-0 {
        stroke-width: 0;
    }

    .desktop\:stroke-1 {
        stroke-width: 1;
    }

    .desktop\:stroke-2 {
        stroke-width: 2;
    }

    .desktop\:object-contain {
        -o-object-fit: contain;
        object-fit: contain;
    }

    .desktop\:object-cover {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .desktop\:object-fill {
        -o-object-fit: fill;
        object-fit: fill;
    }

    .desktop\:object-none {
        -o-object-fit: none;
        object-fit: none;
    }

    .desktop\:object-scale-down {
        -o-object-fit: scale-down;
        object-fit: scale-down;
    }

    .desktop\:object-bottom {
        -o-object-position: bottom;
        object-position: bottom;
    }

    .desktop\:object-center {
        -o-object-position: center;
        object-position: center;
    }

    .desktop\:object-left {
        -o-object-position: left;
        object-position: left;
    }

    .desktop\:object-left-bottom {
        -o-object-position: left bottom;
        object-position: left bottom;
    }

    .desktop\:object-left-top {
        -o-object-position: left top;
        object-position: left top;
    }

    .desktop\:object-right {
        -o-object-position: right;
        object-position: right;
    }

    .desktop\:object-right-bottom {
        -o-object-position: right bottom;
        object-position: right bottom;
    }

    .desktop\:object-right-top {
        -o-object-position: right top;
        object-position: right top;
    }

    .desktop\:object-top {
        -o-object-position: top;
        object-position: top;
    }

    .desktop\:p-0 {
        padding: 0px;
    }

    .desktop\:p-1 {
        padding: 0.25rem;
    }

    .desktop\:p-2 {
        padding: 0.5rem;
    }

    .desktop\:p-3 {
        padding: 0.75rem;
    }

    .desktop\:p-4 {
        padding: 1rem;
    }

    .desktop\:p-5 {
        padding: 1.25rem;
    }

    .desktop\:p-6 {
        padding: 1.5rem;
    }

    .desktop\:p-7 {
        padding: 1.75rem;
    }

    .desktop\:p-8 {
        padding: 2rem;
    }

    .desktop\:p-9 {
        padding: 2.25rem;
    }

    .desktop\:p-10 {
        padding: 2.5rem;
    }

    .desktop\:p-11 {
        padding: 2.75rem;
    }

    .desktop\:p-12 {
        padding: 3rem;
    }

    .desktop\:p-13 {
        padding: 52px;
    }

    .desktop\:p-14 {
        padding: 3.5rem;
    }

    .desktop\:p-15 {
        padding: 3.93rem;
    }

    .desktop\:p-16 {
        padding: 4rem;
    }

    .desktop\:p-18 {
        padding: 4.375rem;
    }

    .desktop\:p-19 {
        padding: 76px;
    }

    .desktop\:p-20 {
        padding: 5rem;
    }

    .desktop\:p-22 {
        padding: 5.625rem;
    }

    .desktop\:p-24 {
        padding: 6rem;
    }

    .desktop\:p-26 {
        padding: 6.6875rem;
    }

    .desktop\:p-28 {
        padding: 7rem;
    }

    .desktop\:p-30 {
        padding: 120px;
    }

    .desktop\:p-32 {
        padding: 8rem;
    }

    .desktop\:p-36 {
        padding: 9rem;
    }

    .desktop\:p-40 {
        padding: 10rem;
    }

    .desktop\:p-44 {
        padding: 11rem;
    }

    .desktop\:p-46 {
        padding: 11.5625rem;
    }

    .desktop\:p-48 {
        padding: 12rem;
    }

    .desktop\:p-52 {
        padding: 13rem;
    }

    .desktop\:p-56 {
        padding: 14rem;
    }

    .desktop\:p-60 {
        padding: 15rem;
    }

    .desktop\:p-64 {
        padding: 16rem;
    }

    .desktop\:p-72 {
        padding: 18rem;
    }

    .desktop\:p-80 {
        padding: 20rem;
    }

    .desktop\:p-96 {
        padding: 24rem;
    }

    .desktop\:p-px {
        padding: 1px;
    }

    .desktop\:p-0\.5 {
        padding: 0.125rem;
    }

    .desktop\:p-1\.5 {
        padding: 0.375rem;
    }

    .desktop\:p-2\.5 {
        padding: 0.625rem;
    }

    .desktop\:p-3\.5 {
        padding: 0.875rem;
    }

    .desktop\:p-5p {
        padding: 5px;
    }

    .desktop\:p-10p {
        padding: 10px;
    }

    .desktop\:p-14p {
        padding: 14px;
    }

    .desktop\:p-15p {
        padding: 15px;
    }

    .desktop\:p-15_2 {
        padding: 60px;
    }

    .desktop\:p-16_1 {
        padding: 52px;
    }

    .desktop\:p-16p {
        padding: 16px;
    }

    .desktop\:p-25p {
        padding: 25px;
    }

    .desktop\:p-48p {
        padding: 48%;
    }

    .desktop\:p-52p {
        padding: 52%;
    }

    .desktop\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .desktop\:px-1 {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .desktop\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .desktop\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .desktop\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .desktop\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .desktop\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .desktop\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

    .desktop\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .desktop\:px-9 {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }

    .desktop\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .desktop\:px-11 {
        padding-left: 2.75rem;
        padding-right: 2.75rem;
    }

    .desktop\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .desktop\:px-13 {
        padding-left: 52px;
        padding-right: 52px;
    }

    .desktop\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }

    .desktop\:px-15 {
        padding-left: 3.93rem;
        padding-right: 3.93rem;
    }

    .desktop\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .desktop\:px-18 {
        padding-left: 4.375rem;
        padding-right: 4.375rem;
    }

    .desktop\:px-19 {
        padding-left: 76px;
        padding-right: 76px;
    }

    .desktop\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .desktop\:px-22 {
        padding-left: 5.625rem;
        padding-right: 5.625rem;
    }

    .desktop\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem;
    }

    .desktop\:px-26 {
        padding-left: 6.6875rem;
        padding-right: 6.6875rem;
    }

    .desktop\:px-28 {
        padding-left: 7rem;
        padding-right: 7rem;
    }

    .desktop\:px-30 {
        padding-left: 120px;
        padding-right: 120px;
    }

    .desktop\:px-32 {
        padding-left: 8rem;
        padding-right: 8rem;
    }

    .desktop\:px-36 {
        padding-left: 9rem;
        padding-right: 9rem;
    }

    .desktop\:px-40 {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .desktop\:px-44 {
        padding-left: 11rem;
        padding-right: 11rem;
    }

    .desktop\:px-46 {
        padding-left: 11.5625rem;
        padding-right: 11.5625rem;
    }

    .desktop\:px-48 {
        padding-left: 12rem;
        padding-right: 12rem;
    }

    .desktop\:px-52 {
        padding-left: 13rem;
        padding-right: 13rem;
    }

    .desktop\:px-56 {
        padding-left: 14rem;
        padding-right: 14rem;
    }

    .desktop\:px-60 {
        padding-left: 15rem;
        padding-right: 15rem;
    }

    .desktop\:px-64 {
        padding-left: 16rem;
        padding-right: 16rem;
    }

    .desktop\:px-72 {
        padding-left: 18rem;
        padding-right: 18rem;
    }

    .desktop\:px-80 {
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .desktop\:px-96 {
        padding-left: 24rem;
        padding-right: 24rem;
    }

    .desktop\:px-px {
        padding-left: 1px;
        padding-right: 1px;
    }

    .desktop\:px-0\.5 {
        padding-left: 0.125rem;
        padding-right: 0.125rem;
    }

    .desktop\:px-1\.5 {
        padding-left: 0.375rem;
        padding-right: 0.375rem;
    }

    .desktop\:px-2\.5 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }

    .desktop\:px-3\.5 {
        padding-left: 0.875rem;
        padding-right: 0.875rem;
    }

    .desktop\:px-5p {
        padding-left: 5px;
        padding-right: 5px;
    }

    .desktop\:px-10p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .desktop\:px-14p {
        padding-left: 14px;
        padding-right: 14px;
    }

    .desktop\:px-15p {
        padding-left: 15px;
        padding-right: 15px;
    }

    .desktop\:px-15_2 {
        padding-left: 60px;
        padding-right: 60px;
    }

    .desktop\:px-16_1 {
        padding-left: 52px;
        padding-right: 52px;
    }

    .desktop\:px-16p {
        padding-left: 16px;
        padding-right: 16px;
    }

    .desktop\:px-25p {
        padding-left: 25px;
        padding-right: 25px;
    }

    .desktop\:px-48p {
        padding-left: 48%;
        padding-right: 48%;
    }

    .desktop\:px-52p {
        padding-left: 52%;
        padding-right: 52%;
    }

    .desktop\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .desktop\:py-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .desktop\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .desktop\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .desktop\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .desktop\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .desktop\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .desktop\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

    .desktop\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .desktop\:py-9 {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }

    .desktop\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .desktop\:py-11 {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem;
    }

    .desktop\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .desktop\:py-13 {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .desktop\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .desktop\:py-15 {
        padding-top: 3.93rem;
        padding-bottom: 3.93rem;
    }

    .desktop\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .desktop\:py-18 {
        padding-top: 4.375rem;
        padding-bottom: 4.375rem;
    }

    .desktop\:py-19 {
        padding-top: 76px;
        padding-bottom: 76px;
    }

    .desktop\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .desktop\:py-22 {
        padding-top: 5.625rem;
        padding-bottom: 5.625rem;
    }

    .desktop\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .desktop\:py-26 {
        padding-top: 6.6875rem;
        padding-bottom: 6.6875rem;
    }

    .desktop\:py-28 {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    .desktop\:py-30 {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .desktop\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .desktop\:py-36 {
        padding-top: 9rem;
        padding-bottom: 9rem;
    }

    .desktop\:py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .desktop\:py-44 {
        padding-top: 11rem;
        padding-bottom: 11rem;
    }

    .desktop\:py-46 {
        padding-top: 11.5625rem;
        padding-bottom: 11.5625rem;
    }

    .desktop\:py-48 {
        padding-top: 12rem;
        padding-bottom: 12rem;
    }

    .desktop\:py-52 {
        padding-top: 13rem;
        padding-bottom: 13rem;
    }

    .desktop\:py-56 {
        padding-top: 14rem;
        padding-bottom: 14rem;
    }

    .desktop\:py-60 {
        padding-top: 15rem;
        padding-bottom: 15rem;
    }

    .desktop\:py-64 {
        padding-top: 16rem;
        padding-bottom: 16rem;
    }

    .desktop\:py-72 {
        padding-top: 18rem;
        padding-bottom: 18rem;
    }

    .desktop\:py-80 {
        padding-top: 20rem;
        padding-bottom: 20rem;
    }

    .desktop\:py-96 {
        padding-top: 24rem;
        padding-bottom: 24rem;
    }

    .desktop\:py-px {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .desktop\:py-0\.5 {
        padding-top: 0.125rem;
        padding-bottom: 0.125rem;
    }

    .desktop\:py-1\.5 {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
    }

    .desktop\:py-2\.5 {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }

    .desktop\:py-3\.5 {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
    }

    .desktop\:py-5p {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .desktop\:py-10p {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .desktop\:py-14p {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .desktop\:py-15p {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .desktop\:py-15_2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .desktop\:py-16_1 {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .desktop\:py-16p {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .desktop\:py-25p {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .desktop\:py-48p {
        padding-top: 48%;
        padding-bottom: 48%;
    }

    .desktop\:py-52p {
        padding-top: 52%;
        padding-bottom: 52%;
    }

    .desktop\:pt-0 {
        padding-top: 0px;
    }

    .desktop\:pt-1 {
        padding-top: 0.25rem;
    }

    .desktop\:pt-2 {
        padding-top: 0.5rem;
    }

    .desktop\:pt-3 {
        padding-top: 0.75rem;
    }

    .desktop\:pt-4 {
        padding-top: 1rem;
    }

    .desktop\:pt-5 {
        padding-top: 1.25rem;
    }

    .desktop\:pt-6 {
        padding-top: 1.5rem;
    }

    .desktop\:pt-7 {
        padding-top: 1.75rem;
    }

    .desktop\:pt-8 {
        padding-top: 2rem;
    }

    .desktop\:pt-9 {
        padding-top: 2.25rem;
    }

    .desktop\:pt-10 {
        padding-top: 2.5rem;
    }

    .desktop\:pt-11 {
        padding-top: 2.75rem;
    }

    .desktop\:pt-12 {
        padding-top: 3rem;
    }

    .desktop\:pt-13 {
        padding-top: 52px;
    }

    .desktop\:pt-14 {
        padding-top: 3.5rem;
    }

    .desktop\:pt-15 {
        padding-top: 3.93rem;
    }

    .desktop\:pt-16 {
        padding-top: 4rem;
    }

    .desktop\:pt-18 {
        padding-top: 4.375rem;
    }

    .desktop\:pt-19 {
        padding-top: 76px;
    }

    .desktop\:pt-20 {
        padding-top: 5rem;
    }

    .desktop\:pt-22 {
        padding-top: 5.625rem;
    }

    .desktop\:pt-24 {
        padding-top: 6rem;
    }

    .desktop\:pt-26 {
        padding-top: 6.6875rem;
    }

    .desktop\:pt-28 {
        padding-top: 7rem;
    }

    .desktop\:pt-30 {
        padding-top: 120px;
    }

    .desktop\:pt-32 {
        padding-top: 8rem;
    }

    .desktop\:pt-36 {
        padding-top: 9rem;
    }

    .desktop\:pt-40 {
        padding-top: 10rem;
    }

    .desktop\:pt-44 {
        padding-top: 11rem;
    }

    .desktop\:pt-46 {
        padding-top: 11.5625rem;
    }

    .desktop\:pt-48 {
        padding-top: 12rem;
    }

    .desktop\:pt-52 {
        padding-top: 13rem;
    }

    .desktop\:pt-56 {
        padding-top: 14rem;
    }

    .desktop\:pt-60 {
        padding-top: 15rem;
    }

    .desktop\:pt-64 {
        padding-top: 16rem;
    }

    .desktop\:pt-72 {
        padding-top: 18rem;
    }

    .desktop\:pt-80 {
        padding-top: 20rem;
    }

    .desktop\:pt-96 {
        padding-top: 24rem;
    }

    .desktop\:pt-px {
        padding-top: 1px;
    }

    .desktop\:pt-0\.5 {
        padding-top: 0.125rem;
    }

    .desktop\:pt-1\.5 {
        padding-top: 0.375rem;
    }

    .desktop\:pt-2\.5 {
        padding-top: 0.625rem;
    }

    .desktop\:pt-3\.5 {
        padding-top: 0.875rem;
    }

    .desktop\:pt-5p {
        padding-top: 5px;
    }

    .desktop\:pt-10p {
        padding-top: 10px;
    }

    .desktop\:pt-14p {
        padding-top: 14px;
    }

    .desktop\:pt-15p {
        padding-top: 15px;
    }

    .desktop\:pt-15_2 {
        padding-top: 60px;
    }

    .desktop\:pt-16_1 {
        padding-top: 52px;
    }

    .desktop\:pt-16p {
        padding-top: 16px;
    }

    .desktop\:pt-25p {
        padding-top: 25px;
    }

    .desktop\:pt-48p {
        padding-top: 48%;
    }

    .desktop\:pt-52p {
        padding-top: 52%;
    }

    .desktop\:pr-0 {
        padding-right: 0px;
    }

    .desktop\:pr-1 {
        padding-right: 0.25rem;
    }

    .desktop\:pr-2 {
        padding-right: 0.5rem;
    }

    .desktop\:pr-3 {
        padding-right: 0.75rem;
    }

    .desktop\:pr-4 {
        padding-right: 1rem;
    }

    .desktop\:pr-5 {
        padding-right: 1.25rem;
    }

    .desktop\:pr-6 {
        padding-right: 1.5rem;
    }

    .desktop\:pr-7 {
        padding-right: 1.75rem;
    }

    .desktop\:pr-8 {
        padding-right: 2rem;
    }

    .desktop\:pr-9 {
        padding-right: 2.25rem;
    }

    .desktop\:pr-10 {
        padding-right: 2.5rem;
    }

    .desktop\:pr-11 {
        padding-right: 2.75rem;
    }

    .desktop\:pr-12 {
        padding-right: 3rem;
    }

    .desktop\:pr-13 {
        padding-right: 52px;
    }

    .desktop\:pr-14 {
        padding-right: 3.5rem;
    }

    .desktop\:pr-15 {
        padding-right: 3.93rem;
    }

    .desktop\:pr-16 {
        padding-right: 4rem;
    }

    .desktop\:pr-18 {
        padding-right: 4.375rem;
    }

    .desktop\:pr-19 {
        padding-right: 76px;
    }

    .desktop\:pr-20 {
        padding-right: 5rem;
    }

    .desktop\:pr-22 {
        padding-right: 5.625rem;
    }

    .desktop\:pr-24 {
        padding-right: 6rem;
    }

    .desktop\:pr-26 {
        padding-right: 6.6875rem;
    }

    .desktop\:pr-28 {
        padding-right: 7rem;
    }

    .desktop\:pr-30 {
        padding-right: 120px;
    }

    .desktop\:pr-32 {
        padding-right: 8rem;
    }

    .desktop\:pr-36 {
        padding-right: 9rem;
    }

    .desktop\:pr-40 {
        padding-right: 10rem;
    }

    .desktop\:pr-44 {
        padding-right: 11rem;
    }

    .desktop\:pr-46 {
        padding-right: 11.5625rem;
    }

    .desktop\:pr-48 {
        padding-right: 12rem;
    }

    .desktop\:pr-52 {
        padding-right: 13rem;
    }

    .desktop\:pr-56 {
        padding-right: 14rem;
    }

    .desktop\:pr-60 {
        padding-right: 15rem;
    }

    .desktop\:pr-64 {
        padding-right: 16rem;
    }

    .desktop\:pr-72 {
        padding-right: 18rem;
    }

    .desktop\:pr-80 {
        padding-right: 20rem;
    }

    .desktop\:pr-96 {
        padding-right: 24rem;
    }

    .desktop\:pr-px {
        padding-right: 1px;
    }

    .desktop\:pr-0\.5 {
        padding-right: 0.125rem;
    }

    .desktop\:pr-1\.5 {
        padding-right: 0.375rem;
    }

    .desktop\:pr-2\.5 {
        padding-right: 0.625rem;
    }

    .desktop\:pr-3\.5 {
        padding-right: 0.875rem;
    }

    .desktop\:pr-5p {
        padding-right: 5px;
    }

    .desktop\:pr-10p {
        padding-right: 10px;
    }

    .desktop\:pr-14p {
        padding-right: 14px;
    }

    .desktop\:pr-15p {
        padding-right: 15px;
    }

    .desktop\:pr-15_2 {
        padding-right: 60px;
    }

    .desktop\:pr-16_1 {
        padding-right: 52px;
    }

    .desktop\:pr-16p {
        padding-right: 16px;
    }

    .desktop\:pr-25p {
        padding-right: 25px;
    }

    .desktop\:pr-48p {
        padding-right: 48%;
    }

    .desktop\:pr-52p {
        padding-right: 52%;
    }

    .desktop\:pb-0 {
        padding-bottom: 0px;
    }

    .desktop\:pb-1 {
        padding-bottom: 0.25rem;
    }

    .desktop\:pb-2 {
        padding-bottom: 0.5rem;
    }

    .desktop\:pb-3 {
        padding-bottom: 0.75rem;
    }

    .desktop\:pb-4 {
        padding-bottom: 1rem;
    }

    .desktop\:pb-5 {
        padding-bottom: 1.25rem;
    }

    .desktop\:pb-6 {
        padding-bottom: 1.5rem;
    }

    .desktop\:pb-7 {
        padding-bottom: 1.75rem;
    }

    .desktop\:pb-8 {
        padding-bottom: 2rem;
    }

    .desktop\:pb-9 {
        padding-bottom: 2.25rem;
    }

    .desktop\:pb-10 {
        padding-bottom: 2.5rem;
    }

    .desktop\:pb-11 {
        padding-bottom: 2.75rem;
    }

    .desktop\:pb-12 {
        padding-bottom: 3rem;
    }

    .desktop\:pb-13 {
        padding-bottom: 52px;
    }

    .desktop\:pb-14 {
        padding-bottom: 3.5rem;
    }

    .desktop\:pb-15 {
        padding-bottom: 3.93rem;
    }

    .desktop\:pb-16 {
        padding-bottom: 4rem;
    }

    .desktop\:pb-18 {
        padding-bottom: 4.375rem;
    }

    .desktop\:pb-19 {
        padding-bottom: 76px;
    }

    .desktop\:pb-20 {
        padding-bottom: 5rem;
    }

    .desktop\:pb-22 {
        padding-bottom: 5.625rem;
    }

    .desktop\:pb-24 {
        padding-bottom: 6rem;
    }

    .desktop\:pb-26 {
        padding-bottom: 6.6875rem;
    }

    .desktop\:pb-28 {
        padding-bottom: 7rem;
    }

    .desktop\:pb-30 {
        padding-bottom: 120px;
    }

    .desktop\:pb-32 {
        padding-bottom: 8rem;
    }

    .desktop\:pb-36 {
        padding-bottom: 9rem;
    }

    .desktop\:pb-40 {
        padding-bottom: 10rem;
    }

    .desktop\:pb-44 {
        padding-bottom: 11rem;
    }

    .desktop\:pb-46 {
        padding-bottom: 11.5625rem;
    }

    .desktop\:pb-48 {
        padding-bottom: 12rem;
    }

    .desktop\:pb-52 {
        padding-bottom: 13rem;
    }

    .desktop\:pb-56 {
        padding-bottom: 14rem;
    }

    .desktop\:pb-60 {
        padding-bottom: 15rem;
    }

    .desktop\:pb-64 {
        padding-bottom: 16rem;
    }

    .desktop\:pb-72 {
        padding-bottom: 18rem;
    }

    .desktop\:pb-80 {
        padding-bottom: 20rem;
    }

    .desktop\:pb-96 {
        padding-bottom: 24rem;
    }

    .desktop\:pb-px {
        padding-bottom: 1px;
    }

    .desktop\:pb-0\.5 {
        padding-bottom: 0.125rem;
    }

    .desktop\:pb-1\.5 {
        padding-bottom: 0.375rem;
    }

    .desktop\:pb-2\.5 {
        padding-bottom: 0.625rem;
    }

    .desktop\:pb-3\.5 {
        padding-bottom: 0.875rem;
    }

    .desktop\:pb-5p {
        padding-bottom: 5px;
    }

    .desktop\:pb-10p {
        padding-bottom: 10px;
    }

    .desktop\:pb-14p {
        padding-bottom: 14px;
    }

    .desktop\:pb-15p {
        padding-bottom: 15px;
    }

    .desktop\:pb-15_2 {
        padding-bottom: 60px;
    }

    .desktop\:pb-16_1 {
        padding-bottom: 52px;
    }

    .desktop\:pb-16p {
        padding-bottom: 16px;
    }

    .desktop\:pb-25p {
        padding-bottom: 25px;
    }

    .desktop\:pb-48p {
        padding-bottom: 48%;
    }

    .desktop\:pb-52p {
        padding-bottom: 52%;
    }

    .desktop\:pl-0 {
        padding-left: 0px;
    }

    .desktop\:pl-1 {
        padding-left: 0.25rem;
    }

    .desktop\:pl-2 {
        padding-left: 0.5rem;
    }

    .desktop\:pl-3 {
        padding-left: 0.75rem;
    }

    .desktop\:pl-4 {
        padding-left: 1rem;
    }

    .desktop\:pl-5 {
        padding-left: 1.25rem;
    }

    .desktop\:pl-6 {
        padding-left: 1.5rem;
    }

    .desktop\:pl-7 {
        padding-left: 1.75rem;
    }

    .desktop\:pl-8 {
        padding-left: 2rem;
    }

    .desktop\:pl-9 {
        padding-left: 2.25rem;
    }

    .desktop\:pl-10 {
        padding-left: 2.5rem;
    }

    .desktop\:pl-11 {
        padding-left: 2.75rem;
    }

    .desktop\:pl-12 {
        padding-left: 3rem;
    }

    .desktop\:pl-13 {
        padding-left: 52px;
    }

    .desktop\:pl-14 {
        padding-left: 3.5rem;
    }

    .desktop\:pl-15 {
        padding-left: 3.93rem;
    }

    .desktop\:pl-16 {
        padding-left: 4rem;
    }

    .desktop\:pl-18 {
        padding-left: 4.375rem;
    }

    .desktop\:pl-19 {
        padding-left: 76px;
    }

    .desktop\:pl-20 {
        padding-left: 5rem;
    }

    .desktop\:pl-22 {
        padding-left: 5.625rem;
    }

    .desktop\:pl-24 {
        padding-left: 6rem;
    }

    .desktop\:pl-26 {
        padding-left: 6.6875rem;
    }

    .desktop\:pl-28 {
        padding-left: 7rem;
    }

    .desktop\:pl-30 {
        padding-left: 120px;
    }

    .desktop\:pl-32 {
        padding-left: 8rem;
    }

    .desktop\:pl-36 {
        padding-left: 9rem;
    }

    .desktop\:pl-40 {
        padding-left: 10rem;
    }

    .desktop\:pl-44 {
        padding-left: 11rem;
    }

    .desktop\:pl-46 {
        padding-left: 11.5625rem;
    }

    .desktop\:pl-48 {
        padding-left: 12rem;
    }

    .desktop\:pl-52 {
        padding-left: 13rem;
    }

    .desktop\:pl-56 {
        padding-left: 14rem;
    }

    .desktop\:pl-60 {
        padding-left: 15rem;
    }

    .desktop\:pl-64 {
        padding-left: 16rem;
    }

    .desktop\:pl-72 {
        padding-left: 18rem;
    }

    .desktop\:pl-80 {
        padding-left: 20rem;
    }

    .desktop\:pl-96 {
        padding-left: 24rem;
    }

    .desktop\:pl-px {
        padding-left: 1px;
    }

    .desktop\:pl-0\.5 {
        padding-left: 0.125rem;
    }

    .desktop\:pl-1\.5 {
        padding-left: 0.375rem;
    }

    .desktop\:pl-2\.5 {
        padding-left: 0.625rem;
    }

    .desktop\:pl-3\.5 {
        padding-left: 0.875rem;
    }

    .desktop\:pl-5p {
        padding-left: 5px;
    }

    .desktop\:pl-10p {
        padding-left: 10px;
    }

    .desktop\:pl-14p {
        padding-left: 14px;
    }

    .desktop\:pl-15p {
        padding-left: 15px;
    }

    .desktop\:pl-15_2 {
        padding-left: 60px;
    }

    .desktop\:pl-16_1 {
        padding-left: 52px;
    }

    .desktop\:pl-16p {
        padding-left: 16px;
    }

    .desktop\:pl-25p {
        padding-left: 25px;
    }

    .desktop\:pl-48p {
        padding-left: 48%;
    }

    .desktop\:pl-52p {
        padding-left: 52%;
    }

    .desktop\:text-left {
        text-align: left;
    }

    .desktop\:text-center {
        text-align: center;
    }

    .desktop\:text-right {
        text-align: right;
    }

    .desktop\:text-justify {
        text-align: justify;
    }

    .desktop\:align-baseline {
        vertical-align: baseline;
    }

    .desktop\:align-top {
        vertical-align: top;
    }

    .desktop\:align-middle {
        vertical-align: middle;
    }

    .desktop\:align-bottom {
        vertical-align: bottom;
    }

    .desktop\:align-text-top {
        vertical-align: text-top;
    }

    .desktop\:align-text-bottom {
        vertical-align: text-bottom;
    }

    .desktop\: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";
    }

    .desktop\:font-serif {
        font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    }

    .desktop\:font-mono {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    }

    .desktop\:font-body {
        font-family: "Red Hat Display";
    }

    .desktop\:font-primary {
        font-family: "Noto Sans";
    }

    .desktop\:font-secondary {
        font-family: "Montserrat";
    }

    .desktop\:font-Helvetica_Bold {
        font-family: "Helvetica-Bold";
    }

    .desktop\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }

    .desktop\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .desktop\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .desktop\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .desktop\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .desktop\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .desktop\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .desktop\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .desktop\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

    .desktop\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }

    .desktop\:text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }

    .desktop\:text-8xl {
        font-size: 6rem;
        line-height: 1;
    }

    .desktop\:text-9xl {
        font-size: 8rem;
        line-height: 1;
    }

    .desktop\:text-10p {
        font-size: 0.625rem;
    }

    .desktop\:text-50p {
        font-size: 3.125rem;
    }

    .desktop\:text-40p {
        font-size: 2.5rem;
    }

    .desktop\:text-8\.5xl {
        font-size: 7.5rem;
        line-height: 7.8rem;
    }

    .desktop\:text-80p {
        font-size: 80px;
        line-height: 90px;
    }

    .desktop\:font-thin {
        font-weight: 100;
    }

    .desktop\:font-extralight {
        font-weight: 200;
    }

    .desktop\:font-light {
        font-weight: 300;
    }

    .desktop\:font-normal {
        font-weight: 400;
    }

    .desktop\:font-medium {
        font-weight: 500;
    }

    .desktop\:font-semibold {
        font-weight: 600;
    }

    .desktop\:font-bold {
        font-weight: 700;
    }

    .desktop\:font-extrabold {
        font-weight: 800;
    }

    .desktop\:font-black {
        font-weight: 900;
    }

    .desktop\:uppercase {
        text-transform: uppercase;
    }

    .desktop\:lowercase {
        text-transform: lowercase;
    }

    .desktop\:capitalize {
        text-transform: capitalize;
    }

    .desktop\:normal-case {
        text-transform: none;
    }

    .desktop\:italic {
        font-style: italic;
    }

    .desktop\:not-italic {
        font-style: normal;
    }

    .desktop\:ordinal,
    .desktop\:slashed-zero,
    .desktop\:lining-nums,
    .desktop\:oldstyle-nums,
    .desktop\:proportional-nums,
    .desktop\:tabular-nums,
    .desktop\:diagonal-fractions,
    .desktop\:stacked-fractions {
        --tw-ordinal: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-slashed-zero: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-numeric-figure: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-numeric-spacing: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-numeric-fraction: var(--tw-empty,
                /*!*/
                /*!*/
            );
        font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
    }

    .desktop\:normal-nums {
        font-variant-numeric: normal;
    }

    .desktop\:ordinal {
        --tw-ordinal: ordinal;
    }

    .desktop\:slashed-zero {
        --tw-slashed-zero: slashed-zero;
    }

    .desktop\:lining-nums {
        --tw-numeric-figure: lining-nums;
    }

    .desktop\:oldstyle-nums {
        --tw-numeric-figure: oldstyle-nums;
    }

    .desktop\:proportional-nums {
        --tw-numeric-spacing: proportional-nums;
    }

    .desktop\:tabular-nums {
        --tw-numeric-spacing: tabular-nums;
    }

    .desktop\:diagonal-fractions {
        --tw-numeric-fraction: diagonal-fractions;
    }

    .desktop\:stacked-fractions {
        --tw-numeric-fraction: stacked-fractions;
    }

    .desktop\:leading-3 {
        line-height: .75rem;
    }

    .desktop\:leading-4 {
        line-height: 1rem;
    }

    .desktop\:leading-5 {
        line-height: 1.25rem;
    }

    .desktop\:leading-6 {
        line-height: 1.5rem;
    }

    .desktop\:leading-7 {
        line-height: 1.75rem;
    }

    .desktop\:leading-8 {
        line-height: 2rem;
    }

    .desktop\:leading-9 {
        line-height: 2.25rem;
    }

    .desktop\:leading-10 {
        line-height: 2.5rem;
    }

    .desktop\:leading-none {
        line-height: 1;
    }

    .desktop\:leading-tight {
        line-height: 1.25;
    }

    .desktop\:leading-snug {
        line-height: 1.375;
    }

    .desktop\:leading-normal {
        line-height: 1.5;
    }

    .desktop\:leading-relaxed {
        line-height: 1.625;
    }

    .desktop\:leading-loose {
        line-height: 2;
    }

    .desktop\:tracking-tightest {
        letter-spacing: -.075em;
    }

    .desktop\:tracking-tighter {
        letter-spacing: -.05em;
    }

    .desktop\:tracking-tight {
        letter-spacing: -.025em;
    }

    .desktop\:tracking-normal {
        letter-spacing: 0;
    }

    .desktop\:tracking-wide {
        letter-spacing: 1.5px;
    }

    .desktop\:tracking-wider {
        letter-spacing: .05em;
    }

    .desktop\:tracking-wider_lg {
        letter-spacing: .1em;
    }

    .desktop\:tracking-widest {
        letter-spacing: .15em;
    }

    .desktop\:text-transparent {
        color: transparent;
    }

    .desktop\:text-current {
        color: currentColor;
    }

    .desktop\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .desktop\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .desktop\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .desktop\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .desktop\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .desktop\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .desktop\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .desktop\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .desktop\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .desktop\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .desktop\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .desktop\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .desktop\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .desktop\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .desktop\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .desktop\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .desktop\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .desktop\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .desktop\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .desktop\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .desktop\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .desktop\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .desktop\:text-yellow {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .desktop\:text-green {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .desktop\:text-blue {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .desktop\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .desktop\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .desktop\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .desktop\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .desktop\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .desktop\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .desktop\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .desktop\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .desktop\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .desktop\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .desktop\:text-purple {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .desktop\:text-pink {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .desktop\:text-primary {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .desktop\:text-secondary {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .desktop\:text-body_bg {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .desktop\:text-body_text {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .desktop\:text-title {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .desktop\:text-grey {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .desktop\:text-dark_grey {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .desktop\:text-light_grey {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .desktop\:text-medium_grey {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .desktop\:text-lightten_grey {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .desktop\:text-grey_300 {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .desktop\:text-grey_400 {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .desktop\:text-medium_blue {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .desktop\:text-dark_blue {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .desktop\:text-text_blue {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .desktop\:text-footer_bg {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .desktop\:text-brown {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .desktop\:text-dark_brown {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .desktop\:text-Light_purple {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .desktop\:text-dark_green {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .desktop\:text-medium_green {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .desktop\:text-light_green {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .desktop\:text-green_900 {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .desktop\:text-dark_border {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-transparent {
        color: transparent;
    }

    .group:hover .desktop\:group-hover\:text-current {
        color: currentColor;
    }

    .group:hover .desktop\:group-hover\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-yellow {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-green {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-blue {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-purple {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-pink {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-primary {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-secondary {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-body_bg {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-body_text {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-title {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-grey {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-dark_grey {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-light_grey {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-medium_grey {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-lightten_grey {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-grey_300 {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-grey_400 {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-medium_blue {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-dark_blue {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-text_blue {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-footer_bg {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-brown {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-dark_brown {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-Light_purple {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-dark_green {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-medium_green {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-light_green {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-green_900 {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .group:hover .desktop\:group-hover\:text-dark_border {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-transparent:focus-within {
        color: transparent;
    }

    .desktop\:focus-within\:text-current:focus-within {
        color: currentColor;
    }

    .desktop\:focus-within\:text-black:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-white:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-gray-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-gray-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-gray-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-gray-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-gray-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-gray-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-gray-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-gray-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-gray-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-gray-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-red-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-red-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-red-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-red-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-red-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-red-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-red-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-red-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-red-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-red-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-yellow:focus-within {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-indigo-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-indigo-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-indigo-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-indigo-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-indigo-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-indigo-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-indigo-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-indigo-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-indigo-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-indigo-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-purple:focus-within {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-pink:focus-within {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-primary:focus-within {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-secondary:focus-within {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-body_bg:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-body_text:focus-within {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-title:focus-within {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-dark_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-light_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-medium_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-lightten_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-grey_300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-grey_400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-medium_blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-dark_blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-text_blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-footer_bg:focus-within {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-brown:focus-within {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-dark_brown:focus-within {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-Light_purple:focus-within {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-dark_green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-medium_green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-light_green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-green_900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .desktop\:focus-within\:text-dark_border:focus-within {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-transparent:hover {
        color: transparent;
    }

    .desktop\:hover\:text-current:hover {
        color: currentColor;
    }

    .desktop\:hover\:text-black:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-white:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-gray-50:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-gray-100:hover {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-gray-200:hover {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-gray-300:hover {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-gray-400:hover {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-gray-500:hover {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-gray-600:hover {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-gray-700:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-gray-800:hover {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-gray-900:hover {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-red-50:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-red-100:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-red-200:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-red-300:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-red-400:hover {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-red-500:hover {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-red-600:hover {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-red-700:hover {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-red-800:hover {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-red-900:hover {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-yellow:hover {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-green:hover {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-blue:hover {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-indigo-50:hover {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-indigo-100:hover {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-indigo-200:hover {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-indigo-300:hover {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-indigo-400:hover {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-indigo-500:hover {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-indigo-600:hover {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-indigo-700:hover {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-indigo-800:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-indigo-900:hover {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-purple:hover {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-pink:hover {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-primary:hover {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-secondary:hover {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-body_bg:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-body_text:hover {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-title:hover {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-grey:hover {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-dark_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-light_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-medium_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-lightten_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-grey_300:hover {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-grey_400:hover {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-medium_blue:hover {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-dark_blue:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-text_blue:hover {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-footer_bg:hover {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-brown:hover {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-dark_brown:hover {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-Light_purple:hover {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-dark_green:hover {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-medium_green:hover {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-light_green:hover {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-green_900:hover {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .desktop\:hover\:text-dark_border:hover {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-transparent:focus {
        color: transparent;
    }

    .desktop\:focus\:text-current:focus {
        color: currentColor;
    }

    .desktop\:focus\:text-black:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-white:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-gray-50:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-gray-100:focus {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-gray-200:focus {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-gray-300:focus {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-gray-400:focus {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-gray-500:focus {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-gray-600:focus {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-gray-700:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-gray-800:focus {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-gray-900:focus {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-red-50:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-red-100:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-red-200:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-red-300:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-red-400:focus {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-red-500:focus {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-red-600:focus {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-red-700:focus {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-red-800:focus {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-red-900:focus {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-yellow:focus {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-green:focus {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-blue:focus {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-indigo-50:focus {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-indigo-100:focus {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-indigo-200:focus {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-indigo-300:focus {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-indigo-400:focus {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-indigo-500:focus {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-indigo-600:focus {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-indigo-700:focus {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-indigo-800:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-indigo-900:focus {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-purple:focus {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-pink:focus {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-primary:focus {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-secondary:focus {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-body_bg:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-body_text:focus {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-title:focus {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-grey:focus {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-dark_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-light_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-medium_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-lightten_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-grey_300:focus {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-grey_400:focus {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-medium_blue:focus {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-dark_blue:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-text_blue:focus {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-footer_bg:focus {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-brown:focus {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-dark_brown:focus {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-Light_purple:focus {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-dark_green:focus {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-medium_green:focus {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-light_green:focus {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-green_900:focus {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .desktop\:focus\:text-dark_border:focus {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .desktop\:text-opacity-0 {
        --tw-text-opacity: 0;
    }

    .desktop\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }

    .desktop\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }

    .desktop\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }

    .desktop\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }

    .desktop\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }

    .desktop\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }

    .desktop\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }

    .desktop\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }

    .desktop\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }

    .desktop\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }

    .desktop\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }

    .desktop\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }

    .desktop\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }

    .desktop\:text-opacity-100 {
        --tw-text-opacity: 1;
    }

    .group:hover .desktop\:group-hover\:text-opacity-0 {
        --tw-text-opacity: 0;
    }

    .group:hover .desktop\:group-hover\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }

    .group:hover .desktop\:group-hover\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }

    .group:hover .desktop\:group-hover\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }

    .group:hover .desktop\:group-hover\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }

    .group:hover .desktop\:group-hover\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }

    .group:hover .desktop\:group-hover\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }

    .group:hover .desktop\:group-hover\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }

    .group:hover .desktop\:group-hover\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }

    .group:hover .desktop\:group-hover\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }

    .group:hover .desktop\:group-hover\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }

    .group:hover .desktop\:group-hover\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }

    .group:hover .desktop\:group-hover\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }

    .group:hover .desktop\:group-hover\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }

    .group:hover .desktop\:group-hover\:text-opacity-100 {
        --tw-text-opacity: 1;
    }

    .desktop\:focus-within\:text-opacity-0:focus-within {
        --tw-text-opacity: 0;
    }

    .desktop\:focus-within\:text-opacity-5:focus-within {
        --tw-text-opacity: 0.05;
    }

    .desktop\:focus-within\:text-opacity-10:focus-within {
        --tw-text-opacity: 0.1;
    }

    .desktop\:focus-within\:text-opacity-20:focus-within {
        --tw-text-opacity: 0.2;
    }

    .desktop\:focus-within\:text-opacity-25:focus-within {
        --tw-text-opacity: 0.25;
    }

    .desktop\:focus-within\:text-opacity-30:focus-within {
        --tw-text-opacity: 0.3;
    }

    .desktop\:focus-within\:text-opacity-40:focus-within {
        --tw-text-opacity: 0.4;
    }

    .desktop\:focus-within\:text-opacity-50:focus-within {
        --tw-text-opacity: 0.5;
    }

    .desktop\:focus-within\:text-opacity-60:focus-within {
        --tw-text-opacity: 0.6;
    }

    .desktop\:focus-within\:text-opacity-70:focus-within {
        --tw-text-opacity: 0.7;
    }

    .desktop\:focus-within\:text-opacity-75:focus-within {
        --tw-text-opacity: 0.75;
    }

    .desktop\:focus-within\:text-opacity-80:focus-within {
        --tw-text-opacity: 0.8;
    }

    .desktop\:focus-within\:text-opacity-90:focus-within {
        --tw-text-opacity: 0.9;
    }

    .desktop\:focus-within\:text-opacity-95:focus-within {
        --tw-text-opacity: 0.95;
    }

    .desktop\:focus-within\:text-opacity-100:focus-within {
        --tw-text-opacity: 1;
    }

    .desktop\:hover\:text-opacity-0:hover {
        --tw-text-opacity: 0;
    }

    .desktop\:hover\:text-opacity-5:hover {
        --tw-text-opacity: 0.05;
    }

    .desktop\:hover\:text-opacity-10:hover {
        --tw-text-opacity: 0.1;
    }

    .desktop\:hover\:text-opacity-20:hover {
        --tw-text-opacity: 0.2;
    }

    .desktop\:hover\:text-opacity-25:hover {
        --tw-text-opacity: 0.25;
    }

    .desktop\:hover\:text-opacity-30:hover {
        --tw-text-opacity: 0.3;
    }

    .desktop\:hover\:text-opacity-40:hover {
        --tw-text-opacity: 0.4;
    }

    .desktop\:hover\:text-opacity-50:hover {
        --tw-text-opacity: 0.5;
    }

    .desktop\:hover\:text-opacity-60:hover {
        --tw-text-opacity: 0.6;
    }

    .desktop\:hover\:text-opacity-70:hover {
        --tw-text-opacity: 0.7;
    }

    .desktop\:hover\:text-opacity-75:hover {
        --tw-text-opacity: 0.75;
    }

    .desktop\:hover\:text-opacity-80:hover {
        --tw-text-opacity: 0.8;
    }

    .desktop\:hover\:text-opacity-90:hover {
        --tw-text-opacity: 0.9;
    }

    .desktop\:hover\:text-opacity-95:hover {
        --tw-text-opacity: 0.95;
    }

    .desktop\:hover\:text-opacity-100:hover {
        --tw-text-opacity: 1;
    }

    .desktop\:focus\:text-opacity-0:focus {
        --tw-text-opacity: 0;
    }

    .desktop\:focus\:text-opacity-5:focus {
        --tw-text-opacity: 0.05;
    }

    .desktop\:focus\:text-opacity-10:focus {
        --tw-text-opacity: 0.1;
    }

    .desktop\:focus\:text-opacity-20:focus {
        --tw-text-opacity: 0.2;
    }

    .desktop\:focus\:text-opacity-25:focus {
        --tw-text-opacity: 0.25;
    }

    .desktop\:focus\:text-opacity-30:focus {
        --tw-text-opacity: 0.3;
    }

    .desktop\:focus\:text-opacity-40:focus {
        --tw-text-opacity: 0.4;
    }

    .desktop\:focus\:text-opacity-50:focus {
        --tw-text-opacity: 0.5;
    }

    .desktop\:focus\:text-opacity-60:focus {
        --tw-text-opacity: 0.6;
    }

    .desktop\:focus\:text-opacity-70:focus {
        --tw-text-opacity: 0.7;
    }

    .desktop\:focus\:text-opacity-75:focus {
        --tw-text-opacity: 0.75;
    }

    .desktop\:focus\:text-opacity-80:focus {
        --tw-text-opacity: 0.8;
    }

    .desktop\:focus\:text-opacity-90:focus {
        --tw-text-opacity: 0.9;
    }

    .desktop\:focus\:text-opacity-95:focus {
        --tw-text-opacity: 0.95;
    }

    .desktop\:focus\:text-opacity-100:focus {
        --tw-text-opacity: 1;
    }

    .desktop\:underline {
        text-decoration: underline;
    }

    .desktop\:line-through {
        text-decoration: line-through;
    }

    .desktop\:no-underline {
        text-decoration: none;
    }

    .group:hover .desktop\:group-hover\:underline {
        text-decoration: underline;
    }

    .group:hover .desktop\:group-hover\:line-through {
        text-decoration: line-through;
    }

    .group:hover .desktop\:group-hover\:no-underline {
        text-decoration: none;
    }

    .desktop\:focus-within\:underline:focus-within {
        text-decoration: underline;
    }

    .desktop\:focus-within\:line-through:focus-within {
        text-decoration: line-through;
    }

    .desktop\:focus-within\:no-underline:focus-within {
        text-decoration: none;
    }

    .desktop\:hover\:underline:hover {
        text-decoration: underline;
    }

    .desktop\:hover\:line-through:hover {
        text-decoration: line-through;
    }

    .desktop\:hover\:no-underline:hover {
        text-decoration: none;
    }

    .desktop\:focus\:underline:focus {
        text-decoration: underline;
    }

    .desktop\:focus\:line-through:focus {
        text-decoration: line-through;
    }

    .desktop\:focus\:no-underline:focus {
        text-decoration: none;
    }

    .desktop\:antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .desktop\:subpixel-antialiased {
        -webkit-font-smoothing: auto;
        -moz-osx-font-smoothing: auto;
    }

    .desktop\:placeholder-transparent::-moz-placeholder {
        color: transparent;
    }

    .desktop\:placeholder-transparent:-ms-input-placeholder {
        color: transparent;
    }

    .desktop\:placeholder-transparent::placeholder {
        color: transparent;
    }

    .desktop\:placeholder-current::-moz-placeholder {
        color: currentColor;
    }

    .desktop\:placeholder-current:-ms-input-placeholder {
        color: currentColor;
    }

    .desktop\:placeholder-current::placeholder {
        color: currentColor;
    }

    .desktop\:placeholder-black::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-black:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-black::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-white::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-white:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-white::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-gray-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-gray-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-gray-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-gray-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-gray-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-gray-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-gray-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-gray-200:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-gray-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-gray-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-gray-300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-gray-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-gray-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-gray-400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-gray-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-gray-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-gray-500:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-gray-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-gray-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-gray-600:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-gray-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-gray-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-gray-700:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-gray-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-gray-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-gray-800:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-gray-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-gray-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-gray-900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-gray-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-red-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-red-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-red-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-red-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-red-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-red-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-red-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-red-200:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-red-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-red-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-red-300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-red-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-red-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-red-400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-red-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-red-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-red-500:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-red-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-red-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-red-600:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-red-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-red-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-red-700:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-red-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-red-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-red-800:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-red-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-red-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-red-900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-red-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-yellow::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-yellow:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-yellow::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-indigo-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-indigo-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-indigo-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-indigo-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-indigo-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-indigo-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-indigo-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-indigo-200:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-indigo-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-indigo-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-indigo-300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-indigo-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-indigo-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-indigo-400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-indigo-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-indigo-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-indigo-500:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-indigo-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-indigo-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-indigo-600:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-indigo-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-indigo-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-indigo-700:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-indigo-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-indigo-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-indigo-800:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-indigo-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-indigo-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-indigo-900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-indigo-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-purple::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-purple:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-purple::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-pink::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-pink:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-pink::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-primary::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-primary:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-primary::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-secondary::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-secondary:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-secondary::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-body_bg::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-body_bg:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-body_bg::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-body_text::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-body_text:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-body_text::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-title::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-title:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-title::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-dark_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-dark_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-dark_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-light_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-light_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-light_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-medium_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-medium_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-medium_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-lightten_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-lightten_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-lightten_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-grey_300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-grey_300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-grey_300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-grey_400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-grey_400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-grey_400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-medium_blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-medium_blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-medium_blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-dark_blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-dark_blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-dark_blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-text_blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-text_blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-text_blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-footer_bg::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-footer_bg:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-footer_bg::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-brown::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-brown:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-brown::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-dark_brown::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-dark_brown:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-dark_brown::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-Light_purple::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-Light_purple:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-Light_purple::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-dark_green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-dark_green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-dark_green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-medium_green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-medium_green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-medium_green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-light_green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-light_green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-light_green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-green_900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-green_900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-green_900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-dark_border::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-dark_border:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-dark_border::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-transparent:focus::-moz-placeholder {
        color: transparent;
    }

    .desktop\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
        color: transparent;
    }

    .desktop\:focus\:placeholder-transparent:focus::placeholder {
        color: transparent;
    }

    .desktop\:focus\:placeholder-current:focus::-moz-placeholder {
        color: currentColor;
    }

    .desktop\:focus\:placeholder-current:focus:-ms-input-placeholder {
        color: currentColor;
    }

    .desktop\:focus\:placeholder-current:focus::placeholder {
        color: currentColor;
    }

    .desktop\:focus\:placeholder-black:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-black:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-black:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-white:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-white:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-white:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-gray-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-gray-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-gray-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-gray-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-gray-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-gray-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-gray-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-gray-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-gray-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-gray-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-gray-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-gray-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-gray-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-gray-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-gray-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-gray-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-gray-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-gray-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-gray-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-gray-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-gray-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-red-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-red-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-red-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-red-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-red-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-red-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-red-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-red-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-red-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-red-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-red-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-red-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-red-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-red-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-red-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-red-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-red-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-red-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-red-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-red-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-red-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-yellow:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-yellow:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-indigo-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-indigo-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-indigo-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-indigo-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-indigo-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-indigo-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-indigo-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-indigo-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-indigo-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-indigo-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-purple:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-purple:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-purple:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-pink:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-pink:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-pink:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-primary:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-primary:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-primary:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-secondary:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-secondary:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-secondary:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-body_bg:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-body_bg:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-body_bg:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-body_text:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-body_text:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-body_text:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-title:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-title:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-title:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-dark_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-dark_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-dark_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-light_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-light_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-light_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-medium_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-medium_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-medium_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-lightten_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-lightten_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-lightten_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-grey_300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-grey_300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-grey_300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-grey_400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-grey_400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-grey_400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-medium_blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-medium_blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-medium_blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-dark_blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-dark_blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-dark_blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-text_blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-text_blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-text_blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-footer_bg:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-footer_bg:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-footer_bg:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-brown:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-brown:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-brown:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-dark_brown:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-dark_brown:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-dark_brown:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-Light_purple:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-Light_purple:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-Light_purple:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-dark_green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-dark_green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-dark_green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-medium_green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-medium_green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-medium_green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-light_green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-light_green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-light_green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-green_900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-green_900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-green_900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-dark_border:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-dark_border:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .desktop\:focus\:placeholder-dark_border:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .desktop\:placeholder-opacity-0::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .desktop\:placeholder-opacity-0:-ms-input-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .desktop\:placeholder-opacity-0::placeholder {
        --tw-placeholder-opacity: 0;
    }

    .desktop\:placeholder-opacity-5::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .desktop\:placeholder-opacity-5:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .desktop\:placeholder-opacity-5::placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .desktop\:placeholder-opacity-10::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .desktop\:placeholder-opacity-10:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .desktop\:placeholder-opacity-10::placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .desktop\:placeholder-opacity-20::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .desktop\:placeholder-opacity-20:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .desktop\:placeholder-opacity-20::placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .desktop\:placeholder-opacity-25::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .desktop\:placeholder-opacity-25:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .desktop\:placeholder-opacity-25::placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .desktop\:placeholder-opacity-30::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .desktop\:placeholder-opacity-30:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .desktop\:placeholder-opacity-30::placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .desktop\:placeholder-opacity-40::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .desktop\:placeholder-opacity-40:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .desktop\:placeholder-opacity-40::placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .desktop\:placeholder-opacity-50::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .desktop\:placeholder-opacity-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .desktop\:placeholder-opacity-50::placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .desktop\:placeholder-opacity-60::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .desktop\:placeholder-opacity-60:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .desktop\:placeholder-opacity-60::placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .desktop\:placeholder-opacity-70::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .desktop\:placeholder-opacity-70:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .desktop\:placeholder-opacity-70::placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .desktop\:placeholder-opacity-75::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .desktop\:placeholder-opacity-75:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .desktop\:placeholder-opacity-75::placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .desktop\:placeholder-opacity-80::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .desktop\:placeholder-opacity-80:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .desktop\:placeholder-opacity-80::placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .desktop\:placeholder-opacity-90::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .desktop\:placeholder-opacity-90:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .desktop\:placeholder-opacity-90::placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .desktop\:placeholder-opacity-95::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .desktop\:placeholder-opacity-95:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .desktop\:placeholder-opacity-95::placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .desktop\:placeholder-opacity-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .desktop\:placeholder-opacity-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .desktop\:placeholder-opacity-100::placeholder {
        --tw-placeholder-opacity: 1;
    }

    .desktop\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .desktop\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .desktop\:focus\:placeholder-opacity-0:focus::placeholder {
        --tw-placeholder-opacity: 0;
    }

    .desktop\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .desktop\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .desktop\:focus\:placeholder-opacity-5:focus::placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .desktop\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .desktop\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .desktop\:focus\:placeholder-opacity-10:focus::placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .desktop\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .desktop\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .desktop\:focus\:placeholder-opacity-20:focus::placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .desktop\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .desktop\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .desktop\:focus\:placeholder-opacity-25:focus::placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .desktop\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .desktop\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .desktop\:focus\:placeholder-opacity-30:focus::placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .desktop\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .desktop\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .desktop\:focus\:placeholder-opacity-40:focus::placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .desktop\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .desktop\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .desktop\:focus\:placeholder-opacity-50:focus::placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .desktop\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .desktop\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .desktop\:focus\:placeholder-opacity-60:focus::placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .desktop\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .desktop\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .desktop\:focus\:placeholder-opacity-70:focus::placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .desktop\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .desktop\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .desktop\:focus\:placeholder-opacity-75:focus::placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .desktop\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .desktop\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .desktop\:focus\:placeholder-opacity-80:focus::placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .desktop\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .desktop\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .desktop\:focus\:placeholder-opacity-90:focus::placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .desktop\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .desktop\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .desktop\:focus\:placeholder-opacity-95:focus::placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .desktop\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .desktop\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .desktop\:focus\:placeholder-opacity-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
    }

    .desktop\:opacity-0 {
        opacity: 0;
    }

    .desktop\:opacity-5 {
        opacity: 0.05;
    }

    .desktop\:opacity-10 {
        opacity: 0.1;
    }

    .desktop\:opacity-20 {
        opacity: 0.2;
    }

    .desktop\:opacity-25 {
        opacity: 0.25;
    }

    .desktop\:opacity-30 {
        opacity: 0.3;
    }

    .desktop\:opacity-40 {
        opacity: 0.4;
    }

    .desktop\:opacity-50 {
        opacity: 0.5;
    }

    .desktop\:opacity-60 {
        opacity: 0.6;
    }

    .desktop\:opacity-70 {
        opacity: 0.7;
    }

    .desktop\:opacity-75 {
        opacity: 0.75;
    }

    .desktop\:opacity-80 {
        opacity: 0.8;
    }

    .desktop\:opacity-90 {
        opacity: 0.9;
    }

    .desktop\:opacity-95 {
        opacity: 0.95;
    }

    .desktop\:opacity-100 {
        opacity: 1;
    }

    .group:hover .desktop\:group-hover\:opacity-0 {
        opacity: 0;
    }

    .group:hover .desktop\:group-hover\:opacity-5 {
        opacity: 0.05;
    }

    .group:hover .desktop\:group-hover\:opacity-10 {
        opacity: 0.1;
    }

    .group:hover .desktop\:group-hover\:opacity-20 {
        opacity: 0.2;
    }

    .group:hover .desktop\:group-hover\:opacity-25 {
        opacity: 0.25;
    }

    .group:hover .desktop\:group-hover\:opacity-30 {
        opacity: 0.3;
    }

    .group:hover .desktop\:group-hover\:opacity-40 {
        opacity: 0.4;
    }

    .group:hover .desktop\:group-hover\:opacity-50 {
        opacity: 0.5;
    }

    .group:hover .desktop\:group-hover\:opacity-60 {
        opacity: 0.6;
    }

    .group:hover .desktop\:group-hover\:opacity-70 {
        opacity: 0.7;
    }

    .group:hover .desktop\:group-hover\:opacity-75 {
        opacity: 0.75;
    }

    .group:hover .desktop\:group-hover\:opacity-80 {
        opacity: 0.8;
    }

    .group:hover .desktop\:group-hover\:opacity-90 {
        opacity: 0.9;
    }

    .group:hover .desktop\:group-hover\:opacity-95 {
        opacity: 0.95;
    }

    .group:hover .desktop\:group-hover\:opacity-100 {
        opacity: 1;
    }

    .desktop\:focus-within\:opacity-0:focus-within {
        opacity: 0;
    }

    .desktop\:focus-within\:opacity-5:focus-within {
        opacity: 0.05;
    }

    .desktop\:focus-within\:opacity-10:focus-within {
        opacity: 0.1;
    }

    .desktop\:focus-within\:opacity-20:focus-within {
        opacity: 0.2;
    }

    .desktop\:focus-within\:opacity-25:focus-within {
        opacity: 0.25;
    }

    .desktop\:focus-within\:opacity-30:focus-within {
        opacity: 0.3;
    }

    .desktop\:focus-within\:opacity-40:focus-within {
        opacity: 0.4;
    }

    .desktop\:focus-within\:opacity-50:focus-within {
        opacity: 0.5;
    }

    .desktop\:focus-within\:opacity-60:focus-within {
        opacity: 0.6;
    }

    .desktop\:focus-within\:opacity-70:focus-within {
        opacity: 0.7;
    }

    .desktop\:focus-within\:opacity-75:focus-within {
        opacity: 0.75;
    }

    .desktop\:focus-within\:opacity-80:focus-within {
        opacity: 0.8;
    }

    .desktop\:focus-within\:opacity-90:focus-within {
        opacity: 0.9;
    }

    .desktop\:focus-within\:opacity-95:focus-within {
        opacity: 0.95;
    }

    .desktop\:focus-within\:opacity-100:focus-within {
        opacity: 1;
    }

    .desktop\:hover\:opacity-0:hover {
        opacity: 0;
    }

    .desktop\:hover\:opacity-5:hover {
        opacity: 0.05;
    }

    .desktop\:hover\:opacity-10:hover {
        opacity: 0.1;
    }

    .desktop\:hover\:opacity-20:hover {
        opacity: 0.2;
    }

    .desktop\:hover\:opacity-25:hover {
        opacity: 0.25;
    }

    .desktop\:hover\:opacity-30:hover {
        opacity: 0.3;
    }

    .desktop\:hover\:opacity-40:hover {
        opacity: 0.4;
    }

    .desktop\:hover\:opacity-50:hover {
        opacity: 0.5;
    }

    .desktop\:hover\:opacity-60:hover {
        opacity: 0.6;
    }

    .desktop\:hover\:opacity-70:hover {
        opacity: 0.7;
    }

    .desktop\:hover\:opacity-75:hover {
        opacity: 0.75;
    }

    .desktop\:hover\:opacity-80:hover {
        opacity: 0.8;
    }

    .desktop\:hover\:opacity-90:hover {
        opacity: 0.9;
    }

    .desktop\:hover\:opacity-95:hover {
        opacity: 0.95;
    }

    .desktop\:hover\:opacity-100:hover {
        opacity: 1;
    }

    .desktop\:focus\:opacity-0:focus {
        opacity: 0;
    }

    .desktop\:focus\:opacity-5:focus {
        opacity: 0.05;
    }

    .desktop\:focus\:opacity-10:focus {
        opacity: 0.1;
    }

    .desktop\:focus\:opacity-20:focus {
        opacity: 0.2;
    }

    .desktop\:focus\:opacity-25:focus {
        opacity: 0.25;
    }

    .desktop\:focus\:opacity-30:focus {
        opacity: 0.3;
    }

    .desktop\:focus\:opacity-40:focus {
        opacity: 0.4;
    }

    .desktop\:focus\:opacity-50:focus {
        opacity: 0.5;
    }

    .desktop\:focus\:opacity-60:focus {
        opacity: 0.6;
    }

    .desktop\:focus\:opacity-70:focus {
        opacity: 0.7;
    }

    .desktop\:focus\:opacity-75:focus {
        opacity: 0.75;
    }

    .desktop\:focus\:opacity-80:focus {
        opacity: 0.8;
    }

    .desktop\:focus\:opacity-90:focus {
        opacity: 0.9;
    }

    .desktop\:focus\:opacity-95:focus {
        opacity: 0.95;
    }

    .desktop\:focus\:opacity-100:focus {
        opacity: 1;
    }

    .desktop\:bg-blend-normal {
        background-blend-mode: normal;
    }

    .desktop\:bg-blend-multiply {
        background-blend-mode: multiply;
    }

    .desktop\:bg-blend-screen {
        background-blend-mode: screen;
    }

    .desktop\:bg-blend-overlay {
        background-blend-mode: overlay;
    }

    .desktop\:bg-blend-darken {
        background-blend-mode: darken;
    }

    .desktop\:bg-blend-lighten {
        background-blend-mode: lighten;
    }

    .desktop\:bg-blend-color-dodge {
        background-blend-mode: color-dodge;
    }

    .desktop\:bg-blend-color-burn {
        background-blend-mode: color-burn;
    }

    .desktop\:bg-blend-hard-light {
        background-blend-mode: hard-light;
    }

    .desktop\:bg-blend-soft-light {
        background-blend-mode: soft-light;
    }

    .desktop\:bg-blend-difference {
        background-blend-mode: difference;
    }

    .desktop\:bg-blend-exclusion {
        background-blend-mode: exclusion;
    }

    .desktop\:bg-blend-hue {
        background-blend-mode: hue;
    }

    .desktop\:bg-blend-saturation {
        background-blend-mode: saturation;
    }

    .desktop\:bg-blend-color {
        background-blend-mode: color;
    }

    .desktop\:bg-blend-luminosity {
        background-blend-mode: luminosity;
    }

    .desktop\:mix-blend-normal {
        mix-blend-mode: normal;
    }

    .desktop\:mix-blend-multiply {
        mix-blend-mode: multiply;
    }

    .desktop\:mix-blend-screen {
        mix-blend-mode: screen;
    }

    .desktop\:mix-blend-overlay {
        mix-blend-mode: overlay;
    }

    .desktop\:mix-blend-darken {
        mix-blend-mode: darken;
    }

    .desktop\:mix-blend-lighten {
        mix-blend-mode: lighten;
    }

    .desktop\:mix-blend-color-dodge {
        mix-blend-mode: color-dodge;
    }

    .desktop\:mix-blend-color-burn {
        mix-blend-mode: color-burn;
    }

    .desktop\:mix-blend-hard-light {
        mix-blend-mode: hard-light;
    }

    .desktop\:mix-blend-soft-light {
        mix-blend-mode: soft-light;
    }

    .desktop\:mix-blend-difference {
        mix-blend-mode: difference;
    }

    .desktop\:mix-blend-exclusion {
        mix-blend-mode: exclusion;
    }

    .desktop\:mix-blend-hue {
        mix-blend-mode: hue;
    }

    .desktop\:mix-blend-saturation {
        mix-blend-mode: saturation;
    }

    .desktop\:mix-blend-color {
        mix-blend-mode: color;
    }

    .desktop\:mix-blend-luminosity {
        mix-blend-mode: luminosity;
    }

    .desktop\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop\:shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .desktop\:group-hover\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .desktop\:group-hover\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .desktop\:group-hover\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .desktop\:group-hover\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .desktop\:group-hover\:shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .desktop\:group-hover\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .desktop\:group-hover\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .desktop\:group-hover\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop\:focus-within\:shadow-sm:focus-within {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop\:focus-within\:shadow:focus-within {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop\:focus-within\:shadow-md:focus-within {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop\:focus-within\:shadow-lg:focus-within {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop\:focus-within\:shadow-xl:focus-within {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop\:focus-within\:shadow-2xl:focus-within {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop\:focus-within\:shadow-inner:focus-within {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop\:focus-within\:shadow-none:focus-within {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop\:hover\:shadow-sm:hover {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop\:hover\:shadow:hover {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop\:hover\:shadow-md:hover {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop\:hover\:shadow-lg:hover {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop\:hover\:shadow-xl:hover {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop\:hover\:shadow-2xl:hover {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop\:hover\:shadow-inner:hover {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop\:hover\:shadow-none:hover {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop\:focus\:shadow-sm:focus {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop\:focus\:shadow:focus {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop\:focus\:shadow-md:focus {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop\:focus\:shadow-lg:focus {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop\:focus\:shadow-xl:focus {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop\:focus\:shadow-2xl:focus {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop\:focus\:shadow-inner:focus {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop\:focus\:shadow-none:focus {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .desktop\:outline-none {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .desktop\:outline-white {
        outline: 2px dotted white;
        outline-offset: 2px;
    }

    .desktop\:outline-black {
        outline: 2px dotted black;
        outline-offset: 2px;
    }

    .desktop\:focus-within\:outline-none:focus-within {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .desktop\:focus-within\:outline-white:focus-within {
        outline: 2px dotted white;
        outline-offset: 2px;
    }

    .desktop\:focus-within\:outline-black:focus-within {
        outline: 2px dotted black;
        outline-offset: 2px;
    }

    .desktop\:focus\:outline-none:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .desktop\:focus\:outline-white:focus {
        outline: 2px dotted white;
        outline-offset: 2px;
    }

    .desktop\:focus\:outline-black:focus {
        outline: 2px dotted black;
        outline-offset: 2px;
    }

    .desktop\:ring-0 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop\:ring-1 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop\:ring-2 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop\:ring-4 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop\:ring-8 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop\:ring {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop\:focus-within\:ring-0:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop\:focus-within\:ring-1:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop\:focus-within\:ring-2:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop\:focus-within\:ring-4:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop\:focus-within\:ring-8:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop\:focus-within\:ring:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop\:focus\:ring-0:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop\:focus\:ring-1:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop\:focus\:ring-2:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop\:focus\:ring-4:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop\:focus\:ring-8:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop\:focus\:ring:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .desktop\:ring-inset {
        --tw-ring-inset: inset;
    }

    .desktop\:focus-within\:ring-inset:focus-within {
        --tw-ring-inset: inset;
    }

    .desktop\:focus\:ring-inset:focus {
        --tw-ring-inset: inset;
    }

    .desktop\:ring-transparent {
        --tw-ring-color: transparent;
    }

    .desktop\:ring-current {
        --tw-ring-color: currentColor;
    }

    .desktop\:ring-black {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }

    .desktop\:ring-white {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .desktop\:ring-gray-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }

    .desktop\:ring-gray-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }

    .desktop\:ring-gray-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }

    .desktop\:ring-gray-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }

    .desktop\:ring-gray-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }

    .desktop\:ring-gray-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }

    .desktop\:ring-gray-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }

    .desktop\:ring-gray-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }

    .desktop\:ring-gray-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }

    .desktop\:ring-gray-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }

    .desktop\:ring-red-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }

    .desktop\:ring-red-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }

    .desktop\:ring-red-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }

    .desktop\:ring-red-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }

    .desktop\:ring-red-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }

    .desktop\:ring-red-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }

    .desktop\:ring-red-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }

    .desktop\:ring-red-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }

    .desktop\:ring-red-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }

    .desktop\:ring-red-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }

    .desktop\:ring-yellow {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 145, 67, var(--tw-ring-opacity));
    }

    .desktop\:ring-green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(123, 188, 0, var(--tw-ring-opacity));
    }

    .desktop\:ring-blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 164, 220, var(--tw-ring-opacity));
    }

    .desktop\:ring-indigo-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }

    .desktop\:ring-indigo-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }

    .desktop\:ring-indigo-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }

    .desktop\:ring-indigo-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }

    .desktop\:ring-indigo-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }

    .desktop\:ring-indigo-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }

    .desktop\:ring-indigo-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }

    .desktop\:ring-indigo-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }

    .desktop\:ring-indigo-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }

    .desktop\:ring-indigo-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }

    .desktop\:ring-purple {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(104, 71, 195, var(--tw-ring-opacity));
    }

    .desktop\:ring-pink {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(133, 7, 55, var(--tw-ring-opacity));
    }

    .desktop\:ring-primary {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 110, 110, var(--tw-ring-opacity));
    }

    .desktop\:ring-secondary {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
    }

    .desktop\:ring-body_bg {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .desktop\:ring-body_text {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .desktop\:ring-title {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .desktop\:ring-grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(82, 74, 81, var(--tw-ring-opacity));
    }

    .desktop\:ring-dark_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .desktop\:ring-light_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .desktop\:ring-medium_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(87, 81, 86, var(--tw-ring-opacity));
    }

    .desktop\:ring-lightten_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(198, 198, 198, var(--tw-ring-opacity));
    }

    .desktop\:ring-grey_300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
    }

    .desktop\:ring-grey_400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .desktop\:ring-medium_blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(69, 205, 252, var(--tw-ring-opacity));
    }

    .desktop\:ring-dark_blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 128, 172, var(--tw-ring-opacity));
    }

    .desktop\:ring-text_blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .desktop\:ring-footer_bg {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
    }

    .desktop\:ring-brown {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(128, 83, 0, var(--tw-ring-opacity));
    }

    .desktop\:ring-dark_brown {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(135, 68, 51, var(--tw-ring-opacity));
    }

    .desktop\:ring-Light_purple {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(101, 71, 155, var(--tw-ring-opacity));
    }

    .desktop\:ring-dark_green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 155, 81, var(--tw-ring-opacity));
    }

    .desktop\:ring-medium_green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 172, 43, var(--tw-ring-opacity));
    }

    .desktop\:ring-light_green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(154, 203, 62, var(--tw-ring-opacity));
    }

    .desktop\:ring-green_900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(57, 102, 118, var(--tw-ring-opacity));
    }

    .desktop\:ring-dark_border {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-transparent:focus-within {
        --tw-ring-color: transparent;
    }

    .desktop\:focus-within\:ring-current:focus-within {
        --tw-ring-color: currentColor;
    }

    .desktop\:focus-within\:ring-black:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-white:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-gray-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-gray-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-gray-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-gray-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-gray-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-gray-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-gray-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-gray-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-gray-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-gray-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-red-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-red-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-red-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-red-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-red-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-red-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-red-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-red-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-red-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-red-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-yellow:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 145, 67, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(123, 188, 0, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 164, 220, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-indigo-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-indigo-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-indigo-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-indigo-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-indigo-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-indigo-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-indigo-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-indigo-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-indigo-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-indigo-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-purple:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(104, 71, 195, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-pink:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(133, 7, 55, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-primary:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 110, 110, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-secondary:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-body_bg:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-body_text:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-title:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(82, 74, 81, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-dark_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-light_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-medium_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(87, 81, 86, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-lightten_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(198, 198, 198, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-grey_300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-grey_400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-medium_blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(69, 205, 252, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-dark_blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 128, 172, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-text_blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-footer_bg:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-brown:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(128, 83, 0, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-dark_brown:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(135, 68, 51, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-Light_purple:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(101, 71, 155, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-dark_green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 155, 81, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-medium_green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 172, 43, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-light_green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(154, 203, 62, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-green_900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(57, 102, 118, var(--tw-ring-opacity));
    }

    .desktop\:focus-within\:ring-dark_border:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-transparent:focus {
        --tw-ring-color: transparent;
    }

    .desktop\:focus\:ring-current:focus {
        --tw-ring-color: currentColor;
    }

    .desktop\:focus\:ring-black:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-white:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-gray-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-gray-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-gray-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-gray-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-gray-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-gray-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-gray-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-gray-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-gray-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-gray-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-red-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-red-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-red-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-red-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-red-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-red-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-red-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-red-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-red-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-red-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-yellow:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 145, 67, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(123, 188, 0, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 164, 220, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-indigo-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-indigo-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-indigo-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-indigo-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-indigo-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-indigo-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-indigo-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-indigo-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-indigo-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-indigo-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-purple:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(104, 71, 195, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-pink:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(133, 7, 55, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-primary:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 110, 110, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-secondary:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-body_bg:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-body_text:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-title:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(82, 74, 81, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-dark_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-light_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-medium_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(87, 81, 86, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-lightten_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(198, 198, 198, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-grey_300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-grey_400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-medium_blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(69, 205, 252, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-dark_blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 128, 172, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-text_blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-footer_bg:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-brown:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(128, 83, 0, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-dark_brown:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(135, 68, 51, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-Light_purple:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(101, 71, 155, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-dark_green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 155, 81, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-medium_green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 172, 43, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-light_green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(154, 203, 62, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-green_900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(57, 102, 118, var(--tw-ring-opacity));
    }

    .desktop\:focus\:ring-dark_border:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity));
    }

    .desktop\:ring-opacity-0 {
        --tw-ring-opacity: 0;
    }

    .desktop\:ring-opacity-5 {
        --tw-ring-opacity: 0.05;
    }

    .desktop\:ring-opacity-10 {
        --tw-ring-opacity: 0.1;
    }

    .desktop\:ring-opacity-20 {
        --tw-ring-opacity: 0.2;
    }

    .desktop\:ring-opacity-25 {
        --tw-ring-opacity: 0.25;
    }

    .desktop\:ring-opacity-30 {
        --tw-ring-opacity: 0.3;
    }

    .desktop\:ring-opacity-40 {
        --tw-ring-opacity: 0.4;
    }

    .desktop\:ring-opacity-50 {
        --tw-ring-opacity: 0.5;
    }

    .desktop\:ring-opacity-60 {
        --tw-ring-opacity: 0.6;
    }

    .desktop\:ring-opacity-70 {
        --tw-ring-opacity: 0.7;
    }

    .desktop\:ring-opacity-75 {
        --tw-ring-opacity: 0.75;
    }

    .desktop\:ring-opacity-80 {
        --tw-ring-opacity: 0.8;
    }

    .desktop\:ring-opacity-90 {
        --tw-ring-opacity: 0.9;
    }

    .desktop\:ring-opacity-95 {
        --tw-ring-opacity: 0.95;
    }

    .desktop\:ring-opacity-100 {
        --tw-ring-opacity: 1;
    }

    .desktop\:focus-within\:ring-opacity-0:focus-within {
        --tw-ring-opacity: 0;
    }

    .desktop\:focus-within\:ring-opacity-5:focus-within {
        --tw-ring-opacity: 0.05;
    }

    .desktop\:focus-within\:ring-opacity-10:focus-within {
        --tw-ring-opacity: 0.1;
    }

    .desktop\:focus-within\:ring-opacity-20:focus-within {
        --tw-ring-opacity: 0.2;
    }

    .desktop\:focus-within\:ring-opacity-25:focus-within {
        --tw-ring-opacity: 0.25;
    }

    .desktop\:focus-within\:ring-opacity-30:focus-within {
        --tw-ring-opacity: 0.3;
    }

    .desktop\:focus-within\:ring-opacity-40:focus-within {
        --tw-ring-opacity: 0.4;
    }

    .desktop\:focus-within\:ring-opacity-50:focus-within {
        --tw-ring-opacity: 0.5;
    }

    .desktop\:focus-within\:ring-opacity-60:focus-within {
        --tw-ring-opacity: 0.6;
    }

    .desktop\:focus-within\:ring-opacity-70:focus-within {
        --tw-ring-opacity: 0.7;
    }

    .desktop\:focus-within\:ring-opacity-75:focus-within {
        --tw-ring-opacity: 0.75;
    }

    .desktop\:focus-within\:ring-opacity-80:focus-within {
        --tw-ring-opacity: 0.8;
    }

    .desktop\:focus-within\:ring-opacity-90:focus-within {
        --tw-ring-opacity: 0.9;
    }

    .desktop\:focus-within\:ring-opacity-95:focus-within {
        --tw-ring-opacity: 0.95;
    }

    .desktop\:focus-within\:ring-opacity-100:focus-within {
        --tw-ring-opacity: 1;
    }

    .desktop\:focus\:ring-opacity-0:focus {
        --tw-ring-opacity: 0;
    }

    .desktop\:focus\:ring-opacity-5:focus {
        --tw-ring-opacity: 0.05;
    }

    .desktop\:focus\:ring-opacity-10:focus {
        --tw-ring-opacity: 0.1;
    }

    .desktop\:focus\:ring-opacity-20:focus {
        --tw-ring-opacity: 0.2;
    }

    .desktop\:focus\:ring-opacity-25:focus {
        --tw-ring-opacity: 0.25;
    }

    .desktop\:focus\:ring-opacity-30:focus {
        --tw-ring-opacity: 0.3;
    }

    .desktop\:focus\:ring-opacity-40:focus {
        --tw-ring-opacity: 0.4;
    }

    .desktop\:focus\:ring-opacity-50:focus {
        --tw-ring-opacity: 0.5;
    }

    .desktop\:focus\:ring-opacity-60:focus {
        --tw-ring-opacity: 0.6;
    }

    .desktop\:focus\:ring-opacity-70:focus {
        --tw-ring-opacity: 0.7;
    }

    .desktop\:focus\:ring-opacity-75:focus {
        --tw-ring-opacity: 0.75;
    }

    .desktop\:focus\:ring-opacity-80:focus {
        --tw-ring-opacity: 0.8;
    }

    .desktop\:focus\:ring-opacity-90:focus {
        --tw-ring-opacity: 0.9;
    }

    .desktop\:focus\:ring-opacity-95:focus {
        --tw-ring-opacity: 0.95;
    }

    .desktop\:focus\:ring-opacity-100:focus {
        --tw-ring-opacity: 1;
    }

    .desktop\:ring-offset-0 {
        --tw-ring-offset-width: 0px;
    }

    .desktop\:ring-offset-1 {
        --tw-ring-offset-width: 1px;
    }

    .desktop\:ring-offset-2 {
        --tw-ring-offset-width: 2px;
    }

    .desktop\:ring-offset-4 {
        --tw-ring-offset-width: 4px;
    }

    .desktop\:ring-offset-8 {
        --tw-ring-offset-width: 8px;
    }

    .desktop\:focus-within\:ring-offset-0:focus-within {
        --tw-ring-offset-width: 0px;
    }

    .desktop\:focus-within\:ring-offset-1:focus-within {
        --tw-ring-offset-width: 1px;
    }

    .desktop\:focus-within\:ring-offset-2:focus-within {
        --tw-ring-offset-width: 2px;
    }

    .desktop\:focus-within\:ring-offset-4:focus-within {
        --tw-ring-offset-width: 4px;
    }

    .desktop\:focus-within\:ring-offset-8:focus-within {
        --tw-ring-offset-width: 8px;
    }

    .desktop\:focus\:ring-offset-0:focus {
        --tw-ring-offset-width: 0px;
    }

    .desktop\:focus\:ring-offset-1:focus {
        --tw-ring-offset-width: 1px;
    }

    .desktop\:focus\:ring-offset-2:focus {
        --tw-ring-offset-width: 2px;
    }

    .desktop\:focus\:ring-offset-4:focus {
        --tw-ring-offset-width: 4px;
    }

    .desktop\:focus\:ring-offset-8:focus {
        --tw-ring-offset-width: 8px;
    }

    .desktop\:ring-offset-transparent {
        --tw-ring-offset-color: transparent;
    }

    .desktop\:ring-offset-current {
        --tw-ring-offset-color: currentColor;
    }

    .desktop\:ring-offset-black {
        --tw-ring-offset-color: #000;
    }

    .desktop\:ring-offset-white {
        --tw-ring-offset-color: #fff;
    }

    .desktop\:ring-offset-gray-50 {
        --tw-ring-offset-color: #f9fafb;
    }

    .desktop\:ring-offset-gray-100 {
        --tw-ring-offset-color: #f3f4f6;
    }

    .desktop\:ring-offset-gray-200 {
        --tw-ring-offset-color: #e5e7eb;
    }

    .desktop\:ring-offset-gray-300 {
        --tw-ring-offset-color: #d1d5db;
    }

    .desktop\:ring-offset-gray-400 {
        --tw-ring-offset-color: #9ca3af;
    }

    .desktop\:ring-offset-gray-500 {
        --tw-ring-offset-color: #6b7280;
    }

    .desktop\:ring-offset-gray-600 {
        --tw-ring-offset-color: #4b5563;
    }

    .desktop\:ring-offset-gray-700 {
        --tw-ring-offset-color: #374151;
    }

    .desktop\:ring-offset-gray-800 {
        --tw-ring-offset-color: #1f2937;
    }

    .desktop\:ring-offset-gray-900 {
        --tw-ring-offset-color: #111827;
    }

    .desktop\:ring-offset-red-50 {
        --tw-ring-offset-color: #fef2f2;
    }

    .desktop\:ring-offset-red-100 {
        --tw-ring-offset-color: #fee2e2;
    }

    .desktop\:ring-offset-red-200 {
        --tw-ring-offset-color: #fecaca;
    }

    .desktop\:ring-offset-red-300 {
        --tw-ring-offset-color: #fca5a5;
    }

    .desktop\:ring-offset-red-400 {
        --tw-ring-offset-color: #f87171;
    }

    .desktop\:ring-offset-red-500 {
        --tw-ring-offset-color: #ef4444;
    }

    .desktop\:ring-offset-red-600 {
        --tw-ring-offset-color: #dc2626;
    }

    .desktop\:ring-offset-red-700 {
        --tw-ring-offset-color: #b91c1c;
    }

    .desktop\:ring-offset-red-800 {
        --tw-ring-offset-color: #991b1b;
    }

    .desktop\:ring-offset-red-900 {
        --tw-ring-offset-color: #7f1d1d;
    }

    .desktop\:ring-offset-yellow {
        --tw-ring-offset-color: #ed9143;
    }

    .desktop\:ring-offset-green {
        --tw-ring-offset-color: #7bbc00;
    }

    .desktop\:ring-offset-blue {
        --tw-ring-offset-color: #5ba4dc;
    }

    .desktop\:ring-offset-indigo-50 {
        --tw-ring-offset-color: #eef2ff;
    }

    .desktop\:ring-offset-indigo-100 {
        --tw-ring-offset-color: #e0e7ff;
    }

    .desktop\:ring-offset-indigo-200 {
        --tw-ring-offset-color: #c7d2fe;
    }

    .desktop\:ring-offset-indigo-300 {
        --tw-ring-offset-color: #a5b4fc;
    }

    .desktop\:ring-offset-indigo-400 {
        --tw-ring-offset-color: #818cf8;
    }

    .desktop\:ring-offset-indigo-500 {
        --tw-ring-offset-color: #6366f1;
    }

    .desktop\:ring-offset-indigo-600 {
        --tw-ring-offset-color: #4f46e5;
    }

    .desktop\:ring-offset-indigo-700 {
        --tw-ring-offset-color: #4338ca;
    }

    .desktop\:ring-offset-indigo-800 {
        --tw-ring-offset-color: #3730a3;
    }

    .desktop\:ring-offset-indigo-900 {
        --tw-ring-offset-color: #312e81;
    }

    .desktop\:ring-offset-purple {
        --tw-ring-offset-color: #6847c3;
    }

    .desktop\:ring-offset-pink {
        --tw-ring-offset-color: #850737;
    }

    .desktop\:ring-offset-primary {
        --tw-ring-offset-color: #6E6E6E;
    }

    .desktop\:ring-offset-secondary {
        --tw-ring-offset-color: #ededed;
    }

    .desktop\:ring-offset-body_bg {
        --tw-ring-offset-color: #ffffff;
    }

    .desktop\:ring-offset-body_text {
        --tw-ring-offset-color: #4a4349;
    }

    .desktop\:ring-offset-title {
        --tw-ring-offset-color: #3fb2cf;
    }

    .desktop\:ring-offset-grey {
        --tw-ring-offset-color: #524A51;
    }

    .desktop\:ring-offset-dark_grey {
        --tw-ring-offset-color: #4a4349;
    }

    .desktop\:ring-offset-light_grey {
        --tw-ring-offset-color: #B7B7B7;
    }

    .desktop\:ring-offset-medium_grey {
        --tw-ring-offset-color: #575156;
    }

    .desktop\:ring-offset-lightten_grey {
        --tw-ring-offset-color: #C6C6C6;
    }

    .desktop\:ring-offset-grey_300 {
        --tw-ring-offset-color: #d3d3d3;
    }

    .desktop\:ring-offset-grey_400 {
        --tw-ring-offset-color: #b7b7b7;
    }

    .desktop\:ring-offset-medium_blue {
        --tw-ring-offset-color: #45cdfc;
    }

    .desktop\:ring-offset-dark_blue {
        --tw-ring-offset-color: #0080ac;
    }

    .desktop\:ring-offset-text_blue {
        --tw-ring-offset-color: #3FB2CF;
    }

    .desktop\:ring-offset-footer_bg {
        --tw-ring-offset-color: #464646;
    }

    .desktop\:ring-offset-brown {
        --tw-ring-offset-color: #805300;
    }

    .desktop\:ring-offset-dark_brown {
        --tw-ring-offset-color: #874433;
    }

    .desktop\:ring-offset-Light_purple {
        --tw-ring-offset-color: #65479b;
    }

    .desktop\:ring-offset-dark_green {
        --tw-ring-offset-color: #479b51;
    }

    .desktop\:ring-offset-medium_green {
        --tw-ring-offset-color: #3aac2b;
    }

    .desktop\:ring-offset-light_green {
        --tw-ring-offset-color: #9acb3e;
    }

    .desktop\:ring-offset-green_900 {
        --tw-ring-offset-color: #396676;
    }

    .desktop\:ring-offset-dark_border {
        --tw-ring-offset-color: #707070;
    }

    .desktop\:focus-within\:ring-offset-transparent:focus-within {
        --tw-ring-offset-color: transparent;
    }

    .desktop\:focus-within\:ring-offset-current:focus-within {
        --tw-ring-offset-color: currentColor;
    }

    .desktop\:focus-within\:ring-offset-black:focus-within {
        --tw-ring-offset-color: #000;
    }

    .desktop\:focus-within\:ring-offset-white:focus-within {
        --tw-ring-offset-color: #fff;
    }

    .desktop\:focus-within\:ring-offset-gray-50:focus-within {
        --tw-ring-offset-color: #f9fafb;
    }

    .desktop\:focus-within\:ring-offset-gray-100:focus-within {
        --tw-ring-offset-color: #f3f4f6;
    }

    .desktop\:focus-within\:ring-offset-gray-200:focus-within {
        --tw-ring-offset-color: #e5e7eb;
    }

    .desktop\:focus-within\:ring-offset-gray-300:focus-within {
        --tw-ring-offset-color: #d1d5db;
    }

    .desktop\:focus-within\:ring-offset-gray-400:focus-within {
        --tw-ring-offset-color: #9ca3af;
    }

    .desktop\:focus-within\:ring-offset-gray-500:focus-within {
        --tw-ring-offset-color: #6b7280;
    }

    .desktop\:focus-within\:ring-offset-gray-600:focus-within {
        --tw-ring-offset-color: #4b5563;
    }

    .desktop\:focus-within\:ring-offset-gray-700:focus-within {
        --tw-ring-offset-color: #374151;
    }

    .desktop\:focus-within\:ring-offset-gray-800:focus-within {
        --tw-ring-offset-color: #1f2937;
    }

    .desktop\:focus-within\:ring-offset-gray-900:focus-within {
        --tw-ring-offset-color: #111827;
    }

    .desktop\:focus-within\:ring-offset-red-50:focus-within {
        --tw-ring-offset-color: #fef2f2;
    }

    .desktop\:focus-within\:ring-offset-red-100:focus-within {
        --tw-ring-offset-color: #fee2e2;
    }

    .desktop\:focus-within\:ring-offset-red-200:focus-within {
        --tw-ring-offset-color: #fecaca;
    }

    .desktop\:focus-within\:ring-offset-red-300:focus-within {
        --tw-ring-offset-color: #fca5a5;
    }

    .desktop\:focus-within\:ring-offset-red-400:focus-within {
        --tw-ring-offset-color: #f87171;
    }

    .desktop\:focus-within\:ring-offset-red-500:focus-within {
        --tw-ring-offset-color: #ef4444;
    }

    .desktop\:focus-within\:ring-offset-red-600:focus-within {
        --tw-ring-offset-color: #dc2626;
    }

    .desktop\:focus-within\:ring-offset-red-700:focus-within {
        --tw-ring-offset-color: #b91c1c;
    }

    .desktop\:focus-within\:ring-offset-red-800:focus-within {
        --tw-ring-offset-color: #991b1b;
    }

    .desktop\:focus-within\:ring-offset-red-900:focus-within {
        --tw-ring-offset-color: #7f1d1d;
    }

    .desktop\:focus-within\:ring-offset-yellow:focus-within {
        --tw-ring-offset-color: #ed9143;
    }

    .desktop\:focus-within\:ring-offset-green:focus-within {
        --tw-ring-offset-color: #7bbc00;
    }

    .desktop\:focus-within\:ring-offset-blue:focus-within {
        --tw-ring-offset-color: #5ba4dc;
    }

    .desktop\:focus-within\:ring-offset-indigo-50:focus-within {
        --tw-ring-offset-color: #eef2ff;
    }

    .desktop\:focus-within\:ring-offset-indigo-100:focus-within {
        --tw-ring-offset-color: #e0e7ff;
    }

    .desktop\:focus-within\:ring-offset-indigo-200:focus-within {
        --tw-ring-offset-color: #c7d2fe;
    }

    .desktop\:focus-within\:ring-offset-indigo-300:focus-within {
        --tw-ring-offset-color: #a5b4fc;
    }

    .desktop\:focus-within\:ring-offset-indigo-400:focus-within {
        --tw-ring-offset-color: #818cf8;
    }

    .desktop\:focus-within\:ring-offset-indigo-500:focus-within {
        --tw-ring-offset-color: #6366f1;
    }

    .desktop\:focus-within\:ring-offset-indigo-600:focus-within {
        --tw-ring-offset-color: #4f46e5;
    }

    .desktop\:focus-within\:ring-offset-indigo-700:focus-within {
        --tw-ring-offset-color: #4338ca;
    }

    .desktop\:focus-within\:ring-offset-indigo-800:focus-within {
        --tw-ring-offset-color: #3730a3;
    }

    .desktop\:focus-within\:ring-offset-indigo-900:focus-within {
        --tw-ring-offset-color: #312e81;
    }

    .desktop\:focus-within\:ring-offset-purple:focus-within {
        --tw-ring-offset-color: #6847c3;
    }

    .desktop\:focus-within\:ring-offset-pink:focus-within {
        --tw-ring-offset-color: #850737;
    }

    .desktop\:focus-within\:ring-offset-primary:focus-within {
        --tw-ring-offset-color: #6E6E6E;
    }

    .desktop\:focus-within\:ring-offset-secondary:focus-within {
        --tw-ring-offset-color: #ededed;
    }

    .desktop\:focus-within\:ring-offset-body_bg:focus-within {
        --tw-ring-offset-color: #ffffff;
    }

    .desktop\:focus-within\:ring-offset-body_text:focus-within {
        --tw-ring-offset-color: #4a4349;
    }

    .desktop\:focus-within\:ring-offset-title:focus-within {
        --tw-ring-offset-color: #3fb2cf;
    }

    .desktop\:focus-within\:ring-offset-grey:focus-within {
        --tw-ring-offset-color: #524A51;
    }

    .desktop\:focus-within\:ring-offset-dark_grey:focus-within {
        --tw-ring-offset-color: #4a4349;
    }

    .desktop\:focus-within\:ring-offset-light_grey:focus-within {
        --tw-ring-offset-color: #B7B7B7;
    }

    .desktop\:focus-within\:ring-offset-medium_grey:focus-within {
        --tw-ring-offset-color: #575156;
    }

    .desktop\:focus-within\:ring-offset-lightten_grey:focus-within {
        --tw-ring-offset-color: #C6C6C6;
    }

    .desktop\:focus-within\:ring-offset-grey_300:focus-within {
        --tw-ring-offset-color: #d3d3d3;
    }

    .desktop\:focus-within\:ring-offset-grey_400:focus-within {
        --tw-ring-offset-color: #b7b7b7;
    }

    .desktop\:focus-within\:ring-offset-medium_blue:focus-within {
        --tw-ring-offset-color: #45cdfc;
    }

    .desktop\:focus-within\:ring-offset-dark_blue:focus-within {
        --tw-ring-offset-color: #0080ac;
    }

    .desktop\:focus-within\:ring-offset-text_blue:focus-within {
        --tw-ring-offset-color: #3FB2CF;
    }

    .desktop\:focus-within\:ring-offset-footer_bg:focus-within {
        --tw-ring-offset-color: #464646;
    }

    .desktop\:focus-within\:ring-offset-brown:focus-within {
        --tw-ring-offset-color: #805300;
    }

    .desktop\:focus-within\:ring-offset-dark_brown:focus-within {
        --tw-ring-offset-color: #874433;
    }

    .desktop\:focus-within\:ring-offset-Light_purple:focus-within {
        --tw-ring-offset-color: #65479b;
    }

    .desktop\:focus-within\:ring-offset-dark_green:focus-within {
        --tw-ring-offset-color: #479b51;
    }

    .desktop\:focus-within\:ring-offset-medium_green:focus-within {
        --tw-ring-offset-color: #3aac2b;
    }

    .desktop\:focus-within\:ring-offset-light_green:focus-within {
        --tw-ring-offset-color: #9acb3e;
    }

    .desktop\:focus-within\:ring-offset-green_900:focus-within {
        --tw-ring-offset-color: #396676;
    }

    .desktop\:focus-within\:ring-offset-dark_border:focus-within {
        --tw-ring-offset-color: #707070;
    }

    .desktop\:focus\:ring-offset-transparent:focus {
        --tw-ring-offset-color: transparent;
    }

    .desktop\:focus\:ring-offset-current:focus {
        --tw-ring-offset-color: currentColor;
    }

    .desktop\:focus\:ring-offset-black:focus {
        --tw-ring-offset-color: #000;
    }

    .desktop\:focus\:ring-offset-white:focus {
        --tw-ring-offset-color: #fff;
    }

    .desktop\:focus\:ring-offset-gray-50:focus {
        --tw-ring-offset-color: #f9fafb;
    }

    .desktop\:focus\:ring-offset-gray-100:focus {
        --tw-ring-offset-color: #f3f4f6;
    }

    .desktop\:focus\:ring-offset-gray-200:focus {
        --tw-ring-offset-color: #e5e7eb;
    }

    .desktop\:focus\:ring-offset-gray-300:focus {
        --tw-ring-offset-color: #d1d5db;
    }

    .desktop\:focus\:ring-offset-gray-400:focus {
        --tw-ring-offset-color: #9ca3af;
    }

    .desktop\:focus\:ring-offset-gray-500:focus {
        --tw-ring-offset-color: #6b7280;
    }

    .desktop\:focus\:ring-offset-gray-600:focus {
        --tw-ring-offset-color: #4b5563;
    }

    .desktop\:focus\:ring-offset-gray-700:focus {
        --tw-ring-offset-color: #374151;
    }

    .desktop\:focus\:ring-offset-gray-800:focus {
        --tw-ring-offset-color: #1f2937;
    }

    .desktop\:focus\:ring-offset-gray-900:focus {
        --tw-ring-offset-color: #111827;
    }

    .desktop\:focus\:ring-offset-red-50:focus {
        --tw-ring-offset-color: #fef2f2;
    }

    .desktop\:focus\:ring-offset-red-100:focus {
        --tw-ring-offset-color: #fee2e2;
    }

    .desktop\:focus\:ring-offset-red-200:focus {
        --tw-ring-offset-color: #fecaca;
    }

    .desktop\:focus\:ring-offset-red-300:focus {
        --tw-ring-offset-color: #fca5a5;
    }

    .desktop\:focus\:ring-offset-red-400:focus {
        --tw-ring-offset-color: #f87171;
    }

    .desktop\:focus\:ring-offset-red-500:focus {
        --tw-ring-offset-color: #ef4444;
    }

    .desktop\:focus\:ring-offset-red-600:focus {
        --tw-ring-offset-color: #dc2626;
    }

    .desktop\:focus\:ring-offset-red-700:focus {
        --tw-ring-offset-color: #b91c1c;
    }

    .desktop\:focus\:ring-offset-red-800:focus {
        --tw-ring-offset-color: #991b1b;
    }

    .desktop\:focus\:ring-offset-red-900:focus {
        --tw-ring-offset-color: #7f1d1d;
    }

    .desktop\:focus\:ring-offset-yellow:focus {
        --tw-ring-offset-color: #ed9143;
    }

    .desktop\:focus\:ring-offset-green:focus {
        --tw-ring-offset-color: #7bbc00;
    }

    .desktop\:focus\:ring-offset-blue:focus {
        --tw-ring-offset-color: #5ba4dc;
    }

    .desktop\:focus\:ring-offset-indigo-50:focus {
        --tw-ring-offset-color: #eef2ff;
    }

    .desktop\:focus\:ring-offset-indigo-100:focus {
        --tw-ring-offset-color: #e0e7ff;
    }

    .desktop\:focus\:ring-offset-indigo-200:focus {
        --tw-ring-offset-color: #c7d2fe;
    }

    .desktop\:focus\:ring-offset-indigo-300:focus {
        --tw-ring-offset-color: #a5b4fc;
    }

    .desktop\:focus\:ring-offset-indigo-400:focus {
        --tw-ring-offset-color: #818cf8;
    }

    .desktop\:focus\:ring-offset-indigo-500:focus {
        --tw-ring-offset-color: #6366f1;
    }

    .desktop\:focus\:ring-offset-indigo-600:focus {
        --tw-ring-offset-color: #4f46e5;
    }

    .desktop\:focus\:ring-offset-indigo-700:focus {
        --tw-ring-offset-color: #4338ca;
    }

    .desktop\:focus\:ring-offset-indigo-800:focus {
        --tw-ring-offset-color: #3730a3;
    }

    .desktop\:focus\:ring-offset-indigo-900:focus {
        --tw-ring-offset-color: #312e81;
    }

    .desktop\:focus\:ring-offset-purple:focus {
        --tw-ring-offset-color: #6847c3;
    }

    .desktop\:focus\:ring-offset-pink:focus {
        --tw-ring-offset-color: #850737;
    }

    .desktop\:focus\:ring-offset-primary:focus {
        --tw-ring-offset-color: #6E6E6E;
    }

    .desktop\:focus\:ring-offset-secondary:focus {
        --tw-ring-offset-color: #ededed;
    }

    .desktop\:focus\:ring-offset-body_bg:focus {
        --tw-ring-offset-color: #ffffff;
    }

    .desktop\:focus\:ring-offset-body_text:focus {
        --tw-ring-offset-color: #4a4349;
    }

    .desktop\:focus\:ring-offset-title:focus {
        --tw-ring-offset-color: #3fb2cf;
    }

    .desktop\:focus\:ring-offset-grey:focus {
        --tw-ring-offset-color: #524A51;
    }

    .desktop\:focus\:ring-offset-dark_grey:focus {
        --tw-ring-offset-color: #4a4349;
    }

    .desktop\:focus\:ring-offset-light_grey:focus {
        --tw-ring-offset-color: #B7B7B7;
    }

    .desktop\:focus\:ring-offset-medium_grey:focus {
        --tw-ring-offset-color: #575156;
    }

    .desktop\:focus\:ring-offset-lightten_grey:focus {
        --tw-ring-offset-color: #C6C6C6;
    }

    .desktop\:focus\:ring-offset-grey_300:focus {
        --tw-ring-offset-color: #d3d3d3;
    }

    .desktop\:focus\:ring-offset-grey_400:focus {
        --tw-ring-offset-color: #b7b7b7;
    }

    .desktop\:focus\:ring-offset-medium_blue:focus {
        --tw-ring-offset-color: #45cdfc;
    }

    .desktop\:focus\:ring-offset-dark_blue:focus {
        --tw-ring-offset-color: #0080ac;
    }

    .desktop\:focus\:ring-offset-text_blue:focus {
        --tw-ring-offset-color: #3FB2CF;
    }

    .desktop\:focus\:ring-offset-footer_bg:focus {
        --tw-ring-offset-color: #464646;
    }

    .desktop\:focus\:ring-offset-brown:focus {
        --tw-ring-offset-color: #805300;
    }

    .desktop\:focus\:ring-offset-dark_brown:focus {
        --tw-ring-offset-color: #874433;
    }

    .desktop\:focus\:ring-offset-Light_purple:focus {
        --tw-ring-offset-color: #65479b;
    }

    .desktop\:focus\:ring-offset-dark_green:focus {
        --tw-ring-offset-color: #479b51;
    }

    .desktop\:focus\:ring-offset-medium_green:focus {
        --tw-ring-offset-color: #3aac2b;
    }

    .desktop\:focus\:ring-offset-light_green:focus {
        --tw-ring-offset-color: #9acb3e;
    }

    .desktop\:focus\:ring-offset-green_900:focus {
        --tw-ring-offset-color: #396676;
    }

    .desktop\:focus\:ring-offset-dark_border:focus {
        --tw-ring-offset-color: #707070;
    }

    .desktop\:filter {
        --tw-blur: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-brightness: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-contrast: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-grayscale: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-hue-rotate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-invert: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-saturate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-sepia: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-drop-shadow: var(--tw-empty,
                /*!*/
                /*!*/
            );
        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);
    }

    .desktop\:filter-none {
        filter: none;
    }

    .desktop\:blur-0 {
        --tw-blur: blur(0);
    }

    .desktop\:blur-none {
        --tw-blur: blur(0);
    }

    .desktop\:blur-sm {
        --tw-blur: blur(4px);
    }

    .desktop\:blur {
        --tw-blur: blur(8px);
    }

    .desktop\:blur-md {
        --tw-blur: blur(12px);
    }

    .desktop\:blur-lg {
        --tw-blur: blur(16px);
    }

    .desktop\:blur-xl {
        --tw-blur: blur(24px);
    }

    .desktop\:blur-2xl {
        --tw-blur: blur(40px);
    }

    .desktop\:blur-3xl {
        --tw-blur: blur(64px);
    }

    .desktop\:brightness-0 {
        --tw-brightness: brightness(0);
    }

    .desktop\:brightness-50 {
        --tw-brightness: brightness(.5);
    }

    .desktop\:brightness-75 {
        --tw-brightness: brightness(.75);
    }

    .desktop\:brightness-90 {
        --tw-brightness: brightness(.9);
    }

    .desktop\:brightness-95 {
        --tw-brightness: brightness(.95);
    }

    .desktop\:brightness-100 {
        --tw-brightness: brightness(1);
    }

    .desktop\:brightness-105 {
        --tw-brightness: brightness(1.05);
    }

    .desktop\:brightness-110 {
        --tw-brightness: brightness(1.1);
    }

    .desktop\:brightness-125 {
        --tw-brightness: brightness(1.25);
    }

    .desktop\:brightness-150 {
        --tw-brightness: brightness(1.5);
    }

    .desktop\:brightness-200 {
        --tw-brightness: brightness(2);
    }

    .desktop\:contrast-0 {
        --tw-contrast: contrast(0);
    }

    .desktop\:contrast-50 {
        --tw-contrast: contrast(.5);
    }

    .desktop\:contrast-75 {
        --tw-contrast: contrast(.75);
    }

    .desktop\:contrast-100 {
        --tw-contrast: contrast(1);
    }

    .desktop\:contrast-125 {
        --tw-contrast: contrast(1.25);
    }

    .desktop\:contrast-150 {
        --tw-contrast: contrast(1.5);
    }

    .desktop\:contrast-200 {
        --tw-contrast: contrast(2);
    }

    .desktop\:drop-shadow-sm {
        --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
    }

    .desktop\: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));
    }

    .desktop\: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));
    }

    .desktop\: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));
    }

    .desktop\: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));
    }

    .desktop\:drop-shadow-2xl {
        --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
    }

    .desktop\:drop-shadow-none {
        --tw-drop-shadow: drop-shadow(0 0 #0000);
    }

    .desktop\:grayscale-0 {
        --tw-grayscale: grayscale(0);
    }

    .desktop\:grayscale {
        --tw-grayscale: grayscale(100%);
    }

    .desktop\:hue-rotate-0 {
        --tw-hue-rotate: hue-rotate(0deg);
    }

    .desktop\:hue-rotate-15 {
        --tw-hue-rotate: hue-rotate(15deg);
    }

    .desktop\:hue-rotate-30 {
        --tw-hue-rotate: hue-rotate(30deg);
    }

    .desktop\:hue-rotate-60 {
        --tw-hue-rotate: hue-rotate(60deg);
    }

    .desktop\:hue-rotate-90 {
        --tw-hue-rotate: hue-rotate(90deg);
    }

    .desktop\:hue-rotate-180 {
        --tw-hue-rotate: hue-rotate(180deg);
    }

    .desktop\:-hue-rotate-180 {
        --tw-hue-rotate: hue-rotate(-180deg);
    }

    .desktop\:-hue-rotate-90 {
        --tw-hue-rotate: hue-rotate(-90deg);
    }

    .desktop\:-hue-rotate-60 {
        --tw-hue-rotate: hue-rotate(-60deg);
    }

    .desktop\:-hue-rotate-30 {
        --tw-hue-rotate: hue-rotate(-30deg);
    }

    .desktop\:-hue-rotate-15 {
        --tw-hue-rotate: hue-rotate(-15deg);
    }

    .desktop\:invert-0 {
        --tw-invert: invert(0);
    }

    .desktop\:invert {
        --tw-invert: invert(100%);
    }

    .desktop\:saturate-0 {
        --tw-saturate: saturate(0);
    }

    .desktop\:saturate-50 {
        --tw-saturate: saturate(.5);
    }

    .desktop\:saturate-100 {
        --tw-saturate: saturate(1);
    }

    .desktop\:saturate-150 {
        --tw-saturate: saturate(1.5);
    }

    .desktop\:saturate-200 {
        --tw-saturate: saturate(2);
    }

    .desktop\:sepia-0 {
        --tw-sepia: sepia(0);
    }

    .desktop\:sepia {
        --tw-sepia: sepia(100%);
    }

    .desktop\:backdrop-filter {
        --tw-backdrop-blur: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-brightness: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-contrast: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-grayscale: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-hue-rotate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-invert: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-opacity: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-saturate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-sepia: var(--tw-empty,
                /*!*/
                /*!*/
            );
        -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
        backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    }

    .desktop\:backdrop-filter-none {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .desktop\:backdrop-blur-0 {
        --tw-backdrop-blur: blur(0);
    }

    .desktop\:backdrop-blur-none {
        --tw-backdrop-blur: blur(0);
    }

    .desktop\:backdrop-blur-sm {
        --tw-backdrop-blur: blur(4px);
    }

    .desktop\:backdrop-blur {
        --tw-backdrop-blur: blur(8px);
    }

    .desktop\:backdrop-blur-md {
        --tw-backdrop-blur: blur(12px);
    }

    .desktop\:backdrop-blur-lg {
        --tw-backdrop-blur: blur(16px);
    }

    .desktop\:backdrop-blur-xl {
        --tw-backdrop-blur: blur(24px);
    }

    .desktop\:backdrop-blur-2xl {
        --tw-backdrop-blur: blur(40px);
    }

    .desktop\:backdrop-blur-3xl {
        --tw-backdrop-blur: blur(64px);
    }

    .desktop\:backdrop-brightness-0 {
        --tw-backdrop-brightness: brightness(0);
    }

    .desktop\:backdrop-brightness-50 {
        --tw-backdrop-brightness: brightness(.5);
    }

    .desktop\:backdrop-brightness-75 {
        --tw-backdrop-brightness: brightness(.75);
    }

    .desktop\:backdrop-brightness-90 {
        --tw-backdrop-brightness: brightness(.9);
    }

    .desktop\:backdrop-brightness-95 {
        --tw-backdrop-brightness: brightness(.95);
    }

    .desktop\:backdrop-brightness-100 {
        --tw-backdrop-brightness: brightness(1);
    }

    .desktop\:backdrop-brightness-105 {
        --tw-backdrop-brightness: brightness(1.05);
    }

    .desktop\:backdrop-brightness-110 {
        --tw-backdrop-brightness: brightness(1.1);
    }

    .desktop\:backdrop-brightness-125 {
        --tw-backdrop-brightness: brightness(1.25);
    }

    .desktop\:backdrop-brightness-150 {
        --tw-backdrop-brightness: brightness(1.5);
    }

    .desktop\:backdrop-brightness-200 {
        --tw-backdrop-brightness: brightness(2);
    }

    .desktop\:backdrop-contrast-0 {
        --tw-backdrop-contrast: contrast(0);
    }

    .desktop\:backdrop-contrast-50 {
        --tw-backdrop-contrast: contrast(.5);
    }

    .desktop\:backdrop-contrast-75 {
        --tw-backdrop-contrast: contrast(.75);
    }

    .desktop\:backdrop-contrast-100 {
        --tw-backdrop-contrast: contrast(1);
    }

    .desktop\:backdrop-contrast-125 {
        --tw-backdrop-contrast: contrast(1.25);
    }

    .desktop\:backdrop-contrast-150 {
        --tw-backdrop-contrast: contrast(1.5);
    }

    .desktop\:backdrop-contrast-200 {
        --tw-backdrop-contrast: contrast(2);
    }

    .desktop\:backdrop-grayscale-0 {
        --tw-backdrop-grayscale: grayscale(0);
    }

    .desktop\:backdrop-grayscale {
        --tw-backdrop-grayscale: grayscale(100%);
    }

    .desktop\:backdrop-hue-rotate-0 {
        --tw-backdrop-hue-rotate: hue-rotate(0deg);
    }

    .desktop\:backdrop-hue-rotate-15 {
        --tw-backdrop-hue-rotate: hue-rotate(15deg);
    }

    .desktop\:backdrop-hue-rotate-30 {
        --tw-backdrop-hue-rotate: hue-rotate(30deg);
    }

    .desktop\:backdrop-hue-rotate-60 {
        --tw-backdrop-hue-rotate: hue-rotate(60deg);
    }

    .desktop\:backdrop-hue-rotate-90 {
        --tw-backdrop-hue-rotate: hue-rotate(90deg);
    }

    .desktop\:backdrop-hue-rotate-180 {
        --tw-backdrop-hue-rotate: hue-rotate(180deg);
    }

    .desktop\:-backdrop-hue-rotate-180 {
        --tw-backdrop-hue-rotate: hue-rotate(-180deg);
    }

    .desktop\:-backdrop-hue-rotate-90 {
        --tw-backdrop-hue-rotate: hue-rotate(-90deg);
    }

    .desktop\:-backdrop-hue-rotate-60 {
        --tw-backdrop-hue-rotate: hue-rotate(-60deg);
    }

    .desktop\:-backdrop-hue-rotate-30 {
        --tw-backdrop-hue-rotate: hue-rotate(-30deg);
    }

    .desktop\:-backdrop-hue-rotate-15 {
        --tw-backdrop-hue-rotate: hue-rotate(-15deg);
    }

    .desktop\:backdrop-invert-0 {
        --tw-backdrop-invert: invert(0);
    }

    .desktop\:backdrop-invert {
        --tw-backdrop-invert: invert(100%);
    }

    .desktop\:backdrop-opacity-0 {
        --tw-backdrop-opacity: opacity(0);
    }

    .desktop\:backdrop-opacity-5 {
        --tw-backdrop-opacity: opacity(0.05);
    }

    .desktop\:backdrop-opacity-10 {
        --tw-backdrop-opacity: opacity(0.1);
    }

    .desktop\:backdrop-opacity-20 {
        --tw-backdrop-opacity: opacity(0.2);
    }

    .desktop\:backdrop-opacity-25 {
        --tw-backdrop-opacity: opacity(0.25);
    }

    .desktop\:backdrop-opacity-30 {
        --tw-backdrop-opacity: opacity(0.3);
    }

    .desktop\:backdrop-opacity-40 {
        --tw-backdrop-opacity: opacity(0.4);
    }

    .desktop\:backdrop-opacity-50 {
        --tw-backdrop-opacity: opacity(0.5);
    }

    .desktop\:backdrop-opacity-60 {
        --tw-backdrop-opacity: opacity(0.6);
    }

    .desktop\:backdrop-opacity-70 {
        --tw-backdrop-opacity: opacity(0.7);
    }

    .desktop\:backdrop-opacity-75 {
        --tw-backdrop-opacity: opacity(0.75);
    }

    .desktop\:backdrop-opacity-80 {
        --tw-backdrop-opacity: opacity(0.8);
    }

    .desktop\:backdrop-opacity-90 {
        --tw-backdrop-opacity: opacity(0.9);
    }

    .desktop\:backdrop-opacity-95 {
        --tw-backdrop-opacity: opacity(0.95);
    }

    .desktop\:backdrop-opacity-100 {
        --tw-backdrop-opacity: opacity(1);
    }

    .desktop\:backdrop-saturate-0 {
        --tw-backdrop-saturate: saturate(0);
    }

    .desktop\:backdrop-saturate-50 {
        --tw-backdrop-saturate: saturate(.5);
    }

    .desktop\:backdrop-saturate-100 {
        --tw-backdrop-saturate: saturate(1);
    }

    .desktop\:backdrop-saturate-150 {
        --tw-backdrop-saturate: saturate(1.5);
    }

    .desktop\:backdrop-saturate-200 {
        --tw-backdrop-saturate: saturate(2);
    }

    .desktop\:backdrop-sepia-0 {
        --tw-backdrop-sepia: sepia(0);
    }

    .desktop\:backdrop-sepia {
        --tw-backdrop-sepia: sepia(100%);
    }

    .desktop\:transition-none {
        transition-property: none;
    }

    .desktop\:transition-all {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .desktop\:transition {
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .desktop\:transition-colors {
        transition-property: background-color, border-color, color, fill, stroke;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .desktop\:transition-opacity {
        transition-property: opacity;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .desktop\:transition-shadow {
        transition-property: box-shadow;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .desktop\:transition-transform {
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .desktop\:delay-75 {
        transition-delay: 75ms;
    }

    .desktop\:delay-100 {
        transition-delay: 100ms;
    }

    .desktop\:delay-150 {
        transition-delay: 150ms;
    }

    .desktop\:delay-200 {
        transition-delay: 200ms;
    }

    .desktop\:delay-300 {
        transition-delay: 300ms;
    }

    .desktop\:delay-500 {
        transition-delay: 500ms;
    }

    .desktop\:delay-700 {
        transition-delay: 700ms;
    }

    .desktop\:delay-1000 {
        transition-delay: 1000ms;
    }

    .desktop\:duration-75 {
        transition-duration: 75ms;
    }

    .desktop\:duration-100 {
        transition-duration: 100ms;
    }

    .desktop\:duration-150 {
        transition-duration: 150ms;
    }

    .desktop\:duration-200 {
        transition-duration: 200ms;
    }

    .desktop\:duration-300 {
        transition-duration: 300ms;
    }

    .desktop\:duration-500 {
        transition-duration: 500ms;
    }

    .desktop\:duration-700 {
        transition-duration: 700ms;
    }

    .desktop\:duration-1000 {
        transition-duration: 1000ms;
    }

    .desktop\:ease-linear {
        transition-timing-function: linear;
    }

    .desktop\:ease-in {
        transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    }

    .desktop\:ease-out {
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }

    .desktop\:ease-in-out {
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
}

@media (max-width: 991.9px) {
    .tablet\:container {
        width: 100%;
    }

    @media (min-width: 100%) {
        .tablet\:container {
            max-width: 100%;
        }
    }

    @media (min-width: 1232px) {
        .tablet\:container {
            max-width: 1232px;
        }
    }

    .tablet\:sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

    .tablet\:not-sr-only {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }

    .tablet\:focus-within\:sr-only:focus-within {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

    .tablet\:focus-within\:not-sr-only:focus-within {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }

    .tablet\:focus\:sr-only:focus {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

    .tablet\:focus\:not-sr-only:focus {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }

    .tablet\:pointer-events-none {
        pointer-events: none;
    }

    .tablet\:pointer-events-auto {
        pointer-events: auto;
    }

    .tablet\:visible {
        visibility: visible;
    }

    .tablet\:invisible {
        visibility: hidden;
    }

    .tablet\:static {
        position: static;
    }

    .tablet\:fixed {
        position: fixed;
    }

    .tablet\:absolute {
        position: absolute;
    }

    .tablet\:relative {
        position: relative;
    }

    .tablet\:sticky {
        position: sticky;
    }

    .tablet\:inset-0 {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }

    .tablet\:inset-1 {
        top: 0.25rem;
        right: 0.25rem;
        bottom: 0.25rem;
        left: 0.25rem;
    }

    .tablet\:inset-2 {
        top: 0.5rem;
        right: 0.5rem;
        bottom: 0.5rem;
        left: 0.5rem;
    }

    .tablet\:inset-3 {
        top: 0.75rem;
        right: 0.75rem;
        bottom: 0.75rem;
        left: 0.75rem;
    }

    .tablet\:inset-4 {
        top: 1rem;
        right: 1rem;
        bottom: 1rem;
        left: 1rem;
    }

    .tablet\:inset-5 {
        top: 1.25rem;
        right: 1.25rem;
        bottom: 1.25rem;
        left: 1.25rem;
    }

    .tablet\:inset-6 {
        top: 1.5rem;
        right: 1.5rem;
        bottom: 1.5rem;
        left: 1.5rem;
    }

    .tablet\:inset-7 {
        top: 1.75rem;
        right: 1.75rem;
        bottom: 1.75rem;
        left: 1.75rem;
    }

    .tablet\:inset-8 {
        top: 2rem;
        right: 2rem;
        bottom: 2rem;
        left: 2rem;
    }

    .tablet\:inset-9 {
        top: 2.25rem;
        right: 2.25rem;
        bottom: 2.25rem;
        left: 2.25rem;
    }

    .tablet\:inset-10 {
        top: 2.5rem;
        right: 2.5rem;
        bottom: 2.5rem;
        left: 2.5rem;
    }

    .tablet\:inset-11 {
        top: 2.75rem;
        right: 2.75rem;
        bottom: 2.75rem;
        left: 2.75rem;
    }

    .tablet\:inset-12 {
        top: 3rem;
        right: 3rem;
        bottom: 3rem;
        left: 3rem;
    }

    .tablet\:inset-14 {
        top: 3.5rem;
        right: 3.5rem;
        bottom: 3.5rem;
        left: 3.5rem;
    }

    .tablet\:inset-16 {
        top: 4rem;
        right: 4rem;
        bottom: 4rem;
        left: 4rem;
    }

    .tablet\:inset-18 {
        top: 4.375rem;
        right: 4.375rem;
        bottom: 4.375rem;
        left: 4.375rem;
    }

    .tablet\:inset-19 {
        top: 76px;
        right: 76px;
        bottom: 76px;
        left: 76px;
    }

    .tablet\:inset-20 {
        top: 5rem;
        right: 5rem;
        bottom: 5rem;
        left: 5rem;
    }

    .tablet\:inset-24 {
        top: 6rem;
        right: 6rem;
        bottom: 6rem;
        left: 6rem;
    }

    .tablet\:inset-28 {
        top: 7rem;
        right: 7rem;
        bottom: 7rem;
        left: 7rem;
    }

    .tablet\:inset-30 {
        top: 120px;
        right: 120px;
        bottom: 120px;
        left: 120px;
    }

    .tablet\:inset-32 {
        top: 8rem;
        right: 8rem;
        bottom: 8rem;
        left: 8rem;
    }

    .tablet\:inset-36 {
        top: 9rem;
        right: 9rem;
        bottom: 9rem;
        left: 9rem;
    }

    .tablet\:inset-40 {
        top: 10rem;
        right: 10rem;
        bottom: 10rem;
        left: 10rem;
    }

    .tablet\:inset-44 {
        top: 11rem;
        right: 11rem;
        bottom: 11rem;
        left: 11rem;
    }

    .tablet\:inset-48 {
        top: 12rem;
        right: 12rem;
        bottom: 12rem;
        left: 12rem;
    }

    .tablet\:inset-52 {
        top: 13rem;
        right: 13rem;
        bottom: 13rem;
        left: 13rem;
    }

    .tablet\:inset-56 {
        top: 14rem;
        right: 14rem;
        bottom: 14rem;
        left: 14rem;
    }

    .tablet\:inset-60 {
        top: 15rem;
        right: 15rem;
        bottom: 15rem;
        left: 15rem;
    }

    .tablet\:inset-64 {
        top: 16rem;
        right: 16rem;
        bottom: 16rem;
        left: 16rem;
    }

    .tablet\:inset-72 {
        top: 18rem;
        right: 18rem;
        bottom: 18rem;
        left: 18rem;
    }

    .tablet\:inset-80 {
        top: 20rem;
        right: 20rem;
        bottom: 20rem;
        left: 20rem;
    }

    .tablet\:inset-96 {
        top: 24rem;
        right: 24rem;
        bottom: 24rem;
        left: 24rem;
    }

    .tablet\:inset-auto {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }

    .tablet\:inset-px {
        top: 1px;
        right: 1px;
        bottom: 1px;
        left: 1px;
    }

    .tablet\:inset-0\.5 {
        top: 0.125rem;
        right: 0.125rem;
        bottom: 0.125rem;
        left: 0.125rem;
    }

    .tablet\:inset-1\.5 {
        top: 0.375rem;
        right: 0.375rem;
        bottom: 0.375rem;
        left: 0.375rem;
    }

    .tablet\:inset-2\.5 {
        top: 0.625rem;
        right: 0.625rem;
        bottom: 0.625rem;
        left: 0.625rem;
    }

    .tablet\:inset-3\.5 {
        top: 0.875rem;
        right: 0.875rem;
        bottom: 0.875rem;
        left: 0.875rem;
    }

    .tablet\:inset-5p {
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
    }

    .tablet\:inset-10p {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }

    .tablet\:inset-14p {
        top: 14px;
        right: 14px;
        bottom: 14px;
        left: 14px;
    }

    .tablet\:inset-15p {
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
    }

    .tablet\:inset-15_2 {
        top: 60px;
        right: 60px;
        bottom: 60px;
        left: 60px;
    }

    .tablet\:inset-16_1 {
        top: 52px;
        right: 52px;
        bottom: 52px;
        left: 52px;
    }

    .tablet\:inset-16p {
        top: 16px;
        right: 16px;
        bottom: 16px;
        left: 16px;
    }

    .tablet\:inset-25p {
        top: 25px;
        right: 25px;
        bottom: 25px;
        left: 25px;
    }

    .tablet\:inset-48p {
        top: 48%;
        right: 48%;
        bottom: 48%;
        left: 48%;
    }

    .tablet\:inset-52p {
        top: 52%;
        right: 52%;
        bottom: 52%;
        left: 52%;
    }

    .tablet\:-inset-0 {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }

    .tablet\:-inset-1 {
        top: -0.25rem;
        right: -0.25rem;
        bottom: -0.25rem;
        left: -0.25rem;
    }

    .tablet\:-inset-2 {
        top: -0.5rem;
        right: -0.5rem;
        bottom: -0.5rem;
        left: -0.5rem;
    }

    .tablet\:-inset-3 {
        top: -0.75rem;
        right: -0.75rem;
        bottom: -0.75rem;
        left: -0.75rem;
    }

    .tablet\:-inset-4 {
        top: -1rem;
        right: -1rem;
        bottom: -1rem;
        left: -1rem;
    }

    .tablet\:-inset-5 {
        top: -1.25rem;
        right: -1.25rem;
        bottom: -1.25rem;
        left: -1.25rem;
    }

    .tablet\:-inset-6 {
        top: -1.5rem;
        right: -1.5rem;
        bottom: -1.5rem;
        left: -1.5rem;
    }

    .tablet\:-inset-7 {
        top: -1.75rem;
        right: -1.75rem;
        bottom: -1.75rem;
        left: -1.75rem;
    }

    .tablet\:-inset-8 {
        top: -2rem;
        right: -2rem;
        bottom: -2rem;
        left: -2rem;
    }

    .tablet\:-inset-9 {
        top: -2.25rem;
        right: -2.25rem;
        bottom: -2.25rem;
        left: -2.25rem;
    }

    .tablet\:-inset-10 {
        top: -2.5rem;
        right: -2.5rem;
        bottom: -2.5rem;
        left: -2.5rem;
    }

    .tablet\:-inset-11 {
        top: -2.75rem;
        right: -2.75rem;
        bottom: -2.75rem;
        left: -2.75rem;
    }

    .tablet\:-inset-12 {
        top: -3rem;
        right: -3rem;
        bottom: -3rem;
        left: -3rem;
    }

    .tablet\:-inset-14 {
        top: -3.5rem;
        right: -3.5rem;
        bottom: -3.5rem;
        left: -3.5rem;
    }

    .tablet\:-inset-16 {
        top: -4rem;
        right: -4rem;
        bottom: -4rem;
        left: -4rem;
    }

    .tablet\:-inset-18 {
        top: -4.375rem;
        right: -4.375rem;
        bottom: -4.375rem;
        left: -4.375rem;
    }

    .tablet\:-inset-19 {
        top: -76px;
        right: -76px;
        bottom: -76px;
        left: -76px;
    }

    .tablet\:-inset-20 {
        top: -5rem;
        right: -5rem;
        bottom: -5rem;
        left: -5rem;
    }

    .tablet\:-inset-24 {
        top: -6rem;
        right: -6rem;
        bottom: -6rem;
        left: -6rem;
    }

    .tablet\:-inset-28 {
        top: -7rem;
        right: -7rem;
        bottom: -7rem;
        left: -7rem;
    }

    .tablet\:-inset-30 {
        top: -120px;
        right: -120px;
        bottom: -120px;
        left: -120px;
    }

    .tablet\:-inset-32 {
        top: -8rem;
        right: -8rem;
        bottom: -8rem;
        left: -8rem;
    }

    .tablet\:-inset-36 {
        top: -9rem;
        right: -9rem;
        bottom: -9rem;
        left: -9rem;
    }

    .tablet\:-inset-40 {
        top: -10rem;
        right: -10rem;
        bottom: -10rem;
        left: -10rem;
    }

    .tablet\:-inset-44 {
        top: -11rem;
        right: -11rem;
        bottom: -11rem;
        left: -11rem;
    }

    .tablet\:-inset-48 {
        top: -12rem;
        right: -12rem;
        bottom: -12rem;
        left: -12rem;
    }

    .tablet\:-inset-52 {
        top: -13rem;
        right: -13rem;
        bottom: -13rem;
        left: -13rem;
    }

    .tablet\:-inset-56 {
        top: -14rem;
        right: -14rem;
        bottom: -14rem;
        left: -14rem;
    }

    .tablet\:-inset-60 {
        top: -15rem;
        right: -15rem;
        bottom: -15rem;
        left: -15rem;
    }

    .tablet\:-inset-64 {
        top: -16rem;
        right: -16rem;
        bottom: -16rem;
        left: -16rem;
    }

    .tablet\:-inset-72 {
        top: -18rem;
        right: -18rem;
        bottom: -18rem;
        left: -18rem;
    }

    .tablet\:-inset-80 {
        top: -20rem;
        right: -20rem;
        bottom: -20rem;
        left: -20rem;
    }

    .tablet\:-inset-96 {
        top: -24rem;
        right: -24rem;
        bottom: -24rem;
        left: -24rem;
    }

    .tablet\:-inset-px {
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
    }

    .tablet\:-inset-0\.5 {
        top: -0.125rem;
        right: -0.125rem;
        bottom: -0.125rem;
        left: -0.125rem;
    }

    .tablet\:-inset-1\.5 {
        top: -0.375rem;
        right: -0.375rem;
        bottom: -0.375rem;
        left: -0.375rem;
    }

    .tablet\:-inset-2\.5 {
        top: -0.625rem;
        right: -0.625rem;
        bottom: -0.625rem;
        left: -0.625rem;
    }

    .tablet\:-inset-3\.5 {
        top: -0.875rem;
        right: -0.875rem;
        bottom: -0.875rem;
        left: -0.875rem;
    }

    .tablet\:-inset-5p {
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
    }

    .tablet\:-inset-10p {
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
    }

    .tablet\:-inset-14p {
        top: -14px;
        right: -14px;
        bottom: -14px;
        left: -14px;
    }

    .tablet\:-inset-15p {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
    }

    .tablet\:-inset-15_2 {
        top: -60px;
        right: -60px;
        bottom: -60px;
        left: -60px;
    }

    .tablet\:-inset-16_1 {
        top: -52px;
        right: -52px;
        bottom: -52px;
        left: -52px;
    }

    .tablet\:-inset-16p {
        top: -16px;
        right: -16px;
        bottom: -16px;
        left: -16px;
    }

    .tablet\:-inset-25p {
        top: -25px;
        right: -25px;
        bottom: -25px;
        left: -25px;
    }

    .tablet\:-inset-48p {
        top: -48%;
        right: -48%;
        bottom: -48%;
        left: -48%;
    }

    .tablet\:-inset-52p {
        top: -52%;
        right: -52%;
        bottom: -52%;
        left: -52%;
    }

    .tablet\:inset-1\/2 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }

    .tablet\:inset-1\/3 {
        top: 33.333333%;
        right: 33.333333%;
        bottom: 33.333333%;
        left: 33.333333%;
    }

    .tablet\:inset-2\/3 {
        top: 66.666667%;
        right: 66.666667%;
        bottom: 66.666667%;
        left: 66.666667%;
    }

    .tablet\:inset-1\/4 {
        top: 25%;
        right: 25%;
        bottom: 25%;
        left: 25%;
    }

    .tablet\:inset-2\/4 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }

    .tablet\:inset-3\/4 {
        top: 75%;
        right: 75%;
        bottom: 75%;
        left: 75%;
    }

    .tablet\:inset-full {
        top: 100%;
        right: 100%;
        bottom: 100%;
        left: 100%;
    }

    .tablet\:-inset-1\/2 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }

    .tablet\:-inset-1\/3 {
        top: -33.333333%;
        right: -33.333333%;
        bottom: -33.333333%;
        left: -33.333333%;
    }

    .tablet\:-inset-2\/3 {
        top: -66.666667%;
        right: -66.666667%;
        bottom: -66.666667%;
        left: -66.666667%;
    }

    .tablet\:-inset-1\/4 {
        top: -25%;
        right: -25%;
        bottom: -25%;
        left: -25%;
    }

    .tablet\:-inset-2\/4 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }

    .tablet\:-inset-3\/4 {
        top: -75%;
        right: -75%;
        bottom: -75%;
        left: -75%;
    }

    .tablet\:-inset-full {
        top: -100%;
        right: -100%;
        bottom: -100%;
        left: -100%;
    }

    .tablet\:inset-x-0 {
        left: 0px;
        right: 0px;
    }

    .tablet\:inset-x-1 {
        left: 0.25rem;
        right: 0.25rem;
    }

    .tablet\:inset-x-2 {
        left: 0.5rem;
        right: 0.5rem;
    }

    .tablet\:inset-x-3 {
        left: 0.75rem;
        right: 0.75rem;
    }

    .tablet\:inset-x-4 {
        left: 1rem;
        right: 1rem;
    }

    .tablet\:inset-x-5 {
        left: 1.25rem;
        right: 1.25rem;
    }

    .tablet\:inset-x-6 {
        left: 1.5rem;
        right: 1.5rem;
    }

    .tablet\:inset-x-7 {
        left: 1.75rem;
        right: 1.75rem;
    }

    .tablet\:inset-x-8 {
        left: 2rem;
        right: 2rem;
    }

    .tablet\:inset-x-9 {
        left: 2.25rem;
        right: 2.25rem;
    }

    .tablet\:inset-x-10 {
        left: 2.5rem;
        right: 2.5rem;
    }

    .tablet\:inset-x-11 {
        left: 2.75rem;
        right: 2.75rem;
    }

    .tablet\:inset-x-12 {
        left: 3rem;
        right: 3rem;
    }

    .tablet\:inset-x-14 {
        left: 3.5rem;
        right: 3.5rem;
    }

    .tablet\:inset-x-16 {
        left: 4rem;
        right: 4rem;
    }

    .tablet\:inset-x-18 {
        left: 4.375rem;
        right: 4.375rem;
    }

    .tablet\:inset-x-19 {
        left: 76px;
        right: 76px;
    }

    .tablet\:inset-x-20 {
        left: 5rem;
        right: 5rem;
    }

    .tablet\:inset-x-24 {
        left: 6rem;
        right: 6rem;
    }

    .tablet\:inset-x-28 {
        left: 7rem;
        right: 7rem;
    }

    .tablet\:inset-x-30 {
        left: 120px;
        right: 120px;
    }

    .tablet\:inset-x-32 {
        left: 8rem;
        right: 8rem;
    }

    .tablet\:inset-x-36 {
        left: 9rem;
        right: 9rem;
    }

    .tablet\:inset-x-40 {
        left: 10rem;
        right: 10rem;
    }

    .tablet\:inset-x-44 {
        left: 11rem;
        right: 11rem;
    }

    .tablet\:inset-x-48 {
        left: 12rem;
        right: 12rem;
    }

    .tablet\:inset-x-52 {
        left: 13rem;
        right: 13rem;
    }

    .tablet\:inset-x-56 {
        left: 14rem;
        right: 14rem;
    }

    .tablet\:inset-x-60 {
        left: 15rem;
        right: 15rem;
    }

    .tablet\:inset-x-64 {
        left: 16rem;
        right: 16rem;
    }

    .tablet\:inset-x-72 {
        left: 18rem;
        right: 18rem;
    }

    .tablet\:inset-x-80 {
        left: 20rem;
        right: 20rem;
    }

    .tablet\:inset-x-96 {
        left: 24rem;
        right: 24rem;
    }

    .tablet\:inset-x-auto {
        left: auto;
        right: auto;
    }

    .tablet\:inset-x-px {
        left: 1px;
        right: 1px;
    }

    .tablet\:inset-x-0\.5 {
        left: 0.125rem;
        right: 0.125rem;
    }

    .tablet\:inset-x-1\.5 {
        left: 0.375rem;
        right: 0.375rem;
    }

    .tablet\:inset-x-2\.5 {
        left: 0.625rem;
        right: 0.625rem;
    }

    .tablet\:inset-x-3\.5 {
        left: 0.875rem;
        right: 0.875rem;
    }

    .tablet\:inset-x-5p {
        left: 5px;
        right: 5px;
    }

    .tablet\:inset-x-10p {
        left: 10px;
        right: 10px;
    }

    .tablet\:inset-x-14p {
        left: 14px;
        right: 14px;
    }

    .tablet\:inset-x-15p {
        left: 15px;
        right: 15px;
    }

    .tablet\:inset-x-15_2 {
        left: 60px;
        right: 60px;
    }

    .tablet\:inset-x-16_1 {
        left: 52px;
        right: 52px;
    }

    .tablet\:inset-x-16p {
        left: 16px;
        right: 16px;
    }

    .tablet\:inset-x-25p {
        left: 25px;
        right: 25px;
    }

    .tablet\:inset-x-48p {
        left: 48%;
        right: 48%;
    }

    .tablet\:inset-x-52p {
        left: 52%;
        right: 52%;
    }

    .tablet\:-inset-x-0 {
        left: 0px;
        right: 0px;
    }

    .tablet\:-inset-x-1 {
        left: -0.25rem;
        right: -0.25rem;
    }

    .tablet\:-inset-x-2 {
        left: -0.5rem;
        right: -0.5rem;
    }

    .tablet\:-inset-x-3 {
        left: -0.75rem;
        right: -0.75rem;
    }

    .tablet\:-inset-x-4 {
        left: -1rem;
        right: -1rem;
    }

    .tablet\:-inset-x-5 {
        left: -1.25rem;
        right: -1.25rem;
    }

    .tablet\:-inset-x-6 {
        left: -1.5rem;
        right: -1.5rem;
    }

    .tablet\:-inset-x-7 {
        left: -1.75rem;
        right: -1.75rem;
    }

    .tablet\:-inset-x-8 {
        left: -2rem;
        right: -2rem;
    }

    .tablet\:-inset-x-9 {
        left: -2.25rem;
        right: -2.25rem;
    }

    .tablet\:-inset-x-10 {
        left: -2.5rem;
        right: -2.5rem;
    }

    .tablet\:-inset-x-11 {
        left: -2.75rem;
        right: -2.75rem;
    }

    .tablet\:-inset-x-12 {
        left: -3rem;
        right: -3rem;
    }

    .tablet\:-inset-x-14 {
        left: -3.5rem;
        right: -3.5rem;
    }

    .tablet\:-inset-x-16 {
        left: -4rem;
        right: -4rem;
    }

    .tablet\:-inset-x-18 {
        left: -4.375rem;
        right: -4.375rem;
    }

    .tablet\:-inset-x-19 {
        left: -76px;
        right: -76px;
    }

    .tablet\:-inset-x-20 {
        left: -5rem;
        right: -5rem;
    }

    .tablet\:-inset-x-24 {
        left: -6rem;
        right: -6rem;
    }

    .tablet\:-inset-x-28 {
        left: -7rem;
        right: -7rem;
    }

    .tablet\:-inset-x-30 {
        left: -120px;
        right: -120px;
    }

    .tablet\:-inset-x-32 {
        left: -8rem;
        right: -8rem;
    }

    .tablet\:-inset-x-36 {
        left: -9rem;
        right: -9rem;
    }

    .tablet\:-inset-x-40 {
        left: -10rem;
        right: -10rem;
    }

    .tablet\:-inset-x-44 {
        left: -11rem;
        right: -11rem;
    }

    .tablet\:-inset-x-48 {
        left: -12rem;
        right: -12rem;
    }

    .tablet\:-inset-x-52 {
        left: -13rem;
        right: -13rem;
    }

    .tablet\:-inset-x-56 {
        left: -14rem;
        right: -14rem;
    }

    .tablet\:-inset-x-60 {
        left: -15rem;
        right: -15rem;
    }

    .tablet\:-inset-x-64 {
        left: -16rem;
        right: -16rem;
    }

    .tablet\:-inset-x-72 {
        left: -18rem;
        right: -18rem;
    }

    .tablet\:-inset-x-80 {
        left: -20rem;
        right: -20rem;
    }

    .tablet\:-inset-x-96 {
        left: -24rem;
        right: -24rem;
    }

    .tablet\:-inset-x-px {
        left: -1px;
        right: -1px;
    }

    .tablet\:-inset-x-0\.5 {
        left: -0.125rem;
        right: -0.125rem;
    }

    .tablet\:-inset-x-1\.5 {
        left: -0.375rem;
        right: -0.375rem;
    }

    .tablet\:-inset-x-2\.5 {
        left: -0.625rem;
        right: -0.625rem;
    }

    .tablet\:-inset-x-3\.5 {
        left: -0.875rem;
        right: -0.875rem;
    }

    .tablet\:-inset-x-5p {
        left: -5px;
        right: -5px;
    }

    .tablet\:-inset-x-10p {
        left: -10px;
        right: -10px;
    }

    .tablet\:-inset-x-14p {
        left: -14px;
        right: -14px;
    }

    .tablet\:-inset-x-15p {
        left: -15px;
        right: -15px;
    }

    .tablet\:-inset-x-15_2 {
        left: -60px;
        right: -60px;
    }

    .tablet\:-inset-x-16_1 {
        left: -52px;
        right: -52px;
    }

    .tablet\:-inset-x-16p {
        left: -16px;
        right: -16px;
    }

    .tablet\:-inset-x-25p {
        left: -25px;
        right: -25px;
    }

    .tablet\:-inset-x-48p {
        left: -48%;
        right: -48%;
    }

    .tablet\:-inset-x-52p {
        left: -52%;
        right: -52%;
    }

    .tablet\:inset-x-1\/2 {
        left: 50%;
        right: 50%;
    }

    .tablet\:inset-x-1\/3 {
        left: 33.333333%;
        right: 33.333333%;
    }

    .tablet\:inset-x-2\/3 {
        left: 66.666667%;
        right: 66.666667%;
    }

    .tablet\:inset-x-1\/4 {
        left: 25%;
        right: 25%;
    }

    .tablet\:inset-x-2\/4 {
        left: 50%;
        right: 50%;
    }

    .tablet\:inset-x-3\/4 {
        left: 75%;
        right: 75%;
    }

    .tablet\:inset-x-full {
        left: 100%;
        right: 100%;
    }

    .tablet\:-inset-x-1\/2 {
        left: -50%;
        right: -50%;
    }

    .tablet\:-inset-x-1\/3 {
        left: -33.333333%;
        right: -33.333333%;
    }

    .tablet\:-inset-x-2\/3 {
        left: -66.666667%;
        right: -66.666667%;
    }

    .tablet\:-inset-x-1\/4 {
        left: -25%;
        right: -25%;
    }

    .tablet\:-inset-x-2\/4 {
        left: -50%;
        right: -50%;
    }

    .tablet\:-inset-x-3\/4 {
        left: -75%;
        right: -75%;
    }

    .tablet\:-inset-x-full {
        left: -100%;
        right: -100%;
    }

    .tablet\:inset-y-0 {
        top: 0px;
        bottom: 0px;
    }

    .tablet\:inset-y-1 {
        top: 0.25rem;
        bottom: 0.25rem;
    }

    .tablet\:inset-y-2 {
        top: 0.5rem;
        bottom: 0.5rem;
    }

    .tablet\:inset-y-3 {
        top: 0.75rem;
        bottom: 0.75rem;
    }

    .tablet\:inset-y-4 {
        top: 1rem;
        bottom: 1rem;
    }

    .tablet\:inset-y-5 {
        top: 1.25rem;
        bottom: 1.25rem;
    }

    .tablet\:inset-y-6 {
        top: 1.5rem;
        bottom: 1.5rem;
    }

    .tablet\:inset-y-7 {
        top: 1.75rem;
        bottom: 1.75rem;
    }

    .tablet\:inset-y-8 {
        top: 2rem;
        bottom: 2rem;
    }

    .tablet\:inset-y-9 {
        top: 2.25rem;
        bottom: 2.25rem;
    }

    .tablet\:inset-y-10 {
        top: 2.5rem;
        bottom: 2.5rem;
    }

    .tablet\:inset-y-11 {
        top: 2.75rem;
        bottom: 2.75rem;
    }

    .tablet\:inset-y-12 {
        top: 3rem;
        bottom: 3rem;
    }

    .tablet\:inset-y-14 {
        top: 3.5rem;
        bottom: 3.5rem;
    }

    .tablet\:inset-y-16 {
        top: 4rem;
        bottom: 4rem;
    }

    .tablet\:inset-y-18 {
        top: 4.375rem;
        bottom: 4.375rem;
    }

    .tablet\:inset-y-19 {
        top: 76px;
        bottom: 76px;
    }

    .tablet\:inset-y-20 {
        top: 5rem;
        bottom: 5rem;
    }

    .tablet\:inset-y-24 {
        top: 6rem;
        bottom: 6rem;
    }

    .tablet\:inset-y-28 {
        top: 7rem;
        bottom: 7rem;
    }

    .tablet\:inset-y-30 {
        top: 120px;
        bottom: 120px;
    }

    .tablet\:inset-y-32 {
        top: 8rem;
        bottom: 8rem;
    }

    .tablet\:inset-y-36 {
        top: 9rem;
        bottom: 9rem;
    }

    .tablet\:inset-y-40 {
        top: 10rem;
        bottom: 10rem;
    }

    .tablet\:inset-y-44 {
        top: 11rem;
        bottom: 11rem;
    }

    .tablet\:inset-y-48 {
        top: 12rem;
        bottom: 12rem;
    }

    .tablet\:inset-y-52 {
        top: 13rem;
        bottom: 13rem;
    }

    .tablet\:inset-y-56 {
        top: 14rem;
        bottom: 14rem;
    }

    .tablet\:inset-y-60 {
        top: 15rem;
        bottom: 15rem;
    }

    .tablet\:inset-y-64 {
        top: 16rem;
        bottom: 16rem;
    }

    .tablet\:inset-y-72 {
        top: 18rem;
        bottom: 18rem;
    }

    .tablet\:inset-y-80 {
        top: 20rem;
        bottom: 20rem;
    }

    .tablet\:inset-y-96 {
        top: 24rem;
        bottom: 24rem;
    }

    .tablet\:inset-y-auto {
        top: auto;
        bottom: auto;
    }

    .tablet\:inset-y-px {
        top: 1px;
        bottom: 1px;
    }

    .tablet\:inset-y-0\.5 {
        top: 0.125rem;
        bottom: 0.125rem;
    }

    .tablet\:inset-y-1\.5 {
        top: 0.375rem;
        bottom: 0.375rem;
    }

    .tablet\:inset-y-2\.5 {
        top: 0.625rem;
        bottom: 0.625rem;
    }

    .tablet\:inset-y-3\.5 {
        top: 0.875rem;
        bottom: 0.875rem;
    }

    .tablet\:inset-y-5p {
        top: 5px;
        bottom: 5px;
    }

    .tablet\:inset-y-10p {
        top: 10px;
        bottom: 10px;
    }

    .tablet\:inset-y-14p {
        top: 14px;
        bottom: 14px;
    }

    .tablet\:inset-y-15p {
        top: 15px;
        bottom: 15px;
    }

    .tablet\:inset-y-15_2 {
        top: 60px;
        bottom: 60px;
    }

    .tablet\:inset-y-16_1 {
        top: 52px;
        bottom: 52px;
    }

    .tablet\:inset-y-16p {
        top: 16px;
        bottom: 16px;
    }

    .tablet\:inset-y-25p {
        top: 25px;
        bottom: 25px;
    }

    .tablet\:inset-y-48p {
        top: 48%;
        bottom: 48%;
    }

    .tablet\:inset-y-52p {
        top: 52%;
        bottom: 52%;
    }

    .tablet\:-inset-y-0 {
        top: 0px;
        bottom: 0px;
    }

    .tablet\:-inset-y-1 {
        top: -0.25rem;
        bottom: -0.25rem;
    }

    .tablet\:-inset-y-2 {
        top: -0.5rem;
        bottom: -0.5rem;
    }

    .tablet\:-inset-y-3 {
        top: -0.75rem;
        bottom: -0.75rem;
    }

    .tablet\:-inset-y-4 {
        top: -1rem;
        bottom: -1rem;
    }

    .tablet\:-inset-y-5 {
        top: -1.25rem;
        bottom: -1.25rem;
    }

    .tablet\:-inset-y-6 {
        top: -1.5rem;
        bottom: -1.5rem;
    }

    .tablet\:-inset-y-7 {
        top: -1.75rem;
        bottom: -1.75rem;
    }

    .tablet\:-inset-y-8 {
        top: -2rem;
        bottom: -2rem;
    }

    .tablet\:-inset-y-9 {
        top: -2.25rem;
        bottom: -2.25rem;
    }

    .tablet\:-inset-y-10 {
        top: -2.5rem;
        bottom: -2.5rem;
    }

    .tablet\:-inset-y-11 {
        top: -2.75rem;
        bottom: -2.75rem;
    }

    .tablet\:-inset-y-12 {
        top: -3rem;
        bottom: -3rem;
    }

    .tablet\:-inset-y-14 {
        top: -3.5rem;
        bottom: -3.5rem;
    }

    .tablet\:-inset-y-16 {
        top: -4rem;
        bottom: -4rem;
    }

    .tablet\:-inset-y-18 {
        top: -4.375rem;
        bottom: -4.375rem;
    }

    .tablet\:-inset-y-19 {
        top: -76px;
        bottom: -76px;
    }

    .tablet\:-inset-y-20 {
        top: -5rem;
        bottom: -5rem;
    }

    .tablet\:-inset-y-24 {
        top: -6rem;
        bottom: -6rem;
    }

    .tablet\:-inset-y-28 {
        top: -7rem;
        bottom: -7rem;
    }

    .tablet\:-inset-y-30 {
        top: -120px;
        bottom: -120px;
    }

    .tablet\:-inset-y-32 {
        top: -8rem;
        bottom: -8rem;
    }

    .tablet\:-inset-y-36 {
        top: -9rem;
        bottom: -9rem;
    }

    .tablet\:-inset-y-40 {
        top: -10rem;
        bottom: -10rem;
    }

    .tablet\:-inset-y-44 {
        top: -11rem;
        bottom: -11rem;
    }

    .tablet\:-inset-y-48 {
        top: -12rem;
        bottom: -12rem;
    }

    .tablet\:-inset-y-52 {
        top: -13rem;
        bottom: -13rem;
    }

    .tablet\:-inset-y-56 {
        top: -14rem;
        bottom: -14rem;
    }

    .tablet\:-inset-y-60 {
        top: -15rem;
        bottom: -15rem;
    }

    .tablet\:-inset-y-64 {
        top: -16rem;
        bottom: -16rem;
    }

    .tablet\:-inset-y-72 {
        top: -18rem;
        bottom: -18rem;
    }

    .tablet\:-inset-y-80 {
        top: -20rem;
        bottom: -20rem;
    }

    .tablet\:-inset-y-96 {
        top: -24rem;
        bottom: -24rem;
    }

    .tablet\:-inset-y-px {
        top: -1px;
        bottom: -1px;
    }

    .tablet\:-inset-y-0\.5 {
        top: -0.125rem;
        bottom: -0.125rem;
    }

    .tablet\:-inset-y-1\.5 {
        top: -0.375rem;
        bottom: -0.375rem;
    }

    .tablet\:-inset-y-2\.5 {
        top: -0.625rem;
        bottom: -0.625rem;
    }

    .tablet\:-inset-y-3\.5 {
        top: -0.875rem;
        bottom: -0.875rem;
    }

    .tablet\:-inset-y-5p {
        top: -5px;
        bottom: -5px;
    }

    .tablet\:-inset-y-10p {
        top: -10px;
        bottom: -10px;
    }

    .tablet\:-inset-y-14p {
        top: -14px;
        bottom: -14px;
    }

    .tablet\:-inset-y-15p {
        top: -15px;
        bottom: -15px;
    }

    .tablet\:-inset-y-15_2 {
        top: -60px;
        bottom: -60px;
    }

    .tablet\:-inset-y-16_1 {
        top: -52px;
        bottom: -52px;
    }

    .tablet\:-inset-y-16p {
        top: -16px;
        bottom: -16px;
    }

    .tablet\:-inset-y-25p {
        top: -25px;
        bottom: -25px;
    }

    .tablet\:-inset-y-48p {
        top: -48%;
        bottom: -48%;
    }

    .tablet\:-inset-y-52p {
        top: -52%;
        bottom: -52%;
    }

    .tablet\:inset-y-1\/2 {
        top: 50%;
        bottom: 50%;
    }

    .tablet\:inset-y-1\/3 {
        top: 33.333333%;
        bottom: 33.333333%;
    }

    .tablet\:inset-y-2\/3 {
        top: 66.666667%;
        bottom: 66.666667%;
    }

    .tablet\:inset-y-1\/4 {
        top: 25%;
        bottom: 25%;
    }

    .tablet\:inset-y-2\/4 {
        top: 50%;
        bottom: 50%;
    }

    .tablet\:inset-y-3\/4 {
        top: 75%;
        bottom: 75%;
    }

    .tablet\:inset-y-full {
        top: 100%;
        bottom: 100%;
    }

    .tablet\:-inset-y-1\/2 {
        top: -50%;
        bottom: -50%;
    }

    .tablet\:-inset-y-1\/3 {
        top: -33.333333%;
        bottom: -33.333333%;
    }

    .tablet\:-inset-y-2\/3 {
        top: -66.666667%;
        bottom: -66.666667%;
    }

    .tablet\:-inset-y-1\/4 {
        top: -25%;
        bottom: -25%;
    }

    .tablet\:-inset-y-2\/4 {
        top: -50%;
        bottom: -50%;
    }

    .tablet\:-inset-y-3\/4 {
        top: -75%;
        bottom: -75%;
    }

    .tablet\:-inset-y-full {
        top: -100%;
        bottom: -100%;
    }

    .tablet\:top-0 {
        top: 0px;
    }

    .tablet\:top-1 {
        top: 0.25rem;
    }

    .tablet\:top-2 {
        top: 0.5rem;
    }

    .tablet\:top-3 {
        top: 0.75rem;
    }

    .tablet\:top-4 {
        top: 1rem;
    }

    .tablet\:top-5 {
        top: 1.25rem;
    }

    .tablet\:top-6 {
        top: 1.5rem;
    }

    .tablet\:top-7 {
        top: 1.75rem;
    }

    .tablet\:top-8 {
        top: 2rem;
    }

    .tablet\:top-9 {
        top: 2.25rem;
    }

    .tablet\:top-10 {
        top: 2.5rem;
    }

    .tablet\:top-11 {
        top: 2.75rem;
    }

    .tablet\:top-12 {
        top: 3rem;
    }

    .tablet\:top-14 {
        top: 3.5rem;
    }

    .tablet\:top-16 {
        top: 4rem;
    }

    .tablet\:top-18 {
        top: 4.375rem;
    }

    .tablet\:top-19 {
        top: 76px;
    }

    .tablet\:top-20 {
        top: 5rem;
    }

    .tablet\:top-24 {
        top: 6rem;
    }

    .tablet\:top-28 {
        top: 7rem;
    }

    .tablet\:top-30 {
        top: 120px;
    }

    .tablet\:top-32 {
        top: 8rem;
    }

    .tablet\:top-36 {
        top: 9rem;
    }

    .tablet\:top-40 {
        top: 10rem;
    }

    .tablet\:top-44 {
        top: 11rem;
    }

    .tablet\:top-48 {
        top: 12rem;
    }

    .tablet\:top-52 {
        top: 13rem;
    }

    .tablet\:top-56 {
        top: 14rem;
    }

    .tablet\:top-60 {
        top: 15rem;
    }

    .tablet\:top-64 {
        top: 16rem;
    }

    .tablet\:top-72 {
        top: 18rem;
    }

    .tablet\:top-80 {
        top: 20rem;
    }

    .tablet\:top-96 {
        top: 24rem;
    }

    .tablet\:top-auto {
        top: auto;
    }

    .tablet\:top-px {
        top: 1px;
    }

    .tablet\:top-0\.5 {
        top: 0.125rem;
    }

    .tablet\:top-1\.5 {
        top: 0.375rem;
    }

    .tablet\:top-2\.5 {
        top: 0.625rem;
    }

    .tablet\:top-3\.5 {
        top: 0.875rem;
    }

    .tablet\:top-5p {
        top: 5px;
    }

    .tablet\:top-10p {
        top: 10px;
    }

    .tablet\:top-14p {
        top: 14px;
    }

    .tablet\:top-15p {
        top: 15px;
    }

    .tablet\:top-15_2 {
        top: 60px;
    }

    .tablet\:top-16_1 {
        top: 52px;
    }

    .tablet\:top-16p {
        top: 16px;
    }

    .tablet\:top-25p {
        top: 25px;
    }

    .tablet\:top-48p {
        top: 48%;
    }

    .tablet\:top-52p {
        top: 52%;
    }

    .tablet\:-top-0 {
        top: 0px;
    }

    .tablet\:-top-1 {
        top: -0.25rem;
    }

    .tablet\:-top-2 {
        top: -0.5rem;
    }

    .tablet\:-top-3 {
        top: -0.75rem;
    }

    .tablet\:-top-4 {
        top: -1rem;
    }

    .tablet\:-top-5 {
        top: -1.25rem;
    }

    .tablet\:-top-6 {
        top: -1.5rem;
    }

    .tablet\:-top-7 {
        top: -1.75rem;
    }

    .tablet\:-top-8 {
        top: -2rem;
    }

    .tablet\:-top-9 {
        top: -2.25rem;
    }

    .tablet\:-top-10 {
        top: -2.5rem;
    }

    .tablet\:-top-11 {
        top: -2.75rem;
    }

    .tablet\:-top-12 {
        top: -3rem;
    }

    .tablet\:-top-14 {
        top: -3.5rem;
    }

    .tablet\:-top-16 {
        top: -4rem;
    }

    .tablet\:-top-18 {
        top: -4.375rem;
    }

    .tablet\:-top-19 {
        top: -76px;
    }

    .tablet\:-top-20 {
        top: -5rem;
    }

    .tablet\:-top-24 {
        top: -6rem;
    }

    .tablet\:-top-28 {
        top: -7rem;
    }

    .tablet\:-top-30 {
        top: -120px;
    }

    .tablet\:-top-32 {
        top: -8rem;
    }

    .tablet\:-top-36 {
        top: -9rem;
    }

    .tablet\:-top-40 {
        top: -10rem;
    }

    .tablet\:-top-44 {
        top: -11rem;
    }

    .tablet\:-top-48 {
        top: -12rem;
    }

    .tablet\:-top-52 {
        top: -13rem;
    }

    .tablet\:-top-56 {
        top: -14rem;
    }

    .tablet\:-top-60 {
        top: -15rem;
    }

    .tablet\:-top-64 {
        top: -16rem;
    }

    .tablet\:-top-72 {
        top: -18rem;
    }

    .tablet\:-top-80 {
        top: -20rem;
    }

    .tablet\:-top-96 {
        top: -24rem;
    }

    .tablet\:-top-px {
        top: -1px;
    }

    .tablet\:-top-0\.5 {
        top: -0.125rem;
    }

    .tablet\:-top-1\.5 {
        top: -0.375rem;
    }

    .tablet\:-top-2\.5 {
        top: -0.625rem;
    }

    .tablet\:-top-3\.5 {
        top: -0.875rem;
    }

    .tablet\:-top-5p {
        top: -5px;
    }

    .tablet\:-top-10p {
        top: -10px;
    }

    .tablet\:-top-14p {
        top: -14px;
    }

    .tablet\:-top-15p {
        top: -15px;
    }

    .tablet\:-top-15_2 {
        top: -60px;
    }

    .tablet\:-top-16_1 {
        top: -52px;
    }

    .tablet\:-top-16p {
        top: -16px;
    }

    .tablet\:-top-25p {
        top: -25px;
    }

    .tablet\:-top-48p {
        top: -48%;
    }

    .tablet\:-top-52p {
        top: -52%;
    }

    .tablet\:top-1\/2 {
        top: 50%;
    }

    .tablet\:top-1\/3 {
        top: 33.333333%;
    }

    .tablet\:top-2\/3 {
        top: 66.666667%;
    }

    .tablet\:top-1\/4 {
        top: 25%;
    }

    .tablet\:top-2\/4 {
        top: 50%;
    }

    .tablet\:top-3\/4 {
        top: 75%;
    }

    .tablet\:top-full {
        top: 100%;
    }

    .tablet\:-top-1\/2 {
        top: -50%;
    }

    .tablet\:-top-1\/3 {
        top: -33.333333%;
    }

    .tablet\:-top-2\/3 {
        top: -66.666667%;
    }

    .tablet\:-top-1\/4 {
        top: -25%;
    }

    .tablet\:-top-2\/4 {
        top: -50%;
    }

    .tablet\:-top-3\/4 {
        top: -75%;
    }

    .tablet\:-top-full {
        top: -100%;
    }

    .tablet\:right-0 {
        right: 0px;
    }

    .tablet\:right-1 {
        right: 0.25rem;
    }

    .tablet\:right-2 {
        right: 0.5rem;
    }

    .tablet\:right-3 {
        right: 0.75rem;
    }

    .tablet\:right-4 {
        right: 1rem;
    }

    .tablet\:right-5 {
        right: 1.25rem;
    }

    .tablet\:right-6 {
        right: 1.5rem;
    }

    .tablet\:right-7 {
        right: 1.75rem;
    }

    .tablet\:right-8 {
        right: 2rem;
    }

    .tablet\:right-9 {
        right: 2.25rem;
    }

    .tablet\:right-10 {
        right: 2.5rem;
    }

    .tablet\:right-11 {
        right: 2.75rem;
    }

    .tablet\:right-12 {
        right: 3rem;
    }

    .tablet\:right-14 {
        right: 3.5rem;
    }

    .tablet\:right-16 {
        right: 4rem;
    }

    .tablet\:right-18 {
        right: 4.375rem;
    }

    .tablet\:right-19 {
        right: 76px;
    }

    .tablet\:right-20 {
        right: 5rem;
    }

    .tablet\:right-24 {
        right: 6rem;
    }

    .tablet\:right-28 {
        right: 7rem;
    }

    .tablet\:right-30 {
        right: 120px;
    }

    .tablet\:right-32 {
        right: 8rem;
    }

    .tablet\:right-36 {
        right: 9rem;
    }

    .tablet\:right-40 {
        right: 10rem;
    }

    .tablet\:right-44 {
        right: 11rem;
    }

    .tablet\:right-48 {
        right: 12rem;
    }

    .tablet\:right-52 {
        right: 13rem;
    }

    .tablet\:right-56 {
        right: 14rem;
    }

    .tablet\:right-60 {
        right: 15rem;
    }

    .tablet\:right-64 {
        right: 16rem;
    }

    .tablet\:right-72 {
        right: 18rem;
    }

    .tablet\:right-80 {
        right: 20rem;
    }

    .tablet\:right-96 {
        right: 24rem;
    }

    .tablet\:right-auto {
        right: auto;
    }

    .tablet\:right-px {
        right: 1px;
    }

    .tablet\:right-0\.5 {
        right: 0.125rem;
    }

    .tablet\:right-1\.5 {
        right: 0.375rem;
    }

    .tablet\:right-2\.5 {
        right: 0.625rem;
    }

    .tablet\:right-3\.5 {
        right: 0.875rem;
    }

    .tablet\:right-5p {
        right: 5px;
    }

    .tablet\:right-10p {
        right: 10px;
    }

    .tablet\:right-14p {
        right: 14px;
    }

    .tablet\:right-15p {
        right: 15px;
    }

    .tablet\:right-15_2 {
        right: 60px;
    }

    .tablet\:right-16_1 {
        right: 52px;
    }

    .tablet\:right-16p {
        right: 16px;
    }

    .tablet\:right-25p {
        right: 25px;
    }

    .tablet\:right-48p {
        right: 48%;
    }

    .tablet\:right-52p {
        right: 52%;
    }

    .tablet\:-right-0 {
        right: 0px;
    }

    .tablet\:-right-1 {
        right: -0.25rem;
    }

    .tablet\:-right-2 {
        right: -0.5rem;
    }

    .tablet\:-right-3 {
        right: -0.75rem;
    }

    .tablet\:-right-4 {
        right: -1rem;
    }

    .tablet\:-right-5 {
        right: -1.25rem;
    }

    .tablet\:-right-6 {
        right: -1.5rem;
    }

    .tablet\:-right-7 {
        right: -1.75rem;
    }

    .tablet\:-right-8 {
        right: -2rem;
    }

    .tablet\:-right-9 {
        right: -2.25rem;
    }

    .tablet\:-right-10 {
        right: -2.5rem;
    }

    .tablet\:-right-11 {
        right: -2.75rem;
    }

    .tablet\:-right-12 {
        right: -3rem;
    }

    .tablet\:-right-14 {
        right: -3.5rem;
    }

    .tablet\:-right-16 {
        right: -4rem;
    }

    .tablet\:-right-18 {
        right: -4.375rem;
    }

    .tablet\:-right-19 {
        right: -76px;
    }

    .tablet\:-right-20 {
        right: -5rem;
    }

    .tablet\:-right-24 {
        right: -6rem;
    }

    .tablet\:-right-28 {
        right: -7rem;
    }

    .tablet\:-right-30 {
        right: -120px;
    }

    .tablet\:-right-32 {
        right: -8rem;
    }

    .tablet\:-right-36 {
        right: -9rem;
    }

    .tablet\:-right-40 {
        right: -10rem;
    }

    .tablet\:-right-44 {
        right: -11rem;
    }

    .tablet\:-right-48 {
        right: -12rem;
    }

    .tablet\:-right-52 {
        right: -13rem;
    }

    .tablet\:-right-56 {
        right: -14rem;
    }

    .tablet\:-right-60 {
        right: -15rem;
    }

    .tablet\:-right-64 {
        right: -16rem;
    }

    .tablet\:-right-72 {
        right: -18rem;
    }

    .tablet\:-right-80 {
        right: -20rem;
    }

    .tablet\:-right-96 {
        right: -24rem;
    }

    .tablet\:-right-px {
        right: -1px;
    }

    .tablet\:-right-0\.5 {
        right: -0.125rem;
    }

    .tablet\:-right-1\.5 {
        right: -0.375rem;
    }

    .tablet\:-right-2\.5 {
        right: -0.625rem;
    }

    .tablet\:-right-3\.5 {
        right: -0.875rem;
    }

    .tablet\:-right-5p {
        right: -5px;
    }

    .tablet\:-right-10p {
        right: -10px;
    }

    .tablet\:-right-14p {
        right: -14px;
    }

    .tablet\:-right-15p {
        right: -15px;
    }

    .tablet\:-right-15_2 {
        right: -60px;
    }

    .tablet\:-right-16_1 {
        right: -52px;
    }

    .tablet\:-right-16p {
        right: -16px;
    }

    .tablet\:-right-25p {
        right: -25px;
    }

    .tablet\:-right-48p {
        right: -48%;
    }

    .tablet\:-right-52p {
        right: -52%;
    }

    .tablet\:right-1\/2 {
        right: 50%;
    }

    .tablet\:right-1\/3 {
        right: 33.333333%;
    }

    .tablet\:right-2\/3 {
        right: 66.666667%;
    }

    .tablet\:right-1\/4 {
        right: 25%;
    }

    .tablet\:right-2\/4 {
        right: 50%;
    }

    .tablet\:right-3\/4 {
        right: 75%;
    }

    .tablet\:right-full {
        right: 100%;
    }

    .tablet\:-right-1\/2 {
        right: -50%;
    }

    .tablet\:-right-1\/3 {
        right: -33.333333%;
    }

    .tablet\:-right-2\/3 {
        right: -66.666667%;
    }

    .tablet\:-right-1\/4 {
        right: -25%;
    }

    .tablet\:-right-2\/4 {
        right: -50%;
    }

    .tablet\:-right-3\/4 {
        right: -75%;
    }

    .tablet\:-right-full {
        right: -100%;
    }

    .tablet\:bottom-0 {
        bottom: 0px;
    }

    .tablet\:bottom-1 {
        bottom: 0.25rem;
    }

    .tablet\:bottom-2 {
        bottom: 0.5rem;
    }

    .tablet\:bottom-3 {
        bottom: 0.75rem;
    }

    .tablet\:bottom-4 {
        bottom: 1rem;
    }

    .tablet\:bottom-5 {
        bottom: 1.25rem;
    }

    .tablet\:bottom-6 {
        bottom: 1.5rem;
    }

    .tablet\:bottom-7 {
        bottom: 1.75rem;
    }

    .tablet\:bottom-8 {
        bottom: 2rem;
    }

    .tablet\:bottom-9 {
        bottom: 2.25rem;
    }

    .tablet\:bottom-10 {
        bottom: 2.5rem;
    }

    .tablet\:bottom-11 {
        bottom: 2.75rem;
    }

    .tablet\:bottom-12 {
        bottom: 3rem;
    }

    .tablet\:bottom-14 {
        bottom: 3.5rem;
    }

    .tablet\:bottom-16 {
        bottom: 4rem;
    }

    .tablet\:bottom-18 {
        bottom: 4.375rem;
    }

    .tablet\:bottom-19 {
        bottom: 76px;
    }

    .tablet\:bottom-20 {
        bottom: 5rem;
    }

    .tablet\:bottom-24 {
        bottom: 6rem;
    }

    .tablet\:bottom-28 {
        bottom: 7rem;
    }

    .tablet\:bottom-30 {
        bottom: 120px;
    }

    .tablet\:bottom-32 {
        bottom: 8rem;
    }

    .tablet\:bottom-36 {
        bottom: 9rem;
    }

    .tablet\:bottom-40 {
        bottom: 10rem;
    }

    .tablet\:bottom-44 {
        bottom: 11rem;
    }

    .tablet\:bottom-48 {
        bottom: 12rem;
    }

    .tablet\:bottom-52 {
        bottom: 13rem;
    }

    .tablet\:bottom-56 {
        bottom: 14rem;
    }

    .tablet\:bottom-60 {
        bottom: 15rem;
    }

    .tablet\:bottom-64 {
        bottom: 16rem;
    }

    .tablet\:bottom-72 {
        bottom: 18rem;
    }

    .tablet\:bottom-80 {
        bottom: 20rem;
    }

    .tablet\:bottom-96 {
        bottom: 24rem;
    }

    .tablet\:bottom-auto {
        bottom: auto;
    }

    .tablet\:bottom-px {
        bottom: 1px;
    }

    .tablet\:bottom-0\.5 {
        bottom: 0.125rem;
    }

    .tablet\:bottom-1\.5 {
        bottom: 0.375rem;
    }

    .tablet\:bottom-2\.5 {
        bottom: 0.625rem;
    }

    .tablet\:bottom-3\.5 {
        bottom: 0.875rem;
    }

    .tablet\:bottom-5p {
        bottom: 5px;
    }

    .tablet\:bottom-10p {
        bottom: 10px;
    }

    .tablet\:bottom-14p {
        bottom: 14px;
    }

    .tablet\:bottom-15p {
        bottom: 15px;
    }

    .tablet\:bottom-15_2 {
        bottom: 60px;
    }

    .tablet\:bottom-16_1 {
        bottom: 52px;
    }

    .tablet\:bottom-16p {
        bottom: 16px;
    }

    .tablet\:bottom-25p {
        bottom: 25px;
    }

    .tablet\:bottom-48p {
        bottom: 48%;
    }

    .tablet\:bottom-52p {
        bottom: 52%;
    }

    .tablet\:-bottom-0 {
        bottom: 0px;
    }

    .tablet\:-bottom-1 {
        bottom: -0.25rem;
    }

    .tablet\:-bottom-2 {
        bottom: -0.5rem;
    }

    .tablet\:-bottom-3 {
        bottom: -0.75rem;
    }

    .tablet\:-bottom-4 {
        bottom: -1rem;
    }

    .tablet\:-bottom-5 {
        bottom: -1.25rem;
    }

    .tablet\:-bottom-6 {
        bottom: -1.5rem;
    }

    .tablet\:-bottom-7 {
        bottom: -1.75rem;
    }

    .tablet\:-bottom-8 {
        bottom: -2rem;
    }

    .tablet\:-bottom-9 {
        bottom: -2.25rem;
    }

    .tablet\:-bottom-10 {
        bottom: -2.5rem;
    }

    .tablet\:-bottom-11 {
        bottom: -2.75rem;
    }

    .tablet\:-bottom-12 {
        bottom: -3rem;
    }

    .tablet\:-bottom-14 {
        bottom: -3.5rem;
    }

    .tablet\:-bottom-16 {
        bottom: -4rem;
    }

    .tablet\:-bottom-18 {
        bottom: -4.375rem;
    }

    .tablet\:-bottom-19 {
        bottom: -76px;
    }

    .tablet\:-bottom-20 {
        bottom: -5rem;
    }

    .tablet\:-bottom-24 {
        bottom: -6rem;
    }

    .tablet\:-bottom-28 {
        bottom: -7rem;
    }

    .tablet\:-bottom-30 {
        bottom: -120px;
    }

    .tablet\:-bottom-32 {
        bottom: -8rem;
    }

    .tablet\:-bottom-36 {
        bottom: -9rem;
    }

    .tablet\:-bottom-40 {
        bottom: -10rem;
    }

    .tablet\:-bottom-44 {
        bottom: -11rem;
    }

    .tablet\:-bottom-48 {
        bottom: -12rem;
    }

    .tablet\:-bottom-52 {
        bottom: -13rem;
    }

    .tablet\:-bottom-56 {
        bottom: -14rem;
    }

    .tablet\:-bottom-60 {
        bottom: -15rem;
    }

    .tablet\:-bottom-64 {
        bottom: -16rem;
    }

    .tablet\:-bottom-72 {
        bottom: -18rem;
    }

    .tablet\:-bottom-80 {
        bottom: -20rem;
    }

    .tablet\:-bottom-96 {
        bottom: -24rem;
    }

    .tablet\:-bottom-px {
        bottom: -1px;
    }

    .tablet\:-bottom-0\.5 {
        bottom: -0.125rem;
    }

    .tablet\:-bottom-1\.5 {
        bottom: -0.375rem;
    }

    .tablet\:-bottom-2\.5 {
        bottom: -0.625rem;
    }

    .tablet\:-bottom-3\.5 {
        bottom: -0.875rem;
    }

    .tablet\:-bottom-5p {
        bottom: -5px;
    }

    .tablet\:-bottom-10p {
        bottom: -10px;
    }

    .tablet\:-bottom-14p {
        bottom: -14px;
    }

    .tablet\:-bottom-15p {
        bottom: -15px;
    }

    .tablet\:-bottom-15_2 {
        bottom: -60px;
    }

    .tablet\:-bottom-16_1 {
        bottom: -52px;
    }

    .tablet\:-bottom-16p {
        bottom: -16px;
    }

    .tablet\:-bottom-25p {
        bottom: -25px;
    }

    .tablet\:-bottom-48p {
        bottom: -48%;
    }

    .tablet\:-bottom-52p {
        bottom: -52%;
    }

    .tablet\:bottom-1\/2 {
        bottom: 50%;
    }

    .tablet\:bottom-1\/3 {
        bottom: 33.333333%;
    }

    .tablet\:bottom-2\/3 {
        bottom: 66.666667%;
    }

    .tablet\:bottom-1\/4 {
        bottom: 25%;
    }

    .tablet\:bottom-2\/4 {
        bottom: 50%;
    }

    .tablet\:bottom-3\/4 {
        bottom: 75%;
    }

    .tablet\:bottom-full {
        bottom: 100%;
    }

    .tablet\:-bottom-1\/2 {
        bottom: -50%;
    }

    .tablet\:-bottom-1\/3 {
        bottom: -33.333333%;
    }

    .tablet\:-bottom-2\/3 {
        bottom: -66.666667%;
    }

    .tablet\:-bottom-1\/4 {
        bottom: -25%;
    }

    .tablet\:-bottom-2\/4 {
        bottom: -50%;
    }

    .tablet\:-bottom-3\/4 {
        bottom: -75%;
    }

    .tablet\:-bottom-full {
        bottom: -100%;
    }

    .tablet\:left-0 {
        left: 0px;
    }

    .tablet\:left-1 {
        left: 0.25rem;
    }

    .tablet\:left-2 {
        left: 0.5rem;
    }

    .tablet\:left-3 {
        left: 0.75rem;
    }

    .tablet\:left-4 {
        left: 1rem;
    }

    .tablet\:left-5 {
        left: 1.25rem;
    }

    .tablet\:left-6 {
        left: 1.5rem;
    }

    .tablet\:left-7 {
        left: 1.75rem;
    }

    .tablet\:left-8 {
        left: 2rem;
    }

    .tablet\:left-9 {
        left: 2.25rem;
    }

    .tablet\:left-10 {
        left: 2.5rem;
    }

    .tablet\:left-11 {
        left: 2.75rem;
    }

    .tablet\:left-12 {
        left: 3rem;
    }

    .tablet\:left-14 {
        left: 3.5rem;
    }

    .tablet\:left-16 {
        left: 4rem;
    }

    .tablet\:left-18 {
        left: 4.375rem;
    }

    .tablet\:left-19 {
        left: 76px;
    }

    .tablet\:left-20 {
        left: 5rem;
    }

    .tablet\:left-24 {
        left: 6rem;
    }

    .tablet\:left-28 {
        left: 7rem;
    }

    .tablet\:left-30 {
        left: 120px;
    }

    .tablet\:left-32 {
        left: 8rem;
    }

    .tablet\:left-36 {
        left: 9rem;
    }

    .tablet\:left-40 {
        left: 10rem;
    }

    .tablet\:left-44 {
        left: 11rem;
    }

    .tablet\:left-48 {
        left: 12rem;
    }

    .tablet\:left-52 {
        left: 13rem;
    }

    .tablet\:left-56 {
        left: 14rem;
    }

    .tablet\:left-60 {
        left: 15rem;
    }

    .tablet\:left-64 {
        left: 16rem;
    }

    .tablet\:left-72 {
        left: 18rem;
    }

    .tablet\:left-80 {
        left: 20rem;
    }

    .tablet\:left-96 {
        left: 24rem;
    }

    .tablet\:left-auto {
        left: auto;
    }

    .tablet\:left-px {
        left: 1px;
    }

    .tablet\:left-0\.5 {
        left: 0.125rem;
    }

    .tablet\:left-1\.5 {
        left: 0.375rem;
    }

    .tablet\:left-2\.5 {
        left: 0.625rem;
    }

    .tablet\:left-3\.5 {
        left: 0.875rem;
    }

    .tablet\:left-5p {
        left: 5px;
    }

    .tablet\:left-10p {
        left: 10px;
    }

    .tablet\:left-14p {
        left: 14px;
    }

    .tablet\:left-15p {
        left: 15px;
    }

    .tablet\:left-15_2 {
        left: 60px;
    }

    .tablet\:left-16_1 {
        left: 52px;
    }

    .tablet\:left-16p {
        left: 16px;
    }

    .tablet\:left-25p {
        left: 25px;
    }

    .tablet\:left-48p {
        left: 48%;
    }

    .tablet\:left-52p {
        left: 52%;
    }

    .tablet\:-left-0 {
        left: 0px;
    }

    .tablet\:-left-1 {
        left: -0.25rem;
    }

    .tablet\:-left-2 {
        left: -0.5rem;
    }

    .tablet\:-left-3 {
        left: -0.75rem;
    }

    .tablet\:-left-4 {
        left: -1rem;
    }

    .tablet\:-left-5 {
        left: -1.25rem;
    }

    .tablet\:-left-6 {
        left: -1.5rem;
    }

    .tablet\:-left-7 {
        left: -1.75rem;
    }

    .tablet\:-left-8 {
        left: -2rem;
    }

    .tablet\:-left-9 {
        left: -2.25rem;
    }

    .tablet\:-left-10 {
        left: -2.5rem;
    }

    .tablet\:-left-11 {
        left: -2.75rem;
    }

    .tablet\:-left-12 {
        left: -3rem;
    }

    .tablet\:-left-14 {
        left: -3.5rem;
    }

    .tablet\:-left-16 {
        left: -4rem;
    }

    .tablet\:-left-18 {
        left: -4.375rem;
    }

    .tablet\:-left-19 {
        left: -76px;
    }

    .tablet\:-left-20 {
        left: -5rem;
    }

    .tablet\:-left-24 {
        left: -6rem;
    }

    .tablet\:-left-28 {
        left: -7rem;
    }

    .tablet\:-left-30 {
        left: -120px;
    }

    .tablet\:-left-32 {
        left: -8rem;
    }

    .tablet\:-left-36 {
        left: -9rem;
    }

    .tablet\:-left-40 {
        left: -10rem;
    }

    .tablet\:-left-44 {
        left: -11rem;
    }

    .tablet\:-left-48 {
        left: -12rem;
    }

    .tablet\:-left-52 {
        left: -13rem;
    }

    .tablet\:-left-56 {
        left: -14rem;
    }

    .tablet\:-left-60 {
        left: -15rem;
    }

    .tablet\:-left-64 {
        left: -16rem;
    }

    .tablet\:-left-72 {
        left: -18rem;
    }

    .tablet\:-left-80 {
        left: -20rem;
    }

    .tablet\:-left-96 {
        left: -24rem;
    }

    .tablet\:-left-px {
        left: -1px;
    }

    .tablet\:-left-0\.5 {
        left: -0.125rem;
    }

    .tablet\:-left-1\.5 {
        left: -0.375rem;
    }

    .tablet\:-left-2\.5 {
        left: -0.625rem;
    }

    .tablet\:-left-3\.5 {
        left: -0.875rem;
    }

    .tablet\:-left-5p {
        left: -5px;
    }

    .tablet\:-left-10p {
        left: -10px;
    }

    .tablet\:-left-14p {
        left: -14px;
    }

    .tablet\:-left-15p {
        left: -15px;
    }

    .tablet\:-left-15_2 {
        left: -60px;
    }

    .tablet\:-left-16_1 {
        left: -52px;
    }

    .tablet\:-left-16p {
        left: -16px;
    }

    .tablet\:-left-25p {
        left: -25px;
    }

    .tablet\:-left-48p {
        left: -48%;
    }

    .tablet\:-left-52p {
        left: -52%;
    }

    .tablet\:left-1\/2 {
        left: 50%;
    }

    .tablet\:left-1\/3 {
        left: 33.333333%;
    }

    .tablet\:left-2\/3 {
        left: 66.666667%;
    }

    .tablet\:left-1\/4 {
        left: 25%;
    }

    .tablet\:left-2\/4 {
        left: 50%;
    }

    .tablet\:left-3\/4 {
        left: 75%;
    }

    .tablet\:left-full {
        left: 100%;
    }

    .tablet\:-left-1\/2 {
        left: -50%;
    }

    .tablet\:-left-1\/3 {
        left: -33.333333%;
    }

    .tablet\:-left-2\/3 {
        left: -66.666667%;
    }

    .tablet\:-left-1\/4 {
        left: -25%;
    }

    .tablet\:-left-2\/4 {
        left: -50%;
    }

    .tablet\:-left-3\/4 {
        left: -75%;
    }

    .tablet\:-left-full {
        left: -100%;
    }

    .tablet\:isolate {
        isolation: isolate;
    }

    .tablet\:isolation-auto {
        isolation: auto;
    }

    .tablet\:z-0 {
        z-index: 0;
    }

    .tablet\:z-10 {
        z-index: 10;
    }

    .tablet\:z-20 {
        z-index: 20;
    }

    .tablet\:z-30 {
        z-index: 30;
    }

    .tablet\:z-40 {
        z-index: 40;
    }

    .tablet\:z-50 {
        z-index: 50;
    }

    .tablet\:z-auto {
        z-index: auto;
    }

    .tablet\:focus-within\:z-0:focus-within {
        z-index: 0;
    }

    .tablet\:focus-within\:z-10:focus-within {
        z-index: 10;
    }

    .tablet\:focus-within\:z-20:focus-within {
        z-index: 20;
    }

    .tablet\:focus-within\:z-30:focus-within {
        z-index: 30;
    }

    .tablet\:focus-within\:z-40:focus-within {
        z-index: 40;
    }

    .tablet\:focus-within\:z-50:focus-within {
        z-index: 50;
    }

    .tablet\:focus-within\:z-auto:focus-within {
        z-index: auto;
    }

    .tablet\:focus\:z-0:focus {
        z-index: 0;
    }

    .tablet\:focus\:z-10:focus {
        z-index: 10;
    }

    .tablet\:focus\:z-20:focus {
        z-index: 20;
    }

    .tablet\:focus\:z-30:focus {
        z-index: 30;
    }

    .tablet\:focus\:z-40:focus {
        z-index: 40;
    }

    .tablet\:focus\:z-50:focus {
        z-index: 50;
    }

    .tablet\:focus\:z-auto:focus {
        z-index: auto;
    }

    .tablet\:order-1 {
        order: 1;
    }

    .tablet\:order-2 {
        order: 2;
    }

    .tablet\:order-3 {
        order: 3;
    }

    .tablet\:order-4 {
        order: 4;
    }

    .tablet\:order-5 {
        order: 5;
    }

    .tablet\:order-6 {
        order: 6;
    }

    .tablet\:order-7 {
        order: 7;
    }

    .tablet\:order-8 {
        order: 8;
    }

    .tablet\:order-9 {
        order: 9;
    }

    .tablet\:order-10 {
        order: 10;
    }

    .tablet\:order-11 {
        order: 11;
    }

    .tablet\:order-12 {
        order: 12;
    }

    .tablet\:order-first {
        order: -9999;
    }

    .tablet\:order-last {
        order: 9999;
    }

    .tablet\:order-none {
        order: 0;
    }

    .tablet\:col-auto {
        grid-column: auto;
    }

    .tablet\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .tablet\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .tablet\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .tablet\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .tablet\:col-span-5 {
        grid-column: span 5 / span 5;
    }

    .tablet\:col-span-6 {
        grid-column: span 6 / span 6;
    }

    .tablet\:col-span-7 {
        grid-column: span 7 / span 7;
    }

    .tablet\:col-span-8 {
        grid-column: span 8 / span 8;
    }

    .tablet\:col-span-9 {
        grid-column: span 9 / span 9;
    }

    .tablet\:col-span-10 {
        grid-column: span 10 / span 10;
    }

    .tablet\:col-span-11 {
        grid-column: span 11 / span 11;
    }

    .tablet\:col-span-12 {
        grid-column: span 12 / span 12;
    }

    .tablet\:col-span-full {
        grid-column: 1 / -1;
    }

    .tablet\:col-start-1 {
        grid-column-start: 1;
    }

    .tablet\:col-start-2 {
        grid-column-start: 2;
    }

    .tablet\:col-start-3 {
        grid-column-start: 3;
    }

    .tablet\:col-start-4 {
        grid-column-start: 4;
    }

    .tablet\:col-start-5 {
        grid-column-start: 5;
    }

    .tablet\:col-start-6 {
        grid-column-start: 6;
    }

    .tablet\:col-start-7 {
        grid-column-start: 7;
    }

    .tablet\:col-start-8 {
        grid-column-start: 8;
    }

    .tablet\:col-start-9 {
        grid-column-start: 9;
    }

    .tablet\:col-start-10 {
        grid-column-start: 10;
    }

    .tablet\:col-start-11 {
        grid-column-start: 11;
    }

    .tablet\:col-start-12 {
        grid-column-start: 12;
    }

    .tablet\:col-start-13 {
        grid-column-start: 13;
    }

    .tablet\:col-start-auto {
        grid-column-start: auto;
    }

    .tablet\:col-end-1 {
        grid-column-end: 1;
    }

    .tablet\:col-end-2 {
        grid-column-end: 2;
    }

    .tablet\:col-end-3 {
        grid-column-end: 3;
    }

    .tablet\:col-end-4 {
        grid-column-end: 4;
    }

    .tablet\:col-end-5 {
        grid-column-end: 5;
    }

    .tablet\:col-end-6 {
        grid-column-end: 6;
    }

    .tablet\:col-end-7 {
        grid-column-end: 7;
    }

    .tablet\:col-end-8 {
        grid-column-end: 8;
    }

    .tablet\:col-end-9 {
        grid-column-end: 9;
    }

    .tablet\:col-end-10 {
        grid-column-end: 10;
    }

    .tablet\:col-end-11 {
        grid-column-end: 11;
    }

    .tablet\:col-end-12 {
        grid-column-end: 12;
    }

    .tablet\:col-end-13 {
        grid-column-end: 13;
    }

    .tablet\:col-end-auto {
        grid-column-end: auto;
    }

    .tablet\:row-auto {
        grid-row: auto;
    }

    .tablet\:row-span-1 {
        grid-row: span 1 / span 1;
    }

    .tablet\:row-span-2 {
        grid-row: span 2 / span 2;
    }

    .tablet\:row-span-3 {
        grid-row: span 3 / span 3;
    }

    .tablet\:row-span-4 {
        grid-row: span 4 / span 4;
    }

    .tablet\:row-span-5 {
        grid-row: span 5 / span 5;
    }

    .tablet\:row-span-6 {
        grid-row: span 6 / span 6;
    }

    .tablet\:row-span-full {
        grid-row: 1 / -1;
    }

    .tablet\:row-start-1 {
        grid-row-start: 1;
    }

    .tablet\:row-start-2 {
        grid-row-start: 2;
    }

    .tablet\:row-start-3 {
        grid-row-start: 3;
    }

    .tablet\:row-start-4 {
        grid-row-start: 4;
    }

    .tablet\:row-start-5 {
        grid-row-start: 5;
    }

    .tablet\:row-start-6 {
        grid-row-start: 6;
    }

    .tablet\:row-start-7 {
        grid-row-start: 7;
    }

    .tablet\:row-start-auto {
        grid-row-start: auto;
    }

    .tablet\:row-end-1 {
        grid-row-end: 1;
    }

    .tablet\:row-end-2 {
        grid-row-end: 2;
    }

    .tablet\:row-end-3 {
        grid-row-end: 3;
    }

    .tablet\:row-end-4 {
        grid-row-end: 4;
    }

    .tablet\:row-end-5 {
        grid-row-end: 5;
    }

    .tablet\:row-end-6 {
        grid-row-end: 6;
    }

    .tablet\:row-end-7 {
        grid-row-end: 7;
    }

    .tablet\:row-end-auto {
        grid-row-end: auto;
    }

    .tablet\:float-right {
        float: right;
    }

    .tablet\:float-left {
        float: left;
    }

    .tablet\:float-none {
        float: none;
    }

    .tablet\:clear-left {
        clear: left;
    }

    .tablet\:clear-right {
        clear: right;
    }

    .tablet\:clear-both {
        clear: both;
    }

    .tablet\:clear-none {
        clear: none;
    }

    .tablet\:m-0 {
        margin: 0px;
    }

    .tablet\:m-1 {
        margin: 0.25rem;
    }

    .tablet\:m-2 {
        margin: 0.5rem;
    }

    .tablet\:m-3 {
        margin: 0.75rem;
    }

    .tablet\:m-4 {
        margin: 1rem;
    }

    .tablet\:m-5 {
        margin: 1.25rem;
    }

    .tablet\:m-6 {
        margin: 1.5rem;
    }

    .tablet\:m-7 {
        margin: 1.75rem;
    }

    .tablet\:m-8 {
        margin: 2rem;
    }

    .tablet\:m-9 {
        margin: 2.25rem;
    }

    .tablet\:m-10 {
        margin: 2.5rem;
    }

    .tablet\:m-11 {
        margin: 2.75rem;
    }

    .tablet\:m-12 {
        margin: 3rem;
    }

    .tablet\:m-13 {
        margin: 3.25rem;
    }

    .tablet\:m-14 {
        margin: 3.5rem;
    }

    .tablet\:m-16 {
        margin: 4rem;
    }

    .tablet\:m-18 {
        margin: 4.375rem;
    }

    .tablet\:m-19 {
        margin: 76px;
    }

    .tablet\:m-20 {
        margin: 5rem;
    }

    .tablet\:m-22 {
        margin: 5.3125rem;
    }

    .tablet\:m-24 {
        margin: 6rem;
    }

    .tablet\:m-28 {
        margin: 7rem;
    }

    .tablet\:m-30 {
        margin: 120px;
    }

    .tablet\:m-32 {
        margin: 8rem;
    }

    .tablet\:m-36 {
        margin: 9rem;
    }

    .tablet\:m-40 {
        margin: 10rem;
    }

    .tablet\:m-44 {
        margin: 11rem;
    }

    .tablet\:m-46 {
        margin: 11.44rem;
    }

    .tablet\:m-48 {
        margin: 12rem;
    }

    .tablet\:m-52 {
        margin: 13rem;
    }

    .tablet\:m-56 {
        margin: 14rem;
    }

    .tablet\:m-60 {
        margin: 15rem;
    }

    .tablet\:m-64 {
        margin: 16rem;
    }

    .tablet\:m-72 {
        margin: 18rem;
    }

    .tablet\:m-80 {
        margin: 20rem;
    }

    .tablet\:m-96 {
        margin: 24rem;
    }

    .tablet\:m-auto {
        margin: auto;
    }

    .tablet\:m-px {
        margin: 1px;
    }

    .tablet\:m-0\.5 {
        margin: 0.125rem;
    }

    .tablet\:m-1\.5 {
        margin: 0.375rem;
    }

    .tablet\:m-2\.5 {
        margin: 0.625rem;
    }

    .tablet\:m-3\.5 {
        margin: 0.875rem;
    }

    .tablet\:m-5p {
        margin: 5px;
    }

    .tablet\:m-10p {
        margin: 10px;
    }

    .tablet\:m-14p {
        margin: 14px;
    }

    .tablet\:m-15p {
        margin: 15px;
    }

    .tablet\:m-15_2 {
        margin: 60px;
    }

    .tablet\:m-16_1 {
        margin: 52px;
    }

    .tablet\:m-16p {
        margin: 16px;
    }

    .tablet\:m-25p {
        margin: 25px;
    }

    .tablet\:m-48p {
        margin: 48%;
    }

    .tablet\:m-52p {
        margin: 52%;
    }

    .tablet\:-m-0 {
        margin: 0px;
    }

    .tablet\:-m-1 {
        margin: -0.25rem;
    }

    .tablet\:-m-2 {
        margin: -0.5rem;
    }

    .tablet\:-m-3 {
        margin: -0.75rem;
    }

    .tablet\:-m-4 {
        margin: -1rem;
    }

    .tablet\:-m-5 {
        margin: -1.25rem;
    }

    .tablet\:-m-6 {
        margin: -1.5rem;
    }

    .tablet\:-m-7 {
        margin: -1.75rem;
    }

    .tablet\:-m-8 {
        margin: -2rem;
    }

    .tablet\:-m-9 {
        margin: -2.25rem;
    }

    .tablet\:-m-10 {
        margin: -2.5rem;
    }

    .tablet\:-m-11 {
        margin: -2.75rem;
    }

    .tablet\:-m-12 {
        margin: -3rem;
    }

    .tablet\:-m-14 {
        margin: -3.5rem;
    }

    .tablet\:-m-16 {
        margin: -4rem;
    }

    .tablet\:-m-18 {
        margin: -4.375rem;
    }

    .tablet\:-m-19 {
        margin: -76px;
    }

    .tablet\:-m-20 {
        margin: -5rem;
    }

    .tablet\:-m-24 {
        margin: -6rem;
    }

    .tablet\:-m-28 {
        margin: -7rem;
    }

    .tablet\:-m-30 {
        margin: -120px;
    }

    .tablet\:-m-32 {
        margin: -8rem;
    }

    .tablet\:-m-36 {
        margin: -9rem;
    }

    .tablet\:-m-40 {
        margin: -10rem;
    }

    .tablet\:-m-44 {
        margin: -11rem;
    }

    .tablet\:-m-48 {
        margin: -12rem;
    }

    .tablet\:-m-52 {
        margin: -13rem;
    }

    .tablet\:-m-56 {
        margin: -14rem;
    }

    .tablet\:-m-60 {
        margin: -15rem;
    }

    .tablet\:-m-64 {
        margin: -16rem;
    }

    .tablet\:-m-72 {
        margin: -18rem;
    }

    .tablet\:-m-80 {
        margin: -20rem;
    }

    .tablet\:-m-96 {
        margin: -24rem;
    }

    .tablet\:-m-px {
        margin: -1px;
    }

    .tablet\:-m-0\.5 {
        margin: -0.125rem;
    }

    .tablet\:-m-1\.5 {
        margin: -0.375rem;
    }

    .tablet\:-m-2\.5 {
        margin: -0.625rem;
    }

    .tablet\:-m-3\.5 {
        margin: -0.875rem;
    }

    .tablet\:-m-5p {
        margin: -5px;
    }

    .tablet\:-m-10p {
        margin: -10px;
    }

    .tablet\:-m-14p {
        margin: -14px;
    }

    .tablet\:-m-15p {
        margin: -15px;
    }

    .tablet\:-m-15_2 {
        margin: -60px;
    }

    .tablet\:-m-16_1 {
        margin: -52px;
    }

    .tablet\:-m-16p {
        margin: -16px;
    }

    .tablet\:-m-25p {
        margin: -25px;
    }

    .tablet\:-m-48p {
        margin: -48%;
    }

    .tablet\:-m-52p {
        margin: -52%;
    }

    .tablet\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .tablet\:mx-1 {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }

    .tablet\:mx-2 {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .tablet\:mx-3 {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
    }

    .tablet\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .tablet\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }

    .tablet\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .tablet\:mx-7 {
        margin-left: 1.75rem;
        margin-right: 1.75rem;
    }

    .tablet\:mx-8 {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .tablet\:mx-9 {
        margin-left: 2.25rem;
        margin-right: 2.25rem;
    }

    .tablet\:mx-10 {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }

    .tablet\:mx-11 {
        margin-left: 2.75rem;
        margin-right: 2.75rem;
    }

    .tablet\:mx-12 {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .tablet\:mx-13 {
        margin-left: 3.25rem;
        margin-right: 3.25rem;
    }

    .tablet\:mx-14 {
        margin-left: 3.5rem;
        margin-right: 3.5rem;
    }

    .tablet\:mx-16 {
        margin-left: 4rem;
        margin-right: 4rem;
    }

    .tablet\:mx-18 {
        margin-left: 4.375rem;
        margin-right: 4.375rem;
    }

    .tablet\:mx-19 {
        margin-left: 76px;
        margin-right: 76px;
    }

    .tablet\:mx-20 {
        margin-left: 5rem;
        margin-right: 5rem;
    }

    .tablet\:mx-22 {
        margin-left: 5.3125rem;
        margin-right: 5.3125rem;
    }

    .tablet\:mx-24 {
        margin-left: 6rem;
        margin-right: 6rem;
    }

    .tablet\:mx-28 {
        margin-left: 7rem;
        margin-right: 7rem;
    }

    .tablet\:mx-30 {
        margin-left: 120px;
        margin-right: 120px;
    }

    .tablet\:mx-32 {
        margin-left: 8rem;
        margin-right: 8rem;
    }

    .tablet\:mx-36 {
        margin-left: 9rem;
        margin-right: 9rem;
    }

    .tablet\:mx-40 {
        margin-left: 10rem;
        margin-right: 10rem;
    }

    .tablet\:mx-44 {
        margin-left: 11rem;
        margin-right: 11rem;
    }

    .tablet\:mx-46 {
        margin-left: 11.44rem;
        margin-right: 11.44rem;
    }

    .tablet\:mx-48 {
        margin-left: 12rem;
        margin-right: 12rem;
    }

    .tablet\:mx-52 {
        margin-left: 13rem;
        margin-right: 13rem;
    }

    .tablet\:mx-56 {
        margin-left: 14rem;
        margin-right: 14rem;
    }

    .tablet\:mx-60 {
        margin-left: 15rem;
        margin-right: 15rem;
    }

    .tablet\:mx-64 {
        margin-left: 16rem;
        margin-right: 16rem;
    }

    .tablet\:mx-72 {
        margin-left: 18rem;
        margin-right: 18rem;
    }

    .tablet\:mx-80 {
        margin-left: 20rem;
        margin-right: 20rem;
    }

    .tablet\:mx-96 {
        margin-left: 24rem;
        margin-right: 24rem;
    }

    .tablet\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .tablet\:mx-px {
        margin-left: 1px;
        margin-right: 1px;
    }

    .tablet\:mx-0\.5 {
        margin-left: 0.125rem;
        margin-right: 0.125rem;
    }

    .tablet\:mx-1\.5 {
        margin-left: 0.375rem;
        margin-right: 0.375rem;
    }

    .tablet\:mx-2\.5 {
        margin-left: 0.625rem;
        margin-right: 0.625rem;
    }

    .tablet\:mx-3\.5 {
        margin-left: 0.875rem;
        margin-right: 0.875rem;
    }

    .tablet\:mx-5p {
        margin-left: 5px;
        margin-right: 5px;
    }

    .tablet\:mx-10p {
        margin-left: 10px;
        margin-right: 10px;
    }

    .tablet\:mx-14p {
        margin-left: 14px;
        margin-right: 14px;
    }

    .tablet\:mx-15p {
        margin-left: 15px;
        margin-right: 15px;
    }

    .tablet\:mx-15_2 {
        margin-left: 60px;
        margin-right: 60px;
    }

    .tablet\:mx-16_1 {
        margin-left: 52px;
        margin-right: 52px;
    }

    .tablet\:mx-16p {
        margin-left: 16px;
        margin-right: 16px;
    }

    .tablet\:mx-25p {
        margin-left: 25px;
        margin-right: 25px;
    }

    .tablet\:mx-48p {
        margin-left: 48%;
        margin-right: 48%;
    }

    .tablet\:mx-52p {
        margin-left: 52%;
        margin-right: 52%;
    }

    .tablet\:-mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .tablet\:-mx-1 {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
    }

    .tablet\:-mx-2 {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }

    .tablet\:-mx-3 {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }

    .tablet\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .tablet\:-mx-5 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

    .tablet\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .tablet\:-mx-7 {
        margin-left: -1.75rem;
        margin-right: -1.75rem;
    }

    .tablet\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem;
    }

    .tablet\:-mx-9 {
        margin-left: -2.25rem;
        margin-right: -2.25rem;
    }

    .tablet\:-mx-10 {
        margin-left: -2.5rem;
        margin-right: -2.5rem;
    }

    .tablet\:-mx-11 {
        margin-left: -2.75rem;
        margin-right: -2.75rem;
    }

    .tablet\:-mx-12 {
        margin-left: -3rem;
        margin-right: -3rem;
    }

    .tablet\:-mx-14 {
        margin-left: -3.5rem;
        margin-right: -3.5rem;
    }

    .tablet\:-mx-16 {
        margin-left: -4rem;
        margin-right: -4rem;
    }

    .tablet\:-mx-18 {
        margin-left: -4.375rem;
        margin-right: -4.375rem;
    }

    .tablet\:-mx-19 {
        margin-left: -76px;
        margin-right: -76px;
    }

    .tablet\:-mx-20 {
        margin-left: -5rem;
        margin-right: -5rem;
    }

    .tablet\:-mx-24 {
        margin-left: -6rem;
        margin-right: -6rem;
    }

    .tablet\:-mx-28 {
        margin-left: -7rem;
        margin-right: -7rem;
    }

    .tablet\:-mx-30 {
        margin-left: -120px;
        margin-right: -120px;
    }

    .tablet\:-mx-32 {
        margin-left: -8rem;
        margin-right: -8rem;
    }

    .tablet\:-mx-36 {
        margin-left: -9rem;
        margin-right: -9rem;
    }

    .tablet\:-mx-40 {
        margin-left: -10rem;
        margin-right: -10rem;
    }

    .tablet\:-mx-44 {
        margin-left: -11rem;
        margin-right: -11rem;
    }

    .tablet\:-mx-48 {
        margin-left: -12rem;
        margin-right: -12rem;
    }

    .tablet\:-mx-52 {
        margin-left: -13rem;
        margin-right: -13rem;
    }

    .tablet\:-mx-56 {
        margin-left: -14rem;
        margin-right: -14rem;
    }

    .tablet\:-mx-60 {
        margin-left: -15rem;
        margin-right: -15rem;
    }

    .tablet\:-mx-64 {
        margin-left: -16rem;
        margin-right: -16rem;
    }

    .tablet\:-mx-72 {
        margin-left: -18rem;
        margin-right: -18rem;
    }

    .tablet\:-mx-80 {
        margin-left: -20rem;
        margin-right: -20rem;
    }

    .tablet\:-mx-96 {
        margin-left: -24rem;
        margin-right: -24rem;
    }

    .tablet\:-mx-px {
        margin-left: -1px;
        margin-right: -1px;
    }

    .tablet\:-mx-0\.5 {
        margin-left: -0.125rem;
        margin-right: -0.125rem;
    }

    .tablet\:-mx-1\.5 {
        margin-left: -0.375rem;
        margin-right: -0.375rem;
    }

    .tablet\:-mx-2\.5 {
        margin-left: -0.625rem;
        margin-right: -0.625rem;
    }

    .tablet\:-mx-3\.5 {
        margin-left: -0.875rem;
        margin-right: -0.875rem;
    }

    .tablet\:-mx-5p {
        margin-left: -5px;
        margin-right: -5px;
    }

    .tablet\:-mx-10p {
        margin-left: -10px;
        margin-right: -10px;
    }

    .tablet\:-mx-14p {
        margin-left: -14px;
        margin-right: -14px;
    }

    .tablet\:-mx-15p {
        margin-left: -15px;
        margin-right: -15px;
    }

    .tablet\:-mx-15_2 {
        margin-left: -60px;
        margin-right: -60px;
    }

    .tablet\:-mx-16_1 {
        margin-left: -52px;
        margin-right: -52px;
    }

    .tablet\:-mx-16p {
        margin-left: -16px;
        margin-right: -16px;
    }

    .tablet\:-mx-25p {
        margin-left: -25px;
        margin-right: -25px;
    }

    .tablet\:-mx-48p {
        margin-left: -48%;
        margin-right: -48%;
    }

    .tablet\:-mx-52p {
        margin-left: -52%;
        margin-right: -52%;
    }

    .tablet\:my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .tablet\:my-1 {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }

    .tablet\:my-2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .tablet\:my-3 {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }

    .tablet\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .tablet\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .tablet\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .tablet\:my-7 {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem;
    }

    .tablet\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .tablet\:my-9 {
        margin-top: 2.25rem;
        margin-bottom: 2.25rem;
    }

    .tablet\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .tablet\:my-11 {
        margin-top: 2.75rem;
        margin-bottom: 2.75rem;
    }

    .tablet\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .tablet\:my-13 {
        margin-top: 3.25rem;
        margin-bottom: 3.25rem;
    }

    .tablet\:my-14 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }

    .tablet\:my-16 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .tablet\:my-18 {
        margin-top: 4.375rem;
        margin-bottom: 4.375rem;
    }

    .tablet\:my-19 {
        margin-top: 76px;
        margin-bottom: 76px;
    }

    .tablet\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .tablet\:my-22 {
        margin-top: 5.3125rem;
        margin-bottom: 5.3125rem;
    }

    .tablet\:my-24 {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }

    .tablet\:my-28 {
        margin-top: 7rem;
        margin-bottom: 7rem;
    }

    .tablet\:my-30 {
        margin-top: 120px;
        margin-bottom: 120px;
    }

    .tablet\:my-32 {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }

    .tablet\:my-36 {
        margin-top: 9rem;
        margin-bottom: 9rem;
    }

    .tablet\:my-40 {
        margin-top: 10rem;
        margin-bottom: 10rem;
    }

    .tablet\:my-44 {
        margin-top: 11rem;
        margin-bottom: 11rem;
    }

    .tablet\:my-46 {
        margin-top: 11.44rem;
        margin-bottom: 11.44rem;
    }

    .tablet\:my-48 {
        margin-top: 12rem;
        margin-bottom: 12rem;
    }

    .tablet\:my-52 {
        margin-top: 13rem;
        margin-bottom: 13rem;
    }

    .tablet\:my-56 {
        margin-top: 14rem;
        margin-bottom: 14rem;
    }

    .tablet\:my-60 {
        margin-top: 15rem;
        margin-bottom: 15rem;
    }

    .tablet\:my-64 {
        margin-top: 16rem;
        margin-bottom: 16rem;
    }

    .tablet\:my-72 {
        margin-top: 18rem;
        margin-bottom: 18rem;
    }

    .tablet\:my-80 {
        margin-top: 20rem;
        margin-bottom: 20rem;
    }

    .tablet\:my-96 {
        margin-top: 24rem;
        margin-bottom: 24rem;
    }

    .tablet\:my-auto {
        margin-top: auto;
        margin-bottom: auto;
    }

    .tablet\:my-px {
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .tablet\:my-0\.5 {
        margin-top: 0.125rem;
        margin-bottom: 0.125rem;
    }

    .tablet\:my-1\.5 {
        margin-top: 0.375rem;
        margin-bottom: 0.375rem;
    }

    .tablet\:my-2\.5 {
        margin-top: 0.625rem;
        margin-bottom: 0.625rem;
    }

    .tablet\:my-3\.5 {
        margin-top: 0.875rem;
        margin-bottom: 0.875rem;
    }

    .tablet\:my-5p {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .tablet\:my-10p {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .tablet\:my-14p {
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .tablet\:my-15p {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .tablet\:my-15_2 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .tablet\:my-16_1 {
        margin-top: 52px;
        margin-bottom: 52px;
    }

    .tablet\:my-16p {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .tablet\:my-25p {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .tablet\:my-48p {
        margin-top: 48%;
        margin-bottom: 48%;
    }

    .tablet\:my-52p {
        margin-top: 52%;
        margin-bottom: 52%;
    }

    .tablet\:-my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .tablet\:-my-1 {
        margin-top: -0.25rem;
        margin-bottom: -0.25rem;
    }

    .tablet\:-my-2 {
        margin-top: -0.5rem;
        margin-bottom: -0.5rem;
    }

    .tablet\:-my-3 {
        margin-top: -0.75rem;
        margin-bottom: -0.75rem;
    }

    .tablet\:-my-4 {
        margin-top: -1rem;
        margin-bottom: -1rem;
    }

    .tablet\:-my-5 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem;
    }

    .tablet\:-my-6 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem;
    }

    .tablet\:-my-7 {
        margin-top: -1.75rem;
        margin-bottom: -1.75rem;
    }

    .tablet\:-my-8 {
        margin-top: -2rem;
        margin-bottom: -2rem;
    }

    .tablet\:-my-9 {
        margin-top: -2.25rem;
        margin-bottom: -2.25rem;
    }

    .tablet\:-my-10 {
        margin-top: -2.5rem;
        margin-bottom: -2.5rem;
    }

    .tablet\:-my-11 {
        margin-top: -2.75rem;
        margin-bottom: -2.75rem;
    }

    .tablet\:-my-12 {
        margin-top: -3rem;
        margin-bottom: -3rem;
    }

    .tablet\:-my-14 {
        margin-top: -3.5rem;
        margin-bottom: -3.5rem;
    }

    .tablet\:-my-16 {
        margin-top: -4rem;
        margin-bottom: -4rem;
    }

    .tablet\:-my-18 {
        margin-top: -4.375rem;
        margin-bottom: -4.375rem;
    }

    .tablet\:-my-19 {
        margin-top: -76px;
        margin-bottom: -76px;
    }

    .tablet\:-my-20 {
        margin-top: -5rem;
        margin-bottom: -5rem;
    }

    .tablet\:-my-24 {
        margin-top: -6rem;
        margin-bottom: -6rem;
    }

    .tablet\:-my-28 {
        margin-top: -7rem;
        margin-bottom: -7rem;
    }

    .tablet\:-my-30 {
        margin-top: -120px;
        margin-bottom: -120px;
    }

    .tablet\:-my-32 {
        margin-top: -8rem;
        margin-bottom: -8rem;
    }

    .tablet\:-my-36 {
        margin-top: -9rem;
        margin-bottom: -9rem;
    }

    .tablet\:-my-40 {
        margin-top: -10rem;
        margin-bottom: -10rem;
    }

    .tablet\:-my-44 {
        margin-top: -11rem;
        margin-bottom: -11rem;
    }

    .tablet\:-my-48 {
        margin-top: -12rem;
        margin-bottom: -12rem;
    }

    .tablet\:-my-52 {
        margin-top: -13rem;
        margin-bottom: -13rem;
    }

    .tablet\:-my-56 {
        margin-top: -14rem;
        margin-bottom: -14rem;
    }

    .tablet\:-my-60 {
        margin-top: -15rem;
        margin-bottom: -15rem;
    }

    .tablet\:-my-64 {
        margin-top: -16rem;
        margin-bottom: -16rem;
    }

    .tablet\:-my-72 {
        margin-top: -18rem;
        margin-bottom: -18rem;
    }

    .tablet\:-my-80 {
        margin-top: -20rem;
        margin-bottom: -20rem;
    }

    .tablet\:-my-96 {
        margin-top: -24rem;
        margin-bottom: -24rem;
    }

    .tablet\:-my-px {
        margin-top: -1px;
        margin-bottom: -1px;
    }

    .tablet\:-my-0\.5 {
        margin-top: -0.125rem;
        margin-bottom: -0.125rem;
    }

    .tablet\:-my-1\.5 {
        margin-top: -0.375rem;
        margin-bottom: -0.375rem;
    }

    .tablet\:-my-2\.5 {
        margin-top: -0.625rem;
        margin-bottom: -0.625rem;
    }

    .tablet\:-my-3\.5 {
        margin-top: -0.875rem;
        margin-bottom: -0.875rem;
    }

    .tablet\:-my-5p {
        margin-top: -5px;
        margin-bottom: -5px;
    }

    .tablet\:-my-10p {
        margin-top: -10px;
        margin-bottom: -10px;
    }

    .tablet\:-my-14p {
        margin-top: -14px;
        margin-bottom: -14px;
    }

    .tablet\:-my-15p {
        margin-top: -15px;
        margin-bottom: -15px;
    }

    .tablet\:-my-15_2 {
        margin-top: -60px;
        margin-bottom: -60px;
    }

    .tablet\:-my-16_1 {
        margin-top: -52px;
        margin-bottom: -52px;
    }

    .tablet\:-my-16p {
        margin-top: -16px;
        margin-bottom: -16px;
    }

    .tablet\:-my-25p {
        margin-top: -25px;
        margin-bottom: -25px;
    }

    .tablet\:-my-48p {
        margin-top: -48%;
        margin-bottom: -48%;
    }

    .tablet\:-my-52p {
        margin-top: -52%;
        margin-bottom: -52%;
    }

    .tablet\:mt-0 {
        margin-top: 0px;
    }

    .tablet\:mt-1 {
        margin-top: 0.25rem;
    }

    .tablet\:mt-2 {
        margin-top: 0.5rem;
    }

    .tablet\:mt-3 {
        margin-top: 0.75rem;
    }

    .tablet\:mt-4 {
        margin-top: 1rem;
    }

    .tablet\:mt-5 {
        margin-top: 1.25rem;
    }

    .tablet\:mt-6 {
        margin-top: 1.5rem;
    }

    .tablet\:mt-7 {
        margin-top: 1.75rem;
    }

    .tablet\:mt-8 {
        margin-top: 2rem;
    }

    .tablet\:mt-9 {
        margin-top: 2.25rem;
    }

    .tablet\:mt-10 {
        margin-top: 2.5rem;
    }

    .tablet\:mt-11 {
        margin-top: 2.75rem;
    }

    .tablet\:mt-12 {
        margin-top: 3rem;
    }

    .tablet\:mt-13 {
        margin-top: 3.25rem;
    }

    .tablet\:mt-14 {
        margin-top: 3.5rem;
    }

    .tablet\:mt-16 {
        margin-top: 4rem;
    }

    .tablet\:mt-18 {
        margin-top: 4.375rem;
    }

    .tablet\:mt-19 {
        margin-top: 76px;
    }

    .tablet\:mt-20 {
        margin-top: 5rem;
    }

    .tablet\:mt-22 {
        margin-top: 5.3125rem;
    }

    .tablet\:mt-24 {
        margin-top: 6rem;
    }

    .tablet\:mt-28 {
        margin-top: 7rem;
    }

    .tablet\:mt-30 {
        margin-top: 120px;
    }

    .tablet\:mt-32 {
        margin-top: 8rem;
    }

    .tablet\:mt-36 {
        margin-top: 9rem;
    }

    .tablet\:mt-40 {
        margin-top: 10rem;
    }

    .tablet\:mt-44 {
        margin-top: 11rem;
    }

    .tablet\:mt-46 {
        margin-top: 11.44rem;
    }

    .tablet\:mt-48 {
        margin-top: 12rem;
    }

    .tablet\:mt-52 {
        margin-top: 13rem;
    }

    .tablet\:mt-56 {
        margin-top: 14rem;
    }

    .tablet\:mt-60 {
        margin-top: 15rem;
    }

    .tablet\:mt-64 {
        margin-top: 16rem;
    }

    .tablet\:mt-72 {
        margin-top: 18rem;
    }

    .tablet\:mt-80 {
        margin-top: 20rem;
    }

    .tablet\:mt-96 {
        margin-top: 24rem;
    }

    .tablet\:mt-auto {
        margin-top: auto;
    }

    .tablet\:mt-px {
        margin-top: 1px;
    }

    .tablet\:mt-0\.5 {
        margin-top: 0.125rem;
    }

    .tablet\:mt-1\.5 {
        margin-top: 0.375rem;
    }

    .tablet\:mt-2\.5 {
        margin-top: 0.625rem;
    }

    .tablet\:mt-3\.5 {
        margin-top: 0.875rem;
    }

    .tablet\:mt-5p {
        margin-top: 5px;
    }

    .tablet\:mt-10p {
        margin-top: 10px;
    }

    .tablet\:mt-14p {
        margin-top: 14px;
    }

    .tablet\:mt-15p {
        margin-top: 15px;
    }

    .tablet\:mt-15_2 {
        margin-top: 60px;
    }

    .tablet\:mt-16_1 {
        margin-top: 52px;
    }

    .tablet\:mt-16p {
        margin-top: 16px;
    }

    .tablet\:mt-25p {
        margin-top: 25px;
    }

    .tablet\:mt-48p {
        margin-top: 48%;
    }

    .tablet\:mt-52p {
        margin-top: 52%;
    }

    .tablet\:-mt-0 {
        margin-top: 0px;
    }

    .tablet\:-mt-1 {
        margin-top: -0.25rem;
    }

    .tablet\:-mt-2 {
        margin-top: -0.5rem;
    }

    .tablet\:-mt-3 {
        margin-top: -0.75rem;
    }

    .tablet\:-mt-4 {
        margin-top: -1rem;
    }

    .tablet\:-mt-5 {
        margin-top: -1.25rem;
    }

    .tablet\:-mt-6 {
        margin-top: -1.5rem;
    }

    .tablet\:-mt-7 {
        margin-top: -1.75rem;
    }

    .tablet\:-mt-8 {
        margin-top: -2rem;
    }

    .tablet\:-mt-9 {
        margin-top: -2.25rem;
    }

    .tablet\:-mt-10 {
        margin-top: -2.5rem;
    }

    .tablet\:-mt-11 {
        margin-top: -2.75rem;
    }

    .tablet\:-mt-12 {
        margin-top: -3rem;
    }

    .tablet\:-mt-14 {
        margin-top: -3.5rem;
    }

    .tablet\:-mt-16 {
        margin-top: -4rem;
    }

    .tablet\:-mt-18 {
        margin-top: -4.375rem;
    }

    .tablet\:-mt-19 {
        margin-top: -76px;
    }

    .tablet\:-mt-20 {
        margin-top: -5rem;
    }

    .tablet\:-mt-24 {
        margin-top: -6rem;
    }

    .tablet\:-mt-28 {
        margin-top: -7rem;
    }

    .tablet\:-mt-30 {
        margin-top: -120px;
    }

    .tablet\:-mt-32 {
        margin-top: -8rem;
    }

    .tablet\:-mt-36 {
        margin-top: -9rem;
    }

    .tablet\:-mt-40 {
        margin-top: -10rem;
    }

    .tablet\:-mt-44 {
        margin-top: -11rem;
    }

    .tablet\:-mt-48 {
        margin-top: -12rem;
    }

    .tablet\:-mt-52 {
        margin-top: -13rem;
    }

    .tablet\:-mt-56 {
        margin-top: -14rem;
    }

    .tablet\:-mt-60 {
        margin-top: -15rem;
    }

    .tablet\:-mt-64 {
        margin-top: -16rem;
    }

    .tablet\:-mt-72 {
        margin-top: -18rem;
    }

    .tablet\:-mt-80 {
        margin-top: -20rem;
    }

    .tablet\:-mt-96 {
        margin-top: -24rem;
    }

    .tablet\:-mt-px {
        margin-top: -1px;
    }

    .tablet\:-mt-0\.5 {
        margin-top: -0.125rem;
    }

    .tablet\:-mt-1\.5 {
        margin-top: -0.375rem;
    }

    .tablet\:-mt-2\.5 {
        margin-top: -0.625rem;
    }

    .tablet\:-mt-3\.5 {
        margin-top: -0.875rem;
    }

    .tablet\:-mt-5p {
        margin-top: -5px;
    }

    .tablet\:-mt-10p {
        margin-top: -10px;
    }

    .tablet\:-mt-14p {
        margin-top: -14px;
    }

    .tablet\:-mt-15p {
        margin-top: -15px;
    }

    .tablet\:-mt-15_2 {
        margin-top: -60px;
    }

    .tablet\:-mt-16_1 {
        margin-top: -52px;
    }

    .tablet\:-mt-16p {
        margin-top: -16px;
    }

    .tablet\:-mt-25p {
        margin-top: -25px;
    }

    .tablet\:-mt-48p {
        margin-top: -48%;
    }

    .tablet\:-mt-52p {
        margin-top: -52%;
    }

    .tablet\:mr-0 {
        margin-right: 0px;
    }

    .tablet\:mr-1 {
        margin-right: 0.25rem;
    }

    .tablet\:mr-2 {
        margin-right: 0.5rem;
    }

    .tablet\:mr-3 {
        margin-right: 0.75rem;
    }

    .tablet\:mr-4 {
        margin-right: 1rem;
    }

    .tablet\:mr-5 {
        margin-right: 1.25rem;
    }

    .tablet\:mr-6 {
        margin-right: 1.5rem;
    }

    .tablet\:mr-7 {
        margin-right: 1.75rem;
    }

    .tablet\:mr-8 {
        margin-right: 2rem;
    }

    .tablet\:mr-9 {
        margin-right: 2.25rem;
    }

    .tablet\:mr-10 {
        margin-right: 2.5rem;
    }

    .tablet\:mr-11 {
        margin-right: 2.75rem;
    }

    .tablet\:mr-12 {
        margin-right: 3rem;
    }

    .tablet\:mr-13 {
        margin-right: 3.25rem;
    }

    .tablet\:mr-14 {
        margin-right: 3.5rem;
    }

    .tablet\:mr-16 {
        margin-right: 4rem;
    }

    .tablet\:mr-18 {
        margin-right: 4.375rem;
    }

    .tablet\:mr-19 {
        margin-right: 76px;
    }

    .tablet\:mr-20 {
        margin-right: 5rem;
    }

    .tablet\:mr-22 {
        margin-right: 5.3125rem;
    }

    .tablet\:mr-24 {
        margin-right: 6rem;
    }

    .tablet\:mr-28 {
        margin-right: 7rem;
    }

    .tablet\:mr-30 {
        margin-right: 120px;
    }

    .tablet\:mr-32 {
        margin-right: 8rem;
    }

    .tablet\:mr-36 {
        margin-right: 9rem;
    }

    .tablet\:mr-40 {
        margin-right: 10rem;
    }

    .tablet\:mr-44 {
        margin-right: 11rem;
    }

    .tablet\:mr-46 {
        margin-right: 11.44rem;
    }

    .tablet\:mr-48 {
        margin-right: 12rem;
    }

    .tablet\:mr-52 {
        margin-right: 13rem;
    }

    .tablet\:mr-56 {
        margin-right: 14rem;
    }

    .tablet\:mr-60 {
        margin-right: 15rem;
    }

    .tablet\:mr-64 {
        margin-right: 16rem;
    }

    .tablet\:mr-72 {
        margin-right: 18rem;
    }

    .tablet\:mr-80 {
        margin-right: 20rem;
    }

    .tablet\:mr-96 {
        margin-right: 24rem;
    }

    .tablet\:mr-auto {
        margin-right: auto;
    }

    .tablet\:mr-px {
        margin-right: 1px;
    }

    .tablet\:mr-0\.5 {
        margin-right: 0.125rem;
    }

    .tablet\:mr-1\.5 {
        margin-right: 0.375rem;
    }

    .tablet\:mr-2\.5 {
        margin-right: 0.625rem;
    }

    .tablet\:mr-3\.5 {
        margin-right: 0.875rem;
    }

    .tablet\:mr-5p {
        margin-right: 5px;
    }

    .tablet\:mr-10p {
        margin-right: 10px;
    }

    .tablet\:mr-14p {
        margin-right: 14px;
    }

    .tablet\:mr-15p {
        margin-right: 15px;
    }

    .tablet\:mr-15_2 {
        margin-right: 60px;
    }

    .tablet\:mr-16_1 {
        margin-right: 52px;
    }

    .tablet\:mr-16p {
        margin-right: 16px;
    }

    .tablet\:mr-25p {
        margin-right: 25px;
    }

    .tablet\:mr-48p {
        margin-right: 48%;
    }

    .tablet\:mr-52p {
        margin-right: 52%;
    }

    .tablet\:-mr-0 {
        margin-right: 0px;
    }

    .tablet\:-mr-1 {
        margin-right: -0.25rem;
    }

    .tablet\:-mr-2 {
        margin-right: -0.5rem;
    }

    .tablet\:-mr-3 {
        margin-right: -0.75rem;
    }

    .tablet\:-mr-4 {
        margin-right: -1rem;
    }

    .tablet\:-mr-5 {
        margin-right: -1.25rem;
    }

    .tablet\:-mr-6 {
        margin-right: -1.5rem;
    }

    .tablet\:-mr-7 {
        margin-right: -1.75rem;
    }

    .tablet\:-mr-8 {
        margin-right: -2rem;
    }

    .tablet\:-mr-9 {
        margin-right: -2.25rem;
    }

    .tablet\:-mr-10 {
        margin-right: -2.5rem;
    }

    .tablet\:-mr-11 {
        margin-right: -2.75rem;
    }

    .tablet\:-mr-12 {
        margin-right: -3rem;
    }

    .tablet\:-mr-14 {
        margin-right: -3.5rem;
    }

    .tablet\:-mr-16 {
        margin-right: -4rem;
    }

    .tablet\:-mr-18 {
        margin-right: -4.375rem;
    }

    .tablet\:-mr-19 {
        margin-right: -76px;
    }

    .tablet\:-mr-20 {
        margin-right: -5rem;
    }

    .tablet\:-mr-24 {
        margin-right: -6rem;
    }

    .tablet\:-mr-28 {
        margin-right: -7rem;
    }

    .tablet\:-mr-30 {
        margin-right: -120px;
    }

    .tablet\:-mr-32 {
        margin-right: -8rem;
    }

    .tablet\:-mr-36 {
        margin-right: -9rem;
    }

    .tablet\:-mr-40 {
        margin-right: -10rem;
    }

    .tablet\:-mr-44 {
        margin-right: -11rem;
    }

    .tablet\:-mr-48 {
        margin-right: -12rem;
    }

    .tablet\:-mr-52 {
        margin-right: -13rem;
    }

    .tablet\:-mr-56 {
        margin-right: -14rem;
    }

    .tablet\:-mr-60 {
        margin-right: -15rem;
    }

    .tablet\:-mr-64 {
        margin-right: -16rem;
    }

    .tablet\:-mr-72 {
        margin-right: -18rem;
    }

    .tablet\:-mr-80 {
        margin-right: -20rem;
    }

    .tablet\:-mr-96 {
        margin-right: -24rem;
    }

    .tablet\:-mr-px {
        margin-right: -1px;
    }

    .tablet\:-mr-0\.5 {
        margin-right: -0.125rem;
    }

    .tablet\:-mr-1\.5 {
        margin-right: -0.375rem;
    }

    .tablet\:-mr-2\.5 {
        margin-right: -0.625rem;
    }

    .tablet\:-mr-3\.5 {
        margin-right: -0.875rem;
    }

    .tablet\:-mr-5p {
        margin-right: -5px;
    }

    .tablet\:-mr-10p {
        margin-right: -10px;
    }

    .tablet\:-mr-14p {
        margin-right: -14px;
    }

    .tablet\:-mr-15p {
        margin-right: -15px;
    }

    .tablet\:-mr-15_2 {
        margin-right: -60px;
    }

    .tablet\:-mr-16_1 {
        margin-right: -52px;
    }

    .tablet\:-mr-16p {
        margin-right: -16px;
    }

    .tablet\:-mr-25p {
        margin-right: -25px;
    }

    .tablet\:-mr-48p {
        margin-right: -48%;
    }

    .tablet\:-mr-52p {
        margin-right: -52%;
    }

    .tablet\:mb-0 {
        margin-bottom: 0px;
    }

    .tablet\:mb-1 {
        margin-bottom: 0.25rem;
    }

    .tablet\:mb-2 {
        margin-bottom: 0.5rem;
    }

    .tablet\:mb-3 {
        margin-bottom: 0.75rem;
    }

    .tablet\:mb-4 {
        margin-bottom: 1rem;
    }

    .tablet\:mb-5 {
        margin-bottom: 1.25rem;
    }

    .tablet\:mb-6 {
        margin-bottom: 1.5rem;
    }

    .tablet\:mb-7 {
        margin-bottom: 1.75rem;
    }

    .tablet\:mb-8 {
        margin-bottom: 2rem;
    }

    .tablet\:mb-9 {
        margin-bottom: 2.25rem;
    }

    .tablet\:mb-10 {
        margin-bottom: 2.5rem;
    }

    .tablet\:mb-11 {
        margin-bottom: 2.75rem;
    }

    .tablet\:mb-12 {
        margin-bottom: 3rem;
    }

    .tablet\:mb-13 {
        margin-bottom: 3.25rem;
    }

    .tablet\:mb-14 {
        margin-bottom: 3.5rem;
    }

    .tablet\:mb-16 {
        margin-bottom: 4rem;
    }

    .tablet\:mb-18 {
        margin-bottom: 4.375rem;
    }

    .tablet\:mb-19 {
        margin-bottom: 76px;
    }

    .tablet\:mb-20 {
        margin-bottom: 5rem;
    }

    .tablet\:mb-22 {
        margin-bottom: 5.3125rem;
    }

    .tablet\:mb-24 {
        margin-bottom: 6rem;
    }

    .tablet\:mb-28 {
        margin-bottom: 7rem;
    }

    .tablet\:mb-30 {
        margin-bottom: 120px;
    }

    .tablet\:mb-32 {
        margin-bottom: 8rem;
    }

    .tablet\:mb-36 {
        margin-bottom: 9rem;
    }

    .tablet\:mb-40 {
        margin-bottom: 10rem;
    }

    .tablet\:mb-44 {
        margin-bottom: 11rem;
    }

    .tablet\:mb-46 {
        margin-bottom: 11.44rem;
    }

    .tablet\:mb-48 {
        margin-bottom: 12rem;
    }

    .tablet\:mb-52 {
        margin-bottom: 13rem;
    }

    .tablet\:mb-56 {
        margin-bottom: 14rem;
    }

    .tablet\:mb-60 {
        margin-bottom: 15rem;
    }

    .tablet\:mb-64 {
        margin-bottom: 16rem;
    }

    .tablet\:mb-72 {
        margin-bottom: 18rem;
    }

    .tablet\:mb-80 {
        margin-bottom: 20rem;
    }

    .tablet\:mb-96 {
        margin-bottom: 24rem;
    }

    .tablet\:mb-auto {
        margin-bottom: auto;
    }

    .tablet\:mb-px {
        margin-bottom: 1px;
    }

    .tablet\:mb-0\.5 {
        margin-bottom: 0.125rem;
    }

    .tablet\:mb-1\.5 {
        margin-bottom: 0.375rem;
    }

    .tablet\:mb-2\.5 {
        margin-bottom: 0.625rem;
    }

    .tablet\:mb-3\.5 {
        margin-bottom: 0.875rem;
    }

    .tablet\:mb-5p {
        margin-bottom: 5px;
    }

    .tablet\:mb-10p {
        margin-bottom: 10px;
    }

    .tablet\:mb-14p {
        margin-bottom: 14px;
    }

    .tablet\:mb-15p {
        margin-bottom: 15px;
    }

    .tablet\:mb-15_2 {
        margin-bottom: 60px;
    }

    .tablet\:mb-16_1 {
        margin-bottom: 52px;
    }

    .tablet\:mb-16p {
        margin-bottom: 16px;
    }

    .tablet\:mb-25p {
        margin-bottom: 25px;
    }

    .tablet\:mb-48p {
        margin-bottom: 48%;
    }

    .tablet\:mb-52p {
        margin-bottom: 52%;
    }

    .tablet\:-mb-0 {
        margin-bottom: 0px;
    }

    .tablet\:-mb-1 {
        margin-bottom: -0.25rem;
    }

    .tablet\:-mb-2 {
        margin-bottom: -0.5rem;
    }

    .tablet\:-mb-3 {
        margin-bottom: -0.75rem;
    }

    .tablet\:-mb-4 {
        margin-bottom: -1rem;
    }

    .tablet\:-mb-5 {
        margin-bottom: -1.25rem;
    }

    .tablet\:-mb-6 {
        margin-bottom: -1.5rem;
    }

    .tablet\:-mb-7 {
        margin-bottom: -1.75rem;
    }

    .tablet\:-mb-8 {
        margin-bottom: -2rem;
    }

    .tablet\:-mb-9 {
        margin-bottom: -2.25rem;
    }

    .tablet\:-mb-10 {
        margin-bottom: -2.5rem;
    }

    .tablet\:-mb-11 {
        margin-bottom: -2.75rem;
    }

    .tablet\:-mb-12 {
        margin-bottom: -3rem;
    }

    .tablet\:-mb-14 {
        margin-bottom: -3.5rem;
    }

    .tablet\:-mb-16 {
        margin-bottom: -4rem;
    }

    .tablet\:-mb-18 {
        margin-bottom: -4.375rem;
    }

    .tablet\:-mb-19 {
        margin-bottom: -76px;
    }

    .tablet\:-mb-20 {
        margin-bottom: -5rem;
    }

    .tablet\:-mb-24 {
        margin-bottom: -6rem;
    }

    .tablet\:-mb-28 {
        margin-bottom: -7rem;
    }

    .tablet\:-mb-30 {
        margin-bottom: -120px;
    }

    .tablet\:-mb-32 {
        margin-bottom: -8rem;
    }

    .tablet\:-mb-36 {
        margin-bottom: -9rem;
    }

    .tablet\:-mb-40 {
        margin-bottom: -10rem;
    }

    .tablet\:-mb-44 {
        margin-bottom: -11rem;
    }

    .tablet\:-mb-48 {
        margin-bottom: -12rem;
    }

    .tablet\:-mb-52 {
        margin-bottom: -13rem;
    }

    .tablet\:-mb-56 {
        margin-bottom: -14rem;
    }

    .tablet\:-mb-60 {
        margin-bottom: -15rem;
    }

    .tablet\:-mb-64 {
        margin-bottom: -16rem;
    }

    .tablet\:-mb-72 {
        margin-bottom: -18rem;
    }

    .tablet\:-mb-80 {
        margin-bottom: -20rem;
    }

    .tablet\:-mb-96 {
        margin-bottom: -24rem;
    }

    .tablet\:-mb-px {
        margin-bottom: -1px;
    }

    .tablet\:-mb-0\.5 {
        margin-bottom: -0.125rem;
    }

    .tablet\:-mb-1\.5 {
        margin-bottom: -0.375rem;
    }

    .tablet\:-mb-2\.5 {
        margin-bottom: -0.625rem;
    }

    .tablet\:-mb-3\.5 {
        margin-bottom: -0.875rem;
    }

    .tablet\:-mb-5p {
        margin-bottom: -5px;
    }

    .tablet\:-mb-10p {
        margin-bottom: -10px;
    }

    .tablet\:-mb-14p {
        margin-bottom: -14px;
    }

    .tablet\:-mb-15p {
        margin-bottom: -15px;
    }

    .tablet\:-mb-15_2 {
        margin-bottom: -60px;
    }

    .tablet\:-mb-16_1 {
        margin-bottom: -52px;
    }

    .tablet\:-mb-16p {
        margin-bottom: -16px;
    }

    .tablet\:-mb-25p {
        margin-bottom: -25px;
    }

    .tablet\:-mb-48p {
        margin-bottom: -48%;
    }

    .tablet\:-mb-52p {
        margin-bottom: -52%;
    }

    .tablet\:ml-0 {
        margin-left: 0px;
    }

    .tablet\:ml-1 {
        margin-left: 0.25rem;
    }

    .tablet\:ml-2 {
        margin-left: 0.5rem;
    }

    .tablet\:ml-3 {
        margin-left: 0.75rem;
    }

    .tablet\:ml-4 {
        margin-left: 1rem;
    }

    .tablet\:ml-5 {
        margin-left: 1.25rem;
    }

    .tablet\:ml-6 {
        margin-left: 1.5rem;
    }

    .tablet\:ml-7 {
        margin-left: 1.75rem;
    }

    .tablet\:ml-8 {
        margin-left: 2rem;
    }

    .tablet\:ml-9 {
        margin-left: 2.25rem;
    }

    .tablet\:ml-10 {
        margin-left: 2.5rem;
    }

    .tablet\:ml-11 {
        margin-left: 2.75rem;
    }

    .tablet\:ml-12 {
        margin-left: 3rem;
    }

    .tablet\:ml-13 {
        margin-left: 3.25rem;
    }

    .tablet\:ml-14 {
        margin-left: 3.5rem;
    }

    .tablet\:ml-16 {
        margin-left: 4rem;
    }

    .tablet\:ml-18 {
        margin-left: 4.375rem;
    }

    .tablet\:ml-19 {
        margin-left: 76px;
    }

    .tablet\:ml-20 {
        margin-left: 5rem;
    }

    .tablet\:ml-22 {
        margin-left: 5.3125rem;
    }

    .tablet\:ml-24 {
        margin-left: 6rem;
    }

    .tablet\:ml-28 {
        margin-left: 7rem;
    }

    .tablet\:ml-30 {
        margin-left: 120px;
    }

    .tablet\:ml-32 {
        margin-left: 8rem;
    }

    .tablet\:ml-36 {
        margin-left: 9rem;
    }

    .tablet\:ml-40 {
        margin-left: 10rem;
    }

    .tablet\:ml-44 {
        margin-left: 11rem;
    }

    .tablet\:ml-46 {
        margin-left: 11.44rem;
    }

    .tablet\:ml-48 {
        margin-left: 12rem;
    }

    .tablet\:ml-52 {
        margin-left: 13rem;
    }

    .tablet\:ml-56 {
        margin-left: 14rem;
    }

    .tablet\:ml-60 {
        margin-left: 15rem;
    }

    .tablet\:ml-64 {
        margin-left: 16rem;
    }

    .tablet\:ml-72 {
        margin-left: 18rem;
    }

    .tablet\:ml-80 {
        margin-left: 20rem;
    }

    .tablet\:ml-96 {
        margin-left: 24rem;
    }

    .tablet\:ml-auto {
        margin-left: auto;
    }

    .tablet\:ml-px {
        margin-left: 1px;
    }

    .tablet\:ml-0\.5 {
        margin-left: 0.125rem;
    }

    .tablet\:ml-1\.5 {
        margin-left: 0.375rem;
    }

    .tablet\:ml-2\.5 {
        margin-left: 0.625rem;
    }

    .tablet\:ml-3\.5 {
        margin-left: 0.875rem;
    }

    .tablet\:ml-5p {
        margin-left: 5px;
    }

    .tablet\:ml-10p {
        margin-left: 10px;
    }

    .tablet\:ml-14p {
        margin-left: 14px;
    }

    .tablet\:ml-15p {
        margin-left: 15px;
    }

    .tablet\:ml-15_2 {
        margin-left: 60px;
    }

    .tablet\:ml-16_1 {
        margin-left: 52px;
    }

    .tablet\:ml-16p {
        margin-left: 16px;
    }

    .tablet\:ml-25p {
        margin-left: 25px;
    }

    .tablet\:ml-48p {
        margin-left: 48%;
    }

    .tablet\:ml-52p {
        margin-left: 52%;
    }

    .tablet\:-ml-0 {
        margin-left: 0px;
    }

    .tablet\:-ml-1 {
        margin-left: -0.25rem;
    }

    .tablet\:-ml-2 {
        margin-left: -0.5rem;
    }

    .tablet\:-ml-3 {
        margin-left: -0.75rem;
    }

    .tablet\:-ml-4 {
        margin-left: -1rem;
    }

    .tablet\:-ml-5 {
        margin-left: -1.25rem;
    }

    .tablet\:-ml-6 {
        margin-left: -1.5rem;
    }

    .tablet\:-ml-7 {
        margin-left: -1.75rem;
    }

    .tablet\:-ml-8 {
        margin-left: -2rem;
    }

    .tablet\:-ml-9 {
        margin-left: -2.25rem;
    }

    .tablet\:-ml-10 {
        margin-left: -2.5rem;
    }

    .tablet\:-ml-11 {
        margin-left: -2.75rem;
    }

    .tablet\:-ml-12 {
        margin-left: -3rem;
    }

    .tablet\:-ml-14 {
        margin-left: -3.5rem;
    }

    .tablet\:-ml-16 {
        margin-left: -4rem;
    }

    .tablet\:-ml-18 {
        margin-left: -4.375rem;
    }

    .tablet\:-ml-19 {
        margin-left: -76px;
    }

    .tablet\:-ml-20 {
        margin-left: -5rem;
    }

    .tablet\:-ml-24 {
        margin-left: -6rem;
    }

    .tablet\:-ml-28 {
        margin-left: -7rem;
    }

    .tablet\:-ml-30 {
        margin-left: -120px;
    }

    .tablet\:-ml-32 {
        margin-left: -8rem;
    }

    .tablet\:-ml-36 {
        margin-left: -9rem;
    }

    .tablet\:-ml-40 {
        margin-left: -10rem;
    }

    .tablet\:-ml-44 {
        margin-left: -11rem;
    }

    .tablet\:-ml-48 {
        margin-left: -12rem;
    }

    .tablet\:-ml-52 {
        margin-left: -13rem;
    }

    .tablet\:-ml-56 {
        margin-left: -14rem;
    }

    .tablet\:-ml-60 {
        margin-left: -15rem;
    }

    .tablet\:-ml-64 {
        margin-left: -16rem;
    }

    .tablet\:-ml-72 {
        margin-left: -18rem;
    }

    .tablet\:-ml-80 {
        margin-left: -20rem;
    }

    .tablet\:-ml-96 {
        margin-left: -24rem;
    }

    .tablet\:-ml-px {
        margin-left: -1px;
    }

    .tablet\:-ml-0\.5 {
        margin-left: -0.125rem;
    }

    .tablet\:-ml-1\.5 {
        margin-left: -0.375rem;
    }

    .tablet\:-ml-2\.5 {
        margin-left: -0.625rem;
    }

    .tablet\:-ml-3\.5 {
        margin-left: -0.875rem;
    }

    .tablet\:-ml-5p {
        margin-left: -5px;
    }

    .tablet\:-ml-10p {
        margin-left: -10px;
    }

    .tablet\:-ml-14p {
        margin-left: -14px;
    }

    .tablet\:-ml-15p {
        margin-left: -15px;
    }

    .tablet\:-ml-15_2 {
        margin-left: -60px;
    }

    .tablet\:-ml-16_1 {
        margin-left: -52px;
    }

    .tablet\:-ml-16p {
        margin-left: -16px;
    }

    .tablet\:-ml-25p {
        margin-left: -25px;
    }

    .tablet\:-ml-48p {
        margin-left: -48%;
    }

    .tablet\:-ml-52p {
        margin-left: -52%;
    }

    .tablet\:box-border {
        box-sizing: border-box;
    }

    .tablet\:box-content {
        box-sizing: content-box;
    }

    .tablet\:block {
        display: block;
    }

    .tablet\:inline-block {
        display: inline-block;
    }

    .tablet\:inline {
        display: inline;
    }

    .tablet\:flex {
        display: flex;
    }

    .tablet\:inline-flex {
        display: inline-flex;
    }

    .tablet\:table {
        display: table;
    }

    .tablet\:inline-table {
        display: inline-table;
    }

    .tablet\:table-caption {
        display: table-caption;
    }

    .tablet\:table-cell {
        display: table-cell;
    }

    .tablet\:table-column {
        display: table-column;
    }

    .tablet\:table-column-group {
        display: table-column-group;
    }

    .tablet\:table-footer-group {
        display: table-footer-group;
    }

    .tablet\:table-header-group {
        display: table-header-group;
    }

    .tablet\:table-row-group {
        display: table-row-group;
    }

    .tablet\:table-row {
        display: table-row;
    }

    .tablet\:flow-root {
        display: flow-root;
    }

    .tablet\:grid {
        display: grid;
    }

    .tablet\:inline-grid {
        display: inline-grid;
    }

    .tablet\:contents {
        display: contents;
    }

    .tablet\:list-item {
        display: list-item;
    }

    .tablet\:hidden {
        display: none;
    }

    .tablet\:h-0 {
        height: 0px;
    }

    .tablet\:h-1 {
        height: 0.25rem;
    }

    .tablet\:h-2 {
        height: 0.5rem;
    }

    .tablet\:h-3 {
        height: 0.75rem;
    }

    .tablet\:h-4 {
        height: 1rem;
    }

    .tablet\:h-5 {
        height: 1.25rem;
    }

    .tablet\:h-6 {
        height: 1.5rem;
    }

    .tablet\:h-7 {
        height: 1.75rem;
    }

    .tablet\:h-8 {
        height: 2rem;
    }

    .tablet\:h-9 {
        height: 2.25rem;
    }

    .tablet\:h-10 {
        height: 2.5rem;
    }

    .tablet\:h-11 {
        height: 2.75rem;
    }

    .tablet\:h-12 {
        height: 3rem;
    }

    .tablet\:h-14 {
        height: 3.5rem;
    }

    .tablet\:h-16 {
        height: 4rem;
    }

    .tablet\:h-18 {
        height: 4.375rem;
    }

    .tablet\:h-19 {
        height: 76px;
    }

    .tablet\:h-20 {
        height: 5rem;
    }

    .tablet\:h-24 {
        height: 6rem;
    }

    .tablet\:h-28 {
        height: 7rem;
    }

    .tablet\:h-30 {
        height: 120px;
    }

    .tablet\:h-32 {
        height: 8rem;
    }

    .tablet\:h-36 {
        height: 9rem;
    }

    .tablet\:h-40 {
        height: 10rem;
    }

    .tablet\:h-44 {
        height: 11rem;
    }

    .tablet\:h-48 {
        height: 12rem;
    }

    .tablet\:h-52 {
        height: 13rem;
    }

    .tablet\:h-56 {
        height: 14rem;
    }

    .tablet\:h-60 {
        height: 15rem;
    }

    .tablet\:h-64 {
        height: 16rem;
    }

    .tablet\:h-72 {
        height: 18rem;
    }

    .tablet\:h-80 {
        height: 20rem;
    }

    .tablet\:h-96 {
        height: 24rem;
    }

    .tablet\:h-auto {
        height: auto;
    }

    .tablet\:h-px {
        height: 1px;
    }

    .tablet\:h-0\.5 {
        height: 0.125rem;
    }

    .tablet\:h-1\.5 {
        height: 0.375rem;
    }

    .tablet\:h-2\.5 {
        height: 0.625rem;
    }

    .tablet\:h-3\.5 {
        height: 0.875rem;
    }

    .tablet\:h-5p {
        height: 5px;
    }

    .tablet\:h-10p {
        height: 10px;
    }

    .tablet\:h-14p {
        height: 14px;
    }

    .tablet\:h-15p {
        height: 15px;
    }

    .tablet\:h-15_2 {
        height: 60px;
    }

    .tablet\:h-16_1 {
        height: 52px;
    }

    .tablet\:h-16p {
        height: 16px;
    }

    .tablet\:h-25p {
        height: 25px;
    }

    .tablet\:h-48p {
        height: 48%;
    }

    .tablet\:h-52p {
        height: 52%;
    }

    .tablet\:h-1\/2 {
        height: 50%;
    }

    .tablet\:h-1\/3 {
        height: 33.333333%;
    }

    .tablet\:h-2\/3 {
        height: 66.666667%;
    }

    .tablet\:h-1\/4 {
        height: 25%;
    }

    .tablet\:h-2\/4 {
        height: 50%;
    }

    .tablet\:h-3\/4 {
        height: 75%;
    }

    .tablet\:h-1\/5 {
        height: 20%;
    }

    .tablet\:h-2\/5 {
        height: 40%;
    }

    .tablet\:h-3\/5 {
        height: 60%;
    }

    .tablet\:h-4\/5 {
        height: 80%;
    }

    .tablet\:h-1\/6 {
        height: 16.666667%;
    }

    .tablet\:h-2\/6 {
        height: 33.333333%;
    }

    .tablet\:h-3\/6 {
        height: 50%;
    }

    .tablet\:h-4\/6 {
        height: 66.666667%;
    }

    .tablet\:h-5\/6 {
        height: 83.333333%;
    }

    .tablet\:h-full {
        height: 100%;
    }

    .tablet\:h-screen {
        height: 100vh;
    }

    .tablet\:max-h-0 {
        max-height: 0px;
    }

    .tablet\:max-h-1 {
        max-height: 0.25rem;
    }

    .tablet\:max-h-2 {
        max-height: 0.5rem;
    }

    .tablet\:max-h-3 {
        max-height: 0.75rem;
    }

    .tablet\:max-h-4 {
        max-height: 1rem;
    }

    .tablet\:max-h-5 {
        max-height: 1.25rem;
    }

    .tablet\:max-h-6 {
        max-height: 1.5rem;
    }

    .tablet\:max-h-7 {
        max-height: 1.75rem;
    }

    .tablet\:max-h-8 {
        max-height: 2rem;
    }

    .tablet\:max-h-9 {
        max-height: 2.25rem;
    }

    .tablet\:max-h-10 {
        max-height: 2.5rem;
    }

    .tablet\:max-h-11 {
        max-height: 2.75rem;
    }

    .tablet\:max-h-12 {
        max-height: 3rem;
    }

    .tablet\:max-h-14 {
        max-height: 3.5rem;
    }

    .tablet\:max-h-16 {
        max-height: 4rem;
    }

    .tablet\:max-h-18 {
        max-height: 4.375rem;
    }

    .tablet\:max-h-19 {
        max-height: 76px;
    }

    .tablet\:max-h-20 {
        max-height: 5rem;
    }

    .tablet\:max-h-24 {
        max-height: 6rem;
    }

    .tablet\:max-h-28 {
        max-height: 7rem;
    }

    .tablet\:max-h-30 {
        max-height: 120px;
    }

    .tablet\:max-h-32 {
        max-height: 8rem;
    }

    .tablet\:max-h-36 {
        max-height: 9rem;
    }

    .tablet\:max-h-40 {
        max-height: 10rem;
    }

    .tablet\:max-h-44 {
        max-height: 11rem;
    }

    .tablet\:max-h-48 {
        max-height: 12rem;
    }

    .tablet\:max-h-52 {
        max-height: 13rem;
    }

    .tablet\:max-h-56 {
        max-height: 14rem;
    }

    .tablet\:max-h-60 {
        max-height: 15rem;
    }

    .tablet\:max-h-64 {
        max-height: 16rem;
    }

    .tablet\:max-h-72 {
        max-height: 18rem;
    }

    .tablet\:max-h-80 {
        max-height: 20rem;
    }

    .tablet\:max-h-96 {
        max-height: 24rem;
    }

    .tablet\:max-h-px {
        max-height: 1px;
    }

    .tablet\:max-h-0\.5 {
        max-height: 0.125rem;
    }

    .tablet\:max-h-1\.5 {
        max-height: 0.375rem;
    }

    .tablet\:max-h-2\.5 {
        max-height: 0.625rem;
    }

    .tablet\:max-h-3\.5 {
        max-height: 0.875rem;
    }

    .tablet\:max-h-5p {
        max-height: 5px;
    }

    .tablet\:max-h-10p {
        max-height: 10px;
    }

    .tablet\:max-h-14p {
        max-height: 14px;
    }

    .tablet\:max-h-15p {
        max-height: 15px;
    }

    .tablet\:max-h-15_2 {
        max-height: 60px;
    }

    .tablet\:max-h-16_1 {
        max-height: 52px;
    }

    .tablet\:max-h-16p {
        max-height: 16px;
    }

    .tablet\:max-h-25p {
        max-height: 25px;
    }

    .tablet\:max-h-48p {
        max-height: 48%;
    }

    .tablet\:max-h-52p {
        max-height: 52%;
    }

    .tablet\:max-h-full {
        max-height: 100%;
    }

    .tablet\:max-h-screen {
        max-height: 100vh;
    }

    .tablet\:min-h-0 {
        min-height: 0px;
    }

    .tablet\:min-h-full {
        min-height: 100%;
    }

    .tablet\:min-h-screen {
        min-height: 100vh;
    }

    .tablet\:w-0 {
        width: 0px;
    }

    .tablet\:w-1 {
        width: 0.25rem;
    }

    .tablet\:w-2 {
        width: 0.5rem;
    }

    .tablet\:w-3 {
        width: 0.75rem;
    }

    .tablet\:w-4 {
        width: 1rem;
    }

    .tablet\:w-5 {
        width: 1.25rem;
    }

    .tablet\:w-6 {
        width: 1.5rem;
    }

    .tablet\:w-7 {
        width: 1.75rem;
    }

    .tablet\:w-8 {
        width: 2rem;
    }

    .tablet\:w-9 {
        width: 2.25rem;
    }

    .tablet\:w-10 {
        width: 2.5rem;
    }

    .tablet\:w-11 {
        width: 2.75rem;
    }

    .tablet\:w-12 {
        width: 3rem;
    }

    .tablet\:w-14 {
        width: 3.5rem;
    }

    .tablet\:w-16 {
        width: 4rem;
    }

    .tablet\:w-18 {
        width: 4.375rem;
    }

    .tablet\:w-19 {
        width: 76px;
    }

    .tablet\:w-20 {
        width: 5rem;
    }

    .tablet\:w-24 {
        width: 6rem;
    }

    .tablet\:w-28 {
        width: 7rem;
    }

    .tablet\:w-30 {
        width: 120px;
    }

    .tablet\:w-32 {
        width: 8rem;
    }

    .tablet\:w-36 {
        width: 9rem;
    }

    .tablet\:w-40 {
        width: 10rem;
    }

    .tablet\:w-44 {
        width: 11rem;
    }

    .tablet\:w-48 {
        width: 12rem;
    }

    .tablet\:w-52 {
        width: 13rem;
    }

    .tablet\:w-56 {
        width: 14rem;
    }

    .tablet\:w-60 {
        width: 15rem;
    }

    .tablet\:w-64 {
        width: 16rem;
    }

    .tablet\:w-72 {
        width: 18rem;
    }

    .tablet\:w-80 {
        width: 20rem;
    }

    .tablet\:w-96 {
        width: 24rem;
    }

    .tablet\:w-auto {
        width: auto;
    }

    .tablet\:w-px {
        width: 1px;
    }

    .tablet\:w-0\.5 {
        width: 0.125rem;
    }

    .tablet\:w-1\.5 {
        width: 0.375rem;
    }

    .tablet\:w-2\.5 {
        width: 0.625rem;
    }

    .tablet\:w-3\.5 {
        width: 0.875rem;
    }

    .tablet\:w-5p {
        width: 5px;
    }

    .tablet\:w-10p {
        width: 10px;
    }

    .tablet\:w-14p {
        width: 14px;
    }

    .tablet\:w-15p {
        width: 15px;
    }

    .tablet\:w-15_2 {
        width: 60px;
    }

    .tablet\:w-16_1 {
        width: 52px;
    }

    .tablet\:w-16p {
        width: 16px;
    }

    .tablet\:w-25p {
        width: 25px;
    }

    .tablet\:w-48p {
        width: 48%;
    }

    .tablet\:w-52p {
        width: 52%;
    }

    .tablet\:w-1\/2 {
        width: 50%;
    }

    .tablet\:w-1\/3 {
        width: 33.333333%;
    }

    .tablet\:w-2\/3 {
        width: 66.666667%;
    }

    .tablet\:w-1\/4 {
        width: 25%;
    }

    .tablet\:w-2\/4 {
        width: 50%;
    }

    .tablet\:w-3\/4 {
        width: 75%;
    }

    .tablet\:w-1\/5 {
        width: 20%;
    }

    .tablet\:w-2\/5 {
        width: 40%;
    }

    .tablet\:w-3\/5 {
        width: 60%;
    }

    .tablet\:w-4\/5 {
        width: 80%;
    }

    .tablet\:w-1\/6 {
        width: 16.666667%;
    }

    .tablet\:w-2\/6 {
        width: 33.333333%;
    }

    .tablet\:w-3\/6 {
        width: 50%;
    }

    .tablet\:w-4\/6 {
        width: 66.666667%;
    }

    .tablet\:w-5\/6 {
        width: 83.333333%;
    }

    .tablet\:w-1\/12 {
        width: 8.333333%;
    }

    .tablet\:w-2\/12 {
        width: 16.666667%;
    }

    .tablet\:w-3\/12 {
        width: 25%;
    }

    .tablet\:w-4\/12 {
        width: 33.333333%;
    }

    .tablet\:w-5\/12 {
        width: 41.666667%;
    }

    .tablet\:w-6\/12 {
        width: 50%;
    }

    .tablet\:w-7\/12 {
        width: 58.333333%;
    }

    .tablet\:w-8\/12 {
        width: 66.666667%;
    }

    .tablet\:w-9\/12 {
        width: 75%;
    }

    .tablet\:w-10\/12 {
        width: 83.333333%;
    }

    .tablet\:w-11\/12 {
        width: 91.666667%;
    }

    .tablet\:w-full {
        width: 100%;
    }

    .tablet\:w-screen {
        width: 100vw;
    }

    .tablet\:w-min {
        width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content;
    }

    .tablet\:w-max {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .tablet\:w-51\% {
        width: 51%;
    }

    .tablet\:w-49\% {
        width: 49%;
    }

    .tablet\:min-w-0 {
        min-width: 0px;
    }

    .tablet\:min-w-full {
        min-width: 100%;
    }

    .tablet\:min-w-min {
        min-width: -webkit-min-content;
        min-width: -moz-min-content;
        min-width: min-content;
    }

    .tablet\:min-w-max {
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
    }

    .tablet\:max-w-0 {
        max-width: 0rem;
    }

    .tablet\:max-w-none {
        max-width: none;
    }

    .tablet\:max-w-xs {
        max-width: 20rem;
    }

    .tablet\:max-w-sm {
        max-width: 24rem;
    }

    .tablet\:max-w-md {
        max-width: 28rem;
    }

    .tablet\:max-w-lg {
        max-width: 32rem;
    }

    .tablet\:max-w-xl {
        max-width: 36rem;
    }

    .tablet\:max-w-2xl {
        max-width: 42rem;
    }

    .tablet\:max-w-3xl {
        max-width: 48rem;
    }

    .tablet\:max-w-4xl {
        max-width: 56rem;
    }

    .tablet\:max-w-5xl {
        max-width: 64rem;
    }

    .tablet\:max-w-6xl {
        max-width: 72rem;
    }

    .tablet\:max-w-7xl {
        max-width: 80rem;
    }

    .tablet\:max-w-full {
        max-width: 100%;
    }

    .tablet\:max-w-min {
        max-width: -webkit-min-content;
        max-width: -moz-min-content;
        max-width: min-content;
    }

    .tablet\:max-w-max {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }

    .tablet\:max-w-prose {
        max-width: 65ch;
    }

    .tablet\:max-w-screen-sm {
        max-width: 600px;
    }

    .tablet\:max-w-screen-md {
        max-width: 768px;
    }

    .tablet\:max-w-screen-lg {
        max-width: 992px;
    }

    .tablet\:max-w-screen-xl {
        max-width: 1280px;
    }

    .tablet\:max-w-screen-2xl {
        max-width: 1536px;
    }

    .tablet\:max-w-1\.5xl {
        max-width: 40rem;
    }

    .tablet\:max-w-3\.5xl {
        max-width: 51.5rem;
    }

    .tablet\:max-w-4\.5xl {
        max-width: 62.5rem;
    }

    .tablet\:max-w-thumb {
        max-width: 11.375rem;
    }

    .tablet\:max-w-discription {
        max-width: 248px;
    }

    .tablet\:max-w-5\.5xl {
        max-width: 1132px;
    }

    .tablet\:flex-1 {
        flex: 1 1 0%;
    }

    .tablet\:flex-auto {
        flex: 1 1 auto;
    }

    .tablet\:flex-initial {
        flex: 0 1 auto;
    }

    .tablet\:flex-none {
        flex: none;
    }

    .tablet\:flex-shrink-0 {
        flex-shrink: 0;
    }

    .tablet\:flex-shrink {
        flex-shrink: 1;
    }

    .tablet\:flex-grow-0 {
        flex-grow: 0;
    }

    .tablet\:flex-grow {
        flex-grow: 1;
    }

    .tablet\:table-auto {
        table-layout: auto;
    }

    .tablet\:table-fixed {
        table-layout: fixed;
    }

    .tablet\:border-collapse {
        border-collapse: collapse;
    }

    .tablet\:border-separate {
        border-collapse: separate;
    }

    .tablet\:origin-center {
        transform-origin: center;
    }

    .tablet\:origin-top {
        transform-origin: top;
    }

    .tablet\:origin-top-right {
        transform-origin: top right;
    }

    .tablet\:origin-right {
        transform-origin: right;
    }

    .tablet\:origin-bottom-right {
        transform-origin: bottom right;
    }

    .tablet\:origin-bottom {
        transform-origin: bottom;
    }

    .tablet\:origin-bottom-left {
        transform-origin: bottom left;
    }

    .tablet\:origin-left {
        transform-origin: left;
    }

    .tablet\:origin-top-left {
        transform-origin: top left;
    }

    .tablet\:transform {
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        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));
    }

    .tablet\:transform-gpu {
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        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));
    }

    .tablet\:transform-none {
        transform: none;
    }

    .tablet\:translate-x-0 {
        --tw-translate-x: 0px;
    }

    .tablet\:translate-x-1 {
        --tw-translate-x: 0.25rem;
    }

    .tablet\:translate-x-2 {
        --tw-translate-x: 0.5rem;
    }

    .tablet\:translate-x-3 {
        --tw-translate-x: 0.75rem;
    }

    .tablet\:translate-x-4 {
        --tw-translate-x: 1rem;
    }

    .tablet\:translate-x-5 {
        --tw-translate-x: 1.25rem;
    }

    .tablet\:translate-x-6 {
        --tw-translate-x: 1.5rem;
    }

    .tablet\:translate-x-7 {
        --tw-translate-x: 1.75rem;
    }

    .tablet\:translate-x-8 {
        --tw-translate-x: 2rem;
    }

    .tablet\:translate-x-9 {
        --tw-translate-x: 2.25rem;
    }

    .tablet\:translate-x-10 {
        --tw-translate-x: 2.5rem;
    }

    .tablet\:translate-x-11 {
        --tw-translate-x: 2.75rem;
    }

    .tablet\:translate-x-12 {
        --tw-translate-x: 3rem;
    }

    .tablet\:translate-x-14 {
        --tw-translate-x: 3.5rem;
    }

    .tablet\:translate-x-16 {
        --tw-translate-x: 4rem;
    }

    .tablet\:translate-x-18 {
        --tw-translate-x: 4.375rem;
    }

    .tablet\:translate-x-19 {
        --tw-translate-x: 76px;
    }

    .tablet\:translate-x-20 {
        --tw-translate-x: 5rem;
    }

    .tablet\:translate-x-24 {
        --tw-translate-x: 6rem;
    }

    .tablet\:translate-x-28 {
        --tw-translate-x: 7rem;
    }

    .tablet\:translate-x-30 {
        --tw-translate-x: 120px;
    }

    .tablet\:translate-x-32 {
        --tw-translate-x: 8rem;
    }

    .tablet\:translate-x-36 {
        --tw-translate-x: 9rem;
    }

    .tablet\:translate-x-40 {
        --tw-translate-x: 10rem;
    }

    .tablet\:translate-x-44 {
        --tw-translate-x: 11rem;
    }

    .tablet\:translate-x-48 {
        --tw-translate-x: 12rem;
    }

    .tablet\:translate-x-52 {
        --tw-translate-x: 13rem;
    }

    .tablet\:translate-x-56 {
        --tw-translate-x: 14rem;
    }

    .tablet\:translate-x-60 {
        --tw-translate-x: 15rem;
    }

    .tablet\:translate-x-64 {
        --tw-translate-x: 16rem;
    }

    .tablet\:translate-x-72 {
        --tw-translate-x: 18rem;
    }

    .tablet\:translate-x-80 {
        --tw-translate-x: 20rem;
    }

    .tablet\:translate-x-96 {
        --tw-translate-x: 24rem;
    }

    .tablet\:translate-x-px {
        --tw-translate-x: 1px;
    }

    .tablet\:translate-x-0\.5 {
        --tw-translate-x: 0.125rem;
    }

    .tablet\:translate-x-1\.5 {
        --tw-translate-x: 0.375rem;
    }

    .tablet\:translate-x-2\.5 {
        --tw-translate-x: 0.625rem;
    }

    .tablet\:translate-x-3\.5 {
        --tw-translate-x: 0.875rem;
    }

    .tablet\:translate-x-5p {
        --tw-translate-x: 5px;
    }

    .tablet\:translate-x-10p {
        --tw-translate-x: 10px;
    }

    .tablet\:translate-x-14p {
        --tw-translate-x: 14px;
    }

    .tablet\:translate-x-15p {
        --tw-translate-x: 15px;
    }

    .tablet\:translate-x-15_2 {
        --tw-translate-x: 60px;
    }

    .tablet\:translate-x-16_1 {
        --tw-translate-x: 52px;
    }

    .tablet\:translate-x-16p {
        --tw-translate-x: 16px;
    }

    .tablet\:translate-x-25p {
        --tw-translate-x: 25px;
    }

    .tablet\:translate-x-48p {
        --tw-translate-x: 48%;
    }

    .tablet\:translate-x-52p {
        --tw-translate-x: 52%;
    }

    .tablet\:-translate-x-0 {
        --tw-translate-x: 0px;
    }

    .tablet\:-translate-x-1 {
        --tw-translate-x: -0.25rem;
    }

    .tablet\:-translate-x-2 {
        --tw-translate-x: -0.5rem;
    }

    .tablet\:-translate-x-3 {
        --tw-translate-x: -0.75rem;
    }

    .tablet\:-translate-x-4 {
        --tw-translate-x: -1rem;
    }

    .tablet\:-translate-x-5 {
        --tw-translate-x: -1.25rem;
    }

    .tablet\:-translate-x-6 {
        --tw-translate-x: -1.5rem;
    }

    .tablet\:-translate-x-7 {
        --tw-translate-x: -1.75rem;
    }

    .tablet\:-translate-x-8 {
        --tw-translate-x: -2rem;
    }

    .tablet\:-translate-x-9 {
        --tw-translate-x: -2.25rem;
    }

    .tablet\:-translate-x-10 {
        --tw-translate-x: -2.5rem;
    }

    .tablet\:-translate-x-11 {
        --tw-translate-x: -2.75rem;
    }

    .tablet\:-translate-x-12 {
        --tw-translate-x: -3rem;
    }

    .tablet\:-translate-x-14 {
        --tw-translate-x: -3.5rem;
    }

    .tablet\:-translate-x-16 {
        --tw-translate-x: -4rem;
    }

    .tablet\:-translate-x-18 {
        --tw-translate-x: -4.375rem;
    }

    .tablet\:-translate-x-19 {
        --tw-translate-x: -76px;
    }

    .tablet\:-translate-x-20 {
        --tw-translate-x: -5rem;
    }

    .tablet\:-translate-x-24 {
        --tw-translate-x: -6rem;
    }

    .tablet\:-translate-x-28 {
        --tw-translate-x: -7rem;
    }

    .tablet\:-translate-x-30 {
        --tw-translate-x: -120px;
    }

    .tablet\:-translate-x-32 {
        --tw-translate-x: -8rem;
    }

    .tablet\:-translate-x-36 {
        --tw-translate-x: -9rem;
    }

    .tablet\:-translate-x-40 {
        --tw-translate-x: -10rem;
    }

    .tablet\:-translate-x-44 {
        --tw-translate-x: -11rem;
    }

    .tablet\:-translate-x-48 {
        --tw-translate-x: -12rem;
    }

    .tablet\:-translate-x-52 {
        --tw-translate-x: -13rem;
    }

    .tablet\:-translate-x-56 {
        --tw-translate-x: -14rem;
    }

    .tablet\:-translate-x-60 {
        --tw-translate-x: -15rem;
    }

    .tablet\:-translate-x-64 {
        --tw-translate-x: -16rem;
    }

    .tablet\:-translate-x-72 {
        --tw-translate-x: -18rem;
    }

    .tablet\:-translate-x-80 {
        --tw-translate-x: -20rem;
    }

    .tablet\:-translate-x-96 {
        --tw-translate-x: -24rem;
    }

    .tablet\:-translate-x-px {
        --tw-translate-x: -1px;
    }

    .tablet\:-translate-x-0\.5 {
        --tw-translate-x: -0.125rem;
    }

    .tablet\:-translate-x-1\.5 {
        --tw-translate-x: -0.375rem;
    }

    .tablet\:-translate-x-2\.5 {
        --tw-translate-x: -0.625rem;
    }

    .tablet\:-translate-x-3\.5 {
        --tw-translate-x: -0.875rem;
    }

    .tablet\:-translate-x-5p {
        --tw-translate-x: -5px;
    }

    .tablet\:-translate-x-10p {
        --tw-translate-x: -10px;
    }

    .tablet\:-translate-x-14p {
        --tw-translate-x: -14px;
    }

    .tablet\:-translate-x-15p {
        --tw-translate-x: -15px;
    }

    .tablet\:-translate-x-15_2 {
        --tw-translate-x: -60px;
    }

    .tablet\:-translate-x-16_1 {
        --tw-translate-x: -52px;
    }

    .tablet\:-translate-x-16p {
        --tw-translate-x: -16px;
    }

    .tablet\:-translate-x-25p {
        --tw-translate-x: -25px;
    }

    .tablet\:-translate-x-48p {
        --tw-translate-x: -48%;
    }

    .tablet\:-translate-x-52p {
        --tw-translate-x: -52%;
    }

    .tablet\:translate-x-1\/2 {
        --tw-translate-x: 50%;
    }

    .tablet\:translate-x-1\/3 {
        --tw-translate-x: 33.333333%;
    }

    .tablet\:translate-x-2\/3 {
        --tw-translate-x: 66.666667%;
    }

    .tablet\:translate-x-1\/4 {
        --tw-translate-x: 25%;
    }

    .tablet\:translate-x-2\/4 {
        --tw-translate-x: 50%;
    }

    .tablet\:translate-x-3\/4 {
        --tw-translate-x: 75%;
    }

    .tablet\:translate-x-full {
        --tw-translate-x: 100%;
    }

    .tablet\:-translate-x-1\/2 {
        --tw-translate-x: -50%;
    }

    .tablet\:-translate-x-1\/3 {
        --tw-translate-x: -33.333333%;
    }

    .tablet\:-translate-x-2\/3 {
        --tw-translate-x: -66.666667%;
    }

    .tablet\:-translate-x-1\/4 {
        --tw-translate-x: -25%;
    }

    .tablet\:-translate-x-2\/4 {
        --tw-translate-x: -50%;
    }

    .tablet\:-translate-x-3\/4 {
        --tw-translate-x: -75%;
    }

    .tablet\:-translate-x-full {
        --tw-translate-x: -100%;
    }

    .tablet\:translate-y-0 {
        --tw-translate-y: 0px;
    }

    .tablet\:translate-y-1 {
        --tw-translate-y: 0.25rem;
    }

    .tablet\:translate-y-2 {
        --tw-translate-y: 0.5rem;
    }

    .tablet\:translate-y-3 {
        --tw-translate-y: 0.75rem;
    }

    .tablet\:translate-y-4 {
        --tw-translate-y: 1rem;
    }

    .tablet\:translate-y-5 {
        --tw-translate-y: 1.25rem;
    }

    .tablet\:translate-y-6 {
        --tw-translate-y: 1.5rem;
    }

    .tablet\:translate-y-7 {
        --tw-translate-y: 1.75rem;
    }

    .tablet\:translate-y-8 {
        --tw-translate-y: 2rem;
    }

    .tablet\:translate-y-9 {
        --tw-translate-y: 2.25rem;
    }

    .tablet\:translate-y-10 {
        --tw-translate-y: 2.5rem;
    }

    .tablet\:translate-y-11 {
        --tw-translate-y: 2.75rem;
    }

    .tablet\:translate-y-12 {
        --tw-translate-y: 3rem;
    }

    .tablet\:translate-y-14 {
        --tw-translate-y: 3.5rem;
    }

    .tablet\:translate-y-16 {
        --tw-translate-y: 4rem;
    }

    .tablet\:translate-y-18 {
        --tw-translate-y: 4.375rem;
    }

    .tablet\:translate-y-19 {
        --tw-translate-y: 76px;
    }

    .tablet\:translate-y-20 {
        --tw-translate-y: 5rem;
    }

    .tablet\:translate-y-24 {
        --tw-translate-y: 6rem;
    }

    .tablet\:translate-y-28 {
        --tw-translate-y: 7rem;
    }

    .tablet\:translate-y-30 {
        --tw-translate-y: 120px;
    }

    .tablet\:translate-y-32 {
        --tw-translate-y: 8rem;
    }

    .tablet\:translate-y-36 {
        --tw-translate-y: 9rem;
    }

    .tablet\:translate-y-40 {
        --tw-translate-y: 10rem;
    }

    .tablet\:translate-y-44 {
        --tw-translate-y: 11rem;
    }

    .tablet\:translate-y-48 {
        --tw-translate-y: 12rem;
    }

    .tablet\:translate-y-52 {
        --tw-translate-y: 13rem;
    }

    .tablet\:translate-y-56 {
        --tw-translate-y: 14rem;
    }

    .tablet\:translate-y-60 {
        --tw-translate-y: 15rem;
    }

    .tablet\:translate-y-64 {
        --tw-translate-y: 16rem;
    }

    .tablet\:translate-y-72 {
        --tw-translate-y: 18rem;
    }

    .tablet\:translate-y-80 {
        --tw-translate-y: 20rem;
    }

    .tablet\:translate-y-96 {
        --tw-translate-y: 24rem;
    }

    .tablet\:translate-y-px {
        --tw-translate-y: 1px;
    }

    .tablet\:translate-y-0\.5 {
        --tw-translate-y: 0.125rem;
    }

    .tablet\:translate-y-1\.5 {
        --tw-translate-y: 0.375rem;
    }

    .tablet\:translate-y-2\.5 {
        --tw-translate-y: 0.625rem;
    }

    .tablet\:translate-y-3\.5 {
        --tw-translate-y: 0.875rem;
    }

    .tablet\:translate-y-5p {
        --tw-translate-y: 5px;
    }

    .tablet\:translate-y-10p {
        --tw-translate-y: 10px;
    }

    .tablet\:translate-y-14p {
        --tw-translate-y: 14px;
    }

    .tablet\:translate-y-15p {
        --tw-translate-y: 15px;
    }

    .tablet\:translate-y-15_2 {
        --tw-translate-y: 60px;
    }

    .tablet\:translate-y-16_1 {
        --tw-translate-y: 52px;
    }

    .tablet\:translate-y-16p {
        --tw-translate-y: 16px;
    }

    .tablet\:translate-y-25p {
        --tw-translate-y: 25px;
    }

    .tablet\:translate-y-48p {
        --tw-translate-y: 48%;
    }

    .tablet\:translate-y-52p {
        --tw-translate-y: 52%;
    }

    .tablet\:-translate-y-0 {
        --tw-translate-y: 0px;
    }

    .tablet\:-translate-y-1 {
        --tw-translate-y: -0.25rem;
    }

    .tablet\:-translate-y-2 {
        --tw-translate-y: -0.5rem;
    }

    .tablet\:-translate-y-3 {
        --tw-translate-y: -0.75rem;
    }

    .tablet\:-translate-y-4 {
        --tw-translate-y: -1rem;
    }

    .tablet\:-translate-y-5 {
        --tw-translate-y: -1.25rem;
    }

    .tablet\:-translate-y-6 {
        --tw-translate-y: -1.5rem;
    }

    .tablet\:-translate-y-7 {
        --tw-translate-y: -1.75rem;
    }

    .tablet\:-translate-y-8 {
        --tw-translate-y: -2rem;
    }

    .tablet\:-translate-y-9 {
        --tw-translate-y: -2.25rem;
    }

    .tablet\:-translate-y-10 {
        --tw-translate-y: -2.5rem;
    }

    .tablet\:-translate-y-11 {
        --tw-translate-y: -2.75rem;
    }

    .tablet\:-translate-y-12 {
        --tw-translate-y: -3rem;
    }

    .tablet\:-translate-y-14 {
        --tw-translate-y: -3.5rem;
    }

    .tablet\:-translate-y-16 {
        --tw-translate-y: -4rem;
    }

    .tablet\:-translate-y-18 {
        --tw-translate-y: -4.375rem;
    }

    .tablet\:-translate-y-19 {
        --tw-translate-y: -76px;
    }

    .tablet\:-translate-y-20 {
        --tw-translate-y: -5rem;
    }

    .tablet\:-translate-y-24 {
        --tw-translate-y: -6rem;
    }

    .tablet\:-translate-y-28 {
        --tw-translate-y: -7rem;
    }

    .tablet\:-translate-y-30 {
        --tw-translate-y: -120px;
    }

    .tablet\:-translate-y-32 {
        --tw-translate-y: -8rem;
    }

    .tablet\:-translate-y-36 {
        --tw-translate-y: -9rem;
    }

    .tablet\:-translate-y-40 {
        --tw-translate-y: -10rem;
    }

    .tablet\:-translate-y-44 {
        --tw-translate-y: -11rem;
    }

    .tablet\:-translate-y-48 {
        --tw-translate-y: -12rem;
    }

    .tablet\:-translate-y-52 {
        --tw-translate-y: -13rem;
    }

    .tablet\:-translate-y-56 {
        --tw-translate-y: -14rem;
    }

    .tablet\:-translate-y-60 {
        --tw-translate-y: -15rem;
    }

    .tablet\:-translate-y-64 {
        --tw-translate-y: -16rem;
    }

    .tablet\:-translate-y-72 {
        --tw-translate-y: -18rem;
    }

    .tablet\:-translate-y-80 {
        --tw-translate-y: -20rem;
    }

    .tablet\:-translate-y-96 {
        --tw-translate-y: -24rem;
    }

    .tablet\:-translate-y-px {
        --tw-translate-y: -1px;
    }

    .tablet\:-translate-y-0\.5 {
        --tw-translate-y: -0.125rem;
    }

    .tablet\:-translate-y-1\.5 {
        --tw-translate-y: -0.375rem;
    }

    .tablet\:-translate-y-2\.5 {
        --tw-translate-y: -0.625rem;
    }

    .tablet\:-translate-y-3\.5 {
        --tw-translate-y: -0.875rem;
    }

    .tablet\:-translate-y-5p {
        --tw-translate-y: -5px;
    }

    .tablet\:-translate-y-10p {
        --tw-translate-y: -10px;
    }

    .tablet\:-translate-y-14p {
        --tw-translate-y: -14px;
    }

    .tablet\:-translate-y-15p {
        --tw-translate-y: -15px;
    }

    .tablet\:-translate-y-15_2 {
        --tw-translate-y: -60px;
    }

    .tablet\:-translate-y-16_1 {
        --tw-translate-y: -52px;
    }

    .tablet\:-translate-y-16p {
        --tw-translate-y: -16px;
    }

    .tablet\:-translate-y-25p {
        --tw-translate-y: -25px;
    }

    .tablet\:-translate-y-48p {
        --tw-translate-y: -48%;
    }

    .tablet\:-translate-y-52p {
        --tw-translate-y: -52%;
    }

    .tablet\:translate-y-1\/2 {
        --tw-translate-y: 50%;
    }

    .tablet\:translate-y-1\/3 {
        --tw-translate-y: 33.333333%;
    }

    .tablet\:translate-y-2\/3 {
        --tw-translate-y: 66.666667%;
    }

    .tablet\:translate-y-1\/4 {
        --tw-translate-y: 25%;
    }

    .tablet\:translate-y-2\/4 {
        --tw-translate-y: 50%;
    }

    .tablet\:translate-y-3\/4 {
        --tw-translate-y: 75%;
    }

    .tablet\:translate-y-full {
        --tw-translate-y: 100%;
    }

    .tablet\:-translate-y-1\/2 {
        --tw-translate-y: -50%;
    }

    .tablet\:-translate-y-1\/3 {
        --tw-translate-y: -33.333333%;
    }

    .tablet\:-translate-y-2\/3 {
        --tw-translate-y: -66.666667%;
    }

    .tablet\:-translate-y-1\/4 {
        --tw-translate-y: -25%;
    }

    .tablet\:-translate-y-2\/4 {
        --tw-translate-y: -50%;
    }

    .tablet\:-translate-y-3\/4 {
        --tw-translate-y: -75%;
    }

    .tablet\:-translate-y-full {
        --tw-translate-y: -100%;
    }

    .tablet\:hover\:translate-x-0:hover {
        --tw-translate-x: 0px;
    }

    .tablet\:hover\:translate-x-1:hover {
        --tw-translate-x: 0.25rem;
    }

    .tablet\:hover\:translate-x-2:hover {
        --tw-translate-x: 0.5rem;
    }

    .tablet\:hover\:translate-x-3:hover {
        --tw-translate-x: 0.75rem;
    }

    .tablet\:hover\:translate-x-4:hover {
        --tw-translate-x: 1rem;
    }

    .tablet\:hover\:translate-x-5:hover {
        --tw-translate-x: 1.25rem;
    }

    .tablet\:hover\:translate-x-6:hover {
        --tw-translate-x: 1.5rem;
    }

    .tablet\:hover\:translate-x-7:hover {
        --tw-translate-x: 1.75rem;
    }

    .tablet\:hover\:translate-x-8:hover {
        --tw-translate-x: 2rem;
    }

    .tablet\:hover\:translate-x-9:hover {
        --tw-translate-x: 2.25rem;
    }

    .tablet\:hover\:translate-x-10:hover {
        --tw-translate-x: 2.5rem;
    }

    .tablet\:hover\:translate-x-11:hover {
        --tw-translate-x: 2.75rem;
    }

    .tablet\:hover\:translate-x-12:hover {
        --tw-translate-x: 3rem;
    }

    .tablet\:hover\:translate-x-14:hover {
        --tw-translate-x: 3.5rem;
    }

    .tablet\:hover\:translate-x-16:hover {
        --tw-translate-x: 4rem;
    }

    .tablet\:hover\:translate-x-18:hover {
        --tw-translate-x: 4.375rem;
    }

    .tablet\:hover\:translate-x-19:hover {
        --tw-translate-x: 76px;
    }

    .tablet\:hover\:translate-x-20:hover {
        --tw-translate-x: 5rem;
    }

    .tablet\:hover\:translate-x-24:hover {
        --tw-translate-x: 6rem;
    }

    .tablet\:hover\:translate-x-28:hover {
        --tw-translate-x: 7rem;
    }

    .tablet\:hover\:translate-x-30:hover {
        --tw-translate-x: 120px;
    }

    .tablet\:hover\:translate-x-32:hover {
        --tw-translate-x: 8rem;
    }

    .tablet\:hover\:translate-x-36:hover {
        --tw-translate-x: 9rem;
    }

    .tablet\:hover\:translate-x-40:hover {
        --tw-translate-x: 10rem;
    }

    .tablet\:hover\:translate-x-44:hover {
        --tw-translate-x: 11rem;
    }

    .tablet\:hover\:translate-x-48:hover {
        --tw-translate-x: 12rem;
    }

    .tablet\:hover\:translate-x-52:hover {
        --tw-translate-x: 13rem;
    }

    .tablet\:hover\:translate-x-56:hover {
        --tw-translate-x: 14rem;
    }

    .tablet\:hover\:translate-x-60:hover {
        --tw-translate-x: 15rem;
    }

    .tablet\:hover\:translate-x-64:hover {
        --tw-translate-x: 16rem;
    }

    .tablet\:hover\:translate-x-72:hover {
        --tw-translate-x: 18rem;
    }

    .tablet\:hover\:translate-x-80:hover {
        --tw-translate-x: 20rem;
    }

    .tablet\:hover\:translate-x-96:hover {
        --tw-translate-x: 24rem;
    }

    .tablet\:hover\:translate-x-px:hover {
        --tw-translate-x: 1px;
    }

    .tablet\:hover\:translate-x-0\.5:hover {
        --tw-translate-x: 0.125rem;
    }

    .tablet\:hover\:translate-x-1\.5:hover {
        --tw-translate-x: 0.375rem;
    }

    .tablet\:hover\:translate-x-2\.5:hover {
        --tw-translate-x: 0.625rem;
    }

    .tablet\:hover\:translate-x-3\.5:hover {
        --tw-translate-x: 0.875rem;
    }

    .tablet\:hover\:translate-x-5p:hover {
        --tw-translate-x: 5px;
    }

    .tablet\:hover\:translate-x-10p:hover {
        --tw-translate-x: 10px;
    }

    .tablet\:hover\:translate-x-14p:hover {
        --tw-translate-x: 14px;
    }

    .tablet\:hover\:translate-x-15p:hover {
        --tw-translate-x: 15px;
    }

    .tablet\:hover\:translate-x-15_2:hover {
        --tw-translate-x: 60px;
    }

    .tablet\:hover\:translate-x-16_1:hover {
        --tw-translate-x: 52px;
    }

    .tablet\:hover\:translate-x-16p:hover {
        --tw-translate-x: 16px;
    }

    .tablet\:hover\:translate-x-25p:hover {
        --tw-translate-x: 25px;
    }

    .tablet\:hover\:translate-x-48p:hover {
        --tw-translate-x: 48%;
    }

    .tablet\:hover\:translate-x-52p:hover {
        --tw-translate-x: 52%;
    }

    .tablet\:hover\:-translate-x-0:hover {
        --tw-translate-x: 0px;
    }

    .tablet\:hover\:-translate-x-1:hover {
        --tw-translate-x: -0.25rem;
    }

    .tablet\:hover\:-translate-x-2:hover {
        --tw-translate-x: -0.5rem;
    }

    .tablet\:hover\:-translate-x-3:hover {
        --tw-translate-x: -0.75rem;
    }

    .tablet\:hover\:-translate-x-4:hover {
        --tw-translate-x: -1rem;
    }

    .tablet\:hover\:-translate-x-5:hover {
        --tw-translate-x: -1.25rem;
    }

    .tablet\:hover\:-translate-x-6:hover {
        --tw-translate-x: -1.5rem;
    }

    .tablet\:hover\:-translate-x-7:hover {
        --tw-translate-x: -1.75rem;
    }

    .tablet\:hover\:-translate-x-8:hover {
        --tw-translate-x: -2rem;
    }

    .tablet\:hover\:-translate-x-9:hover {
        --tw-translate-x: -2.25rem;
    }

    .tablet\:hover\:-translate-x-10:hover {
        --tw-translate-x: -2.5rem;
    }

    .tablet\:hover\:-translate-x-11:hover {
        --tw-translate-x: -2.75rem;
    }

    .tablet\:hover\:-translate-x-12:hover {
        --tw-translate-x: -3rem;
    }

    .tablet\:hover\:-translate-x-14:hover {
        --tw-translate-x: -3.5rem;
    }

    .tablet\:hover\:-translate-x-16:hover {
        --tw-translate-x: -4rem;
    }

    .tablet\:hover\:-translate-x-18:hover {
        --tw-translate-x: -4.375rem;
    }

    .tablet\:hover\:-translate-x-19:hover {
        --tw-translate-x: -76px;
    }

    .tablet\:hover\:-translate-x-20:hover {
        --tw-translate-x: -5rem;
    }

    .tablet\:hover\:-translate-x-24:hover {
        --tw-translate-x: -6rem;
    }

    .tablet\:hover\:-translate-x-28:hover {
        --tw-translate-x: -7rem;
    }

    .tablet\:hover\:-translate-x-30:hover {
        --tw-translate-x: -120px;
    }

    .tablet\:hover\:-translate-x-32:hover {
        --tw-translate-x: -8rem;
    }

    .tablet\:hover\:-translate-x-36:hover {
        --tw-translate-x: -9rem;
    }

    .tablet\:hover\:-translate-x-40:hover {
        --tw-translate-x: -10rem;
    }

    .tablet\:hover\:-translate-x-44:hover {
        --tw-translate-x: -11rem;
    }

    .tablet\:hover\:-translate-x-48:hover {
        --tw-translate-x: -12rem;
    }

    .tablet\:hover\:-translate-x-52:hover {
        --tw-translate-x: -13rem;
    }

    .tablet\:hover\:-translate-x-56:hover {
        --tw-translate-x: -14rem;
    }

    .tablet\:hover\:-translate-x-60:hover {
        --tw-translate-x: -15rem;
    }

    .tablet\:hover\:-translate-x-64:hover {
        --tw-translate-x: -16rem;
    }

    .tablet\:hover\:-translate-x-72:hover {
        --tw-translate-x: -18rem;
    }

    .tablet\:hover\:-translate-x-80:hover {
        --tw-translate-x: -20rem;
    }

    .tablet\:hover\:-translate-x-96:hover {
        --tw-translate-x: -24rem;
    }

    .tablet\:hover\:-translate-x-px:hover {
        --tw-translate-x: -1px;
    }

    .tablet\:hover\:-translate-x-0\.5:hover {
        --tw-translate-x: -0.125rem;
    }

    .tablet\:hover\:-translate-x-1\.5:hover {
        --tw-translate-x: -0.375rem;
    }

    .tablet\:hover\:-translate-x-2\.5:hover {
        --tw-translate-x: -0.625rem;
    }

    .tablet\:hover\:-translate-x-3\.5:hover {
        --tw-translate-x: -0.875rem;
    }

    .tablet\:hover\:-translate-x-5p:hover {
        --tw-translate-x: -5px;
    }

    .tablet\:hover\:-translate-x-10p:hover {
        --tw-translate-x: -10px;
    }

    .tablet\:hover\:-translate-x-14p:hover {
        --tw-translate-x: -14px;
    }

    .tablet\:hover\:-translate-x-15p:hover {
        --tw-translate-x: -15px;
    }

    .tablet\:hover\:-translate-x-15_2:hover {
        --tw-translate-x: -60px;
    }

    .tablet\:hover\:-translate-x-16_1:hover {
        --tw-translate-x: -52px;
    }

    .tablet\:hover\:-translate-x-16p:hover {
        --tw-translate-x: -16px;
    }

    .tablet\:hover\:-translate-x-25p:hover {
        --tw-translate-x: -25px;
    }

    .tablet\:hover\:-translate-x-48p:hover {
        --tw-translate-x: -48%;
    }

    .tablet\:hover\:-translate-x-52p:hover {
        --tw-translate-x: -52%;
    }

    .tablet\:hover\:translate-x-1\/2:hover {
        --tw-translate-x: 50%;
    }

    .tablet\:hover\:translate-x-1\/3:hover {
        --tw-translate-x: 33.333333%;
    }

    .tablet\:hover\:translate-x-2\/3:hover {
        --tw-translate-x: 66.666667%;
    }

    .tablet\:hover\:translate-x-1\/4:hover {
        --tw-translate-x: 25%;
    }

    .tablet\:hover\:translate-x-2\/4:hover {
        --tw-translate-x: 50%;
    }

    .tablet\:hover\:translate-x-3\/4:hover {
        --tw-translate-x: 75%;
    }

    .tablet\:hover\:translate-x-full:hover {
        --tw-translate-x: 100%;
    }

    .tablet\:hover\:-translate-x-1\/2:hover {
        --tw-translate-x: -50%;
    }

    .tablet\:hover\:-translate-x-1\/3:hover {
        --tw-translate-x: -33.333333%;
    }

    .tablet\:hover\:-translate-x-2\/3:hover {
        --tw-translate-x: -66.666667%;
    }

    .tablet\:hover\:-translate-x-1\/4:hover {
        --tw-translate-x: -25%;
    }

    .tablet\:hover\:-translate-x-2\/4:hover {
        --tw-translate-x: -50%;
    }

    .tablet\:hover\:-translate-x-3\/4:hover {
        --tw-translate-x: -75%;
    }

    .tablet\:hover\:-translate-x-full:hover {
        --tw-translate-x: -100%;
    }

    .tablet\:hover\:translate-y-0:hover {
        --tw-translate-y: 0px;
    }

    .tablet\:hover\:translate-y-1:hover {
        --tw-translate-y: 0.25rem;
    }

    .tablet\:hover\:translate-y-2:hover {
        --tw-translate-y: 0.5rem;
    }

    .tablet\:hover\:translate-y-3:hover {
        --tw-translate-y: 0.75rem;
    }

    .tablet\:hover\:translate-y-4:hover {
        --tw-translate-y: 1rem;
    }

    .tablet\:hover\:translate-y-5:hover {
        --tw-translate-y: 1.25rem;
    }

    .tablet\:hover\:translate-y-6:hover {
        --tw-translate-y: 1.5rem;
    }

    .tablet\:hover\:translate-y-7:hover {
        --tw-translate-y: 1.75rem;
    }

    .tablet\:hover\:translate-y-8:hover {
        --tw-translate-y: 2rem;
    }

    .tablet\:hover\:translate-y-9:hover {
        --tw-translate-y: 2.25rem;
    }

    .tablet\:hover\:translate-y-10:hover {
        --tw-translate-y: 2.5rem;
    }

    .tablet\:hover\:translate-y-11:hover {
        --tw-translate-y: 2.75rem;
    }

    .tablet\:hover\:translate-y-12:hover {
        --tw-translate-y: 3rem;
    }

    .tablet\:hover\:translate-y-14:hover {
        --tw-translate-y: 3.5rem;
    }

    .tablet\:hover\:translate-y-16:hover {
        --tw-translate-y: 4rem;
    }

    .tablet\:hover\:translate-y-18:hover {
        --tw-translate-y: 4.375rem;
    }

    .tablet\:hover\:translate-y-19:hover {
        --tw-translate-y: 76px;
    }

    .tablet\:hover\:translate-y-20:hover {
        --tw-translate-y: 5rem;
    }

    .tablet\:hover\:translate-y-24:hover {
        --tw-translate-y: 6rem;
    }

    .tablet\:hover\:translate-y-28:hover {
        --tw-translate-y: 7rem;
    }

    .tablet\:hover\:translate-y-30:hover {
        --tw-translate-y: 120px;
    }

    .tablet\:hover\:translate-y-32:hover {
        --tw-translate-y: 8rem;
    }

    .tablet\:hover\:translate-y-36:hover {
        --tw-translate-y: 9rem;
    }

    .tablet\:hover\:translate-y-40:hover {
        --tw-translate-y: 10rem;
    }

    .tablet\:hover\:translate-y-44:hover {
        --tw-translate-y: 11rem;
    }

    .tablet\:hover\:translate-y-48:hover {
        --tw-translate-y: 12rem;
    }

    .tablet\:hover\:translate-y-52:hover {
        --tw-translate-y: 13rem;
    }

    .tablet\:hover\:translate-y-56:hover {
        --tw-translate-y: 14rem;
    }

    .tablet\:hover\:translate-y-60:hover {
        --tw-translate-y: 15rem;
    }

    .tablet\:hover\:translate-y-64:hover {
        --tw-translate-y: 16rem;
    }

    .tablet\:hover\:translate-y-72:hover {
        --tw-translate-y: 18rem;
    }

    .tablet\:hover\:translate-y-80:hover {
        --tw-translate-y: 20rem;
    }

    .tablet\:hover\:translate-y-96:hover {
        --tw-translate-y: 24rem;
    }

    .tablet\:hover\:translate-y-px:hover {
        --tw-translate-y: 1px;
    }

    .tablet\:hover\:translate-y-0\.5:hover {
        --tw-translate-y: 0.125rem;
    }

    .tablet\:hover\:translate-y-1\.5:hover {
        --tw-translate-y: 0.375rem;
    }

    .tablet\:hover\:translate-y-2\.5:hover {
        --tw-translate-y: 0.625rem;
    }

    .tablet\:hover\:translate-y-3\.5:hover {
        --tw-translate-y: 0.875rem;
    }

    .tablet\:hover\:translate-y-5p:hover {
        --tw-translate-y: 5px;
    }

    .tablet\:hover\:translate-y-10p:hover {
        --tw-translate-y: 10px;
    }

    .tablet\:hover\:translate-y-14p:hover {
        --tw-translate-y: 14px;
    }

    .tablet\:hover\:translate-y-15p:hover {
        --tw-translate-y: 15px;
    }

    .tablet\:hover\:translate-y-15_2:hover {
        --tw-translate-y: 60px;
    }

    .tablet\:hover\:translate-y-16_1:hover {
        --tw-translate-y: 52px;
    }

    .tablet\:hover\:translate-y-16p:hover {
        --tw-translate-y: 16px;
    }

    .tablet\:hover\:translate-y-25p:hover {
        --tw-translate-y: 25px;
    }

    .tablet\:hover\:translate-y-48p:hover {
        --tw-translate-y: 48%;
    }

    .tablet\:hover\:translate-y-52p:hover {
        --tw-translate-y: 52%;
    }

    .tablet\:hover\:-translate-y-0:hover {
        --tw-translate-y: 0px;
    }

    .tablet\:hover\:-translate-y-1:hover {
        --tw-translate-y: -0.25rem;
    }

    .tablet\:hover\:-translate-y-2:hover {
        --tw-translate-y: -0.5rem;
    }

    .tablet\:hover\:-translate-y-3:hover {
        --tw-translate-y: -0.75rem;
    }

    .tablet\:hover\:-translate-y-4:hover {
        --tw-translate-y: -1rem;
    }

    .tablet\:hover\:-translate-y-5:hover {
        --tw-translate-y: -1.25rem;
    }

    .tablet\:hover\:-translate-y-6:hover {
        --tw-translate-y: -1.5rem;
    }

    .tablet\:hover\:-translate-y-7:hover {
        --tw-translate-y: -1.75rem;
    }

    .tablet\:hover\:-translate-y-8:hover {
        --tw-translate-y: -2rem;
    }

    .tablet\:hover\:-translate-y-9:hover {
        --tw-translate-y: -2.25rem;
    }

    .tablet\:hover\:-translate-y-10:hover {
        --tw-translate-y: -2.5rem;
    }

    .tablet\:hover\:-translate-y-11:hover {
        --tw-translate-y: -2.75rem;
    }

    .tablet\:hover\:-translate-y-12:hover {
        --tw-translate-y: -3rem;
    }

    .tablet\:hover\:-translate-y-14:hover {
        --tw-translate-y: -3.5rem;
    }

    .tablet\:hover\:-translate-y-16:hover {
        --tw-translate-y: -4rem;
    }

    .tablet\:hover\:-translate-y-18:hover {
        --tw-translate-y: -4.375rem;
    }

    .tablet\:hover\:-translate-y-19:hover {
        --tw-translate-y: -76px;
    }

    .tablet\:hover\:-translate-y-20:hover {
        --tw-translate-y: -5rem;
    }

    .tablet\:hover\:-translate-y-24:hover {
        --tw-translate-y: -6rem;
    }

    .tablet\:hover\:-translate-y-28:hover {
        --tw-translate-y: -7rem;
    }

    .tablet\:hover\:-translate-y-30:hover {
        --tw-translate-y: -120px;
    }

    .tablet\:hover\:-translate-y-32:hover {
        --tw-translate-y: -8rem;
    }

    .tablet\:hover\:-translate-y-36:hover {
        --tw-translate-y: -9rem;
    }

    .tablet\:hover\:-translate-y-40:hover {
        --tw-translate-y: -10rem;
    }

    .tablet\:hover\:-translate-y-44:hover {
        --tw-translate-y: -11rem;
    }

    .tablet\:hover\:-translate-y-48:hover {
        --tw-translate-y: -12rem;
    }

    .tablet\:hover\:-translate-y-52:hover {
        --tw-translate-y: -13rem;
    }

    .tablet\:hover\:-translate-y-56:hover {
        --tw-translate-y: -14rem;
    }

    .tablet\:hover\:-translate-y-60:hover {
        --tw-translate-y: -15rem;
    }

    .tablet\:hover\:-translate-y-64:hover {
        --tw-translate-y: -16rem;
    }

    .tablet\:hover\:-translate-y-72:hover {
        --tw-translate-y: -18rem;
    }

    .tablet\:hover\:-translate-y-80:hover {
        --tw-translate-y: -20rem;
    }

    .tablet\:hover\:-translate-y-96:hover {
        --tw-translate-y: -24rem;
    }

    .tablet\:hover\:-translate-y-px:hover {
        --tw-translate-y: -1px;
    }

    .tablet\:hover\:-translate-y-0\.5:hover {
        --tw-translate-y: -0.125rem;
    }

    .tablet\:hover\:-translate-y-1\.5:hover {
        --tw-translate-y: -0.375rem;
    }

    .tablet\:hover\:-translate-y-2\.5:hover {
        --tw-translate-y: -0.625rem;
    }

    .tablet\:hover\:-translate-y-3\.5:hover {
        --tw-translate-y: -0.875rem;
    }

    .tablet\:hover\:-translate-y-5p:hover {
        --tw-translate-y: -5px;
    }

    .tablet\:hover\:-translate-y-10p:hover {
        --tw-translate-y: -10px;
    }

    .tablet\:hover\:-translate-y-14p:hover {
        --tw-translate-y: -14px;
    }

    .tablet\:hover\:-translate-y-15p:hover {
        --tw-translate-y: -15px;
    }

    .tablet\:hover\:-translate-y-15_2:hover {
        --tw-translate-y: -60px;
    }

    .tablet\:hover\:-translate-y-16_1:hover {
        --tw-translate-y: -52px;
    }

    .tablet\:hover\:-translate-y-16p:hover {
        --tw-translate-y: -16px;
    }

    .tablet\:hover\:-translate-y-25p:hover {
        --tw-translate-y: -25px;
    }

    .tablet\:hover\:-translate-y-48p:hover {
        --tw-translate-y: -48%;
    }

    .tablet\:hover\:-translate-y-52p:hover {
        --tw-translate-y: -52%;
    }

    .tablet\:hover\:translate-y-1\/2:hover {
        --tw-translate-y: 50%;
    }

    .tablet\:hover\:translate-y-1\/3:hover {
        --tw-translate-y: 33.333333%;
    }

    .tablet\:hover\:translate-y-2\/3:hover {
        --tw-translate-y: 66.666667%;
    }

    .tablet\:hover\:translate-y-1\/4:hover {
        --tw-translate-y: 25%;
    }

    .tablet\:hover\:translate-y-2\/4:hover {
        --tw-translate-y: 50%;
    }

    .tablet\:hover\:translate-y-3\/4:hover {
        --tw-translate-y: 75%;
    }

    .tablet\:hover\:translate-y-full:hover {
        --tw-translate-y: 100%;
    }

    .tablet\:hover\:-translate-y-1\/2:hover {
        --tw-translate-y: -50%;
    }

    .tablet\:hover\:-translate-y-1\/3:hover {
        --tw-translate-y: -33.333333%;
    }

    .tablet\:hover\:-translate-y-2\/3:hover {
        --tw-translate-y: -66.666667%;
    }

    .tablet\:hover\:-translate-y-1\/4:hover {
        --tw-translate-y: -25%;
    }

    .tablet\:hover\:-translate-y-2\/4:hover {
        --tw-translate-y: -50%;
    }

    .tablet\:hover\:-translate-y-3\/4:hover {
        --tw-translate-y: -75%;
    }

    .tablet\:hover\:-translate-y-full:hover {
        --tw-translate-y: -100%;
    }

    .tablet\:focus\:translate-x-0:focus {
        --tw-translate-x: 0px;
    }

    .tablet\:focus\:translate-x-1:focus {
        --tw-translate-x: 0.25rem;
    }

    .tablet\:focus\:translate-x-2:focus {
        --tw-translate-x: 0.5rem;
    }

    .tablet\:focus\:translate-x-3:focus {
        --tw-translate-x: 0.75rem;
    }

    .tablet\:focus\:translate-x-4:focus {
        --tw-translate-x: 1rem;
    }

    .tablet\:focus\:translate-x-5:focus {
        --tw-translate-x: 1.25rem;
    }

    .tablet\:focus\:translate-x-6:focus {
        --tw-translate-x: 1.5rem;
    }

    .tablet\:focus\:translate-x-7:focus {
        --tw-translate-x: 1.75rem;
    }

    .tablet\:focus\:translate-x-8:focus {
        --tw-translate-x: 2rem;
    }

    .tablet\:focus\:translate-x-9:focus {
        --tw-translate-x: 2.25rem;
    }

    .tablet\:focus\:translate-x-10:focus {
        --tw-translate-x: 2.5rem;
    }

    .tablet\:focus\:translate-x-11:focus {
        --tw-translate-x: 2.75rem;
    }

    .tablet\:focus\:translate-x-12:focus {
        --tw-translate-x: 3rem;
    }

    .tablet\:focus\:translate-x-14:focus {
        --tw-translate-x: 3.5rem;
    }

    .tablet\:focus\:translate-x-16:focus {
        --tw-translate-x: 4rem;
    }

    .tablet\:focus\:translate-x-18:focus {
        --tw-translate-x: 4.375rem;
    }

    .tablet\:focus\:translate-x-19:focus {
        --tw-translate-x: 76px;
    }

    .tablet\:focus\:translate-x-20:focus {
        --tw-translate-x: 5rem;
    }

    .tablet\:focus\:translate-x-24:focus {
        --tw-translate-x: 6rem;
    }

    .tablet\:focus\:translate-x-28:focus {
        --tw-translate-x: 7rem;
    }

    .tablet\:focus\:translate-x-30:focus {
        --tw-translate-x: 120px;
    }

    .tablet\:focus\:translate-x-32:focus {
        --tw-translate-x: 8rem;
    }

    .tablet\:focus\:translate-x-36:focus {
        --tw-translate-x: 9rem;
    }

    .tablet\:focus\:translate-x-40:focus {
        --tw-translate-x: 10rem;
    }

    .tablet\:focus\:translate-x-44:focus {
        --tw-translate-x: 11rem;
    }

    .tablet\:focus\:translate-x-48:focus {
        --tw-translate-x: 12rem;
    }

    .tablet\:focus\:translate-x-52:focus {
        --tw-translate-x: 13rem;
    }

    .tablet\:focus\:translate-x-56:focus {
        --tw-translate-x: 14rem;
    }

    .tablet\:focus\:translate-x-60:focus {
        --tw-translate-x: 15rem;
    }

    .tablet\:focus\:translate-x-64:focus {
        --tw-translate-x: 16rem;
    }

    .tablet\:focus\:translate-x-72:focus {
        --tw-translate-x: 18rem;
    }

    .tablet\:focus\:translate-x-80:focus {
        --tw-translate-x: 20rem;
    }

    .tablet\:focus\:translate-x-96:focus {
        --tw-translate-x: 24rem;
    }

    .tablet\:focus\:translate-x-px:focus {
        --tw-translate-x: 1px;
    }

    .tablet\:focus\:translate-x-0\.5:focus {
        --tw-translate-x: 0.125rem;
    }

    .tablet\:focus\:translate-x-1\.5:focus {
        --tw-translate-x: 0.375rem;
    }

    .tablet\:focus\:translate-x-2\.5:focus {
        --tw-translate-x: 0.625rem;
    }

    .tablet\:focus\:translate-x-3\.5:focus {
        --tw-translate-x: 0.875rem;
    }

    .tablet\:focus\:translate-x-5p:focus {
        --tw-translate-x: 5px;
    }

    .tablet\:focus\:translate-x-10p:focus {
        --tw-translate-x: 10px;
    }

    .tablet\:focus\:translate-x-14p:focus {
        --tw-translate-x: 14px;
    }

    .tablet\:focus\:translate-x-15p:focus {
        --tw-translate-x: 15px;
    }

    .tablet\:focus\:translate-x-15_2:focus {
        --tw-translate-x: 60px;
    }

    .tablet\:focus\:translate-x-16_1:focus {
        --tw-translate-x: 52px;
    }

    .tablet\:focus\:translate-x-16p:focus {
        --tw-translate-x: 16px;
    }

    .tablet\:focus\:translate-x-25p:focus {
        --tw-translate-x: 25px;
    }

    .tablet\:focus\:translate-x-48p:focus {
        --tw-translate-x: 48%;
    }

    .tablet\:focus\:translate-x-52p:focus {
        --tw-translate-x: 52%;
    }

    .tablet\:focus\:-translate-x-0:focus {
        --tw-translate-x: 0px;
    }

    .tablet\:focus\:-translate-x-1:focus {
        --tw-translate-x: -0.25rem;
    }

    .tablet\:focus\:-translate-x-2:focus {
        --tw-translate-x: -0.5rem;
    }

    .tablet\:focus\:-translate-x-3:focus {
        --tw-translate-x: -0.75rem;
    }

    .tablet\:focus\:-translate-x-4:focus {
        --tw-translate-x: -1rem;
    }

    .tablet\:focus\:-translate-x-5:focus {
        --tw-translate-x: -1.25rem;
    }

    .tablet\:focus\:-translate-x-6:focus {
        --tw-translate-x: -1.5rem;
    }

    .tablet\:focus\:-translate-x-7:focus {
        --tw-translate-x: -1.75rem;
    }

    .tablet\:focus\:-translate-x-8:focus {
        --tw-translate-x: -2rem;
    }

    .tablet\:focus\:-translate-x-9:focus {
        --tw-translate-x: -2.25rem;
    }

    .tablet\:focus\:-translate-x-10:focus {
        --tw-translate-x: -2.5rem;
    }

    .tablet\:focus\:-translate-x-11:focus {
        --tw-translate-x: -2.75rem;
    }

    .tablet\:focus\:-translate-x-12:focus {
        --tw-translate-x: -3rem;
    }

    .tablet\:focus\:-translate-x-14:focus {
        --tw-translate-x: -3.5rem;
    }

    .tablet\:focus\:-translate-x-16:focus {
        --tw-translate-x: -4rem;
    }

    .tablet\:focus\:-translate-x-18:focus {
        --tw-translate-x: -4.375rem;
    }

    .tablet\:focus\:-translate-x-19:focus {
        --tw-translate-x: -76px;
    }

    .tablet\:focus\:-translate-x-20:focus {
        --tw-translate-x: -5rem;
    }

    .tablet\:focus\:-translate-x-24:focus {
        --tw-translate-x: -6rem;
    }

    .tablet\:focus\:-translate-x-28:focus {
        --tw-translate-x: -7rem;
    }

    .tablet\:focus\:-translate-x-30:focus {
        --tw-translate-x: -120px;
    }

    .tablet\:focus\:-translate-x-32:focus {
        --tw-translate-x: -8rem;
    }

    .tablet\:focus\:-translate-x-36:focus {
        --tw-translate-x: -9rem;
    }

    .tablet\:focus\:-translate-x-40:focus {
        --tw-translate-x: -10rem;
    }

    .tablet\:focus\:-translate-x-44:focus {
        --tw-translate-x: -11rem;
    }

    .tablet\:focus\:-translate-x-48:focus {
        --tw-translate-x: -12rem;
    }

    .tablet\:focus\:-translate-x-52:focus {
        --tw-translate-x: -13rem;
    }

    .tablet\:focus\:-translate-x-56:focus {
        --tw-translate-x: -14rem;
    }

    .tablet\:focus\:-translate-x-60:focus {
        --tw-translate-x: -15rem;
    }

    .tablet\:focus\:-translate-x-64:focus {
        --tw-translate-x: -16rem;
    }

    .tablet\:focus\:-translate-x-72:focus {
        --tw-translate-x: -18rem;
    }

    .tablet\:focus\:-translate-x-80:focus {
        --tw-translate-x: -20rem;
    }

    .tablet\:focus\:-translate-x-96:focus {
        --tw-translate-x: -24rem;
    }

    .tablet\:focus\:-translate-x-px:focus {
        --tw-translate-x: -1px;
    }

    .tablet\:focus\:-translate-x-0\.5:focus {
        --tw-translate-x: -0.125rem;
    }

    .tablet\:focus\:-translate-x-1\.5:focus {
        --tw-translate-x: -0.375rem;
    }

    .tablet\:focus\:-translate-x-2\.5:focus {
        --tw-translate-x: -0.625rem;
    }

    .tablet\:focus\:-translate-x-3\.5:focus {
        --tw-translate-x: -0.875rem;
    }

    .tablet\:focus\:-translate-x-5p:focus {
        --tw-translate-x: -5px;
    }

    .tablet\:focus\:-translate-x-10p:focus {
        --tw-translate-x: -10px;
    }

    .tablet\:focus\:-translate-x-14p:focus {
        --tw-translate-x: -14px;
    }

    .tablet\:focus\:-translate-x-15p:focus {
        --tw-translate-x: -15px;
    }

    .tablet\:focus\:-translate-x-15_2:focus {
        --tw-translate-x: -60px;
    }

    .tablet\:focus\:-translate-x-16_1:focus {
        --tw-translate-x: -52px;
    }

    .tablet\:focus\:-translate-x-16p:focus {
        --tw-translate-x: -16px;
    }

    .tablet\:focus\:-translate-x-25p:focus {
        --tw-translate-x: -25px;
    }

    .tablet\:focus\:-translate-x-48p:focus {
        --tw-translate-x: -48%;
    }

    .tablet\:focus\:-translate-x-52p:focus {
        --tw-translate-x: -52%;
    }

    .tablet\:focus\:translate-x-1\/2:focus {
        --tw-translate-x: 50%;
    }

    .tablet\:focus\:translate-x-1\/3:focus {
        --tw-translate-x: 33.333333%;
    }

    .tablet\:focus\:translate-x-2\/3:focus {
        --tw-translate-x: 66.666667%;
    }

    .tablet\:focus\:translate-x-1\/4:focus {
        --tw-translate-x: 25%;
    }

    .tablet\:focus\:translate-x-2\/4:focus {
        --tw-translate-x: 50%;
    }

    .tablet\:focus\:translate-x-3\/4:focus {
        --tw-translate-x: 75%;
    }

    .tablet\:focus\:translate-x-full:focus {
        --tw-translate-x: 100%;
    }

    .tablet\:focus\:-translate-x-1\/2:focus {
        --tw-translate-x: -50%;
    }

    .tablet\:focus\:-translate-x-1\/3:focus {
        --tw-translate-x: -33.333333%;
    }

    .tablet\:focus\:-translate-x-2\/3:focus {
        --tw-translate-x: -66.666667%;
    }

    .tablet\:focus\:-translate-x-1\/4:focus {
        --tw-translate-x: -25%;
    }

    .tablet\:focus\:-translate-x-2\/4:focus {
        --tw-translate-x: -50%;
    }

    .tablet\:focus\:-translate-x-3\/4:focus {
        --tw-translate-x: -75%;
    }

    .tablet\:focus\:-translate-x-full:focus {
        --tw-translate-x: -100%;
    }

    .tablet\:focus\:translate-y-0:focus {
        --tw-translate-y: 0px;
    }

    .tablet\:focus\:translate-y-1:focus {
        --tw-translate-y: 0.25rem;
    }

    .tablet\:focus\:translate-y-2:focus {
        --tw-translate-y: 0.5rem;
    }

    .tablet\:focus\:translate-y-3:focus {
        --tw-translate-y: 0.75rem;
    }

    .tablet\:focus\:translate-y-4:focus {
        --tw-translate-y: 1rem;
    }

    .tablet\:focus\:translate-y-5:focus {
        --tw-translate-y: 1.25rem;
    }

    .tablet\:focus\:translate-y-6:focus {
        --tw-translate-y: 1.5rem;
    }

    .tablet\:focus\:translate-y-7:focus {
        --tw-translate-y: 1.75rem;
    }

    .tablet\:focus\:translate-y-8:focus {
        --tw-translate-y: 2rem;
    }

    .tablet\:focus\:translate-y-9:focus {
        --tw-translate-y: 2.25rem;
    }

    .tablet\:focus\:translate-y-10:focus {
        --tw-translate-y: 2.5rem;
    }

    .tablet\:focus\:translate-y-11:focus {
        --tw-translate-y: 2.75rem;
    }

    .tablet\:focus\:translate-y-12:focus {
        --tw-translate-y: 3rem;
    }

    .tablet\:focus\:translate-y-14:focus {
        --tw-translate-y: 3.5rem;
    }

    .tablet\:focus\:translate-y-16:focus {
        --tw-translate-y: 4rem;
    }

    .tablet\:focus\:translate-y-18:focus {
        --tw-translate-y: 4.375rem;
    }

    .tablet\:focus\:translate-y-19:focus {
        --tw-translate-y: 76px;
    }

    .tablet\:focus\:translate-y-20:focus {
        --tw-translate-y: 5rem;
    }

    .tablet\:focus\:translate-y-24:focus {
        --tw-translate-y: 6rem;
    }

    .tablet\:focus\:translate-y-28:focus {
        --tw-translate-y: 7rem;
    }

    .tablet\:focus\:translate-y-30:focus {
        --tw-translate-y: 120px;
    }

    .tablet\:focus\:translate-y-32:focus {
        --tw-translate-y: 8rem;
    }

    .tablet\:focus\:translate-y-36:focus {
        --tw-translate-y: 9rem;
    }

    .tablet\:focus\:translate-y-40:focus {
        --tw-translate-y: 10rem;
    }

    .tablet\:focus\:translate-y-44:focus {
        --tw-translate-y: 11rem;
    }

    .tablet\:focus\:translate-y-48:focus {
        --tw-translate-y: 12rem;
    }

    .tablet\:focus\:translate-y-52:focus {
        --tw-translate-y: 13rem;
    }

    .tablet\:focus\:translate-y-56:focus {
        --tw-translate-y: 14rem;
    }

    .tablet\:focus\:translate-y-60:focus {
        --tw-translate-y: 15rem;
    }

    .tablet\:focus\:translate-y-64:focus {
        --tw-translate-y: 16rem;
    }

    .tablet\:focus\:translate-y-72:focus {
        --tw-translate-y: 18rem;
    }

    .tablet\:focus\:translate-y-80:focus {
        --tw-translate-y: 20rem;
    }

    .tablet\:focus\:translate-y-96:focus {
        --tw-translate-y: 24rem;
    }

    .tablet\:focus\:translate-y-px:focus {
        --tw-translate-y: 1px;
    }

    .tablet\:focus\:translate-y-0\.5:focus {
        --tw-translate-y: 0.125rem;
    }

    .tablet\:focus\:translate-y-1\.5:focus {
        --tw-translate-y: 0.375rem;
    }

    .tablet\:focus\:translate-y-2\.5:focus {
        --tw-translate-y: 0.625rem;
    }

    .tablet\:focus\:translate-y-3\.5:focus {
        --tw-translate-y: 0.875rem;
    }

    .tablet\:focus\:translate-y-5p:focus {
        --tw-translate-y: 5px;
    }

    .tablet\:focus\:translate-y-10p:focus {
        --tw-translate-y: 10px;
    }

    .tablet\:focus\:translate-y-14p:focus {
        --tw-translate-y: 14px;
    }

    .tablet\:focus\:translate-y-15p:focus {
        --tw-translate-y: 15px;
    }

    .tablet\:focus\:translate-y-15_2:focus {
        --tw-translate-y: 60px;
    }

    .tablet\:focus\:translate-y-16_1:focus {
        --tw-translate-y: 52px;
    }

    .tablet\:focus\:translate-y-16p:focus {
        --tw-translate-y: 16px;
    }

    .tablet\:focus\:translate-y-25p:focus {
        --tw-translate-y: 25px;
    }

    .tablet\:focus\:translate-y-48p:focus {
        --tw-translate-y: 48%;
    }

    .tablet\:focus\:translate-y-52p:focus {
        --tw-translate-y: 52%;
    }

    .tablet\:focus\:-translate-y-0:focus {
        --tw-translate-y: 0px;
    }

    .tablet\:focus\:-translate-y-1:focus {
        --tw-translate-y: -0.25rem;
    }

    .tablet\:focus\:-translate-y-2:focus {
        --tw-translate-y: -0.5rem;
    }

    .tablet\:focus\:-translate-y-3:focus {
        --tw-translate-y: -0.75rem;
    }

    .tablet\:focus\:-translate-y-4:focus {
        --tw-translate-y: -1rem;
    }

    .tablet\:focus\:-translate-y-5:focus {
        --tw-translate-y: -1.25rem;
    }

    .tablet\:focus\:-translate-y-6:focus {
        --tw-translate-y: -1.5rem;
    }

    .tablet\:focus\:-translate-y-7:focus {
        --tw-translate-y: -1.75rem;
    }

    .tablet\:focus\:-translate-y-8:focus {
        --tw-translate-y: -2rem;
    }

    .tablet\:focus\:-translate-y-9:focus {
        --tw-translate-y: -2.25rem;
    }

    .tablet\:focus\:-translate-y-10:focus {
        --tw-translate-y: -2.5rem;
    }

    .tablet\:focus\:-translate-y-11:focus {
        --tw-translate-y: -2.75rem;
    }

    .tablet\:focus\:-translate-y-12:focus {
        --tw-translate-y: -3rem;
    }

    .tablet\:focus\:-translate-y-14:focus {
        --tw-translate-y: -3.5rem;
    }

    .tablet\:focus\:-translate-y-16:focus {
        --tw-translate-y: -4rem;
    }

    .tablet\:focus\:-translate-y-18:focus {
        --tw-translate-y: -4.375rem;
    }

    .tablet\:focus\:-translate-y-19:focus {
        --tw-translate-y: -76px;
    }

    .tablet\:focus\:-translate-y-20:focus {
        --tw-translate-y: -5rem;
    }

    .tablet\:focus\:-translate-y-24:focus {
        --tw-translate-y: -6rem;
    }

    .tablet\:focus\:-translate-y-28:focus {
        --tw-translate-y: -7rem;
    }

    .tablet\:focus\:-translate-y-30:focus {
        --tw-translate-y: -120px;
    }

    .tablet\:focus\:-translate-y-32:focus {
        --tw-translate-y: -8rem;
    }

    .tablet\:focus\:-translate-y-36:focus {
        --tw-translate-y: -9rem;
    }

    .tablet\:focus\:-translate-y-40:focus {
        --tw-translate-y: -10rem;
    }

    .tablet\:focus\:-translate-y-44:focus {
        --tw-translate-y: -11rem;
    }

    .tablet\:focus\:-translate-y-48:focus {
        --tw-translate-y: -12rem;
    }

    .tablet\:focus\:-translate-y-52:focus {
        --tw-translate-y: -13rem;
    }

    .tablet\:focus\:-translate-y-56:focus {
        --tw-translate-y: -14rem;
    }

    .tablet\:focus\:-translate-y-60:focus {
        --tw-translate-y: -15rem;
    }

    .tablet\:focus\:-translate-y-64:focus {
        --tw-translate-y: -16rem;
    }

    .tablet\:focus\:-translate-y-72:focus {
        --tw-translate-y: -18rem;
    }

    .tablet\:focus\:-translate-y-80:focus {
        --tw-translate-y: -20rem;
    }

    .tablet\:focus\:-translate-y-96:focus {
        --tw-translate-y: -24rem;
    }

    .tablet\:focus\:-translate-y-px:focus {
        --tw-translate-y: -1px;
    }

    .tablet\:focus\:-translate-y-0\.5:focus {
        --tw-translate-y: -0.125rem;
    }

    .tablet\:focus\:-translate-y-1\.5:focus {
        --tw-translate-y: -0.375rem;
    }

    .tablet\:focus\:-translate-y-2\.5:focus {
        --tw-translate-y: -0.625rem;
    }

    .tablet\:focus\:-translate-y-3\.5:focus {
        --tw-translate-y: -0.875rem;
    }

    .tablet\:focus\:-translate-y-5p:focus {
        --tw-translate-y: -5px;
    }

    .tablet\:focus\:-translate-y-10p:focus {
        --tw-translate-y: -10px;
    }

    .tablet\:focus\:-translate-y-14p:focus {
        --tw-translate-y: -14px;
    }

    .tablet\:focus\:-translate-y-15p:focus {
        --tw-translate-y: -15px;
    }

    .tablet\:focus\:-translate-y-15_2:focus {
        --tw-translate-y: -60px;
    }

    .tablet\:focus\:-translate-y-16_1:focus {
        --tw-translate-y: -52px;
    }

    .tablet\:focus\:-translate-y-16p:focus {
        --tw-translate-y: -16px;
    }

    .tablet\:focus\:-translate-y-25p:focus {
        --tw-translate-y: -25px;
    }

    .tablet\:focus\:-translate-y-48p:focus {
        --tw-translate-y: -48%;
    }

    .tablet\:focus\:-translate-y-52p:focus {
        --tw-translate-y: -52%;
    }

    .tablet\:focus\:translate-y-1\/2:focus {
        --tw-translate-y: 50%;
    }

    .tablet\:focus\:translate-y-1\/3:focus {
        --tw-translate-y: 33.333333%;
    }

    .tablet\:focus\:translate-y-2\/3:focus {
        --tw-translate-y: 66.666667%;
    }

    .tablet\:focus\:translate-y-1\/4:focus {
        --tw-translate-y: 25%;
    }

    .tablet\:focus\:translate-y-2\/4:focus {
        --tw-translate-y: 50%;
    }

    .tablet\:focus\:translate-y-3\/4:focus {
        --tw-translate-y: 75%;
    }

    .tablet\:focus\:translate-y-full:focus {
        --tw-translate-y: 100%;
    }

    .tablet\:focus\:-translate-y-1\/2:focus {
        --tw-translate-y: -50%;
    }

    .tablet\:focus\:-translate-y-1\/3:focus {
        --tw-translate-y: -33.333333%;
    }

    .tablet\:focus\:-translate-y-2\/3:focus {
        --tw-translate-y: -66.666667%;
    }

    .tablet\:focus\:-translate-y-1\/4:focus {
        --tw-translate-y: -25%;
    }

    .tablet\:focus\:-translate-y-2\/4:focus {
        --tw-translate-y: -50%;
    }

    .tablet\:focus\:-translate-y-3\/4:focus {
        --tw-translate-y: -75%;
    }

    .tablet\:focus\:-translate-y-full:focus {
        --tw-translate-y: -100%;
    }

    .tablet\:rotate-0 {
        --tw-rotate: 0deg;
    }

    .tablet\:rotate-1 {
        --tw-rotate: 1deg;
    }

    .tablet\:rotate-2 {
        --tw-rotate: 2deg;
    }

    .tablet\:rotate-3 {
        --tw-rotate: 3deg;
    }

    .tablet\:rotate-6 {
        --tw-rotate: 6deg;
    }

    .tablet\:rotate-12 {
        --tw-rotate: 12deg;
    }

    .tablet\:rotate-45 {
        --tw-rotate: 45deg;
    }

    .tablet\:rotate-90 {
        --tw-rotate: 90deg;
    }

    .tablet\:rotate-180 {
        --tw-rotate: 180deg;
    }

    .tablet\:-rotate-180 {
        --tw-rotate: -180deg;
    }

    .tablet\:-rotate-90 {
        --tw-rotate: -90deg;
    }

    .tablet\:-rotate-45 {
        --tw-rotate: -45deg;
    }

    .tablet\:-rotate-12 {
        --tw-rotate: -12deg;
    }

    .tablet\:-rotate-6 {
        --tw-rotate: -6deg;
    }

    .tablet\:-rotate-3 {
        --tw-rotate: -3deg;
    }

    .tablet\:-rotate-2 {
        --tw-rotate: -2deg;
    }

    .tablet\:-rotate-1 {
        --tw-rotate: -1deg;
    }

    .tablet\:hover\:rotate-0:hover {
        --tw-rotate: 0deg;
    }

    .tablet\:hover\:rotate-1:hover {
        --tw-rotate: 1deg;
    }

    .tablet\:hover\:rotate-2:hover {
        --tw-rotate: 2deg;
    }

    .tablet\:hover\:rotate-3:hover {
        --tw-rotate: 3deg;
    }

    .tablet\:hover\:rotate-6:hover {
        --tw-rotate: 6deg;
    }

    .tablet\:hover\:rotate-12:hover {
        --tw-rotate: 12deg;
    }

    .tablet\:hover\:rotate-45:hover {
        --tw-rotate: 45deg;
    }

    .tablet\:hover\:rotate-90:hover {
        --tw-rotate: 90deg;
    }

    .tablet\:hover\:rotate-180:hover {
        --tw-rotate: 180deg;
    }

    .tablet\:hover\:-rotate-180:hover {
        --tw-rotate: -180deg;
    }

    .tablet\:hover\:-rotate-90:hover {
        --tw-rotate: -90deg;
    }

    .tablet\:hover\:-rotate-45:hover {
        --tw-rotate: -45deg;
    }

    .tablet\:hover\:-rotate-12:hover {
        --tw-rotate: -12deg;
    }

    .tablet\:hover\:-rotate-6:hover {
        --tw-rotate: -6deg;
    }

    .tablet\:hover\:-rotate-3:hover {
        --tw-rotate: -3deg;
    }

    .tablet\:hover\:-rotate-2:hover {
        --tw-rotate: -2deg;
    }

    .tablet\:hover\:-rotate-1:hover {
        --tw-rotate: -1deg;
    }

    .tablet\:focus\:rotate-0:focus {
        --tw-rotate: 0deg;
    }

    .tablet\:focus\:rotate-1:focus {
        --tw-rotate: 1deg;
    }

    .tablet\:focus\:rotate-2:focus {
        --tw-rotate: 2deg;
    }

    .tablet\:focus\:rotate-3:focus {
        --tw-rotate: 3deg;
    }

    .tablet\:focus\:rotate-6:focus {
        --tw-rotate: 6deg;
    }

    .tablet\:focus\:rotate-12:focus {
        --tw-rotate: 12deg;
    }

    .tablet\:focus\:rotate-45:focus {
        --tw-rotate: 45deg;
    }

    .tablet\:focus\:rotate-90:focus {
        --tw-rotate: 90deg;
    }

    .tablet\:focus\:rotate-180:focus {
        --tw-rotate: 180deg;
    }

    .tablet\:focus\:-rotate-180:focus {
        --tw-rotate: -180deg;
    }

    .tablet\:focus\:-rotate-90:focus {
        --tw-rotate: -90deg;
    }

    .tablet\:focus\:-rotate-45:focus {
        --tw-rotate: -45deg;
    }

    .tablet\:focus\:-rotate-12:focus {
        --tw-rotate: -12deg;
    }

    .tablet\:focus\:-rotate-6:focus {
        --tw-rotate: -6deg;
    }

    .tablet\:focus\:-rotate-3:focus {
        --tw-rotate: -3deg;
    }

    .tablet\:focus\:-rotate-2:focus {
        --tw-rotate: -2deg;
    }

    .tablet\:focus\:-rotate-1:focus {
        --tw-rotate: -1deg;
    }

    .tablet\:skew-x-0 {
        --tw-skew-x: 0deg;
    }

    .tablet\:skew-x-1 {
        --tw-skew-x: 1deg;
    }

    .tablet\:skew-x-2 {
        --tw-skew-x: 2deg;
    }

    .tablet\:skew-x-3 {
        --tw-skew-x: 3deg;
    }

    .tablet\:skew-x-6 {
        --tw-skew-x: 6deg;
    }

    .tablet\:skew-x-12 {
        --tw-skew-x: 12deg;
    }

    .tablet\:-skew-x-12 {
        --tw-skew-x: -12deg;
    }

    .tablet\:-skew-x-6 {
        --tw-skew-x: -6deg;
    }

    .tablet\:-skew-x-3 {
        --tw-skew-x: -3deg;
    }

    .tablet\:-skew-x-2 {
        --tw-skew-x: -2deg;
    }

    .tablet\:-skew-x-1 {
        --tw-skew-x: -1deg;
    }

    .tablet\:skew-y-0 {
        --tw-skew-y: 0deg;
    }

    .tablet\:skew-y-1 {
        --tw-skew-y: 1deg;
    }

    .tablet\:skew-y-2 {
        --tw-skew-y: 2deg;
    }

    .tablet\:skew-y-3 {
        --tw-skew-y: 3deg;
    }

    .tablet\:skew-y-6 {
        --tw-skew-y: 6deg;
    }

    .tablet\:skew-y-12 {
        --tw-skew-y: 12deg;
    }

    .tablet\:-skew-y-12 {
        --tw-skew-y: -12deg;
    }

    .tablet\:-skew-y-6 {
        --tw-skew-y: -6deg;
    }

    .tablet\:-skew-y-3 {
        --tw-skew-y: -3deg;
    }

    .tablet\:-skew-y-2 {
        --tw-skew-y: -2deg;
    }

    .tablet\:-skew-y-1 {
        --tw-skew-y: -1deg;
    }

    .tablet\:hover\:skew-x-0:hover {
        --tw-skew-x: 0deg;
    }

    .tablet\:hover\:skew-x-1:hover {
        --tw-skew-x: 1deg;
    }

    .tablet\:hover\:skew-x-2:hover {
        --tw-skew-x: 2deg;
    }

    .tablet\:hover\:skew-x-3:hover {
        --tw-skew-x: 3deg;
    }

    .tablet\:hover\:skew-x-6:hover {
        --tw-skew-x: 6deg;
    }

    .tablet\:hover\:skew-x-12:hover {
        --tw-skew-x: 12deg;
    }

    .tablet\:hover\:-skew-x-12:hover {
        --tw-skew-x: -12deg;
    }

    .tablet\:hover\:-skew-x-6:hover {
        --tw-skew-x: -6deg;
    }

    .tablet\:hover\:-skew-x-3:hover {
        --tw-skew-x: -3deg;
    }

    .tablet\:hover\:-skew-x-2:hover {
        --tw-skew-x: -2deg;
    }

    .tablet\:hover\:-skew-x-1:hover {
        --tw-skew-x: -1deg;
    }

    .tablet\:hover\:skew-y-0:hover {
        --tw-skew-y: 0deg;
    }

    .tablet\:hover\:skew-y-1:hover {
        --tw-skew-y: 1deg;
    }

    .tablet\:hover\:skew-y-2:hover {
        --tw-skew-y: 2deg;
    }

    .tablet\:hover\:skew-y-3:hover {
        --tw-skew-y: 3deg;
    }

    .tablet\:hover\:skew-y-6:hover {
        --tw-skew-y: 6deg;
    }

    .tablet\:hover\:skew-y-12:hover {
        --tw-skew-y: 12deg;
    }

    .tablet\:hover\:-skew-y-12:hover {
        --tw-skew-y: -12deg;
    }

    .tablet\:hover\:-skew-y-6:hover {
        --tw-skew-y: -6deg;
    }

    .tablet\:hover\:-skew-y-3:hover {
        --tw-skew-y: -3deg;
    }

    .tablet\:hover\:-skew-y-2:hover {
        --tw-skew-y: -2deg;
    }

    .tablet\:hover\:-skew-y-1:hover {
        --tw-skew-y: -1deg;
    }

    .tablet\:focus\:skew-x-0:focus {
        --tw-skew-x: 0deg;
    }

    .tablet\:focus\:skew-x-1:focus {
        --tw-skew-x: 1deg;
    }

    .tablet\:focus\:skew-x-2:focus {
        --tw-skew-x: 2deg;
    }

    .tablet\:focus\:skew-x-3:focus {
        --tw-skew-x: 3deg;
    }

    .tablet\:focus\:skew-x-6:focus {
        --tw-skew-x: 6deg;
    }

    .tablet\:focus\:skew-x-12:focus {
        --tw-skew-x: 12deg;
    }

    .tablet\:focus\:-skew-x-12:focus {
        --tw-skew-x: -12deg;
    }

    .tablet\:focus\:-skew-x-6:focus {
        --tw-skew-x: -6deg;
    }

    .tablet\:focus\:-skew-x-3:focus {
        --tw-skew-x: -3deg;
    }

    .tablet\:focus\:-skew-x-2:focus {
        --tw-skew-x: -2deg;
    }

    .tablet\:focus\:-skew-x-1:focus {
        --tw-skew-x: -1deg;
    }

    .tablet\:focus\:skew-y-0:focus {
        --tw-skew-y: 0deg;
    }

    .tablet\:focus\:skew-y-1:focus {
        --tw-skew-y: 1deg;
    }

    .tablet\:focus\:skew-y-2:focus {
        --tw-skew-y: 2deg;
    }

    .tablet\:focus\:skew-y-3:focus {
        --tw-skew-y: 3deg;
    }

    .tablet\:focus\:skew-y-6:focus {
        --tw-skew-y: 6deg;
    }

    .tablet\:focus\:skew-y-12:focus {
        --tw-skew-y: 12deg;
    }

    .tablet\:focus\:-skew-y-12:focus {
        --tw-skew-y: -12deg;
    }

    .tablet\:focus\:-skew-y-6:focus {
        --tw-skew-y: -6deg;
    }

    .tablet\:focus\:-skew-y-3:focus {
        --tw-skew-y: -3deg;
    }

    .tablet\:focus\:-skew-y-2:focus {
        --tw-skew-y: -2deg;
    }

    .tablet\:focus\:-skew-y-1:focus {
        --tw-skew-y: -1deg;
    }

    .tablet\:scale-0 {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }

    .tablet\:scale-50 {
        --tw-scale-x: .5;
        --tw-scale-y: .5;
    }

    .tablet\:scale-75 {
        --tw-scale-x: .75;
        --tw-scale-y: .75;
    }

    .tablet\:scale-90 {
        --tw-scale-x: .9;
        --tw-scale-y: .9;
    }

    .tablet\:scale-95 {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
    }

    .tablet\:scale-100 {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }

    .tablet\:scale-105 {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }

    .tablet\:scale-110 {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }

    .tablet\:scale-125 {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }

    .tablet\:scale-150 {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }

    .tablet\:hover\:scale-0:hover {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }

    .tablet\:hover\:scale-50:hover {
        --tw-scale-x: .5;
        --tw-scale-y: .5;
    }

    .tablet\:hover\:scale-75:hover {
        --tw-scale-x: .75;
        --tw-scale-y: .75;
    }

    .tablet\:hover\:scale-90:hover {
        --tw-scale-x: .9;
        --tw-scale-y: .9;
    }

    .tablet\:hover\:scale-95:hover {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
    }

    .tablet\:hover\:scale-100:hover {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }

    .tablet\:hover\:scale-105:hover {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }

    .tablet\:hover\:scale-110:hover {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }

    .tablet\:hover\:scale-125:hover {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }

    .tablet\:hover\:scale-150:hover {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }

    .tablet\:focus\:scale-0:focus {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }

    .tablet\:focus\:scale-50:focus {
        --tw-scale-x: .5;
        --tw-scale-y: .5;
    }

    .tablet\:focus\:scale-75:focus {
        --tw-scale-x: .75;
        --tw-scale-y: .75;
    }

    .tablet\:focus\:scale-90:focus {
        --tw-scale-x: .9;
        --tw-scale-y: .9;
    }

    .tablet\:focus\:scale-95:focus {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
    }

    .tablet\:focus\:scale-100:focus {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }

    .tablet\:focus\:scale-105:focus {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }

    .tablet\:focus\:scale-110:focus {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }

    .tablet\:focus\:scale-125:focus {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }

    .tablet\:focus\:scale-150:focus {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }

    .tablet\:scale-x-0 {
        --tw-scale-x: 0;
    }

    .tablet\:scale-x-50 {
        --tw-scale-x: .5;
    }

    .tablet\:scale-x-75 {
        --tw-scale-x: .75;
    }

    .tablet\:scale-x-90 {
        --tw-scale-x: .9;
    }

    .tablet\:scale-x-95 {
        --tw-scale-x: .95;
    }

    .tablet\:scale-x-100 {
        --tw-scale-x: 1;
    }

    .tablet\:scale-x-105 {
        --tw-scale-x: 1.05;
    }

    .tablet\:scale-x-110 {
        --tw-scale-x: 1.1;
    }

    .tablet\:scale-x-125 {
        --tw-scale-x: 1.25;
    }

    .tablet\:scale-x-150 {
        --tw-scale-x: 1.5;
    }

    .tablet\:scale-y-0 {
        --tw-scale-y: 0;
    }

    .tablet\:scale-y-50 {
        --tw-scale-y: .5;
    }

    .tablet\:scale-y-75 {
        --tw-scale-y: .75;
    }

    .tablet\:scale-y-90 {
        --tw-scale-y: .9;
    }

    .tablet\:scale-y-95 {
        --tw-scale-y: .95;
    }

    .tablet\:scale-y-100 {
        --tw-scale-y: 1;
    }

    .tablet\:scale-y-105 {
        --tw-scale-y: 1.05;
    }

    .tablet\:scale-y-110 {
        --tw-scale-y: 1.1;
    }

    .tablet\:scale-y-125 {
        --tw-scale-y: 1.25;
    }

    .tablet\:scale-y-150 {
        --tw-scale-y: 1.5;
    }

    .tablet\:hover\:scale-x-0:hover {
        --tw-scale-x: 0;
    }

    .tablet\:hover\:scale-x-50:hover {
        --tw-scale-x: .5;
    }

    .tablet\:hover\:scale-x-75:hover {
        --tw-scale-x: .75;
    }

    .tablet\:hover\:scale-x-90:hover {
        --tw-scale-x: .9;
    }

    .tablet\:hover\:scale-x-95:hover {
        --tw-scale-x: .95;
    }

    .tablet\:hover\:scale-x-100:hover {
        --tw-scale-x: 1;
    }

    .tablet\:hover\:scale-x-105:hover {
        --tw-scale-x: 1.05;
    }

    .tablet\:hover\:scale-x-110:hover {
        --tw-scale-x: 1.1;
    }

    .tablet\:hover\:scale-x-125:hover {
        --tw-scale-x: 1.25;
    }

    .tablet\:hover\:scale-x-150:hover {
        --tw-scale-x: 1.5;
    }

    .tablet\:hover\:scale-y-0:hover {
        --tw-scale-y: 0;
    }

    .tablet\:hover\:scale-y-50:hover {
        --tw-scale-y: .5;
    }

    .tablet\:hover\:scale-y-75:hover {
        --tw-scale-y: .75;
    }

    .tablet\:hover\:scale-y-90:hover {
        --tw-scale-y: .9;
    }

    .tablet\:hover\:scale-y-95:hover {
        --tw-scale-y: .95;
    }

    .tablet\:hover\:scale-y-100:hover {
        --tw-scale-y: 1;
    }

    .tablet\:hover\:scale-y-105:hover {
        --tw-scale-y: 1.05;
    }

    .tablet\:hover\:scale-y-110:hover {
        --tw-scale-y: 1.1;
    }

    .tablet\:hover\:scale-y-125:hover {
        --tw-scale-y: 1.25;
    }

    .tablet\:hover\:scale-y-150:hover {
        --tw-scale-y: 1.5;
    }

    .tablet\:focus\:scale-x-0:focus {
        --tw-scale-x: 0;
    }

    .tablet\:focus\:scale-x-50:focus {
        --tw-scale-x: .5;
    }

    .tablet\:focus\:scale-x-75:focus {
        --tw-scale-x: .75;
    }

    .tablet\:focus\:scale-x-90:focus {
        --tw-scale-x: .9;
    }

    .tablet\:focus\:scale-x-95:focus {
        --tw-scale-x: .95;
    }

    .tablet\:focus\:scale-x-100:focus {
        --tw-scale-x: 1;
    }

    .tablet\:focus\:scale-x-105:focus {
        --tw-scale-x: 1.05;
    }

    .tablet\:focus\:scale-x-110:focus {
        --tw-scale-x: 1.1;
    }

    .tablet\:focus\:scale-x-125:focus {
        --tw-scale-x: 1.25;
    }

    .tablet\:focus\:scale-x-150:focus {
        --tw-scale-x: 1.5;
    }

    .tablet\:focus\:scale-y-0:focus {
        --tw-scale-y: 0;
    }

    .tablet\:focus\:scale-y-50:focus {
        --tw-scale-y: .5;
    }

    .tablet\:focus\:scale-y-75:focus {
        --tw-scale-y: .75;
    }

    .tablet\:focus\:scale-y-90:focus {
        --tw-scale-y: .9;
    }

    .tablet\:focus\:scale-y-95:focus {
        --tw-scale-y: .95;
    }

    .tablet\:focus\:scale-y-100:focus {
        --tw-scale-y: 1;
    }

    .tablet\:focus\:scale-y-105:focus {
        --tw-scale-y: 1.05;
    }

    .tablet\:focus\:scale-y-110:focus {
        --tw-scale-y: 1.1;
    }

    .tablet\:focus\:scale-y-125:focus {
        --tw-scale-y: 1.25;
    }

    .tablet\:focus\:scale-y-150:focus {
        --tw-scale-y: 1.5;
    }

    .tablet\:animate-none {
        -webkit-animation: none;
        animation: none;
    }

    .tablet\:animate-spin {
        -webkit-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite;
    }

    .tablet\:animate-ping {
        -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
        animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }

    .tablet\:animate-pulse {
        -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
        animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }

    .tablet\:animate-bounce {
        -webkit-animation: bounce 1s infinite;
        animation: bounce 1s infinite;
    }

    .tablet\:cursor-auto {
        cursor: auto;
    }

    .tablet\:cursor-default {
        cursor: default;
    }

    .tablet\:cursor-pointer {
        cursor: pointer;
    }

    .tablet\:cursor-wait {
        cursor: wait;
    }

    .tablet\:cursor-text {
        cursor: text;
    }

    .tablet\:cursor-move {
        cursor: move;
    }

    .tablet\:cursor-help {
        cursor: help;
    }

    .tablet\:cursor-not-allowed {
        cursor: not-allowed;
    }

    .tablet\:select-none {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .tablet\:select-text {
        -webkit-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text;
    }

    .tablet\:select-all {
        -webkit-user-select: all;
        -moz-user-select: all;
        user-select: all;
    }

    .tablet\:select-auto {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
    }

    .tablet\:resize-none {
        resize: none;
    }

    .tablet\:resize-y {
        resize: vertical;
    }

    .tablet\:resize-x {
        resize: horizontal;
    }

    .tablet\:resize {
        resize: both;
    }

    .tablet\:list-inside {
        list-style-position: inside;
    }

    .tablet\:list-outside {
        list-style-position: outside;
    }

    .tablet\:list-none {
        list-style-type: none;
    }

    .tablet\:list-disc {
        list-style-type: disc;
    }

    .tablet\:list-decimal {
        list-style-type: decimal;
    }

    .tablet\:appearance-none {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .tablet\:auto-cols-auto {
        grid-auto-columns: auto;
    }

    .tablet\:auto-cols-min {
        grid-auto-columns: -webkit-min-content;
        grid-auto-columns: min-content;
    }

    .tablet\:auto-cols-max {
        grid-auto-columns: -webkit-max-content;
        grid-auto-columns: max-content;
    }

    .tablet\:auto-cols-fr {
        grid-auto-columns: minmax(0, 1fr);
    }

    .tablet\:grid-flow-row {
        grid-auto-flow: row;
    }

    .tablet\:grid-flow-col {
        grid-auto-flow: column;
    }

    .tablet\:grid-flow-row-dense {
        grid-auto-flow: row dense;
    }

    .tablet\:grid-flow-col-dense {
        grid-auto-flow: column dense;
    }

    .tablet\:auto-rows-auto {
        grid-auto-rows: auto;
    }

    .tablet\:auto-rows-min {
        grid-auto-rows: -webkit-min-content;
        grid-auto-rows: min-content;
    }

    .tablet\:auto-rows-max {
        grid-auto-rows: -webkit-max-content;
        grid-auto-rows: max-content;
    }

    .tablet\:auto-rows-fr {
        grid-auto-rows: minmax(0, 1fr);
    }

    .tablet\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .tablet\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tablet\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tablet\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .tablet\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .tablet\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .tablet\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }

    .tablet\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    .tablet\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }

    .tablet\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }

    .tablet\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }

    .tablet\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .tablet\:grid-cols-none {
        grid-template-columns: none;
    }

    .tablet\:grid-rows-1 {
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }

    .tablet\:grid-rows-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }

    .tablet\:grid-rows-3 {
        grid-template-rows: repeat(3, minmax(0, 1fr));
    }

    .tablet\:grid-rows-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr));
    }

    .tablet\:grid-rows-5 {
        grid-template-rows: repeat(5, minmax(0, 1fr));
    }

    .tablet\:grid-rows-6 {
        grid-template-rows: repeat(6, minmax(0, 1fr));
    }

    .tablet\:grid-rows-none {
        grid-template-rows: none;
    }

    .tablet\:flex-row {
        flex-direction: row;
    }

    .tablet\:flex-row-reverse {
        flex-direction: row-reverse;
    }

    .tablet\:flex-col {
        flex-direction: column;
    }

    .tablet\:flex-col-reverse {
        flex-direction: column-reverse;
    }

    .tablet\:flex-wrap {
        flex-wrap: wrap;
    }

    .tablet\:flex-wrap-reverse {
        flex-wrap: wrap-reverse;
    }

    .tablet\:flex-nowrap {
        flex-wrap: nowrap;
    }

    .tablet\:place-content-center {
        place-content: center;
    }

    .tablet\:place-content-start {
        place-content: start;
    }

    .tablet\:place-content-end {
        place-content: end;
    }

    .tablet\:place-content-between {
        place-content: space-between;
    }

    .tablet\:place-content-around {
        place-content: space-around;
    }

    .tablet\:place-content-evenly {
        place-content: space-evenly;
    }

    .tablet\:place-content-stretch {
        place-content: stretch;
    }

    .tablet\:place-items-start {
        place-items: start;
    }

    .tablet\:place-items-end {
        place-items: end;
    }

    .tablet\:place-items-center {
        place-items: center;
    }

    .tablet\:place-items-stretch {
        place-items: stretch;
    }

    .tablet\:content-center {
        align-content: center;
    }

    .tablet\:content-start {
        align-content: flex-start;
    }

    .tablet\:content-end {
        align-content: flex-end;
    }

    .tablet\:content-between {
        align-content: space-between;
    }

    .tablet\:content-around {
        align-content: space-around;
    }

    .tablet\:content-evenly {
        align-content: space-evenly;
    }

    .tablet\:items-start {
        align-items: flex-start;
    }

    .tablet\:items-end {
        align-items: flex-end;
    }

    .tablet\:items-center {
        align-items: center;
    }

    .tablet\:items-baseline {
        align-items: baseline;
    }

    .tablet\:items-stretch {
        align-items: stretch;
    }

    .tablet\:justify-start {
        justify-content: flex-start;
    }

    .tablet\:justify-end {
        justify-content: flex-end;
    }

    .tablet\:justify-center {
        justify-content: center;
    }

    .tablet\:justify-between {
        justify-content: space-between;
    }

    .tablet\:justify-around {
        justify-content: space-around;
    }

    .tablet\:justify-evenly {
        justify-content: space-evenly;
    }

    .tablet\:justify-items-start {
        justify-items: start;
    }

    .tablet\:justify-items-end {
        justify-items: end;
    }

    .tablet\:justify-items-center {
        justify-items: center;
    }

    .tablet\:justify-items-stretch {
        justify-items: stretch;
    }

    .tablet\:gap-0 {
        gap: 0px;
    }

    .tablet\:gap-1 {
        gap: 0.25rem;
    }

    .tablet\:gap-2 {
        gap: 0.5rem;
    }

    .tablet\:gap-3 {
        gap: 0.75rem;
    }

    .tablet\:gap-4 {
        gap: 1rem;
    }

    .tablet\:gap-5 {
        gap: 1.25rem;
    }

    .tablet\:gap-6 {
        gap: 1.5rem;
    }

    .tablet\:gap-7 {
        gap: 1.75rem;
    }

    .tablet\:gap-8 {
        gap: 2rem;
    }

    .tablet\:gap-9 {
        gap: 2.25rem;
    }

    .tablet\:gap-10 {
        gap: 2.5rem;
    }

    .tablet\:gap-11 {
        gap: 2.75rem;
    }

    .tablet\:gap-12 {
        gap: 3rem;
    }

    .tablet\:gap-14 {
        gap: 3.5rem;
    }

    .tablet\:gap-16 {
        gap: 4rem;
    }

    .tablet\:gap-18 {
        gap: 4.375rem;
    }

    .tablet\:gap-19 {
        gap: 76px;
    }

    .tablet\:gap-20 {
        gap: 5rem;
    }

    .tablet\:gap-24 {
        gap: 6rem;
    }

    .tablet\:gap-28 {
        gap: 7rem;
    }

    .tablet\:gap-30 {
        gap: 120px;
    }

    .tablet\:gap-32 {
        gap: 8rem;
    }

    .tablet\:gap-36 {
        gap: 9rem;
    }

    .tablet\:gap-40 {
        gap: 10rem;
    }

    .tablet\:gap-44 {
        gap: 11rem;
    }

    .tablet\:gap-48 {
        gap: 12rem;
    }

    .tablet\:gap-52 {
        gap: 13rem;
    }

    .tablet\:gap-56 {
        gap: 14rem;
    }

    .tablet\:gap-60 {
        gap: 15rem;
    }

    .tablet\:gap-64 {
        gap: 16rem;
    }

    .tablet\:gap-72 {
        gap: 18rem;
    }

    .tablet\:gap-80 {
        gap: 20rem;
    }

    .tablet\:gap-96 {
        gap: 24rem;
    }

    .tablet\:gap-px {
        gap: 1px;
    }

    .tablet\:gap-0\.5 {
        gap: 0.125rem;
    }

    .tablet\:gap-1\.5 {
        gap: 0.375rem;
    }

    .tablet\:gap-2\.5 {
        gap: 0.625rem;
    }

    .tablet\:gap-3\.5 {
        gap: 0.875rem;
    }

    .tablet\:gap-5p {
        gap: 5px;
    }

    .tablet\:gap-10p {
        gap: 10px;
    }

    .tablet\:gap-14p {
        gap: 14px;
    }

    .tablet\:gap-15p {
        gap: 15px;
    }

    .tablet\:gap-15_2 {
        gap: 60px;
    }

    .tablet\:gap-16_1 {
        gap: 52px;
    }

    .tablet\:gap-16p {
        gap: 16px;
    }

    .tablet\:gap-25p {
        gap: 25px;
    }

    .tablet\:gap-48p {
        gap: 48%;
    }

    .tablet\:gap-52p {
        gap: 52%;
    }

    .tablet\:gap-x-0 {
        -moz-column-gap: 0px;
        column-gap: 0px;
    }

    .tablet\:gap-x-1 {
        -moz-column-gap: 0.25rem;
        column-gap: 0.25rem;
    }

    .tablet\:gap-x-2 {
        -moz-column-gap: 0.5rem;
        column-gap: 0.5rem;
    }

    .tablet\:gap-x-3 {
        -moz-column-gap: 0.75rem;
        column-gap: 0.75rem;
    }

    .tablet\:gap-x-4 {
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }

    .tablet\:gap-x-5 {
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

    .tablet\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }

    .tablet\:gap-x-7 {
        -moz-column-gap: 1.75rem;
        column-gap: 1.75rem;
    }

    .tablet\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }

    .tablet\:gap-x-9 {
        -moz-column-gap: 2.25rem;
        column-gap: 2.25rem;
    }

    .tablet\:gap-x-10 {
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }

    .tablet\:gap-x-11 {
        -moz-column-gap: 2.75rem;
        column-gap: 2.75rem;
    }

    .tablet\:gap-x-12 {
        -moz-column-gap: 3rem;
        column-gap: 3rem;
    }

    .tablet\:gap-x-14 {
        -moz-column-gap: 3.5rem;
        column-gap: 3.5rem;
    }

    .tablet\:gap-x-16 {
        -moz-column-gap: 4rem;
        column-gap: 4rem;
    }

    .tablet\:gap-x-18 {
        -moz-column-gap: 4.375rem;
        column-gap: 4.375rem;
    }

    .tablet\:gap-x-19 {
        -moz-column-gap: 76px;
        column-gap: 76px;
    }

    .tablet\:gap-x-20 {
        -moz-column-gap: 5rem;
        column-gap: 5rem;
    }

    .tablet\:gap-x-24 {
        -moz-column-gap: 6rem;
        column-gap: 6rem;
    }

    .tablet\:gap-x-28 {
        -moz-column-gap: 7rem;
        column-gap: 7rem;
    }

    .tablet\:gap-x-30 {
        -moz-column-gap: 120px;
        column-gap: 120px;
    }

    .tablet\:gap-x-32 {
        -moz-column-gap: 8rem;
        column-gap: 8rem;
    }

    .tablet\:gap-x-36 {
        -moz-column-gap: 9rem;
        column-gap: 9rem;
    }

    .tablet\:gap-x-40 {
        -moz-column-gap: 10rem;
        column-gap: 10rem;
    }

    .tablet\:gap-x-44 {
        -moz-column-gap: 11rem;
        column-gap: 11rem;
    }

    .tablet\:gap-x-48 {
        -moz-column-gap: 12rem;
        column-gap: 12rem;
    }

    .tablet\:gap-x-52 {
        -moz-column-gap: 13rem;
        column-gap: 13rem;
    }

    .tablet\:gap-x-56 {
        -moz-column-gap: 14rem;
        column-gap: 14rem;
    }

    .tablet\:gap-x-60 {
        -moz-column-gap: 15rem;
        column-gap: 15rem;
    }

    .tablet\:gap-x-64 {
        -moz-column-gap: 16rem;
        column-gap: 16rem;
    }

    .tablet\:gap-x-72 {
        -moz-column-gap: 18rem;
        column-gap: 18rem;
    }

    .tablet\:gap-x-80 {
        -moz-column-gap: 20rem;
        column-gap: 20rem;
    }

    .tablet\:gap-x-96 {
        -moz-column-gap: 24rem;
        column-gap: 24rem;
    }

    .tablet\:gap-x-px {
        -moz-column-gap: 1px;
        column-gap: 1px;
    }

    .tablet\:gap-x-0\.5 {
        -moz-column-gap: 0.125rem;
        column-gap: 0.125rem;
    }

    .tablet\:gap-x-1\.5 {
        -moz-column-gap: 0.375rem;
        column-gap: 0.375rem;
    }

    .tablet\:gap-x-2\.5 {
        -moz-column-gap: 0.625rem;
        column-gap: 0.625rem;
    }

    .tablet\:gap-x-3\.5 {
        -moz-column-gap: 0.875rem;
        column-gap: 0.875rem;
    }

    .tablet\:gap-x-5p {
        -moz-column-gap: 5px;
        column-gap: 5px;
    }

    .tablet\:gap-x-10p {
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .tablet\:gap-x-14p {
        -moz-column-gap: 14px;
        column-gap: 14px;
    }

    .tablet\:gap-x-15p {
        -moz-column-gap: 15px;
        column-gap: 15px;
    }

    .tablet\:gap-x-15_2 {
        -moz-column-gap: 60px;
        column-gap: 60px;
    }

    .tablet\:gap-x-16_1 {
        -moz-column-gap: 52px;
        column-gap: 52px;
    }

    .tablet\:gap-x-16p {
        -moz-column-gap: 16px;
        column-gap: 16px;
    }

    .tablet\:gap-x-25p {
        -moz-column-gap: 25px;
        column-gap: 25px;
    }

    .tablet\:gap-x-48p {
        -moz-column-gap: 48%;
        column-gap: 48%;
    }

    .tablet\:gap-x-52p {
        -moz-column-gap: 52%;
        column-gap: 52%;
    }

    .tablet\:gap-y-0 {
        row-gap: 0px;
    }

    .tablet\:gap-y-1 {
        row-gap: 0.25rem;
    }

    .tablet\:gap-y-2 {
        row-gap: 0.5rem;
    }

    .tablet\:gap-y-3 {
        row-gap: 0.75rem;
    }

    .tablet\:gap-y-4 {
        row-gap: 1rem;
    }

    .tablet\:gap-y-5 {
        row-gap: 1.25rem;
    }

    .tablet\:gap-y-6 {
        row-gap: 1.5rem;
    }

    .tablet\:gap-y-7 {
        row-gap: 1.75rem;
    }

    .tablet\:gap-y-8 {
        row-gap: 2rem;
    }

    .tablet\:gap-y-9 {
        row-gap: 2.25rem;
    }

    .tablet\:gap-y-10 {
        row-gap: 2.5rem;
    }

    .tablet\:gap-y-11 {
        row-gap: 2.75rem;
    }

    .tablet\:gap-y-12 {
        row-gap: 3rem;
    }

    .tablet\:gap-y-14 {
        row-gap: 3.5rem;
    }

    .tablet\:gap-y-16 {
        row-gap: 4rem;
    }

    .tablet\:gap-y-18 {
        row-gap: 4.375rem;
    }

    .tablet\:gap-y-19 {
        row-gap: 76px;
    }

    .tablet\:gap-y-20 {
        row-gap: 5rem;
    }

    .tablet\:gap-y-24 {
        row-gap: 6rem;
    }

    .tablet\:gap-y-28 {
        row-gap: 7rem;
    }

    .tablet\:gap-y-30 {
        row-gap: 120px;
    }

    .tablet\:gap-y-32 {
        row-gap: 8rem;
    }

    .tablet\:gap-y-36 {
        row-gap: 9rem;
    }

    .tablet\:gap-y-40 {
        row-gap: 10rem;
    }

    .tablet\:gap-y-44 {
        row-gap: 11rem;
    }

    .tablet\:gap-y-48 {
        row-gap: 12rem;
    }

    .tablet\:gap-y-52 {
        row-gap: 13rem;
    }

    .tablet\:gap-y-56 {
        row-gap: 14rem;
    }

    .tablet\:gap-y-60 {
        row-gap: 15rem;
    }

    .tablet\:gap-y-64 {
        row-gap: 16rem;
    }

    .tablet\:gap-y-72 {
        row-gap: 18rem;
    }

    .tablet\:gap-y-80 {
        row-gap: 20rem;
    }

    .tablet\:gap-y-96 {
        row-gap: 24rem;
    }

    .tablet\:gap-y-px {
        row-gap: 1px;
    }

    .tablet\:gap-y-0\.5 {
        row-gap: 0.125rem;
    }

    .tablet\:gap-y-1\.5 {
        row-gap: 0.375rem;
    }

    .tablet\:gap-y-2\.5 {
        row-gap: 0.625rem;
    }

    .tablet\:gap-y-3\.5 {
        row-gap: 0.875rem;
    }

    .tablet\:gap-y-5p {
        row-gap: 5px;
    }

    .tablet\:gap-y-10p {
        row-gap: 10px;
    }

    .tablet\:gap-y-14p {
        row-gap: 14px;
    }

    .tablet\:gap-y-15p {
        row-gap: 15px;
    }

    .tablet\:gap-y-15_2 {
        row-gap: 60px;
    }

    .tablet\:gap-y-16_1 {
        row-gap: 52px;
    }

    .tablet\:gap-y-16p {
        row-gap: 16px;
    }

    .tablet\:gap-y-25p {
        row-gap: 25px;
    }

    .tablet\:gap-y-48p {
        row-gap: 48%;
    }

    .tablet\:gap-y-52p {
        row-gap: 52%;
    }

    .tablet\:space-x-0> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.25rem * var(--tw-space-x-reverse));
        margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-3> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.75rem * var(--tw-space-x-reverse));
        margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-4> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1rem * var(--tw-space-x-reverse));
        margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-6> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-7> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.75rem * var(--tw-space-x-reverse));
        margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-8> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2rem * var(--tw-space-x-reverse));
        margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-9> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.25rem * var(--tw-space-x-reverse));
        margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-10> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-11> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.75rem * var(--tw-space-x-reverse));
        margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-12> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3rem * var(--tw-space-x-reverse));
        margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-14> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3.5rem * var(--tw-space-x-reverse));
        margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-16> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(4rem * var(--tw-space-x-reverse));
        margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-18> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(4.375rem * var(--tw-space-x-reverse));
        margin-left: calc(4.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-19> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(76px * var(--tw-space-x-reverse));
        margin-left: calc(76px * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-20> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(5rem * var(--tw-space-x-reverse));
        margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-24> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(6rem * var(--tw-space-x-reverse));
        margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-28> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(7rem * var(--tw-space-x-reverse));
        margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-30> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(120px * var(--tw-space-x-reverse));
        margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-32> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(8rem * var(--tw-space-x-reverse));
        margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-36> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(9rem * var(--tw-space-x-reverse));
        margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-40> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(10rem * var(--tw-space-x-reverse));
        margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-44> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(11rem * var(--tw-space-x-reverse));
        margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-48> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(12rem * var(--tw-space-x-reverse));
        margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-52> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(13rem * var(--tw-space-x-reverse));
        margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-56> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(14rem * var(--tw-space-x-reverse));
        margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-60> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(15rem * var(--tw-space-x-reverse));
        margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-64> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(16rem * var(--tw-space-x-reverse));
        margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-72> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(18rem * var(--tw-space-x-reverse));
        margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-80> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(20rem * var(--tw-space-x-reverse));
        margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-96> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(24rem * var(--tw-space-x-reverse));
        margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-px> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1px * var(--tw-space-x-reverse));
        margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.125rem * var(--tw-space-x-reverse));
        margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.375rem * var(--tw-space-x-reverse));
        margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.625rem * var(--tw-space-x-reverse));
        margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.875rem * var(--tw-space-x-reverse));
        margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(5px * var(--tw-space-x-reverse));
        margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(10px * var(--tw-space-x-reverse));
        margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(14px * var(--tw-space-x-reverse));
        margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(15px * var(--tw-space-x-reverse));
        margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(60px * var(--tw-space-x-reverse));
        margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(52px * var(--tw-space-x-reverse));
        margin-left: calc(52px * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(16px * var(--tw-space-x-reverse));
        margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(25px * var(--tw-space-x-reverse));
        margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(48% * var(--tw-space-x-reverse));
        margin-left: calc(48% * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-x-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(52% * var(--tw-space-x-reverse));
        margin-left: calc(52% * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-0> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-3> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-4> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1rem * var(--tw-space-x-reverse));
        margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-6> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-7> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-8> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2rem * var(--tw-space-x-reverse));
        margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-9> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-10> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-11> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-12> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3rem * var(--tw-space-x-reverse));
        margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-14> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-16> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-4rem * var(--tw-space-x-reverse));
        margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-18> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-4.375rem * var(--tw-space-x-reverse));
        margin-left: calc(-4.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-19> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-76px * var(--tw-space-x-reverse));
        margin-left: calc(-76px * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-20> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-5rem * var(--tw-space-x-reverse));
        margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-24> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-6rem * var(--tw-space-x-reverse));
        margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-28> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-7rem * var(--tw-space-x-reverse));
        margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-30> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-120px * var(--tw-space-x-reverse));
        margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-32> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-8rem * var(--tw-space-x-reverse));
        margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-36> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-9rem * var(--tw-space-x-reverse));
        margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-40> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-10rem * var(--tw-space-x-reverse));
        margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-44> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-11rem * var(--tw-space-x-reverse));
        margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-48> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-12rem * var(--tw-space-x-reverse));
        margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-52> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-13rem * var(--tw-space-x-reverse));
        margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-56> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-14rem * var(--tw-space-x-reverse));
        margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-60> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-15rem * var(--tw-space-x-reverse));
        margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-64> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-16rem * var(--tw-space-x-reverse));
        margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-72> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-18rem * var(--tw-space-x-reverse));
        margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-80> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-20rem * var(--tw-space-x-reverse));
        margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-96> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-24rem * var(--tw-space-x-reverse));
        margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-px> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1px * var(--tw-space-x-reverse));
        margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-5px * var(--tw-space-x-reverse));
        margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-10px * var(--tw-space-x-reverse));
        margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-14px * var(--tw-space-x-reverse));
        margin-left: calc(-14px * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-15px * var(--tw-space-x-reverse));
        margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-60px * var(--tw-space-x-reverse));
        margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-52px * var(--tw-space-x-reverse));
        margin-left: calc(-52px * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-16px * var(--tw-space-x-reverse));
        margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-25px * var(--tw-space-x-reverse));
        margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-48% * var(--tw-space-x-reverse));
        margin-left: calc(-48% * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:-space-x-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-52% * var(--tw-space-x-reverse));
        margin-left: calc(-52% * calc(1 - var(--tw-space-x-reverse)));
    }

    .tablet\:space-y-0> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-3> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-4> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1rem * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-6> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-7> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-8> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2rem * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-9> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-10> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-11> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-12> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3rem * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-14> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-16> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(4rem * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-18> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(4.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(4.375rem * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-19> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(76px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(76px * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-20> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5rem * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-24> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(6rem * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-28> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(7rem * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-30> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(120px * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-32> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(8rem * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-36> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(9rem * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-40> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(10rem * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-44> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(11rem * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-48> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(12rem * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-52> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(13rem * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-56> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(14rem * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-60> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(15rem * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-64> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(16rem * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-72> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(18rem * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-80> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(20rem * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-96> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(24rem * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-px> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1px * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5px * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(10px * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(14px * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(15px * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(60px * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(52px * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(16px * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(25px * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(48% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(48% * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(52% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(52% * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-0> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-3> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-4> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-6> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-7> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-8> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-9> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-10> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-11> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-12> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-14> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-16> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-18> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-4.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-4.375rem * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-19> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-76px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-76px * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-20> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-24> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-28> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-30> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-120px * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-32> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-36> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-40> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-44> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-48> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-52> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-56> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-60> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-64> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-72> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-80> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-96> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-px> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1px * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-5px * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-10px * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-14px * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-15px * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-60px * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-52px * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-16px * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-25px * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-48% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-48% * var(--tw-space-y-reverse));
    }

    .tablet\:-space-y-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-52% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-52% * var(--tw-space-y-reverse));
    }

    .tablet\:space-y-reverse> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 1;
    }

    .tablet\:space-x-reverse> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 1;
    }

    .tablet\:divide-x-0> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(0px * var(--tw-divide-x-reverse));
        border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .tablet\:divide-x-2> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(2px * var(--tw-divide-x-reverse));
        border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .tablet\:divide-x-4> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(4px * var(--tw-divide-x-reverse));
        border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .tablet\:divide-x-8> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(8px * var(--tw-divide-x-reverse));
        border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .tablet\:divide-x> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(1px * var(--tw-divide-x-reverse));
        border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .tablet\:divide-y-0> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
    }

    .tablet\:divide-y-2> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
    }

    .tablet\:divide-y-4> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
    }

    .tablet\:divide-y-8> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
    }

    .tablet\:divide-y> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
    }

    .tablet\:divide-y-reverse> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 1;
    }

    .tablet\:divide-x-reverse> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 1;
    }

    .tablet\:divide-solid> :not([hidden])~ :not([hidden]) {
        border-style: solid;
    }

    .tablet\:divide-dashed> :not([hidden])~ :not([hidden]) {
        border-style: dashed;
    }

    .tablet\:divide-dotted> :not([hidden])~ :not([hidden]) {
        border-style: dotted;
    }

    .tablet\:divide-double> :not([hidden])~ :not([hidden]) {
        border-style: double;
    }

    .tablet\:divide-none> :not([hidden])~ :not([hidden]) {
        border-style: none;
    }

    .tablet\:divide-transparent> :not([hidden])~ :not([hidden]) {
        border-color: transparent;
    }

    .tablet\:divide-current> :not([hidden])~ :not([hidden]) {
        border-color: currentColor;
    }

    .tablet\:divide-black> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
    }

    .tablet\:divide-white> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
    }

    .tablet\:divide-gray-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
    }

    .tablet\:divide-gray-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
    }

    .tablet\:divide-gray-200> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
    }

    .tablet\:divide-gray-300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
    }

    .tablet\:divide-gray-400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
    }

    .tablet\:divide-gray-500> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
    }

    .tablet\:divide-gray-600> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
    }

    .tablet\:divide-gray-700> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
    }

    .tablet\:divide-gray-800> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
    }

    .tablet\:divide-gray-900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
    }

    .tablet\:divide-red-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
    }

    .tablet\:divide-red-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
    }

    .tablet\:divide-red-200> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
    }

    .tablet\:divide-red-300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
    }

    .tablet\:divide-red-400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
    }

    .tablet\:divide-red-500> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
    }

    .tablet\:divide-red-600> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
    }

    .tablet\:divide-red-700> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
    }

    .tablet\:divide-red-800> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
    }

    .tablet\:divide-red-900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
    }

    .tablet\:divide-yellow> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-divide-opacity));
    }

    .tablet\:divide-green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-divide-opacity));
    }

    .tablet\:divide-blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-divide-opacity));
    }

    .tablet\:divide-indigo-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
    }

    .tablet\:divide-indigo-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
    }

    .tablet\:divide-indigo-200> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
    }

    .tablet\:divide-indigo-300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
    }

    .tablet\:divide-indigo-400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
    }

    .tablet\:divide-indigo-500> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
    }

    .tablet\:divide-indigo-600> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
    }

    .tablet\:divide-indigo-700> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
    }

    .tablet\:divide-indigo-800> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
    }

    .tablet\:divide-indigo-900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
    }

    .tablet\:divide-purple> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-divide-opacity));
    }

    .tablet\:divide-pink> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-divide-opacity));
    }

    .tablet\:divide-primary> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-divide-opacity));
    }

    .tablet\:divide-secondary> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-divide-opacity));
    }

    .tablet\:divide-body_bg> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
    }

    .tablet\:divide-body_text> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-divide-opacity));
    }

    .tablet\:divide-title> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-divide-opacity));
    }

    .tablet\:divide-grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-divide-opacity));
    }

    .tablet\:divide-dark_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-divide-opacity));
    }

    .tablet\:divide-light_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-divide-opacity));
    }

    .tablet\:divide-medium_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-divide-opacity));
    }

    .tablet\:divide-lightten_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-divide-opacity));
    }

    .tablet\:divide-grey_300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-divide-opacity));
    }

    .tablet\:divide-grey_400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-divide-opacity));
    }

    .tablet\:divide-medium_blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-divide-opacity));
    }

    .tablet\:divide-dark_blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-divide-opacity));
    }

    .tablet\:divide-text_blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-divide-opacity));
    }

    .tablet\:divide-footer_bg> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-divide-opacity));
    }

    .tablet\:divide-brown> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-divide-opacity));
    }

    .tablet\:divide-dark_brown> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-divide-opacity));
    }

    .tablet\:divide-Light_purple> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-divide-opacity));
    }

    .tablet\:divide-dark_green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-divide-opacity));
    }

    .tablet\:divide-medium_green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-divide-opacity));
    }

    .tablet\:divide-light_green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-divide-opacity));
    }

    .tablet\:divide-green_900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-divide-opacity));
    }

    .tablet\:divide-dark_border> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-divide-opacity));
    }

    .tablet\:divide-opacity-0> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0;
    }

    .tablet\:divide-opacity-5> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.05;
    }

    .tablet\:divide-opacity-10> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.1;
    }

    .tablet\:divide-opacity-20> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.2;
    }

    .tablet\:divide-opacity-25> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.25;
    }

    .tablet\:divide-opacity-30> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.3;
    }

    .tablet\:divide-opacity-40> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.4;
    }

    .tablet\:divide-opacity-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.5;
    }

    .tablet\:divide-opacity-60> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.6;
    }

    .tablet\:divide-opacity-70> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.7;
    }

    .tablet\:divide-opacity-75> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.75;
    }

    .tablet\:divide-opacity-80> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.8;
    }

    .tablet\:divide-opacity-90> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.9;
    }

    .tablet\:divide-opacity-95> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.95;
    }

    .tablet\:divide-opacity-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
    }

    .tablet\:place-self-auto {
        place-self: auto;
    }

    .tablet\:place-self-start {
        place-self: start;
    }

    .tablet\:place-self-end {
        place-self: end;
    }

    .tablet\:place-self-center {
        place-self: center;
    }

    .tablet\:place-self-stretch {
        place-self: stretch;
    }

    .tablet\:self-auto {
        align-self: auto;
    }

    .tablet\:self-start {
        align-self: flex-start;
    }

    .tablet\:self-end {
        align-self: flex-end;
    }

    .tablet\:self-center {
        align-self: center;
    }

    .tablet\:self-stretch {
        align-self: stretch;
    }

    .tablet\:self-baseline {
        align-self: baseline;
    }

    .tablet\:justify-self-auto {
        justify-self: auto;
    }

    .tablet\:justify-self-start {
        justify-self: start;
    }

    .tablet\:justify-self-end {
        justify-self: end;
    }

    .tablet\:justify-self-center {
        justify-self: center;
    }

    .tablet\:justify-self-stretch {
        justify-self: stretch;
    }

    .tablet\:overflow-auto {
        overflow: auto;
    }

    .tablet\:overflow-hidden {
        overflow: hidden;
    }

    .tablet\:overflow-visible {
        overflow: visible;
    }

    .tablet\:overflow-scroll {
        overflow: scroll;
    }

    .tablet\:overflow-x-auto {
        overflow-x: auto;
    }

    .tablet\:overflow-y-auto {
        overflow-y: auto;
    }

    .tablet\:overflow-x-hidden {
        overflow-x: hidden;
    }

    .tablet\:overflow-y-hidden {
        overflow-y: hidden;
    }

    .tablet\:overflow-x-visible {
        overflow-x: visible;
    }

    .tablet\:overflow-y-visible {
        overflow-y: visible;
    }

    .tablet\:overflow-x-scroll {
        overflow-x: scroll;
    }

    .tablet\:overflow-y-scroll {
        overflow-y: scroll;
    }

    .tablet\:overscroll-auto {
        -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
    }

    .tablet\:overscroll-contain {
        -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    }

    .tablet\:overscroll-none {
        -ms-scroll-chaining: none;
        overscroll-behavior: none;
    }

    .tablet\:overscroll-y-auto {
        overscroll-behavior-y: auto;
    }

    .tablet\:overscroll-y-contain {
        overscroll-behavior-y: contain;
    }

    .tablet\:overscroll-y-none {
        overscroll-behavior-y: none;
    }

    .tablet\:overscroll-x-auto {
        overscroll-behavior-x: auto;
    }

    .tablet\:overscroll-x-contain {
        overscroll-behavior-x: contain;
    }

    .tablet\:overscroll-x-none {
        overscroll-behavior-x: none;
    }

    .tablet\:truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .tablet\:overflow-ellipsis {
        text-overflow: ellipsis;
    }

    .tablet\:overflow-clip {
        text-overflow: clip;
    }

    .tablet\:whitespace-normal {
        white-space: normal;
    }

    .tablet\:whitespace-nowrap {
        white-space: nowrap;
    }

    .tablet\:whitespace-pre {
        white-space: pre;
    }

    .tablet\:whitespace-pre-line {
        white-space: pre-line;
    }

    .tablet\:whitespace-pre-wrap {
        white-space: pre-wrap;
    }

    .tablet\:break-normal {
        overflow-wrap: normal;
        word-break: normal;
    }

    .tablet\:break-words {
        overflow-wrap: break-word;
    }

    .tablet\:break-all {
        word-break: break-all;
    }

    .tablet\:rounded-none {
        border-radius: 0px;
    }

    .tablet\:rounded-sm {
        border-radius: 0.125rem;
    }

    .tablet\:rounded {
        border-radius: 0.25rem;
    }

    .tablet\:rounded-md {
        border-radius: 0.375rem;
    }

    .tablet\:rounded-lg {
        border-radius: 0.5rem;
    }

    .tablet\:rounded-xl {
        border-radius: 0.75rem;
    }

    .tablet\:rounded-2xl {
        border-radius: 1rem;
    }

    .tablet\:rounded-3xl {
        border-radius: 1.5rem;
    }

    .tablet\:rounded-full {
        border-radius: 9999px;
    }

    .tablet\:rounded-btn {
        border-radius: 31px;
    }

    .tablet\:rounded-10p {
        border-radius: 10px;
    }

    .tablet\:rounded-t-none {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .tablet\:rounded-t-sm {
        border-top-left-radius: 0.125rem;
        border-top-right-radius: 0.125rem;
    }

    .tablet\:rounded-t {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .tablet\:rounded-t-md {
        border-top-left-radius: 0.375rem;
        border-top-right-radius: 0.375rem;
    }

    .tablet\:rounded-t-lg {
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
    }

    .tablet\:rounded-t-xl {
        border-top-left-radius: 0.75rem;
        border-top-right-radius: 0.75rem;
    }

    .tablet\:rounded-t-2xl {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }

    .tablet\:rounded-t-3xl {
        border-top-left-radius: 1.5rem;
        border-top-right-radius: 1.5rem;
    }

    .tablet\:rounded-t-full {
        border-top-left-radius: 9999px;
        border-top-right-radius: 9999px;
    }

    .tablet\:rounded-t-btn {
        border-top-left-radius: 31px;
        border-top-right-radius: 31px;
    }

    .tablet\:rounded-t-10p {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .tablet\:rounded-r-none {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .tablet\:rounded-r-sm {
        border-top-right-radius: 0.125rem;
        border-bottom-right-radius: 0.125rem;
    }

    .tablet\:rounded-r {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }

    .tablet\:rounded-r-md {
        border-top-right-radius: 0.375rem;
        border-bottom-right-radius: 0.375rem;
    }

    .tablet\:rounded-r-lg {
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
    }

    .tablet\:rounded-r-xl {
        border-top-right-radius: 0.75rem;
        border-bottom-right-radius: 0.75rem;
    }

    .tablet\:rounded-r-2xl {
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }

    .tablet\:rounded-r-3xl {
        border-top-right-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
    }

    .tablet\:rounded-r-full {
        border-top-right-radius: 9999px;
        border-bottom-right-radius: 9999px;
    }

    .tablet\:rounded-r-btn {
        border-top-right-radius: 31px;
        border-bottom-right-radius: 31px;
    }

    .tablet\:rounded-r-10p {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .tablet\:rounded-b-none {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .tablet\:rounded-b-sm {
        border-bottom-right-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }

    .tablet\:rounded-b {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .tablet\:rounded-b-md {
        border-bottom-right-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }

    .tablet\:rounded-b-lg {
        border-bottom-right-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }

    .tablet\:rounded-b-xl {
        border-bottom-right-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }

    .tablet\:rounded-b-2xl {
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }

    .tablet\:rounded-b-3xl {
        border-bottom-right-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }

    .tablet\:rounded-b-full {
        border-bottom-right-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }

    .tablet\:rounded-b-btn {
        border-bottom-right-radius: 31px;
        border-bottom-left-radius: 31px;
    }

    .tablet\:rounded-b-10p {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .tablet\:rounded-l-none {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .tablet\:rounded-l-sm {
        border-top-left-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }

    .tablet\:rounded-l {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .tablet\:rounded-l-md {
        border-top-left-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }

    .tablet\:rounded-l-lg {
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }

    .tablet\:rounded-l-xl {
        border-top-left-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }

    .tablet\:rounded-l-2xl {
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }

    .tablet\:rounded-l-3xl {
        border-top-left-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }

    .tablet\:rounded-l-full {
        border-top-left-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }

    .tablet\:rounded-l-btn {
        border-top-left-radius: 31px;
        border-bottom-left-radius: 31px;
    }

    .tablet\:rounded-l-10p {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .tablet\:rounded-tl-none {
        border-top-left-radius: 0px;
    }

    .tablet\:rounded-tl-sm {
        border-top-left-radius: 0.125rem;
    }

    .tablet\:rounded-tl {
        border-top-left-radius: 0.25rem;
    }

    .tablet\:rounded-tl-md {
        border-top-left-radius: 0.375rem;
    }

    .tablet\:rounded-tl-lg {
        border-top-left-radius: 0.5rem;
    }

    .tablet\:rounded-tl-xl {
        border-top-left-radius: 0.75rem;
    }

    .tablet\:rounded-tl-2xl {
        border-top-left-radius: 1rem;
    }

    .tablet\:rounded-tl-3xl {
        border-top-left-radius: 1.5rem;
    }

    .tablet\:rounded-tl-full {
        border-top-left-radius: 9999px;
    }

    .tablet\:rounded-tl-btn {
        border-top-left-radius: 31px;
    }

    .tablet\:rounded-tl-10p {
        border-top-left-radius: 10px;
    }

    .tablet\:rounded-tr-none {
        border-top-right-radius: 0px;
    }

    .tablet\:rounded-tr-sm {
        border-top-right-radius: 0.125rem;
    }

    .tablet\:rounded-tr {
        border-top-right-radius: 0.25rem;
    }

    .tablet\:rounded-tr-md {
        border-top-right-radius: 0.375rem;
    }

    .tablet\:rounded-tr-lg {
        border-top-right-radius: 0.5rem;
    }

    .tablet\:rounded-tr-xl {
        border-top-right-radius: 0.75rem;
    }

    .tablet\:rounded-tr-2xl {
        border-top-right-radius: 1rem;
    }

    .tablet\:rounded-tr-3xl {
        border-top-right-radius: 1.5rem;
    }

    .tablet\:rounded-tr-full {
        border-top-right-radius: 9999px;
    }

    .tablet\:rounded-tr-btn {
        border-top-right-radius: 31px;
    }

    .tablet\:rounded-tr-10p {
        border-top-right-radius: 10px;
    }

    .tablet\:rounded-br-none {
        border-bottom-right-radius: 0px;
    }

    .tablet\:rounded-br-sm {
        border-bottom-right-radius: 0.125rem;
    }

    .tablet\:rounded-br {
        border-bottom-right-radius: 0.25rem;
    }

    .tablet\:rounded-br-md {
        border-bottom-right-radius: 0.375rem;
    }

    .tablet\:rounded-br-lg {
        border-bottom-right-radius: 0.5rem;
    }

    .tablet\:rounded-br-xl {
        border-bottom-right-radius: 0.75rem;
    }

    .tablet\:rounded-br-2xl {
        border-bottom-right-radius: 1rem;
    }

    .tablet\:rounded-br-3xl {
        border-bottom-right-radius: 1.5rem;
    }

    .tablet\:rounded-br-full {
        border-bottom-right-radius: 9999px;
    }

    .tablet\:rounded-br-btn {
        border-bottom-right-radius: 31px;
    }

    .tablet\:rounded-br-10p {
        border-bottom-right-radius: 10px;
    }

    .tablet\:rounded-bl-none {
        border-bottom-left-radius: 0px;
    }

    .tablet\:rounded-bl-sm {
        border-bottom-left-radius: 0.125rem;
    }

    .tablet\:rounded-bl {
        border-bottom-left-radius: 0.25rem;
    }

    .tablet\:rounded-bl-md {
        border-bottom-left-radius: 0.375rem;
    }

    .tablet\:rounded-bl-lg {
        border-bottom-left-radius: 0.5rem;
    }

    .tablet\:rounded-bl-xl {
        border-bottom-left-radius: 0.75rem;
    }

    .tablet\:rounded-bl-2xl {
        border-bottom-left-radius: 1rem;
    }

    .tablet\:rounded-bl-3xl {
        border-bottom-left-radius: 1.5rem;
    }

    .tablet\:rounded-bl-full {
        border-bottom-left-radius: 9999px;
    }

    .tablet\:rounded-bl-btn {
        border-bottom-left-radius: 31px;
    }

    .tablet\:rounded-bl-10p {
        border-bottom-left-radius: 10px;
    }

    .tablet\:border-0 {
        border-width: 0px;
    }

    .tablet\:border-2 {
        border-width: 2px;
    }

    .tablet\:border-4 {
        border-width: 4px;
    }

    .tablet\:border-8 {
        border-width: 8px;
    }

    .tablet\:border {
        border-width: 1px;
    }

    .tablet\:border-t-0 {
        border-top-width: 0px;
    }

    .tablet\:border-t-2 {
        border-top-width: 2px;
    }

    .tablet\:border-t-4 {
        border-top-width: 4px;
    }

    .tablet\:border-t-8 {
        border-top-width: 8px;
    }

    .tablet\:border-t {
        border-top-width: 1px;
    }

    .tablet\:border-r-0 {
        border-right-width: 0px;
    }

    .tablet\:border-r-2 {
        border-right-width: 2px;
    }

    .tablet\:border-r-4 {
        border-right-width: 4px;
    }

    .tablet\:border-r-8 {
        border-right-width: 8px;
    }

    .tablet\:border-r {
        border-right-width: 1px;
    }

    .tablet\:border-b-0 {
        border-bottom-width: 0px;
    }

    .tablet\:border-b-2 {
        border-bottom-width: 2px;
    }

    .tablet\:border-b-4 {
        border-bottom-width: 4px;
    }

    .tablet\:border-b-8 {
        border-bottom-width: 8px;
    }

    .tablet\:border-b {
        border-bottom-width: 1px;
    }

    .tablet\:border-l-0 {
        border-left-width: 0px;
    }

    .tablet\:border-l-2 {
        border-left-width: 2px;
    }

    .tablet\:border-l-4 {
        border-left-width: 4px;
    }

    .tablet\:border-l-8 {
        border-left-width: 8px;
    }

    .tablet\:border-l {
        border-left-width: 1px;
    }

    .tablet\:border-solid {
        border-style: solid;
    }

    .tablet\:border-dashed {
        border-style: dashed;
    }

    .tablet\:border-dotted {
        border-style: dotted;
    }

    .tablet\:border-double {
        border-style: double;
    }

    .tablet\:border-none {
        border-style: none;
    }

    .tablet\:border-transparent {
        border-color: transparent;
    }

    .tablet\:border-current {
        border-color: currentColor;
    }

    .tablet\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .tablet\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .tablet\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .tablet\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .tablet\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .tablet\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .tablet\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .tablet\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .tablet\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .tablet\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .tablet\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .tablet\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .tablet\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .tablet\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .tablet\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .tablet\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .tablet\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .tablet\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .tablet\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .tablet\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .tablet\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .tablet\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .tablet\:border-yellow {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .tablet\:border-green {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .tablet\:border-blue {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .tablet\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .tablet\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .tablet\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .tablet\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .tablet\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .tablet\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .tablet\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .tablet\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .tablet\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .tablet\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .tablet\:border-purple {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .tablet\:border-pink {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .tablet\:border-primary {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .tablet\:border-secondary {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .tablet\:border-body_bg {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .tablet\:border-body_text {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .tablet\:border-title {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .tablet\:border-grey {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .tablet\:border-dark_grey {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .tablet\:border-light_grey {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .tablet\:border-medium_grey {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .tablet\:border-lightten_grey {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .tablet\:border-grey_300 {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .tablet\:border-grey_400 {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .tablet\:border-medium_blue {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .tablet\:border-dark_blue {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .tablet\:border-text_blue {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .tablet\:border-footer_bg {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .tablet\:border-brown {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .tablet\:border-dark_brown {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .tablet\:border-Light_purple {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .tablet\:border-dark_green {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .tablet\:border-medium_green {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .tablet\:border-light_green {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .tablet\:border-green_900 {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .tablet\:border-dark_border {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-transparent {
        border-color: transparent;
    }

    .group:hover .tablet\:group-hover\:border-current {
        border-color: currentColor;
    }

    .group:hover .tablet\:group-hover\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-yellow {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-green {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-blue {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-purple {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-pink {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-primary {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-secondary {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-body_bg {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-body_text {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-title {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-grey {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-dark_grey {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-light_grey {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-medium_grey {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-lightten_grey {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-grey_300 {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-grey_400 {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-medium_blue {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-dark_blue {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-text_blue {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-footer_bg {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-brown {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-dark_brown {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-Light_purple {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-dark_green {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-medium_green {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-light_green {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-green_900 {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .group:hover .tablet\:group-hover\:border-dark_border {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-transparent:focus-within {
        border-color: transparent;
    }

    .tablet\:focus-within\:border-current:focus-within {
        border-color: currentColor;
    }

    .tablet\:focus-within\:border-black:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-white:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-gray-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-gray-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-gray-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-gray-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-gray-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-gray-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-gray-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-gray-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-gray-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-gray-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-red-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-red-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-red-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-red-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-red-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-red-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-red-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-red-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-red-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-red-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-yellow:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-indigo-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-indigo-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-indigo-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-indigo-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-indigo-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-indigo-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-indigo-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-indigo-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-indigo-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-indigo-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-purple:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-pink:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-primary:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-secondary:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-body_bg:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-body_text:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-title:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-dark_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-light_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-medium_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-lightten_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-grey_300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-grey_400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-medium_blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-dark_blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-text_blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-footer_bg:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-brown:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-dark_brown:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-Light_purple:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-dark_green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-medium_green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-light_green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-green_900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .tablet\:focus-within\:border-dark_border:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-transparent:hover {
        border-color: transparent;
    }

    .tablet\:hover\:border-current:hover {
        border-color: currentColor;
    }

    .tablet\:hover\:border-black:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-white:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-gray-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-gray-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-gray-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-gray-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-gray-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-gray-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-gray-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-gray-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-gray-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-gray-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-red-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-red-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-red-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-red-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-red-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-red-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-red-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-red-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-red-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-red-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-yellow:hover {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-indigo-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-indigo-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-indigo-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-indigo-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-indigo-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-indigo-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-indigo-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-indigo-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-indigo-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-indigo-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-purple:hover {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-pink:hover {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-primary:hover {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-secondary:hover {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-body_bg:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-body_text:hover {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-title:hover {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-dark_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-light_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-medium_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-lightten_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-grey_300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-grey_400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-medium_blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-dark_blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-text_blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-footer_bg:hover {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-brown:hover {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-dark_brown:hover {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-Light_purple:hover {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-dark_green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-medium_green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-light_green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-green_900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .tablet\:hover\:border-dark_border:hover {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-transparent:focus {
        border-color: transparent;
    }

    .tablet\:focus\:border-current:focus {
        border-color: currentColor;
    }

    .tablet\:focus\:border-black:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-white:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-gray-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-gray-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-gray-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-gray-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-gray-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-gray-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-gray-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-gray-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-gray-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-gray-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-red-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-red-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-red-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-red-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-red-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-red-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-red-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-red-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-red-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-red-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-yellow:focus {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-indigo-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-indigo-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-indigo-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-indigo-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-indigo-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-indigo-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-indigo-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-indigo-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-indigo-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-indigo-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-purple:focus {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-pink:focus {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-primary:focus {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-secondary:focus {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-body_bg:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-body_text:focus {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-title:focus {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-dark_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-light_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-medium_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-lightten_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-grey_300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-grey_400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-medium_blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-dark_blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-text_blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-footer_bg:focus {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-brown:focus {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-dark_brown:focus {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-Light_purple:focus {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-dark_green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-medium_green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-light_green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-green_900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .tablet\:focus\:border-dark_border:focus {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .tablet\:border-opacity-0 {
        --tw-border-opacity: 0;
    }

    .tablet\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }

    .tablet\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }

    .tablet\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }

    .tablet\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }

    .tablet\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }

    .tablet\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }

    .tablet\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }

    .tablet\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }

    .tablet\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }

    .tablet\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }

    .tablet\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }

    .tablet\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }

    .tablet\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }

    .tablet\:border-opacity-100 {
        --tw-border-opacity: 1;
    }

    .group:hover .tablet\:group-hover\:border-opacity-0 {
        --tw-border-opacity: 0;
    }

    .group:hover .tablet\:group-hover\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }

    .group:hover .tablet\:group-hover\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }

    .group:hover .tablet\:group-hover\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }

    .group:hover .tablet\:group-hover\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }

    .group:hover .tablet\:group-hover\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }

    .group:hover .tablet\:group-hover\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }

    .group:hover .tablet\:group-hover\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }

    .group:hover .tablet\:group-hover\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }

    .group:hover .tablet\:group-hover\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }

    .group:hover .tablet\:group-hover\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }

    .group:hover .tablet\:group-hover\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }

    .group:hover .tablet\:group-hover\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }

    .group:hover .tablet\:group-hover\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }

    .group:hover .tablet\:group-hover\:border-opacity-100 {
        --tw-border-opacity: 1;
    }

    .tablet\:focus-within\:border-opacity-0:focus-within {
        --tw-border-opacity: 0;
    }

    .tablet\:focus-within\:border-opacity-5:focus-within {
        --tw-border-opacity: 0.05;
    }

    .tablet\:focus-within\:border-opacity-10:focus-within {
        --tw-border-opacity: 0.1;
    }

    .tablet\:focus-within\:border-opacity-20:focus-within {
        --tw-border-opacity: 0.2;
    }

    .tablet\:focus-within\:border-opacity-25:focus-within {
        --tw-border-opacity: 0.25;
    }

    .tablet\:focus-within\:border-opacity-30:focus-within {
        --tw-border-opacity: 0.3;
    }

    .tablet\:focus-within\:border-opacity-40:focus-within {
        --tw-border-opacity: 0.4;
    }

    .tablet\:focus-within\:border-opacity-50:focus-within {
        --tw-border-opacity: 0.5;
    }

    .tablet\:focus-within\:border-opacity-60:focus-within {
        --tw-border-opacity: 0.6;
    }

    .tablet\:focus-within\:border-opacity-70:focus-within {
        --tw-border-opacity: 0.7;
    }

    .tablet\:focus-within\:border-opacity-75:focus-within {
        --tw-border-opacity: 0.75;
    }

    .tablet\:focus-within\:border-opacity-80:focus-within {
        --tw-border-opacity: 0.8;
    }

    .tablet\:focus-within\:border-opacity-90:focus-within {
        --tw-border-opacity: 0.9;
    }

    .tablet\:focus-within\:border-opacity-95:focus-within {
        --tw-border-opacity: 0.95;
    }

    .tablet\:focus-within\:border-opacity-100:focus-within {
        --tw-border-opacity: 1;
    }

    .tablet\:hover\:border-opacity-0:hover {
        --tw-border-opacity: 0;
    }

    .tablet\:hover\:border-opacity-5:hover {
        --tw-border-opacity: 0.05;
    }

    .tablet\:hover\:border-opacity-10:hover {
        --tw-border-opacity: 0.1;
    }

    .tablet\:hover\:border-opacity-20:hover {
        --tw-border-opacity: 0.2;
    }

    .tablet\:hover\:border-opacity-25:hover {
        --tw-border-opacity: 0.25;
    }

    .tablet\:hover\:border-opacity-30:hover {
        --tw-border-opacity: 0.3;
    }

    .tablet\:hover\:border-opacity-40:hover {
        --tw-border-opacity: 0.4;
    }

    .tablet\:hover\:border-opacity-50:hover {
        --tw-border-opacity: 0.5;
    }

    .tablet\:hover\:border-opacity-60:hover {
        --tw-border-opacity: 0.6;
    }

    .tablet\:hover\:border-opacity-70:hover {
        --tw-border-opacity: 0.7;
    }

    .tablet\:hover\:border-opacity-75:hover {
        --tw-border-opacity: 0.75;
    }

    .tablet\:hover\:border-opacity-80:hover {
        --tw-border-opacity: 0.8;
    }

    .tablet\:hover\:border-opacity-90:hover {
        --tw-border-opacity: 0.9;
    }

    .tablet\:hover\:border-opacity-95:hover {
        --tw-border-opacity: 0.95;
    }

    .tablet\:hover\:border-opacity-100:hover {
        --tw-border-opacity: 1;
    }

    .tablet\:focus\:border-opacity-0:focus {
        --tw-border-opacity: 0;
    }

    .tablet\:focus\:border-opacity-5:focus {
        --tw-border-opacity: 0.05;
    }

    .tablet\:focus\:border-opacity-10:focus {
        --tw-border-opacity: 0.1;
    }

    .tablet\:focus\:border-opacity-20:focus {
        --tw-border-opacity: 0.2;
    }

    .tablet\:focus\:border-opacity-25:focus {
        --tw-border-opacity: 0.25;
    }

    .tablet\:focus\:border-opacity-30:focus {
        --tw-border-opacity: 0.3;
    }

    .tablet\:focus\:border-opacity-40:focus {
        --tw-border-opacity: 0.4;
    }

    .tablet\:focus\:border-opacity-50:focus {
        --tw-border-opacity: 0.5;
    }

    .tablet\:focus\:border-opacity-60:focus {
        --tw-border-opacity: 0.6;
    }

    .tablet\:focus\:border-opacity-70:focus {
        --tw-border-opacity: 0.7;
    }

    .tablet\:focus\:border-opacity-75:focus {
        --tw-border-opacity: 0.75;
    }

    .tablet\:focus\:border-opacity-80:focus {
        --tw-border-opacity: 0.8;
    }

    .tablet\:focus\:border-opacity-90:focus {
        --tw-border-opacity: 0.9;
    }

    .tablet\:focus\:border-opacity-95:focus {
        --tw-border-opacity: 0.95;
    }

    .tablet\:focus\:border-opacity-100:focus {
        --tw-border-opacity: 1;
    }

    .tablet\:bg-transparent {
        background-color: transparent;
    }

    .tablet\:bg-current {
        background-color: currentColor;
    }

    .tablet\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .tablet\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .tablet\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .tablet\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .tablet\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .tablet\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .tablet\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .tablet\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .tablet\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .tablet\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .tablet\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .tablet\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .tablet\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .tablet\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .tablet\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .tablet\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .tablet\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .tablet\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .tablet\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .tablet\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .tablet\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .tablet\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .tablet\:bg-yellow {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .tablet\:bg-green {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .tablet\:bg-blue {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .tablet\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .tablet\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .tablet\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .tablet\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .tablet\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .tablet\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .tablet\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .tablet\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .tablet\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .tablet\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .tablet\:bg-purple {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .tablet\:bg-pink {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .tablet\:bg-primary {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .tablet\:bg-secondary {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .tablet\:bg-body_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .tablet\:bg-body_text {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .tablet\:bg-title {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .tablet\:bg-grey {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .tablet\:bg-dark_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .tablet\:bg-light_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .tablet\:bg-medium_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .tablet\:bg-lightten_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .tablet\:bg-grey_300 {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .tablet\:bg-grey_400 {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .tablet\:bg-medium_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .tablet\:bg-dark_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .tablet\:bg-text_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .tablet\:bg-footer_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .tablet\:bg-brown {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .tablet\:bg-dark_brown {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .tablet\:bg-Light_purple {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .tablet\:bg-dark_green {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .tablet\:bg-medium_green {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .tablet\:bg-light_green {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .tablet\:bg-green_900 {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .tablet\:bg-dark_border {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-transparent {
        background-color: transparent;
    }

    .group:hover .tablet\:group-hover\:bg-current {
        background-color: currentColor;
    }

    .group:hover .tablet\:group-hover\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-yellow {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-green {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-blue {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-purple {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-pink {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-primary {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-secondary {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-body_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-body_text {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-title {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-grey {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-dark_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-light_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-medium_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-lightten_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-grey_300 {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-grey_400 {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-medium_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-dark_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-text_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-footer_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-brown {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-dark_brown {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-Light_purple {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-dark_green {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-medium_green {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-light_green {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-green_900 {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .group:hover .tablet\:group-hover\:bg-dark_border {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-transparent:focus-within {
        background-color: transparent;
    }

    .tablet\:focus-within\:bg-current:focus-within {
        background-color: currentColor;
    }

    .tablet\:focus-within\:bg-black:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-white:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-gray-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-gray-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-gray-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-gray-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-gray-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-gray-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-gray-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-gray-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-gray-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-gray-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-red-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-red-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-red-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-red-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-red-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-red-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-red-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-red-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-red-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-red-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-yellow:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-indigo-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-indigo-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-indigo-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-indigo-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-indigo-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-indigo-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-indigo-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-indigo-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-indigo-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-indigo-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-purple:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-pink:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-primary:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-secondary:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-body_bg:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-body_text:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-title:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-dark_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-light_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-medium_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-lightten_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-grey_300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-grey_400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-medium_blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-dark_blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-text_blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-footer_bg:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-brown:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-dark_brown:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-Light_purple:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-dark_green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-medium_green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-light_green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-green_900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .tablet\:focus-within\:bg-dark_border:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-transparent:hover {
        background-color: transparent;
    }

    .tablet\:hover\:bg-current:hover {
        background-color: currentColor;
    }

    .tablet\:hover\:bg-black:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-white:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-gray-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-gray-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-gray-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-gray-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-gray-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-gray-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-gray-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-gray-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-gray-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-gray-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-red-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-red-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-red-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-red-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-red-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-red-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-red-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-red-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-red-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-red-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-yellow:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-indigo-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-indigo-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-indigo-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-indigo-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-indigo-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-indigo-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-indigo-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-indigo-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-indigo-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-indigo-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-purple:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-pink:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-primary:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-secondary:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-body_bg:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-body_text:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-title:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-dark_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-light_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-medium_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-lightten_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-grey_300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-grey_400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-medium_blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-dark_blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-text_blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-footer_bg:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-brown:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-dark_brown:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-Light_purple:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-dark_green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-medium_green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-light_green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-green_900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .tablet\:hover\:bg-dark_border:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-transparent:focus {
        background-color: transparent;
    }

    .tablet\:focus\:bg-current:focus {
        background-color: currentColor;
    }

    .tablet\:focus\:bg-black:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-white:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-gray-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-gray-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-gray-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-gray-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-gray-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-gray-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-gray-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-gray-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-gray-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-gray-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-red-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-red-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-red-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-red-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-red-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-red-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-red-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-red-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-red-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-red-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-yellow:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-indigo-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-indigo-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-indigo-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-indigo-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-indigo-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-indigo-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-indigo-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-indigo-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-indigo-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-indigo-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-purple:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-pink:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-primary:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-secondary:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-body_bg:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-body_text:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-title:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-dark_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-light_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-medium_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-lightten_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-grey_300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-grey_400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-medium_blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-dark_blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-text_blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-footer_bg:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-brown:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-dark_brown:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-Light_purple:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-dark_green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-medium_green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-light_green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-green_900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .tablet\:focus\:bg-dark_border:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .tablet\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }

    .tablet\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }

    .tablet\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }

    .tablet\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }

    .tablet\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }

    .tablet\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }

    .tablet\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }

    .tablet\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }

    .tablet\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }

    .tablet\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }

    .tablet\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }

    .tablet\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }

    .tablet\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }

    .tablet\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }

    .tablet\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }

    .group:hover .tablet\:group-hover\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }

    .group:hover .tablet\:group-hover\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }

    .group:hover .tablet\:group-hover\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }

    .group:hover .tablet\:group-hover\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }

    .group:hover .tablet\:group-hover\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }

    .group:hover .tablet\:group-hover\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }

    .group:hover .tablet\:group-hover\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }

    .group:hover .tablet\:group-hover\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }

    .group:hover .tablet\:group-hover\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }

    .group:hover .tablet\:group-hover\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }

    .group:hover .tablet\:group-hover\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }

    .group:hover .tablet\:group-hover\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }

    .group:hover .tablet\:group-hover\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }

    .group:hover .tablet\:group-hover\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }

    .group:hover .tablet\:group-hover\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }

    .tablet\:focus-within\:bg-opacity-0:focus-within {
        --tw-bg-opacity: 0;
    }

    .tablet\:focus-within\:bg-opacity-5:focus-within {
        --tw-bg-opacity: 0.05;
    }

    .tablet\:focus-within\:bg-opacity-10:focus-within {
        --tw-bg-opacity: 0.1;
    }

    .tablet\:focus-within\:bg-opacity-20:focus-within {
        --tw-bg-opacity: 0.2;
    }

    .tablet\:focus-within\:bg-opacity-25:focus-within {
        --tw-bg-opacity: 0.25;
    }

    .tablet\:focus-within\:bg-opacity-30:focus-within {
        --tw-bg-opacity: 0.3;
    }

    .tablet\:focus-within\:bg-opacity-40:focus-within {
        --tw-bg-opacity: 0.4;
    }

    .tablet\:focus-within\:bg-opacity-50:focus-within {
        --tw-bg-opacity: 0.5;
    }

    .tablet\:focus-within\:bg-opacity-60:focus-within {
        --tw-bg-opacity: 0.6;
    }

    .tablet\:focus-within\:bg-opacity-70:focus-within {
        --tw-bg-opacity: 0.7;
    }

    .tablet\:focus-within\:bg-opacity-75:focus-within {
        --tw-bg-opacity: 0.75;
    }

    .tablet\:focus-within\:bg-opacity-80:focus-within {
        --tw-bg-opacity: 0.8;
    }

    .tablet\:focus-within\:bg-opacity-90:focus-within {
        --tw-bg-opacity: 0.9;
    }

    .tablet\:focus-within\:bg-opacity-95:focus-within {
        --tw-bg-opacity: 0.95;
    }

    .tablet\:focus-within\:bg-opacity-100:focus-within {
        --tw-bg-opacity: 1;
    }

    .tablet\:hover\:bg-opacity-0:hover {
        --tw-bg-opacity: 0;
    }

    .tablet\:hover\:bg-opacity-5:hover {
        --tw-bg-opacity: 0.05;
    }

    .tablet\:hover\:bg-opacity-10:hover {
        --tw-bg-opacity: 0.1;
    }

    .tablet\:hover\:bg-opacity-20:hover {
        --tw-bg-opacity: 0.2;
    }

    .tablet\:hover\:bg-opacity-25:hover {
        --tw-bg-opacity: 0.25;
    }

    .tablet\:hover\:bg-opacity-30:hover {
        --tw-bg-opacity: 0.3;
    }

    .tablet\:hover\:bg-opacity-40:hover {
        --tw-bg-opacity: 0.4;
    }

    .tablet\:hover\:bg-opacity-50:hover {
        --tw-bg-opacity: 0.5;
    }

    .tablet\:hover\:bg-opacity-60:hover {
        --tw-bg-opacity: 0.6;
    }

    .tablet\:hover\:bg-opacity-70:hover {
        --tw-bg-opacity: 0.7;
    }

    .tablet\:hover\:bg-opacity-75:hover {
        --tw-bg-opacity: 0.75;
    }

    .tablet\:hover\:bg-opacity-80:hover {
        --tw-bg-opacity: 0.8;
    }

    .tablet\:hover\:bg-opacity-90:hover {
        --tw-bg-opacity: 0.9;
    }

    .tablet\:hover\:bg-opacity-95:hover {
        --tw-bg-opacity: 0.95;
    }

    .tablet\:hover\:bg-opacity-100:hover {
        --tw-bg-opacity: 1;
    }

    .tablet\:focus\:bg-opacity-0:focus {
        --tw-bg-opacity: 0;
    }

    .tablet\:focus\:bg-opacity-5:focus {
        --tw-bg-opacity: 0.05;
    }

    .tablet\:focus\:bg-opacity-10:focus {
        --tw-bg-opacity: 0.1;
    }

    .tablet\:focus\:bg-opacity-20:focus {
        --tw-bg-opacity: 0.2;
    }

    .tablet\:focus\:bg-opacity-25:focus {
        --tw-bg-opacity: 0.25;
    }

    .tablet\:focus\:bg-opacity-30:focus {
        --tw-bg-opacity: 0.3;
    }

    .tablet\:focus\:bg-opacity-40:focus {
        --tw-bg-opacity: 0.4;
    }

    .tablet\:focus\:bg-opacity-50:focus {
        --tw-bg-opacity: 0.5;
    }

    .tablet\:focus\:bg-opacity-60:focus {
        --tw-bg-opacity: 0.6;
    }

    .tablet\:focus\:bg-opacity-70:focus {
        --tw-bg-opacity: 0.7;
    }

    .tablet\:focus\:bg-opacity-75:focus {
        --tw-bg-opacity: 0.75;
    }

    .tablet\:focus\:bg-opacity-80:focus {
        --tw-bg-opacity: 0.8;
    }

    .tablet\:focus\:bg-opacity-90:focus {
        --tw-bg-opacity: 0.9;
    }

    .tablet\:focus\:bg-opacity-95:focus {
        --tw-bg-opacity: 0.95;
    }

    .tablet\:focus\:bg-opacity-100:focus {
        --tw-bg-opacity: 1;
    }

    .tablet\:bg-none {
        background-image: none;
    }

    .tablet\:bg-gradient-to-t {
        background-image: linear-gradient(to top, var(--tw-gradient-stops));
    }

    .tablet\:bg-gradient-to-tr {
        background-image: linear-gradient(to top right, var(--tw-gradient-stops));
    }

    .tablet\:bg-gradient-to-r {
        background-image: linear-gradient(to right, var(--tw-gradient-stops));
    }

    .tablet\:bg-gradient-to-br {
        background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
    }

    .tablet\:bg-gradient-to-b {
        background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    }

    .tablet\:bg-gradient-to-bl {
        background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
    }

    .tablet\:bg-gradient-to-l {
        background-image: linear-gradient(to left, var(--tw-gradient-stops));
    }

    .tablet\:bg-gradient-to-tl {
        background-image: linear-gradient(to top left, var(--tw-gradient-stops));
    }

    .tablet\:from-transparent {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .tablet\:from-current {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .tablet\:from-black {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .tablet\:from-white {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .tablet\:from-gray-50 {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .tablet\:from-gray-100 {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .tablet\:from-gray-200 {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .tablet\:from-gray-300 {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .tablet\:from-gray-400 {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .tablet\:from-gray-500 {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .tablet\:from-gray-600 {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .tablet\:from-gray-700 {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .tablet\:from-gray-800 {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .tablet\:from-gray-900 {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .tablet\:from-red-50 {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .tablet\:from-red-100 {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .tablet\:from-red-200 {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .tablet\:from-red-300 {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .tablet\:from-red-400 {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .tablet\:from-red-500 {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .tablet\:from-red-600 {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .tablet\:from-red-700 {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .tablet\:from-red-800 {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .tablet\:from-red-900 {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .tablet\:from-yellow {
        --tw-gradient-from: #ed9143;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .tablet\:from-green {
        --tw-gradient-from: #7bbc00;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .tablet\:from-blue {
        --tw-gradient-from: #5ba4dc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .tablet\:from-indigo-50 {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .tablet\:from-indigo-100 {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .tablet\:from-indigo-200 {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .tablet\:from-indigo-300 {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .tablet\:from-indigo-400 {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .tablet\:from-indigo-500 {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .tablet\:from-indigo-600 {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .tablet\:from-indigo-700 {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .tablet\:from-indigo-800 {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .tablet\:from-indigo-900 {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .tablet\:from-purple {
        --tw-gradient-from: #6847c3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .tablet\:from-pink {
        --tw-gradient-from: #850737;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .tablet\:from-primary {
        --tw-gradient-from: #6E6E6E;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .tablet\:from-secondary {
        --tw-gradient-from: #ededed;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .tablet\:from-body_bg {
        --tw-gradient-from: #ffffff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .tablet\:from-body_text {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .tablet\:from-title {
        --tw-gradient-from: #3fb2cf;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .tablet\:from-grey {
        --tw-gradient-from: #524A51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .tablet\:from-dark_grey {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .tablet\:from-light_grey {
        --tw-gradient-from: #B7B7B7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .tablet\:from-medium_grey {
        --tw-gradient-from: #575156;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .tablet\:from-lightten_grey {
        --tw-gradient-from: #C6C6C6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .tablet\:from-grey_300 {
        --tw-gradient-from: #d3d3d3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .tablet\:from-grey_400 {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .tablet\:from-medium_blue {
        --tw-gradient-from: #45cdfc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .tablet\:from-dark_blue {
        --tw-gradient-from: #0080ac;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .tablet\:from-text_blue {
        --tw-gradient-from: #3FB2CF;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .tablet\:from-footer_bg {
        --tw-gradient-from: #464646;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .tablet\:from-brown {
        --tw-gradient-from: #805300;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .tablet\:from-dark_brown {
        --tw-gradient-from: #874433;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .tablet\:from-Light_purple {
        --tw-gradient-from: #65479b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .tablet\:from-dark_green {
        --tw-gradient-from: #479b51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .tablet\:from-medium_green {
        --tw-gradient-from: #3aac2b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .tablet\:from-light_green {
        --tw-gradient-from: #9acb3e;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .tablet\:from-green_900 {
        --tw-gradient-from: #396676;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .tablet\:from-dark_border {
        --tw-gradient-from: #707070;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .tablet\:hover\:from-transparent:hover {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .tablet\:hover\:from-current:hover {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .tablet\:hover\:from-black:hover {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .tablet\:hover\:from-white:hover {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .tablet\:hover\:from-gray-50:hover {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .tablet\:hover\:from-gray-100:hover {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .tablet\:hover\:from-gray-200:hover {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .tablet\:hover\:from-gray-300:hover {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .tablet\:hover\:from-gray-400:hover {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .tablet\:hover\:from-gray-500:hover {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .tablet\:hover\:from-gray-600:hover {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .tablet\:hover\:from-gray-700:hover {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .tablet\:hover\:from-gray-800:hover {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .tablet\:hover\:from-gray-900:hover {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .tablet\:hover\:from-red-50:hover {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .tablet\:hover\:from-red-100:hover {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .tablet\:hover\:from-red-200:hover {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .tablet\:hover\:from-red-300:hover {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .tablet\:hover\:from-red-400:hover {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .tablet\:hover\:from-red-500:hover {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .tablet\:hover\:from-red-600:hover {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .tablet\:hover\:from-red-700:hover {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .tablet\:hover\:from-red-800:hover {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .tablet\:hover\:from-red-900:hover {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .tablet\:hover\:from-yellow:hover {
        --tw-gradient-from: #ed9143;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .tablet\:hover\:from-green:hover {
        --tw-gradient-from: #7bbc00;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .tablet\:hover\:from-blue:hover {
        --tw-gradient-from: #5ba4dc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .tablet\:hover\:from-indigo-50:hover {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .tablet\:hover\:from-indigo-100:hover {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .tablet\:hover\:from-indigo-200:hover {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .tablet\:hover\:from-indigo-300:hover {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .tablet\:hover\:from-indigo-400:hover {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .tablet\:hover\:from-indigo-500:hover {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .tablet\:hover\:from-indigo-600:hover {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .tablet\:hover\:from-indigo-700:hover {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .tablet\:hover\:from-indigo-800:hover {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .tablet\:hover\:from-indigo-900:hover {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .tablet\:hover\:from-purple:hover {
        --tw-gradient-from: #6847c3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .tablet\:hover\:from-pink:hover {
        --tw-gradient-from: #850737;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .tablet\:hover\:from-primary:hover {
        --tw-gradient-from: #6E6E6E;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .tablet\:hover\:from-secondary:hover {
        --tw-gradient-from: #ededed;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .tablet\:hover\:from-body_bg:hover {
        --tw-gradient-from: #ffffff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .tablet\:hover\:from-body_text:hover {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .tablet\:hover\:from-title:hover {
        --tw-gradient-from: #3fb2cf;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .tablet\:hover\:from-grey:hover {
        --tw-gradient-from: #524A51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .tablet\:hover\:from-dark_grey:hover {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .tablet\:hover\:from-light_grey:hover {
        --tw-gradient-from: #B7B7B7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .tablet\:hover\:from-medium_grey:hover {
        --tw-gradient-from: #575156;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .tablet\:hover\:from-lightten_grey:hover {
        --tw-gradient-from: #C6C6C6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .tablet\:hover\:from-grey_300:hover {
        --tw-gradient-from: #d3d3d3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .tablet\:hover\:from-grey_400:hover {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .tablet\:hover\:from-medium_blue:hover {
        --tw-gradient-from: #45cdfc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .tablet\:hover\:from-dark_blue:hover {
        --tw-gradient-from: #0080ac;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .tablet\:hover\:from-text_blue:hover {
        --tw-gradient-from: #3FB2CF;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .tablet\:hover\:from-footer_bg:hover {
        --tw-gradient-from: #464646;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .tablet\:hover\:from-brown:hover {
        --tw-gradient-from: #805300;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .tablet\:hover\:from-dark_brown:hover {
        --tw-gradient-from: #874433;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .tablet\:hover\:from-Light_purple:hover {
        --tw-gradient-from: #65479b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .tablet\:hover\:from-dark_green:hover {
        --tw-gradient-from: #479b51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .tablet\:hover\:from-medium_green:hover {
        --tw-gradient-from: #3aac2b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .tablet\:hover\:from-light_green:hover {
        --tw-gradient-from: #9acb3e;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .tablet\:hover\:from-green_900:hover {
        --tw-gradient-from: #396676;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .tablet\:hover\:from-dark_border:hover {
        --tw-gradient-from: #707070;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .tablet\:focus\:from-transparent:focus {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .tablet\:focus\:from-current:focus {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .tablet\:focus\:from-black:focus {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .tablet\:focus\:from-white:focus {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .tablet\:focus\:from-gray-50:focus {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .tablet\:focus\:from-gray-100:focus {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .tablet\:focus\:from-gray-200:focus {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .tablet\:focus\:from-gray-300:focus {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .tablet\:focus\:from-gray-400:focus {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .tablet\:focus\:from-gray-500:focus {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .tablet\:focus\:from-gray-600:focus {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .tablet\:focus\:from-gray-700:focus {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .tablet\:focus\:from-gray-800:focus {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .tablet\:focus\:from-gray-900:focus {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .tablet\:focus\:from-red-50:focus {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .tablet\:focus\:from-red-100:focus {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .tablet\:focus\:from-red-200:focus {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .tablet\:focus\:from-red-300:focus {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .tablet\:focus\:from-red-400:focus {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .tablet\:focus\:from-red-500:focus {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .tablet\:focus\:from-red-600:focus {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .tablet\:focus\:from-red-700:focus {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .tablet\:focus\:from-red-800:focus {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .tablet\:focus\:from-red-900:focus {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .tablet\:focus\:from-yellow:focus {
        --tw-gradient-from: #ed9143;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .tablet\:focus\:from-green:focus {
        --tw-gradient-from: #7bbc00;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .tablet\:focus\:from-blue:focus {
        --tw-gradient-from: #5ba4dc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .tablet\:focus\:from-indigo-50:focus {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .tablet\:focus\:from-indigo-100:focus {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .tablet\:focus\:from-indigo-200:focus {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .tablet\:focus\:from-indigo-300:focus {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .tablet\:focus\:from-indigo-400:focus {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .tablet\:focus\:from-indigo-500:focus {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .tablet\:focus\:from-indigo-600:focus {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .tablet\:focus\:from-indigo-700:focus {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .tablet\:focus\:from-indigo-800:focus {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .tablet\:focus\:from-indigo-900:focus {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .tablet\:focus\:from-purple:focus {
        --tw-gradient-from: #6847c3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .tablet\:focus\:from-pink:focus {
        --tw-gradient-from: #850737;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .tablet\:focus\:from-primary:focus {
        --tw-gradient-from: #6E6E6E;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .tablet\:focus\:from-secondary:focus {
        --tw-gradient-from: #ededed;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .tablet\:focus\:from-body_bg:focus {
        --tw-gradient-from: #ffffff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .tablet\:focus\:from-body_text:focus {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .tablet\:focus\:from-title:focus {
        --tw-gradient-from: #3fb2cf;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .tablet\:focus\:from-grey:focus {
        --tw-gradient-from: #524A51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .tablet\:focus\:from-dark_grey:focus {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .tablet\:focus\:from-light_grey:focus {
        --tw-gradient-from: #B7B7B7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .tablet\:focus\:from-medium_grey:focus {
        --tw-gradient-from: #575156;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .tablet\:focus\:from-lightten_grey:focus {
        --tw-gradient-from: #C6C6C6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .tablet\:focus\:from-grey_300:focus {
        --tw-gradient-from: #d3d3d3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .tablet\:focus\:from-grey_400:focus {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .tablet\:focus\:from-medium_blue:focus {
        --tw-gradient-from: #45cdfc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .tablet\:focus\:from-dark_blue:focus {
        --tw-gradient-from: #0080ac;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .tablet\:focus\:from-text_blue:focus {
        --tw-gradient-from: #3FB2CF;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .tablet\:focus\:from-footer_bg:focus {
        --tw-gradient-from: #464646;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .tablet\:focus\:from-brown:focus {
        --tw-gradient-from: #805300;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .tablet\:focus\:from-dark_brown:focus {
        --tw-gradient-from: #874433;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .tablet\:focus\:from-Light_purple:focus {
        --tw-gradient-from: #65479b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .tablet\:focus\:from-dark_green:focus {
        --tw-gradient-from: #479b51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .tablet\:focus\:from-medium_green:focus {
        --tw-gradient-from: #3aac2b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .tablet\:focus\:from-light_green:focus {
        --tw-gradient-from: #9acb3e;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .tablet\:focus\:from-green_900:focus {
        --tw-gradient-from: #396676;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .tablet\:focus\:from-dark_border:focus {
        --tw-gradient-from: #707070;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .tablet\:via-transparent {
        --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .tablet\:via-current {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .tablet\:via-black {
        --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .tablet\:via-white {
        --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .tablet\:via-gray-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .tablet\:via-gray-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .tablet\:via-gray-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .tablet\:via-gray-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .tablet\:via-gray-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .tablet\:via-gray-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .tablet\:via-gray-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .tablet\:via-gray-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .tablet\:via-gray-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .tablet\:via-gray-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .tablet\:via-red-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .tablet\:via-red-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .tablet\:via-red-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .tablet\:via-red-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .tablet\:via-red-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .tablet\:via-red-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .tablet\:via-red-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .tablet\:via-red-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .tablet\:via-red-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .tablet\:via-red-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .tablet\:via-yellow {
        --tw-gradient-stops: var(--tw-gradient-from), #ed9143, var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .tablet\:via-green {
        --tw-gradient-stops: var(--tw-gradient-from), #7bbc00, var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .tablet\:via-blue {
        --tw-gradient-stops: var(--tw-gradient-from), #5ba4dc, var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .tablet\:via-indigo-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .tablet\:via-indigo-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .tablet\:via-indigo-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .tablet\:via-indigo-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .tablet\:via-indigo-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .tablet\:via-indigo-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .tablet\:via-indigo-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .tablet\:via-indigo-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .tablet\:via-indigo-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .tablet\:via-indigo-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .tablet\:via-purple {
        --tw-gradient-stops: var(--tw-gradient-from), #6847c3, var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .tablet\:via-pink {
        --tw-gradient-stops: var(--tw-gradient-from), #850737, var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .tablet\:via-primary {
        --tw-gradient-stops: var(--tw-gradient-from), #6E6E6E, var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .tablet\:via-secondary {
        --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .tablet\:via-body_bg {
        --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .tablet\:via-body_text {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .tablet\:via-title {
        --tw-gradient-stops: var(--tw-gradient-from), #3fb2cf, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .tablet\:via-grey {
        --tw-gradient-stops: var(--tw-gradient-from), #524A51, var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .tablet\:via-dark_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .tablet\:via-light_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .tablet\:via-medium_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #575156, var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .tablet\:via-lightten_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #C6C6C6, var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .tablet\:via-grey_300 {
        --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .tablet\:via-grey_400 {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .tablet\:via-medium_blue {
        --tw-gradient-stops: var(--tw-gradient-from), #45cdfc, var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .tablet\:via-dark_blue {
        --tw-gradient-stops: var(--tw-gradient-from), #0080ac, var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .tablet\:via-text_blue {
        --tw-gradient-stops: var(--tw-gradient-from), #3FB2CF, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .tablet\:via-footer_bg {
        --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .tablet\:via-brown {
        --tw-gradient-stops: var(--tw-gradient-from), #805300, var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .tablet\:via-dark_brown {
        --tw-gradient-stops: var(--tw-gradient-from), #874433, var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .tablet\:via-Light_purple {
        --tw-gradient-stops: var(--tw-gradient-from), #65479b, var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .tablet\:via-dark_green {
        --tw-gradient-stops: var(--tw-gradient-from), #479b51, var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .tablet\:via-medium_green {
        --tw-gradient-stops: var(--tw-gradient-from), #3aac2b, var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .tablet\:via-light_green {
        --tw-gradient-stops: var(--tw-gradient-from), #9acb3e, var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .tablet\:via-green_900 {
        --tw-gradient-stops: var(--tw-gradient-from), #396676, var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .tablet\:via-dark_border {
        --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .tablet\:hover\:via-transparent:hover {
        --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .tablet\:hover\:via-current:hover {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .tablet\:hover\:via-black:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .tablet\:hover\:via-white:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .tablet\:hover\:via-gray-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .tablet\:hover\:via-gray-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .tablet\:hover\:via-gray-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .tablet\:hover\:via-gray-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .tablet\:hover\:via-gray-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .tablet\:hover\:via-gray-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .tablet\:hover\:via-gray-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .tablet\:hover\:via-gray-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .tablet\:hover\:via-gray-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .tablet\:hover\:via-gray-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .tablet\:hover\:via-red-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .tablet\:hover\:via-red-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .tablet\:hover\:via-red-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .tablet\:hover\:via-red-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .tablet\:hover\:via-red-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .tablet\:hover\:via-red-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .tablet\:hover\:via-red-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .tablet\:hover\:via-red-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .tablet\:hover\:via-red-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .tablet\:hover\:via-red-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .tablet\:hover\:via-yellow:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ed9143, var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .tablet\:hover\:via-green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7bbc00, var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .tablet\:hover\:via-blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #5ba4dc, var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .tablet\:hover\:via-indigo-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .tablet\:hover\:via-indigo-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .tablet\:hover\:via-indigo-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .tablet\:hover\:via-indigo-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .tablet\:hover\:via-indigo-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .tablet\:hover\:via-indigo-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .tablet\:hover\:via-indigo-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .tablet\:hover\:via-indigo-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .tablet\:hover\:via-indigo-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .tablet\:hover\:via-indigo-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .tablet\:hover\:via-purple:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6847c3, var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .tablet\:hover\:via-pink:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #850737, var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .tablet\:hover\:via-primary:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6E6E6E, var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .tablet\:hover\:via-secondary:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .tablet\:hover\:via-body_bg:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .tablet\:hover\:via-body_text:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .tablet\:hover\:via-title:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3fb2cf, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .tablet\:hover\:via-grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #524A51, var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .tablet\:hover\:via-dark_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .tablet\:hover\:via-light_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .tablet\:hover\:via-medium_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #575156, var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .tablet\:hover\:via-lightten_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #C6C6C6, var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .tablet\:hover\:via-grey_300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .tablet\:hover\:via-grey_400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .tablet\:hover\:via-medium_blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #45cdfc, var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .tablet\:hover\:via-dark_blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #0080ac, var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .tablet\:hover\:via-text_blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3FB2CF, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .tablet\:hover\:via-footer_bg:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .tablet\:hover\:via-brown:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #805300, var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .tablet\:hover\:via-dark_brown:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #874433, var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .tablet\:hover\:via-Light_purple:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #65479b, var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .tablet\:hover\:via-dark_green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #479b51, var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .tablet\:hover\:via-medium_green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3aac2b, var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .tablet\:hover\:via-light_green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9acb3e, var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .tablet\:hover\:via-green_900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #396676, var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .tablet\:hover\:via-dark_border:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .tablet\:focus\:via-transparent:focus {
        --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .tablet\:focus\:via-current:focus {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .tablet\:focus\:via-black:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .tablet\:focus\:via-white:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .tablet\:focus\:via-gray-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .tablet\:focus\:via-gray-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .tablet\:focus\:via-gray-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .tablet\:focus\:via-gray-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .tablet\:focus\:via-gray-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .tablet\:focus\:via-gray-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .tablet\:focus\:via-gray-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .tablet\:focus\:via-gray-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .tablet\:focus\:via-gray-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .tablet\:focus\:via-gray-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .tablet\:focus\:via-red-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .tablet\:focus\:via-red-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .tablet\:focus\:via-red-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .tablet\:focus\:via-red-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .tablet\:focus\:via-red-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .tablet\:focus\:via-red-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .tablet\:focus\:via-red-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .tablet\:focus\:via-red-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .tablet\:focus\:via-red-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .tablet\:focus\:via-red-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .tablet\:focus\:via-yellow:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ed9143, var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .tablet\:focus\:via-green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7bbc00, var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .tablet\:focus\:via-blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #5ba4dc, var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .tablet\:focus\:via-indigo-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .tablet\:focus\:via-indigo-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .tablet\:focus\:via-indigo-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .tablet\:focus\:via-indigo-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .tablet\:focus\:via-indigo-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .tablet\:focus\:via-indigo-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .tablet\:focus\:via-indigo-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .tablet\:focus\:via-indigo-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .tablet\:focus\:via-indigo-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .tablet\:focus\:via-indigo-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .tablet\:focus\:via-purple:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6847c3, var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .tablet\:focus\:via-pink:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #850737, var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .tablet\:focus\:via-primary:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6E6E6E, var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .tablet\:focus\:via-secondary:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .tablet\:focus\:via-body_bg:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .tablet\:focus\:via-body_text:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .tablet\:focus\:via-title:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3fb2cf, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .tablet\:focus\:via-grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #524A51, var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .tablet\:focus\:via-dark_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .tablet\:focus\:via-light_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .tablet\:focus\:via-medium_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #575156, var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .tablet\:focus\:via-lightten_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #C6C6C6, var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .tablet\:focus\:via-grey_300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .tablet\:focus\:via-grey_400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .tablet\:focus\:via-medium_blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #45cdfc, var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .tablet\:focus\:via-dark_blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #0080ac, var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .tablet\:focus\:via-text_blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3FB2CF, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .tablet\:focus\:via-footer_bg:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .tablet\:focus\:via-brown:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #805300, var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .tablet\:focus\:via-dark_brown:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #874433, var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .tablet\:focus\:via-Light_purple:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #65479b, var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .tablet\:focus\:via-dark_green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #479b51, var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .tablet\:focus\:via-medium_green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3aac2b, var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .tablet\:focus\:via-light_green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9acb3e, var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .tablet\:focus\:via-green_900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #396676, var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .tablet\:focus\:via-dark_border:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .tablet\:to-transparent {
        --tw-gradient-to: transparent;
    }

    .tablet\:to-current {
        --tw-gradient-to: currentColor;
    }

    .tablet\:to-black {
        --tw-gradient-to: #000;
    }

    .tablet\:to-white {
        --tw-gradient-to: #fff;
    }

    .tablet\:to-gray-50 {
        --tw-gradient-to: #f9fafb;
    }

    .tablet\:to-gray-100 {
        --tw-gradient-to: #f3f4f6;
    }

    .tablet\:to-gray-200 {
        --tw-gradient-to: #e5e7eb;
    }

    .tablet\:to-gray-300 {
        --tw-gradient-to: #d1d5db;
    }

    .tablet\:to-gray-400 {
        --tw-gradient-to: #9ca3af;
    }

    .tablet\:to-gray-500 {
        --tw-gradient-to: #6b7280;
    }

    .tablet\:to-gray-600 {
        --tw-gradient-to: #4b5563;
    }

    .tablet\:to-gray-700 {
        --tw-gradient-to: #374151;
    }

    .tablet\:to-gray-800 {
        --tw-gradient-to: #1f2937;
    }

    .tablet\:to-gray-900 {
        --tw-gradient-to: #111827;
    }

    .tablet\:to-red-50 {
        --tw-gradient-to: #fef2f2;
    }

    .tablet\:to-red-100 {
        --tw-gradient-to: #fee2e2;
    }

    .tablet\:to-red-200 {
        --tw-gradient-to: #fecaca;
    }

    .tablet\:to-red-300 {
        --tw-gradient-to: #fca5a5;
    }

    .tablet\:to-red-400 {
        --tw-gradient-to: #f87171;
    }

    .tablet\:to-red-500 {
        --tw-gradient-to: #ef4444;
    }

    .tablet\:to-red-600 {
        --tw-gradient-to: #dc2626;
    }

    .tablet\:to-red-700 {
        --tw-gradient-to: #b91c1c;
    }

    .tablet\:to-red-800 {
        --tw-gradient-to: #991b1b;
    }

    .tablet\:to-red-900 {
        --tw-gradient-to: #7f1d1d;
    }

    .tablet\:to-yellow {
        --tw-gradient-to: #ed9143;
    }

    .tablet\:to-green {
        --tw-gradient-to: #7bbc00;
    }

    .tablet\:to-blue {
        --tw-gradient-to: #5ba4dc;
    }

    .tablet\:to-indigo-50 {
        --tw-gradient-to: #eef2ff;
    }

    .tablet\:to-indigo-100 {
        --tw-gradient-to: #e0e7ff;
    }

    .tablet\:to-indigo-200 {
        --tw-gradient-to: #c7d2fe;
    }

    .tablet\:to-indigo-300 {
        --tw-gradient-to: #a5b4fc;
    }

    .tablet\:to-indigo-400 {
        --tw-gradient-to: #818cf8;
    }

    .tablet\:to-indigo-500 {
        --tw-gradient-to: #6366f1;
    }

    .tablet\:to-indigo-600 {
        --tw-gradient-to: #4f46e5;
    }

    .tablet\:to-indigo-700 {
        --tw-gradient-to: #4338ca;
    }

    .tablet\:to-indigo-800 {
        --tw-gradient-to: #3730a3;
    }

    .tablet\:to-indigo-900 {
        --tw-gradient-to: #312e81;
    }

    .tablet\:to-purple {
        --tw-gradient-to: #6847c3;
    }

    .tablet\:to-pink {
        --tw-gradient-to: #850737;
    }

    .tablet\:to-primary {
        --tw-gradient-to: #6E6E6E;
    }

    .tablet\:to-secondary {
        --tw-gradient-to: #ededed;
    }

    .tablet\:to-body_bg {
        --tw-gradient-to: #ffffff;
    }

    .tablet\:to-body_text {
        --tw-gradient-to: #4a4349;
    }

    .tablet\:to-title {
        --tw-gradient-to: #3fb2cf;
    }

    .tablet\:to-grey {
        --tw-gradient-to: #524A51;
    }

    .tablet\:to-dark_grey {
        --tw-gradient-to: #4a4349;
    }

    .tablet\:to-light_grey {
        --tw-gradient-to: #B7B7B7;
    }

    .tablet\:to-medium_grey {
        --tw-gradient-to: #575156;
    }

    .tablet\:to-lightten_grey {
        --tw-gradient-to: #C6C6C6;
    }

    .tablet\:to-grey_300 {
        --tw-gradient-to: #d3d3d3;
    }

    .tablet\:to-grey_400 {
        --tw-gradient-to: #b7b7b7;
    }

    .tablet\:to-medium_blue {
        --tw-gradient-to: #45cdfc;
    }

    .tablet\:to-dark_blue {
        --tw-gradient-to: #0080ac;
    }

    .tablet\:to-text_blue {
        --tw-gradient-to: #3FB2CF;
    }

    .tablet\:to-footer_bg {
        --tw-gradient-to: #464646;
    }

    .tablet\:to-brown {
        --tw-gradient-to: #805300;
    }

    .tablet\:to-dark_brown {
        --tw-gradient-to: #874433;
    }

    .tablet\:to-Light_purple {
        --tw-gradient-to: #65479b;
    }

    .tablet\:to-dark_green {
        --tw-gradient-to: #479b51;
    }

    .tablet\:to-medium_green {
        --tw-gradient-to: #3aac2b;
    }

    .tablet\:to-light_green {
        --tw-gradient-to: #9acb3e;
    }

    .tablet\:to-green_900 {
        --tw-gradient-to: #396676;
    }

    .tablet\:to-dark_border {
        --tw-gradient-to: #707070;
    }

    .tablet\:hover\:to-transparent:hover {
        --tw-gradient-to: transparent;
    }

    .tablet\:hover\:to-current:hover {
        --tw-gradient-to: currentColor;
    }

    .tablet\:hover\:to-black:hover {
        --tw-gradient-to: #000;
    }

    .tablet\:hover\:to-white:hover {
        --tw-gradient-to: #fff;
    }

    .tablet\:hover\:to-gray-50:hover {
        --tw-gradient-to: #f9fafb;
    }

    .tablet\:hover\:to-gray-100:hover {
        --tw-gradient-to: #f3f4f6;
    }

    .tablet\:hover\:to-gray-200:hover {
        --tw-gradient-to: #e5e7eb;
    }

    .tablet\:hover\:to-gray-300:hover {
        --tw-gradient-to: #d1d5db;
    }

    .tablet\:hover\:to-gray-400:hover {
        --tw-gradient-to: #9ca3af;
    }

    .tablet\:hover\:to-gray-500:hover {
        --tw-gradient-to: #6b7280;
    }

    .tablet\:hover\:to-gray-600:hover {
        --tw-gradient-to: #4b5563;
    }

    .tablet\:hover\:to-gray-700:hover {
        --tw-gradient-to: #374151;
    }

    .tablet\:hover\:to-gray-800:hover {
        --tw-gradient-to: #1f2937;
    }

    .tablet\:hover\:to-gray-900:hover {
        --tw-gradient-to: #111827;
    }

    .tablet\:hover\:to-red-50:hover {
        --tw-gradient-to: #fef2f2;
    }

    .tablet\:hover\:to-red-100:hover {
        --tw-gradient-to: #fee2e2;
    }

    .tablet\:hover\:to-red-200:hover {
        --tw-gradient-to: #fecaca;
    }

    .tablet\:hover\:to-red-300:hover {
        --tw-gradient-to: #fca5a5;
    }

    .tablet\:hover\:to-red-400:hover {
        --tw-gradient-to: #f87171;
    }

    .tablet\:hover\:to-red-500:hover {
        --tw-gradient-to: #ef4444;
    }

    .tablet\:hover\:to-red-600:hover {
        --tw-gradient-to: #dc2626;
    }

    .tablet\:hover\:to-red-700:hover {
        --tw-gradient-to: #b91c1c;
    }

    .tablet\:hover\:to-red-800:hover {
        --tw-gradient-to: #991b1b;
    }

    .tablet\:hover\:to-red-900:hover {
        --tw-gradient-to: #7f1d1d;
    }

    .tablet\:hover\:to-yellow:hover {
        --tw-gradient-to: #ed9143;
    }

    .tablet\:hover\:to-green:hover {
        --tw-gradient-to: #7bbc00;
    }

    .tablet\:hover\:to-blue:hover {
        --tw-gradient-to: #5ba4dc;
    }

    .tablet\:hover\:to-indigo-50:hover {
        --tw-gradient-to: #eef2ff;
    }

    .tablet\:hover\:to-indigo-100:hover {
        --tw-gradient-to: #e0e7ff;
    }

    .tablet\:hover\:to-indigo-200:hover {
        --tw-gradient-to: #c7d2fe;
    }

    .tablet\:hover\:to-indigo-300:hover {
        --tw-gradient-to: #a5b4fc;
    }

    .tablet\:hover\:to-indigo-400:hover {
        --tw-gradient-to: #818cf8;
    }

    .tablet\:hover\:to-indigo-500:hover {
        --tw-gradient-to: #6366f1;
    }

    .tablet\:hover\:to-indigo-600:hover {
        --tw-gradient-to: #4f46e5;
    }

    .tablet\:hover\:to-indigo-700:hover {
        --tw-gradient-to: #4338ca;
    }

    .tablet\:hover\:to-indigo-800:hover {
        --tw-gradient-to: #3730a3;
    }

    .tablet\:hover\:to-indigo-900:hover {
        --tw-gradient-to: #312e81;
    }

    .tablet\:hover\:to-purple:hover {
        --tw-gradient-to: #6847c3;
    }

    .tablet\:hover\:to-pink:hover {
        --tw-gradient-to: #850737;
    }

    .tablet\:hover\:to-primary:hover {
        --tw-gradient-to: #6E6E6E;
    }

    .tablet\:hover\:to-secondary:hover {
        --tw-gradient-to: #ededed;
    }

    .tablet\:hover\:to-body_bg:hover {
        --tw-gradient-to: #ffffff;
    }

    .tablet\:hover\:to-body_text:hover {
        --tw-gradient-to: #4a4349;
    }

    .tablet\:hover\:to-title:hover {
        --tw-gradient-to: #3fb2cf;
    }

    .tablet\:hover\:to-grey:hover {
        --tw-gradient-to: #524A51;
    }

    .tablet\:hover\:to-dark_grey:hover {
        --tw-gradient-to: #4a4349;
    }

    .tablet\:hover\:to-light_grey:hover {
        --tw-gradient-to: #B7B7B7;
    }

    .tablet\:hover\:to-medium_grey:hover {
        --tw-gradient-to: #575156;
    }

    .tablet\:hover\:to-lightten_grey:hover {
        --tw-gradient-to: #C6C6C6;
    }

    .tablet\:hover\:to-grey_300:hover {
        --tw-gradient-to: #d3d3d3;
    }

    .tablet\:hover\:to-grey_400:hover {
        --tw-gradient-to: #b7b7b7;
    }

    .tablet\:hover\:to-medium_blue:hover {
        --tw-gradient-to: #45cdfc;
    }

    .tablet\:hover\:to-dark_blue:hover {
        --tw-gradient-to: #0080ac;
    }

    .tablet\:hover\:to-text_blue:hover {
        --tw-gradient-to: #3FB2CF;
    }

    .tablet\:hover\:to-footer_bg:hover {
        --tw-gradient-to: #464646;
    }

    .tablet\:hover\:to-brown:hover {
        --tw-gradient-to: #805300;
    }

    .tablet\:hover\:to-dark_brown:hover {
        --tw-gradient-to: #874433;
    }

    .tablet\:hover\:to-Light_purple:hover {
        --tw-gradient-to: #65479b;
    }

    .tablet\:hover\:to-dark_green:hover {
        --tw-gradient-to: #479b51;
    }

    .tablet\:hover\:to-medium_green:hover {
        --tw-gradient-to: #3aac2b;
    }

    .tablet\:hover\:to-light_green:hover {
        --tw-gradient-to: #9acb3e;
    }

    .tablet\:hover\:to-green_900:hover {
        --tw-gradient-to: #396676;
    }

    .tablet\:hover\:to-dark_border:hover {
        --tw-gradient-to: #707070;
    }

    .tablet\:focus\:to-transparent:focus {
        --tw-gradient-to: transparent;
    }

    .tablet\:focus\:to-current:focus {
        --tw-gradient-to: currentColor;
    }

    .tablet\:focus\:to-black:focus {
        --tw-gradient-to: #000;
    }

    .tablet\:focus\:to-white:focus {
        --tw-gradient-to: #fff;
    }

    .tablet\:focus\:to-gray-50:focus {
        --tw-gradient-to: #f9fafb;
    }

    .tablet\:focus\:to-gray-100:focus {
        --tw-gradient-to: #f3f4f6;
    }

    .tablet\:focus\:to-gray-200:focus {
        --tw-gradient-to: #e5e7eb;
    }

    .tablet\:focus\:to-gray-300:focus {
        --tw-gradient-to: #d1d5db;
    }

    .tablet\:focus\:to-gray-400:focus {
        --tw-gradient-to: #9ca3af;
    }

    .tablet\:focus\:to-gray-500:focus {
        --tw-gradient-to: #6b7280;
    }

    .tablet\:focus\:to-gray-600:focus {
        --tw-gradient-to: #4b5563;
    }

    .tablet\:focus\:to-gray-700:focus {
        --tw-gradient-to: #374151;
    }

    .tablet\:focus\:to-gray-800:focus {
        --tw-gradient-to: #1f2937;
    }

    .tablet\:focus\:to-gray-900:focus {
        --tw-gradient-to: #111827;
    }

    .tablet\:focus\:to-red-50:focus {
        --tw-gradient-to: #fef2f2;
    }

    .tablet\:focus\:to-red-100:focus {
        --tw-gradient-to: #fee2e2;
    }

    .tablet\:focus\:to-red-200:focus {
        --tw-gradient-to: #fecaca;
    }

    .tablet\:focus\:to-red-300:focus {
        --tw-gradient-to: #fca5a5;
    }

    .tablet\:focus\:to-red-400:focus {
        --tw-gradient-to: #f87171;
    }

    .tablet\:focus\:to-red-500:focus {
        --tw-gradient-to: #ef4444;
    }

    .tablet\:focus\:to-red-600:focus {
        --tw-gradient-to: #dc2626;
    }

    .tablet\:focus\:to-red-700:focus {
        --tw-gradient-to: #b91c1c;
    }

    .tablet\:focus\:to-red-800:focus {
        --tw-gradient-to: #991b1b;
    }

    .tablet\:focus\:to-red-900:focus {
        --tw-gradient-to: #7f1d1d;
    }

    .tablet\:focus\:to-yellow:focus {
        --tw-gradient-to: #ed9143;
    }

    .tablet\:focus\:to-green:focus {
        --tw-gradient-to: #7bbc00;
    }

    .tablet\:focus\:to-blue:focus {
        --tw-gradient-to: #5ba4dc;
    }

    .tablet\:focus\:to-indigo-50:focus {
        --tw-gradient-to: #eef2ff;
    }

    .tablet\:focus\:to-indigo-100:focus {
        --tw-gradient-to: #e0e7ff;
    }

    .tablet\:focus\:to-indigo-200:focus {
        --tw-gradient-to: #c7d2fe;
    }

    .tablet\:focus\:to-indigo-300:focus {
        --tw-gradient-to: #a5b4fc;
    }

    .tablet\:focus\:to-indigo-400:focus {
        --tw-gradient-to: #818cf8;
    }

    .tablet\:focus\:to-indigo-500:focus {
        --tw-gradient-to: #6366f1;
    }

    .tablet\:focus\:to-indigo-600:focus {
        --tw-gradient-to: #4f46e5;
    }

    .tablet\:focus\:to-indigo-700:focus {
        --tw-gradient-to: #4338ca;
    }

    .tablet\:focus\:to-indigo-800:focus {
        --tw-gradient-to: #3730a3;
    }

    .tablet\:focus\:to-indigo-900:focus {
        --tw-gradient-to: #312e81;
    }

    .tablet\:focus\:to-purple:focus {
        --tw-gradient-to: #6847c3;
    }

    .tablet\:focus\:to-pink:focus {
        --tw-gradient-to: #850737;
    }

    .tablet\:focus\:to-primary:focus {
        --tw-gradient-to: #6E6E6E;
    }

    .tablet\:focus\:to-secondary:focus {
        --tw-gradient-to: #ededed;
    }

    .tablet\:focus\:to-body_bg:focus {
        --tw-gradient-to: #ffffff;
    }

    .tablet\:focus\:to-body_text:focus {
        --tw-gradient-to: #4a4349;
    }

    .tablet\:focus\:to-title:focus {
        --tw-gradient-to: #3fb2cf;
    }

    .tablet\:focus\:to-grey:focus {
        --tw-gradient-to: #524A51;
    }

    .tablet\:focus\:to-dark_grey:focus {
        --tw-gradient-to: #4a4349;
    }

    .tablet\:focus\:to-light_grey:focus {
        --tw-gradient-to: #B7B7B7;
    }

    .tablet\:focus\:to-medium_grey:focus {
        --tw-gradient-to: #575156;
    }

    .tablet\:focus\:to-lightten_grey:focus {
        --tw-gradient-to: #C6C6C6;
    }

    .tablet\:focus\:to-grey_300:focus {
        --tw-gradient-to: #d3d3d3;
    }

    .tablet\:focus\:to-grey_400:focus {
        --tw-gradient-to: #b7b7b7;
    }

    .tablet\:focus\:to-medium_blue:focus {
        --tw-gradient-to: #45cdfc;
    }

    .tablet\:focus\:to-dark_blue:focus {
        --tw-gradient-to: #0080ac;
    }

    .tablet\:focus\:to-text_blue:focus {
        --tw-gradient-to: #3FB2CF;
    }

    .tablet\:focus\:to-footer_bg:focus {
        --tw-gradient-to: #464646;
    }

    .tablet\:focus\:to-brown:focus {
        --tw-gradient-to: #805300;
    }

    .tablet\:focus\:to-dark_brown:focus {
        --tw-gradient-to: #874433;
    }

    .tablet\:focus\:to-Light_purple:focus {
        --tw-gradient-to: #65479b;
    }

    .tablet\:focus\:to-dark_green:focus {
        --tw-gradient-to: #479b51;
    }

    .tablet\:focus\:to-medium_green:focus {
        --tw-gradient-to: #3aac2b;
    }

    .tablet\:focus\:to-light_green:focus {
        --tw-gradient-to: #9acb3e;
    }

    .tablet\:focus\:to-green_900:focus {
        --tw-gradient-to: #396676;
    }

    .tablet\:focus\:to-dark_border:focus {
        --tw-gradient-to: #707070;
    }

    .tablet\:decoration-slice {
        -webkit-box-decoration-break: slice;
        box-decoration-break: slice;
    }

    .tablet\:decoration-clone {
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
    }

    .tablet\:bg-auto {
        background-size: auto;
    }

    .tablet\:bg-cover {
        background-size: cover;
    }

    .tablet\:bg-contain {
        background-size: contain;
    }

    .tablet\:bg-fixed {
        background-attachment: fixed;
    }

    .tablet\:bg-local {
        background-attachment: local;
    }

    .tablet\:bg-scroll {
        background-attachment: scroll;
    }

    .tablet\:bg-clip-border {
        background-clip: border-box;
    }

    .tablet\:bg-clip-padding {
        background-clip: padding-box;
    }

    .tablet\:bg-clip-content {
        background-clip: content-box;
    }

    .tablet\:bg-clip-text {
        -webkit-background-clip: text;
        background-clip: text;
    }

    .tablet\:bg-bottom {
        background-position: bottom;
    }

    .tablet\:bg-center {
        background-position: center;
    }

    .tablet\:bg-left {
        background-position: left;
    }

    .tablet\:bg-left-bottom {
        background-position: left bottom;
    }

    .tablet\:bg-left-top {
        background-position: left top;
    }

    .tablet\:bg-right {
        background-position: right;
    }

    .tablet\:bg-right-bottom {
        background-position: right bottom;
    }

    .tablet\:bg-right-top {
        background-position: right top;
    }

    .tablet\:bg-top {
        background-position: top;
    }

    .tablet\:bg-repeat {
        background-repeat: repeat;
    }

    .tablet\:bg-no-repeat {
        background-repeat: no-repeat;
    }

    .tablet\:bg-repeat-x {
        background-repeat: repeat-x;
    }

    .tablet\:bg-repeat-y {
        background-repeat: repeat-y;
    }

    .tablet\:bg-repeat-round {
        background-repeat: round;
    }

    .tablet\:bg-repeat-space {
        background-repeat: space;
    }

    .tablet\:bg-origin-border {
        background-origin: border-box;
    }

    .tablet\:bg-origin-padding {
        background-origin: padding-box;
    }

    .tablet\:bg-origin-content {
        background-origin: content-box;
    }

    .tablet\:fill-current {
        fill: currentColor;
    }

    .tablet\:stroke-current {
        stroke: currentColor;
    }

    .tablet\:stroke-0 {
        stroke-width: 0;
    }

    .tablet\:stroke-1 {
        stroke-width: 1;
    }

    .tablet\:stroke-2 {
        stroke-width: 2;
    }

    .tablet\:object-contain {
        -o-object-fit: contain;
        object-fit: contain;
    }

    .tablet\:object-cover {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .tablet\:object-fill {
        -o-object-fit: fill;
        object-fit: fill;
    }

    .tablet\:object-none {
        -o-object-fit: none;
        object-fit: none;
    }

    .tablet\:object-scale-down {
        -o-object-fit: scale-down;
        object-fit: scale-down;
    }

    .tablet\:object-bottom {
        -o-object-position: bottom;
        object-position: bottom;
    }

    .tablet\:object-center {
        -o-object-position: center;
        object-position: center;
    }

    .tablet\:object-left {
        -o-object-position: left;
        object-position: left;
    }

    .tablet\:object-left-bottom {
        -o-object-position: left bottom;
        object-position: left bottom;
    }

    .tablet\:object-left-top {
        -o-object-position: left top;
        object-position: left top;
    }

    .tablet\:object-right {
        -o-object-position: right;
        object-position: right;
    }

    .tablet\:object-right-bottom {
        -o-object-position: right bottom;
        object-position: right bottom;
    }

    .tablet\:object-right-top {
        -o-object-position: right top;
        object-position: right top;
    }

    .tablet\:object-top {
        -o-object-position: top;
        object-position: top;
    }

    .tablet\:p-0 {
        padding: 0px;
    }

    .tablet\:p-1 {
        padding: 0.25rem;
    }

    .tablet\:p-2 {
        padding: 0.5rem;
    }

    .tablet\:p-3 {
        padding: 0.75rem;
    }

    .tablet\:p-4 {
        padding: 1rem;
    }

    .tablet\:p-5 {
        padding: 1.25rem;
    }

    .tablet\:p-6 {
        padding: 1.5rem;
    }

    .tablet\:p-7 {
        padding: 1.75rem;
    }

    .tablet\:p-8 {
        padding: 2rem;
    }

    .tablet\:p-9 {
        padding: 2.25rem;
    }

    .tablet\:p-10 {
        padding: 2.5rem;
    }

    .tablet\:p-11 {
        padding: 2.75rem;
    }

    .tablet\:p-12 {
        padding: 3rem;
    }

    .tablet\:p-13 {
        padding: 52px;
    }

    .tablet\:p-14 {
        padding: 3.5rem;
    }

    .tablet\:p-15 {
        padding: 3.93rem;
    }

    .tablet\:p-16 {
        padding: 4rem;
    }

    .tablet\:p-18 {
        padding: 4.375rem;
    }

    .tablet\:p-19 {
        padding: 76px;
    }

    .tablet\:p-20 {
        padding: 5rem;
    }

    .tablet\:p-22 {
        padding: 5.625rem;
    }

    .tablet\:p-24 {
        padding: 6rem;
    }

    .tablet\:p-26 {
        padding: 6.6875rem;
    }

    .tablet\:p-28 {
        padding: 7rem;
    }

    .tablet\:p-30 {
        padding: 120px;
    }

    .tablet\:p-32 {
        padding: 8rem;
    }

    .tablet\:p-36 {
        padding: 9rem;
    }

    .tablet\:p-40 {
        padding: 10rem;
    }

    .tablet\:p-44 {
        padding: 11rem;
    }

    .tablet\:p-46 {
        padding: 11.5625rem;
    }

    .tablet\:p-48 {
        padding: 12rem;
    }

    .tablet\:p-52 {
        padding: 13rem;
    }

    .tablet\:p-56 {
        padding: 14rem;
    }

    .tablet\:p-60 {
        padding: 15rem;
    }

    .tablet\:p-64 {
        padding: 16rem;
    }

    .tablet\:p-72 {
        padding: 18rem;
    }

    .tablet\:p-80 {
        padding: 20rem;
    }

    .tablet\:p-96 {
        padding: 24rem;
    }

    .tablet\:p-px {
        padding: 1px;
    }

    .tablet\:p-0\.5 {
        padding: 0.125rem;
    }

    .tablet\:p-1\.5 {
        padding: 0.375rem;
    }

    .tablet\:p-2\.5 {
        padding: 0.625rem;
    }

    .tablet\:p-3\.5 {
        padding: 0.875rem;
    }

    .tablet\:p-5p {
        padding: 5px;
    }

    .tablet\:p-10p {
        padding: 10px;
    }

    .tablet\:p-14p {
        padding: 14px;
    }

    .tablet\:p-15p {
        padding: 15px;
    }

    .tablet\:p-15_2 {
        padding: 60px;
    }

    .tablet\:p-16_1 {
        padding: 52px;
    }

    .tablet\:p-16p {
        padding: 16px;
    }

    .tablet\:p-25p {
        padding: 25px;
    }

    .tablet\:p-48p {
        padding: 48%;
    }

    .tablet\:p-52p {
        padding: 52%;
    }

    .tablet\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .tablet\:px-1 {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .tablet\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .tablet\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .tablet\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .tablet\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .tablet\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .tablet\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

    .tablet\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .tablet\:px-9 {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }

    .tablet\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .tablet\:px-11 {
        padding-left: 2.75rem;
        padding-right: 2.75rem;
    }

    .tablet\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .tablet\:px-13 {
        padding-left: 52px;
        padding-right: 52px;
    }

    .tablet\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }

    .tablet\:px-15 {
        padding-left: 3.93rem;
        padding-right: 3.93rem;
    }

    .tablet\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .tablet\:px-18 {
        padding-left: 4.375rem;
        padding-right: 4.375rem;
    }

    .tablet\:px-19 {
        padding-left: 76px;
        padding-right: 76px;
    }

    .tablet\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .tablet\:px-22 {
        padding-left: 5.625rem;
        padding-right: 5.625rem;
    }

    .tablet\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem;
    }

    .tablet\:px-26 {
        padding-left: 6.6875rem;
        padding-right: 6.6875rem;
    }

    .tablet\:px-28 {
        padding-left: 7rem;
        padding-right: 7rem;
    }

    .tablet\:px-30 {
        padding-left: 120px;
        padding-right: 120px;
    }

    .tablet\:px-32 {
        padding-left: 8rem;
        padding-right: 8rem;
    }

    .tablet\:px-36 {
        padding-left: 9rem;
        padding-right: 9rem;
    }

    .tablet\:px-40 {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .tablet\:px-44 {
        padding-left: 11rem;
        padding-right: 11rem;
    }

    .tablet\:px-46 {
        padding-left: 11.5625rem;
        padding-right: 11.5625rem;
    }

    .tablet\:px-48 {
        padding-left: 12rem;
        padding-right: 12rem;
    }

    .tablet\:px-52 {
        padding-left: 13rem;
        padding-right: 13rem;
    }

    .tablet\:px-56 {
        padding-left: 14rem;
        padding-right: 14rem;
    }

    .tablet\:px-60 {
        padding-left: 15rem;
        padding-right: 15rem;
    }

    .tablet\:px-64 {
        padding-left: 16rem;
        padding-right: 16rem;
    }

    .tablet\:px-72 {
        padding-left: 18rem;
        padding-right: 18rem;
    }

    .tablet\:px-80 {
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .tablet\:px-96 {
        padding-left: 24rem;
        padding-right: 24rem;
    }

    .tablet\:px-px {
        padding-left: 1px;
        padding-right: 1px;
    }

    .tablet\:px-0\.5 {
        padding-left: 0.125rem;
        padding-right: 0.125rem;
    }

    .tablet\:px-1\.5 {
        padding-left: 0.375rem;
        padding-right: 0.375rem;
    }

    .tablet\:px-2\.5 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }

    .tablet\:px-3\.5 {
        padding-left: 0.875rem;
        padding-right: 0.875rem;
    }

    .tablet\:px-5p {
        padding-left: 5px;
        padding-right: 5px;
    }

    .tablet\:px-10p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .tablet\:px-14p {
        padding-left: 14px;
        padding-right: 14px;
    }

    .tablet\:px-15p {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tablet\:px-15_2 {
        padding-left: 60px;
        padding-right: 60px;
    }

    .tablet\:px-16_1 {
        padding-left: 52px;
        padding-right: 52px;
    }

    .tablet\:px-16p {
        padding-left: 16px;
        padding-right: 16px;
    }

    .tablet\:px-25p {
        padding-left: 25px;
        padding-right: 25px;
    }

    .tablet\:px-48p {
        padding-left: 48%;
        padding-right: 48%;
    }

    .tablet\:px-52p {
        padding-left: 52%;
        padding-right: 52%;
    }

    .tablet\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .tablet\:py-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .tablet\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .tablet\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .tablet\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .tablet\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .tablet\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .tablet\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

    .tablet\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .tablet\:py-9 {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }

    .tablet\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .tablet\:py-11 {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem;
    }

    .tablet\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .tablet\:py-13 {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .tablet\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .tablet\:py-15 {
        padding-top: 3.93rem;
        padding-bottom: 3.93rem;
    }

    .tablet\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .tablet\:py-18 {
        padding-top: 4.375rem;
        padding-bottom: 4.375rem;
    }

    .tablet\:py-19 {
        padding-top: 76px;
        padding-bottom: 76px;
    }

    .tablet\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .tablet\:py-22 {
        padding-top: 5.625rem;
        padding-bottom: 5.625rem;
    }

    .tablet\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .tablet\:py-26 {
        padding-top: 6.6875rem;
        padding-bottom: 6.6875rem;
    }

    .tablet\:py-28 {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    .tablet\:py-30 {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .tablet\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .tablet\:py-36 {
        padding-top: 9rem;
        padding-bottom: 9rem;
    }

    .tablet\:py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .tablet\:py-44 {
        padding-top: 11rem;
        padding-bottom: 11rem;
    }

    .tablet\:py-46 {
        padding-top: 11.5625rem;
        padding-bottom: 11.5625rem;
    }

    .tablet\:py-48 {
        padding-top: 12rem;
        padding-bottom: 12rem;
    }

    .tablet\:py-52 {
        padding-top: 13rem;
        padding-bottom: 13rem;
    }

    .tablet\:py-56 {
        padding-top: 14rem;
        padding-bottom: 14rem;
    }

    .tablet\:py-60 {
        padding-top: 15rem;
        padding-bottom: 15rem;
    }

    .tablet\:py-64 {
        padding-top: 16rem;
        padding-bottom: 16rem;
    }

    .tablet\:py-72 {
        padding-top: 18rem;
        padding-bottom: 18rem;
    }

    .tablet\:py-80 {
        padding-top: 20rem;
        padding-bottom: 20rem;
    }

    .tablet\:py-96 {
        padding-top: 24rem;
        padding-bottom: 24rem;
    }

    .tablet\:py-px {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .tablet\:py-0\.5 {
        padding-top: 0.125rem;
        padding-bottom: 0.125rem;
    }

    .tablet\:py-1\.5 {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
    }

    .tablet\:py-2\.5 {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }

    .tablet\:py-3\.5 {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
    }

    .tablet\:py-5p {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .tablet\:py-10p {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .tablet\:py-14p {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .tablet\:py-15p {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .tablet\:py-15_2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .tablet\:py-16_1 {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .tablet\:py-16p {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .tablet\:py-25p {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .tablet\:py-48p {
        padding-top: 48%;
        padding-bottom: 48%;
    }

    .tablet\:py-52p {
        padding-top: 52%;
        padding-bottom: 52%;
    }

    .tablet\:pt-0 {
        padding-top: 0px;
    }

    .tablet\:pt-1 {
        padding-top: 0.25rem;
    }

    .tablet\:pt-2 {
        padding-top: 0.5rem;
    }

    .tablet\:pt-3 {
        padding-top: 0.75rem;
    }

    .tablet\:pt-4 {
        padding-top: 1rem;
    }

    .tablet\:pt-5 {
        padding-top: 1.25rem;
    }

    .tablet\:pt-6 {
        padding-top: 1.5rem;
    }

    .tablet\:pt-7 {
        padding-top: 1.75rem;
    }

    .tablet\:pt-8 {
        padding-top: 2rem;
    }

    .tablet\:pt-9 {
        padding-top: 2.25rem;
    }

    .tablet\:pt-10 {
        padding-top: 2.5rem;
    }

    .tablet\:pt-11 {
        padding-top: 2.75rem;
    }

    .tablet\:pt-12 {
        padding-top: 3rem;
    }

    .tablet\:pt-13 {
        padding-top: 52px;
    }

    .tablet\:pt-14 {
        padding-top: 3.5rem;
    }

    .tablet\:pt-15 {
        padding-top: 3.93rem;
    }

    .tablet\:pt-16 {
        padding-top: 4rem;
    }

    .tablet\:pt-18 {
        padding-top: 4.375rem;
    }

    .tablet\:pt-19 {
        padding-top: 76px;
    }

    .tablet\:pt-20 {
        padding-top: 5rem;
    }

    .tablet\:pt-22 {
        padding-top: 5.625rem;
    }

    .tablet\:pt-24 {
        padding-top: 6rem;
    }

    .tablet\:pt-26 {
        padding-top: 6.6875rem;
    }

    .tablet\:pt-28 {
        padding-top: 7rem;
    }

    .tablet\:pt-30 {
        padding-top: 120px;
    }

    .tablet\:pt-32 {
        padding-top: 8rem;
    }

    .tablet\:pt-36 {
        padding-top: 9rem;
    }

    .tablet\:pt-40 {
        padding-top: 10rem;
    }

    .tablet\:pt-44 {
        padding-top: 11rem;
    }

    .tablet\:pt-46 {
        padding-top: 11.5625rem;
    }

    .tablet\:pt-48 {
        padding-top: 12rem;
    }

    .tablet\:pt-52 {
        padding-top: 13rem;
    }

    .tablet\:pt-56 {
        padding-top: 14rem;
    }

    .tablet\:pt-60 {
        padding-top: 15rem;
    }

    .tablet\:pt-64 {
        padding-top: 16rem;
    }

    .tablet\:pt-72 {
        padding-top: 18rem;
    }

    .tablet\:pt-80 {
        padding-top: 20rem;
    }

    .tablet\:pt-96 {
        padding-top: 24rem;
    }

    .tablet\:pt-px {
        padding-top: 1px;
    }

    .tablet\:pt-0\.5 {
        padding-top: 0.125rem;
    }

    .tablet\:pt-1\.5 {
        padding-top: 0.375rem;
    }

    .tablet\:pt-2\.5 {
        padding-top: 0.625rem;
    }

    .tablet\:pt-3\.5 {
        padding-top: 0.875rem;
    }

    .tablet\:pt-5p {
        padding-top: 5px;
    }

    .tablet\:pt-10p {
        padding-top: 10px;
    }

    .tablet\:pt-14p {
        padding-top: 14px;
    }

    .tablet\:pt-15p {
        padding-top: 15px;
    }

    .tablet\:pt-15_2 {
        padding-top: 60px;
    }

    .tablet\:pt-16_1 {
        padding-top: 52px;
    }

    .tablet\:pt-16p {
        padding-top: 16px;
    }

    .tablet\:pt-25p {
        padding-top: 25px;
    }

    .tablet\:pt-48p {
        padding-top: 48%;
    }

    .tablet\:pt-52p {
        padding-top: 52%;
    }

    .tablet\:pr-0 {
        padding-right: 0px;
    }

    .tablet\:pr-1 {
        padding-right: 0.25rem;
    }

    .tablet\:pr-2 {
        padding-right: 0.5rem;
    }

    .tablet\:pr-3 {
        padding-right: 0.75rem;
    }

    .tablet\:pr-4 {
        padding-right: 1rem;
    }

    .tablet\:pr-5 {
        padding-right: 1.25rem;
    }

    .tablet\:pr-6 {
        padding-right: 1.5rem;
    }

    .tablet\:pr-7 {
        padding-right: 1.75rem;
    }

    .tablet\:pr-8 {
        padding-right: 2rem;
    }

    .tablet\:pr-9 {
        padding-right: 2.25rem;
    }

    .tablet\:pr-10 {
        padding-right: 2.5rem;
    }

    .tablet\:pr-11 {
        padding-right: 2.75rem;
    }

    .tablet\:pr-12 {
        padding-right: 3rem;
    }

    .tablet\:pr-13 {
        padding-right: 52px;
    }

    .tablet\:pr-14 {
        padding-right: 3.5rem;
    }

    .tablet\:pr-15 {
        padding-right: 3.93rem;
    }

    .tablet\:pr-16 {
        padding-right: 4rem;
    }

    .tablet\:pr-18 {
        padding-right: 4.375rem;
    }

    .tablet\:pr-19 {
        padding-right: 76px;
    }

    .tablet\:pr-20 {
        padding-right: 5rem;
    }

    .tablet\:pr-22 {
        padding-right: 5.625rem;
    }

    .tablet\:pr-24 {
        padding-right: 6rem;
    }

    .tablet\:pr-26 {
        padding-right: 6.6875rem;
    }

    .tablet\:pr-28 {
        padding-right: 7rem;
    }

    .tablet\:pr-30 {
        padding-right: 120px;
    }

    .tablet\:pr-32 {
        padding-right: 8rem;
    }

    .tablet\:pr-36 {
        padding-right: 9rem;
    }

    .tablet\:pr-40 {
        padding-right: 10rem;
    }

    .tablet\:pr-44 {
        padding-right: 11rem;
    }

    .tablet\:pr-46 {
        padding-right: 11.5625rem;
    }

    .tablet\:pr-48 {
        padding-right: 12rem;
    }

    .tablet\:pr-52 {
        padding-right: 13rem;
    }

    .tablet\:pr-56 {
        padding-right: 14rem;
    }

    .tablet\:pr-60 {
        padding-right: 15rem;
    }

    .tablet\:pr-64 {
        padding-right: 16rem;
    }

    .tablet\:pr-72 {
        padding-right: 18rem;
    }

    .tablet\:pr-80 {
        padding-right: 20rem;
    }

    .tablet\:pr-96 {
        padding-right: 24rem;
    }

    .tablet\:pr-px {
        padding-right: 1px;
    }

    .tablet\:pr-0\.5 {
        padding-right: 0.125rem;
    }

    .tablet\:pr-1\.5 {
        padding-right: 0.375rem;
    }

    .tablet\:pr-2\.5 {
        padding-right: 0.625rem;
    }

    .tablet\:pr-3\.5 {
        padding-right: 0.875rem;
    }

    .tablet\:pr-5p {
        padding-right: 5px;
    }

    .tablet\:pr-10p {
        padding-right: 10px;
    }

    .tablet\:pr-14p {
        padding-right: 14px;
    }

    .tablet\:pr-15p {
        padding-right: 15px;
    }

    .tablet\:pr-15_2 {
        padding-right: 60px;
    }

    .tablet\:pr-16_1 {
        padding-right: 52px;
    }

    .tablet\:pr-16p {
        padding-right: 16px;
    }

    .tablet\:pr-25p {
        padding-right: 25px;
    }

    .tablet\:pr-48p {
        padding-right: 48%;
    }

    .tablet\:pr-52p {
        padding-right: 52%;
    }

    .tablet\:pb-0 {
        padding-bottom: 0px;
    }

    .tablet\:pb-1 {
        padding-bottom: 0.25rem;
    }

    .tablet\:pb-2 {
        padding-bottom: 0.5rem;
    }

    .tablet\:pb-3 {
        padding-bottom: 0.75rem;
    }

    .tablet\:pb-4 {
        padding-bottom: 1rem;
    }

    .tablet\:pb-5 {
        padding-bottom: 1.25rem;
    }

    .tablet\:pb-6 {
        padding-bottom: 1.5rem;
    }

    .tablet\:pb-7 {
        padding-bottom: 1.75rem;
    }

    .tablet\:pb-8 {
        padding-bottom: 2rem;
    }

    .tablet\:pb-9 {
        padding-bottom: 2.25rem;
    }

    .tablet\:pb-10 {
        padding-bottom: 2.5rem;
    }

    .tablet\:pb-11 {
        padding-bottom: 2.75rem;
    }

    .tablet\:pb-12 {
        padding-bottom: 3rem;
    }

    .tablet\:pb-13 {
        padding-bottom: 52px;
    }

    .tablet\:pb-14 {
        padding-bottom: 3.5rem;
    }

    .tablet\:pb-15 {
        padding-bottom: 3.93rem;
    }

    .tablet\:pb-16 {
        padding-bottom: 4rem;
    }

    .tablet\:pb-18 {
        padding-bottom: 4.375rem;
    }

    .tablet\:pb-19 {
        padding-bottom: 76px;
    }

    .tablet\:pb-20 {
        padding-bottom: 5rem;
    }

    .tablet\:pb-22 {
        padding-bottom: 5.625rem;
    }

    .tablet\:pb-24 {
        padding-bottom: 6rem;
    }

    .tablet\:pb-26 {
        padding-bottom: 6.6875rem;
    }

    .tablet\:pb-28 {
        padding-bottom: 7rem;
    }

    .tablet\:pb-30 {
        padding-bottom: 120px;
    }

    .tablet\:pb-32 {
        padding-bottom: 8rem;
    }

    .tablet\:pb-36 {
        padding-bottom: 9rem;
    }

    .tablet\:pb-40 {
        padding-bottom: 10rem;
    }

    .tablet\:pb-44 {
        padding-bottom: 11rem;
    }

    .tablet\:pb-46 {
        padding-bottom: 11.5625rem;
    }

    .tablet\:pb-48 {
        padding-bottom: 12rem;
    }

    .tablet\:pb-52 {
        padding-bottom: 13rem;
    }

    .tablet\:pb-56 {
        padding-bottom: 14rem;
    }

    .tablet\:pb-60 {
        padding-bottom: 15rem;
    }

    .tablet\:pb-64 {
        padding-bottom: 16rem;
    }

    .tablet\:pb-72 {
        padding-bottom: 18rem;
    }

    .tablet\:pb-80 {
        padding-bottom: 20rem;
    }

    .tablet\:pb-96 {
        padding-bottom: 24rem;
    }

    .tablet\:pb-px {
        padding-bottom: 1px;
    }

    .tablet\:pb-0\.5 {
        padding-bottom: 0.125rem;
    }

    .tablet\:pb-1\.5 {
        padding-bottom: 0.375rem;
    }

    .tablet\:pb-2\.5 {
        padding-bottom: 0.625rem;
    }

    .tablet\:pb-3\.5 {
        padding-bottom: 0.875rem;
    }

    .tablet\:pb-5p {
        padding-bottom: 5px;
    }

    .tablet\:pb-10p {
        padding-bottom: 10px;
    }

    .tablet\:pb-14p {
        padding-bottom: 14px;
    }

    .tablet\:pb-15p {
        padding-bottom: 15px;
    }

    .tablet\:pb-15_2 {
        padding-bottom: 60px;
    }

    .tablet\:pb-16_1 {
        padding-bottom: 52px;
    }

    .tablet\:pb-16p {
        padding-bottom: 16px;
    }

    .tablet\:pb-25p {
        padding-bottom: 25px;
    }

    .tablet\:pb-48p {
        padding-bottom: 48%;
    }

    .tablet\:pb-52p {
        padding-bottom: 52%;
    }

    .tablet\:pl-0 {
        padding-left: 0px;
    }

    .tablet\:pl-1 {
        padding-left: 0.25rem;
    }

    .tablet\:pl-2 {
        padding-left: 0.5rem;
    }

    .tablet\:pl-3 {
        padding-left: 0.75rem;
    }

    .tablet\:pl-4 {
        padding-left: 1rem;
    }

    .tablet\:pl-5 {
        padding-left: 1.25rem;
    }

    .tablet\:pl-6 {
        padding-left: 1.5rem;
    }

    .tablet\:pl-7 {
        padding-left: 1.75rem;
    }

    .tablet\:pl-8 {
        padding-left: 2rem;
    }

    .tablet\:pl-9 {
        padding-left: 2.25rem;
    }

    .tablet\:pl-10 {
        padding-left: 2.5rem;
    }

    .tablet\:pl-11 {
        padding-left: 2.75rem;
    }

    .tablet\:pl-12 {
        padding-left: 3rem;
    }

    .tablet\:pl-13 {
        padding-left: 52px;
    }

    .tablet\:pl-14 {
        padding-left: 3.5rem;
    }

    .tablet\:pl-15 {
        padding-left: 3.93rem;
    }

    .tablet\:pl-16 {
        padding-left: 4rem;
    }

    .tablet\:pl-18 {
        padding-left: 4.375rem;
    }

    .tablet\:pl-19 {
        padding-left: 76px;
    }

    .tablet\:pl-20 {
        padding-left: 5rem;
    }

    .tablet\:pl-22 {
        padding-left: 5.625rem;
    }

    .tablet\:pl-24 {
        padding-left: 6rem;
    }

    .tablet\:pl-26 {
        padding-left: 6.6875rem;
    }

    .tablet\:pl-28 {
        padding-left: 7rem;
    }

    .tablet\:pl-30 {
        padding-left: 120px;
    }

    .tablet\:pl-32 {
        padding-left: 8rem;
    }

    .tablet\:pl-36 {
        padding-left: 9rem;
    }

    .tablet\:pl-40 {
        padding-left: 10rem;
    }

    .tablet\:pl-44 {
        padding-left: 11rem;
    }

    .tablet\:pl-46 {
        padding-left: 11.5625rem;
    }

    .tablet\:pl-48 {
        padding-left: 12rem;
    }

    .tablet\:pl-52 {
        padding-left: 13rem;
    }

    .tablet\:pl-56 {
        padding-left: 14rem;
    }

    .tablet\:pl-60 {
        padding-left: 15rem;
    }

    .tablet\:pl-64 {
        padding-left: 16rem;
    }

    .tablet\:pl-72 {
        padding-left: 18rem;
    }

    .tablet\:pl-80 {
        padding-left: 20rem;
    }

    .tablet\:pl-96 {
        padding-left: 24rem;
    }

    .tablet\:pl-px {
        padding-left: 1px;
    }

    .tablet\:pl-0\.5 {
        padding-left: 0.125rem;
    }

    .tablet\:pl-1\.5 {
        padding-left: 0.375rem;
    }

    .tablet\:pl-2\.5 {
        padding-left: 0.625rem;
    }

    .tablet\:pl-3\.5 {
        padding-left: 0.875rem;
    }

    .tablet\:pl-5p {
        padding-left: 5px;
    }

    .tablet\:pl-10p {
        padding-left: 10px;
    }

    .tablet\:pl-14p {
        padding-left: 14px;
    }

    .tablet\:pl-15p {
        padding-left: 15px;
    }

    .tablet\:pl-15_2 {
        padding-left: 60px;
    }

    .tablet\:pl-16_1 {
        padding-left: 52px;
    }

    .tablet\:pl-16p {
        padding-left: 16px;
    }

    .tablet\:pl-25p {
        padding-left: 25px;
    }

    .tablet\:pl-48p {
        padding-left: 48%;
    }

    .tablet\:pl-52p {
        padding-left: 52%;
    }

    .tablet\:text-left {
        text-align: left;
    }

    .tablet\:text-center {
        text-align: center;
    }

    .tablet\:text-right {
        text-align: right;
    }

    .tablet\:text-justify {
        text-align: justify;
    }

    .tablet\:align-baseline {
        vertical-align: baseline;
    }

    .tablet\:align-top {
        vertical-align: top;
    }

    .tablet\:align-middle {
        vertical-align: middle;
    }

    .tablet\:align-bottom {
        vertical-align: bottom;
    }

    .tablet\:align-text-top {
        vertical-align: text-top;
    }

    .tablet\:align-text-bottom {
        vertical-align: text-bottom;
    }

    .tablet\: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";
    }

    .tablet\:font-serif {
        font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    }

    .tablet\:font-mono {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    }

    .tablet\:font-body {
        font-family: "Red Hat Display";
    }

    .tablet\:font-primary {
        font-family: "Noto Sans";
    }

    .tablet\:font-secondary {
        font-family: "Montserrat";
    }

    .tablet\:font-Helvetica_Bold {
        font-family: "Helvetica-Bold";
    }

    .tablet\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }

    .tablet\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .tablet\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .tablet\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .tablet\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .tablet\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .tablet\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .tablet\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .tablet\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

    .tablet\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }

    .tablet\:text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }

    .tablet\:text-8xl {
        font-size: 6rem;
        line-height: 1;
    }

    .tablet\:text-9xl {
        font-size: 8rem;
        line-height: 1;
    }

    .tablet\:text-10p {
        font-size: 0.625rem;
    }

    .tablet\:text-50p {
        font-size: 3.125rem;
    }

    .tablet\:text-40p {
        font-size: 2.5rem;
    }

    .tablet\:text-8\.5xl {
        font-size: 7.5rem;
        line-height: 7.8rem;
    }

    .tablet\:text-80p {
        font-size: 80px;
        line-height: 90px;
    }

    .tablet\:font-thin {
        font-weight: 100;
    }

    .tablet\:font-extralight {
        font-weight: 200;
    }

    .tablet\:font-light {
        font-weight: 300;
    }

    .tablet\:font-normal {
        font-weight: 400;
    }

    .tablet\:font-medium {
        font-weight: 500;
    }

    .tablet\:font-semibold {
        font-weight: 600;
    }

    .tablet\:font-bold {
        font-weight: 700;
    }

    .tablet\:font-extrabold {
        font-weight: 800;
    }

    .tablet\:font-black {
        font-weight: 900;
    }

    .tablet\:uppercase {
        text-transform: uppercase;
    }

    .tablet\:lowercase {
        text-transform: lowercase;
    }

    .tablet\:capitalize {
        text-transform: capitalize;
    }

    .tablet\:normal-case {
        text-transform: none;
    }

    .tablet\:italic {
        font-style: italic;
    }

    .tablet\:not-italic {
        font-style: normal;
    }

    .tablet\:ordinal,
    .tablet\:slashed-zero,
    .tablet\:lining-nums,
    .tablet\:oldstyle-nums,
    .tablet\:proportional-nums,
    .tablet\:tabular-nums,
    .tablet\:diagonal-fractions,
    .tablet\:stacked-fractions {
        --tw-ordinal: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-slashed-zero: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-numeric-figure: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-numeric-spacing: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-numeric-fraction: var(--tw-empty,
                /*!*/
                /*!*/
            );
        font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
    }

    .tablet\:normal-nums {
        font-variant-numeric: normal;
    }

    .tablet\:ordinal {
        --tw-ordinal: ordinal;
    }

    .tablet\:slashed-zero {
        --tw-slashed-zero: slashed-zero;
    }

    .tablet\:lining-nums {
        --tw-numeric-figure: lining-nums;
    }

    .tablet\:oldstyle-nums {
        --tw-numeric-figure: oldstyle-nums;
    }

    .tablet\:proportional-nums {
        --tw-numeric-spacing: proportional-nums;
    }

    .tablet\:tabular-nums {
        --tw-numeric-spacing: tabular-nums;
    }

    .tablet\:diagonal-fractions {
        --tw-numeric-fraction: diagonal-fractions;
    }

    .tablet\:stacked-fractions {
        --tw-numeric-fraction: stacked-fractions;
    }

    .tablet\:leading-3 {
        line-height: .75rem;
    }

    .tablet\:leading-4 {
        line-height: 1rem;
    }

    .tablet\:leading-5 {
        line-height: 1.25rem;
    }

    .tablet\:leading-6 {
        line-height: 1.5rem;
    }

    .tablet\:leading-7 {
        line-height: 1.75rem;
    }

    .tablet\:leading-8 {
        line-height: 2rem;
    }

    .tablet\:leading-9 {
        line-height: 2.25rem;
    }

    .tablet\:leading-10 {
        line-height: 2.5rem;
    }

    .tablet\:leading-none {
        line-height: 1;
    }

    .tablet\:leading-tight {
        line-height: 1.25;
    }

    .tablet\:leading-snug {
        line-height: 1.375;
    }

    .tablet\:leading-normal {
        line-height: 1.5;
    }

    .tablet\:leading-relaxed {
        line-height: 1.625;
    }

    .tablet\:leading-loose {
        line-height: 2;
    }

    .tablet\:tracking-tightest {
        letter-spacing: -.075em;
    }

    .tablet\:tracking-tighter {
        letter-spacing: -.05em;
    }

    .tablet\:tracking-tight {
        letter-spacing: -.025em;
    }

    .tablet\:tracking-normal {
        letter-spacing: 0;
    }

    .tablet\:tracking-wide {
        letter-spacing: 1.5px;
    }

    .tablet\:tracking-wider {
        letter-spacing: .05em;
    }

    .tablet\:tracking-wider_lg {
        letter-spacing: .1em;
    }

    .tablet\:tracking-widest {
        letter-spacing: .15em;
    }

    .tablet\:text-transparent {
        color: transparent;
    }

    .tablet\:text-current {
        color: currentColor;
    }

    .tablet\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .tablet\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .tablet\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .tablet\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .tablet\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .tablet\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .tablet\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .tablet\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .tablet\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .tablet\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .tablet\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .tablet\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .tablet\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .tablet\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .tablet\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .tablet\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .tablet\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .tablet\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .tablet\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .tablet\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .tablet\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .tablet\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .tablet\:text-yellow {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .tablet\:text-green {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .tablet\:text-blue {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .tablet\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .tablet\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .tablet\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .tablet\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .tablet\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .tablet\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .tablet\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .tablet\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .tablet\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .tablet\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .tablet\:text-purple {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .tablet\:text-pink {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .tablet\:text-primary {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .tablet\:text-secondary {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .tablet\:text-body_bg {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .tablet\:text-body_text {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .tablet\:text-title {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .tablet\:text-grey {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .tablet\:text-dark_grey {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .tablet\:text-light_grey {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .tablet\:text-medium_grey {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .tablet\:text-lightten_grey {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .tablet\:text-grey_300 {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .tablet\:text-grey_400 {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .tablet\:text-medium_blue {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .tablet\:text-dark_blue {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .tablet\:text-text_blue {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .tablet\:text-footer_bg {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .tablet\:text-brown {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .tablet\:text-dark_brown {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .tablet\:text-Light_purple {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .tablet\:text-dark_green {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .tablet\:text-medium_green {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .tablet\:text-light_green {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .tablet\:text-green_900 {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .tablet\:text-dark_border {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-transparent {
        color: transparent;
    }

    .group:hover .tablet\:group-hover\:text-current {
        color: currentColor;
    }

    .group:hover .tablet\:group-hover\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-yellow {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-green {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-blue {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-purple {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-pink {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-primary {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-secondary {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-body_bg {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-body_text {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-title {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-grey {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-dark_grey {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-light_grey {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-medium_grey {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-lightten_grey {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-grey_300 {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-grey_400 {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-medium_blue {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-dark_blue {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-text_blue {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-footer_bg {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-brown {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-dark_brown {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-Light_purple {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-dark_green {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-medium_green {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-light_green {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-green_900 {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .group:hover .tablet\:group-hover\:text-dark_border {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-transparent:focus-within {
        color: transparent;
    }

    .tablet\:focus-within\:text-current:focus-within {
        color: currentColor;
    }

    .tablet\:focus-within\:text-black:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-white:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-gray-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-gray-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-gray-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-gray-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-gray-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-gray-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-gray-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-gray-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-gray-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-gray-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-red-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-red-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-red-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-red-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-red-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-red-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-red-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-red-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-red-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-red-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-yellow:focus-within {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-indigo-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-indigo-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-indigo-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-indigo-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-indigo-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-indigo-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-indigo-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-indigo-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-indigo-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-indigo-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-purple:focus-within {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-pink:focus-within {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-primary:focus-within {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-secondary:focus-within {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-body_bg:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-body_text:focus-within {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-title:focus-within {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-dark_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-light_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-medium_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-lightten_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-grey_300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-grey_400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-medium_blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-dark_blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-text_blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-footer_bg:focus-within {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-brown:focus-within {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-dark_brown:focus-within {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-Light_purple:focus-within {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-dark_green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-medium_green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-light_green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-green_900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .tablet\:focus-within\:text-dark_border:focus-within {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-transparent:hover {
        color: transparent;
    }

    .tablet\:hover\:text-current:hover {
        color: currentColor;
    }

    .tablet\:hover\:text-black:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-white:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-gray-50:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-gray-100:hover {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-gray-200:hover {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-gray-300:hover {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-gray-400:hover {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-gray-500:hover {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-gray-600:hover {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-gray-700:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-gray-800:hover {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-gray-900:hover {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-red-50:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-red-100:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-red-200:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-red-300:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-red-400:hover {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-red-500:hover {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-red-600:hover {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-red-700:hover {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-red-800:hover {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-red-900:hover {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-yellow:hover {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-green:hover {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-blue:hover {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-indigo-50:hover {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-indigo-100:hover {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-indigo-200:hover {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-indigo-300:hover {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-indigo-400:hover {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-indigo-500:hover {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-indigo-600:hover {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-indigo-700:hover {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-indigo-800:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-indigo-900:hover {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-purple:hover {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-pink:hover {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-primary:hover {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-secondary:hover {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-body_bg:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-body_text:hover {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-title:hover {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-grey:hover {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-dark_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-light_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-medium_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-lightten_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-grey_300:hover {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-grey_400:hover {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-medium_blue:hover {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-dark_blue:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-text_blue:hover {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-footer_bg:hover {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-brown:hover {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-dark_brown:hover {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-Light_purple:hover {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-dark_green:hover {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-medium_green:hover {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-light_green:hover {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-green_900:hover {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .tablet\:hover\:text-dark_border:hover {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-transparent:focus {
        color: transparent;
    }

    .tablet\:focus\:text-current:focus {
        color: currentColor;
    }

    .tablet\:focus\:text-black:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-white:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-gray-50:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-gray-100:focus {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-gray-200:focus {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-gray-300:focus {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-gray-400:focus {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-gray-500:focus {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-gray-600:focus {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-gray-700:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-gray-800:focus {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-gray-900:focus {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-red-50:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-red-100:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-red-200:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-red-300:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-red-400:focus {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-red-500:focus {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-red-600:focus {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-red-700:focus {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-red-800:focus {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-red-900:focus {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-yellow:focus {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-green:focus {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-blue:focus {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-indigo-50:focus {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-indigo-100:focus {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-indigo-200:focus {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-indigo-300:focus {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-indigo-400:focus {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-indigo-500:focus {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-indigo-600:focus {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-indigo-700:focus {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-indigo-800:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-indigo-900:focus {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-purple:focus {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-pink:focus {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-primary:focus {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-secondary:focus {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-body_bg:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-body_text:focus {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-title:focus {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-grey:focus {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-dark_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-light_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-medium_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-lightten_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-grey_300:focus {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-grey_400:focus {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-medium_blue:focus {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-dark_blue:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-text_blue:focus {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-footer_bg:focus {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-brown:focus {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-dark_brown:focus {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-Light_purple:focus {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-dark_green:focus {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-medium_green:focus {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-light_green:focus {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-green_900:focus {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .tablet\:focus\:text-dark_border:focus {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .tablet\:text-opacity-0 {
        --tw-text-opacity: 0;
    }

    .tablet\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }

    .tablet\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }

    .tablet\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }

    .tablet\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }

    .tablet\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }

    .tablet\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }

    .tablet\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }

    .tablet\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }

    .tablet\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }

    .tablet\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }

    .tablet\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }

    .tablet\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }

    .tablet\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }

    .tablet\:text-opacity-100 {
        --tw-text-opacity: 1;
    }

    .group:hover .tablet\:group-hover\:text-opacity-0 {
        --tw-text-opacity: 0;
    }

    .group:hover .tablet\:group-hover\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }

    .group:hover .tablet\:group-hover\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }

    .group:hover .tablet\:group-hover\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }

    .group:hover .tablet\:group-hover\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }

    .group:hover .tablet\:group-hover\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }

    .group:hover .tablet\:group-hover\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }

    .group:hover .tablet\:group-hover\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }

    .group:hover .tablet\:group-hover\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }

    .group:hover .tablet\:group-hover\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }

    .group:hover .tablet\:group-hover\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }

    .group:hover .tablet\:group-hover\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }

    .group:hover .tablet\:group-hover\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }

    .group:hover .tablet\:group-hover\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }

    .group:hover .tablet\:group-hover\:text-opacity-100 {
        --tw-text-opacity: 1;
    }

    .tablet\:focus-within\:text-opacity-0:focus-within {
        --tw-text-opacity: 0;
    }

    .tablet\:focus-within\:text-opacity-5:focus-within {
        --tw-text-opacity: 0.05;
    }

    .tablet\:focus-within\:text-opacity-10:focus-within {
        --tw-text-opacity: 0.1;
    }

    .tablet\:focus-within\:text-opacity-20:focus-within {
        --tw-text-opacity: 0.2;
    }

    .tablet\:focus-within\:text-opacity-25:focus-within {
        --tw-text-opacity: 0.25;
    }

    .tablet\:focus-within\:text-opacity-30:focus-within {
        --tw-text-opacity: 0.3;
    }

    .tablet\:focus-within\:text-opacity-40:focus-within {
        --tw-text-opacity: 0.4;
    }

    .tablet\:focus-within\:text-opacity-50:focus-within {
        --tw-text-opacity: 0.5;
    }

    .tablet\:focus-within\:text-opacity-60:focus-within {
        --tw-text-opacity: 0.6;
    }

    .tablet\:focus-within\:text-opacity-70:focus-within {
        --tw-text-opacity: 0.7;
    }

    .tablet\:focus-within\:text-opacity-75:focus-within {
        --tw-text-opacity: 0.75;
    }

    .tablet\:focus-within\:text-opacity-80:focus-within {
        --tw-text-opacity: 0.8;
    }

    .tablet\:focus-within\:text-opacity-90:focus-within {
        --tw-text-opacity: 0.9;
    }

    .tablet\:focus-within\:text-opacity-95:focus-within {
        --tw-text-opacity: 0.95;
    }

    .tablet\:focus-within\:text-opacity-100:focus-within {
        --tw-text-opacity: 1;
    }

    .tablet\:hover\:text-opacity-0:hover {
        --tw-text-opacity: 0;
    }

    .tablet\:hover\:text-opacity-5:hover {
        --tw-text-opacity: 0.05;
    }

    .tablet\:hover\:text-opacity-10:hover {
        --tw-text-opacity: 0.1;
    }

    .tablet\:hover\:text-opacity-20:hover {
        --tw-text-opacity: 0.2;
    }

    .tablet\:hover\:text-opacity-25:hover {
        --tw-text-opacity: 0.25;
    }

    .tablet\:hover\:text-opacity-30:hover {
        --tw-text-opacity: 0.3;
    }

    .tablet\:hover\:text-opacity-40:hover {
        --tw-text-opacity: 0.4;
    }

    .tablet\:hover\:text-opacity-50:hover {
        --tw-text-opacity: 0.5;
    }

    .tablet\:hover\:text-opacity-60:hover {
        --tw-text-opacity: 0.6;
    }

    .tablet\:hover\:text-opacity-70:hover {
        --tw-text-opacity: 0.7;
    }

    .tablet\:hover\:text-opacity-75:hover {
        --tw-text-opacity: 0.75;
    }

    .tablet\:hover\:text-opacity-80:hover {
        --tw-text-opacity: 0.8;
    }

    .tablet\:hover\:text-opacity-90:hover {
        --tw-text-opacity: 0.9;
    }

    .tablet\:hover\:text-opacity-95:hover {
        --tw-text-opacity: 0.95;
    }

    .tablet\:hover\:text-opacity-100:hover {
        --tw-text-opacity: 1;
    }

    .tablet\:focus\:text-opacity-0:focus {
        --tw-text-opacity: 0;
    }

    .tablet\:focus\:text-opacity-5:focus {
        --tw-text-opacity: 0.05;
    }

    .tablet\:focus\:text-opacity-10:focus {
        --tw-text-opacity: 0.1;
    }

    .tablet\:focus\:text-opacity-20:focus {
        --tw-text-opacity: 0.2;
    }

    .tablet\:focus\:text-opacity-25:focus {
        --tw-text-opacity: 0.25;
    }

    .tablet\:focus\:text-opacity-30:focus {
        --tw-text-opacity: 0.3;
    }

    .tablet\:focus\:text-opacity-40:focus {
        --tw-text-opacity: 0.4;
    }

    .tablet\:focus\:text-opacity-50:focus {
        --tw-text-opacity: 0.5;
    }

    .tablet\:focus\:text-opacity-60:focus {
        --tw-text-opacity: 0.6;
    }

    .tablet\:focus\:text-opacity-70:focus {
        --tw-text-opacity: 0.7;
    }

    .tablet\:focus\:text-opacity-75:focus {
        --tw-text-opacity: 0.75;
    }

    .tablet\:focus\:text-opacity-80:focus {
        --tw-text-opacity: 0.8;
    }

    .tablet\:focus\:text-opacity-90:focus {
        --tw-text-opacity: 0.9;
    }

    .tablet\:focus\:text-opacity-95:focus {
        --tw-text-opacity: 0.95;
    }

    .tablet\:focus\:text-opacity-100:focus {
        --tw-text-opacity: 1;
    }

    .tablet\:underline {
        text-decoration: underline;
    }

    .tablet\:line-through {
        text-decoration: line-through;
    }

    .tablet\:no-underline {
        text-decoration: none;
    }

    .group:hover .tablet\:group-hover\:underline {
        text-decoration: underline;
    }

    .group:hover .tablet\:group-hover\:line-through {
        text-decoration: line-through;
    }

    .group:hover .tablet\:group-hover\:no-underline {
        text-decoration: none;
    }

    .tablet\:focus-within\:underline:focus-within {
        text-decoration: underline;
    }

    .tablet\:focus-within\:line-through:focus-within {
        text-decoration: line-through;
    }

    .tablet\:focus-within\:no-underline:focus-within {
        text-decoration: none;
    }

    .tablet\:hover\:underline:hover {
        text-decoration: underline;
    }

    .tablet\:hover\:line-through:hover {
        text-decoration: line-through;
    }

    .tablet\:hover\:no-underline:hover {
        text-decoration: none;
    }

    .tablet\:focus\:underline:focus {
        text-decoration: underline;
    }

    .tablet\:focus\:line-through:focus {
        text-decoration: line-through;
    }

    .tablet\:focus\:no-underline:focus {
        text-decoration: none;
    }

    .tablet\:antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .tablet\:subpixel-antialiased {
        -webkit-font-smoothing: auto;
        -moz-osx-font-smoothing: auto;
    }

    .tablet\:placeholder-transparent::-moz-placeholder {
        color: transparent;
    }

    .tablet\:placeholder-transparent:-ms-input-placeholder {
        color: transparent;
    }

    .tablet\:placeholder-transparent::placeholder {
        color: transparent;
    }

    .tablet\:placeholder-current::-moz-placeholder {
        color: currentColor;
    }

    .tablet\:placeholder-current:-ms-input-placeholder {
        color: currentColor;
    }

    .tablet\:placeholder-current::placeholder {
        color: currentColor;
    }

    .tablet\:placeholder-black::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-black:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-black::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-white::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-white:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-white::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-gray-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-gray-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-gray-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-gray-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-gray-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-gray-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-gray-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-gray-200:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-gray-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-gray-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-gray-300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-gray-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-gray-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-gray-400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-gray-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-gray-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-gray-500:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-gray-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-gray-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-gray-600:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-gray-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-gray-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-gray-700:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-gray-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-gray-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-gray-800:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-gray-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-gray-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-gray-900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-gray-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-red-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-red-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-red-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-red-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-red-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-red-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-red-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-red-200:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-red-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-red-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-red-300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-red-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-red-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-red-400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-red-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-red-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-red-500:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-red-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-red-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-red-600:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-red-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-red-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-red-700:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-red-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-red-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-red-800:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-red-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-red-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-red-900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-red-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-yellow::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-yellow:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-yellow::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-indigo-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-indigo-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-indigo-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-indigo-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-indigo-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-indigo-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-indigo-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-indigo-200:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-indigo-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-indigo-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-indigo-300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-indigo-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-indigo-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-indigo-400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-indigo-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-indigo-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-indigo-500:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-indigo-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-indigo-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-indigo-600:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-indigo-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-indigo-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-indigo-700:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-indigo-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-indigo-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-indigo-800:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-indigo-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-indigo-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-indigo-900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-indigo-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-purple::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-purple:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-purple::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-pink::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-pink:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-pink::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-primary::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-primary:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-primary::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-secondary::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-secondary:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-secondary::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-body_bg::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-body_bg:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-body_bg::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-body_text::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-body_text:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-body_text::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-title::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-title:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-title::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-dark_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-dark_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-dark_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-light_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-light_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-light_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-medium_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-medium_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-medium_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-lightten_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-lightten_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-lightten_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-grey_300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-grey_300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-grey_300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-grey_400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-grey_400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-grey_400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-medium_blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-medium_blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-medium_blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-dark_blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-dark_blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-dark_blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-text_blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-text_blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-text_blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-footer_bg::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-footer_bg:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-footer_bg::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-brown::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-brown:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-brown::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-dark_brown::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-dark_brown:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-dark_brown::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-Light_purple::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-Light_purple:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-Light_purple::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-dark_green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-dark_green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-dark_green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-medium_green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-medium_green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-medium_green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-light_green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-light_green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-light_green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-green_900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-green_900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-green_900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-dark_border::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-dark_border:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-dark_border::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-transparent:focus::-moz-placeholder {
        color: transparent;
    }

    .tablet\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
        color: transparent;
    }

    .tablet\:focus\:placeholder-transparent:focus::placeholder {
        color: transparent;
    }

    .tablet\:focus\:placeholder-current:focus::-moz-placeholder {
        color: currentColor;
    }

    .tablet\:focus\:placeholder-current:focus:-ms-input-placeholder {
        color: currentColor;
    }

    .tablet\:focus\:placeholder-current:focus::placeholder {
        color: currentColor;
    }

    .tablet\:focus\:placeholder-black:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-black:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-black:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-white:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-white:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-white:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-gray-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-gray-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-gray-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-gray-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-gray-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-gray-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-gray-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-gray-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-gray-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-gray-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-gray-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-gray-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-gray-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-gray-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-gray-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-gray-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-gray-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-gray-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-gray-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-gray-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-gray-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-red-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-red-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-red-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-red-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-red-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-red-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-red-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-red-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-red-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-red-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-red-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-red-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-red-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-red-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-red-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-red-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-red-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-red-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-red-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-red-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-red-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-yellow:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-yellow:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-indigo-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-indigo-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-indigo-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-indigo-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-indigo-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-indigo-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-indigo-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-indigo-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-indigo-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-indigo-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-purple:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-purple:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-purple:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-pink:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-pink:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-pink:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-primary:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-primary:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-primary:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-secondary:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-secondary:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-secondary:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-body_bg:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-body_bg:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-body_bg:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-body_text:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-body_text:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-body_text:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-title:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-title:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-title:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-dark_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-dark_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-dark_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-light_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-light_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-light_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-medium_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-medium_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-medium_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-lightten_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-lightten_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-lightten_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-grey_300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-grey_300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-grey_300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-grey_400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-grey_400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-grey_400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-medium_blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-medium_blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-medium_blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-dark_blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-dark_blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-dark_blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-text_blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-text_blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-text_blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-footer_bg:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-footer_bg:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-footer_bg:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-brown:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-brown:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-brown:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-dark_brown:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-dark_brown:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-dark_brown:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-Light_purple:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-Light_purple:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-Light_purple:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-dark_green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-dark_green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-dark_green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-medium_green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-medium_green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-medium_green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-light_green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-light_green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-light_green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-green_900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-green_900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-green_900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-dark_border:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-dark_border:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .tablet\:focus\:placeholder-dark_border:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .tablet\:placeholder-opacity-0::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .tablet\:placeholder-opacity-0:-ms-input-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .tablet\:placeholder-opacity-0::placeholder {
        --tw-placeholder-opacity: 0;
    }

    .tablet\:placeholder-opacity-5::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .tablet\:placeholder-opacity-5:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .tablet\:placeholder-opacity-5::placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .tablet\:placeholder-opacity-10::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .tablet\:placeholder-opacity-10:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .tablet\:placeholder-opacity-10::placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .tablet\:placeholder-opacity-20::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .tablet\:placeholder-opacity-20:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .tablet\:placeholder-opacity-20::placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .tablet\:placeholder-opacity-25::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .tablet\:placeholder-opacity-25:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .tablet\:placeholder-opacity-25::placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .tablet\:placeholder-opacity-30::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .tablet\:placeholder-opacity-30:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .tablet\:placeholder-opacity-30::placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .tablet\:placeholder-opacity-40::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .tablet\:placeholder-opacity-40:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .tablet\:placeholder-opacity-40::placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .tablet\:placeholder-opacity-50::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .tablet\:placeholder-opacity-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .tablet\:placeholder-opacity-50::placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .tablet\:placeholder-opacity-60::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .tablet\:placeholder-opacity-60:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .tablet\:placeholder-opacity-60::placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .tablet\:placeholder-opacity-70::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .tablet\:placeholder-opacity-70:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .tablet\:placeholder-opacity-70::placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .tablet\:placeholder-opacity-75::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .tablet\:placeholder-opacity-75:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .tablet\:placeholder-opacity-75::placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .tablet\:placeholder-opacity-80::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .tablet\:placeholder-opacity-80:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .tablet\:placeholder-opacity-80::placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .tablet\:placeholder-opacity-90::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .tablet\:placeholder-opacity-90:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .tablet\:placeholder-opacity-90::placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .tablet\:placeholder-opacity-95::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .tablet\:placeholder-opacity-95:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .tablet\:placeholder-opacity-95::placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .tablet\:placeholder-opacity-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .tablet\:placeholder-opacity-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .tablet\:placeholder-opacity-100::placeholder {
        --tw-placeholder-opacity: 1;
    }

    .tablet\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .tablet\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .tablet\:focus\:placeholder-opacity-0:focus::placeholder {
        --tw-placeholder-opacity: 0;
    }

    .tablet\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .tablet\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .tablet\:focus\:placeholder-opacity-5:focus::placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .tablet\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .tablet\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .tablet\:focus\:placeholder-opacity-10:focus::placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .tablet\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .tablet\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .tablet\:focus\:placeholder-opacity-20:focus::placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .tablet\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .tablet\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .tablet\:focus\:placeholder-opacity-25:focus::placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .tablet\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .tablet\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .tablet\:focus\:placeholder-opacity-30:focus::placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .tablet\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .tablet\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .tablet\:focus\:placeholder-opacity-40:focus::placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .tablet\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .tablet\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .tablet\:focus\:placeholder-opacity-50:focus::placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .tablet\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .tablet\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .tablet\:focus\:placeholder-opacity-60:focus::placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .tablet\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .tablet\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .tablet\:focus\:placeholder-opacity-70:focus::placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .tablet\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .tablet\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .tablet\:focus\:placeholder-opacity-75:focus::placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .tablet\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .tablet\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .tablet\:focus\:placeholder-opacity-80:focus::placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .tablet\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .tablet\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .tablet\:focus\:placeholder-opacity-90:focus::placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .tablet\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .tablet\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .tablet\:focus\:placeholder-opacity-95:focus::placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .tablet\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .tablet\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .tablet\:focus\:placeholder-opacity-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
    }

    .tablet\:opacity-0 {
        opacity: 0;
    }

    .tablet\:opacity-5 {
        opacity: 0.05;
    }

    .tablet\:opacity-10 {
        opacity: 0.1;
    }

    .tablet\:opacity-20 {
        opacity: 0.2;
    }

    .tablet\:opacity-25 {
        opacity: 0.25;
    }

    .tablet\:opacity-30 {
        opacity: 0.3;
    }

    .tablet\:opacity-40 {
        opacity: 0.4;
    }

    .tablet\:opacity-50 {
        opacity: 0.5;
    }

    .tablet\:opacity-60 {
        opacity: 0.6;
    }

    .tablet\:opacity-70 {
        opacity: 0.7;
    }

    .tablet\:opacity-75 {
        opacity: 0.75;
    }

    .tablet\:opacity-80 {
        opacity: 0.8;
    }

    .tablet\:opacity-90 {
        opacity: 0.9;
    }

    .tablet\:opacity-95 {
        opacity: 0.95;
    }

    .tablet\:opacity-100 {
        opacity: 1;
    }

    .group:hover .tablet\:group-hover\:opacity-0 {
        opacity: 0;
    }

    .group:hover .tablet\:group-hover\:opacity-5 {
        opacity: 0.05;
    }

    .group:hover .tablet\:group-hover\:opacity-10 {
        opacity: 0.1;
    }

    .group:hover .tablet\:group-hover\:opacity-20 {
        opacity: 0.2;
    }

    .group:hover .tablet\:group-hover\:opacity-25 {
        opacity: 0.25;
    }

    .group:hover .tablet\:group-hover\:opacity-30 {
        opacity: 0.3;
    }

    .group:hover .tablet\:group-hover\:opacity-40 {
        opacity: 0.4;
    }

    .group:hover .tablet\:group-hover\:opacity-50 {
        opacity: 0.5;
    }

    .group:hover .tablet\:group-hover\:opacity-60 {
        opacity: 0.6;
    }

    .group:hover .tablet\:group-hover\:opacity-70 {
        opacity: 0.7;
    }

    .group:hover .tablet\:group-hover\:opacity-75 {
        opacity: 0.75;
    }

    .group:hover .tablet\:group-hover\:opacity-80 {
        opacity: 0.8;
    }

    .group:hover .tablet\:group-hover\:opacity-90 {
        opacity: 0.9;
    }

    .group:hover .tablet\:group-hover\:opacity-95 {
        opacity: 0.95;
    }

    .group:hover .tablet\:group-hover\:opacity-100 {
        opacity: 1;
    }

    .tablet\:focus-within\:opacity-0:focus-within {
        opacity: 0;
    }

    .tablet\:focus-within\:opacity-5:focus-within {
        opacity: 0.05;
    }

    .tablet\:focus-within\:opacity-10:focus-within {
        opacity: 0.1;
    }

    .tablet\:focus-within\:opacity-20:focus-within {
        opacity: 0.2;
    }

    .tablet\:focus-within\:opacity-25:focus-within {
        opacity: 0.25;
    }

    .tablet\:focus-within\:opacity-30:focus-within {
        opacity: 0.3;
    }

    .tablet\:focus-within\:opacity-40:focus-within {
        opacity: 0.4;
    }

    .tablet\:focus-within\:opacity-50:focus-within {
        opacity: 0.5;
    }

    .tablet\:focus-within\:opacity-60:focus-within {
        opacity: 0.6;
    }

    .tablet\:focus-within\:opacity-70:focus-within {
        opacity: 0.7;
    }

    .tablet\:focus-within\:opacity-75:focus-within {
        opacity: 0.75;
    }

    .tablet\:focus-within\:opacity-80:focus-within {
        opacity: 0.8;
    }

    .tablet\:focus-within\:opacity-90:focus-within {
        opacity: 0.9;
    }

    .tablet\:focus-within\:opacity-95:focus-within {
        opacity: 0.95;
    }

    .tablet\:focus-within\:opacity-100:focus-within {
        opacity: 1;
    }

    .tablet\:hover\:opacity-0:hover {
        opacity: 0;
    }

    .tablet\:hover\:opacity-5:hover {
        opacity: 0.05;
    }

    .tablet\:hover\:opacity-10:hover {
        opacity: 0.1;
    }

    .tablet\:hover\:opacity-20:hover {
        opacity: 0.2;
    }

    .tablet\:hover\:opacity-25:hover {
        opacity: 0.25;
    }

    .tablet\:hover\:opacity-30:hover {
        opacity: 0.3;
    }

    .tablet\:hover\:opacity-40:hover {
        opacity: 0.4;
    }

    .tablet\:hover\:opacity-50:hover {
        opacity: 0.5;
    }

    .tablet\:hover\:opacity-60:hover {
        opacity: 0.6;
    }

    .tablet\:hover\:opacity-70:hover {
        opacity: 0.7;
    }

    .tablet\:hover\:opacity-75:hover {
        opacity: 0.75;
    }

    .tablet\:hover\:opacity-80:hover {
        opacity: 0.8;
    }

    .tablet\:hover\:opacity-90:hover {
        opacity: 0.9;
    }

    .tablet\:hover\:opacity-95:hover {
        opacity: 0.95;
    }

    .tablet\:hover\:opacity-100:hover {
        opacity: 1;
    }

    .tablet\:focus\:opacity-0:focus {
        opacity: 0;
    }

    .tablet\:focus\:opacity-5:focus {
        opacity: 0.05;
    }

    .tablet\:focus\:opacity-10:focus {
        opacity: 0.1;
    }

    .tablet\:focus\:opacity-20:focus {
        opacity: 0.2;
    }

    .tablet\:focus\:opacity-25:focus {
        opacity: 0.25;
    }

    .tablet\:focus\:opacity-30:focus {
        opacity: 0.3;
    }

    .tablet\:focus\:opacity-40:focus {
        opacity: 0.4;
    }

    .tablet\:focus\:opacity-50:focus {
        opacity: 0.5;
    }

    .tablet\:focus\:opacity-60:focus {
        opacity: 0.6;
    }

    .tablet\:focus\:opacity-70:focus {
        opacity: 0.7;
    }

    .tablet\:focus\:opacity-75:focus {
        opacity: 0.75;
    }

    .tablet\:focus\:opacity-80:focus {
        opacity: 0.8;
    }

    .tablet\:focus\:opacity-90:focus {
        opacity: 0.9;
    }

    .tablet\:focus\:opacity-95:focus {
        opacity: 0.95;
    }

    .tablet\:focus\:opacity-100:focus {
        opacity: 1;
    }

    .tablet\:bg-blend-normal {
        background-blend-mode: normal;
    }

    .tablet\:bg-blend-multiply {
        background-blend-mode: multiply;
    }

    .tablet\:bg-blend-screen {
        background-blend-mode: screen;
    }

    .tablet\:bg-blend-overlay {
        background-blend-mode: overlay;
    }

    .tablet\:bg-blend-darken {
        background-blend-mode: darken;
    }

    .tablet\:bg-blend-lighten {
        background-blend-mode: lighten;
    }

    .tablet\:bg-blend-color-dodge {
        background-blend-mode: color-dodge;
    }

    .tablet\:bg-blend-color-burn {
        background-blend-mode: color-burn;
    }

    .tablet\:bg-blend-hard-light {
        background-blend-mode: hard-light;
    }

    .tablet\:bg-blend-soft-light {
        background-blend-mode: soft-light;
    }

    .tablet\:bg-blend-difference {
        background-blend-mode: difference;
    }

    .tablet\:bg-blend-exclusion {
        background-blend-mode: exclusion;
    }

    .tablet\:bg-blend-hue {
        background-blend-mode: hue;
    }

    .tablet\:bg-blend-saturation {
        background-blend-mode: saturation;
    }

    .tablet\:bg-blend-color {
        background-blend-mode: color;
    }

    .tablet\:bg-blend-luminosity {
        background-blend-mode: luminosity;
    }

    .tablet\:mix-blend-normal {
        mix-blend-mode: normal;
    }

    .tablet\:mix-blend-multiply {
        mix-blend-mode: multiply;
    }

    .tablet\:mix-blend-screen {
        mix-blend-mode: screen;
    }

    .tablet\:mix-blend-overlay {
        mix-blend-mode: overlay;
    }

    .tablet\:mix-blend-darken {
        mix-blend-mode: darken;
    }

    .tablet\:mix-blend-lighten {
        mix-blend-mode: lighten;
    }

    .tablet\:mix-blend-color-dodge {
        mix-blend-mode: color-dodge;
    }

    .tablet\:mix-blend-color-burn {
        mix-blend-mode: color-burn;
    }

    .tablet\:mix-blend-hard-light {
        mix-blend-mode: hard-light;
    }

    .tablet\:mix-blend-soft-light {
        mix-blend-mode: soft-light;
    }

    .tablet\:mix-blend-difference {
        mix-blend-mode: difference;
    }

    .tablet\:mix-blend-exclusion {
        mix-blend-mode: exclusion;
    }

    .tablet\:mix-blend-hue {
        mix-blend-mode: hue;
    }

    .tablet\:mix-blend-saturation {
        mix-blend-mode: saturation;
    }

    .tablet\:mix-blend-color {
        mix-blend-mode: color;
    }

    .tablet\:mix-blend-luminosity {
        mix-blend-mode: luminosity;
    }

    .tablet\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .tablet\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .tablet\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .tablet\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .tablet\:shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .tablet\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .tablet\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .tablet\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .tablet\:group-hover\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .tablet\:group-hover\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .tablet\:group-hover\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .tablet\:group-hover\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .tablet\:group-hover\:shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .tablet\:group-hover\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .tablet\:group-hover\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .tablet\:group-hover\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .tablet\:focus-within\:shadow-sm:focus-within {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .tablet\:focus-within\:shadow:focus-within {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .tablet\:focus-within\:shadow-md:focus-within {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .tablet\:focus-within\:shadow-lg:focus-within {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .tablet\:focus-within\:shadow-xl:focus-within {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .tablet\:focus-within\:shadow-2xl:focus-within {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .tablet\:focus-within\:shadow-inner:focus-within {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .tablet\:focus-within\:shadow-none:focus-within {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .tablet\:hover\:shadow-sm:hover {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .tablet\:hover\:shadow:hover {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .tablet\:hover\:shadow-md:hover {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .tablet\:hover\:shadow-lg:hover {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .tablet\:hover\:shadow-xl:hover {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .tablet\:hover\:shadow-2xl:hover {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .tablet\:hover\:shadow-inner:hover {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .tablet\:hover\:shadow-none:hover {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .tablet\:focus\:shadow-sm:focus {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .tablet\:focus\:shadow:focus {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .tablet\:focus\:shadow-md:focus {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .tablet\:focus\:shadow-lg:focus {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .tablet\:focus\:shadow-xl:focus {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .tablet\:focus\:shadow-2xl:focus {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .tablet\:focus\:shadow-inner:focus {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .tablet\:focus\:shadow-none:focus {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .tablet\:outline-none {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .tablet\:outline-white {
        outline: 2px dotted white;
        outline-offset: 2px;
    }

    .tablet\:outline-black {
        outline: 2px dotted black;
        outline-offset: 2px;
    }

    .tablet\:focus-within\:outline-none:focus-within {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .tablet\:focus-within\:outline-white:focus-within {
        outline: 2px dotted white;
        outline-offset: 2px;
    }

    .tablet\:focus-within\:outline-black:focus-within {
        outline: 2px dotted black;
        outline-offset: 2px;
    }

    .tablet\:focus\:outline-none:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .tablet\:focus\:outline-white:focus {
        outline: 2px dotted white;
        outline-offset: 2px;
    }

    .tablet\:focus\:outline-black:focus {
        outline: 2px dotted black;
        outline-offset: 2px;
    }

    .tablet\:ring-0 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .tablet\:ring-1 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .tablet\:ring-2 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .tablet\:ring-4 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .tablet\:ring-8 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .tablet\:ring {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .tablet\:focus-within\:ring-0:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .tablet\:focus-within\:ring-1:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .tablet\:focus-within\:ring-2:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .tablet\:focus-within\:ring-4:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .tablet\:focus-within\:ring-8:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .tablet\:focus-within\:ring:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .tablet\:focus\:ring-0:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .tablet\:focus\:ring-1:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .tablet\:focus\:ring-2:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .tablet\:focus\:ring-4:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .tablet\:focus\:ring-8:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .tablet\:focus\:ring:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .tablet\:ring-inset {
        --tw-ring-inset: inset;
    }

    .tablet\:focus-within\:ring-inset:focus-within {
        --tw-ring-inset: inset;
    }

    .tablet\:focus\:ring-inset:focus {
        --tw-ring-inset: inset;
    }

    .tablet\:ring-transparent {
        --tw-ring-color: transparent;
    }

    .tablet\:ring-current {
        --tw-ring-color: currentColor;
    }

    .tablet\:ring-black {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }

    .tablet\:ring-white {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .tablet\:ring-gray-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }

    .tablet\:ring-gray-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }

    .tablet\:ring-gray-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }

    .tablet\:ring-gray-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }

    .tablet\:ring-gray-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }

    .tablet\:ring-gray-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }

    .tablet\:ring-gray-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }

    .tablet\:ring-gray-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }

    .tablet\:ring-gray-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }

    .tablet\:ring-gray-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }

    .tablet\:ring-red-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }

    .tablet\:ring-red-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }

    .tablet\:ring-red-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }

    .tablet\:ring-red-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }

    .tablet\:ring-red-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }

    .tablet\:ring-red-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }

    .tablet\:ring-red-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }

    .tablet\:ring-red-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }

    .tablet\:ring-red-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }

    .tablet\:ring-red-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }

    .tablet\:ring-yellow {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 145, 67, var(--tw-ring-opacity));
    }

    .tablet\:ring-green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(123, 188, 0, var(--tw-ring-opacity));
    }

    .tablet\:ring-blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 164, 220, var(--tw-ring-opacity));
    }

    .tablet\:ring-indigo-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }

    .tablet\:ring-indigo-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }

    .tablet\:ring-indigo-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }

    .tablet\:ring-indigo-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }

    .tablet\:ring-indigo-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }

    .tablet\:ring-indigo-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }

    .tablet\:ring-indigo-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }

    .tablet\:ring-indigo-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }

    .tablet\:ring-indigo-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }

    .tablet\:ring-indigo-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }

    .tablet\:ring-purple {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(104, 71, 195, var(--tw-ring-opacity));
    }

    .tablet\:ring-pink {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(133, 7, 55, var(--tw-ring-opacity));
    }

    .tablet\:ring-primary {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 110, 110, var(--tw-ring-opacity));
    }

    .tablet\:ring-secondary {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
    }

    .tablet\:ring-body_bg {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .tablet\:ring-body_text {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .tablet\:ring-title {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .tablet\:ring-grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(82, 74, 81, var(--tw-ring-opacity));
    }

    .tablet\:ring-dark_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .tablet\:ring-light_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .tablet\:ring-medium_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(87, 81, 86, var(--tw-ring-opacity));
    }

    .tablet\:ring-lightten_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(198, 198, 198, var(--tw-ring-opacity));
    }

    .tablet\:ring-grey_300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
    }

    .tablet\:ring-grey_400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .tablet\:ring-medium_blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(69, 205, 252, var(--tw-ring-opacity));
    }

    .tablet\:ring-dark_blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 128, 172, var(--tw-ring-opacity));
    }

    .tablet\:ring-text_blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .tablet\:ring-footer_bg {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
    }

    .tablet\:ring-brown {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(128, 83, 0, var(--tw-ring-opacity));
    }

    .tablet\:ring-dark_brown {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(135, 68, 51, var(--tw-ring-opacity));
    }

    .tablet\:ring-Light_purple {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(101, 71, 155, var(--tw-ring-opacity));
    }

    .tablet\:ring-dark_green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 155, 81, var(--tw-ring-opacity));
    }

    .tablet\:ring-medium_green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 172, 43, var(--tw-ring-opacity));
    }

    .tablet\:ring-light_green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(154, 203, 62, var(--tw-ring-opacity));
    }

    .tablet\:ring-green_900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(57, 102, 118, var(--tw-ring-opacity));
    }

    .tablet\:ring-dark_border {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-transparent:focus-within {
        --tw-ring-color: transparent;
    }

    .tablet\:focus-within\:ring-current:focus-within {
        --tw-ring-color: currentColor;
    }

    .tablet\:focus-within\:ring-black:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-white:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-gray-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-gray-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-gray-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-gray-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-gray-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-gray-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-gray-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-gray-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-gray-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-gray-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-red-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-red-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-red-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-red-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-red-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-red-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-red-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-red-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-red-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-red-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-yellow:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 145, 67, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(123, 188, 0, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 164, 220, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-indigo-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-indigo-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-indigo-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-indigo-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-indigo-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-indigo-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-indigo-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-indigo-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-indigo-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-indigo-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-purple:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(104, 71, 195, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-pink:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(133, 7, 55, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-primary:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 110, 110, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-secondary:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-body_bg:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-body_text:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-title:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(82, 74, 81, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-dark_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-light_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-medium_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(87, 81, 86, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-lightten_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(198, 198, 198, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-grey_300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-grey_400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-medium_blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(69, 205, 252, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-dark_blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 128, 172, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-text_blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-footer_bg:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-brown:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(128, 83, 0, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-dark_brown:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(135, 68, 51, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-Light_purple:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(101, 71, 155, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-dark_green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 155, 81, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-medium_green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 172, 43, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-light_green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(154, 203, 62, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-green_900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(57, 102, 118, var(--tw-ring-opacity));
    }

    .tablet\:focus-within\:ring-dark_border:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-transparent:focus {
        --tw-ring-color: transparent;
    }

    .tablet\:focus\:ring-current:focus {
        --tw-ring-color: currentColor;
    }

    .tablet\:focus\:ring-black:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-white:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-gray-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-gray-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-gray-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-gray-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-gray-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-gray-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-gray-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-gray-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-gray-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-gray-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-red-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-red-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-red-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-red-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-red-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-red-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-red-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-red-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-red-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-red-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-yellow:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 145, 67, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(123, 188, 0, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 164, 220, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-indigo-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-indigo-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-indigo-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-indigo-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-indigo-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-indigo-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-indigo-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-indigo-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-indigo-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-indigo-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-purple:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(104, 71, 195, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-pink:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(133, 7, 55, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-primary:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 110, 110, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-secondary:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-body_bg:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-body_text:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-title:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(82, 74, 81, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-dark_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-light_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-medium_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(87, 81, 86, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-lightten_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(198, 198, 198, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-grey_300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-grey_400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-medium_blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(69, 205, 252, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-dark_blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 128, 172, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-text_blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-footer_bg:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-brown:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(128, 83, 0, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-dark_brown:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(135, 68, 51, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-Light_purple:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(101, 71, 155, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-dark_green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 155, 81, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-medium_green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 172, 43, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-light_green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(154, 203, 62, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-green_900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(57, 102, 118, var(--tw-ring-opacity));
    }

    .tablet\:focus\:ring-dark_border:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity));
    }

    .tablet\:ring-opacity-0 {
        --tw-ring-opacity: 0;
    }

    .tablet\:ring-opacity-5 {
        --tw-ring-opacity: 0.05;
    }

    .tablet\:ring-opacity-10 {
        --tw-ring-opacity: 0.1;
    }

    .tablet\:ring-opacity-20 {
        --tw-ring-opacity: 0.2;
    }

    .tablet\:ring-opacity-25 {
        --tw-ring-opacity: 0.25;
    }

    .tablet\:ring-opacity-30 {
        --tw-ring-opacity: 0.3;
    }

    .tablet\:ring-opacity-40 {
        --tw-ring-opacity: 0.4;
    }

    .tablet\:ring-opacity-50 {
        --tw-ring-opacity: 0.5;
    }

    .tablet\:ring-opacity-60 {
        --tw-ring-opacity: 0.6;
    }

    .tablet\:ring-opacity-70 {
        --tw-ring-opacity: 0.7;
    }

    .tablet\:ring-opacity-75 {
        --tw-ring-opacity: 0.75;
    }

    .tablet\:ring-opacity-80 {
        --tw-ring-opacity: 0.8;
    }

    .tablet\:ring-opacity-90 {
        --tw-ring-opacity: 0.9;
    }

    .tablet\:ring-opacity-95 {
        --tw-ring-opacity: 0.95;
    }

    .tablet\:ring-opacity-100 {
        --tw-ring-opacity: 1;
    }

    .tablet\:focus-within\:ring-opacity-0:focus-within {
        --tw-ring-opacity: 0;
    }

    .tablet\:focus-within\:ring-opacity-5:focus-within {
        --tw-ring-opacity: 0.05;
    }

    .tablet\:focus-within\:ring-opacity-10:focus-within {
        --tw-ring-opacity: 0.1;
    }

    .tablet\:focus-within\:ring-opacity-20:focus-within {
        --tw-ring-opacity: 0.2;
    }

    .tablet\:focus-within\:ring-opacity-25:focus-within {
        --tw-ring-opacity: 0.25;
    }

    .tablet\:focus-within\:ring-opacity-30:focus-within {
        --tw-ring-opacity: 0.3;
    }

    .tablet\:focus-within\:ring-opacity-40:focus-within {
        --tw-ring-opacity: 0.4;
    }

    .tablet\:focus-within\:ring-opacity-50:focus-within {
        --tw-ring-opacity: 0.5;
    }

    .tablet\:focus-within\:ring-opacity-60:focus-within {
        --tw-ring-opacity: 0.6;
    }

    .tablet\:focus-within\:ring-opacity-70:focus-within {
        --tw-ring-opacity: 0.7;
    }

    .tablet\:focus-within\:ring-opacity-75:focus-within {
        --tw-ring-opacity: 0.75;
    }

    .tablet\:focus-within\:ring-opacity-80:focus-within {
        --tw-ring-opacity: 0.8;
    }

    .tablet\:focus-within\:ring-opacity-90:focus-within {
        --tw-ring-opacity: 0.9;
    }

    .tablet\:focus-within\:ring-opacity-95:focus-within {
        --tw-ring-opacity: 0.95;
    }

    .tablet\:focus-within\:ring-opacity-100:focus-within {
        --tw-ring-opacity: 1;
    }

    .tablet\:focus\:ring-opacity-0:focus {
        --tw-ring-opacity: 0;
    }

    .tablet\:focus\:ring-opacity-5:focus {
        --tw-ring-opacity: 0.05;
    }

    .tablet\:focus\:ring-opacity-10:focus {
        --tw-ring-opacity: 0.1;
    }

    .tablet\:focus\:ring-opacity-20:focus {
        --tw-ring-opacity: 0.2;
    }

    .tablet\:focus\:ring-opacity-25:focus {
        --tw-ring-opacity: 0.25;
    }

    .tablet\:focus\:ring-opacity-30:focus {
        --tw-ring-opacity: 0.3;
    }

    .tablet\:focus\:ring-opacity-40:focus {
        --tw-ring-opacity: 0.4;
    }

    .tablet\:focus\:ring-opacity-50:focus {
        --tw-ring-opacity: 0.5;
    }

    .tablet\:focus\:ring-opacity-60:focus {
        --tw-ring-opacity: 0.6;
    }

    .tablet\:focus\:ring-opacity-70:focus {
        --tw-ring-opacity: 0.7;
    }

    .tablet\:focus\:ring-opacity-75:focus {
        --tw-ring-opacity: 0.75;
    }

    .tablet\:focus\:ring-opacity-80:focus {
        --tw-ring-opacity: 0.8;
    }

    .tablet\:focus\:ring-opacity-90:focus {
        --tw-ring-opacity: 0.9;
    }

    .tablet\:focus\:ring-opacity-95:focus {
        --tw-ring-opacity: 0.95;
    }

    .tablet\:focus\:ring-opacity-100:focus {
        --tw-ring-opacity: 1;
    }

    .tablet\:ring-offset-0 {
        --tw-ring-offset-width: 0px;
    }

    .tablet\:ring-offset-1 {
        --tw-ring-offset-width: 1px;
    }

    .tablet\:ring-offset-2 {
        --tw-ring-offset-width: 2px;
    }

    .tablet\:ring-offset-4 {
        --tw-ring-offset-width: 4px;
    }

    .tablet\:ring-offset-8 {
        --tw-ring-offset-width: 8px;
    }

    .tablet\:focus-within\:ring-offset-0:focus-within {
        --tw-ring-offset-width: 0px;
    }

    .tablet\:focus-within\:ring-offset-1:focus-within {
        --tw-ring-offset-width: 1px;
    }

    .tablet\:focus-within\:ring-offset-2:focus-within {
        --tw-ring-offset-width: 2px;
    }

    .tablet\:focus-within\:ring-offset-4:focus-within {
        --tw-ring-offset-width: 4px;
    }

    .tablet\:focus-within\:ring-offset-8:focus-within {
        --tw-ring-offset-width: 8px;
    }

    .tablet\:focus\:ring-offset-0:focus {
        --tw-ring-offset-width: 0px;
    }

    .tablet\:focus\:ring-offset-1:focus {
        --tw-ring-offset-width: 1px;
    }

    .tablet\:focus\:ring-offset-2:focus {
        --tw-ring-offset-width: 2px;
    }

    .tablet\:focus\:ring-offset-4:focus {
        --tw-ring-offset-width: 4px;
    }

    .tablet\:focus\:ring-offset-8:focus {
        --tw-ring-offset-width: 8px;
    }

    .tablet\:ring-offset-transparent {
        --tw-ring-offset-color: transparent;
    }

    .tablet\:ring-offset-current {
        --tw-ring-offset-color: currentColor;
    }

    .tablet\:ring-offset-black {
        --tw-ring-offset-color: #000;
    }

    .tablet\:ring-offset-white {
        --tw-ring-offset-color: #fff;
    }

    .tablet\:ring-offset-gray-50 {
        --tw-ring-offset-color: #f9fafb;
    }

    .tablet\:ring-offset-gray-100 {
        --tw-ring-offset-color: #f3f4f6;
    }

    .tablet\:ring-offset-gray-200 {
        --tw-ring-offset-color: #e5e7eb;
    }

    .tablet\:ring-offset-gray-300 {
        --tw-ring-offset-color: #d1d5db;
    }

    .tablet\:ring-offset-gray-400 {
        --tw-ring-offset-color: #9ca3af;
    }

    .tablet\:ring-offset-gray-500 {
        --tw-ring-offset-color: #6b7280;
    }

    .tablet\:ring-offset-gray-600 {
        --tw-ring-offset-color: #4b5563;
    }

    .tablet\:ring-offset-gray-700 {
        --tw-ring-offset-color: #374151;
    }

    .tablet\:ring-offset-gray-800 {
        --tw-ring-offset-color: #1f2937;
    }

    .tablet\:ring-offset-gray-900 {
        --tw-ring-offset-color: #111827;
    }

    .tablet\:ring-offset-red-50 {
        --tw-ring-offset-color: #fef2f2;
    }

    .tablet\:ring-offset-red-100 {
        --tw-ring-offset-color: #fee2e2;
    }

    .tablet\:ring-offset-red-200 {
        --tw-ring-offset-color: #fecaca;
    }

    .tablet\:ring-offset-red-300 {
        --tw-ring-offset-color: #fca5a5;
    }

    .tablet\:ring-offset-red-400 {
        --tw-ring-offset-color: #f87171;
    }

    .tablet\:ring-offset-red-500 {
        --tw-ring-offset-color: #ef4444;
    }

    .tablet\:ring-offset-red-600 {
        --tw-ring-offset-color: #dc2626;
    }

    .tablet\:ring-offset-red-700 {
        --tw-ring-offset-color: #b91c1c;
    }

    .tablet\:ring-offset-red-800 {
        --tw-ring-offset-color: #991b1b;
    }

    .tablet\:ring-offset-red-900 {
        --tw-ring-offset-color: #7f1d1d;
    }

    .tablet\:ring-offset-yellow {
        --tw-ring-offset-color: #ed9143;
    }

    .tablet\:ring-offset-green {
        --tw-ring-offset-color: #7bbc00;
    }

    .tablet\:ring-offset-blue {
        --tw-ring-offset-color: #5ba4dc;
    }

    .tablet\:ring-offset-indigo-50 {
        --tw-ring-offset-color: #eef2ff;
    }

    .tablet\:ring-offset-indigo-100 {
        --tw-ring-offset-color: #e0e7ff;
    }

    .tablet\:ring-offset-indigo-200 {
        --tw-ring-offset-color: #c7d2fe;
    }

    .tablet\:ring-offset-indigo-300 {
        --tw-ring-offset-color: #a5b4fc;
    }

    .tablet\:ring-offset-indigo-400 {
        --tw-ring-offset-color: #818cf8;
    }

    .tablet\:ring-offset-indigo-500 {
        --tw-ring-offset-color: #6366f1;
    }

    .tablet\:ring-offset-indigo-600 {
        --tw-ring-offset-color: #4f46e5;
    }

    .tablet\:ring-offset-indigo-700 {
        --tw-ring-offset-color: #4338ca;
    }

    .tablet\:ring-offset-indigo-800 {
        --tw-ring-offset-color: #3730a3;
    }

    .tablet\:ring-offset-indigo-900 {
        --tw-ring-offset-color: #312e81;
    }

    .tablet\:ring-offset-purple {
        --tw-ring-offset-color: #6847c3;
    }

    .tablet\:ring-offset-pink {
        --tw-ring-offset-color: #850737;
    }

    .tablet\:ring-offset-primary {
        --tw-ring-offset-color: #6E6E6E;
    }

    .tablet\:ring-offset-secondary {
        --tw-ring-offset-color: #ededed;
    }

    .tablet\:ring-offset-body_bg {
        --tw-ring-offset-color: #ffffff;
    }

    .tablet\:ring-offset-body_text {
        --tw-ring-offset-color: #4a4349;
    }

    .tablet\:ring-offset-title {
        --tw-ring-offset-color: #3fb2cf;
    }

    .tablet\:ring-offset-grey {
        --tw-ring-offset-color: #524A51;
    }

    .tablet\:ring-offset-dark_grey {
        --tw-ring-offset-color: #4a4349;
    }

    .tablet\:ring-offset-light_grey {
        --tw-ring-offset-color: #B7B7B7;
    }

    .tablet\:ring-offset-medium_grey {
        --tw-ring-offset-color: #575156;
    }

    .tablet\:ring-offset-lightten_grey {
        --tw-ring-offset-color: #C6C6C6;
    }

    .tablet\:ring-offset-grey_300 {
        --tw-ring-offset-color: #d3d3d3;
    }

    .tablet\:ring-offset-grey_400 {
        --tw-ring-offset-color: #b7b7b7;
    }

    .tablet\:ring-offset-medium_blue {
        --tw-ring-offset-color: #45cdfc;
    }

    .tablet\:ring-offset-dark_blue {
        --tw-ring-offset-color: #0080ac;
    }

    .tablet\:ring-offset-text_blue {
        --tw-ring-offset-color: #3FB2CF;
    }

    .tablet\:ring-offset-footer_bg {
        --tw-ring-offset-color: #464646;
    }

    .tablet\:ring-offset-brown {
        --tw-ring-offset-color: #805300;
    }

    .tablet\:ring-offset-dark_brown {
        --tw-ring-offset-color: #874433;
    }

    .tablet\:ring-offset-Light_purple {
        --tw-ring-offset-color: #65479b;
    }

    .tablet\:ring-offset-dark_green {
        --tw-ring-offset-color: #479b51;
    }

    .tablet\:ring-offset-medium_green {
        --tw-ring-offset-color: #3aac2b;
    }

    .tablet\:ring-offset-light_green {
        --tw-ring-offset-color: #9acb3e;
    }

    .tablet\:ring-offset-green_900 {
        --tw-ring-offset-color: #396676;
    }

    .tablet\:ring-offset-dark_border {
        --tw-ring-offset-color: #707070;
    }

    .tablet\:focus-within\:ring-offset-transparent:focus-within {
        --tw-ring-offset-color: transparent;
    }

    .tablet\:focus-within\:ring-offset-current:focus-within {
        --tw-ring-offset-color: currentColor;
    }

    .tablet\:focus-within\:ring-offset-black:focus-within {
        --tw-ring-offset-color: #000;
    }

    .tablet\:focus-within\:ring-offset-white:focus-within {
        --tw-ring-offset-color: #fff;
    }

    .tablet\:focus-within\:ring-offset-gray-50:focus-within {
        --tw-ring-offset-color: #f9fafb;
    }

    .tablet\:focus-within\:ring-offset-gray-100:focus-within {
        --tw-ring-offset-color: #f3f4f6;
    }

    .tablet\:focus-within\:ring-offset-gray-200:focus-within {
        --tw-ring-offset-color: #e5e7eb;
    }

    .tablet\:focus-within\:ring-offset-gray-300:focus-within {
        --tw-ring-offset-color: #d1d5db;
    }

    .tablet\:focus-within\:ring-offset-gray-400:focus-within {
        --tw-ring-offset-color: #9ca3af;
    }

    .tablet\:focus-within\:ring-offset-gray-500:focus-within {
        --tw-ring-offset-color: #6b7280;
    }

    .tablet\:focus-within\:ring-offset-gray-600:focus-within {
        --tw-ring-offset-color: #4b5563;
    }

    .tablet\:focus-within\:ring-offset-gray-700:focus-within {
        --tw-ring-offset-color: #374151;
    }

    .tablet\:focus-within\:ring-offset-gray-800:focus-within {
        --tw-ring-offset-color: #1f2937;
    }

    .tablet\:focus-within\:ring-offset-gray-900:focus-within {
        --tw-ring-offset-color: #111827;
    }

    .tablet\:focus-within\:ring-offset-red-50:focus-within {
        --tw-ring-offset-color: #fef2f2;
    }

    .tablet\:focus-within\:ring-offset-red-100:focus-within {
        --tw-ring-offset-color: #fee2e2;
    }

    .tablet\:focus-within\:ring-offset-red-200:focus-within {
        --tw-ring-offset-color: #fecaca;
    }

    .tablet\:focus-within\:ring-offset-red-300:focus-within {
        --tw-ring-offset-color: #fca5a5;
    }

    .tablet\:focus-within\:ring-offset-red-400:focus-within {
        --tw-ring-offset-color: #f87171;
    }

    .tablet\:focus-within\:ring-offset-red-500:focus-within {
        --tw-ring-offset-color: #ef4444;
    }

    .tablet\:focus-within\:ring-offset-red-600:focus-within {
        --tw-ring-offset-color: #dc2626;
    }

    .tablet\:focus-within\:ring-offset-red-700:focus-within {
        --tw-ring-offset-color: #b91c1c;
    }

    .tablet\:focus-within\:ring-offset-red-800:focus-within {
        --tw-ring-offset-color: #991b1b;
    }

    .tablet\:focus-within\:ring-offset-red-900:focus-within {
        --tw-ring-offset-color: #7f1d1d;
    }

    .tablet\:focus-within\:ring-offset-yellow:focus-within {
        --tw-ring-offset-color: #ed9143;
    }

    .tablet\:focus-within\:ring-offset-green:focus-within {
        --tw-ring-offset-color: #7bbc00;
    }

    .tablet\:focus-within\:ring-offset-blue:focus-within {
        --tw-ring-offset-color: #5ba4dc;
    }

    .tablet\:focus-within\:ring-offset-indigo-50:focus-within {
        --tw-ring-offset-color: #eef2ff;
    }

    .tablet\:focus-within\:ring-offset-indigo-100:focus-within {
        --tw-ring-offset-color: #e0e7ff;
    }

    .tablet\:focus-within\:ring-offset-indigo-200:focus-within {
        --tw-ring-offset-color: #c7d2fe;
    }

    .tablet\:focus-within\:ring-offset-indigo-300:focus-within {
        --tw-ring-offset-color: #a5b4fc;
    }

    .tablet\:focus-within\:ring-offset-indigo-400:focus-within {
        --tw-ring-offset-color: #818cf8;
    }

    .tablet\:focus-within\:ring-offset-indigo-500:focus-within {
        --tw-ring-offset-color: #6366f1;
    }

    .tablet\:focus-within\:ring-offset-indigo-600:focus-within {
        --tw-ring-offset-color: #4f46e5;
    }

    .tablet\:focus-within\:ring-offset-indigo-700:focus-within {
        --tw-ring-offset-color: #4338ca;
    }

    .tablet\:focus-within\:ring-offset-indigo-800:focus-within {
        --tw-ring-offset-color: #3730a3;
    }

    .tablet\:focus-within\:ring-offset-indigo-900:focus-within {
        --tw-ring-offset-color: #312e81;
    }

    .tablet\:focus-within\:ring-offset-purple:focus-within {
        --tw-ring-offset-color: #6847c3;
    }

    .tablet\:focus-within\:ring-offset-pink:focus-within {
        --tw-ring-offset-color: #850737;
    }

    .tablet\:focus-within\:ring-offset-primary:focus-within {
        --tw-ring-offset-color: #6E6E6E;
    }

    .tablet\:focus-within\:ring-offset-secondary:focus-within {
        --tw-ring-offset-color: #ededed;
    }

    .tablet\:focus-within\:ring-offset-body_bg:focus-within {
        --tw-ring-offset-color: #ffffff;
    }

    .tablet\:focus-within\:ring-offset-body_text:focus-within {
        --tw-ring-offset-color: #4a4349;
    }

    .tablet\:focus-within\:ring-offset-title:focus-within {
        --tw-ring-offset-color: #3fb2cf;
    }

    .tablet\:focus-within\:ring-offset-grey:focus-within {
        --tw-ring-offset-color: #524A51;
    }

    .tablet\:focus-within\:ring-offset-dark_grey:focus-within {
        --tw-ring-offset-color: #4a4349;
    }

    .tablet\:focus-within\:ring-offset-light_grey:focus-within {
        --tw-ring-offset-color: #B7B7B7;
    }

    .tablet\:focus-within\:ring-offset-medium_grey:focus-within {
        --tw-ring-offset-color: #575156;
    }

    .tablet\:focus-within\:ring-offset-lightten_grey:focus-within {
        --tw-ring-offset-color: #C6C6C6;
    }

    .tablet\:focus-within\:ring-offset-grey_300:focus-within {
        --tw-ring-offset-color: #d3d3d3;
    }

    .tablet\:focus-within\:ring-offset-grey_400:focus-within {
        --tw-ring-offset-color: #b7b7b7;
    }

    .tablet\:focus-within\:ring-offset-medium_blue:focus-within {
        --tw-ring-offset-color: #45cdfc;
    }

    .tablet\:focus-within\:ring-offset-dark_blue:focus-within {
        --tw-ring-offset-color: #0080ac;
    }

    .tablet\:focus-within\:ring-offset-text_blue:focus-within {
        --tw-ring-offset-color: #3FB2CF;
    }

    .tablet\:focus-within\:ring-offset-footer_bg:focus-within {
        --tw-ring-offset-color: #464646;
    }

    .tablet\:focus-within\:ring-offset-brown:focus-within {
        --tw-ring-offset-color: #805300;
    }

    .tablet\:focus-within\:ring-offset-dark_brown:focus-within {
        --tw-ring-offset-color: #874433;
    }

    .tablet\:focus-within\:ring-offset-Light_purple:focus-within {
        --tw-ring-offset-color: #65479b;
    }

    .tablet\:focus-within\:ring-offset-dark_green:focus-within {
        --tw-ring-offset-color: #479b51;
    }

    .tablet\:focus-within\:ring-offset-medium_green:focus-within {
        --tw-ring-offset-color: #3aac2b;
    }

    .tablet\:focus-within\:ring-offset-light_green:focus-within {
        --tw-ring-offset-color: #9acb3e;
    }

    .tablet\:focus-within\:ring-offset-green_900:focus-within {
        --tw-ring-offset-color: #396676;
    }

    .tablet\:focus-within\:ring-offset-dark_border:focus-within {
        --tw-ring-offset-color: #707070;
    }

    .tablet\:focus\:ring-offset-transparent:focus {
        --tw-ring-offset-color: transparent;
    }

    .tablet\:focus\:ring-offset-current:focus {
        --tw-ring-offset-color: currentColor;
    }

    .tablet\:focus\:ring-offset-black:focus {
        --tw-ring-offset-color: #000;
    }

    .tablet\:focus\:ring-offset-white:focus {
        --tw-ring-offset-color: #fff;
    }

    .tablet\:focus\:ring-offset-gray-50:focus {
        --tw-ring-offset-color: #f9fafb;
    }

    .tablet\:focus\:ring-offset-gray-100:focus {
        --tw-ring-offset-color: #f3f4f6;
    }

    .tablet\:focus\:ring-offset-gray-200:focus {
        --tw-ring-offset-color: #e5e7eb;
    }

    .tablet\:focus\:ring-offset-gray-300:focus {
        --tw-ring-offset-color: #d1d5db;
    }

    .tablet\:focus\:ring-offset-gray-400:focus {
        --tw-ring-offset-color: #9ca3af;
    }

    .tablet\:focus\:ring-offset-gray-500:focus {
        --tw-ring-offset-color: #6b7280;
    }

    .tablet\:focus\:ring-offset-gray-600:focus {
        --tw-ring-offset-color: #4b5563;
    }

    .tablet\:focus\:ring-offset-gray-700:focus {
        --tw-ring-offset-color: #374151;
    }

    .tablet\:focus\:ring-offset-gray-800:focus {
        --tw-ring-offset-color: #1f2937;
    }

    .tablet\:focus\:ring-offset-gray-900:focus {
        --tw-ring-offset-color: #111827;
    }

    .tablet\:focus\:ring-offset-red-50:focus {
        --tw-ring-offset-color: #fef2f2;
    }

    .tablet\:focus\:ring-offset-red-100:focus {
        --tw-ring-offset-color: #fee2e2;
    }

    .tablet\:focus\:ring-offset-red-200:focus {
        --tw-ring-offset-color: #fecaca;
    }

    .tablet\:focus\:ring-offset-red-300:focus {
        --tw-ring-offset-color: #fca5a5;
    }

    .tablet\:focus\:ring-offset-red-400:focus {
        --tw-ring-offset-color: #f87171;
    }

    .tablet\:focus\:ring-offset-red-500:focus {
        --tw-ring-offset-color: #ef4444;
    }

    .tablet\:focus\:ring-offset-red-600:focus {
        --tw-ring-offset-color: #dc2626;
    }

    .tablet\:focus\:ring-offset-red-700:focus {
        --tw-ring-offset-color: #b91c1c;
    }

    .tablet\:focus\:ring-offset-red-800:focus {
        --tw-ring-offset-color: #991b1b;
    }

    .tablet\:focus\:ring-offset-red-900:focus {
        --tw-ring-offset-color: #7f1d1d;
    }

    .tablet\:focus\:ring-offset-yellow:focus {
        --tw-ring-offset-color: #ed9143;
    }

    .tablet\:focus\:ring-offset-green:focus {
        --tw-ring-offset-color: #7bbc00;
    }

    .tablet\:focus\:ring-offset-blue:focus {
        --tw-ring-offset-color: #5ba4dc;
    }

    .tablet\:focus\:ring-offset-indigo-50:focus {
        --tw-ring-offset-color: #eef2ff;
    }

    .tablet\:focus\:ring-offset-indigo-100:focus {
        --tw-ring-offset-color: #e0e7ff;
    }

    .tablet\:focus\:ring-offset-indigo-200:focus {
        --tw-ring-offset-color: #c7d2fe;
    }

    .tablet\:focus\:ring-offset-indigo-300:focus {
        --tw-ring-offset-color: #a5b4fc;
    }

    .tablet\:focus\:ring-offset-indigo-400:focus {
        --tw-ring-offset-color: #818cf8;
    }

    .tablet\:focus\:ring-offset-indigo-500:focus {
        --tw-ring-offset-color: #6366f1;
    }

    .tablet\:focus\:ring-offset-indigo-600:focus {
        --tw-ring-offset-color: #4f46e5;
    }

    .tablet\:focus\:ring-offset-indigo-700:focus {
        --tw-ring-offset-color: #4338ca;
    }

    .tablet\:focus\:ring-offset-indigo-800:focus {
        --tw-ring-offset-color: #3730a3;
    }

    .tablet\:focus\:ring-offset-indigo-900:focus {
        --tw-ring-offset-color: #312e81;
    }

    .tablet\:focus\:ring-offset-purple:focus {
        --tw-ring-offset-color: #6847c3;
    }

    .tablet\:focus\:ring-offset-pink:focus {
        --tw-ring-offset-color: #850737;
    }

    .tablet\:focus\:ring-offset-primary:focus {
        --tw-ring-offset-color: #6E6E6E;
    }

    .tablet\:focus\:ring-offset-secondary:focus {
        --tw-ring-offset-color: #ededed;
    }

    .tablet\:focus\:ring-offset-body_bg:focus {
        --tw-ring-offset-color: #ffffff;
    }

    .tablet\:focus\:ring-offset-body_text:focus {
        --tw-ring-offset-color: #4a4349;
    }

    .tablet\:focus\:ring-offset-title:focus {
        --tw-ring-offset-color: #3fb2cf;
    }

    .tablet\:focus\:ring-offset-grey:focus {
        --tw-ring-offset-color: #524A51;
    }

    .tablet\:focus\:ring-offset-dark_grey:focus {
        --tw-ring-offset-color: #4a4349;
    }

    .tablet\:focus\:ring-offset-light_grey:focus {
        --tw-ring-offset-color: #B7B7B7;
    }

    .tablet\:focus\:ring-offset-medium_grey:focus {
        --tw-ring-offset-color: #575156;
    }

    .tablet\:focus\:ring-offset-lightten_grey:focus {
        --tw-ring-offset-color: #C6C6C6;
    }

    .tablet\:focus\:ring-offset-grey_300:focus {
        --tw-ring-offset-color: #d3d3d3;
    }

    .tablet\:focus\:ring-offset-grey_400:focus {
        --tw-ring-offset-color: #b7b7b7;
    }

    .tablet\:focus\:ring-offset-medium_blue:focus {
        --tw-ring-offset-color: #45cdfc;
    }

    .tablet\:focus\:ring-offset-dark_blue:focus {
        --tw-ring-offset-color: #0080ac;
    }

    .tablet\:focus\:ring-offset-text_blue:focus {
        --tw-ring-offset-color: #3FB2CF;
    }

    .tablet\:focus\:ring-offset-footer_bg:focus {
        --tw-ring-offset-color: #464646;
    }

    .tablet\:focus\:ring-offset-brown:focus {
        --tw-ring-offset-color: #805300;
    }

    .tablet\:focus\:ring-offset-dark_brown:focus {
        --tw-ring-offset-color: #874433;
    }

    .tablet\:focus\:ring-offset-Light_purple:focus {
        --tw-ring-offset-color: #65479b;
    }

    .tablet\:focus\:ring-offset-dark_green:focus {
        --tw-ring-offset-color: #479b51;
    }

    .tablet\:focus\:ring-offset-medium_green:focus {
        --tw-ring-offset-color: #3aac2b;
    }

    .tablet\:focus\:ring-offset-light_green:focus {
        --tw-ring-offset-color: #9acb3e;
    }

    .tablet\:focus\:ring-offset-green_900:focus {
        --tw-ring-offset-color: #396676;
    }

    .tablet\:focus\:ring-offset-dark_border:focus {
        --tw-ring-offset-color: #707070;
    }

    .tablet\:filter {
        --tw-blur: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-brightness: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-contrast: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-grayscale: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-hue-rotate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-invert: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-saturate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-sepia: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-drop-shadow: var(--tw-empty,
                /*!*/
                /*!*/
            );
        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);
    }

    .tablet\:filter-none {
        filter: none;
    }

    .tablet\:blur-0 {
        --tw-blur: blur(0);
    }

    .tablet\:blur-none {
        --tw-blur: blur(0);
    }

    .tablet\:blur-sm {
        --tw-blur: blur(4px);
    }

    .tablet\:blur {
        --tw-blur: blur(8px);
    }

    .tablet\:blur-md {
        --tw-blur: blur(12px);
    }

    .tablet\:blur-lg {
        --tw-blur: blur(16px);
    }

    .tablet\:blur-xl {
        --tw-blur: blur(24px);
    }

    .tablet\:blur-2xl {
        --tw-blur: blur(40px);
    }

    .tablet\:blur-3xl {
        --tw-blur: blur(64px);
    }

    .tablet\:brightness-0 {
        --tw-brightness: brightness(0);
    }

    .tablet\:brightness-50 {
        --tw-brightness: brightness(.5);
    }

    .tablet\:brightness-75 {
        --tw-brightness: brightness(.75);
    }

    .tablet\:brightness-90 {
        --tw-brightness: brightness(.9);
    }

    .tablet\:brightness-95 {
        --tw-brightness: brightness(.95);
    }

    .tablet\:brightness-100 {
        --tw-brightness: brightness(1);
    }

    .tablet\:brightness-105 {
        --tw-brightness: brightness(1.05);
    }

    .tablet\:brightness-110 {
        --tw-brightness: brightness(1.1);
    }

    .tablet\:brightness-125 {
        --tw-brightness: brightness(1.25);
    }

    .tablet\:brightness-150 {
        --tw-brightness: brightness(1.5);
    }

    .tablet\:brightness-200 {
        --tw-brightness: brightness(2);
    }

    .tablet\:contrast-0 {
        --tw-contrast: contrast(0);
    }

    .tablet\:contrast-50 {
        --tw-contrast: contrast(.5);
    }

    .tablet\:contrast-75 {
        --tw-contrast: contrast(.75);
    }

    .tablet\:contrast-100 {
        --tw-contrast: contrast(1);
    }

    .tablet\:contrast-125 {
        --tw-contrast: contrast(1.25);
    }

    .tablet\:contrast-150 {
        --tw-contrast: contrast(1.5);
    }

    .tablet\:contrast-200 {
        --tw-contrast: contrast(2);
    }

    .tablet\:drop-shadow-sm {
        --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
    }

    .tablet\: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));
    }

    .tablet\: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));
    }

    .tablet\: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));
    }

    .tablet\: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));
    }

    .tablet\:drop-shadow-2xl {
        --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
    }

    .tablet\:drop-shadow-none {
        --tw-drop-shadow: drop-shadow(0 0 #0000);
    }

    .tablet\:grayscale-0 {
        --tw-grayscale: grayscale(0);
    }

    .tablet\:grayscale {
        --tw-grayscale: grayscale(100%);
    }

    .tablet\:hue-rotate-0 {
        --tw-hue-rotate: hue-rotate(0deg);
    }

    .tablet\:hue-rotate-15 {
        --tw-hue-rotate: hue-rotate(15deg);
    }

    .tablet\:hue-rotate-30 {
        --tw-hue-rotate: hue-rotate(30deg);
    }

    .tablet\:hue-rotate-60 {
        --tw-hue-rotate: hue-rotate(60deg);
    }

    .tablet\:hue-rotate-90 {
        --tw-hue-rotate: hue-rotate(90deg);
    }

    .tablet\:hue-rotate-180 {
        --tw-hue-rotate: hue-rotate(180deg);
    }

    .tablet\:-hue-rotate-180 {
        --tw-hue-rotate: hue-rotate(-180deg);
    }

    .tablet\:-hue-rotate-90 {
        --tw-hue-rotate: hue-rotate(-90deg);
    }

    .tablet\:-hue-rotate-60 {
        --tw-hue-rotate: hue-rotate(-60deg);
    }

    .tablet\:-hue-rotate-30 {
        --tw-hue-rotate: hue-rotate(-30deg);
    }

    .tablet\:-hue-rotate-15 {
        --tw-hue-rotate: hue-rotate(-15deg);
    }

    .tablet\:invert-0 {
        --tw-invert: invert(0);
    }

    .tablet\:invert {
        --tw-invert: invert(100%);
    }

    .tablet\:saturate-0 {
        --tw-saturate: saturate(0);
    }

    .tablet\:saturate-50 {
        --tw-saturate: saturate(.5);
    }

    .tablet\:saturate-100 {
        --tw-saturate: saturate(1);
    }

    .tablet\:saturate-150 {
        --tw-saturate: saturate(1.5);
    }

    .tablet\:saturate-200 {
        --tw-saturate: saturate(2);
    }

    .tablet\:sepia-0 {
        --tw-sepia: sepia(0);
    }

    .tablet\:sepia {
        --tw-sepia: sepia(100%);
    }

    .tablet\:backdrop-filter {
        --tw-backdrop-blur: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-brightness: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-contrast: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-grayscale: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-hue-rotate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-invert: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-opacity: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-saturate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-sepia: var(--tw-empty,
                /*!*/
                /*!*/
            );
        -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
        backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    }

    .tablet\:backdrop-filter-none {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .tablet\:backdrop-blur-0 {
        --tw-backdrop-blur: blur(0);
    }

    .tablet\:backdrop-blur-none {
        --tw-backdrop-blur: blur(0);
    }

    .tablet\:backdrop-blur-sm {
        --tw-backdrop-blur: blur(4px);
    }

    .tablet\:backdrop-blur {
        --tw-backdrop-blur: blur(8px);
    }

    .tablet\:backdrop-blur-md {
        --tw-backdrop-blur: blur(12px);
    }

    .tablet\:backdrop-blur-lg {
        --tw-backdrop-blur: blur(16px);
    }

    .tablet\:backdrop-blur-xl {
        --tw-backdrop-blur: blur(24px);
    }

    .tablet\:backdrop-blur-2xl {
        --tw-backdrop-blur: blur(40px);
    }

    .tablet\:backdrop-blur-3xl {
        --tw-backdrop-blur: blur(64px);
    }

    .tablet\:backdrop-brightness-0 {
        --tw-backdrop-brightness: brightness(0);
    }

    .tablet\:backdrop-brightness-50 {
        --tw-backdrop-brightness: brightness(.5);
    }

    .tablet\:backdrop-brightness-75 {
        --tw-backdrop-brightness: brightness(.75);
    }

    .tablet\:backdrop-brightness-90 {
        --tw-backdrop-brightness: brightness(.9);
    }

    .tablet\:backdrop-brightness-95 {
        --tw-backdrop-brightness: brightness(.95);
    }

    .tablet\:backdrop-brightness-100 {
        --tw-backdrop-brightness: brightness(1);
    }

    .tablet\:backdrop-brightness-105 {
        --tw-backdrop-brightness: brightness(1.05);
    }

    .tablet\:backdrop-brightness-110 {
        --tw-backdrop-brightness: brightness(1.1);
    }

    .tablet\:backdrop-brightness-125 {
        --tw-backdrop-brightness: brightness(1.25);
    }

    .tablet\:backdrop-brightness-150 {
        --tw-backdrop-brightness: brightness(1.5);
    }

    .tablet\:backdrop-brightness-200 {
        --tw-backdrop-brightness: brightness(2);
    }

    .tablet\:backdrop-contrast-0 {
        --tw-backdrop-contrast: contrast(0);
    }

    .tablet\:backdrop-contrast-50 {
        --tw-backdrop-contrast: contrast(.5);
    }

    .tablet\:backdrop-contrast-75 {
        --tw-backdrop-contrast: contrast(.75);
    }

    .tablet\:backdrop-contrast-100 {
        --tw-backdrop-contrast: contrast(1);
    }

    .tablet\:backdrop-contrast-125 {
        --tw-backdrop-contrast: contrast(1.25);
    }

    .tablet\:backdrop-contrast-150 {
        --tw-backdrop-contrast: contrast(1.5);
    }

    .tablet\:backdrop-contrast-200 {
        --tw-backdrop-contrast: contrast(2);
    }

    .tablet\:backdrop-grayscale-0 {
        --tw-backdrop-grayscale: grayscale(0);
    }

    .tablet\:backdrop-grayscale {
        --tw-backdrop-grayscale: grayscale(100%);
    }

    .tablet\:backdrop-hue-rotate-0 {
        --tw-backdrop-hue-rotate: hue-rotate(0deg);
    }

    .tablet\:backdrop-hue-rotate-15 {
        --tw-backdrop-hue-rotate: hue-rotate(15deg);
    }

    .tablet\:backdrop-hue-rotate-30 {
        --tw-backdrop-hue-rotate: hue-rotate(30deg);
    }

    .tablet\:backdrop-hue-rotate-60 {
        --tw-backdrop-hue-rotate: hue-rotate(60deg);
    }

    .tablet\:backdrop-hue-rotate-90 {
        --tw-backdrop-hue-rotate: hue-rotate(90deg);
    }

    .tablet\:backdrop-hue-rotate-180 {
        --tw-backdrop-hue-rotate: hue-rotate(180deg);
    }

    .tablet\:-backdrop-hue-rotate-180 {
        --tw-backdrop-hue-rotate: hue-rotate(-180deg);
    }

    .tablet\:-backdrop-hue-rotate-90 {
        --tw-backdrop-hue-rotate: hue-rotate(-90deg);
    }

    .tablet\:-backdrop-hue-rotate-60 {
        --tw-backdrop-hue-rotate: hue-rotate(-60deg);
    }

    .tablet\:-backdrop-hue-rotate-30 {
        --tw-backdrop-hue-rotate: hue-rotate(-30deg);
    }

    .tablet\:-backdrop-hue-rotate-15 {
        --tw-backdrop-hue-rotate: hue-rotate(-15deg);
    }

    .tablet\:backdrop-invert-0 {
        --tw-backdrop-invert: invert(0);
    }

    .tablet\:backdrop-invert {
        --tw-backdrop-invert: invert(100%);
    }

    .tablet\:backdrop-opacity-0 {
        --tw-backdrop-opacity: opacity(0);
    }

    .tablet\:backdrop-opacity-5 {
        --tw-backdrop-opacity: opacity(0.05);
    }

    .tablet\:backdrop-opacity-10 {
        --tw-backdrop-opacity: opacity(0.1);
    }

    .tablet\:backdrop-opacity-20 {
        --tw-backdrop-opacity: opacity(0.2);
    }

    .tablet\:backdrop-opacity-25 {
        --tw-backdrop-opacity: opacity(0.25);
    }

    .tablet\:backdrop-opacity-30 {
        --tw-backdrop-opacity: opacity(0.3);
    }

    .tablet\:backdrop-opacity-40 {
        --tw-backdrop-opacity: opacity(0.4);
    }

    .tablet\:backdrop-opacity-50 {
        --tw-backdrop-opacity: opacity(0.5);
    }

    .tablet\:backdrop-opacity-60 {
        --tw-backdrop-opacity: opacity(0.6);
    }

    .tablet\:backdrop-opacity-70 {
        --tw-backdrop-opacity: opacity(0.7);
    }

    .tablet\:backdrop-opacity-75 {
        --tw-backdrop-opacity: opacity(0.75);
    }

    .tablet\:backdrop-opacity-80 {
        --tw-backdrop-opacity: opacity(0.8);
    }

    .tablet\:backdrop-opacity-90 {
        --tw-backdrop-opacity: opacity(0.9);
    }

    .tablet\:backdrop-opacity-95 {
        --tw-backdrop-opacity: opacity(0.95);
    }

    .tablet\:backdrop-opacity-100 {
        --tw-backdrop-opacity: opacity(1);
    }

    .tablet\:backdrop-saturate-0 {
        --tw-backdrop-saturate: saturate(0);
    }

    .tablet\:backdrop-saturate-50 {
        --tw-backdrop-saturate: saturate(.5);
    }

    .tablet\:backdrop-saturate-100 {
        --tw-backdrop-saturate: saturate(1);
    }

    .tablet\:backdrop-saturate-150 {
        --tw-backdrop-saturate: saturate(1.5);
    }

    .tablet\:backdrop-saturate-200 {
        --tw-backdrop-saturate: saturate(2);
    }

    .tablet\:backdrop-sepia-0 {
        --tw-backdrop-sepia: sepia(0);
    }

    .tablet\:backdrop-sepia {
        --tw-backdrop-sepia: sepia(100%);
    }

    .tablet\:transition-none {
        transition-property: none;
    }

    .tablet\:transition-all {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .tablet\:transition {
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .tablet\:transition-colors {
        transition-property: background-color, border-color, color, fill, stroke;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .tablet\:transition-opacity {
        transition-property: opacity;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .tablet\:transition-shadow {
        transition-property: box-shadow;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .tablet\:transition-transform {
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .tablet\:delay-75 {
        transition-delay: 75ms;
    }

    .tablet\:delay-100 {
        transition-delay: 100ms;
    }

    .tablet\:delay-150 {
        transition-delay: 150ms;
    }

    .tablet\:delay-200 {
        transition-delay: 200ms;
    }

    .tablet\:delay-300 {
        transition-delay: 300ms;
    }

    .tablet\:delay-500 {
        transition-delay: 500ms;
    }

    .tablet\:delay-700 {
        transition-delay: 700ms;
    }

    .tablet\:delay-1000 {
        transition-delay: 1000ms;
    }

    .tablet\:duration-75 {
        transition-duration: 75ms;
    }

    .tablet\:duration-100 {
        transition-duration: 100ms;
    }

    .tablet\:duration-150 {
        transition-duration: 150ms;
    }

    .tablet\:duration-200 {
        transition-duration: 200ms;
    }

    .tablet\:duration-300 {
        transition-duration: 300ms;
    }

    .tablet\:duration-500 {
        transition-duration: 500ms;
    }

    .tablet\:duration-700 {
        transition-duration: 700ms;
    }

    .tablet\:duration-1000 {
        transition-duration: 1000ms;
    }

    .tablet\:ease-linear {
        transition-timing-function: linear;
    }

    .tablet\:ease-in {
        transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    }

    .tablet\:ease-out {
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }

    .tablet\:ease-in-out {
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
}

@media (max-width: 767.9px) {
    .mobile\:container {
        width: 100%;
    }

    @media (min-width: 100%) {
        .mobile\:container {
            max-width: 100%;
        }
    }

    @media (min-width: 1232px) {
        .mobile\:container {
            max-width: 1232px;
        }
    }

    .mobile\:sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

    .mobile\:not-sr-only {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }

    .mobile\:focus-within\:sr-only:focus-within {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

    .mobile\:focus-within\:not-sr-only:focus-within {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }

    .mobile\:focus\:sr-only:focus {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

    .mobile\:focus\:not-sr-only:focus {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }

    .mobile\:pointer-events-none {
        pointer-events: none;
    }

    .mobile\:pointer-events-auto {
        pointer-events: auto;
    }

    .mobile\:visible {
        visibility: visible;
    }

    .mobile\:invisible {
        visibility: hidden;
    }

    .mobile\:static {
        position: static;
    }

    .mobile\:fixed {
        position: fixed;
    }

    .mobile\:absolute {
        position: absolute;
    }

    .mobile\:relative {
        position: relative;
    }

    .mobile\:sticky {
        position: sticky;
    }

    .mobile\:inset-0 {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }

    .mobile\:inset-1 {
        top: 0.25rem;
        right: 0.25rem;
        bottom: 0.25rem;
        left: 0.25rem;
    }

    .mobile\:inset-2 {
        top: 0.5rem;
        right: 0.5rem;
        bottom: 0.5rem;
        left: 0.5rem;
    }

    .mobile\:inset-3 {
        top: 0.75rem;
        right: 0.75rem;
        bottom: 0.75rem;
        left: 0.75rem;
    }

    .mobile\:inset-4 {
        top: 1rem;
        right: 1rem;
        bottom: 1rem;
        left: 1rem;
    }

    .mobile\:inset-5 {
        top: 1.25rem;
        right: 1.25rem;
        bottom: 1.25rem;
        left: 1.25rem;
    }

    .mobile\:inset-6 {
        top: 1.5rem;
        right: 1.5rem;
        bottom: 1.5rem;
        left: 1.5rem;
    }

    .mobile\:inset-7 {
        top: 1.75rem;
        right: 1.75rem;
        bottom: 1.75rem;
        left: 1.75rem;
    }

    .mobile\:inset-8 {
        top: 2rem;
        right: 2rem;
        bottom: 2rem;
        left: 2rem;
    }

    .mobile\:inset-9 {
        top: 2.25rem;
        right: 2.25rem;
        bottom: 2.25rem;
        left: 2.25rem;
    }

    .mobile\:inset-10 {
        top: 2.5rem;
        right: 2.5rem;
        bottom: 2.5rem;
        left: 2.5rem;
    }

    .mobile\:inset-11 {
        top: 2.75rem;
        right: 2.75rem;
        bottom: 2.75rem;
        left: 2.75rem;
    }

    .mobile\:inset-12 {
        top: 3rem;
        right: 3rem;
        bottom: 3rem;
        left: 3rem;
    }

    .mobile\:inset-14 {
        top: 3.5rem;
        right: 3.5rem;
        bottom: 3.5rem;
        left: 3.5rem;
    }

    .mobile\:inset-16 {
        top: 4rem;
        right: 4rem;
        bottom: 4rem;
        left: 4rem;
    }

    .mobile\:inset-18 {
        top: 4.375rem;
        right: 4.375rem;
        bottom: 4.375rem;
        left: 4.375rem;
    }

    .mobile\:inset-19 {
        top: 76px;
        right: 76px;
        bottom: 76px;
        left: 76px;
    }

    .mobile\:inset-20 {
        top: 5rem;
        right: 5rem;
        bottom: 5rem;
        left: 5rem;
    }

    .mobile\:inset-24 {
        top: 6rem;
        right: 6rem;
        bottom: 6rem;
        left: 6rem;
    }

    .mobile\:inset-28 {
        top: 7rem;
        right: 7rem;
        bottom: 7rem;
        left: 7rem;
    }

    .mobile\:inset-30 {
        top: 120px;
        right: 120px;
        bottom: 120px;
        left: 120px;
    }

    .mobile\:inset-32 {
        top: 8rem;
        right: 8rem;
        bottom: 8rem;
        left: 8rem;
    }

    .mobile\:inset-36 {
        top: 9rem;
        right: 9rem;
        bottom: 9rem;
        left: 9rem;
    }

    .mobile\:inset-40 {
        top: 10rem;
        right: 10rem;
        bottom: 10rem;
        left: 10rem;
    }

    .mobile\:inset-44 {
        top: 11rem;
        right: 11rem;
        bottom: 11rem;
        left: 11rem;
    }

    .mobile\:inset-48 {
        top: 12rem;
        right: 12rem;
        bottom: 12rem;
        left: 12rem;
    }

    .mobile\:inset-52 {
        top: 13rem;
        right: 13rem;
        bottom: 13rem;
        left: 13rem;
    }

    .mobile\:inset-56 {
        top: 14rem;
        right: 14rem;
        bottom: 14rem;
        left: 14rem;
    }

    .mobile\:inset-60 {
        top: 15rem;
        right: 15rem;
        bottom: 15rem;
        left: 15rem;
    }

    .mobile\:inset-64 {
        top: 16rem;
        right: 16rem;
        bottom: 16rem;
        left: 16rem;
    }

    .mobile\:inset-72 {
        top: 18rem;
        right: 18rem;
        bottom: 18rem;
        left: 18rem;
    }

    .mobile\:inset-80 {
        top: 20rem;
        right: 20rem;
        bottom: 20rem;
        left: 20rem;
    }

    .mobile\:inset-96 {
        top: 24rem;
        right: 24rem;
        bottom: 24rem;
        left: 24rem;
    }

    .mobile\:inset-auto {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }

    .mobile\:inset-px {
        top: 1px;
        right: 1px;
        bottom: 1px;
        left: 1px;
    }

    .mobile\:inset-0\.5 {
        top: 0.125rem;
        right: 0.125rem;
        bottom: 0.125rem;
        left: 0.125rem;
    }

    .mobile\:inset-1\.5 {
        top: 0.375rem;
        right: 0.375rem;
        bottom: 0.375rem;
        left: 0.375rem;
    }

    .mobile\:inset-2\.5 {
        top: 0.625rem;
        right: 0.625rem;
        bottom: 0.625rem;
        left: 0.625rem;
    }

    .mobile\:inset-3\.5 {
        top: 0.875rem;
        right: 0.875rem;
        bottom: 0.875rem;
        left: 0.875rem;
    }

    .mobile\:inset-5p {
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
    }

    .mobile\:inset-10p {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }

    .mobile\:inset-14p {
        top: 14px;
        right: 14px;
        bottom: 14px;
        left: 14px;
    }

    .mobile\:inset-15p {
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
    }

    .mobile\:inset-15_2 {
        top: 60px;
        right: 60px;
        bottom: 60px;
        left: 60px;
    }

    .mobile\:inset-16_1 {
        top: 52px;
        right: 52px;
        bottom: 52px;
        left: 52px;
    }

    .mobile\:inset-16p {
        top: 16px;
        right: 16px;
        bottom: 16px;
        left: 16px;
    }

    .mobile\:inset-25p {
        top: 25px;
        right: 25px;
        bottom: 25px;
        left: 25px;
    }

    .mobile\:inset-48p {
        top: 48%;
        right: 48%;
        bottom: 48%;
        left: 48%;
    }

    .mobile\:inset-52p {
        top: 52%;
        right: 52%;
        bottom: 52%;
        left: 52%;
    }

    .mobile\:-inset-0 {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }

    .mobile\:-inset-1 {
        top: -0.25rem;
        right: -0.25rem;
        bottom: -0.25rem;
        left: -0.25rem;
    }

    .mobile\:-inset-2 {
        top: -0.5rem;
        right: -0.5rem;
        bottom: -0.5rem;
        left: -0.5rem;
    }

    .mobile\:-inset-3 {
        top: -0.75rem;
        right: -0.75rem;
        bottom: -0.75rem;
        left: -0.75rem;
    }

    .mobile\:-inset-4 {
        top: -1rem;
        right: -1rem;
        bottom: -1rem;
        left: -1rem;
    }

    .mobile\:-inset-5 {
        top: -1.25rem;
        right: -1.25rem;
        bottom: -1.25rem;
        left: -1.25rem;
    }

    .mobile\:-inset-6 {
        top: -1.5rem;
        right: -1.5rem;
        bottom: -1.5rem;
        left: -1.5rem;
    }

    .mobile\:-inset-7 {
        top: -1.75rem;
        right: -1.75rem;
        bottom: -1.75rem;
        left: -1.75rem;
    }

    .mobile\:-inset-8 {
        top: -2rem;
        right: -2rem;
        bottom: -2rem;
        left: -2rem;
    }

    .mobile\:-inset-9 {
        top: -2.25rem;
        right: -2.25rem;
        bottom: -2.25rem;
        left: -2.25rem;
    }

    .mobile\:-inset-10 {
        top: -2.5rem;
        right: -2.5rem;
        bottom: -2.5rem;
        left: -2.5rem;
    }

    .mobile\:-inset-11 {
        top: -2.75rem;
        right: -2.75rem;
        bottom: -2.75rem;
        left: -2.75rem;
    }

    .mobile\:-inset-12 {
        top: -3rem;
        right: -3rem;
        bottom: -3rem;
        left: -3rem;
    }

    .mobile\:-inset-14 {
        top: -3.5rem;
        right: -3.5rem;
        bottom: -3.5rem;
        left: -3.5rem;
    }

    .mobile\:-inset-16 {
        top: -4rem;
        right: -4rem;
        bottom: -4rem;
        left: -4rem;
    }

    .mobile\:-inset-18 {
        top: -4.375rem;
        right: -4.375rem;
        bottom: -4.375rem;
        left: -4.375rem;
    }

    .mobile\:-inset-19 {
        top: -76px;
        right: -76px;
        bottom: -76px;
        left: -76px;
    }

    .mobile\:-inset-20 {
        top: -5rem;
        right: -5rem;
        bottom: -5rem;
        left: -5rem;
    }

    .mobile\:-inset-24 {
        top: -6rem;
        right: -6rem;
        bottom: -6rem;
        left: -6rem;
    }

    .mobile\:-inset-28 {
        top: -7rem;
        right: -7rem;
        bottom: -7rem;
        left: -7rem;
    }

    .mobile\:-inset-30 {
        top: -120px;
        right: -120px;
        bottom: -120px;
        left: -120px;
    }

    .mobile\:-inset-32 {
        top: -8rem;
        right: -8rem;
        bottom: -8rem;
        left: -8rem;
    }

    .mobile\:-inset-36 {
        top: -9rem;
        right: -9rem;
        bottom: -9rem;
        left: -9rem;
    }

    .mobile\:-inset-40 {
        top: -10rem;
        right: -10rem;
        bottom: -10rem;
        left: -10rem;
    }

    .mobile\:-inset-44 {
        top: -11rem;
        right: -11rem;
        bottom: -11rem;
        left: -11rem;
    }

    .mobile\:-inset-48 {
        top: -12rem;
        right: -12rem;
        bottom: -12rem;
        left: -12rem;
    }

    .mobile\:-inset-52 {
        top: -13rem;
        right: -13rem;
        bottom: -13rem;
        left: -13rem;
    }

    .mobile\:-inset-56 {
        top: -14rem;
        right: -14rem;
        bottom: -14rem;
        left: -14rem;
    }

    .mobile\:-inset-60 {
        top: -15rem;
        right: -15rem;
        bottom: -15rem;
        left: -15rem;
    }

    .mobile\:-inset-64 {
        top: -16rem;
        right: -16rem;
        bottom: -16rem;
        left: -16rem;
    }

    .mobile\:-inset-72 {
        top: -18rem;
        right: -18rem;
        bottom: -18rem;
        left: -18rem;
    }

    .mobile\:-inset-80 {
        top: -20rem;
        right: -20rem;
        bottom: -20rem;
        left: -20rem;
    }

    .mobile\:-inset-96 {
        top: -24rem;
        right: -24rem;
        bottom: -24rem;
        left: -24rem;
    }

    .mobile\:-inset-px {
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
    }

    .mobile\:-inset-0\.5 {
        top: -0.125rem;
        right: -0.125rem;
        bottom: -0.125rem;
        left: -0.125rem;
    }

    .mobile\:-inset-1\.5 {
        top: -0.375rem;
        right: -0.375rem;
        bottom: -0.375rem;
        left: -0.375rem;
    }

    .mobile\:-inset-2\.5 {
        top: -0.625rem;
        right: -0.625rem;
        bottom: -0.625rem;
        left: -0.625rem;
    }

    .mobile\:-inset-3\.5 {
        top: -0.875rem;
        right: -0.875rem;
        bottom: -0.875rem;
        left: -0.875rem;
    }

    .mobile\:-inset-5p {
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
    }

    .mobile\:-inset-10p {
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
    }

    .mobile\:-inset-14p {
        top: -14px;
        right: -14px;
        bottom: -14px;
        left: -14px;
    }

    .mobile\:-inset-15p {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
    }

    .mobile\:-inset-15_2 {
        top: -60px;
        right: -60px;
        bottom: -60px;
        left: -60px;
    }

    .mobile\:-inset-16_1 {
        top: -52px;
        right: -52px;
        bottom: -52px;
        left: -52px;
    }

    .mobile\:-inset-16p {
        top: -16px;
        right: -16px;
        bottom: -16px;
        left: -16px;
    }

    .mobile\:-inset-25p {
        top: -25px;
        right: -25px;
        bottom: -25px;
        left: -25px;
    }

    .mobile\:-inset-48p {
        top: -48%;
        right: -48%;
        bottom: -48%;
        left: -48%;
    }

    .mobile\:-inset-52p {
        top: -52%;
        right: -52%;
        bottom: -52%;
        left: -52%;
    }

    .mobile\:inset-1\/2 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }

    .mobile\:inset-1\/3 {
        top: 33.333333%;
        right: 33.333333%;
        bottom: 33.333333%;
        left: 33.333333%;
    }

    .mobile\:inset-2\/3 {
        top: 66.666667%;
        right: 66.666667%;
        bottom: 66.666667%;
        left: 66.666667%;
    }

    .mobile\:inset-1\/4 {
        top: 25%;
        right: 25%;
        bottom: 25%;
        left: 25%;
    }

    .mobile\:inset-2\/4 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }

    .mobile\:inset-3\/4 {
        top: 75%;
        right: 75%;
        bottom: 75%;
        left: 75%;
    }

    .mobile\:inset-full {
        top: 100%;
        right: 100%;
        bottom: 100%;
        left: 100%;
    }

    .mobile\:-inset-1\/2 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }

    .mobile\:-inset-1\/3 {
        top: -33.333333%;
        right: -33.333333%;
        bottom: -33.333333%;
        left: -33.333333%;
    }

    .mobile\:-inset-2\/3 {
        top: -66.666667%;
        right: -66.666667%;
        bottom: -66.666667%;
        left: -66.666667%;
    }

    .mobile\:-inset-1\/4 {
        top: -25%;
        right: -25%;
        bottom: -25%;
        left: -25%;
    }

    .mobile\:-inset-2\/4 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }

    .mobile\:-inset-3\/4 {
        top: -75%;
        right: -75%;
        bottom: -75%;
        left: -75%;
    }

    .mobile\:-inset-full {
        top: -100%;
        right: -100%;
        bottom: -100%;
        left: -100%;
    }

    .mobile\:inset-x-0 {
        left: 0px;
        right: 0px;
    }

    .mobile\:inset-x-1 {
        left: 0.25rem;
        right: 0.25rem;
    }

    .mobile\:inset-x-2 {
        left: 0.5rem;
        right: 0.5rem;
    }

    .mobile\:inset-x-3 {
        left: 0.75rem;
        right: 0.75rem;
    }

    .mobile\:inset-x-4 {
        left: 1rem;
        right: 1rem;
    }

    .mobile\:inset-x-5 {
        left: 1.25rem;
        right: 1.25rem;
    }

    .mobile\:inset-x-6 {
        left: 1.5rem;
        right: 1.5rem;
    }

    .mobile\:inset-x-7 {
        left: 1.75rem;
        right: 1.75rem;
    }

    .mobile\:inset-x-8 {
        left: 2rem;
        right: 2rem;
    }

    .mobile\:inset-x-9 {
        left: 2.25rem;
        right: 2.25rem;
    }

    .mobile\:inset-x-10 {
        left: 2.5rem;
        right: 2.5rem;
    }

    .mobile\:inset-x-11 {
        left: 2.75rem;
        right: 2.75rem;
    }

    .mobile\:inset-x-12 {
        left: 3rem;
        right: 3rem;
    }

    .mobile\:inset-x-14 {
        left: 3.5rem;
        right: 3.5rem;
    }

    .mobile\:inset-x-16 {
        left: 4rem;
        right: 4rem;
    }

    .mobile\:inset-x-18 {
        left: 4.375rem;
        right: 4.375rem;
    }

    .mobile\:inset-x-19 {
        left: 76px;
        right: 76px;
    }

    .mobile\:inset-x-20 {
        left: 5rem;
        right: 5rem;
    }

    .mobile\:inset-x-24 {
        left: 6rem;
        right: 6rem;
    }

    .mobile\:inset-x-28 {
        left: 7rem;
        right: 7rem;
    }

    .mobile\:inset-x-30 {
        left: 120px;
        right: 120px;
    }

    .mobile\:inset-x-32 {
        left: 8rem;
        right: 8rem;
    }

    .mobile\:inset-x-36 {
        left: 9rem;
        right: 9rem;
    }

    .mobile\:inset-x-40 {
        left: 10rem;
        right: 10rem;
    }

    .mobile\:inset-x-44 {
        left: 11rem;
        right: 11rem;
    }

    .mobile\:inset-x-48 {
        left: 12rem;
        right: 12rem;
    }

    .mobile\:inset-x-52 {
        left: 13rem;
        right: 13rem;
    }

    .mobile\:inset-x-56 {
        left: 14rem;
        right: 14rem;
    }

    .mobile\:inset-x-60 {
        left: 15rem;
        right: 15rem;
    }

    .mobile\:inset-x-64 {
        left: 16rem;
        right: 16rem;
    }

    .mobile\:inset-x-72 {
        left: 18rem;
        right: 18rem;
    }

    .mobile\:inset-x-80 {
        left: 20rem;
        right: 20rem;
    }

    .mobile\:inset-x-96 {
        left: 24rem;
        right: 24rem;
    }

    .mobile\:inset-x-auto {
        left: auto;
        right: auto;
    }

    .mobile\:inset-x-px {
        left: 1px;
        right: 1px;
    }

    .mobile\:inset-x-0\.5 {
        left: 0.125rem;
        right: 0.125rem;
    }

    .mobile\:inset-x-1\.5 {
        left: 0.375rem;
        right: 0.375rem;
    }

    .mobile\:inset-x-2\.5 {
        left: 0.625rem;
        right: 0.625rem;
    }

    .mobile\:inset-x-3\.5 {
        left: 0.875rem;
        right: 0.875rem;
    }

    .mobile\:inset-x-5p {
        left: 5px;
        right: 5px;
    }

    .mobile\:inset-x-10p {
        left: 10px;
        right: 10px;
    }

    .mobile\:inset-x-14p {
        left: 14px;
        right: 14px;
    }

    .mobile\:inset-x-15p {
        left: 15px;
        right: 15px;
    }

    .mobile\:inset-x-15_2 {
        left: 60px;
        right: 60px;
    }

    .mobile\:inset-x-16_1 {
        left: 52px;
        right: 52px;
    }

    .mobile\:inset-x-16p {
        left: 16px;
        right: 16px;
    }

    .mobile\:inset-x-25p {
        left: 25px;
        right: 25px;
    }

    .mobile\:inset-x-48p {
        left: 48%;
        right: 48%;
    }

    .mobile\:inset-x-52p {
        left: 52%;
        right: 52%;
    }

    .mobile\:-inset-x-0 {
        left: 0px;
        right: 0px;
    }

    .mobile\:-inset-x-1 {
        left: -0.25rem;
        right: -0.25rem;
    }

    .mobile\:-inset-x-2 {
        left: -0.5rem;
        right: -0.5rem;
    }

    .mobile\:-inset-x-3 {
        left: -0.75rem;
        right: -0.75rem;
    }

    .mobile\:-inset-x-4 {
        left: -1rem;
        right: -1rem;
    }

    .mobile\:-inset-x-5 {
        left: -1.25rem;
        right: -1.25rem;
    }

    .mobile\:-inset-x-6 {
        left: -1.5rem;
        right: -1.5rem;
    }

    .mobile\:-inset-x-7 {
        left: -1.75rem;
        right: -1.75rem;
    }

    .mobile\:-inset-x-8 {
        left: -2rem;
        right: -2rem;
    }

    .mobile\:-inset-x-9 {
        left: -2.25rem;
        right: -2.25rem;
    }

    .mobile\:-inset-x-10 {
        left: -2.5rem;
        right: -2.5rem;
    }

    .mobile\:-inset-x-11 {
        left: -2.75rem;
        right: -2.75rem;
    }

    .mobile\:-inset-x-12 {
        left: -3rem;
        right: -3rem;
    }

    .mobile\:-inset-x-14 {
        left: -3.5rem;
        right: -3.5rem;
    }

    .mobile\:-inset-x-16 {
        left: -4rem;
        right: -4rem;
    }

    .mobile\:-inset-x-18 {
        left: -4.375rem;
        right: -4.375rem;
    }

    .mobile\:-inset-x-19 {
        left: -76px;
        right: -76px;
    }

    .mobile\:-inset-x-20 {
        left: -5rem;
        right: -5rem;
    }

    .mobile\:-inset-x-24 {
        left: -6rem;
        right: -6rem;
    }

    .mobile\:-inset-x-28 {
        left: -7rem;
        right: -7rem;
    }

    .mobile\:-inset-x-30 {
        left: -120px;
        right: -120px;
    }

    .mobile\:-inset-x-32 {
        left: -8rem;
        right: -8rem;
    }

    .mobile\:-inset-x-36 {
        left: -9rem;
        right: -9rem;
    }

    .mobile\:-inset-x-40 {
        left: -10rem;
        right: -10rem;
    }

    .mobile\:-inset-x-44 {
        left: -11rem;
        right: -11rem;
    }

    .mobile\:-inset-x-48 {
        left: -12rem;
        right: -12rem;
    }

    .mobile\:-inset-x-52 {
        left: -13rem;
        right: -13rem;
    }

    .mobile\:-inset-x-56 {
        left: -14rem;
        right: -14rem;
    }

    .mobile\:-inset-x-60 {
        left: -15rem;
        right: -15rem;
    }

    .mobile\:-inset-x-64 {
        left: -16rem;
        right: -16rem;
    }

    .mobile\:-inset-x-72 {
        left: -18rem;
        right: -18rem;
    }

    .mobile\:-inset-x-80 {
        left: -20rem;
        right: -20rem;
    }

    .mobile\:-inset-x-96 {
        left: -24rem;
        right: -24rem;
    }

    .mobile\:-inset-x-px {
        left: -1px;
        right: -1px;
    }

    .mobile\:-inset-x-0\.5 {
        left: -0.125rem;
        right: -0.125rem;
    }

    .mobile\:-inset-x-1\.5 {
        left: -0.375rem;
        right: -0.375rem;
    }

    .mobile\:-inset-x-2\.5 {
        left: -0.625rem;
        right: -0.625rem;
    }

    .mobile\:-inset-x-3\.5 {
        left: -0.875rem;
        right: -0.875rem;
    }

    .mobile\:-inset-x-5p {
        left: -5px;
        right: -5px;
    }

    .mobile\:-inset-x-10p {
        left: -10px;
        right: -10px;
    }

    .mobile\:-inset-x-14p {
        left: -14px;
        right: -14px;
    }

    .mobile\:-inset-x-15p {
        left: -15px;
        right: -15px;
    }

    .mobile\:-inset-x-15_2 {
        left: -60px;
        right: -60px;
    }

    .mobile\:-inset-x-16_1 {
        left: -52px;
        right: -52px;
    }

    .mobile\:-inset-x-16p {
        left: -16px;
        right: -16px;
    }

    .mobile\:-inset-x-25p {
        left: -25px;
        right: -25px;
    }

    .mobile\:-inset-x-48p {
        left: -48%;
        right: -48%;
    }

    .mobile\:-inset-x-52p {
        left: -52%;
        right: -52%;
    }

    .mobile\:inset-x-1\/2 {
        left: 50%;
        right: 50%;
    }

    .mobile\:inset-x-1\/3 {
        left: 33.333333%;
        right: 33.333333%;
    }

    .mobile\:inset-x-2\/3 {
        left: 66.666667%;
        right: 66.666667%;
    }

    .mobile\:inset-x-1\/4 {
        left: 25%;
        right: 25%;
    }

    .mobile\:inset-x-2\/4 {
        left: 50%;
        right: 50%;
    }

    .mobile\:inset-x-3\/4 {
        left: 75%;
        right: 75%;
    }

    .mobile\:inset-x-full {
        left: 100%;
        right: 100%;
    }

    .mobile\:-inset-x-1\/2 {
        left: -50%;
        right: -50%;
    }

    .mobile\:-inset-x-1\/3 {
        left: -33.333333%;
        right: -33.333333%;
    }

    .mobile\:-inset-x-2\/3 {
        left: -66.666667%;
        right: -66.666667%;
    }

    .mobile\:-inset-x-1\/4 {
        left: -25%;
        right: -25%;
    }

    .mobile\:-inset-x-2\/4 {
        left: -50%;
        right: -50%;
    }

    .mobile\:-inset-x-3\/4 {
        left: -75%;
        right: -75%;
    }

    .mobile\:-inset-x-full {
        left: -100%;
        right: -100%;
    }

    .mobile\:inset-y-0 {
        top: 0px;
        bottom: 0px;
    }

    .mobile\:inset-y-1 {
        top: 0.25rem;
        bottom: 0.25rem;
    }

    .mobile\:inset-y-2 {
        top: 0.5rem;
        bottom: 0.5rem;
    }

    .mobile\:inset-y-3 {
        top: 0.75rem;
        bottom: 0.75rem;
    }

    .mobile\:inset-y-4 {
        top: 1rem;
        bottom: 1rem;
    }

    .mobile\:inset-y-5 {
        top: 1.25rem;
        bottom: 1.25rem;
    }

    .mobile\:inset-y-6 {
        top: 1.5rem;
        bottom: 1.5rem;
    }

    .mobile\:inset-y-7 {
        top: 1.75rem;
        bottom: 1.75rem;
    }

    .mobile\:inset-y-8 {
        top: 2rem;
        bottom: 2rem;
    }

    .mobile\:inset-y-9 {
        top: 2.25rem;
        bottom: 2.25rem;
    }

    .mobile\:inset-y-10 {
        top: 2.5rem;
        bottom: 2.5rem;
    }

    .mobile\:inset-y-11 {
        top: 2.75rem;
        bottom: 2.75rem;
    }

    .mobile\:inset-y-12 {
        top: 3rem;
        bottom: 3rem;
    }

    .mobile\:inset-y-14 {
        top: 3.5rem;
        bottom: 3.5rem;
    }

    .mobile\:inset-y-16 {
        top: 4rem;
        bottom: 4rem;
    }

    .mobile\:inset-y-18 {
        top: 4.375rem;
        bottom: 4.375rem;
    }

    .mobile\:inset-y-19 {
        top: 76px;
        bottom: 76px;
    }

    .mobile\:inset-y-20 {
        top: 5rem;
        bottom: 5rem;
    }

    .mobile\:inset-y-24 {
        top: 6rem;
        bottom: 6rem;
    }

    .mobile\:inset-y-28 {
        top: 7rem;
        bottom: 7rem;
    }

    .mobile\:inset-y-30 {
        top: 120px;
        bottom: 120px;
    }

    .mobile\:inset-y-32 {
        top: 8rem;
        bottom: 8rem;
    }

    .mobile\:inset-y-36 {
        top: 9rem;
        bottom: 9rem;
    }

    .mobile\:inset-y-40 {
        top: 10rem;
        bottom: 10rem;
    }

    .mobile\:inset-y-44 {
        top: 11rem;
        bottom: 11rem;
    }

    .mobile\:inset-y-48 {
        top: 12rem;
        bottom: 12rem;
    }

    .mobile\:inset-y-52 {
        top: 13rem;
        bottom: 13rem;
    }

    .mobile\:inset-y-56 {
        top: 14rem;
        bottom: 14rem;
    }

    .mobile\:inset-y-60 {
        top: 15rem;
        bottom: 15rem;
    }

    .mobile\:inset-y-64 {
        top: 16rem;
        bottom: 16rem;
    }

    .mobile\:inset-y-72 {
        top: 18rem;
        bottom: 18rem;
    }

    .mobile\:inset-y-80 {
        top: 20rem;
        bottom: 20rem;
    }

    .mobile\:inset-y-96 {
        top: 24rem;
        bottom: 24rem;
    }

    .mobile\:inset-y-auto {
        top: auto;
        bottom: auto;
    }

    .mobile\:inset-y-px {
        top: 1px;
        bottom: 1px;
    }

    .mobile\:inset-y-0\.5 {
        top: 0.125rem;
        bottom: 0.125rem;
    }

    .mobile\:inset-y-1\.5 {
        top: 0.375rem;
        bottom: 0.375rem;
    }

    .mobile\:inset-y-2\.5 {
        top: 0.625rem;
        bottom: 0.625rem;
    }

    .mobile\:inset-y-3\.5 {
        top: 0.875rem;
        bottom: 0.875rem;
    }

    .mobile\:inset-y-5p {
        top: 5px;
        bottom: 5px;
    }

    .mobile\:inset-y-10p {
        top: 10px;
        bottom: 10px;
    }

    .mobile\:inset-y-14p {
        top: 14px;
        bottom: 14px;
    }

    .mobile\:inset-y-15p {
        top: 15px;
        bottom: 15px;
    }

    .mobile\:inset-y-15_2 {
        top: 60px;
        bottom: 60px;
    }

    .mobile\:inset-y-16_1 {
        top: 52px;
        bottom: 52px;
    }

    .mobile\:inset-y-16p {
        top: 16px;
        bottom: 16px;
    }

    .mobile\:inset-y-25p {
        top: 25px;
        bottom: 25px;
    }

    .mobile\:inset-y-48p {
        top: 48%;
        bottom: 48%;
    }

    .mobile\:inset-y-52p {
        top: 52%;
        bottom: 52%;
    }

    .mobile\:-inset-y-0 {
        top: 0px;
        bottom: 0px;
    }

    .mobile\:-inset-y-1 {
        top: -0.25rem;
        bottom: -0.25rem;
    }

    .mobile\:-inset-y-2 {
        top: -0.5rem;
        bottom: -0.5rem;
    }

    .mobile\:-inset-y-3 {
        top: -0.75rem;
        bottom: -0.75rem;
    }

    .mobile\:-inset-y-4 {
        top: -1rem;
        bottom: -1rem;
    }

    .mobile\:-inset-y-5 {
        top: -1.25rem;
        bottom: -1.25rem;
    }

    .mobile\:-inset-y-6 {
        top: -1.5rem;
        bottom: -1.5rem;
    }

    .mobile\:-inset-y-7 {
        top: -1.75rem;
        bottom: -1.75rem;
    }

    .mobile\:-inset-y-8 {
        top: -2rem;
        bottom: -2rem;
    }

    .mobile\:-inset-y-9 {
        top: -2.25rem;
        bottom: -2.25rem;
    }

    .mobile\:-inset-y-10 {
        top: -2.5rem;
        bottom: -2.5rem;
    }

    .mobile\:-inset-y-11 {
        top: -2.75rem;
        bottom: -2.75rem;
    }

    .mobile\:-inset-y-12 {
        top: -3rem;
        bottom: -3rem;
    }

    .mobile\:-inset-y-14 {
        top: -3.5rem;
        bottom: -3.5rem;
    }

    .mobile\:-inset-y-16 {
        top: -4rem;
        bottom: -4rem;
    }

    .mobile\:-inset-y-18 {
        top: -4.375rem;
        bottom: -4.375rem;
    }

    .mobile\:-inset-y-19 {
        top: -76px;
        bottom: -76px;
    }

    .mobile\:-inset-y-20 {
        top: -5rem;
        bottom: -5rem;
    }

    .mobile\:-inset-y-24 {
        top: -6rem;
        bottom: -6rem;
    }

    .mobile\:-inset-y-28 {
        top: -7rem;
        bottom: -7rem;
    }

    .mobile\:-inset-y-30 {
        top: -120px;
        bottom: -120px;
    }

    .mobile\:-inset-y-32 {
        top: -8rem;
        bottom: -8rem;
    }

    .mobile\:-inset-y-36 {
        top: -9rem;
        bottom: -9rem;
    }

    .mobile\:-inset-y-40 {
        top: -10rem;
        bottom: -10rem;
    }

    .mobile\:-inset-y-44 {
        top: -11rem;
        bottom: -11rem;
    }

    .mobile\:-inset-y-48 {
        top: -12rem;
        bottom: -12rem;
    }

    .mobile\:-inset-y-52 {
        top: -13rem;
        bottom: -13rem;
    }

    .mobile\:-inset-y-56 {
        top: -14rem;
        bottom: -14rem;
    }

    .mobile\:-inset-y-60 {
        top: -15rem;
        bottom: -15rem;
    }

    .mobile\:-inset-y-64 {
        top: -16rem;
        bottom: -16rem;
    }

    .mobile\:-inset-y-72 {
        top: -18rem;
        bottom: -18rem;
    }

    .mobile\:-inset-y-80 {
        top: -20rem;
        bottom: -20rem;
    }

    .mobile\:-inset-y-96 {
        top: -24rem;
        bottom: -24rem;
    }

    .mobile\:-inset-y-px {
        top: -1px;
        bottom: -1px;
    }

    .mobile\:-inset-y-0\.5 {
        top: -0.125rem;
        bottom: -0.125rem;
    }

    .mobile\:-inset-y-1\.5 {
        top: -0.375rem;
        bottom: -0.375rem;
    }

    .mobile\:-inset-y-2\.5 {
        top: -0.625rem;
        bottom: -0.625rem;
    }

    .mobile\:-inset-y-3\.5 {
        top: -0.875rem;
        bottom: -0.875rem;
    }

    .mobile\:-inset-y-5p {
        top: -5px;
        bottom: -5px;
    }

    .mobile\:-inset-y-10p {
        top: -10px;
        bottom: -10px;
    }

    .mobile\:-inset-y-14p {
        top: -14px;
        bottom: -14px;
    }

    .mobile\:-inset-y-15p {
        top: -15px;
        bottom: -15px;
    }

    .mobile\:-inset-y-15_2 {
        top: -60px;
        bottom: -60px;
    }

    .mobile\:-inset-y-16_1 {
        top: -52px;
        bottom: -52px;
    }

    .mobile\:-inset-y-16p {
        top: -16px;
        bottom: -16px;
    }

    .mobile\:-inset-y-25p {
        top: -25px;
        bottom: -25px;
    }

    .mobile\:-inset-y-48p {
        top: -48%;
        bottom: -48%;
    }

    .mobile\:-inset-y-52p {
        top: -52%;
        bottom: -52%;
    }

    .mobile\:inset-y-1\/2 {
        top: 50%;
        bottom: 50%;
    }

    .mobile\:inset-y-1\/3 {
        top: 33.333333%;
        bottom: 33.333333%;
    }

    .mobile\:inset-y-2\/3 {
        top: 66.666667%;
        bottom: 66.666667%;
    }

    .mobile\:inset-y-1\/4 {
        top: 25%;
        bottom: 25%;
    }

    .mobile\:inset-y-2\/4 {
        top: 50%;
        bottom: 50%;
    }

    .mobile\:inset-y-3\/4 {
        top: 75%;
        bottom: 75%;
    }

    .mobile\:inset-y-full {
        top: 100%;
        bottom: 100%;
    }

    .mobile\:-inset-y-1\/2 {
        top: -50%;
        bottom: -50%;
    }

    .mobile\:-inset-y-1\/3 {
        top: -33.333333%;
        bottom: -33.333333%;
    }

    .mobile\:-inset-y-2\/3 {
        top: -66.666667%;
        bottom: -66.666667%;
    }

    .mobile\:-inset-y-1\/4 {
        top: -25%;
        bottom: -25%;
    }

    .mobile\:-inset-y-2\/4 {
        top: -50%;
        bottom: -50%;
    }

    .mobile\:-inset-y-3\/4 {
        top: -75%;
        bottom: -75%;
    }

    .mobile\:-inset-y-full {
        top: -100%;
        bottom: -100%;
    }

    .mobile\:top-0 {
        top: 0px;
    }

    .mobile\:top-1 {
        top: 0.25rem;
    }

    .mobile\:top-2 {
        top: 0.5rem;
    }

    .mobile\:top-3 {
        top: 0.75rem;
    }

    .mobile\:top-4 {
        top: 1rem;
    }

    .mobile\:top-5 {
        top: 1.25rem;
    }

    .mobile\:top-6 {
        top: 1.5rem;
    }

    .mobile\:top-7 {
        top: 1.75rem;
    }

    .mobile\:top-8 {
        top: 2rem;
    }

    .mobile\:top-9 {
        top: 2.25rem;
    }

    .mobile\:top-10 {
        top: 2.5rem;
    }

    .mobile\:top-11 {
        top: 2.75rem;
    }

    .mobile\:top-12 {
        top: 3rem;
    }

    .mobile\:top-14 {
        top: 3.5rem;
    }

    .mobile\:top-16 {
        top: 4rem;
    }

    .mobile\:top-18 {
        top: 4.375rem;
    }

    .mobile\:top-19 {
        top: 76px;
    }

    .mobile\:top-20 {
        top: 5rem;
    }

    .mobile\:top-24 {
        top: 6rem;
    }

    .mobile\:top-28 {
        top: 7rem;
    }

    .mobile\:top-30 {
        top: 120px;
    }

    .mobile\:top-32 {
        top: 8rem;
    }

    .mobile\:top-36 {
        top: 9rem;
    }

    .mobile\:top-40 {
        top: 10rem;
    }

    .mobile\:top-44 {
        top: 11rem;
    }

    .mobile\:top-48 {
        top: 12rem;
    }

    .mobile\:top-52 {
        top: 13rem;
    }

    .mobile\:top-56 {
        top: 14rem;
    }

    .mobile\:top-60 {
        top: 15rem;
    }

    .mobile\:top-64 {
        top: 16rem;
    }

    .mobile\:top-72 {
        top: 18rem;
    }

    .mobile\:top-80 {
        top: 20rem;
    }

    .mobile\:top-96 {
        top: 24rem;
    }

    .mobile\:top-auto {
        top: auto;
    }

    .mobile\:top-px {
        top: 1px;
    }

    .mobile\:top-0\.5 {
        top: 0.125rem;
    }

    .mobile\:top-1\.5 {
        top: 0.375rem;
    }

    .mobile\:top-2\.5 {
        top: 0.625rem;
    }

    .mobile\:top-3\.5 {
        top: 0.875rem;
    }

    .mobile\:top-5p {
        top: 5px;
    }

    .mobile\:top-10p {
        top: 10px;
    }

    .mobile\:top-14p {
        top: 14px;
    }

    .mobile\:top-15p {
        top: 15px;
    }

    .mobile\:top-15_2 {
        top: 60px;
    }

    .mobile\:top-16_1 {
        top: 52px;
    }

    .mobile\:top-16p {
        top: 16px;
    }

    .mobile\:top-25p {
        top: 25px;
    }

    .mobile\:top-48p {
        top: 48%;
    }

    .mobile\:top-52p {
        top: 52%;
    }

    .mobile\:-top-0 {
        top: 0px;
    }

    .mobile\:-top-1 {
        top: -0.25rem;
    }

    .mobile\:-top-2 {
        top: -0.5rem;
    }

    .mobile\:-top-3 {
        top: -0.75rem;
    }

    .mobile\:-top-4 {
        top: -1rem;
    }

    .mobile\:-top-5 {
        top: -1.25rem;
    }

    .mobile\:-top-6 {
        top: -1.5rem;
    }

    .mobile\:-top-7 {
        top: -1.75rem;
    }

    .mobile\:-top-8 {
        top: -2rem;
    }

    .mobile\:-top-9 {
        top: -2.25rem;
    }

    .mobile\:-top-10 {
        top: -2.5rem;
    }

    .mobile\:-top-11 {
        top: -2.75rem;
    }

    .mobile\:-top-12 {
        top: -3rem;
    }

    .mobile\:-top-14 {
        top: -3.5rem;
    }

    .mobile\:-top-16 {
        top: -4rem;
    }

    .mobile\:-top-18 {
        top: -4.375rem;
    }

    .mobile\:-top-19 {
        top: -76px;
    }

    .mobile\:-top-20 {
        top: -5rem;
    }

    .mobile\:-top-24 {
        top: -6rem;
    }

    .mobile\:-top-28 {
        top: -7rem;
    }

    .mobile\:-top-30 {
        top: -120px;
    }

    .mobile\:-top-32 {
        top: -8rem;
    }

    .mobile\:-top-36 {
        top: -9rem;
    }

    .mobile\:-top-40 {
        top: -10rem;
    }

    .mobile\:-top-44 {
        top: -11rem;
    }

    .mobile\:-top-48 {
        top: -12rem;
    }

    .mobile\:-top-52 {
        top: -13rem;
    }

    .mobile\:-top-56 {
        top: -14rem;
    }

    .mobile\:-top-60 {
        top: -15rem;
    }

    .mobile\:-top-64 {
        top: -16rem;
    }

    .mobile\:-top-72 {
        top: -18rem;
    }

    .mobile\:-top-80 {
        top: -20rem;
    }

    .mobile\:-top-96 {
        top: -24rem;
    }

    .mobile\:-top-px {
        top: -1px;
    }

    .mobile\:-top-0\.5 {
        top: -0.125rem;
    }

    .mobile\:-top-1\.5 {
        top: -0.375rem;
    }

    .mobile\:-top-2\.5 {
        top: -0.625rem;
    }

    .mobile\:-top-3\.5 {
        top: -0.875rem;
    }

    .mobile\:-top-5p {
        top: -5px;
    }

    .mobile\:-top-10p {
        top: -10px;
    }

    .mobile\:-top-14p {
        top: -14px;
    }

    .mobile\:-top-15p {
        top: -15px;
    }

    .mobile\:-top-15_2 {
        top: -60px;
    }

    .mobile\:-top-16_1 {
        top: -52px;
    }

    .mobile\:-top-16p {
        top: -16px;
    }

    .mobile\:-top-25p {
        top: -25px;
    }

    .mobile\:-top-48p {
        top: -48%;
    }

    .mobile\:-top-52p {
        top: -52%;
    }

    .mobile\:top-1\/2 {
        top: 50%;
    }

    .mobile\:top-1\/3 {
        top: 33.333333%;
    }

    .mobile\:top-2\/3 {
        top: 66.666667%;
    }

    .mobile\:top-1\/4 {
        top: 25%;
    }

    .mobile\:top-2\/4 {
        top: 50%;
    }

    .mobile\:top-3\/4 {
        top: 75%;
    }

    .mobile\:top-full {
        top: 100%;
    }

    .mobile\:-top-1\/2 {
        top: -50%;
    }

    .mobile\:-top-1\/3 {
        top: -33.333333%;
    }

    .mobile\:-top-2\/3 {
        top: -66.666667%;
    }

    .mobile\:-top-1\/4 {
        top: -25%;
    }

    .mobile\:-top-2\/4 {
        top: -50%;
    }

    .mobile\:-top-3\/4 {
        top: -75%;
    }

    .mobile\:-top-full {
        top: -100%;
    }

    .mobile\:right-0 {
        right: 0px;
    }

    .mobile\:right-1 {
        right: 0.25rem;
    }

    .mobile\:right-2 {
        right: 0.5rem;
    }

    .mobile\:right-3 {
        right: 0.75rem;
    }

    .mobile\:right-4 {
        right: 1rem;
    }

    .mobile\:right-5 {
        right: 1.25rem;
    }

    .mobile\:right-6 {
        right: 1.5rem;
    }

    .mobile\:right-7 {
        right: 1.75rem;
    }

    .mobile\:right-8 {
        right: 2rem;
    }

    .mobile\:right-9 {
        right: 2.25rem;
    }

    .mobile\:right-10 {
        right: 2.5rem;
    }

    .mobile\:right-11 {
        right: 2.75rem;
    }

    .mobile\:right-12 {
        right: 3rem;
    }

    .mobile\:right-14 {
        right: 3.5rem;
    }

    .mobile\:right-16 {
        right: 4rem;
    }

    .mobile\:right-18 {
        right: 4.375rem;
    }

    .mobile\:right-19 {
        right: 76px;
    }

    .mobile\:right-20 {
        right: 5rem;
    }

    .mobile\:right-24 {
        right: 6rem;
    }

    .mobile\:right-28 {
        right: 7rem;
    }

    .mobile\:right-30 {
        right: 120px;
    }

    .mobile\:right-32 {
        right: 8rem;
    }

    .mobile\:right-36 {
        right: 9rem;
    }

    .mobile\:right-40 {
        right: 10rem;
    }

    .mobile\:right-44 {
        right: 11rem;
    }

    .mobile\:right-48 {
        right: 12rem;
    }

    .mobile\:right-52 {
        right: 13rem;
    }

    .mobile\:right-56 {
        right: 14rem;
    }

    .mobile\:right-60 {
        right: 15rem;
    }

    .mobile\:right-64 {
        right: 16rem;
    }

    .mobile\:right-72 {
        right: 18rem;
    }

    .mobile\:right-80 {
        right: 20rem;
    }

    .mobile\:right-96 {
        right: 24rem;
    }

    .mobile\:right-auto {
        right: auto;
    }

    .mobile\:right-px {
        right: 1px;
    }

    .mobile\:right-0\.5 {
        right: 0.125rem;
    }

    .mobile\:right-1\.5 {
        right: 0.375rem;
    }

    .mobile\:right-2\.5 {
        right: 0.625rem;
    }

    .mobile\:right-3\.5 {
        right: 0.875rem;
    }

    .mobile\:right-5p {
        right: 5px;
    }

    .mobile\:right-10p {
        right: 10px;
    }

    .mobile\:right-14p {
        right: 14px;
    }

    .mobile\:right-15p {
        right: 15px;
    }

    .mobile\:right-15_2 {
        right: 60px;
    }

    .mobile\:right-16_1 {
        right: 52px;
    }

    .mobile\:right-16p {
        right: 16px;
    }

    .mobile\:right-25p {
        right: 25px;
    }

    .mobile\:right-48p {
        right: 48%;
    }

    .mobile\:right-52p {
        right: 52%;
    }

    .mobile\:-right-0 {
        right: 0px;
    }

    .mobile\:-right-1 {
        right: -0.25rem;
    }

    .mobile\:-right-2 {
        right: -0.5rem;
    }

    .mobile\:-right-3 {
        right: -0.75rem;
    }

    .mobile\:-right-4 {
        right: -1rem;
    }

    .mobile\:-right-5 {
        right: -1.25rem;
    }

    .mobile\:-right-6 {
        right: -1.5rem;
    }

    .mobile\:-right-7 {
        right: -1.75rem;
    }

    .mobile\:-right-8 {
        right: -2rem;
    }

    .mobile\:-right-9 {
        right: -2.25rem;
    }

    .mobile\:-right-10 {
        right: -2.5rem;
    }

    .mobile\:-right-11 {
        right: -2.75rem;
    }

    .mobile\:-right-12 {
        right: -3rem;
    }

    .mobile\:-right-14 {
        right: -3.5rem;
    }

    .mobile\:-right-16 {
        right: -4rem;
    }

    .mobile\:-right-18 {
        right: -4.375rem;
    }

    .mobile\:-right-19 {
        right: -76px;
    }

    .mobile\:-right-20 {
        right: -5rem;
    }

    .mobile\:-right-24 {
        right: -6rem;
    }

    .mobile\:-right-28 {
        right: -7rem;
    }

    .mobile\:-right-30 {
        right: -120px;
    }

    .mobile\:-right-32 {
        right: -8rem;
    }

    .mobile\:-right-36 {
        right: -9rem;
    }

    .mobile\:-right-40 {
        right: -10rem;
    }

    .mobile\:-right-44 {
        right: -11rem;
    }

    .mobile\:-right-48 {
        right: -12rem;
    }

    .mobile\:-right-52 {
        right: -13rem;
    }

    .mobile\:-right-56 {
        right: -14rem;
    }

    .mobile\:-right-60 {
        right: -15rem;
    }

    .mobile\:-right-64 {
        right: -16rem;
    }

    .mobile\:-right-72 {
        right: -18rem;
    }

    .mobile\:-right-80 {
        right: -20rem;
    }

    .mobile\:-right-96 {
        right: -24rem;
    }

    .mobile\:-right-px {
        right: -1px;
    }

    .mobile\:-right-0\.5 {
        right: -0.125rem;
    }

    .mobile\:-right-1\.5 {
        right: -0.375rem;
    }

    .mobile\:-right-2\.5 {
        right: -0.625rem;
    }

    .mobile\:-right-3\.5 {
        right: -0.875rem;
    }

    .mobile\:-right-5p {
        right: -5px;
    }

    .mobile\:-right-10p {
        right: -10px;
    }

    .mobile\:-right-14p {
        right: -14px;
    }

    .mobile\:-right-15p {
        right: -15px;
    }

    .mobile\:-right-15_2 {
        right: -60px;
    }

    .mobile\:-right-16_1 {
        right: -52px;
    }

    .mobile\:-right-16p {
        right: -16px;
    }

    .mobile\:-right-25p {
        right: -25px;
    }

    .mobile\:-right-48p {
        right: -48%;
    }

    .mobile\:-right-52p {
        right: -52%;
    }

    .mobile\:right-1\/2 {
        right: 50%;
    }

    .mobile\:right-1\/3 {
        right: 33.333333%;
    }

    .mobile\:right-2\/3 {
        right: 66.666667%;
    }

    .mobile\:right-1\/4 {
        right: 25%;
    }

    .mobile\:right-2\/4 {
        right: 50%;
    }

    .mobile\:right-3\/4 {
        right: 75%;
    }

    .mobile\:right-full {
        right: 100%;
    }

    .mobile\:-right-1\/2 {
        right: -50%;
    }

    .mobile\:-right-1\/3 {
        right: -33.333333%;
    }

    .mobile\:-right-2\/3 {
        right: -66.666667%;
    }

    .mobile\:-right-1\/4 {
        right: -25%;
    }

    .mobile\:-right-2\/4 {
        right: -50%;
    }

    .mobile\:-right-3\/4 {
        right: -75%;
    }

    .mobile\:-right-full {
        right: -100%;
    }

    .mobile\:bottom-0 {
        bottom: 0px;
    }

    .mobile\:bottom-1 {
        bottom: 0.25rem;
    }

    .mobile\:bottom-2 {
        bottom: 0.5rem;
    }

    .mobile\:bottom-3 {
        bottom: 0.75rem;
    }

    .mobile\:bottom-4 {
        bottom: 1rem;
    }

    .mobile\:bottom-5 {
        bottom: 1.25rem;
    }

    .mobile\:bottom-6 {
        bottom: 1.5rem;
    }

    .mobile\:bottom-7 {
        bottom: 1.75rem;
    }

    .mobile\:bottom-8 {
        bottom: 2rem;
    }

    .mobile\:bottom-9 {
        bottom: 2.25rem;
    }

    .mobile\:bottom-10 {
        bottom: 2.5rem;
    }

    .mobile\:bottom-11 {
        bottom: 2.75rem;
    }

    .mobile\:bottom-12 {
        bottom: 3rem;
    }

    .mobile\:bottom-14 {
        bottom: 3.5rem;
    }

    .mobile\:bottom-16 {
        bottom: 4rem;
    }

    .mobile\:bottom-18 {
        bottom: 4.375rem;
    }

    .mobile\:bottom-19 {
        bottom: 76px;
    }

    .mobile\:bottom-20 {
        bottom: 5rem;
    }

    .mobile\:bottom-24 {
        bottom: 6rem;
    }

    .mobile\:bottom-28 {
        bottom: 7rem;
    }

    .mobile\:bottom-30 {
        bottom: 120px;
    }

    .mobile\:bottom-32 {
        bottom: 8rem;
    }

    .mobile\:bottom-36 {
        bottom: 9rem;
    }

    .mobile\:bottom-40 {
        bottom: 10rem;
    }

    .mobile\:bottom-44 {
        bottom: 11rem;
    }

    .mobile\:bottom-48 {
        bottom: 12rem;
    }

    .mobile\:bottom-52 {
        bottom: 13rem;
    }

    .mobile\:bottom-56 {
        bottom: 14rem;
    }

    .mobile\:bottom-60 {
        bottom: 15rem;
    }

    .mobile\:bottom-64 {
        bottom: 16rem;
    }

    .mobile\:bottom-72 {
        bottom: 18rem;
    }

    .mobile\:bottom-80 {
        bottom: 20rem;
    }

    .mobile\:bottom-96 {
        bottom: 24rem;
    }

    .mobile\:bottom-auto {
        bottom: auto;
    }

    .mobile\:bottom-px {
        bottom: 1px;
    }

    .mobile\:bottom-0\.5 {
        bottom: 0.125rem;
    }

    .mobile\:bottom-1\.5 {
        bottom: 0.375rem;
    }

    .mobile\:bottom-2\.5 {
        bottom: 0.625rem;
    }

    .mobile\:bottom-3\.5 {
        bottom: 0.875rem;
    }

    .mobile\:bottom-5p {
        bottom: 5px;
    }

    .mobile\:bottom-10p {
        bottom: 10px;
    }

    .mobile\:bottom-14p {
        bottom: 14px;
    }

    .mobile\:bottom-15p {
        bottom: 15px;
    }

    .mobile\:bottom-15_2 {
        bottom: 60px;
    }

    .mobile\:bottom-16_1 {
        bottom: 52px;
    }

    .mobile\:bottom-16p {
        bottom: 16px;
    }

    .mobile\:bottom-25p {
        bottom: 25px;
    }

    .mobile\:bottom-48p {
        bottom: 48%;
    }

    .mobile\:bottom-52p {
        bottom: 52%;
    }

    .mobile\:-bottom-0 {
        bottom: 0px;
    }

    .mobile\:-bottom-1 {
        bottom: -0.25rem;
    }

    .mobile\:-bottom-2 {
        bottom: -0.5rem;
    }

    .mobile\:-bottom-3 {
        bottom: -0.75rem;
    }

    .mobile\:-bottom-4 {
        bottom: -1rem;
    }

    .mobile\:-bottom-5 {
        bottom: -1.25rem;
    }

    .mobile\:-bottom-6 {
        bottom: -1.5rem;
    }

    .mobile\:-bottom-7 {
        bottom: -1.75rem;
    }

    .mobile\:-bottom-8 {
        bottom: -2rem;
    }

    .mobile\:-bottom-9 {
        bottom: -2.25rem;
    }

    .mobile\:-bottom-10 {
        bottom: -2.5rem;
    }

    .mobile\:-bottom-11 {
        bottom: -2.75rem;
    }

    .mobile\:-bottom-12 {
        bottom: -3rem;
    }

    .mobile\:-bottom-14 {
        bottom: -3.5rem;
    }

    .mobile\:-bottom-16 {
        bottom: -4rem;
    }

    .mobile\:-bottom-18 {
        bottom: -4.375rem;
    }

    .mobile\:-bottom-19 {
        bottom: -76px;
    }

    .mobile\:-bottom-20 {
        bottom: -5rem;
    }

    .mobile\:-bottom-24 {
        bottom: -6rem;
    }

    .mobile\:-bottom-28 {
        bottom: -7rem;
    }

    .mobile\:-bottom-30 {
        bottom: -120px;
    }

    .mobile\:-bottom-32 {
        bottom: -8rem;
    }

    .mobile\:-bottom-36 {
        bottom: -9rem;
    }

    .mobile\:-bottom-40 {
        bottom: -10rem;
    }

    .mobile\:-bottom-44 {
        bottom: -11rem;
    }

    .mobile\:-bottom-48 {
        bottom: -12rem;
    }

    .mobile\:-bottom-52 {
        bottom: -13rem;
    }

    .mobile\:-bottom-56 {
        bottom: -14rem;
    }

    .mobile\:-bottom-60 {
        bottom: -15rem;
    }

    .mobile\:-bottom-64 {
        bottom: -16rem;
    }

    .mobile\:-bottom-72 {
        bottom: -18rem;
    }

    .mobile\:-bottom-80 {
        bottom: -20rem;
    }

    .mobile\:-bottom-96 {
        bottom: -24rem;
    }

    .mobile\:-bottom-px {
        bottom: -1px;
    }

    .mobile\:-bottom-0\.5 {
        bottom: -0.125rem;
    }

    .mobile\:-bottom-1\.5 {
        bottom: -0.375rem;
    }

    .mobile\:-bottom-2\.5 {
        bottom: -0.625rem;
    }

    .mobile\:-bottom-3\.5 {
        bottom: -0.875rem;
    }

    .mobile\:-bottom-5p {
        bottom: -5px;
    }

    .mobile\:-bottom-10p {
        bottom: -10px;
    }

    .mobile\:-bottom-14p {
        bottom: -14px;
    }

    .mobile\:-bottom-15p {
        bottom: -15px;
    }

    .mobile\:-bottom-15_2 {
        bottom: -60px;
    }

    .mobile\:-bottom-16_1 {
        bottom: -52px;
    }

    .mobile\:-bottom-16p {
        bottom: -16px;
    }

    .mobile\:-bottom-25p {
        bottom: -25px;
    }

    .mobile\:-bottom-48p {
        bottom: -48%;
    }

    .mobile\:-bottom-52p {
        bottom: -52%;
    }

    .mobile\:bottom-1\/2 {
        bottom: 50%;
    }

    .mobile\:bottom-1\/3 {
        bottom: 33.333333%;
    }

    .mobile\:bottom-2\/3 {
        bottom: 66.666667%;
    }

    .mobile\:bottom-1\/4 {
        bottom: 25%;
    }

    .mobile\:bottom-2\/4 {
        bottom: 50%;
    }

    .mobile\:bottom-3\/4 {
        bottom: 75%;
    }

    .mobile\:bottom-full {
        bottom: 100%;
    }

    .mobile\:-bottom-1\/2 {
        bottom: -50%;
    }

    .mobile\:-bottom-1\/3 {
        bottom: -33.333333%;
    }

    .mobile\:-bottom-2\/3 {
        bottom: -66.666667%;
    }

    .mobile\:-bottom-1\/4 {
        bottom: -25%;
    }

    .mobile\:-bottom-2\/4 {
        bottom: -50%;
    }

    .mobile\:-bottom-3\/4 {
        bottom: -75%;
    }

    .mobile\:-bottom-full {
        bottom: -100%;
    }

    .mobile\:left-0 {
        left: 0px;
    }

    .mobile\:left-1 {
        left: 0.25rem;
    }

    .mobile\:left-2 {
        left: 0.5rem;
    }

    .mobile\:left-3 {
        left: 0.75rem;
    }

    .mobile\:left-4 {
        left: 1rem;
    }

    .mobile\:left-5 {
        left: 1.25rem;
    }

    .mobile\:left-6 {
        left: 1.5rem;
    }

    .mobile\:left-7 {
        left: 1.75rem;
    }

    .mobile\:left-8 {
        left: 2rem;
    }

    .mobile\:left-9 {
        left: 2.25rem;
    }

    .mobile\:left-10 {
        left: 2.5rem;
    }

    .mobile\:left-11 {
        left: 2.75rem;
    }

    .mobile\:left-12 {
        left: 3rem;
    }

    .mobile\:left-14 {
        left: 3.5rem;
    }

    .mobile\:left-16 {
        left: 4rem;
    }

    .mobile\:left-18 {
        left: 4.375rem;
    }

    .mobile\:left-19 {
        left: 76px;
    }

    .mobile\:left-20 {
        left: 5rem;
    }

    .mobile\:left-24 {
        left: 6rem;
    }

    .mobile\:left-28 {
        left: 7rem;
    }

    .mobile\:left-30 {
        left: 120px;
    }

    .mobile\:left-32 {
        left: 8rem;
    }

    .mobile\:left-36 {
        left: 9rem;
    }

    .mobile\:left-40 {
        left: 10rem;
    }

    .mobile\:left-44 {
        left: 11rem;
    }

    .mobile\:left-48 {
        left: 12rem;
    }

    .mobile\:left-52 {
        left: 13rem;
    }

    .mobile\:left-56 {
        left: 14rem;
    }

    .mobile\:left-60 {
        left: 15rem;
    }

    .mobile\:left-64 {
        left: 16rem;
    }

    .mobile\:left-72 {
        left: 18rem;
    }

    .mobile\:left-80 {
        left: 20rem;
    }

    .mobile\:left-96 {
        left: 24rem;
    }

    .mobile\:left-auto {
        left: auto;
    }

    .mobile\:left-px {
        left: 1px;
    }

    .mobile\:left-0\.5 {
        left: 0.125rem;
    }

    .mobile\:left-1\.5 {
        left: 0.375rem;
    }

    .mobile\:left-2\.5 {
        left: 0.625rem;
    }

    .mobile\:left-3\.5 {
        left: 0.875rem;
    }

    .mobile\:left-5p {
        left: 5px;
    }

    .mobile\:left-10p {
        left: 10px;
    }

    .mobile\:left-14p {
        left: 14px;
    }

    .mobile\:left-15p {
        left: 15px;
    }

    .mobile\:left-15_2 {
        left: 60px;
    }

    .mobile\:left-16_1 {
        left: 52px;
    }

    .mobile\:left-16p {
        left: 16px;
    }

    .mobile\:left-25p {
        left: 25px;
    }

    .mobile\:left-48p {
        left: 48%;
    }

    .mobile\:left-52p {
        left: 52%;
    }

    .mobile\:-left-0 {
        left: 0px;
    }

    .mobile\:-left-1 {
        left: -0.25rem;
    }

    .mobile\:-left-2 {
        left: -0.5rem;
    }

    .mobile\:-left-3 {
        left: -0.75rem;
    }

    .mobile\:-left-4 {
        left: -1rem;
    }

    .mobile\:-left-5 {
        left: -1.25rem;
    }

    .mobile\:-left-6 {
        left: -1.5rem;
    }

    .mobile\:-left-7 {
        left: -1.75rem;
    }

    .mobile\:-left-8 {
        left: -2rem;
    }

    .mobile\:-left-9 {
        left: -2.25rem;
    }

    .mobile\:-left-10 {
        left: -2.5rem;
    }

    .mobile\:-left-11 {
        left: -2.75rem;
    }

    .mobile\:-left-12 {
        left: -3rem;
    }

    .mobile\:-left-14 {
        left: -3.5rem;
    }

    .mobile\:-left-16 {
        left: -4rem;
    }

    .mobile\:-left-18 {
        left: -4.375rem;
    }

    .mobile\:-left-19 {
        left: -76px;
    }

    .mobile\:-left-20 {
        left: -5rem;
    }

    .mobile\:-left-24 {
        left: -6rem;
    }

    .mobile\:-left-28 {
        left: -7rem;
    }

    .mobile\:-left-30 {
        left: -120px;
    }

    .mobile\:-left-32 {
        left: -8rem;
    }

    .mobile\:-left-36 {
        left: -9rem;
    }

    .mobile\:-left-40 {
        left: -10rem;
    }

    .mobile\:-left-44 {
        left: -11rem;
    }

    .mobile\:-left-48 {
        left: -12rem;
    }

    .mobile\:-left-52 {
        left: -13rem;
    }

    .mobile\:-left-56 {
        left: -14rem;
    }

    .mobile\:-left-60 {
        left: -15rem;
    }

    .mobile\:-left-64 {
        left: -16rem;
    }

    .mobile\:-left-72 {
        left: -18rem;
    }

    .mobile\:-left-80 {
        left: -20rem;
    }

    .mobile\:-left-96 {
        left: -24rem;
    }

    .mobile\:-left-px {
        left: -1px;
    }

    .mobile\:-left-0\.5 {
        left: -0.125rem;
    }

    .mobile\:-left-1\.5 {
        left: -0.375rem;
    }

    .mobile\:-left-2\.5 {
        left: -0.625rem;
    }

    .mobile\:-left-3\.5 {
        left: -0.875rem;
    }

    .mobile\:-left-5p {
        left: -5px;
    }

    .mobile\:-left-10p {
        left: -10px;
    }

    .mobile\:-left-14p {
        left: -14px;
    }

    .mobile\:-left-15p {
        left: -15px;
    }

    .mobile\:-left-15_2 {
        left: -60px;
    }

    .mobile\:-left-16_1 {
        left: -52px;
    }

    .mobile\:-left-16p {
        left: -16px;
    }

    .mobile\:-left-25p {
        left: -25px;
    }

    .mobile\:-left-48p {
        left: -48%;
    }

    .mobile\:-left-52p {
        left: -52%;
    }

    .mobile\:left-1\/2 {
        left: 50%;
    }

    .mobile\:left-1\/3 {
        left: 33.333333%;
    }

    .mobile\:left-2\/3 {
        left: 66.666667%;
    }

    .mobile\:left-1\/4 {
        left: 25%;
    }

    .mobile\:left-2\/4 {
        left: 50%;
    }

    .mobile\:left-3\/4 {
        left: 75%;
    }

    .mobile\:left-full {
        left: 100%;
    }

    .mobile\:-left-1\/2 {
        left: -50%;
    }

    .mobile\:-left-1\/3 {
        left: -33.333333%;
    }

    .mobile\:-left-2\/3 {
        left: -66.666667%;
    }

    .mobile\:-left-1\/4 {
        left: -25%;
    }

    .mobile\:-left-2\/4 {
        left: -50%;
    }

    .mobile\:-left-3\/4 {
        left: -75%;
    }

    .mobile\:-left-full {
        left: -100%;
    }

    .mobile\:isolate {
        isolation: isolate;
    }

    .mobile\:isolation-auto {
        isolation: auto;
    }

    .mobile\:z-0 {
        z-index: 0;
    }

    .mobile\:z-10 {
        z-index: 10;
    }

    .mobile\:z-20 {
        z-index: 20;
    }

    .mobile\:z-30 {
        z-index: 30;
    }

    .mobile\:z-40 {
        z-index: 40;
    }

    .mobile\:z-50 {
        z-index: 50;
    }

    .mobile\:z-auto {
        z-index: auto;
    }

    .mobile\:focus-within\:z-0:focus-within {
        z-index: 0;
    }

    .mobile\:focus-within\:z-10:focus-within {
        z-index: 10;
    }

    .mobile\:focus-within\:z-20:focus-within {
        z-index: 20;
    }

    .mobile\:focus-within\:z-30:focus-within {
        z-index: 30;
    }

    .mobile\:focus-within\:z-40:focus-within {
        z-index: 40;
    }

    .mobile\:focus-within\:z-50:focus-within {
        z-index: 50;
    }

    .mobile\:focus-within\:z-auto:focus-within {
        z-index: auto;
    }

    .mobile\:focus\:z-0:focus {
        z-index: 0;
    }

    .mobile\:focus\:z-10:focus {
        z-index: 10;
    }

    .mobile\:focus\:z-20:focus {
        z-index: 20;
    }

    .mobile\:focus\:z-30:focus {
        z-index: 30;
    }

    .mobile\:focus\:z-40:focus {
        z-index: 40;
    }

    .mobile\:focus\:z-50:focus {
        z-index: 50;
    }

    .mobile\:focus\:z-auto:focus {
        z-index: auto;
    }

    .mobile\:order-1 {
        order: 1;
    }

    .mobile\:order-2 {
        order: 2;
    }

    .mobile\:order-3 {
        order: 3;
    }

    .mobile\:order-4 {
        order: 4;
    }

    .mobile\:order-5 {
        order: 5;
    }

    .mobile\:order-6 {
        order: 6;
    }

    .mobile\:order-7 {
        order: 7;
    }

    .mobile\:order-8 {
        order: 8;
    }

    .mobile\:order-9 {
        order: 9;
    }

    .mobile\:order-10 {
        order: 10;
    }

    .mobile\:order-11 {
        order: 11;
    }

    .mobile\:order-12 {
        order: 12;
    }

    .mobile\:order-first {
        order: -9999;
    }

    .mobile\:order-last {
        order: 9999;
    }

    .mobile\:order-none {
        order: 0;
    }

    .mobile\:col-auto {
        grid-column: auto;
    }

    .mobile\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .mobile\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .mobile\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .mobile\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .mobile\:col-span-5 {
        grid-column: span 5 / span 5;
    }

    .mobile\:col-span-6 {
        grid-column: span 6 / span 6;
    }

    .mobile\:col-span-7 {
        grid-column: span 7 / span 7;
    }

    .mobile\:col-span-8 {
        grid-column: span 8 / span 8;
    }

    .mobile\:col-span-9 {
        grid-column: span 9 / span 9;
    }

    .mobile\:col-span-10 {
        grid-column: span 10 / span 10;
    }

    .mobile\:col-span-11 {
        grid-column: span 11 / span 11;
    }

    .mobile\:col-span-12 {
        grid-column: span 12 / span 12;
    }

    .mobile\:col-span-full {
        grid-column: 1 / -1;
    }

    .mobile\:col-start-1 {
        grid-column-start: 1;
    }

    .mobile\:col-start-2 {
        grid-column-start: 2;
    }

    .mobile\:col-start-3 {
        grid-column-start: 3;
    }

    .mobile\:col-start-4 {
        grid-column-start: 4;
    }

    .mobile\:col-start-5 {
        grid-column-start: 5;
    }

    .mobile\:col-start-6 {
        grid-column-start: 6;
    }

    .mobile\:col-start-7 {
        grid-column-start: 7;
    }

    .mobile\:col-start-8 {
        grid-column-start: 8;
    }

    .mobile\:col-start-9 {
        grid-column-start: 9;
    }

    .mobile\:col-start-10 {
        grid-column-start: 10;
    }

    .mobile\:col-start-11 {
        grid-column-start: 11;
    }

    .mobile\:col-start-12 {
        grid-column-start: 12;
    }

    .mobile\:col-start-13 {
        grid-column-start: 13;
    }

    .mobile\:col-start-auto {
        grid-column-start: auto;
    }

    .mobile\:col-end-1 {
        grid-column-end: 1;
    }

    .mobile\:col-end-2 {
        grid-column-end: 2;
    }

    .mobile\:col-end-3 {
        grid-column-end: 3;
    }

    .mobile\:col-end-4 {
        grid-column-end: 4;
    }

    .mobile\:col-end-5 {
        grid-column-end: 5;
    }

    .mobile\:col-end-6 {
        grid-column-end: 6;
    }

    .mobile\:col-end-7 {
        grid-column-end: 7;
    }

    .mobile\:col-end-8 {
        grid-column-end: 8;
    }

    .mobile\:col-end-9 {
        grid-column-end: 9;
    }

    .mobile\:col-end-10 {
        grid-column-end: 10;
    }

    .mobile\:col-end-11 {
        grid-column-end: 11;
    }

    .mobile\:col-end-12 {
        grid-column-end: 12;
    }

    .mobile\:col-end-13 {
        grid-column-end: 13;
    }

    .mobile\:col-end-auto {
        grid-column-end: auto;
    }

    .mobile\:row-auto {
        grid-row: auto;
    }

    .mobile\:row-span-1 {
        grid-row: span 1 / span 1;
    }

    .mobile\:row-span-2 {
        grid-row: span 2 / span 2;
    }

    .mobile\:row-span-3 {
        grid-row: span 3 / span 3;
    }

    .mobile\:row-span-4 {
        grid-row: span 4 / span 4;
    }

    .mobile\:row-span-5 {
        grid-row: span 5 / span 5;
    }

    .mobile\:row-span-6 {
        grid-row: span 6 / span 6;
    }

    .mobile\:row-span-full {
        grid-row: 1 / -1;
    }

    .mobile\:row-start-1 {
        grid-row-start: 1;
    }

    .mobile\:row-start-2 {
        grid-row-start: 2;
    }

    .mobile\:row-start-3 {
        grid-row-start: 3;
    }

    .mobile\:row-start-4 {
        grid-row-start: 4;
    }

    .mobile\:row-start-5 {
        grid-row-start: 5;
    }

    .mobile\:row-start-6 {
        grid-row-start: 6;
    }

    .mobile\:row-start-7 {
        grid-row-start: 7;
    }

    .mobile\:row-start-auto {
        grid-row-start: auto;
    }

    .mobile\:row-end-1 {
        grid-row-end: 1;
    }

    .mobile\:row-end-2 {
        grid-row-end: 2;
    }

    .mobile\:row-end-3 {
        grid-row-end: 3;
    }

    .mobile\:row-end-4 {
        grid-row-end: 4;
    }

    .mobile\:row-end-5 {
        grid-row-end: 5;
    }

    .mobile\:row-end-6 {
        grid-row-end: 6;
    }

    .mobile\:row-end-7 {
        grid-row-end: 7;
    }

    .mobile\:row-end-auto {
        grid-row-end: auto;
    }

    .mobile\:float-right {
        float: right;
    }

    .mobile\:float-left {
        float: left;
    }

    .mobile\:float-none {
        float: none;
    }

    .mobile\:clear-left {
        clear: left;
    }

    .mobile\:clear-right {
        clear: right;
    }

    .mobile\:clear-both {
        clear: both;
    }

    .mobile\:clear-none {
        clear: none;
    }

    .mobile\:m-0 {
        margin: 0px;
    }

    .mobile\:m-1 {
        margin: 0.25rem;
    }

    .mobile\:m-2 {
        margin: 0.5rem;
    }

    .mobile\:m-3 {
        margin: 0.75rem;
    }

    .mobile\:m-4 {
        margin: 1rem;
    }

    .mobile\:m-5 {
        margin: 1.25rem;
    }

    .mobile\:m-6 {
        margin: 1.5rem;
    }

    .mobile\:m-7 {
        margin: 1.75rem;
    }

    .mobile\:m-8 {
        margin: 2rem;
    }

    .mobile\:m-9 {
        margin: 2.25rem;
    }

    .mobile\:m-10 {
        margin: 2.5rem;
    }

    .mobile\:m-11 {
        margin: 2.75rem;
    }

    .mobile\:m-12 {
        margin: 3rem;
    }

    .mobile\:m-13 {
        margin: 3.25rem;
    }

    .mobile\:m-14 {
        margin: 3.5rem;
    }

    .mobile\:m-16 {
        margin: 4rem;
    }

    .mobile\:m-18 {
        margin: 4.375rem;
    }

    .mobile\:m-19 {
        margin: 76px;
    }

    .mobile\:m-20 {
        margin: 5rem;
    }

    .mobile\:m-22 {
        margin: 5.3125rem;
    }

    .mobile\:m-24 {
        margin: 6rem;
    }

    .mobile\:m-28 {
        margin: 7rem;
    }

    .mobile\:m-30 {
        margin: 120px;
    }

    .mobile\:m-32 {
        margin: 8rem;
    }

    .mobile\:m-36 {
        margin: 9rem;
    }

    .mobile\:m-40 {
        margin: 10rem;
    }

    .mobile\:m-44 {
        margin: 11rem;
    }

    .mobile\:m-46 {
        margin: 11.44rem;
    }

    .mobile\:m-48 {
        margin: 12rem;
    }

    .mobile\:m-52 {
        margin: 13rem;
    }

    .mobile\:m-56 {
        margin: 14rem;
    }

    .mobile\:m-60 {
        margin: 15rem;
    }

    .mobile\:m-64 {
        margin: 16rem;
    }

    .mobile\:m-72 {
        margin: 18rem;
    }

    .mobile\:m-80 {
        margin: 20rem;
    }

    .mobile\:m-96 {
        margin: 24rem;
    }

    .mobile\:m-auto {
        margin: auto;
    }

    .mobile\:m-px {
        margin: 1px;
    }

    .mobile\:m-0\.5 {
        margin: 0.125rem;
    }

    .mobile\:m-1\.5 {
        margin: 0.375rem;
    }

    .mobile\:m-2\.5 {
        margin: 0.625rem;
    }

    .mobile\:m-3\.5 {
        margin: 0.875rem;
    }

    .mobile\:m-5p {
        margin: 5px;
    }

    .mobile\:m-10p {
        margin: 10px;
    }

    .mobile\:m-14p {
        margin: 14px;
    }

    .mobile\:m-15p {
        margin: 15px;
    }

    .mobile\:m-15_2 {
        margin: 60px;
    }

    .mobile\:m-16_1 {
        margin: 52px;
    }

    .mobile\:m-16p {
        margin: 16px;
    }

    .mobile\:m-25p {
        margin: 25px;
    }

    .mobile\:m-48p {
        margin: 48%;
    }

    .mobile\:m-52p {
        margin: 52%;
    }

    .mobile\:-m-0 {
        margin: 0px;
    }

    .mobile\:-m-1 {
        margin: -0.25rem;
    }

    .mobile\:-m-2 {
        margin: -0.5rem;
    }

    .mobile\:-m-3 {
        margin: -0.75rem;
    }

    .mobile\:-m-4 {
        margin: -1rem;
    }

    .mobile\:-m-5 {
        margin: -1.25rem;
    }

    .mobile\:-m-6 {
        margin: -1.5rem;
    }

    .mobile\:-m-7 {
        margin: -1.75rem;
    }

    .mobile\:-m-8 {
        margin: -2rem;
    }

    .mobile\:-m-9 {
        margin: -2.25rem;
    }

    .mobile\:-m-10 {
        margin: -2.5rem;
    }

    .mobile\:-m-11 {
        margin: -2.75rem;
    }

    .mobile\:-m-12 {
        margin: -3rem;
    }

    .mobile\:-m-14 {
        margin: -3.5rem;
    }

    .mobile\:-m-16 {
        margin: -4rem;
    }

    .mobile\:-m-18 {
        margin: -4.375rem;
    }

    .mobile\:-m-19 {
        margin: -76px;
    }

    .mobile\:-m-20 {
        margin: -5rem;
    }

    .mobile\:-m-24 {
        margin: -6rem;
    }

    .mobile\:-m-28 {
        margin: -7rem;
    }

    .mobile\:-m-30 {
        margin: -120px;
    }

    .mobile\:-m-32 {
        margin: -8rem;
    }

    .mobile\:-m-36 {
        margin: -9rem;
    }

    .mobile\:-m-40 {
        margin: -10rem;
    }

    .mobile\:-m-44 {
        margin: -11rem;
    }

    .mobile\:-m-48 {
        margin: -12rem;
    }

    .mobile\:-m-52 {
        margin: -13rem;
    }

    .mobile\:-m-56 {
        margin: -14rem;
    }

    .mobile\:-m-60 {
        margin: -15rem;
    }

    .mobile\:-m-64 {
        margin: -16rem;
    }

    .mobile\:-m-72 {
        margin: -18rem;
    }

    .mobile\:-m-80 {
        margin: -20rem;
    }

    .mobile\:-m-96 {
        margin: -24rem;
    }

    .mobile\:-m-px {
        margin: -1px;
    }

    .mobile\:-m-0\.5 {
        margin: -0.125rem;
    }

    .mobile\:-m-1\.5 {
        margin: -0.375rem;
    }

    .mobile\:-m-2\.5 {
        margin: -0.625rem;
    }

    .mobile\:-m-3\.5 {
        margin: -0.875rem;
    }

    .mobile\:-m-5p {
        margin: -5px;
    }

    .mobile\:-m-10p {
        margin: -10px;
    }

    .mobile\:-m-14p {
        margin: -14px;
    }

    .mobile\:-m-15p {
        margin: -15px;
    }

    .mobile\:-m-15_2 {
        margin: -60px;
    }

    .mobile\:-m-16_1 {
        margin: -52px;
    }

    .mobile\:-m-16p {
        margin: -16px;
    }

    .mobile\:-m-25p {
        margin: -25px;
    }

    .mobile\:-m-48p {
        margin: -48%;
    }

    .mobile\:-m-52p {
        margin: -52%;
    }

    .mobile\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .mobile\:mx-1 {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }

    .mobile\:mx-2 {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .mobile\:mx-3 {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
    }

    .mobile\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .mobile\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }

    .mobile\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .mobile\:mx-7 {
        margin-left: 1.75rem;
        margin-right: 1.75rem;
    }

    .mobile\:mx-8 {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .mobile\:mx-9 {
        margin-left: 2.25rem;
        margin-right: 2.25rem;
    }

    .mobile\:mx-10 {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }

    .mobile\:mx-11 {
        margin-left: 2.75rem;
        margin-right: 2.75rem;
    }

    .mobile\:mx-12 {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .mobile\:mx-13 {
        margin-left: 3.25rem;
        margin-right: 3.25rem;
    }

    .mobile\:mx-14 {
        margin-left: 3.5rem;
        margin-right: 3.5rem;
    }

    .mobile\:mx-16 {
        margin-left: 4rem;
        margin-right: 4rem;
    }

    .mobile\:mx-18 {
        margin-left: 4.375rem;
        margin-right: 4.375rem;
    }

    .mobile\:mx-19 {
        margin-left: 76px;
        margin-right: 76px;
    }

    .mobile\:mx-20 {
        margin-left: 5rem;
        margin-right: 5rem;
    }

    .mobile\:mx-22 {
        margin-left: 5.3125rem;
        margin-right: 5.3125rem;
    }

    .mobile\:mx-24 {
        margin-left: 6rem;
        margin-right: 6rem;
    }

    .mobile\:mx-28 {
        margin-left: 7rem;
        margin-right: 7rem;
    }

    .mobile\:mx-30 {
        margin-left: 120px;
        margin-right: 120px;
    }

    .mobile\:mx-32 {
        margin-left: 8rem;
        margin-right: 8rem;
    }

    .mobile\:mx-36 {
        margin-left: 9rem;
        margin-right: 9rem;
    }

    .mobile\:mx-40 {
        margin-left: 10rem;
        margin-right: 10rem;
    }

    .mobile\:mx-44 {
        margin-left: 11rem;
        margin-right: 11rem;
    }

    .mobile\:mx-46 {
        margin-left: 11.44rem;
        margin-right: 11.44rem;
    }

    .mobile\:mx-48 {
        margin-left: 12rem;
        margin-right: 12rem;
    }

    .mobile\:mx-52 {
        margin-left: 13rem;
        margin-right: 13rem;
    }

    .mobile\:mx-56 {
        margin-left: 14rem;
        margin-right: 14rem;
    }

    .mobile\:mx-60 {
        margin-left: 15rem;
        margin-right: 15rem;
    }

    .mobile\:mx-64 {
        margin-left: 16rem;
        margin-right: 16rem;
    }

    .mobile\:mx-72 {
        margin-left: 18rem;
        margin-right: 18rem;
    }

    .mobile\:mx-80 {
        margin-left: 20rem;
        margin-right: 20rem;
    }

    .mobile\:mx-96 {
        margin-left: 24rem;
        margin-right: 24rem;
    }

    .mobile\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .mobile\:mx-px {
        margin-left: 1px;
        margin-right: 1px;
    }

    .mobile\:mx-0\.5 {
        margin-left: 0.125rem;
        margin-right: 0.125rem;
    }

    .mobile\:mx-1\.5 {
        margin-left: 0.375rem;
        margin-right: 0.375rem;
    }

    .mobile\:mx-2\.5 {
        margin-left: 0.625rem;
        margin-right: 0.625rem;
    }

    .mobile\:mx-3\.5 {
        margin-left: 0.875rem;
        margin-right: 0.875rem;
    }

    .mobile\:mx-5p {
        margin-left: 5px;
        margin-right: 5px;
    }

    .mobile\:mx-10p {
        margin-left: 10px;
        margin-right: 10px;
    }

    .mobile\:mx-14p {
        margin-left: 14px;
        margin-right: 14px;
    }

    .mobile\:mx-15p {
        margin-left: 15px;
        margin-right: 15px;
    }

    .mobile\:mx-15_2 {
        margin-left: 60px;
        margin-right: 60px;
    }

    .mobile\:mx-16_1 {
        margin-left: 52px;
        margin-right: 52px;
    }

    .mobile\:mx-16p {
        margin-left: 16px;
        margin-right: 16px;
    }

    .mobile\:mx-25p {
        margin-left: 25px;
        margin-right: 25px;
    }

    .mobile\:mx-48p {
        margin-left: 48%;
        margin-right: 48%;
    }

    .mobile\:mx-52p {
        margin-left: 52%;
        margin-right: 52%;
    }

    .mobile\:-mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .mobile\:-mx-1 {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
    }

    .mobile\:-mx-2 {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }

    .mobile\:-mx-3 {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }

    .mobile\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .mobile\:-mx-5 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

    .mobile\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .mobile\:-mx-7 {
        margin-left: -1.75rem;
        margin-right: -1.75rem;
    }

    .mobile\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem;
    }

    .mobile\:-mx-9 {
        margin-left: -2.25rem;
        margin-right: -2.25rem;
    }

    .mobile\:-mx-10 {
        margin-left: -2.5rem;
        margin-right: -2.5rem;
    }

    .mobile\:-mx-11 {
        margin-left: -2.75rem;
        margin-right: -2.75rem;
    }

    .mobile\:-mx-12 {
        margin-left: -3rem;
        margin-right: -3rem;
    }

    .mobile\:-mx-14 {
        margin-left: -3.5rem;
        margin-right: -3.5rem;
    }

    .mobile\:-mx-16 {
        margin-left: -4rem;
        margin-right: -4rem;
    }

    .mobile\:-mx-18 {
        margin-left: -4.375rem;
        margin-right: -4.375rem;
    }

    .mobile\:-mx-19 {
        margin-left: -76px;
        margin-right: -76px;
    }

    .mobile\:-mx-20 {
        margin-left: -5rem;
        margin-right: -5rem;
    }

    .mobile\:-mx-24 {
        margin-left: -6rem;
        margin-right: -6rem;
    }

    .mobile\:-mx-28 {
        margin-left: -7rem;
        margin-right: -7rem;
    }

    .mobile\:-mx-30 {
        margin-left: -120px;
        margin-right: -120px;
    }

    .mobile\:-mx-32 {
        margin-left: -8rem;
        margin-right: -8rem;
    }

    .mobile\:-mx-36 {
        margin-left: -9rem;
        margin-right: -9rem;
    }

    .mobile\:-mx-40 {
        margin-left: -10rem;
        margin-right: -10rem;
    }

    .mobile\:-mx-44 {
        margin-left: -11rem;
        margin-right: -11rem;
    }

    .mobile\:-mx-48 {
        margin-left: -12rem;
        margin-right: -12rem;
    }

    .mobile\:-mx-52 {
        margin-left: -13rem;
        margin-right: -13rem;
    }

    .mobile\:-mx-56 {
        margin-left: -14rem;
        margin-right: -14rem;
    }

    .mobile\:-mx-60 {
        margin-left: -15rem;
        margin-right: -15rem;
    }

    .mobile\:-mx-64 {
        margin-left: -16rem;
        margin-right: -16rem;
    }

    .mobile\:-mx-72 {
        margin-left: -18rem;
        margin-right: -18rem;
    }

    .mobile\:-mx-80 {
        margin-left: -20rem;
        margin-right: -20rem;
    }

    .mobile\:-mx-96 {
        margin-left: -24rem;
        margin-right: -24rem;
    }

    .mobile\:-mx-px {
        margin-left: -1px;
        margin-right: -1px;
    }

    .mobile\:-mx-0\.5 {
        margin-left: -0.125rem;
        margin-right: -0.125rem;
    }

    .mobile\:-mx-1\.5 {
        margin-left: -0.375rem;
        margin-right: -0.375rem;
    }

    .mobile\:-mx-2\.5 {
        margin-left: -0.625rem;
        margin-right: -0.625rem;
    }

    .mobile\:-mx-3\.5 {
        margin-left: -0.875rem;
        margin-right: -0.875rem;
    }

    .mobile\:-mx-5p {
        margin-left: -5px;
        margin-right: -5px;
    }

    .mobile\:-mx-10p {
        margin-left: -10px;
        margin-right: -10px;
    }

    .mobile\:-mx-14p {
        margin-left: -14px;
        margin-right: -14px;
    }

    .mobile\:-mx-15p {
        margin-left: -15px;
        margin-right: -15px;
    }

    .mobile\:-mx-15_2 {
        margin-left: -60px;
        margin-right: -60px;
    }

    .mobile\:-mx-16_1 {
        margin-left: -52px;
        margin-right: -52px;
    }

    .mobile\:-mx-16p {
        margin-left: -16px;
        margin-right: -16px;
    }

    .mobile\:-mx-25p {
        margin-left: -25px;
        margin-right: -25px;
    }

    .mobile\:-mx-48p {
        margin-left: -48%;
        margin-right: -48%;
    }

    .mobile\:-mx-52p {
        margin-left: -52%;
        margin-right: -52%;
    }

    .mobile\:my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .mobile\:my-1 {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }

    .mobile\:my-2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .mobile\:my-3 {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }

    .mobile\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .mobile\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .mobile\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .mobile\:my-7 {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem;
    }

    .mobile\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .mobile\:my-9 {
        margin-top: 2.25rem;
        margin-bottom: 2.25rem;
    }

    .mobile\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .mobile\:my-11 {
        margin-top: 2.75rem;
        margin-bottom: 2.75rem;
    }

    .mobile\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .mobile\:my-13 {
        margin-top: 3.25rem;
        margin-bottom: 3.25rem;
    }

    .mobile\:my-14 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }

    .mobile\:my-16 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .mobile\:my-18 {
        margin-top: 4.375rem;
        margin-bottom: 4.375rem;
    }

    .mobile\:my-19 {
        margin-top: 76px;
        margin-bottom: 76px;
    }

    .mobile\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .mobile\:my-22 {
        margin-top: 5.3125rem;
        margin-bottom: 5.3125rem;
    }

    .mobile\:my-24 {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }

    .mobile\:my-28 {
        margin-top: 7rem;
        margin-bottom: 7rem;
    }

    .mobile\:my-30 {
        margin-top: 120px;
        margin-bottom: 120px;
    }

    .mobile\:my-32 {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }

    .mobile\:my-36 {
        margin-top: 9rem;
        margin-bottom: 9rem;
    }

    .mobile\:my-40 {
        margin-top: 10rem;
        margin-bottom: 10rem;
    }

    .mobile\:my-44 {
        margin-top: 11rem;
        margin-bottom: 11rem;
    }

    .mobile\:my-46 {
        margin-top: 11.44rem;
        margin-bottom: 11.44rem;
    }

    .mobile\:my-48 {
        margin-top: 12rem;
        margin-bottom: 12rem;
    }

    .mobile\:my-52 {
        margin-top: 13rem;
        margin-bottom: 13rem;
    }

    .mobile\:my-56 {
        margin-top: 14rem;
        margin-bottom: 14rem;
    }

    .mobile\:my-60 {
        margin-top: 15rem;
        margin-bottom: 15rem;
    }

    .mobile\:my-64 {
        margin-top: 16rem;
        margin-bottom: 16rem;
    }

    .mobile\:my-72 {
        margin-top: 18rem;
        margin-bottom: 18rem;
    }

    .mobile\:my-80 {
        margin-top: 20rem;
        margin-bottom: 20rem;
    }

    .mobile\:my-96 {
        margin-top: 24rem;
        margin-bottom: 24rem;
    }

    .mobile\:my-auto {
        margin-top: auto;
        margin-bottom: auto;
    }

    .mobile\:my-px {
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .mobile\:my-0\.5 {
        margin-top: 0.125rem;
        margin-bottom: 0.125rem;
    }

    .mobile\:my-1\.5 {
        margin-top: 0.375rem;
        margin-bottom: 0.375rem;
    }

    .mobile\:my-2\.5 {
        margin-top: 0.625rem;
        margin-bottom: 0.625rem;
    }

    .mobile\:my-3\.5 {
        margin-top: 0.875rem;
        margin-bottom: 0.875rem;
    }

    .mobile\:my-5p {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .mobile\:my-10p {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .mobile\:my-14p {
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .mobile\:my-15p {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .mobile\:my-15_2 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .mobile\:my-16_1 {
        margin-top: 52px;
        margin-bottom: 52px;
    }

    .mobile\:my-16p {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .mobile\:my-25p {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .mobile\:my-48p {
        margin-top: 48%;
        margin-bottom: 48%;
    }

    .mobile\:my-52p {
        margin-top: 52%;
        margin-bottom: 52%;
    }

    .mobile\:-my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .mobile\:-my-1 {
        margin-top: -0.25rem;
        margin-bottom: -0.25rem;
    }

    .mobile\:-my-2 {
        margin-top: -0.5rem;
        margin-bottom: -0.5rem;
    }

    .mobile\:-my-3 {
        margin-top: -0.75rem;
        margin-bottom: -0.75rem;
    }

    .mobile\:-my-4 {
        margin-top: -1rem;
        margin-bottom: -1rem;
    }

    .mobile\:-my-5 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem;
    }

    .mobile\:-my-6 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem;
    }

    .mobile\:-my-7 {
        margin-top: -1.75rem;
        margin-bottom: -1.75rem;
    }

    .mobile\:-my-8 {
        margin-top: -2rem;
        margin-bottom: -2rem;
    }

    .mobile\:-my-9 {
        margin-top: -2.25rem;
        margin-bottom: -2.25rem;
    }

    .mobile\:-my-10 {
        margin-top: -2.5rem;
        margin-bottom: -2.5rem;
    }

    .mobile\:-my-11 {
        margin-top: -2.75rem;
        margin-bottom: -2.75rem;
    }

    .mobile\:-my-12 {
        margin-top: -3rem;
        margin-bottom: -3rem;
    }

    .mobile\:-my-14 {
        margin-top: -3.5rem;
        margin-bottom: -3.5rem;
    }

    .mobile\:-my-16 {
        margin-top: -4rem;
        margin-bottom: -4rem;
    }

    .mobile\:-my-18 {
        margin-top: -4.375rem;
        margin-bottom: -4.375rem;
    }

    .mobile\:-my-19 {
        margin-top: -76px;
        margin-bottom: -76px;
    }

    .mobile\:-my-20 {
        margin-top: -5rem;
        margin-bottom: -5rem;
    }

    .mobile\:-my-24 {
        margin-top: -6rem;
        margin-bottom: -6rem;
    }

    .mobile\:-my-28 {
        margin-top: -7rem;
        margin-bottom: -7rem;
    }

    .mobile\:-my-30 {
        margin-top: -120px;
        margin-bottom: -120px;
    }

    .mobile\:-my-32 {
        margin-top: -8rem;
        margin-bottom: -8rem;
    }

    .mobile\:-my-36 {
        margin-top: -9rem;
        margin-bottom: -9rem;
    }

    .mobile\:-my-40 {
        margin-top: -10rem;
        margin-bottom: -10rem;
    }

    .mobile\:-my-44 {
        margin-top: -11rem;
        margin-bottom: -11rem;
    }

    .mobile\:-my-48 {
        margin-top: -12rem;
        margin-bottom: -12rem;
    }

    .mobile\:-my-52 {
        margin-top: -13rem;
        margin-bottom: -13rem;
    }

    .mobile\:-my-56 {
        margin-top: -14rem;
        margin-bottom: -14rem;
    }

    .mobile\:-my-60 {
        margin-top: -15rem;
        margin-bottom: -15rem;
    }

    .mobile\:-my-64 {
        margin-top: -16rem;
        margin-bottom: -16rem;
    }

    .mobile\:-my-72 {
        margin-top: -18rem;
        margin-bottom: -18rem;
    }

    .mobile\:-my-80 {
        margin-top: -20rem;
        margin-bottom: -20rem;
    }

    .mobile\:-my-96 {
        margin-top: -24rem;
        margin-bottom: -24rem;
    }

    .mobile\:-my-px {
        margin-top: -1px;
        margin-bottom: -1px;
    }

    .mobile\:-my-0\.5 {
        margin-top: -0.125rem;
        margin-bottom: -0.125rem;
    }

    .mobile\:-my-1\.5 {
        margin-top: -0.375rem;
        margin-bottom: -0.375rem;
    }

    .mobile\:-my-2\.5 {
        margin-top: -0.625rem;
        margin-bottom: -0.625rem;
    }

    .mobile\:-my-3\.5 {
        margin-top: -0.875rem;
        margin-bottom: -0.875rem;
    }

    .mobile\:-my-5p {
        margin-top: -5px;
        margin-bottom: -5px;
    }

    .mobile\:-my-10p {
        margin-top: -10px;
        margin-bottom: -10px;
    }

    .mobile\:-my-14p {
        margin-top: -14px;
        margin-bottom: -14px;
    }

    .mobile\:-my-15p {
        margin-top: -15px;
        margin-bottom: -15px;
    }

    .mobile\:-my-15_2 {
        margin-top: -60px;
        margin-bottom: -60px;
    }

    .mobile\:-my-16_1 {
        margin-top: -52px;
        margin-bottom: -52px;
    }

    .mobile\:-my-16p {
        margin-top: -16px;
        margin-bottom: -16px;
    }

    .mobile\:-my-25p {
        margin-top: -25px;
        margin-bottom: -25px;
    }

    .mobile\:-my-48p {
        margin-top: -48%;
        margin-bottom: -48%;
    }

    .mobile\:-my-52p {
        margin-top: -52%;
        margin-bottom: -52%;
    }

    .mobile\:mt-0 {
        margin-top: 0px;
    }

    .mobile\:mt-1 {
        margin-top: 0.25rem;
    }

    .mobile\:mt-2 {
        margin-top: 0.5rem;
    }

    .mobile\:mt-3 {
        margin-top: 0.75rem;
    }

    .mobile\:mt-4 {
        margin-top: 1rem;
    }

    .mobile\:mt-5 {
        margin-top: 1.25rem;
    }

    .mobile\:mt-6 {
        margin-top: 1.5rem;
    }

    .mobile\:mt-7 {
        margin-top: 1.75rem;
    }

    .mobile\:mt-8 {
        margin-top: 2rem;
    }

    .mobile\:mt-9 {
        margin-top: 2.25rem;
    }

    .mobile\:mt-10 {
        margin-top: 2.5rem;
    }

    .mobile\:mt-11 {
        margin-top: 2.75rem;
    }

    .mobile\:mt-12 {
        margin-top: 3rem;
    }

    .mobile\:mt-13 {
        margin-top: 3.25rem;
    }

    .mobile\:mt-14 {
        margin-top: 3.5rem;
    }

    .mobile\:mt-16 {
        margin-top: 4rem;
    }

    .mobile\:mt-18 {
        margin-top: 4.375rem;
    }

    .mobile\:mt-19 {
        margin-top: 76px;
    }

    .mobile\:mt-20 {
        margin-top: 5rem;
    }

    .mobile\:mt-22 {
        margin-top: 5.3125rem;
    }

    .mobile\:mt-24 {
        margin-top: 6rem;
    }

    .mobile\:mt-28 {
        margin-top: 7rem;
    }

    .mobile\:mt-30 {
        margin-top: 120px;
    }

    .mobile\:mt-32 {
        margin-top: 8rem;
    }

    .mobile\:mt-36 {
        margin-top: 9rem;
    }

    .mobile\:mt-40 {
        margin-top: 10rem;
    }

    .mobile\:mt-44 {
        margin-top: 11rem;
    }

    .mobile\:mt-46 {
        margin-top: 11.44rem;
    }

    .mobile\:mt-48 {
        margin-top: 12rem;
    }

    .mobile\:mt-52 {
        margin-top: 13rem;
    }

    .mobile\:mt-56 {
        margin-top: 14rem;
    }

    .mobile\:mt-60 {
        margin-top: 15rem;
    }

    .mobile\:mt-64 {
        margin-top: 16rem;
    }

    .mobile\:mt-72 {
        margin-top: 18rem;
    }

    .mobile\:mt-80 {
        margin-top: 20rem;
    }

    .mobile\:mt-96 {
        margin-top: 24rem;
    }

    .mobile\:mt-auto {
        margin-top: auto;
    }

    .mobile\:mt-px {
        margin-top: 1px;
    }

    .mobile\:mt-0\.5 {
        margin-top: 0.125rem;
    }

    .mobile\:mt-1\.5 {
        margin-top: 0.375rem;
    }

    .mobile\:mt-2\.5 {
        margin-top: 0.625rem;
    }

    .mobile\:mt-3\.5 {
        margin-top: 0.875rem;
    }

    .mobile\:mt-5p {
        margin-top: 5px;
    }

    .mobile\:mt-10p {
        margin-top: 10px;
    }

    .mobile\:mt-14p {
        margin-top: 14px;
    }

    .mobile\:mt-15p {
        margin-top: 15px;
    }

    .mobile\:mt-15_2 {
        margin-top: 60px;
    }

    .mobile\:mt-16_1 {
        margin-top: 52px;
    }

    .mobile\:mt-16p {
        margin-top: 16px;
    }

    .mobile\:mt-25p {
        margin-top: 25px;
    }

    .mobile\:mt-48p {
        margin-top: 48%;
    }

    .mobile\:mt-52p {
        margin-top: 52%;
    }

    .mobile\:-mt-0 {
        margin-top: 0px;
    }

    .mobile\:-mt-1 {
        margin-top: -0.25rem;
    }

    .mobile\:-mt-2 {
        margin-top: -0.5rem;
    }

    .mobile\:-mt-3 {
        margin-top: -0.75rem;
    }

    .mobile\:-mt-4 {
        margin-top: -1rem;
    }

    .mobile\:-mt-5 {
        margin-top: -1.25rem;
    }

    .mobile\:-mt-6 {
        margin-top: -1.5rem;
    }

    .mobile\:-mt-7 {
        margin-top: -1.75rem;
    }

    .mobile\:-mt-8 {
        margin-top: -2rem;
    }

    .mobile\:-mt-9 {
        margin-top: -2.25rem;
    }

    .mobile\:-mt-10 {
        margin-top: -2.5rem;
    }

    .mobile\:-mt-11 {
        margin-top: -2.75rem;
    }

    .mobile\:-mt-12 {
        margin-top: -3rem;
    }

    .mobile\:-mt-14 {
        margin-top: -3.5rem;
    }

    .mobile\:-mt-16 {
        margin-top: -4rem;
    }

    .mobile\:-mt-18 {
        margin-top: -4.375rem;
    }

    .mobile\:-mt-19 {
        margin-top: -76px;
    }

    .mobile\:-mt-20 {
        margin-top: -5rem;
    }

    .mobile\:-mt-24 {
        margin-top: -6rem;
    }

    .mobile\:-mt-28 {
        margin-top: -7rem;
    }

    .mobile\:-mt-30 {
        margin-top: -120px;
    }

    .mobile\:-mt-32 {
        margin-top: -8rem;
    }

    .mobile\:-mt-36 {
        margin-top: -9rem;
    }

    .mobile\:-mt-40 {
        margin-top: -10rem;
    }

    .mobile\:-mt-44 {
        margin-top: -11rem;
    }

    .mobile\:-mt-48 {
        margin-top: -12rem;
    }

    .mobile\:-mt-52 {
        margin-top: -13rem;
    }

    .mobile\:-mt-56 {
        margin-top: -14rem;
    }

    .mobile\:-mt-60 {
        margin-top: -15rem;
    }

    .mobile\:-mt-64 {
        margin-top: -16rem;
    }

    .mobile\:-mt-72 {
        margin-top: -18rem;
    }

    .mobile\:-mt-80 {
        margin-top: -20rem;
    }

    .mobile\:-mt-96 {
        margin-top: -24rem;
    }

    .mobile\:-mt-px {
        margin-top: -1px;
    }

    .mobile\:-mt-0\.5 {
        margin-top: -0.125rem;
    }

    .mobile\:-mt-1\.5 {
        margin-top: -0.375rem;
    }

    .mobile\:-mt-2\.5 {
        margin-top: -0.625rem;
    }

    .mobile\:-mt-3\.5 {
        margin-top: -0.875rem;
    }

    .mobile\:-mt-5p {
        margin-top: -5px;
    }

    .mobile\:-mt-10p {
        margin-top: -10px;
    }

    .mobile\:-mt-14p {
        margin-top: -14px;
    }

    .mobile\:-mt-15p {
        margin-top: -15px;
    }

    .mobile\:-mt-15_2 {
        margin-top: -60px;
    }

    .mobile\:-mt-16_1 {
        margin-top: -52px;
    }

    .mobile\:-mt-16p {
        margin-top: -16px;
    }

    .mobile\:-mt-25p {
        margin-top: -25px;
    }

    .mobile\:-mt-48p {
        margin-top: -48%;
    }

    .mobile\:-mt-52p {
        margin-top: -52%;
    }

    .mobile\:mr-0 {
        margin-right: 0px;
    }

    .mobile\:mr-1 {
        margin-right: 0.25rem;
    }

    .mobile\:mr-2 {
        margin-right: 0.5rem;
    }

    .mobile\:mr-3 {
        margin-right: 0.75rem;
    }

    .mobile\:mr-4 {
        margin-right: 1rem;
    }

    .mobile\:mr-5 {
        margin-right: 1.25rem;
    }

    .mobile\:mr-6 {
        margin-right: 1.5rem;
    }

    .mobile\:mr-7 {
        margin-right: 1.75rem;
    }

    .mobile\:mr-8 {
        margin-right: 2rem;
    }

    .mobile\:mr-9 {
        margin-right: 2.25rem;
    }

    .mobile\:mr-10 {
        margin-right: 2.5rem;
    }

    .mobile\:mr-11 {
        margin-right: 2.75rem;
    }

    .mobile\:mr-12 {
        margin-right: 3rem;
    }

    .mobile\:mr-13 {
        margin-right: 3.25rem;
    }

    .mobile\:mr-14 {
        margin-right: 3.5rem;
    }

    .mobile\:mr-16 {
        margin-right: 4rem;
    }

    .mobile\:mr-18 {
        margin-right: 4.375rem;
    }

    .mobile\:mr-19 {
        margin-right: 76px;
    }

    .mobile\:mr-20 {
        margin-right: 5rem;
    }

    .mobile\:mr-22 {
        margin-right: 5.3125rem;
    }

    .mobile\:mr-24 {
        margin-right: 6rem;
    }

    .mobile\:mr-28 {
        margin-right: 7rem;
    }

    .mobile\:mr-30 {
        margin-right: 120px;
    }

    .mobile\:mr-32 {
        margin-right: 8rem;
    }

    .mobile\:mr-36 {
        margin-right: 9rem;
    }

    .mobile\:mr-40 {
        margin-right: 10rem;
    }

    .mobile\:mr-44 {
        margin-right: 11rem;
    }

    .mobile\:mr-46 {
        margin-right: 11.44rem;
    }

    .mobile\:mr-48 {
        margin-right: 12rem;
    }

    .mobile\:mr-52 {
        margin-right: 13rem;
    }

    .mobile\:mr-56 {
        margin-right: 14rem;
    }

    .mobile\:mr-60 {
        margin-right: 15rem;
    }

    .mobile\:mr-64 {
        margin-right: 16rem;
    }

    .mobile\:mr-72 {
        margin-right: 18rem;
    }

    .mobile\:mr-80 {
        margin-right: 20rem;
    }

    .mobile\:mr-96 {
        margin-right: 24rem;
    }

    .mobile\:mr-auto {
        margin-right: auto;
    }

    .mobile\:mr-px {
        margin-right: 1px;
    }

    .mobile\:mr-0\.5 {
        margin-right: 0.125rem;
    }

    .mobile\:mr-1\.5 {
        margin-right: 0.375rem;
    }

    .mobile\:mr-2\.5 {
        margin-right: 0.625rem;
    }

    .mobile\:mr-3\.5 {
        margin-right: 0.875rem;
    }

    .mobile\:mr-5p {
        margin-right: 5px;
    }

    .mobile\:mr-10p {
        margin-right: 10px;
    }

    .mobile\:mr-14p {
        margin-right: 14px;
    }

    .mobile\:mr-15p {
        margin-right: 15px;
    }

    .mobile\:mr-15_2 {
        margin-right: 60px;
    }

    .mobile\:mr-16_1 {
        margin-right: 52px;
    }

    .mobile\:mr-16p {
        margin-right: 16px;
    }

    .mobile\:mr-25p {
        margin-right: 25px;
    }

    .mobile\:mr-48p {
        margin-right: 48%;
    }

    .mobile\:mr-52p {
        margin-right: 52%;
    }

    .mobile\:-mr-0 {
        margin-right: 0px;
    }

    .mobile\:-mr-1 {
        margin-right: -0.25rem;
    }

    .mobile\:-mr-2 {
        margin-right: -0.5rem;
    }

    .mobile\:-mr-3 {
        margin-right: -0.75rem;
    }

    .mobile\:-mr-4 {
        margin-right: -1rem;
    }

    .mobile\:-mr-5 {
        margin-right: -1.25rem;
    }

    .mobile\:-mr-6 {
        margin-right: -1.5rem;
    }

    .mobile\:-mr-7 {
        margin-right: -1.75rem;
    }

    .mobile\:-mr-8 {
        margin-right: -2rem;
    }

    .mobile\:-mr-9 {
        margin-right: -2.25rem;
    }

    .mobile\:-mr-10 {
        margin-right: -2.5rem;
    }

    .mobile\:-mr-11 {
        margin-right: -2.75rem;
    }

    .mobile\:-mr-12 {
        margin-right: -3rem;
    }

    .mobile\:-mr-14 {
        margin-right: -3.5rem;
    }

    .mobile\:-mr-16 {
        margin-right: -4rem;
    }

    .mobile\:-mr-18 {
        margin-right: -4.375rem;
    }

    .mobile\:-mr-19 {
        margin-right: -76px;
    }

    .mobile\:-mr-20 {
        margin-right: -5rem;
    }

    .mobile\:-mr-24 {
        margin-right: -6rem;
    }

    .mobile\:-mr-28 {
        margin-right: -7rem;
    }

    .mobile\:-mr-30 {
        margin-right: -120px;
    }

    .mobile\:-mr-32 {
        margin-right: -8rem;
    }

    .mobile\:-mr-36 {
        margin-right: -9rem;
    }

    .mobile\:-mr-40 {
        margin-right: -10rem;
    }

    .mobile\:-mr-44 {
        margin-right: -11rem;
    }

    .mobile\:-mr-48 {
        margin-right: -12rem;
    }

    .mobile\:-mr-52 {
        margin-right: -13rem;
    }

    .mobile\:-mr-56 {
        margin-right: -14rem;
    }

    .mobile\:-mr-60 {
        margin-right: -15rem;
    }

    .mobile\:-mr-64 {
        margin-right: -16rem;
    }

    .mobile\:-mr-72 {
        margin-right: -18rem;
    }

    .mobile\:-mr-80 {
        margin-right: -20rem;
    }

    .mobile\:-mr-96 {
        margin-right: -24rem;
    }

    .mobile\:-mr-px {
        margin-right: -1px;
    }

    .mobile\:-mr-0\.5 {
        margin-right: -0.125rem;
    }

    .mobile\:-mr-1\.5 {
        margin-right: -0.375rem;
    }

    .mobile\:-mr-2\.5 {
        margin-right: -0.625rem;
    }

    .mobile\:-mr-3\.5 {
        margin-right: -0.875rem;
    }

    .mobile\:-mr-5p {
        margin-right: -5px;
    }

    .mobile\:-mr-10p {
        margin-right: -10px;
    }

    .mobile\:-mr-14p {
        margin-right: -14px;
    }

    .mobile\:-mr-15p {
        margin-right: -15px;
    }

    .mobile\:-mr-15_2 {
        margin-right: -60px;
    }

    .mobile\:-mr-16_1 {
        margin-right: -52px;
    }

    .mobile\:-mr-16p {
        margin-right: -16px;
    }

    .mobile\:-mr-25p {
        margin-right: -25px;
    }

    .mobile\:-mr-48p {
        margin-right: -48%;
    }

    .mobile\:-mr-52p {
        margin-right: -52%;
    }

    .mobile\:mb-0 {
        margin-bottom: 0px;
    }

    .mobile\:mb-1 {
        margin-bottom: 0.25rem;
    }

    .mobile\:mb-2 {
        margin-bottom: 0.5rem;
    }

    .mobile\:mb-3 {
        margin-bottom: 0.75rem;
    }

    .mobile\:mb-4 {
        margin-bottom: 1rem;
    }

    .mobile\:mb-5 {
        margin-bottom: 1.25rem;
    }

    .mobile\:mb-6 {
        margin-bottom: 1.5rem;
    }

    .mobile\:mb-7 {
        margin-bottom: 1.75rem;
    }

    .mobile\:mb-8 {
        margin-bottom: 2rem;
    }

    .mobile\:mb-9 {
        margin-bottom: 2.25rem;
    }

    .mobile\:mb-10 {
        margin-bottom: 2.5rem;
    }

    .mobile\:mb-11 {
        margin-bottom: 2.75rem;
    }

    .mobile\:mb-12 {
        margin-bottom: 3rem;
    }

    .mobile\:mb-13 {
        margin-bottom: 3.25rem;
    }

    .mobile\:mb-14 {
        margin-bottom: 3.5rem;
    }

    .mobile\:mb-16 {
        margin-bottom: 4rem;
    }

    .mobile\:mb-18 {
        margin-bottom: 4.375rem;
    }

    .mobile\:mb-19 {
        margin-bottom: 76px;
    }

    .mobile\:mb-20 {
        margin-bottom: 5rem;
    }

    .mobile\:mb-22 {
        margin-bottom: 5.3125rem;
    }

    .mobile\:mb-24 {
        margin-bottom: 6rem;
    }

    .mobile\:mb-28 {
        margin-bottom: 7rem;
    }

    .mobile\:mb-30 {
        margin-bottom: 120px;
    }

    .mobile\:mb-32 {
        margin-bottom: 8rem;
    }

    .mobile\:mb-36 {
        margin-bottom: 9rem;
    }

    .mobile\:mb-40 {
        margin-bottom: 10rem;
    }

    .mobile\:mb-44 {
        margin-bottom: 11rem;
    }

    .mobile\:mb-46 {
        margin-bottom: 11.44rem;
    }

    .mobile\:mb-48 {
        margin-bottom: 12rem;
    }

    .mobile\:mb-52 {
        margin-bottom: 13rem;
    }

    .mobile\:mb-56 {
        margin-bottom: 14rem;
    }

    .mobile\:mb-60 {
        margin-bottom: 15rem;
    }

    .mobile\:mb-64 {
        margin-bottom: 16rem;
    }

    .mobile\:mb-72 {
        margin-bottom: 18rem;
    }

    .mobile\:mb-80 {
        margin-bottom: 20rem;
    }

    .mobile\:mb-96 {
        margin-bottom: 24rem;
    }

    .mobile\:mb-auto {
        margin-bottom: auto;
    }

    .mobile\:mb-px {
        margin-bottom: 1px;
    }

    .mobile\:mb-0\.5 {
        margin-bottom: 0.125rem;
    }

    .mobile\:mb-1\.5 {
        margin-bottom: 0.375rem;
    }

    .mobile\:mb-2\.5 {
        margin-bottom: 0.625rem;
    }

    .mobile\:mb-3\.5 {
        margin-bottom: 0.875rem;
    }

    .mobile\:mb-5p {
        margin-bottom: 5px;
    }

    .mobile\:mb-10p {
        margin-bottom: 10px;
    }

    .mobile\:mb-14p {
        margin-bottom: 14px;
    }

    .mobile\:mb-15p {
        margin-bottom: 15px;
    }

    .mobile\:mb-15_2 {
        margin-bottom: 60px;
    }

    .mobile\:mb-16_1 {
        margin-bottom: 52px;
    }

    .mobile\:mb-16p {
        margin-bottom: 16px;
    }

    .mobile\:mb-25p {
        margin-bottom: 25px;
    }

    .mobile\:mb-48p {
        margin-bottom: 48%;
    }

    .mobile\:mb-52p {
        margin-bottom: 52%;
    }

    .mobile\:-mb-0 {
        margin-bottom: 0px;
    }

    .mobile\:-mb-1 {
        margin-bottom: -0.25rem;
    }

    .mobile\:-mb-2 {
        margin-bottom: -0.5rem;
    }

    .mobile\:-mb-3 {
        margin-bottom: -0.75rem;
    }

    .mobile\:-mb-4 {
        margin-bottom: -1rem;
    }

    .mobile\:-mb-5 {
        margin-bottom: -1.25rem;
    }

    .mobile\:-mb-6 {
        margin-bottom: -1.5rem;
    }

    .mobile\:-mb-7 {
        margin-bottom: -1.75rem;
    }

    .mobile\:-mb-8 {
        margin-bottom: -2rem;
    }

    .mobile\:-mb-9 {
        margin-bottom: -2.25rem;
    }

    .mobile\:-mb-10 {
        margin-bottom: -2.5rem;
    }

    .mobile\:-mb-11 {
        margin-bottom: -2.75rem;
    }

    .mobile\:-mb-12 {
        margin-bottom: -3rem;
    }

    .mobile\:-mb-14 {
        margin-bottom: -3.5rem;
    }

    .mobile\:-mb-16 {
        margin-bottom: -4rem;
    }

    .mobile\:-mb-18 {
        margin-bottom: -4.375rem;
    }

    .mobile\:-mb-19 {
        margin-bottom: -76px;
    }

    .mobile\:-mb-20 {
        margin-bottom: -5rem;
    }

    .mobile\:-mb-24 {
        margin-bottom: -6rem;
    }

    .mobile\:-mb-28 {
        margin-bottom: -7rem;
    }

    .mobile\:-mb-30 {
        margin-bottom: -120px;
    }

    .mobile\:-mb-32 {
        margin-bottom: -8rem;
    }

    .mobile\:-mb-36 {
        margin-bottom: -9rem;
    }

    .mobile\:-mb-40 {
        margin-bottom: -10rem;
    }

    .mobile\:-mb-44 {
        margin-bottom: -11rem;
    }

    .mobile\:-mb-48 {
        margin-bottom: -12rem;
    }

    .mobile\:-mb-52 {
        margin-bottom: -13rem;
    }

    .mobile\:-mb-56 {
        margin-bottom: -14rem;
    }

    .mobile\:-mb-60 {
        margin-bottom: -15rem;
    }

    .mobile\:-mb-64 {
        margin-bottom: -16rem;
    }

    .mobile\:-mb-72 {
        margin-bottom: -18rem;
    }

    .mobile\:-mb-80 {
        margin-bottom: -20rem;
    }

    .mobile\:-mb-96 {
        margin-bottom: -24rem;
    }

    .mobile\:-mb-px {
        margin-bottom: -1px;
    }

    .mobile\:-mb-0\.5 {
        margin-bottom: -0.125rem;
    }

    .mobile\:-mb-1\.5 {
        margin-bottom: -0.375rem;
    }

    .mobile\:-mb-2\.5 {
        margin-bottom: -0.625rem;
    }

    .mobile\:-mb-3\.5 {
        margin-bottom: -0.875rem;
    }

    .mobile\:-mb-5p {
        margin-bottom: -5px;
    }

    .mobile\:-mb-10p {
        margin-bottom: -10px;
    }

    .mobile\:-mb-14p {
        margin-bottom: -14px;
    }

    .mobile\:-mb-15p {
        margin-bottom: -15px;
    }

    .mobile\:-mb-15_2 {
        margin-bottom: -60px;
    }

    .mobile\:-mb-16_1 {
        margin-bottom: -52px;
    }

    .mobile\:-mb-16p {
        margin-bottom: -16px;
    }

    .mobile\:-mb-25p {
        margin-bottom: -25px;
    }

    .mobile\:-mb-48p {
        margin-bottom: -48%;
    }

    .mobile\:-mb-52p {
        margin-bottom: -52%;
    }

    .mobile\:ml-0 {
        margin-left: 0px;
    }

    .mobile\:ml-1 {
        margin-left: 0.25rem;
    }

    .mobile\:ml-2 {
        margin-left: 0.5rem;
    }

    .mobile\:ml-3 {
        margin-left: 0.75rem;
    }

    .mobile\:ml-4 {
        margin-left: 1rem;
    }

    .mobile\:ml-5 {
        margin-left: 1.25rem;
    }

    .mobile\:ml-6 {
        margin-left: 1.5rem;
    }

    .mobile\:ml-7 {
        margin-left: 1.75rem;
    }

    .mobile\:ml-8 {
        margin-left: 2rem;
    }

    .mobile\:ml-9 {
        margin-left: 2.25rem;
    }

    .mobile\:ml-10 {
        margin-left: 2.5rem;
    }

    .mobile\:ml-11 {
        margin-left: 2.75rem;
    }

    .mobile\:ml-12 {
        margin-left: 3rem;
    }

    .mobile\:ml-13 {
        margin-left: 3.25rem;
    }

    .mobile\:ml-14 {
        margin-left: 3.5rem;
    }

    .mobile\:ml-16 {
        margin-left: 4rem;
    }

    .mobile\:ml-18 {
        margin-left: 4.375rem;
    }

    .mobile\:ml-19 {
        margin-left: 76px;
    }

    .mobile\:ml-20 {
        margin-left: 5rem;
    }

    .mobile\:ml-22 {
        margin-left: 5.3125rem;
    }

    .mobile\:ml-24 {
        margin-left: 6rem;
    }

    .mobile\:ml-28 {
        margin-left: 7rem;
    }

    .mobile\:ml-30 {
        margin-left: 120px;
    }

    .mobile\:ml-32 {
        margin-left: 8rem;
    }

    .mobile\:ml-36 {
        margin-left: 9rem;
    }

    .mobile\:ml-40 {
        margin-left: 10rem;
    }

    .mobile\:ml-44 {
        margin-left: 11rem;
    }

    .mobile\:ml-46 {
        margin-left: 11.44rem;
    }

    .mobile\:ml-48 {
        margin-left: 12rem;
    }

    .mobile\:ml-52 {
        margin-left: 13rem;
    }

    .mobile\:ml-56 {
        margin-left: 14rem;
    }

    .mobile\:ml-60 {
        margin-left: 15rem;
    }

    .mobile\:ml-64 {
        margin-left: 16rem;
    }

    .mobile\:ml-72 {
        margin-left: 18rem;
    }

    .mobile\:ml-80 {
        margin-left: 20rem;
    }

    .mobile\:ml-96 {
        margin-left: 24rem;
    }

    .mobile\:ml-auto {
        margin-left: auto;
    }

    .mobile\:ml-px {
        margin-left: 1px;
    }

    .mobile\:ml-0\.5 {
        margin-left: 0.125rem;
    }

    .mobile\:ml-1\.5 {
        margin-left: 0.375rem;
    }

    .mobile\:ml-2\.5 {
        margin-left: 0.625rem;
    }

    .mobile\:ml-3\.5 {
        margin-left: 0.875rem;
    }

    .mobile\:ml-5p {
        margin-left: 5px;
    }

    .mobile\:ml-10p {
        margin-left: 10px;
    }

    .mobile\:ml-14p {
        margin-left: 14px;
    }

    .mobile\:ml-15p {
        margin-left: 15px;
    }

    .mobile\:ml-15_2 {
        margin-left: 60px;
    }

    .mobile\:ml-16_1 {
        margin-left: 52px;
    }

    .mobile\:ml-16p {
        margin-left: 16px;
    }

    .mobile\:ml-25p {
        margin-left: 25px;
    }

    .mobile\:ml-48p {
        margin-left: 48%;
    }

    .mobile\:ml-52p {
        margin-left: 52%;
    }

    .mobile\:-ml-0 {
        margin-left: 0px;
    }

    .mobile\:-ml-1 {
        margin-left: -0.25rem;
    }

    .mobile\:-ml-2 {
        margin-left: -0.5rem;
    }

    .mobile\:-ml-3 {
        margin-left: -0.75rem;
    }

    .mobile\:-ml-4 {
        margin-left: -1rem;
    }

    .mobile\:-ml-5 {
        margin-left: -1.25rem;
    }

    .mobile\:-ml-6 {
        margin-left: -1.5rem;
    }

    .mobile\:-ml-7 {
        margin-left: -1.75rem;
    }

    .mobile\:-ml-8 {
        margin-left: -2rem;
    }

    .mobile\:-ml-9 {
        margin-left: -2.25rem;
    }

    .mobile\:-ml-10 {
        margin-left: -2.5rem;
    }

    .mobile\:-ml-11 {
        margin-left: -2.75rem;
    }

    .mobile\:-ml-12 {
        margin-left: -3rem;
    }

    .mobile\:-ml-14 {
        margin-left: -3.5rem;
    }

    .mobile\:-ml-16 {
        margin-left: -4rem;
    }

    .mobile\:-ml-18 {
        margin-left: -4.375rem;
    }

    .mobile\:-ml-19 {
        margin-left: -76px;
    }

    .mobile\:-ml-20 {
        margin-left: -5rem;
    }

    .mobile\:-ml-24 {
        margin-left: -6rem;
    }

    .mobile\:-ml-28 {
        margin-left: -7rem;
    }

    .mobile\:-ml-30 {
        margin-left: -120px;
    }

    .mobile\:-ml-32 {
        margin-left: -8rem;
    }

    .mobile\:-ml-36 {
        margin-left: -9rem;
    }

    .mobile\:-ml-40 {
        margin-left: -10rem;
    }

    .mobile\:-ml-44 {
        margin-left: -11rem;
    }

    .mobile\:-ml-48 {
        margin-left: -12rem;
    }

    .mobile\:-ml-52 {
        margin-left: -13rem;
    }

    .mobile\:-ml-56 {
        margin-left: -14rem;
    }

    .mobile\:-ml-60 {
        margin-left: -15rem;
    }

    .mobile\:-ml-64 {
        margin-left: -16rem;
    }

    .mobile\:-ml-72 {
        margin-left: -18rem;
    }

    .mobile\:-ml-80 {
        margin-left: -20rem;
    }

    .mobile\:-ml-96 {
        margin-left: -24rem;
    }

    .mobile\:-ml-px {
        margin-left: -1px;
    }

    .mobile\:-ml-0\.5 {
        margin-left: -0.125rem;
    }

    .mobile\:-ml-1\.5 {
        margin-left: -0.375rem;
    }

    .mobile\:-ml-2\.5 {
        margin-left: -0.625rem;
    }

    .mobile\:-ml-3\.5 {
        margin-left: -0.875rem;
    }

    .mobile\:-ml-5p {
        margin-left: -5px;
    }

    .mobile\:-ml-10p {
        margin-left: -10px;
    }

    .mobile\:-ml-14p {
        margin-left: -14px;
    }

    .mobile\:-ml-15p {
        margin-left: -15px;
    }

    .mobile\:-ml-15_2 {
        margin-left: -60px;
    }

    .mobile\:-ml-16_1 {
        margin-left: -52px;
    }

    .mobile\:-ml-16p {
        margin-left: -16px;
    }

    .mobile\:-ml-25p {
        margin-left: -25px;
    }

    .mobile\:-ml-48p {
        margin-left: -48%;
    }

    .mobile\:-ml-52p {
        margin-left: -52%;
    }

    .mobile\:box-border {
        box-sizing: border-box;
    }

    .mobile\:box-content {
        box-sizing: content-box;
    }

    .mobile\:block {
        display: block;
    }

    .mobile\:inline-block {
        display: inline-block;
    }

    .mobile\:inline {
        display: inline;
    }

    .mobile\:flex {
        display: flex;
    }

    .mobile\:inline-flex {
        display: inline-flex;
    }

    .mobile\:table {
        display: table;
    }

    .mobile\:inline-table {
        display: inline-table;
    }

    .mobile\:table-caption {
        display: table-caption;
    }

    .mobile\:table-cell {
        display: table-cell;
    }

    .mobile\:table-column {
        display: table-column;
    }

    .mobile\:table-column-group {
        display: table-column-group;
    }

    .mobile\:table-footer-group {
        display: table-footer-group;
    }

    .mobile\:table-header-group {
        display: table-header-group;
    }

    .mobile\:table-row-group {
        display: table-row-group;
    }

    .mobile\:table-row {
        display: table-row;
    }

    .mobile\:flow-root {
        display: flow-root;
    }

    .mobile\:grid {
        display: grid;
    }

    .mobile\:inline-grid {
        display: inline-grid;
    }

    .mobile\:contents {
        display: contents;
    }

    .mobile\:list-item {
        display: list-item;
    }

    .mobile\:hidden {
        display: none;
    }

    .mobile\:h-0 {
        height: 0px;
    }

    .mobile\:h-1 {
        height: 0.25rem;
    }

    .mobile\:h-2 {
        height: 0.5rem;
    }

    .mobile\:h-3 {
        height: 0.75rem;
    }

    .mobile\:h-4 {
        height: 1rem;
    }

    .mobile\:h-5 {
        height: 1.25rem;
    }

    .mobile\:h-6 {
        height: 1.5rem;
    }

    .mobile\:h-7 {
        height: 1.75rem;
    }

    .mobile\:h-8 {
        height: 2rem;
    }

    .mobile\:h-9 {
        height: 2.25rem;
    }

    .mobile\:h-10 {
        height: 2.5rem;
    }

    .mobile\:h-11 {
        height: 2.75rem;
    }

    .mobile\:h-12 {
        height: 3rem;
    }

    .mobile\:h-14 {
        height: 3.5rem;
    }

    .mobile\:h-16 {
        height: 4rem;
    }

    .mobile\:h-18 {
        height: 4.375rem;
    }

    .mobile\:h-19 {
        height: 76px;
    }

    .mobile\:h-20 {
        height: 5rem;
    }

    .mobile\:h-24 {
        height: 6rem;
    }

    .mobile\:h-28 {
        height: 7rem;
    }

    .mobile\:h-30 {
        height: 120px;
    }

    .mobile\:h-32 {
        height: 8rem;
    }

    .mobile\:h-36 {
        height: 9rem;
    }

    .mobile\:h-40 {
        height: 10rem;
    }

    .mobile\:h-44 {
        height: 11rem;
    }

    .mobile\:h-48 {
        height: 12rem;
    }

    .mobile\:h-52 {
        height: 13rem;
    }

    .mobile\:h-56 {
        height: 14rem;
    }

    .mobile\:h-60 {
        height: 15rem;
    }

    .mobile\:h-64 {
        height: 16rem;
    }

    .mobile\:h-72 {
        height: 18rem;
    }

    .mobile\:h-80 {
        height: 20rem;
    }

    .mobile\:h-96 {
        height: 24rem;
    }

    .mobile\:h-auto {
        height: auto;
    }

    .mobile\:h-px {
        height: 1px;
    }

    .mobile\:h-0\.5 {
        height: 0.125rem;
    }

    .mobile\:h-1\.5 {
        height: 0.375rem;
    }

    .mobile\:h-2\.5 {
        height: 0.625rem;
    }

    .mobile\:h-3\.5 {
        height: 0.875rem;
    }

    .mobile\:h-5p {
        height: 5px;
    }

    .mobile\:h-10p {
        height: 10px;
    }

    .mobile\:h-14p {
        height: 14px;
    }

    .mobile\:h-15p {
        height: 15px;
    }

    .mobile\:h-15_2 {
        height: 60px;
    }

    .mobile\:h-16_1 {
        height: 52px;
    }

    .mobile\:h-16p {
        height: 16px;
    }

    .mobile\:h-25p {
        height: 25px;
    }

    .mobile\:h-48p {
        height: 48%;
    }

    .mobile\:h-52p {
        height: 52%;
    }

    .mobile\:h-1\/2 {
        height: 50%;
    }

    .mobile\:h-1\/3 {
        height: 33.333333%;
    }

    .mobile\:h-2\/3 {
        height: 66.666667%;
    }

    .mobile\:h-1\/4 {
        height: 25%;
    }

    .mobile\:h-2\/4 {
        height: 50%;
    }

    .mobile\:h-3\/4 {
        height: 75%;
    }

    .mobile\:h-1\/5 {
        height: 20%;
    }

    .mobile\:h-2\/5 {
        height: 40%;
    }

    .mobile\:h-3\/5 {
        height: 60%;
    }

    .mobile\:h-4\/5 {
        height: 80%;
    }

    .mobile\:h-1\/6 {
        height: 16.666667%;
    }

    .mobile\:h-2\/6 {
        height: 33.333333%;
    }

    .mobile\:h-3\/6 {
        height: 50%;
    }

    .mobile\:h-4\/6 {
        height: 66.666667%;
    }

    .mobile\:h-5\/6 {
        height: 83.333333%;
    }

    .mobile\:h-full {
        height: 100%;
    }

    .mobile\:h-screen {
        height: 100vh;
    }

    .mobile\:max-h-0 {
        max-height: 0px;
    }

    .mobile\:max-h-1 {
        max-height: 0.25rem;
    }

    .mobile\:max-h-2 {
        max-height: 0.5rem;
    }

    .mobile\:max-h-3 {
        max-height: 0.75rem;
    }

    .mobile\:max-h-4 {
        max-height: 1rem;
    }

    .mobile\:max-h-5 {
        max-height: 1.25rem;
    }

    .mobile\:max-h-6 {
        max-height: 1.5rem;
    }

    .mobile\:max-h-7 {
        max-height: 1.75rem;
    }

    .mobile\:max-h-8 {
        max-height: 2rem;
    }

    .mobile\:max-h-9 {
        max-height: 2.25rem;
    }

    .mobile\:max-h-10 {
        max-height: 2.5rem;
    }

    .mobile\:max-h-11 {
        max-height: 2.75rem;
    }

    .mobile\:max-h-12 {
        max-height: 3rem;
    }

    .mobile\:max-h-14 {
        max-height: 3.5rem;
    }

    .mobile\:max-h-16 {
        max-height: 4rem;
    }

    .mobile\:max-h-18 {
        max-height: 4.375rem;
    }

    .mobile\:max-h-19 {
        max-height: 76px;
    }

    .mobile\:max-h-20 {
        max-height: 5rem;
    }

    .mobile\:max-h-24 {
        max-height: 6rem;
    }

    .mobile\:max-h-28 {
        max-height: 7rem;
    }

    .mobile\:max-h-30 {
        max-height: 120px;
    }

    .mobile\:max-h-32 {
        max-height: 8rem;
    }

    .mobile\:max-h-36 {
        max-height: 9rem;
    }

    .mobile\:max-h-40 {
        max-height: 10rem;
    }

    .mobile\:max-h-44 {
        max-height: 11rem;
    }

    .mobile\:max-h-48 {
        max-height: 12rem;
    }

    .mobile\:max-h-52 {
        max-height: 13rem;
    }

    .mobile\:max-h-56 {
        max-height: 14rem;
    }

    .mobile\:max-h-60 {
        max-height: 15rem;
    }

    .mobile\:max-h-64 {
        max-height: 16rem;
    }

    .mobile\:max-h-72 {
        max-height: 18rem;
    }

    .mobile\:max-h-80 {
        max-height: 20rem;
    }

    .mobile\:max-h-96 {
        max-height: 24rem;
    }

    .mobile\:max-h-px {
        max-height: 1px;
    }

    .mobile\:max-h-0\.5 {
        max-height: 0.125rem;
    }

    .mobile\:max-h-1\.5 {
        max-height: 0.375rem;
    }

    .mobile\:max-h-2\.5 {
        max-height: 0.625rem;
    }

    .mobile\:max-h-3\.5 {
        max-height: 0.875rem;
    }

    .mobile\:max-h-5p {
        max-height: 5px;
    }

    .mobile\:max-h-10p {
        max-height: 10px;
    }

    .mobile\:max-h-14p {
        max-height: 14px;
    }

    .mobile\:max-h-15p {
        max-height: 15px;
    }

    .mobile\:max-h-15_2 {
        max-height: 60px;
    }

    .mobile\:max-h-16_1 {
        max-height: 52px;
    }

    .mobile\:max-h-16p {
        max-height: 16px;
    }

    .mobile\:max-h-25p {
        max-height: 25px;
    }

    .mobile\:max-h-48p {
        max-height: 48%;
    }

    .mobile\:max-h-52p {
        max-height: 52%;
    }

    .mobile\:max-h-full {
        max-height: 100%;
    }

    .mobile\:max-h-screen {
        max-height: 100vh;
    }

    .mobile\:min-h-0 {
        min-height: 0px;
    }

    .mobile\:min-h-full {
        min-height: 100%;
    }

    .mobile\:min-h-screen {
        min-height: 100vh;
    }

    .mobile\:w-0 {
        width: 0px;
    }

    .mobile\:w-1 {
        width: 0.25rem;
    }

    .mobile\:w-2 {
        width: 0.5rem;
    }

    .mobile\:w-3 {
        width: 0.75rem;
    }

    .mobile\:w-4 {
        width: 1rem;
    }

    .mobile\:w-5 {
        width: 1.25rem;
    }

    .mobile\:w-6 {
        width: 1.5rem;
    }

    .mobile\:w-7 {
        width: 1.75rem;
    }

    .mobile\:w-8 {
        width: 2rem;
    }

    .mobile\:w-9 {
        width: 2.25rem;
    }

    .mobile\:w-10 {
        width: 2.5rem;
    }

    .mobile\:w-11 {
        width: 2.75rem;
    }

    .mobile\:w-12 {
        width: 3rem;
    }

    .mobile\:w-14 {
        width: 3.5rem;
    }

    .mobile\:w-16 {
        width: 4rem;
    }

    .mobile\:w-18 {
        width: 4.375rem;
    }

    .mobile\:w-19 {
        width: 76px;
    }

    .mobile\:w-20 {
        width: 5rem;
    }

    .mobile\:w-24 {
        width: 6rem;
    }

    .mobile\:w-28 {
        width: 7rem;
    }

    .mobile\:w-30 {
        width: 120px;
    }

    .mobile\:w-32 {
        width: 8rem;
    }

    .mobile\:w-36 {
        width: 9rem;
    }

    .mobile\:w-40 {
        width: 10rem;
    }

    .mobile\:w-44 {
        width: 11rem;
    }

    .mobile\:w-48 {
        width: 12rem;
    }

    .mobile\:w-52 {
        width: 13rem;
    }

    .mobile\:w-56 {
        width: 14rem;
    }

    .mobile\:w-60 {
        width: 15rem;
    }

    .mobile\:w-64 {
        width: 16rem;
    }

    .mobile\:w-72 {
        width: 18rem;
    }

    .mobile\:w-80 {
        width: 20rem;
    }

    .mobile\:w-96 {
        width: 24rem;
    }

    .mobile\:w-auto {
        width: auto;
    }

    .mobile\:w-px {
        width: 1px;
    }

    .mobile\:w-0\.5 {
        width: 0.125rem;
    }

    .mobile\:w-1\.5 {
        width: 0.375rem;
    }

    .mobile\:w-2\.5 {
        width: 0.625rem;
    }

    .mobile\:w-3\.5 {
        width: 0.875rem;
    }

    .mobile\:w-5p {
        width: 5px;
    }

    .mobile\:w-10p {
        width: 10px;
    }

    .mobile\:w-14p {
        width: 14px;
    }

    .mobile\:w-15p {
        width: 15px;
    }

    .mobile\:w-15_2 {
        width: 60px;
    }

    .mobile\:w-16_1 {
        width: 52px;
    }

    .mobile\:w-16p {
        width: 16px;
    }

    .mobile\:w-25p {
        width: 25px;
    }

    .mobile\:w-48p {
        width: 48%;
    }

    .mobile\:w-52p {
        width: 52%;
    }

    .mobile\:w-1\/2 {
        width: 50%;
    }

    .mobile\:w-1\/3 {
        width: 33.333333%;
    }

    .mobile\:w-2\/3 {
        width: 66.666667%;
    }

    .mobile\:w-1\/4 {
        width: 25%;
    }

    .mobile\:w-2\/4 {
        width: 50%;
    }

    .mobile\:w-3\/4 {
        width: 75%;
    }

    .mobile\:w-1\/5 {
        width: 20%;
    }

    .mobile\:w-2\/5 {
        width: 40%;
    }

    .mobile\:w-3\/5 {
        width: 60%;
    }

    .mobile\:w-4\/5 {
        width: 80%;
    }

    .mobile\:w-1\/6 {
        width: 16.666667%;
    }

    .mobile\:w-2\/6 {
        width: 33.333333%;
    }

    .mobile\:w-3\/6 {
        width: 50%;
    }

    .mobile\:w-4\/6 {
        width: 66.666667%;
    }

    .mobile\:w-5\/6 {
        width: 83.333333%;
    }

    .mobile\:w-1\/12 {
        width: 8.333333%;
    }

    .mobile\:w-2\/12 {
        width: 16.666667%;
    }

    .mobile\:w-3\/12 {
        width: 25%;
    }

    .mobile\:w-4\/12 {
        width: 33.333333%;
    }

    .mobile\:w-5\/12 {
        width: 41.666667%;
    }

    .mobile\:w-6\/12 {
        width: 50%;
    }

    .mobile\:w-7\/12 {
        width: 58.333333%;
    }

    .mobile\:w-8\/12 {
        width: 66.666667%;
    }

    .mobile\:w-9\/12 {
        width: 75%;
    }

    .mobile\:w-10\/12 {
        width: 83.333333%;
    }

    .mobile\:w-11\/12 {
        width: 91.666667%;
    }

    .mobile\:w-full {
        width: 100%;
    }

    .mobile\:w-screen {
        width: 100vw;
    }

    .mobile\:w-min {
        width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content;
    }

    .mobile\:w-max {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .mobile\:w-51\% {
        width: 51%;
    }

    .mobile\:w-49\% {
        width: 49%;
    }

    .mobile\:min-w-0 {
        min-width: 0px;
    }

    .mobile\:min-w-full {
        min-width: 100%;
    }

    .mobile\:min-w-min {
        min-width: -webkit-min-content;
        min-width: -moz-min-content;
        min-width: min-content;
    }

    .mobile\:min-w-max {
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
    }

    .mobile\:max-w-0 {
        max-width: 0rem;
    }

    .mobile\:max-w-none {
        max-width: none;
    }

    .mobile\:max-w-xs {
        max-width: 20rem;
    }

    .mobile\:max-w-sm {
        max-width: 24rem;
    }

    .mobile\:max-w-md {
        max-width: 28rem;
    }

    .mobile\:max-w-lg {
        max-width: 32rem;
    }

    .mobile\:max-w-xl {
        max-width: 36rem;
    }

    .mobile\:max-w-2xl {
        max-width: 42rem;
    }

    .mobile\:max-w-3xl {
        max-width: 48rem;
    }

    .mobile\:max-w-4xl {
        max-width: 56rem;
    }

    .mobile\:max-w-5xl {
        max-width: 64rem;
    }

    .mobile\:max-w-6xl {
        max-width: 72rem;
    }

    .mobile\:max-w-7xl {
        max-width: 80rem;
    }

    .mobile\:max-w-full {
        max-width: 100%;
    }

    .mobile\:max-w-min {
        max-width: -webkit-min-content;
        max-width: -moz-min-content;
        max-width: min-content;
    }

    .mobile\:max-w-max {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }

    .mobile\:max-w-prose {
        max-width: 65ch;
    }

    .mobile\:max-w-screen-sm {
        max-width: 600px;
    }

    .mobile\:max-w-screen-md {
        max-width: 768px;
    }

    .mobile\:max-w-screen-lg {
        max-width: 992px;
    }

    .mobile\:max-w-screen-xl {
        max-width: 1280px;
    }

    .mobile\:max-w-screen-2xl {
        max-width: 1536px;
    }

    .mobile\:max-w-1\.5xl {
        max-width: 40rem;
    }

    .mobile\:max-w-3\.5xl {
        max-width: 51.5rem;
    }

    .mobile\:max-w-4\.5xl {
        max-width: 62.5rem;
    }

    .mobile\:max-w-thumb {
        max-width: 11.375rem;
    }

    .mobile\:max-w-discription {
        max-width: 248px;
    }

    .mobile\:max-w-5\.5xl {
        max-width: 1132px;
    }

    .mobile\:flex-1 {
        flex: 1 1 0%;
    }

    .mobile\:flex-auto {
        flex: 1 1 auto;
    }

    .mobile\:flex-initial {
        flex: 0 1 auto;
    }

    .mobile\:flex-none {
        flex: none;
    }

    .mobile\:flex-shrink-0 {
        flex-shrink: 0;
    }

    .mobile\:flex-shrink {
        flex-shrink: 1;
    }

    .mobile\:flex-grow-0 {
        flex-grow: 0;
    }

    .mobile\:flex-grow {
        flex-grow: 1;
    }

    .mobile\:table-auto {
        table-layout: auto;
    }

    .mobile\:table-fixed {
        table-layout: fixed;
    }

    .mobile\:border-collapse {
        border-collapse: collapse;
    }

    .mobile\:border-separate {
        border-collapse: separate;
    }

    .mobile\:origin-center {
        transform-origin: center;
    }

    .mobile\:origin-top {
        transform-origin: top;
    }

    .mobile\:origin-top-right {
        transform-origin: top right;
    }

    .mobile\:origin-right {
        transform-origin: right;
    }

    .mobile\:origin-bottom-right {
        transform-origin: bottom right;
    }

    .mobile\:origin-bottom {
        transform-origin: bottom;
    }

    .mobile\:origin-bottom-left {
        transform-origin: bottom left;
    }

    .mobile\:origin-left {
        transform-origin: left;
    }

    .mobile\:origin-top-left {
        transform-origin: top left;
    }

    .mobile\:transform {
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        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));
    }

    .mobile\:transform-gpu {
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        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));
    }

    .mobile\:transform-none {
        transform: none;
    }

    .mobile\:translate-x-0 {
        --tw-translate-x: 0px;
    }

    .mobile\:translate-x-1 {
        --tw-translate-x: 0.25rem;
    }

    .mobile\:translate-x-2 {
        --tw-translate-x: 0.5rem;
    }

    .mobile\:translate-x-3 {
        --tw-translate-x: 0.75rem;
    }

    .mobile\:translate-x-4 {
        --tw-translate-x: 1rem;
    }

    .mobile\:translate-x-5 {
        --tw-translate-x: 1.25rem;
    }

    .mobile\:translate-x-6 {
        --tw-translate-x: 1.5rem;
    }

    .mobile\:translate-x-7 {
        --tw-translate-x: 1.75rem;
    }

    .mobile\:translate-x-8 {
        --tw-translate-x: 2rem;
    }

    .mobile\:translate-x-9 {
        --tw-translate-x: 2.25rem;
    }

    .mobile\:translate-x-10 {
        --tw-translate-x: 2.5rem;
    }

    .mobile\:translate-x-11 {
        --tw-translate-x: 2.75rem;
    }

    .mobile\:translate-x-12 {
        --tw-translate-x: 3rem;
    }

    .mobile\:translate-x-14 {
        --tw-translate-x: 3.5rem;
    }

    .mobile\:translate-x-16 {
        --tw-translate-x: 4rem;
    }

    .mobile\:translate-x-18 {
        --tw-translate-x: 4.375rem;
    }

    .mobile\:translate-x-19 {
        --tw-translate-x: 76px;
    }

    .mobile\:translate-x-20 {
        --tw-translate-x: 5rem;
    }

    .mobile\:translate-x-24 {
        --tw-translate-x: 6rem;
    }

    .mobile\:translate-x-28 {
        --tw-translate-x: 7rem;
    }

    .mobile\:translate-x-30 {
        --tw-translate-x: 120px;
    }

    .mobile\:translate-x-32 {
        --tw-translate-x: 8rem;
    }

    .mobile\:translate-x-36 {
        --tw-translate-x: 9rem;
    }

    .mobile\:translate-x-40 {
        --tw-translate-x: 10rem;
    }

    .mobile\:translate-x-44 {
        --tw-translate-x: 11rem;
    }

    .mobile\:translate-x-48 {
        --tw-translate-x: 12rem;
    }

    .mobile\:translate-x-52 {
        --tw-translate-x: 13rem;
    }

    .mobile\:translate-x-56 {
        --tw-translate-x: 14rem;
    }

    .mobile\:translate-x-60 {
        --tw-translate-x: 15rem;
    }

    .mobile\:translate-x-64 {
        --tw-translate-x: 16rem;
    }

    .mobile\:translate-x-72 {
        --tw-translate-x: 18rem;
    }

    .mobile\:translate-x-80 {
        --tw-translate-x: 20rem;
    }

    .mobile\:translate-x-96 {
        --tw-translate-x: 24rem;
    }

    .mobile\:translate-x-px {
        --tw-translate-x: 1px;
    }

    .mobile\:translate-x-0\.5 {
        --tw-translate-x: 0.125rem;
    }

    .mobile\:translate-x-1\.5 {
        --tw-translate-x: 0.375rem;
    }

    .mobile\:translate-x-2\.5 {
        --tw-translate-x: 0.625rem;
    }

    .mobile\:translate-x-3\.5 {
        --tw-translate-x: 0.875rem;
    }

    .mobile\:translate-x-5p {
        --tw-translate-x: 5px;
    }

    .mobile\:translate-x-10p {
        --tw-translate-x: 10px;
    }

    .mobile\:translate-x-14p {
        --tw-translate-x: 14px;
    }

    .mobile\:translate-x-15p {
        --tw-translate-x: 15px;
    }

    .mobile\:translate-x-15_2 {
        --tw-translate-x: 60px;
    }

    .mobile\:translate-x-16_1 {
        --tw-translate-x: 52px;
    }

    .mobile\:translate-x-16p {
        --tw-translate-x: 16px;
    }

    .mobile\:translate-x-25p {
        --tw-translate-x: 25px;
    }

    .mobile\:translate-x-48p {
        --tw-translate-x: 48%;
    }

    .mobile\:translate-x-52p {
        --tw-translate-x: 52%;
    }

    .mobile\:-translate-x-0 {
        --tw-translate-x: 0px;
    }

    .mobile\:-translate-x-1 {
        --tw-translate-x: -0.25rem;
    }

    .mobile\:-translate-x-2 {
        --tw-translate-x: -0.5rem;
    }

    .mobile\:-translate-x-3 {
        --tw-translate-x: -0.75rem;
    }

    .mobile\:-translate-x-4 {
        --tw-translate-x: -1rem;
    }

    .mobile\:-translate-x-5 {
        --tw-translate-x: -1.25rem;
    }

    .mobile\:-translate-x-6 {
        --tw-translate-x: -1.5rem;
    }

    .mobile\:-translate-x-7 {
        --tw-translate-x: -1.75rem;
    }

    .mobile\:-translate-x-8 {
        --tw-translate-x: -2rem;
    }

    .mobile\:-translate-x-9 {
        --tw-translate-x: -2.25rem;
    }

    .mobile\:-translate-x-10 {
        --tw-translate-x: -2.5rem;
    }

    .mobile\:-translate-x-11 {
        --tw-translate-x: -2.75rem;
    }

    .mobile\:-translate-x-12 {
        --tw-translate-x: -3rem;
    }

    .mobile\:-translate-x-14 {
        --tw-translate-x: -3.5rem;
    }

    .mobile\:-translate-x-16 {
        --tw-translate-x: -4rem;
    }

    .mobile\:-translate-x-18 {
        --tw-translate-x: -4.375rem;
    }

    .mobile\:-translate-x-19 {
        --tw-translate-x: -76px;
    }

    .mobile\:-translate-x-20 {
        --tw-translate-x: -5rem;
    }

    .mobile\:-translate-x-24 {
        --tw-translate-x: -6rem;
    }

    .mobile\:-translate-x-28 {
        --tw-translate-x: -7rem;
    }

    .mobile\:-translate-x-30 {
        --tw-translate-x: -120px;
    }

    .mobile\:-translate-x-32 {
        --tw-translate-x: -8rem;
    }

    .mobile\:-translate-x-36 {
        --tw-translate-x: -9rem;
    }

    .mobile\:-translate-x-40 {
        --tw-translate-x: -10rem;
    }

    .mobile\:-translate-x-44 {
        --tw-translate-x: -11rem;
    }

    .mobile\:-translate-x-48 {
        --tw-translate-x: -12rem;
    }

    .mobile\:-translate-x-52 {
        --tw-translate-x: -13rem;
    }

    .mobile\:-translate-x-56 {
        --tw-translate-x: -14rem;
    }

    .mobile\:-translate-x-60 {
        --tw-translate-x: -15rem;
    }

    .mobile\:-translate-x-64 {
        --tw-translate-x: -16rem;
    }

    .mobile\:-translate-x-72 {
        --tw-translate-x: -18rem;
    }

    .mobile\:-translate-x-80 {
        --tw-translate-x: -20rem;
    }

    .mobile\:-translate-x-96 {
        --tw-translate-x: -24rem;
    }

    .mobile\:-translate-x-px {
        --tw-translate-x: -1px;
    }

    .mobile\:-translate-x-0\.5 {
        --tw-translate-x: -0.125rem;
    }

    .mobile\:-translate-x-1\.5 {
        --tw-translate-x: -0.375rem;
    }

    .mobile\:-translate-x-2\.5 {
        --tw-translate-x: -0.625rem;
    }

    .mobile\:-translate-x-3\.5 {
        --tw-translate-x: -0.875rem;
    }

    .mobile\:-translate-x-5p {
        --tw-translate-x: -5px;
    }

    .mobile\:-translate-x-10p {
        --tw-translate-x: -10px;
    }

    .mobile\:-translate-x-14p {
        --tw-translate-x: -14px;
    }

    .mobile\:-translate-x-15p {
        --tw-translate-x: -15px;
    }

    .mobile\:-translate-x-15_2 {
        --tw-translate-x: -60px;
    }

    .mobile\:-translate-x-16_1 {
        --tw-translate-x: -52px;
    }

    .mobile\:-translate-x-16p {
        --tw-translate-x: -16px;
    }

    .mobile\:-translate-x-25p {
        --tw-translate-x: -25px;
    }

    .mobile\:-translate-x-48p {
        --tw-translate-x: -48%;
    }

    .mobile\:-translate-x-52p {
        --tw-translate-x: -52%;
    }

    .mobile\:translate-x-1\/2 {
        --tw-translate-x: 50%;
    }

    .mobile\:translate-x-1\/3 {
        --tw-translate-x: 33.333333%;
    }

    .mobile\:translate-x-2\/3 {
        --tw-translate-x: 66.666667%;
    }

    .mobile\:translate-x-1\/4 {
        --tw-translate-x: 25%;
    }

    .mobile\:translate-x-2\/4 {
        --tw-translate-x: 50%;
    }

    .mobile\:translate-x-3\/4 {
        --tw-translate-x: 75%;
    }

    .mobile\:translate-x-full {
        --tw-translate-x: 100%;
    }

    .mobile\:-translate-x-1\/2 {
        --tw-translate-x: -50%;
    }

    .mobile\:-translate-x-1\/3 {
        --tw-translate-x: -33.333333%;
    }

    .mobile\:-translate-x-2\/3 {
        --tw-translate-x: -66.666667%;
    }

    .mobile\:-translate-x-1\/4 {
        --tw-translate-x: -25%;
    }

    .mobile\:-translate-x-2\/4 {
        --tw-translate-x: -50%;
    }

    .mobile\:-translate-x-3\/4 {
        --tw-translate-x: -75%;
    }

    .mobile\:-translate-x-full {
        --tw-translate-x: -100%;
    }

    .mobile\:translate-y-0 {
        --tw-translate-y: 0px;
    }

    .mobile\:translate-y-1 {
        --tw-translate-y: 0.25rem;
    }

    .mobile\:translate-y-2 {
        --tw-translate-y: 0.5rem;
    }

    .mobile\:translate-y-3 {
        --tw-translate-y: 0.75rem;
    }

    .mobile\:translate-y-4 {
        --tw-translate-y: 1rem;
    }

    .mobile\:translate-y-5 {
        --tw-translate-y: 1.25rem;
    }

    .mobile\:translate-y-6 {
        --tw-translate-y: 1.5rem;
    }

    .mobile\:translate-y-7 {
        --tw-translate-y: 1.75rem;
    }

    .mobile\:translate-y-8 {
        --tw-translate-y: 2rem;
    }

    .mobile\:translate-y-9 {
        --tw-translate-y: 2.25rem;
    }

    .mobile\:translate-y-10 {
        --tw-translate-y: 2.5rem;
    }

    .mobile\:translate-y-11 {
        --tw-translate-y: 2.75rem;
    }

    .mobile\:translate-y-12 {
        --tw-translate-y: 3rem;
    }

    .mobile\:translate-y-14 {
        --tw-translate-y: 3.5rem;
    }

    .mobile\:translate-y-16 {
        --tw-translate-y: 4rem;
    }

    .mobile\:translate-y-18 {
        --tw-translate-y: 4.375rem;
    }

    .mobile\:translate-y-19 {
        --tw-translate-y: 76px;
    }

    .mobile\:translate-y-20 {
        --tw-translate-y: 5rem;
    }

    .mobile\:translate-y-24 {
        --tw-translate-y: 6rem;
    }

    .mobile\:translate-y-28 {
        --tw-translate-y: 7rem;
    }

    .mobile\:translate-y-30 {
        --tw-translate-y: 120px;
    }

    .mobile\:translate-y-32 {
        --tw-translate-y: 8rem;
    }

    .mobile\:translate-y-36 {
        --tw-translate-y: 9rem;
    }

    .mobile\:translate-y-40 {
        --tw-translate-y: 10rem;
    }

    .mobile\:translate-y-44 {
        --tw-translate-y: 11rem;
    }

    .mobile\:translate-y-48 {
        --tw-translate-y: 12rem;
    }

    .mobile\:translate-y-52 {
        --tw-translate-y: 13rem;
    }

    .mobile\:translate-y-56 {
        --tw-translate-y: 14rem;
    }

    .mobile\:translate-y-60 {
        --tw-translate-y: 15rem;
    }

    .mobile\:translate-y-64 {
        --tw-translate-y: 16rem;
    }

    .mobile\:translate-y-72 {
        --tw-translate-y: 18rem;
    }

    .mobile\:translate-y-80 {
        --tw-translate-y: 20rem;
    }

    .mobile\:translate-y-96 {
        --tw-translate-y: 24rem;
    }

    .mobile\:translate-y-px {
        --tw-translate-y: 1px;
    }

    .mobile\:translate-y-0\.5 {
        --tw-translate-y: 0.125rem;
    }

    .mobile\:translate-y-1\.5 {
        --tw-translate-y: 0.375rem;
    }

    .mobile\:translate-y-2\.5 {
        --tw-translate-y: 0.625rem;
    }

    .mobile\:translate-y-3\.5 {
        --tw-translate-y: 0.875rem;
    }

    .mobile\:translate-y-5p {
        --tw-translate-y: 5px;
    }

    .mobile\:translate-y-10p {
        --tw-translate-y: 10px;
    }

    .mobile\:translate-y-14p {
        --tw-translate-y: 14px;
    }

    .mobile\:translate-y-15p {
        --tw-translate-y: 15px;
    }

    .mobile\:translate-y-15_2 {
        --tw-translate-y: 60px;
    }

    .mobile\:translate-y-16_1 {
        --tw-translate-y: 52px;
    }

    .mobile\:translate-y-16p {
        --tw-translate-y: 16px;
    }

    .mobile\:translate-y-25p {
        --tw-translate-y: 25px;
    }

    .mobile\:translate-y-48p {
        --tw-translate-y: 48%;
    }

    .mobile\:translate-y-52p {
        --tw-translate-y: 52%;
    }

    .mobile\:-translate-y-0 {
        --tw-translate-y: 0px;
    }

    .mobile\:-translate-y-1 {
        --tw-translate-y: -0.25rem;
    }

    .mobile\:-translate-y-2 {
        --tw-translate-y: -0.5rem;
    }

    .mobile\:-translate-y-3 {
        --tw-translate-y: -0.75rem;
    }

    .mobile\:-translate-y-4 {
        --tw-translate-y: -1rem;
    }

    .mobile\:-translate-y-5 {
        --tw-translate-y: -1.25rem;
    }

    .mobile\:-translate-y-6 {
        --tw-translate-y: -1.5rem;
    }

    .mobile\:-translate-y-7 {
        --tw-translate-y: -1.75rem;
    }

    .mobile\:-translate-y-8 {
        --tw-translate-y: -2rem;
    }

    .mobile\:-translate-y-9 {
        --tw-translate-y: -2.25rem;
    }

    .mobile\:-translate-y-10 {
        --tw-translate-y: -2.5rem;
    }

    .mobile\:-translate-y-11 {
        --tw-translate-y: -2.75rem;
    }

    .mobile\:-translate-y-12 {
        --tw-translate-y: -3rem;
    }

    .mobile\:-translate-y-14 {
        --tw-translate-y: -3.5rem;
    }

    .mobile\:-translate-y-16 {
        --tw-translate-y: -4rem;
    }

    .mobile\:-translate-y-18 {
        --tw-translate-y: -4.375rem;
    }

    .mobile\:-translate-y-19 {
        --tw-translate-y: -76px;
    }

    .mobile\:-translate-y-20 {
        --tw-translate-y: -5rem;
    }

    .mobile\:-translate-y-24 {
        --tw-translate-y: -6rem;
    }

    .mobile\:-translate-y-28 {
        --tw-translate-y: -7rem;
    }

    .mobile\:-translate-y-30 {
        --tw-translate-y: -120px;
    }

    .mobile\:-translate-y-32 {
        --tw-translate-y: -8rem;
    }

    .mobile\:-translate-y-36 {
        --tw-translate-y: -9rem;
    }

    .mobile\:-translate-y-40 {
        --tw-translate-y: -10rem;
    }

    .mobile\:-translate-y-44 {
        --tw-translate-y: -11rem;
    }

    .mobile\:-translate-y-48 {
        --tw-translate-y: -12rem;
    }

    .mobile\:-translate-y-52 {
        --tw-translate-y: -13rem;
    }

    .mobile\:-translate-y-56 {
        --tw-translate-y: -14rem;
    }

    .mobile\:-translate-y-60 {
        --tw-translate-y: -15rem;
    }

    .mobile\:-translate-y-64 {
        --tw-translate-y: -16rem;
    }

    .mobile\:-translate-y-72 {
        --tw-translate-y: -18rem;
    }

    .mobile\:-translate-y-80 {
        --tw-translate-y: -20rem;
    }

    .mobile\:-translate-y-96 {
        --tw-translate-y: -24rem;
    }

    .mobile\:-translate-y-px {
        --tw-translate-y: -1px;
    }

    .mobile\:-translate-y-0\.5 {
        --tw-translate-y: -0.125rem;
    }

    .mobile\:-translate-y-1\.5 {
        --tw-translate-y: -0.375rem;
    }

    .mobile\:-translate-y-2\.5 {
        --tw-translate-y: -0.625rem;
    }

    .mobile\:-translate-y-3\.5 {
        --tw-translate-y: -0.875rem;
    }

    .mobile\:-translate-y-5p {
        --tw-translate-y: -5px;
    }

    .mobile\:-translate-y-10p {
        --tw-translate-y: -10px;
    }

    .mobile\:-translate-y-14p {
        --tw-translate-y: -14px;
    }

    .mobile\:-translate-y-15p {
        --tw-translate-y: -15px;
    }

    .mobile\:-translate-y-15_2 {
        --tw-translate-y: -60px;
    }

    .mobile\:-translate-y-16_1 {
        --tw-translate-y: -52px;
    }

    .mobile\:-translate-y-16p {
        --tw-translate-y: -16px;
    }

    .mobile\:-translate-y-25p {
        --tw-translate-y: -25px;
    }

    .mobile\:-translate-y-48p {
        --tw-translate-y: -48%;
    }

    .mobile\:-translate-y-52p {
        --tw-translate-y: -52%;
    }

    .mobile\:translate-y-1\/2 {
        --tw-translate-y: 50%;
    }

    .mobile\:translate-y-1\/3 {
        --tw-translate-y: 33.333333%;
    }

    .mobile\:translate-y-2\/3 {
        --tw-translate-y: 66.666667%;
    }

    .mobile\:translate-y-1\/4 {
        --tw-translate-y: 25%;
    }

    .mobile\:translate-y-2\/4 {
        --tw-translate-y: 50%;
    }

    .mobile\:translate-y-3\/4 {
        --tw-translate-y: 75%;
    }

    .mobile\:translate-y-full {
        --tw-translate-y: 100%;
    }

    .mobile\:-translate-y-1\/2 {
        --tw-translate-y: -50%;
    }

    .mobile\:-translate-y-1\/3 {
        --tw-translate-y: -33.333333%;
    }

    .mobile\:-translate-y-2\/3 {
        --tw-translate-y: -66.666667%;
    }

    .mobile\:-translate-y-1\/4 {
        --tw-translate-y: -25%;
    }

    .mobile\:-translate-y-2\/4 {
        --tw-translate-y: -50%;
    }

    .mobile\:-translate-y-3\/4 {
        --tw-translate-y: -75%;
    }

    .mobile\:-translate-y-full {
        --tw-translate-y: -100%;
    }

    .mobile\:hover\:translate-x-0:hover {
        --tw-translate-x: 0px;
    }

    .mobile\:hover\:translate-x-1:hover {
        --tw-translate-x: 0.25rem;
    }

    .mobile\:hover\:translate-x-2:hover {
        --tw-translate-x: 0.5rem;
    }

    .mobile\:hover\:translate-x-3:hover {
        --tw-translate-x: 0.75rem;
    }

    .mobile\:hover\:translate-x-4:hover {
        --tw-translate-x: 1rem;
    }

    .mobile\:hover\:translate-x-5:hover {
        --tw-translate-x: 1.25rem;
    }

    .mobile\:hover\:translate-x-6:hover {
        --tw-translate-x: 1.5rem;
    }

    .mobile\:hover\:translate-x-7:hover {
        --tw-translate-x: 1.75rem;
    }

    .mobile\:hover\:translate-x-8:hover {
        --tw-translate-x: 2rem;
    }

    .mobile\:hover\:translate-x-9:hover {
        --tw-translate-x: 2.25rem;
    }

    .mobile\:hover\:translate-x-10:hover {
        --tw-translate-x: 2.5rem;
    }

    .mobile\:hover\:translate-x-11:hover {
        --tw-translate-x: 2.75rem;
    }

    .mobile\:hover\:translate-x-12:hover {
        --tw-translate-x: 3rem;
    }

    .mobile\:hover\:translate-x-14:hover {
        --tw-translate-x: 3.5rem;
    }

    .mobile\:hover\:translate-x-16:hover {
        --tw-translate-x: 4rem;
    }

    .mobile\:hover\:translate-x-18:hover {
        --tw-translate-x: 4.375rem;
    }

    .mobile\:hover\:translate-x-19:hover {
        --tw-translate-x: 76px;
    }

    .mobile\:hover\:translate-x-20:hover {
        --tw-translate-x: 5rem;
    }

    .mobile\:hover\:translate-x-24:hover {
        --tw-translate-x: 6rem;
    }

    .mobile\:hover\:translate-x-28:hover {
        --tw-translate-x: 7rem;
    }

    .mobile\:hover\:translate-x-30:hover {
        --tw-translate-x: 120px;
    }

    .mobile\:hover\:translate-x-32:hover {
        --tw-translate-x: 8rem;
    }

    .mobile\:hover\:translate-x-36:hover {
        --tw-translate-x: 9rem;
    }

    .mobile\:hover\:translate-x-40:hover {
        --tw-translate-x: 10rem;
    }

    .mobile\:hover\:translate-x-44:hover {
        --tw-translate-x: 11rem;
    }

    .mobile\:hover\:translate-x-48:hover {
        --tw-translate-x: 12rem;
    }

    .mobile\:hover\:translate-x-52:hover {
        --tw-translate-x: 13rem;
    }

    .mobile\:hover\:translate-x-56:hover {
        --tw-translate-x: 14rem;
    }

    .mobile\:hover\:translate-x-60:hover {
        --tw-translate-x: 15rem;
    }

    .mobile\:hover\:translate-x-64:hover {
        --tw-translate-x: 16rem;
    }

    .mobile\:hover\:translate-x-72:hover {
        --tw-translate-x: 18rem;
    }

    .mobile\:hover\:translate-x-80:hover {
        --tw-translate-x: 20rem;
    }

    .mobile\:hover\:translate-x-96:hover {
        --tw-translate-x: 24rem;
    }

    .mobile\:hover\:translate-x-px:hover {
        --tw-translate-x: 1px;
    }

    .mobile\:hover\:translate-x-0\.5:hover {
        --tw-translate-x: 0.125rem;
    }

    .mobile\:hover\:translate-x-1\.5:hover {
        --tw-translate-x: 0.375rem;
    }

    .mobile\:hover\:translate-x-2\.5:hover {
        --tw-translate-x: 0.625rem;
    }

    .mobile\:hover\:translate-x-3\.5:hover {
        --tw-translate-x: 0.875rem;
    }

    .mobile\:hover\:translate-x-5p:hover {
        --tw-translate-x: 5px;
    }

    .mobile\:hover\:translate-x-10p:hover {
        --tw-translate-x: 10px;
    }

    .mobile\:hover\:translate-x-14p:hover {
        --tw-translate-x: 14px;
    }

    .mobile\:hover\:translate-x-15p:hover {
        --tw-translate-x: 15px;
    }

    .mobile\:hover\:translate-x-15_2:hover {
        --tw-translate-x: 60px;
    }

    .mobile\:hover\:translate-x-16_1:hover {
        --tw-translate-x: 52px;
    }

    .mobile\:hover\:translate-x-16p:hover {
        --tw-translate-x: 16px;
    }

    .mobile\:hover\:translate-x-25p:hover {
        --tw-translate-x: 25px;
    }

    .mobile\:hover\:translate-x-48p:hover {
        --tw-translate-x: 48%;
    }

    .mobile\:hover\:translate-x-52p:hover {
        --tw-translate-x: 52%;
    }

    .mobile\:hover\:-translate-x-0:hover {
        --tw-translate-x: 0px;
    }

    .mobile\:hover\:-translate-x-1:hover {
        --tw-translate-x: -0.25rem;
    }

    .mobile\:hover\:-translate-x-2:hover {
        --tw-translate-x: -0.5rem;
    }

    .mobile\:hover\:-translate-x-3:hover {
        --tw-translate-x: -0.75rem;
    }

    .mobile\:hover\:-translate-x-4:hover {
        --tw-translate-x: -1rem;
    }

    .mobile\:hover\:-translate-x-5:hover {
        --tw-translate-x: -1.25rem;
    }

    .mobile\:hover\:-translate-x-6:hover {
        --tw-translate-x: -1.5rem;
    }

    .mobile\:hover\:-translate-x-7:hover {
        --tw-translate-x: -1.75rem;
    }

    .mobile\:hover\:-translate-x-8:hover {
        --tw-translate-x: -2rem;
    }

    .mobile\:hover\:-translate-x-9:hover {
        --tw-translate-x: -2.25rem;
    }

    .mobile\:hover\:-translate-x-10:hover {
        --tw-translate-x: -2.5rem;
    }

    .mobile\:hover\:-translate-x-11:hover {
        --tw-translate-x: -2.75rem;
    }

    .mobile\:hover\:-translate-x-12:hover {
        --tw-translate-x: -3rem;
    }

    .mobile\:hover\:-translate-x-14:hover {
        --tw-translate-x: -3.5rem;
    }

    .mobile\:hover\:-translate-x-16:hover {
        --tw-translate-x: -4rem;
    }

    .mobile\:hover\:-translate-x-18:hover {
        --tw-translate-x: -4.375rem;
    }

    .mobile\:hover\:-translate-x-19:hover {
        --tw-translate-x: -76px;
    }

    .mobile\:hover\:-translate-x-20:hover {
        --tw-translate-x: -5rem;
    }

    .mobile\:hover\:-translate-x-24:hover {
        --tw-translate-x: -6rem;
    }

    .mobile\:hover\:-translate-x-28:hover {
        --tw-translate-x: -7rem;
    }

    .mobile\:hover\:-translate-x-30:hover {
        --tw-translate-x: -120px;
    }

    .mobile\:hover\:-translate-x-32:hover {
        --tw-translate-x: -8rem;
    }

    .mobile\:hover\:-translate-x-36:hover {
        --tw-translate-x: -9rem;
    }

    .mobile\:hover\:-translate-x-40:hover {
        --tw-translate-x: -10rem;
    }

    .mobile\:hover\:-translate-x-44:hover {
        --tw-translate-x: -11rem;
    }

    .mobile\:hover\:-translate-x-48:hover {
        --tw-translate-x: -12rem;
    }

    .mobile\:hover\:-translate-x-52:hover {
        --tw-translate-x: -13rem;
    }

    .mobile\:hover\:-translate-x-56:hover {
        --tw-translate-x: -14rem;
    }

    .mobile\:hover\:-translate-x-60:hover {
        --tw-translate-x: -15rem;
    }

    .mobile\:hover\:-translate-x-64:hover {
        --tw-translate-x: -16rem;
    }

    .mobile\:hover\:-translate-x-72:hover {
        --tw-translate-x: -18rem;
    }

    .mobile\:hover\:-translate-x-80:hover {
        --tw-translate-x: -20rem;
    }

    .mobile\:hover\:-translate-x-96:hover {
        --tw-translate-x: -24rem;
    }

    .mobile\:hover\:-translate-x-px:hover {
        --tw-translate-x: -1px;
    }

    .mobile\:hover\:-translate-x-0\.5:hover {
        --tw-translate-x: -0.125rem;
    }

    .mobile\:hover\:-translate-x-1\.5:hover {
        --tw-translate-x: -0.375rem;
    }

    .mobile\:hover\:-translate-x-2\.5:hover {
        --tw-translate-x: -0.625rem;
    }

    .mobile\:hover\:-translate-x-3\.5:hover {
        --tw-translate-x: -0.875rem;
    }

    .mobile\:hover\:-translate-x-5p:hover {
        --tw-translate-x: -5px;
    }

    .mobile\:hover\:-translate-x-10p:hover {
        --tw-translate-x: -10px;
    }

    .mobile\:hover\:-translate-x-14p:hover {
        --tw-translate-x: -14px;
    }

    .mobile\:hover\:-translate-x-15p:hover {
        --tw-translate-x: -15px;
    }

    .mobile\:hover\:-translate-x-15_2:hover {
        --tw-translate-x: -60px;
    }

    .mobile\:hover\:-translate-x-16_1:hover {
        --tw-translate-x: -52px;
    }

    .mobile\:hover\:-translate-x-16p:hover {
        --tw-translate-x: -16px;
    }

    .mobile\:hover\:-translate-x-25p:hover {
        --tw-translate-x: -25px;
    }

    .mobile\:hover\:-translate-x-48p:hover {
        --tw-translate-x: -48%;
    }

    .mobile\:hover\:-translate-x-52p:hover {
        --tw-translate-x: -52%;
    }

    .mobile\:hover\:translate-x-1\/2:hover {
        --tw-translate-x: 50%;
    }

    .mobile\:hover\:translate-x-1\/3:hover {
        --tw-translate-x: 33.333333%;
    }

    .mobile\:hover\:translate-x-2\/3:hover {
        --tw-translate-x: 66.666667%;
    }

    .mobile\:hover\:translate-x-1\/4:hover {
        --tw-translate-x: 25%;
    }

    .mobile\:hover\:translate-x-2\/4:hover {
        --tw-translate-x: 50%;
    }

    .mobile\:hover\:translate-x-3\/4:hover {
        --tw-translate-x: 75%;
    }

    .mobile\:hover\:translate-x-full:hover {
        --tw-translate-x: 100%;
    }

    .mobile\:hover\:-translate-x-1\/2:hover {
        --tw-translate-x: -50%;
    }

    .mobile\:hover\:-translate-x-1\/3:hover {
        --tw-translate-x: -33.333333%;
    }

    .mobile\:hover\:-translate-x-2\/3:hover {
        --tw-translate-x: -66.666667%;
    }

    .mobile\:hover\:-translate-x-1\/4:hover {
        --tw-translate-x: -25%;
    }

    .mobile\:hover\:-translate-x-2\/4:hover {
        --tw-translate-x: -50%;
    }

    .mobile\:hover\:-translate-x-3\/4:hover {
        --tw-translate-x: -75%;
    }

    .mobile\:hover\:-translate-x-full:hover {
        --tw-translate-x: -100%;
    }

    .mobile\:hover\:translate-y-0:hover {
        --tw-translate-y: 0px;
    }

    .mobile\:hover\:translate-y-1:hover {
        --tw-translate-y: 0.25rem;
    }

    .mobile\:hover\:translate-y-2:hover {
        --tw-translate-y: 0.5rem;
    }

    .mobile\:hover\:translate-y-3:hover {
        --tw-translate-y: 0.75rem;
    }

    .mobile\:hover\:translate-y-4:hover {
        --tw-translate-y: 1rem;
    }

    .mobile\:hover\:translate-y-5:hover {
        --tw-translate-y: 1.25rem;
    }

    .mobile\:hover\:translate-y-6:hover {
        --tw-translate-y: 1.5rem;
    }

    .mobile\:hover\:translate-y-7:hover {
        --tw-translate-y: 1.75rem;
    }

    .mobile\:hover\:translate-y-8:hover {
        --tw-translate-y: 2rem;
    }

    .mobile\:hover\:translate-y-9:hover {
        --tw-translate-y: 2.25rem;
    }

    .mobile\:hover\:translate-y-10:hover {
        --tw-translate-y: 2.5rem;
    }

    .mobile\:hover\:translate-y-11:hover {
        --tw-translate-y: 2.75rem;
    }

    .mobile\:hover\:translate-y-12:hover {
        --tw-translate-y: 3rem;
    }

    .mobile\:hover\:translate-y-14:hover {
        --tw-translate-y: 3.5rem;
    }

    .mobile\:hover\:translate-y-16:hover {
        --tw-translate-y: 4rem;
    }

    .mobile\:hover\:translate-y-18:hover {
        --tw-translate-y: 4.375rem;
    }

    .mobile\:hover\:translate-y-19:hover {
        --tw-translate-y: 76px;
    }

    .mobile\:hover\:translate-y-20:hover {
        --tw-translate-y: 5rem;
    }

    .mobile\:hover\:translate-y-24:hover {
        --tw-translate-y: 6rem;
    }

    .mobile\:hover\:translate-y-28:hover {
        --tw-translate-y: 7rem;
    }

    .mobile\:hover\:translate-y-30:hover {
        --tw-translate-y: 120px;
    }

    .mobile\:hover\:translate-y-32:hover {
        --tw-translate-y: 8rem;
    }

    .mobile\:hover\:translate-y-36:hover {
        --tw-translate-y: 9rem;
    }

    .mobile\:hover\:translate-y-40:hover {
        --tw-translate-y: 10rem;
    }

    .mobile\:hover\:translate-y-44:hover {
        --tw-translate-y: 11rem;
    }

    .mobile\:hover\:translate-y-48:hover {
        --tw-translate-y: 12rem;
    }

    .mobile\:hover\:translate-y-52:hover {
        --tw-translate-y: 13rem;
    }

    .mobile\:hover\:translate-y-56:hover {
        --tw-translate-y: 14rem;
    }

    .mobile\:hover\:translate-y-60:hover {
        --tw-translate-y: 15rem;
    }

    .mobile\:hover\:translate-y-64:hover {
        --tw-translate-y: 16rem;
    }

    .mobile\:hover\:translate-y-72:hover {
        --tw-translate-y: 18rem;
    }

    .mobile\:hover\:translate-y-80:hover {
        --tw-translate-y: 20rem;
    }

    .mobile\:hover\:translate-y-96:hover {
        --tw-translate-y: 24rem;
    }

    .mobile\:hover\:translate-y-px:hover {
        --tw-translate-y: 1px;
    }

    .mobile\:hover\:translate-y-0\.5:hover {
        --tw-translate-y: 0.125rem;
    }

    .mobile\:hover\:translate-y-1\.5:hover {
        --tw-translate-y: 0.375rem;
    }

    .mobile\:hover\:translate-y-2\.5:hover {
        --tw-translate-y: 0.625rem;
    }

    .mobile\:hover\:translate-y-3\.5:hover {
        --tw-translate-y: 0.875rem;
    }

    .mobile\:hover\:translate-y-5p:hover {
        --tw-translate-y: 5px;
    }

    .mobile\:hover\:translate-y-10p:hover {
        --tw-translate-y: 10px;
    }

    .mobile\:hover\:translate-y-14p:hover {
        --tw-translate-y: 14px;
    }

    .mobile\:hover\:translate-y-15p:hover {
        --tw-translate-y: 15px;
    }

    .mobile\:hover\:translate-y-15_2:hover {
        --tw-translate-y: 60px;
    }

    .mobile\:hover\:translate-y-16_1:hover {
        --tw-translate-y: 52px;
    }

    .mobile\:hover\:translate-y-16p:hover {
        --tw-translate-y: 16px;
    }

    .mobile\:hover\:translate-y-25p:hover {
        --tw-translate-y: 25px;
    }

    .mobile\:hover\:translate-y-48p:hover {
        --tw-translate-y: 48%;
    }

    .mobile\:hover\:translate-y-52p:hover {
        --tw-translate-y: 52%;
    }

    .mobile\:hover\:-translate-y-0:hover {
        --tw-translate-y: 0px;
    }

    .mobile\:hover\:-translate-y-1:hover {
        --tw-translate-y: -0.25rem;
    }

    .mobile\:hover\:-translate-y-2:hover {
        --tw-translate-y: -0.5rem;
    }

    .mobile\:hover\:-translate-y-3:hover {
        --tw-translate-y: -0.75rem;
    }

    .mobile\:hover\:-translate-y-4:hover {
        --tw-translate-y: -1rem;
    }

    .mobile\:hover\:-translate-y-5:hover {
        --tw-translate-y: -1.25rem;
    }

    .mobile\:hover\:-translate-y-6:hover {
        --tw-translate-y: -1.5rem;
    }

    .mobile\:hover\:-translate-y-7:hover {
        --tw-translate-y: -1.75rem;
    }

    .mobile\:hover\:-translate-y-8:hover {
        --tw-translate-y: -2rem;
    }

    .mobile\:hover\:-translate-y-9:hover {
        --tw-translate-y: -2.25rem;
    }

    .mobile\:hover\:-translate-y-10:hover {
        --tw-translate-y: -2.5rem;
    }

    .mobile\:hover\:-translate-y-11:hover {
        --tw-translate-y: -2.75rem;
    }

    .mobile\:hover\:-translate-y-12:hover {
        --tw-translate-y: -3rem;
    }

    .mobile\:hover\:-translate-y-14:hover {
        --tw-translate-y: -3.5rem;
    }

    .mobile\:hover\:-translate-y-16:hover {
        --tw-translate-y: -4rem;
    }

    .mobile\:hover\:-translate-y-18:hover {
        --tw-translate-y: -4.375rem;
    }

    .mobile\:hover\:-translate-y-19:hover {
        --tw-translate-y: -76px;
    }

    .mobile\:hover\:-translate-y-20:hover {
        --tw-translate-y: -5rem;
    }

    .mobile\:hover\:-translate-y-24:hover {
        --tw-translate-y: -6rem;
    }

    .mobile\:hover\:-translate-y-28:hover {
        --tw-translate-y: -7rem;
    }

    .mobile\:hover\:-translate-y-30:hover {
        --tw-translate-y: -120px;
    }

    .mobile\:hover\:-translate-y-32:hover {
        --tw-translate-y: -8rem;
    }

    .mobile\:hover\:-translate-y-36:hover {
        --tw-translate-y: -9rem;
    }

    .mobile\:hover\:-translate-y-40:hover {
        --tw-translate-y: -10rem;
    }

    .mobile\:hover\:-translate-y-44:hover {
        --tw-translate-y: -11rem;
    }

    .mobile\:hover\:-translate-y-48:hover {
        --tw-translate-y: -12rem;
    }

    .mobile\:hover\:-translate-y-52:hover {
        --tw-translate-y: -13rem;
    }

    .mobile\:hover\:-translate-y-56:hover {
        --tw-translate-y: -14rem;
    }

    .mobile\:hover\:-translate-y-60:hover {
        --tw-translate-y: -15rem;
    }

    .mobile\:hover\:-translate-y-64:hover {
        --tw-translate-y: -16rem;
    }

    .mobile\:hover\:-translate-y-72:hover {
        --tw-translate-y: -18rem;
    }

    .mobile\:hover\:-translate-y-80:hover {
        --tw-translate-y: -20rem;
    }

    .mobile\:hover\:-translate-y-96:hover {
        --tw-translate-y: -24rem;
    }

    .mobile\:hover\:-translate-y-px:hover {
        --tw-translate-y: -1px;
    }

    .mobile\:hover\:-translate-y-0\.5:hover {
        --tw-translate-y: -0.125rem;
    }

    .mobile\:hover\:-translate-y-1\.5:hover {
        --tw-translate-y: -0.375rem;
    }

    .mobile\:hover\:-translate-y-2\.5:hover {
        --tw-translate-y: -0.625rem;
    }

    .mobile\:hover\:-translate-y-3\.5:hover {
        --tw-translate-y: -0.875rem;
    }

    .mobile\:hover\:-translate-y-5p:hover {
        --tw-translate-y: -5px;
    }

    .mobile\:hover\:-translate-y-10p:hover {
        --tw-translate-y: -10px;
    }

    .mobile\:hover\:-translate-y-14p:hover {
        --tw-translate-y: -14px;
    }

    .mobile\:hover\:-translate-y-15p:hover {
        --tw-translate-y: -15px;
    }

    .mobile\:hover\:-translate-y-15_2:hover {
        --tw-translate-y: -60px;
    }

    .mobile\:hover\:-translate-y-16_1:hover {
        --tw-translate-y: -52px;
    }

    .mobile\:hover\:-translate-y-16p:hover {
        --tw-translate-y: -16px;
    }

    .mobile\:hover\:-translate-y-25p:hover {
        --tw-translate-y: -25px;
    }

    .mobile\:hover\:-translate-y-48p:hover {
        --tw-translate-y: -48%;
    }

    .mobile\:hover\:-translate-y-52p:hover {
        --tw-translate-y: -52%;
    }

    .mobile\:hover\:translate-y-1\/2:hover {
        --tw-translate-y: 50%;
    }

    .mobile\:hover\:translate-y-1\/3:hover {
        --tw-translate-y: 33.333333%;
    }

    .mobile\:hover\:translate-y-2\/3:hover {
        --tw-translate-y: 66.666667%;
    }

    .mobile\:hover\:translate-y-1\/4:hover {
        --tw-translate-y: 25%;
    }

    .mobile\:hover\:translate-y-2\/4:hover {
        --tw-translate-y: 50%;
    }

    .mobile\:hover\:translate-y-3\/4:hover {
        --tw-translate-y: 75%;
    }

    .mobile\:hover\:translate-y-full:hover {
        --tw-translate-y: 100%;
    }

    .mobile\:hover\:-translate-y-1\/2:hover {
        --tw-translate-y: -50%;
    }

    .mobile\:hover\:-translate-y-1\/3:hover {
        --tw-translate-y: -33.333333%;
    }

    .mobile\:hover\:-translate-y-2\/3:hover {
        --tw-translate-y: -66.666667%;
    }

    .mobile\:hover\:-translate-y-1\/4:hover {
        --tw-translate-y: -25%;
    }

    .mobile\:hover\:-translate-y-2\/4:hover {
        --tw-translate-y: -50%;
    }

    .mobile\:hover\:-translate-y-3\/4:hover {
        --tw-translate-y: -75%;
    }

    .mobile\:hover\:-translate-y-full:hover {
        --tw-translate-y: -100%;
    }

    .mobile\:focus\:translate-x-0:focus {
        --tw-translate-x: 0px;
    }

    .mobile\:focus\:translate-x-1:focus {
        --tw-translate-x: 0.25rem;
    }

    .mobile\:focus\:translate-x-2:focus {
        --tw-translate-x: 0.5rem;
    }

    .mobile\:focus\:translate-x-3:focus {
        --tw-translate-x: 0.75rem;
    }

    .mobile\:focus\:translate-x-4:focus {
        --tw-translate-x: 1rem;
    }

    .mobile\:focus\:translate-x-5:focus {
        --tw-translate-x: 1.25rem;
    }

    .mobile\:focus\:translate-x-6:focus {
        --tw-translate-x: 1.5rem;
    }

    .mobile\:focus\:translate-x-7:focus {
        --tw-translate-x: 1.75rem;
    }

    .mobile\:focus\:translate-x-8:focus {
        --tw-translate-x: 2rem;
    }

    .mobile\:focus\:translate-x-9:focus {
        --tw-translate-x: 2.25rem;
    }

    .mobile\:focus\:translate-x-10:focus {
        --tw-translate-x: 2.5rem;
    }

    .mobile\:focus\:translate-x-11:focus {
        --tw-translate-x: 2.75rem;
    }

    .mobile\:focus\:translate-x-12:focus {
        --tw-translate-x: 3rem;
    }

    .mobile\:focus\:translate-x-14:focus {
        --tw-translate-x: 3.5rem;
    }

    .mobile\:focus\:translate-x-16:focus {
        --tw-translate-x: 4rem;
    }

    .mobile\:focus\:translate-x-18:focus {
        --tw-translate-x: 4.375rem;
    }

    .mobile\:focus\:translate-x-19:focus {
        --tw-translate-x: 76px;
    }

    .mobile\:focus\:translate-x-20:focus {
        --tw-translate-x: 5rem;
    }

    .mobile\:focus\:translate-x-24:focus {
        --tw-translate-x: 6rem;
    }

    .mobile\:focus\:translate-x-28:focus {
        --tw-translate-x: 7rem;
    }

    .mobile\:focus\:translate-x-30:focus {
        --tw-translate-x: 120px;
    }

    .mobile\:focus\:translate-x-32:focus {
        --tw-translate-x: 8rem;
    }

    .mobile\:focus\:translate-x-36:focus {
        --tw-translate-x: 9rem;
    }

    .mobile\:focus\:translate-x-40:focus {
        --tw-translate-x: 10rem;
    }

    .mobile\:focus\:translate-x-44:focus {
        --tw-translate-x: 11rem;
    }

    .mobile\:focus\:translate-x-48:focus {
        --tw-translate-x: 12rem;
    }

    .mobile\:focus\:translate-x-52:focus {
        --tw-translate-x: 13rem;
    }

    .mobile\:focus\:translate-x-56:focus {
        --tw-translate-x: 14rem;
    }

    .mobile\:focus\:translate-x-60:focus {
        --tw-translate-x: 15rem;
    }

    .mobile\:focus\:translate-x-64:focus {
        --tw-translate-x: 16rem;
    }

    .mobile\:focus\:translate-x-72:focus {
        --tw-translate-x: 18rem;
    }

    .mobile\:focus\:translate-x-80:focus {
        --tw-translate-x: 20rem;
    }

    .mobile\:focus\:translate-x-96:focus {
        --tw-translate-x: 24rem;
    }

    .mobile\:focus\:translate-x-px:focus {
        --tw-translate-x: 1px;
    }

    .mobile\:focus\:translate-x-0\.5:focus {
        --tw-translate-x: 0.125rem;
    }

    .mobile\:focus\:translate-x-1\.5:focus {
        --tw-translate-x: 0.375rem;
    }

    .mobile\:focus\:translate-x-2\.5:focus {
        --tw-translate-x: 0.625rem;
    }

    .mobile\:focus\:translate-x-3\.5:focus {
        --tw-translate-x: 0.875rem;
    }

    .mobile\:focus\:translate-x-5p:focus {
        --tw-translate-x: 5px;
    }

    .mobile\:focus\:translate-x-10p:focus {
        --tw-translate-x: 10px;
    }

    .mobile\:focus\:translate-x-14p:focus {
        --tw-translate-x: 14px;
    }

    .mobile\:focus\:translate-x-15p:focus {
        --tw-translate-x: 15px;
    }

    .mobile\:focus\:translate-x-15_2:focus {
        --tw-translate-x: 60px;
    }

    .mobile\:focus\:translate-x-16_1:focus {
        --tw-translate-x: 52px;
    }

    .mobile\:focus\:translate-x-16p:focus {
        --tw-translate-x: 16px;
    }

    .mobile\:focus\:translate-x-25p:focus {
        --tw-translate-x: 25px;
    }

    .mobile\:focus\:translate-x-48p:focus {
        --tw-translate-x: 48%;
    }

    .mobile\:focus\:translate-x-52p:focus {
        --tw-translate-x: 52%;
    }

    .mobile\:focus\:-translate-x-0:focus {
        --tw-translate-x: 0px;
    }

    .mobile\:focus\:-translate-x-1:focus {
        --tw-translate-x: -0.25rem;
    }

    .mobile\:focus\:-translate-x-2:focus {
        --tw-translate-x: -0.5rem;
    }

    .mobile\:focus\:-translate-x-3:focus {
        --tw-translate-x: -0.75rem;
    }

    .mobile\:focus\:-translate-x-4:focus {
        --tw-translate-x: -1rem;
    }

    .mobile\:focus\:-translate-x-5:focus {
        --tw-translate-x: -1.25rem;
    }

    .mobile\:focus\:-translate-x-6:focus {
        --tw-translate-x: -1.5rem;
    }

    .mobile\:focus\:-translate-x-7:focus {
        --tw-translate-x: -1.75rem;
    }

    .mobile\:focus\:-translate-x-8:focus {
        --tw-translate-x: -2rem;
    }

    .mobile\:focus\:-translate-x-9:focus {
        --tw-translate-x: -2.25rem;
    }

    .mobile\:focus\:-translate-x-10:focus {
        --tw-translate-x: -2.5rem;
    }

    .mobile\:focus\:-translate-x-11:focus {
        --tw-translate-x: -2.75rem;
    }

    .mobile\:focus\:-translate-x-12:focus {
        --tw-translate-x: -3rem;
    }

    .mobile\:focus\:-translate-x-14:focus {
        --tw-translate-x: -3.5rem;
    }

    .mobile\:focus\:-translate-x-16:focus {
        --tw-translate-x: -4rem;
    }

    .mobile\:focus\:-translate-x-18:focus {
        --tw-translate-x: -4.375rem;
    }

    .mobile\:focus\:-translate-x-19:focus {
        --tw-translate-x: -76px;
    }

    .mobile\:focus\:-translate-x-20:focus {
        --tw-translate-x: -5rem;
    }

    .mobile\:focus\:-translate-x-24:focus {
        --tw-translate-x: -6rem;
    }

    .mobile\:focus\:-translate-x-28:focus {
        --tw-translate-x: -7rem;
    }

    .mobile\:focus\:-translate-x-30:focus {
        --tw-translate-x: -120px;
    }

    .mobile\:focus\:-translate-x-32:focus {
        --tw-translate-x: -8rem;
    }

    .mobile\:focus\:-translate-x-36:focus {
        --tw-translate-x: -9rem;
    }

    .mobile\:focus\:-translate-x-40:focus {
        --tw-translate-x: -10rem;
    }

    .mobile\:focus\:-translate-x-44:focus {
        --tw-translate-x: -11rem;
    }

    .mobile\:focus\:-translate-x-48:focus {
        --tw-translate-x: -12rem;
    }

    .mobile\:focus\:-translate-x-52:focus {
        --tw-translate-x: -13rem;
    }

    .mobile\:focus\:-translate-x-56:focus {
        --tw-translate-x: -14rem;
    }

    .mobile\:focus\:-translate-x-60:focus {
        --tw-translate-x: -15rem;
    }

    .mobile\:focus\:-translate-x-64:focus {
        --tw-translate-x: -16rem;
    }

    .mobile\:focus\:-translate-x-72:focus {
        --tw-translate-x: -18rem;
    }

    .mobile\:focus\:-translate-x-80:focus {
        --tw-translate-x: -20rem;
    }

    .mobile\:focus\:-translate-x-96:focus {
        --tw-translate-x: -24rem;
    }

    .mobile\:focus\:-translate-x-px:focus {
        --tw-translate-x: -1px;
    }

    .mobile\:focus\:-translate-x-0\.5:focus {
        --tw-translate-x: -0.125rem;
    }

    .mobile\:focus\:-translate-x-1\.5:focus {
        --tw-translate-x: -0.375rem;
    }

    .mobile\:focus\:-translate-x-2\.5:focus {
        --tw-translate-x: -0.625rem;
    }

    .mobile\:focus\:-translate-x-3\.5:focus {
        --tw-translate-x: -0.875rem;
    }

    .mobile\:focus\:-translate-x-5p:focus {
        --tw-translate-x: -5px;
    }

    .mobile\:focus\:-translate-x-10p:focus {
        --tw-translate-x: -10px;
    }

    .mobile\:focus\:-translate-x-14p:focus {
        --tw-translate-x: -14px;
    }

    .mobile\:focus\:-translate-x-15p:focus {
        --tw-translate-x: -15px;
    }

    .mobile\:focus\:-translate-x-15_2:focus {
        --tw-translate-x: -60px;
    }

    .mobile\:focus\:-translate-x-16_1:focus {
        --tw-translate-x: -52px;
    }

    .mobile\:focus\:-translate-x-16p:focus {
        --tw-translate-x: -16px;
    }

    .mobile\:focus\:-translate-x-25p:focus {
        --tw-translate-x: -25px;
    }

    .mobile\:focus\:-translate-x-48p:focus {
        --tw-translate-x: -48%;
    }

    .mobile\:focus\:-translate-x-52p:focus {
        --tw-translate-x: -52%;
    }

    .mobile\:focus\:translate-x-1\/2:focus {
        --tw-translate-x: 50%;
    }

    .mobile\:focus\:translate-x-1\/3:focus {
        --tw-translate-x: 33.333333%;
    }

    .mobile\:focus\:translate-x-2\/3:focus {
        --tw-translate-x: 66.666667%;
    }

    .mobile\:focus\:translate-x-1\/4:focus {
        --tw-translate-x: 25%;
    }

    .mobile\:focus\:translate-x-2\/4:focus {
        --tw-translate-x: 50%;
    }

    .mobile\:focus\:translate-x-3\/4:focus {
        --tw-translate-x: 75%;
    }

    .mobile\:focus\:translate-x-full:focus {
        --tw-translate-x: 100%;
    }

    .mobile\:focus\:-translate-x-1\/2:focus {
        --tw-translate-x: -50%;
    }

    .mobile\:focus\:-translate-x-1\/3:focus {
        --tw-translate-x: -33.333333%;
    }

    .mobile\:focus\:-translate-x-2\/3:focus {
        --tw-translate-x: -66.666667%;
    }

    .mobile\:focus\:-translate-x-1\/4:focus {
        --tw-translate-x: -25%;
    }

    .mobile\:focus\:-translate-x-2\/4:focus {
        --tw-translate-x: -50%;
    }

    .mobile\:focus\:-translate-x-3\/4:focus {
        --tw-translate-x: -75%;
    }

    .mobile\:focus\:-translate-x-full:focus {
        --tw-translate-x: -100%;
    }

    .mobile\:focus\:translate-y-0:focus {
        --tw-translate-y: 0px;
    }

    .mobile\:focus\:translate-y-1:focus {
        --tw-translate-y: 0.25rem;
    }

    .mobile\:focus\:translate-y-2:focus {
        --tw-translate-y: 0.5rem;
    }

    .mobile\:focus\:translate-y-3:focus {
        --tw-translate-y: 0.75rem;
    }

    .mobile\:focus\:translate-y-4:focus {
        --tw-translate-y: 1rem;
    }

    .mobile\:focus\:translate-y-5:focus {
        --tw-translate-y: 1.25rem;
    }

    .mobile\:focus\:translate-y-6:focus {
        --tw-translate-y: 1.5rem;
    }

    .mobile\:focus\:translate-y-7:focus {
        --tw-translate-y: 1.75rem;
    }

    .mobile\:focus\:translate-y-8:focus {
        --tw-translate-y: 2rem;
    }

    .mobile\:focus\:translate-y-9:focus {
        --tw-translate-y: 2.25rem;
    }

    .mobile\:focus\:translate-y-10:focus {
        --tw-translate-y: 2.5rem;
    }

    .mobile\:focus\:translate-y-11:focus {
        --tw-translate-y: 2.75rem;
    }

    .mobile\:focus\:translate-y-12:focus {
        --tw-translate-y: 3rem;
    }

    .mobile\:focus\:translate-y-14:focus {
        --tw-translate-y: 3.5rem;
    }

    .mobile\:focus\:translate-y-16:focus {
        --tw-translate-y: 4rem;
    }

    .mobile\:focus\:translate-y-18:focus {
        --tw-translate-y: 4.375rem;
    }

    .mobile\:focus\:translate-y-19:focus {
        --tw-translate-y: 76px;
    }

    .mobile\:focus\:translate-y-20:focus {
        --tw-translate-y: 5rem;
    }

    .mobile\:focus\:translate-y-24:focus {
        --tw-translate-y: 6rem;
    }

    .mobile\:focus\:translate-y-28:focus {
        --tw-translate-y: 7rem;
    }

    .mobile\:focus\:translate-y-30:focus {
        --tw-translate-y: 120px;
    }

    .mobile\:focus\:translate-y-32:focus {
        --tw-translate-y: 8rem;
    }

    .mobile\:focus\:translate-y-36:focus {
        --tw-translate-y: 9rem;
    }

    .mobile\:focus\:translate-y-40:focus {
        --tw-translate-y: 10rem;
    }

    .mobile\:focus\:translate-y-44:focus {
        --tw-translate-y: 11rem;
    }

    .mobile\:focus\:translate-y-48:focus {
        --tw-translate-y: 12rem;
    }

    .mobile\:focus\:translate-y-52:focus {
        --tw-translate-y: 13rem;
    }

    .mobile\:focus\:translate-y-56:focus {
        --tw-translate-y: 14rem;
    }

    .mobile\:focus\:translate-y-60:focus {
        --tw-translate-y: 15rem;
    }

    .mobile\:focus\:translate-y-64:focus {
        --tw-translate-y: 16rem;
    }

    .mobile\:focus\:translate-y-72:focus {
        --tw-translate-y: 18rem;
    }

    .mobile\:focus\:translate-y-80:focus {
        --tw-translate-y: 20rem;
    }

    .mobile\:focus\:translate-y-96:focus {
        --tw-translate-y: 24rem;
    }

    .mobile\:focus\:translate-y-px:focus {
        --tw-translate-y: 1px;
    }

    .mobile\:focus\:translate-y-0\.5:focus {
        --tw-translate-y: 0.125rem;
    }

    .mobile\:focus\:translate-y-1\.5:focus {
        --tw-translate-y: 0.375rem;
    }

    .mobile\:focus\:translate-y-2\.5:focus {
        --tw-translate-y: 0.625rem;
    }

    .mobile\:focus\:translate-y-3\.5:focus {
        --tw-translate-y: 0.875rem;
    }

    .mobile\:focus\:translate-y-5p:focus {
        --tw-translate-y: 5px;
    }

    .mobile\:focus\:translate-y-10p:focus {
        --tw-translate-y: 10px;
    }

    .mobile\:focus\:translate-y-14p:focus {
        --tw-translate-y: 14px;
    }

    .mobile\:focus\:translate-y-15p:focus {
        --tw-translate-y: 15px;
    }

    .mobile\:focus\:translate-y-15_2:focus {
        --tw-translate-y: 60px;
    }

    .mobile\:focus\:translate-y-16_1:focus {
        --tw-translate-y: 52px;
    }

    .mobile\:focus\:translate-y-16p:focus {
        --tw-translate-y: 16px;
    }

    .mobile\:focus\:translate-y-25p:focus {
        --tw-translate-y: 25px;
    }

    .mobile\:focus\:translate-y-48p:focus {
        --tw-translate-y: 48%;
    }

    .mobile\:focus\:translate-y-52p:focus {
        --tw-translate-y: 52%;
    }

    .mobile\:focus\:-translate-y-0:focus {
        --tw-translate-y: 0px;
    }

    .mobile\:focus\:-translate-y-1:focus {
        --tw-translate-y: -0.25rem;
    }

    .mobile\:focus\:-translate-y-2:focus {
        --tw-translate-y: -0.5rem;
    }

    .mobile\:focus\:-translate-y-3:focus {
        --tw-translate-y: -0.75rem;
    }

    .mobile\:focus\:-translate-y-4:focus {
        --tw-translate-y: -1rem;
    }

    .mobile\:focus\:-translate-y-5:focus {
        --tw-translate-y: -1.25rem;
    }

    .mobile\:focus\:-translate-y-6:focus {
        --tw-translate-y: -1.5rem;
    }

    .mobile\:focus\:-translate-y-7:focus {
        --tw-translate-y: -1.75rem;
    }

    .mobile\:focus\:-translate-y-8:focus {
        --tw-translate-y: -2rem;
    }

    .mobile\:focus\:-translate-y-9:focus {
        --tw-translate-y: -2.25rem;
    }

    .mobile\:focus\:-translate-y-10:focus {
        --tw-translate-y: -2.5rem;
    }

    .mobile\:focus\:-translate-y-11:focus {
        --tw-translate-y: -2.75rem;
    }

    .mobile\:focus\:-translate-y-12:focus {
        --tw-translate-y: -3rem;
    }

    .mobile\:focus\:-translate-y-14:focus {
        --tw-translate-y: -3.5rem;
    }

    .mobile\:focus\:-translate-y-16:focus {
        --tw-translate-y: -4rem;
    }

    .mobile\:focus\:-translate-y-18:focus {
        --tw-translate-y: -4.375rem;
    }

    .mobile\:focus\:-translate-y-19:focus {
        --tw-translate-y: -76px;
    }

    .mobile\:focus\:-translate-y-20:focus {
        --tw-translate-y: -5rem;
    }

    .mobile\:focus\:-translate-y-24:focus {
        --tw-translate-y: -6rem;
    }

    .mobile\:focus\:-translate-y-28:focus {
        --tw-translate-y: -7rem;
    }

    .mobile\:focus\:-translate-y-30:focus {
        --tw-translate-y: -120px;
    }

    .mobile\:focus\:-translate-y-32:focus {
        --tw-translate-y: -8rem;
    }

    .mobile\:focus\:-translate-y-36:focus {
        --tw-translate-y: -9rem;
    }

    .mobile\:focus\:-translate-y-40:focus {
        --tw-translate-y: -10rem;
    }

    .mobile\:focus\:-translate-y-44:focus {
        --tw-translate-y: -11rem;
    }

    .mobile\:focus\:-translate-y-48:focus {
        --tw-translate-y: -12rem;
    }

    .mobile\:focus\:-translate-y-52:focus {
        --tw-translate-y: -13rem;
    }

    .mobile\:focus\:-translate-y-56:focus {
        --tw-translate-y: -14rem;
    }

    .mobile\:focus\:-translate-y-60:focus {
        --tw-translate-y: -15rem;
    }

    .mobile\:focus\:-translate-y-64:focus {
        --tw-translate-y: -16rem;
    }

    .mobile\:focus\:-translate-y-72:focus {
        --tw-translate-y: -18rem;
    }

    .mobile\:focus\:-translate-y-80:focus {
        --tw-translate-y: -20rem;
    }

    .mobile\:focus\:-translate-y-96:focus {
        --tw-translate-y: -24rem;
    }

    .mobile\:focus\:-translate-y-px:focus {
        --tw-translate-y: -1px;
    }

    .mobile\:focus\:-translate-y-0\.5:focus {
        --tw-translate-y: -0.125rem;
    }

    .mobile\:focus\:-translate-y-1\.5:focus {
        --tw-translate-y: -0.375rem;
    }

    .mobile\:focus\:-translate-y-2\.5:focus {
        --tw-translate-y: -0.625rem;
    }

    .mobile\:focus\:-translate-y-3\.5:focus {
        --tw-translate-y: -0.875rem;
    }

    .mobile\:focus\:-translate-y-5p:focus {
        --tw-translate-y: -5px;
    }

    .mobile\:focus\:-translate-y-10p:focus {
        --tw-translate-y: -10px;
    }

    .mobile\:focus\:-translate-y-14p:focus {
        --tw-translate-y: -14px;
    }

    .mobile\:focus\:-translate-y-15p:focus {
        --tw-translate-y: -15px;
    }

    .mobile\:focus\:-translate-y-15_2:focus {
        --tw-translate-y: -60px;
    }

    .mobile\:focus\:-translate-y-16_1:focus {
        --tw-translate-y: -52px;
    }

    .mobile\:focus\:-translate-y-16p:focus {
        --tw-translate-y: -16px;
    }

    .mobile\:focus\:-translate-y-25p:focus {
        --tw-translate-y: -25px;
    }

    .mobile\:focus\:-translate-y-48p:focus {
        --tw-translate-y: -48%;
    }

    .mobile\:focus\:-translate-y-52p:focus {
        --tw-translate-y: -52%;
    }

    .mobile\:focus\:translate-y-1\/2:focus {
        --tw-translate-y: 50%;
    }

    .mobile\:focus\:translate-y-1\/3:focus {
        --tw-translate-y: 33.333333%;
    }

    .mobile\:focus\:translate-y-2\/3:focus {
        --tw-translate-y: 66.666667%;
    }

    .mobile\:focus\:translate-y-1\/4:focus {
        --tw-translate-y: 25%;
    }

    .mobile\:focus\:translate-y-2\/4:focus {
        --tw-translate-y: 50%;
    }

    .mobile\:focus\:translate-y-3\/4:focus {
        --tw-translate-y: 75%;
    }

    .mobile\:focus\:translate-y-full:focus {
        --tw-translate-y: 100%;
    }

    .mobile\:focus\:-translate-y-1\/2:focus {
        --tw-translate-y: -50%;
    }

    .mobile\:focus\:-translate-y-1\/3:focus {
        --tw-translate-y: -33.333333%;
    }

    .mobile\:focus\:-translate-y-2\/3:focus {
        --tw-translate-y: -66.666667%;
    }

    .mobile\:focus\:-translate-y-1\/4:focus {
        --tw-translate-y: -25%;
    }

    .mobile\:focus\:-translate-y-2\/4:focus {
        --tw-translate-y: -50%;
    }

    .mobile\:focus\:-translate-y-3\/4:focus {
        --tw-translate-y: -75%;
    }

    .mobile\:focus\:-translate-y-full:focus {
        --tw-translate-y: -100%;
    }

    .mobile\:rotate-0 {
        --tw-rotate: 0deg;
    }

    .mobile\:rotate-1 {
        --tw-rotate: 1deg;
    }

    .mobile\:rotate-2 {
        --tw-rotate: 2deg;
    }

    .mobile\:rotate-3 {
        --tw-rotate: 3deg;
    }

    .mobile\:rotate-6 {
        --tw-rotate: 6deg;
    }

    .mobile\:rotate-12 {
        --tw-rotate: 12deg;
    }

    .mobile\:rotate-45 {
        --tw-rotate: 45deg;
    }

    .mobile\:rotate-90 {
        --tw-rotate: 90deg;
    }

    .mobile\:rotate-180 {
        --tw-rotate: 180deg;
    }

    .mobile\:-rotate-180 {
        --tw-rotate: -180deg;
    }

    .mobile\:-rotate-90 {
        --tw-rotate: -90deg;
    }

    .mobile\:-rotate-45 {
        --tw-rotate: -45deg;
    }

    .mobile\:-rotate-12 {
        --tw-rotate: -12deg;
    }

    .mobile\:-rotate-6 {
        --tw-rotate: -6deg;
    }

    .mobile\:-rotate-3 {
        --tw-rotate: -3deg;
    }

    .mobile\:-rotate-2 {
        --tw-rotate: -2deg;
    }

    .mobile\:-rotate-1 {
        --tw-rotate: -1deg;
    }

    .mobile\:hover\:rotate-0:hover {
        --tw-rotate: 0deg;
    }

    .mobile\:hover\:rotate-1:hover {
        --tw-rotate: 1deg;
    }

    .mobile\:hover\:rotate-2:hover {
        --tw-rotate: 2deg;
    }

    .mobile\:hover\:rotate-3:hover {
        --tw-rotate: 3deg;
    }

    .mobile\:hover\:rotate-6:hover {
        --tw-rotate: 6deg;
    }

    .mobile\:hover\:rotate-12:hover {
        --tw-rotate: 12deg;
    }

    .mobile\:hover\:rotate-45:hover {
        --tw-rotate: 45deg;
    }

    .mobile\:hover\:rotate-90:hover {
        --tw-rotate: 90deg;
    }

    .mobile\:hover\:rotate-180:hover {
        --tw-rotate: 180deg;
    }

    .mobile\:hover\:-rotate-180:hover {
        --tw-rotate: -180deg;
    }

    .mobile\:hover\:-rotate-90:hover {
        --tw-rotate: -90deg;
    }

    .mobile\:hover\:-rotate-45:hover {
        --tw-rotate: -45deg;
    }

    .mobile\:hover\:-rotate-12:hover {
        --tw-rotate: -12deg;
    }

    .mobile\:hover\:-rotate-6:hover {
        --tw-rotate: -6deg;
    }

    .mobile\:hover\:-rotate-3:hover {
        --tw-rotate: -3deg;
    }

    .mobile\:hover\:-rotate-2:hover {
        --tw-rotate: -2deg;
    }

    .mobile\:hover\:-rotate-1:hover {
        --tw-rotate: -1deg;
    }

    .mobile\:focus\:rotate-0:focus {
        --tw-rotate: 0deg;
    }

    .mobile\:focus\:rotate-1:focus {
        --tw-rotate: 1deg;
    }

    .mobile\:focus\:rotate-2:focus {
        --tw-rotate: 2deg;
    }

    .mobile\:focus\:rotate-3:focus {
        --tw-rotate: 3deg;
    }

    .mobile\:focus\:rotate-6:focus {
        --tw-rotate: 6deg;
    }

    .mobile\:focus\:rotate-12:focus {
        --tw-rotate: 12deg;
    }

    .mobile\:focus\:rotate-45:focus {
        --tw-rotate: 45deg;
    }

    .mobile\:focus\:rotate-90:focus {
        --tw-rotate: 90deg;
    }

    .mobile\:focus\:rotate-180:focus {
        --tw-rotate: 180deg;
    }

    .mobile\:focus\:-rotate-180:focus {
        --tw-rotate: -180deg;
    }

    .mobile\:focus\:-rotate-90:focus {
        --tw-rotate: -90deg;
    }

    .mobile\:focus\:-rotate-45:focus {
        --tw-rotate: -45deg;
    }

    .mobile\:focus\:-rotate-12:focus {
        --tw-rotate: -12deg;
    }

    .mobile\:focus\:-rotate-6:focus {
        --tw-rotate: -6deg;
    }

    .mobile\:focus\:-rotate-3:focus {
        --tw-rotate: -3deg;
    }

    .mobile\:focus\:-rotate-2:focus {
        --tw-rotate: -2deg;
    }

    .mobile\:focus\:-rotate-1:focus {
        --tw-rotate: -1deg;
    }

    .mobile\:skew-x-0 {
        --tw-skew-x: 0deg;
    }

    .mobile\:skew-x-1 {
        --tw-skew-x: 1deg;
    }

    .mobile\:skew-x-2 {
        --tw-skew-x: 2deg;
    }

    .mobile\:skew-x-3 {
        --tw-skew-x: 3deg;
    }

    .mobile\:skew-x-6 {
        --tw-skew-x: 6deg;
    }

    .mobile\:skew-x-12 {
        --tw-skew-x: 12deg;
    }

    .mobile\:-skew-x-12 {
        --tw-skew-x: -12deg;
    }

    .mobile\:-skew-x-6 {
        --tw-skew-x: -6deg;
    }

    .mobile\:-skew-x-3 {
        --tw-skew-x: -3deg;
    }

    .mobile\:-skew-x-2 {
        --tw-skew-x: -2deg;
    }

    .mobile\:-skew-x-1 {
        --tw-skew-x: -1deg;
    }

    .mobile\:skew-y-0 {
        --tw-skew-y: 0deg;
    }

    .mobile\:skew-y-1 {
        --tw-skew-y: 1deg;
    }

    .mobile\:skew-y-2 {
        --tw-skew-y: 2deg;
    }

    .mobile\:skew-y-3 {
        --tw-skew-y: 3deg;
    }

    .mobile\:skew-y-6 {
        --tw-skew-y: 6deg;
    }

    .mobile\:skew-y-12 {
        --tw-skew-y: 12deg;
    }

    .mobile\:-skew-y-12 {
        --tw-skew-y: -12deg;
    }

    .mobile\:-skew-y-6 {
        --tw-skew-y: -6deg;
    }

    .mobile\:-skew-y-3 {
        --tw-skew-y: -3deg;
    }

    .mobile\:-skew-y-2 {
        --tw-skew-y: -2deg;
    }

    .mobile\:-skew-y-1 {
        --tw-skew-y: -1deg;
    }

    .mobile\:hover\:skew-x-0:hover {
        --tw-skew-x: 0deg;
    }

    .mobile\:hover\:skew-x-1:hover {
        --tw-skew-x: 1deg;
    }

    .mobile\:hover\:skew-x-2:hover {
        --tw-skew-x: 2deg;
    }

    .mobile\:hover\:skew-x-3:hover {
        --tw-skew-x: 3deg;
    }

    .mobile\:hover\:skew-x-6:hover {
        --tw-skew-x: 6deg;
    }

    .mobile\:hover\:skew-x-12:hover {
        --tw-skew-x: 12deg;
    }

    .mobile\:hover\:-skew-x-12:hover {
        --tw-skew-x: -12deg;
    }

    .mobile\:hover\:-skew-x-6:hover {
        --tw-skew-x: -6deg;
    }

    .mobile\:hover\:-skew-x-3:hover {
        --tw-skew-x: -3deg;
    }

    .mobile\:hover\:-skew-x-2:hover {
        --tw-skew-x: -2deg;
    }

    .mobile\:hover\:-skew-x-1:hover {
        --tw-skew-x: -1deg;
    }

    .mobile\:hover\:skew-y-0:hover {
        --tw-skew-y: 0deg;
    }

    .mobile\:hover\:skew-y-1:hover {
        --tw-skew-y: 1deg;
    }

    .mobile\:hover\:skew-y-2:hover {
        --tw-skew-y: 2deg;
    }

    .mobile\:hover\:skew-y-3:hover {
        --tw-skew-y: 3deg;
    }

    .mobile\:hover\:skew-y-6:hover {
        --tw-skew-y: 6deg;
    }

    .mobile\:hover\:skew-y-12:hover {
        --tw-skew-y: 12deg;
    }

    .mobile\:hover\:-skew-y-12:hover {
        --tw-skew-y: -12deg;
    }

    .mobile\:hover\:-skew-y-6:hover {
        --tw-skew-y: -6deg;
    }

    .mobile\:hover\:-skew-y-3:hover {
        --tw-skew-y: -3deg;
    }

    .mobile\:hover\:-skew-y-2:hover {
        --tw-skew-y: -2deg;
    }

    .mobile\:hover\:-skew-y-1:hover {
        --tw-skew-y: -1deg;
    }

    .mobile\:focus\:skew-x-0:focus {
        --tw-skew-x: 0deg;
    }

    .mobile\:focus\:skew-x-1:focus {
        --tw-skew-x: 1deg;
    }

    .mobile\:focus\:skew-x-2:focus {
        --tw-skew-x: 2deg;
    }

    .mobile\:focus\:skew-x-3:focus {
        --tw-skew-x: 3deg;
    }

    .mobile\:focus\:skew-x-6:focus {
        --tw-skew-x: 6deg;
    }

    .mobile\:focus\:skew-x-12:focus {
        --tw-skew-x: 12deg;
    }

    .mobile\:focus\:-skew-x-12:focus {
        --tw-skew-x: -12deg;
    }

    .mobile\:focus\:-skew-x-6:focus {
        --tw-skew-x: -6deg;
    }

    .mobile\:focus\:-skew-x-3:focus {
        --tw-skew-x: -3deg;
    }

    .mobile\:focus\:-skew-x-2:focus {
        --tw-skew-x: -2deg;
    }

    .mobile\:focus\:-skew-x-1:focus {
        --tw-skew-x: -1deg;
    }

    .mobile\:focus\:skew-y-0:focus {
        --tw-skew-y: 0deg;
    }

    .mobile\:focus\:skew-y-1:focus {
        --tw-skew-y: 1deg;
    }

    .mobile\:focus\:skew-y-2:focus {
        --tw-skew-y: 2deg;
    }

    .mobile\:focus\:skew-y-3:focus {
        --tw-skew-y: 3deg;
    }

    .mobile\:focus\:skew-y-6:focus {
        --tw-skew-y: 6deg;
    }

    .mobile\:focus\:skew-y-12:focus {
        --tw-skew-y: 12deg;
    }

    .mobile\:focus\:-skew-y-12:focus {
        --tw-skew-y: -12deg;
    }

    .mobile\:focus\:-skew-y-6:focus {
        --tw-skew-y: -6deg;
    }

    .mobile\:focus\:-skew-y-3:focus {
        --tw-skew-y: -3deg;
    }

    .mobile\:focus\:-skew-y-2:focus {
        --tw-skew-y: -2deg;
    }

    .mobile\:focus\:-skew-y-1:focus {
        --tw-skew-y: -1deg;
    }

    .mobile\:scale-0 {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }

    .mobile\:scale-50 {
        --tw-scale-x: .5;
        --tw-scale-y: .5;
    }

    .mobile\:scale-75 {
        --tw-scale-x: .75;
        --tw-scale-y: .75;
    }

    .mobile\:scale-90 {
        --tw-scale-x: .9;
        --tw-scale-y: .9;
    }

    .mobile\:scale-95 {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
    }

    .mobile\:scale-100 {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }

    .mobile\:scale-105 {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }

    .mobile\:scale-110 {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }

    .mobile\:scale-125 {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }

    .mobile\:scale-150 {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }

    .mobile\:hover\:scale-0:hover {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }

    .mobile\:hover\:scale-50:hover {
        --tw-scale-x: .5;
        --tw-scale-y: .5;
    }

    .mobile\:hover\:scale-75:hover {
        --tw-scale-x: .75;
        --tw-scale-y: .75;
    }

    .mobile\:hover\:scale-90:hover {
        --tw-scale-x: .9;
        --tw-scale-y: .9;
    }

    .mobile\:hover\:scale-95:hover {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
    }

    .mobile\:hover\:scale-100:hover {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }

    .mobile\:hover\:scale-105:hover {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }

    .mobile\:hover\:scale-110:hover {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }

    .mobile\:hover\:scale-125:hover {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }

    .mobile\:hover\:scale-150:hover {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }

    .mobile\:focus\:scale-0:focus {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }

    .mobile\:focus\:scale-50:focus {
        --tw-scale-x: .5;
        --tw-scale-y: .5;
    }

    .mobile\:focus\:scale-75:focus {
        --tw-scale-x: .75;
        --tw-scale-y: .75;
    }

    .mobile\:focus\:scale-90:focus {
        --tw-scale-x: .9;
        --tw-scale-y: .9;
    }

    .mobile\:focus\:scale-95:focus {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
    }

    .mobile\:focus\:scale-100:focus {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }

    .mobile\:focus\:scale-105:focus {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }

    .mobile\:focus\:scale-110:focus {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }

    .mobile\:focus\:scale-125:focus {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }

    .mobile\:focus\:scale-150:focus {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }

    .mobile\:scale-x-0 {
        --tw-scale-x: 0;
    }

    .mobile\:scale-x-50 {
        --tw-scale-x: .5;
    }

    .mobile\:scale-x-75 {
        --tw-scale-x: .75;
    }

    .mobile\:scale-x-90 {
        --tw-scale-x: .9;
    }

    .mobile\:scale-x-95 {
        --tw-scale-x: .95;
    }

    .mobile\:scale-x-100 {
        --tw-scale-x: 1;
    }

    .mobile\:scale-x-105 {
        --tw-scale-x: 1.05;
    }

    .mobile\:scale-x-110 {
        --tw-scale-x: 1.1;
    }

    .mobile\:scale-x-125 {
        --tw-scale-x: 1.25;
    }

    .mobile\:scale-x-150 {
        --tw-scale-x: 1.5;
    }

    .mobile\:scale-y-0 {
        --tw-scale-y: 0;
    }

    .mobile\:scale-y-50 {
        --tw-scale-y: .5;
    }

    .mobile\:scale-y-75 {
        --tw-scale-y: .75;
    }

    .mobile\:scale-y-90 {
        --tw-scale-y: .9;
    }

    .mobile\:scale-y-95 {
        --tw-scale-y: .95;
    }

    .mobile\:scale-y-100 {
        --tw-scale-y: 1;
    }

    .mobile\:scale-y-105 {
        --tw-scale-y: 1.05;
    }

    .mobile\:scale-y-110 {
        --tw-scale-y: 1.1;
    }

    .mobile\:scale-y-125 {
        --tw-scale-y: 1.25;
    }

    .mobile\:scale-y-150 {
        --tw-scale-y: 1.5;
    }

    .mobile\:hover\:scale-x-0:hover {
        --tw-scale-x: 0;
    }

    .mobile\:hover\:scale-x-50:hover {
        --tw-scale-x: .5;
    }

    .mobile\:hover\:scale-x-75:hover {
        --tw-scale-x: .75;
    }

    .mobile\:hover\:scale-x-90:hover {
        --tw-scale-x: .9;
    }

    .mobile\:hover\:scale-x-95:hover {
        --tw-scale-x: .95;
    }

    .mobile\:hover\:scale-x-100:hover {
        --tw-scale-x: 1;
    }

    .mobile\:hover\:scale-x-105:hover {
        --tw-scale-x: 1.05;
    }

    .mobile\:hover\:scale-x-110:hover {
        --tw-scale-x: 1.1;
    }

    .mobile\:hover\:scale-x-125:hover {
        --tw-scale-x: 1.25;
    }

    .mobile\:hover\:scale-x-150:hover {
        --tw-scale-x: 1.5;
    }

    .mobile\:hover\:scale-y-0:hover {
        --tw-scale-y: 0;
    }

    .mobile\:hover\:scale-y-50:hover {
        --tw-scale-y: .5;
    }

    .mobile\:hover\:scale-y-75:hover {
        --tw-scale-y: .75;
    }

    .mobile\:hover\:scale-y-90:hover {
        --tw-scale-y: .9;
    }

    .mobile\:hover\:scale-y-95:hover {
        --tw-scale-y: .95;
    }

    .mobile\:hover\:scale-y-100:hover {
        --tw-scale-y: 1;
    }

    .mobile\:hover\:scale-y-105:hover {
        --tw-scale-y: 1.05;
    }

    .mobile\:hover\:scale-y-110:hover {
        --tw-scale-y: 1.1;
    }

    .mobile\:hover\:scale-y-125:hover {
        --tw-scale-y: 1.25;
    }

    .mobile\:hover\:scale-y-150:hover {
        --tw-scale-y: 1.5;
    }

    .mobile\:focus\:scale-x-0:focus {
        --tw-scale-x: 0;
    }

    .mobile\:focus\:scale-x-50:focus {
        --tw-scale-x: .5;
    }

    .mobile\:focus\:scale-x-75:focus {
        --tw-scale-x: .75;
    }

    .mobile\:focus\:scale-x-90:focus {
        --tw-scale-x: .9;
    }

    .mobile\:focus\:scale-x-95:focus {
        --tw-scale-x: .95;
    }

    .mobile\:focus\:scale-x-100:focus {
        --tw-scale-x: 1;
    }

    .mobile\:focus\:scale-x-105:focus {
        --tw-scale-x: 1.05;
    }

    .mobile\:focus\:scale-x-110:focus {
        --tw-scale-x: 1.1;
    }

    .mobile\:focus\:scale-x-125:focus {
        --tw-scale-x: 1.25;
    }

    .mobile\:focus\:scale-x-150:focus {
        --tw-scale-x: 1.5;
    }

    .mobile\:focus\:scale-y-0:focus {
        --tw-scale-y: 0;
    }

    .mobile\:focus\:scale-y-50:focus {
        --tw-scale-y: .5;
    }

    .mobile\:focus\:scale-y-75:focus {
        --tw-scale-y: .75;
    }

    .mobile\:focus\:scale-y-90:focus {
        --tw-scale-y: .9;
    }

    .mobile\:focus\:scale-y-95:focus {
        --tw-scale-y: .95;
    }

    .mobile\:focus\:scale-y-100:focus {
        --tw-scale-y: 1;
    }

    .mobile\:focus\:scale-y-105:focus {
        --tw-scale-y: 1.05;
    }

    .mobile\:focus\:scale-y-110:focus {
        --tw-scale-y: 1.1;
    }

    .mobile\:focus\:scale-y-125:focus {
        --tw-scale-y: 1.25;
    }

    .mobile\:focus\:scale-y-150:focus {
        --tw-scale-y: 1.5;
    }

    .mobile\:animate-none {
        -webkit-animation: none;
        animation: none;
    }

    .mobile\:animate-spin {
        -webkit-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite;
    }

    .mobile\:animate-ping {
        -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
        animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }

    .mobile\:animate-pulse {
        -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
        animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }

    .mobile\:animate-bounce {
        -webkit-animation: bounce 1s infinite;
        animation: bounce 1s infinite;
    }

    .mobile\:cursor-auto {
        cursor: auto;
    }

    .mobile\:cursor-default {
        cursor: default;
    }

    .mobile\:cursor-pointer {
        cursor: pointer;
    }

    .mobile\:cursor-wait {
        cursor: wait;
    }

    .mobile\:cursor-text {
        cursor: text;
    }

    .mobile\:cursor-move {
        cursor: move;
    }

    .mobile\:cursor-help {
        cursor: help;
    }

    .mobile\:cursor-not-allowed {
        cursor: not-allowed;
    }

    .mobile\:select-none {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .mobile\:select-text {
        -webkit-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text;
    }

    .mobile\:select-all {
        -webkit-user-select: all;
        -moz-user-select: all;
        user-select: all;
    }

    .mobile\:select-auto {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
    }

    .mobile\:resize-none {
        resize: none;
    }

    .mobile\:resize-y {
        resize: vertical;
    }

    .mobile\:resize-x {
        resize: horizontal;
    }

    .mobile\:resize {
        resize: both;
    }

    .mobile\:list-inside {
        list-style-position: inside;
    }

    .mobile\:list-outside {
        list-style-position: outside;
    }

    .mobile\:list-none {
        list-style-type: none;
    }

    .mobile\:list-disc {
        list-style-type: disc;
    }

    .mobile\:list-decimal {
        list-style-type: decimal;
    }

    .mobile\:appearance-none {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .mobile\:auto-cols-auto {
        grid-auto-columns: auto;
    }

    .mobile\:auto-cols-min {
        grid-auto-columns: -webkit-min-content;
        grid-auto-columns: min-content;
    }

    .mobile\:auto-cols-max {
        grid-auto-columns: -webkit-max-content;
        grid-auto-columns: max-content;
    }

    .mobile\:auto-cols-fr {
        grid-auto-columns: minmax(0, 1fr);
    }

    .mobile\:grid-flow-row {
        grid-auto-flow: row;
    }

    .mobile\:grid-flow-col {
        grid-auto-flow: column;
    }

    .mobile\:grid-flow-row-dense {
        grid-auto-flow: row dense;
    }

    .mobile\:grid-flow-col-dense {
        grid-auto-flow: column dense;
    }

    .mobile\:auto-rows-auto {
        grid-auto-rows: auto;
    }

    .mobile\:auto-rows-min {
        grid-auto-rows: -webkit-min-content;
        grid-auto-rows: min-content;
    }

    .mobile\:auto-rows-max {
        grid-auto-rows: -webkit-max-content;
        grid-auto-rows: max-content;
    }

    .mobile\:auto-rows-fr {
        grid-auto-rows: minmax(0, 1fr);
    }

    .mobile\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .mobile\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mobile\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mobile\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .mobile\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .mobile\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .mobile\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }

    .mobile\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    .mobile\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }

    .mobile\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }

    .mobile\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }

    .mobile\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .mobile\:grid-cols-none {
        grid-template-columns: none;
    }

    .mobile\:grid-rows-1 {
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }

    .mobile\:grid-rows-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }

    .mobile\:grid-rows-3 {
        grid-template-rows: repeat(3, minmax(0, 1fr));
    }

    .mobile\:grid-rows-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr));
    }

    .mobile\:grid-rows-5 {
        grid-template-rows: repeat(5, minmax(0, 1fr));
    }

    .mobile\:grid-rows-6 {
        grid-template-rows: repeat(6, minmax(0, 1fr));
    }

    .mobile\:grid-rows-none {
        grid-template-rows: none;
    }

    .mobile\:flex-row {
        flex-direction: row;
    }

    .mobile\:flex-row-reverse {
        flex-direction: row-reverse;
    }

    .mobile\:flex-col {
        flex-direction: column;
    }

    .mobile\:flex-col-reverse {
        flex-direction: column-reverse;
    }

    .mobile\:flex-wrap {
        flex-wrap: wrap;
    }

    .mobile\:flex-wrap-reverse {
        flex-wrap: wrap-reverse;
    }

    .mobile\:flex-nowrap {
        flex-wrap: nowrap;
    }

    .mobile\:place-content-center {
        place-content: center;
    }

    .mobile\:place-content-start {
        place-content: start;
    }

    .mobile\:place-content-end {
        place-content: end;
    }

    .mobile\:place-content-between {
        place-content: space-between;
    }

    .mobile\:place-content-around {
        place-content: space-around;
    }

    .mobile\:place-content-evenly {
        place-content: space-evenly;
    }

    .mobile\:place-content-stretch {
        place-content: stretch;
    }

    .mobile\:place-items-start {
        place-items: start;
    }

    .mobile\:place-items-end {
        place-items: end;
    }

    .mobile\:place-items-center {
        place-items: center;
    }

    .mobile\:place-items-stretch {
        place-items: stretch;
    }

    .mobile\:content-center {
        align-content: center;
    }

    .mobile\:content-start {
        align-content: flex-start;
    }

    .mobile\:content-end {
        align-content: flex-end;
    }

    .mobile\:content-between {
        align-content: space-between;
    }

    .mobile\:content-around {
        align-content: space-around;
    }

    .mobile\:content-evenly {
        align-content: space-evenly;
    }

    .mobile\:items-start {
        align-items: flex-start;
    }

    .mobile\:items-end {
        align-items: flex-end;
    }

    .mobile\:items-center {
        align-items: center;
    }

    .mobile\:items-baseline {
        align-items: baseline;
    }

    .mobile\:items-stretch {
        align-items: stretch;
    }

    .mobile\:justify-start {
        justify-content: flex-start;
    }

    .mobile\:justify-end {
        justify-content: flex-end;
    }

    .mobile\:justify-center {
        justify-content: center;
    }

    .mobile\:justify-between {
        justify-content: space-between;
    }

    .mobile\:justify-around {
        justify-content: space-around;
    }

    .mobile\:justify-evenly {
        justify-content: space-evenly;
    }

    .mobile\:justify-items-start {
        justify-items: start;
    }

    .mobile\:justify-items-end {
        justify-items: end;
    }

    .mobile\:justify-items-center {
        justify-items: center;
    }

    .mobile\:justify-items-stretch {
        justify-items: stretch;
    }

    .mobile\:gap-0 {
        gap: 0px;
    }

    .mobile\:gap-1 {
        gap: 0.25rem;
    }

    .mobile\:gap-2 {
        gap: 0.5rem;
    }

    .mobile\:gap-3 {
        gap: 0.75rem;
    }

    .mobile\:gap-4 {
        gap: 1rem;
    }

    .mobile\:gap-5 {
        gap: 1.25rem;
    }

    .mobile\:gap-6 {
        gap: 1.5rem;
    }

    .mobile\:gap-7 {
        gap: 1.75rem;
    }

    .mobile\:gap-8 {
        gap: 2rem;
    }

    .mobile\:gap-9 {
        gap: 2.25rem;
    }

    .mobile\:gap-10 {
        gap: 2.5rem;
    }

    .mobile\:gap-11 {
        gap: 2.75rem;
    }

    .mobile\:gap-12 {
        gap: 3rem;
    }

    .mobile\:gap-14 {
        gap: 3.5rem;
    }

    .mobile\:gap-16 {
        gap: 4rem;
    }

    .mobile\:gap-18 {
        gap: 4.375rem;
    }

    .mobile\:gap-19 {
        gap: 76px;
    }

    .mobile\:gap-20 {
        gap: 5rem;
    }

    .mobile\:gap-24 {
        gap: 6rem;
    }

    .mobile\:gap-28 {
        gap: 7rem;
    }

    .mobile\:gap-30 {
        gap: 120px;
    }

    .mobile\:gap-32 {
        gap: 8rem;
    }

    .mobile\:gap-36 {
        gap: 9rem;
    }

    .mobile\:gap-40 {
        gap: 10rem;
    }

    .mobile\:gap-44 {
        gap: 11rem;
    }

    .mobile\:gap-48 {
        gap: 12rem;
    }

    .mobile\:gap-52 {
        gap: 13rem;
    }

    .mobile\:gap-56 {
        gap: 14rem;
    }

    .mobile\:gap-60 {
        gap: 15rem;
    }

    .mobile\:gap-64 {
        gap: 16rem;
    }

    .mobile\:gap-72 {
        gap: 18rem;
    }

    .mobile\:gap-80 {
        gap: 20rem;
    }

    .mobile\:gap-96 {
        gap: 24rem;
    }

    .mobile\:gap-px {
        gap: 1px;
    }

    .mobile\:gap-0\.5 {
        gap: 0.125rem;
    }

    .mobile\:gap-1\.5 {
        gap: 0.375rem;
    }

    .mobile\:gap-2\.5 {
        gap: 0.625rem;
    }

    .mobile\:gap-3\.5 {
        gap: 0.875rem;
    }

    .mobile\:gap-5p {
        gap: 5px;
    }

    .mobile\:gap-10p {
        gap: 10px;
    }

    .mobile\:gap-14p {
        gap: 14px;
    }

    .mobile\:gap-15p {
        gap: 15px;
    }

    .mobile\:gap-15_2 {
        gap: 60px;
    }

    .mobile\:gap-16_1 {
        gap: 52px;
    }

    .mobile\:gap-16p {
        gap: 16px;
    }

    .mobile\:gap-25p {
        gap: 25px;
    }

    .mobile\:gap-48p {
        gap: 48%;
    }

    .mobile\:gap-52p {
        gap: 52%;
    }

    .mobile\:gap-x-0 {
        -moz-column-gap: 0px;
        column-gap: 0px;
    }

    .mobile\:gap-x-1 {
        -moz-column-gap: 0.25rem;
        column-gap: 0.25rem;
    }

    .mobile\:gap-x-2 {
        -moz-column-gap: 0.5rem;
        column-gap: 0.5rem;
    }

    .mobile\:gap-x-3 {
        -moz-column-gap: 0.75rem;
        column-gap: 0.75rem;
    }

    .mobile\:gap-x-4 {
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }

    .mobile\:gap-x-5 {
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

    .mobile\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }

    .mobile\:gap-x-7 {
        -moz-column-gap: 1.75rem;
        column-gap: 1.75rem;
    }

    .mobile\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }

    .mobile\:gap-x-9 {
        -moz-column-gap: 2.25rem;
        column-gap: 2.25rem;
    }

    .mobile\:gap-x-10 {
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }

    .mobile\:gap-x-11 {
        -moz-column-gap: 2.75rem;
        column-gap: 2.75rem;
    }

    .mobile\:gap-x-12 {
        -moz-column-gap: 3rem;
        column-gap: 3rem;
    }

    .mobile\:gap-x-14 {
        -moz-column-gap: 3.5rem;
        column-gap: 3.5rem;
    }

    .mobile\:gap-x-16 {
        -moz-column-gap: 4rem;
        column-gap: 4rem;
    }

    .mobile\:gap-x-18 {
        -moz-column-gap: 4.375rem;
        column-gap: 4.375rem;
    }

    .mobile\:gap-x-19 {
        -moz-column-gap: 76px;
        column-gap: 76px;
    }

    .mobile\:gap-x-20 {
        -moz-column-gap: 5rem;
        column-gap: 5rem;
    }

    .mobile\:gap-x-24 {
        -moz-column-gap: 6rem;
        column-gap: 6rem;
    }

    .mobile\:gap-x-28 {
        -moz-column-gap: 7rem;
        column-gap: 7rem;
    }

    .mobile\:gap-x-30 {
        -moz-column-gap: 120px;
        column-gap: 120px;
    }

    .mobile\:gap-x-32 {
        -moz-column-gap: 8rem;
        column-gap: 8rem;
    }

    .mobile\:gap-x-36 {
        -moz-column-gap: 9rem;
        column-gap: 9rem;
    }

    .mobile\:gap-x-40 {
        -moz-column-gap: 10rem;
        column-gap: 10rem;
    }

    .mobile\:gap-x-44 {
        -moz-column-gap: 11rem;
        column-gap: 11rem;
    }

    .mobile\:gap-x-48 {
        -moz-column-gap: 12rem;
        column-gap: 12rem;
    }

    .mobile\:gap-x-52 {
        -moz-column-gap: 13rem;
        column-gap: 13rem;
    }

    .mobile\:gap-x-56 {
        -moz-column-gap: 14rem;
        column-gap: 14rem;
    }

    .mobile\:gap-x-60 {
        -moz-column-gap: 15rem;
        column-gap: 15rem;
    }

    .mobile\:gap-x-64 {
        -moz-column-gap: 16rem;
        column-gap: 16rem;
    }

    .mobile\:gap-x-72 {
        -moz-column-gap: 18rem;
        column-gap: 18rem;
    }

    .mobile\:gap-x-80 {
        -moz-column-gap: 20rem;
        column-gap: 20rem;
    }

    .mobile\:gap-x-96 {
        -moz-column-gap: 24rem;
        column-gap: 24rem;
    }

    .mobile\:gap-x-px {
        -moz-column-gap: 1px;
        column-gap: 1px;
    }

    .mobile\:gap-x-0\.5 {
        -moz-column-gap: 0.125rem;
        column-gap: 0.125rem;
    }

    .mobile\:gap-x-1\.5 {
        -moz-column-gap: 0.375rem;
        column-gap: 0.375rem;
    }

    .mobile\:gap-x-2\.5 {
        -moz-column-gap: 0.625rem;
        column-gap: 0.625rem;
    }

    .mobile\:gap-x-3\.5 {
        -moz-column-gap: 0.875rem;
        column-gap: 0.875rem;
    }

    .mobile\:gap-x-5p {
        -moz-column-gap: 5px;
        column-gap: 5px;
    }

    .mobile\:gap-x-10p {
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .mobile\:gap-x-14p {
        -moz-column-gap: 14px;
        column-gap: 14px;
    }

    .mobile\:gap-x-15p {
        -moz-column-gap: 15px;
        column-gap: 15px;
    }

    .mobile\:gap-x-15_2 {
        -moz-column-gap: 60px;
        column-gap: 60px;
    }

    .mobile\:gap-x-16_1 {
        -moz-column-gap: 52px;
        column-gap: 52px;
    }

    .mobile\:gap-x-16p {
        -moz-column-gap: 16px;
        column-gap: 16px;
    }

    .mobile\:gap-x-25p {
        -moz-column-gap: 25px;
        column-gap: 25px;
    }

    .mobile\:gap-x-48p {
        -moz-column-gap: 48%;
        column-gap: 48%;
    }

    .mobile\:gap-x-52p {
        -moz-column-gap: 52%;
        column-gap: 52%;
    }

    .mobile\:gap-y-0 {
        row-gap: 0px;
    }

    .mobile\:gap-y-1 {
        row-gap: 0.25rem;
    }

    .mobile\:gap-y-2 {
        row-gap: 0.5rem;
    }

    .mobile\:gap-y-3 {
        row-gap: 0.75rem;
    }

    .mobile\:gap-y-4 {
        row-gap: 1rem;
    }

    .mobile\:gap-y-5 {
        row-gap: 1.25rem;
    }

    .mobile\:gap-y-6 {
        row-gap: 1.5rem;
    }

    .mobile\:gap-y-7 {
        row-gap: 1.75rem;
    }

    .mobile\:gap-y-8 {
        row-gap: 2rem;
    }

    .mobile\:gap-y-9 {
        row-gap: 2.25rem;
    }

    .mobile\:gap-y-10 {
        row-gap: 2.5rem;
    }

    .mobile\:gap-y-11 {
        row-gap: 2.75rem;
    }

    .mobile\:gap-y-12 {
        row-gap: 3rem;
    }

    .mobile\:gap-y-14 {
        row-gap: 3.5rem;
    }

    .mobile\:gap-y-16 {
        row-gap: 4rem;
    }

    .mobile\:gap-y-18 {
        row-gap: 4.375rem;
    }

    .mobile\:gap-y-19 {
        row-gap: 76px;
    }

    .mobile\:gap-y-20 {
        row-gap: 5rem;
    }

    .mobile\:gap-y-24 {
        row-gap: 6rem;
    }

    .mobile\:gap-y-28 {
        row-gap: 7rem;
    }

    .mobile\:gap-y-30 {
        row-gap: 120px;
    }

    .mobile\:gap-y-32 {
        row-gap: 8rem;
    }

    .mobile\:gap-y-36 {
        row-gap: 9rem;
    }

    .mobile\:gap-y-40 {
        row-gap: 10rem;
    }

    .mobile\:gap-y-44 {
        row-gap: 11rem;
    }

    .mobile\:gap-y-48 {
        row-gap: 12rem;
    }

    .mobile\:gap-y-52 {
        row-gap: 13rem;
    }

    .mobile\:gap-y-56 {
        row-gap: 14rem;
    }

    .mobile\:gap-y-60 {
        row-gap: 15rem;
    }

    .mobile\:gap-y-64 {
        row-gap: 16rem;
    }

    .mobile\:gap-y-72 {
        row-gap: 18rem;
    }

    .mobile\:gap-y-80 {
        row-gap: 20rem;
    }

    .mobile\:gap-y-96 {
        row-gap: 24rem;
    }

    .mobile\:gap-y-px {
        row-gap: 1px;
    }

    .mobile\:gap-y-0\.5 {
        row-gap: 0.125rem;
    }

    .mobile\:gap-y-1\.5 {
        row-gap: 0.375rem;
    }

    .mobile\:gap-y-2\.5 {
        row-gap: 0.625rem;
    }

    .mobile\:gap-y-3\.5 {
        row-gap: 0.875rem;
    }

    .mobile\:gap-y-5p {
        row-gap: 5px;
    }

    .mobile\:gap-y-10p {
        row-gap: 10px;
    }

    .mobile\:gap-y-14p {
        row-gap: 14px;
    }

    .mobile\:gap-y-15p {
        row-gap: 15px;
    }

    .mobile\:gap-y-15_2 {
        row-gap: 60px;
    }

    .mobile\:gap-y-16_1 {
        row-gap: 52px;
    }

    .mobile\:gap-y-16p {
        row-gap: 16px;
    }

    .mobile\:gap-y-25p {
        row-gap: 25px;
    }

    .mobile\:gap-y-48p {
        row-gap: 48%;
    }

    .mobile\:gap-y-52p {
        row-gap: 52%;
    }

    .mobile\:space-x-0> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.25rem * var(--tw-space-x-reverse));
        margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-3> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.75rem * var(--tw-space-x-reverse));
        margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-4> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1rem * var(--tw-space-x-reverse));
        margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-6> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-7> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.75rem * var(--tw-space-x-reverse));
        margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-8> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2rem * var(--tw-space-x-reverse));
        margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-9> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.25rem * var(--tw-space-x-reverse));
        margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-10> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-11> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.75rem * var(--tw-space-x-reverse));
        margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-12> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3rem * var(--tw-space-x-reverse));
        margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-14> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3.5rem * var(--tw-space-x-reverse));
        margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-16> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(4rem * var(--tw-space-x-reverse));
        margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-18> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(4.375rem * var(--tw-space-x-reverse));
        margin-left: calc(4.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-19> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(76px * var(--tw-space-x-reverse));
        margin-left: calc(76px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-20> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(5rem * var(--tw-space-x-reverse));
        margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-24> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(6rem * var(--tw-space-x-reverse));
        margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-28> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(7rem * var(--tw-space-x-reverse));
        margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-30> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(120px * var(--tw-space-x-reverse));
        margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-32> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(8rem * var(--tw-space-x-reverse));
        margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-36> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(9rem * var(--tw-space-x-reverse));
        margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-40> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(10rem * var(--tw-space-x-reverse));
        margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-44> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(11rem * var(--tw-space-x-reverse));
        margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-48> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(12rem * var(--tw-space-x-reverse));
        margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-52> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(13rem * var(--tw-space-x-reverse));
        margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-56> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(14rem * var(--tw-space-x-reverse));
        margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-60> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(15rem * var(--tw-space-x-reverse));
        margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-64> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(16rem * var(--tw-space-x-reverse));
        margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-72> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(18rem * var(--tw-space-x-reverse));
        margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-80> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(20rem * var(--tw-space-x-reverse));
        margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-96> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(24rem * var(--tw-space-x-reverse));
        margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-px> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1px * var(--tw-space-x-reverse));
        margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.125rem * var(--tw-space-x-reverse));
        margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.375rem * var(--tw-space-x-reverse));
        margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.625rem * var(--tw-space-x-reverse));
        margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.875rem * var(--tw-space-x-reverse));
        margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(5px * var(--tw-space-x-reverse));
        margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(10px * var(--tw-space-x-reverse));
        margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(14px * var(--tw-space-x-reverse));
        margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(15px * var(--tw-space-x-reverse));
        margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(60px * var(--tw-space-x-reverse));
        margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(52px * var(--tw-space-x-reverse));
        margin-left: calc(52px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(16px * var(--tw-space-x-reverse));
        margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(25px * var(--tw-space-x-reverse));
        margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(48% * var(--tw-space-x-reverse));
        margin-left: calc(48% * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-x-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(52% * var(--tw-space-x-reverse));
        margin-left: calc(52% * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-0> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-3> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-4> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1rem * var(--tw-space-x-reverse));
        margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-6> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-7> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-8> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2rem * var(--tw-space-x-reverse));
        margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-9> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-10> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-11> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-12> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3rem * var(--tw-space-x-reverse));
        margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-14> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-16> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-4rem * var(--tw-space-x-reverse));
        margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-18> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-4.375rem * var(--tw-space-x-reverse));
        margin-left: calc(-4.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-19> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-76px * var(--tw-space-x-reverse));
        margin-left: calc(-76px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-20> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-5rem * var(--tw-space-x-reverse));
        margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-24> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-6rem * var(--tw-space-x-reverse));
        margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-28> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-7rem * var(--tw-space-x-reverse));
        margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-30> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-120px * var(--tw-space-x-reverse));
        margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-32> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-8rem * var(--tw-space-x-reverse));
        margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-36> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-9rem * var(--tw-space-x-reverse));
        margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-40> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-10rem * var(--tw-space-x-reverse));
        margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-44> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-11rem * var(--tw-space-x-reverse));
        margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-48> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-12rem * var(--tw-space-x-reverse));
        margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-52> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-13rem * var(--tw-space-x-reverse));
        margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-56> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-14rem * var(--tw-space-x-reverse));
        margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-60> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-15rem * var(--tw-space-x-reverse));
        margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-64> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-16rem * var(--tw-space-x-reverse));
        margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-72> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-18rem * var(--tw-space-x-reverse));
        margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-80> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-20rem * var(--tw-space-x-reverse));
        margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-96> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-24rem * var(--tw-space-x-reverse));
        margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-px> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1px * var(--tw-space-x-reverse));
        margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-5px * var(--tw-space-x-reverse));
        margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-10px * var(--tw-space-x-reverse));
        margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-14px * var(--tw-space-x-reverse));
        margin-left: calc(-14px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-15px * var(--tw-space-x-reverse));
        margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-60px * var(--tw-space-x-reverse));
        margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-52px * var(--tw-space-x-reverse));
        margin-left: calc(-52px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-16px * var(--tw-space-x-reverse));
        margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-25px * var(--tw-space-x-reverse));
        margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-48% * var(--tw-space-x-reverse));
        margin-left: calc(-48% * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:-space-x-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-52% * var(--tw-space-x-reverse));
        margin-left: calc(-52% * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile\:space-y-0> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-3> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-4> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1rem * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-6> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-7> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-8> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2rem * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-9> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-10> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-11> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-12> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3rem * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-14> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-16> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(4rem * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-18> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(4.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(4.375rem * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-19> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(76px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(76px * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-20> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5rem * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-24> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(6rem * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-28> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(7rem * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-30> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(120px * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-32> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(8rem * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-36> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(9rem * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-40> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(10rem * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-44> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(11rem * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-48> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(12rem * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-52> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(13rem * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-56> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(14rem * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-60> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(15rem * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-64> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(16rem * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-72> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(18rem * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-80> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(20rem * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-96> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(24rem * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-px> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1px * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5px * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(10px * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(14px * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(15px * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(60px * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(52px * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(16px * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(25px * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(48% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(48% * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(52% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(52% * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-0> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-3> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-4> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-6> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-7> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-8> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-9> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-10> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-11> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-12> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-14> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-16> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-18> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-4.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-4.375rem * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-19> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-76px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-76px * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-20> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-24> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-28> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-30> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-120px * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-32> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-36> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-40> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-44> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-48> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-52> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-56> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-60> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-64> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-72> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-80> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-96> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-px> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1px * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-5px * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-10px * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-14px * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-15px * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-60px * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-52px * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-16px * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-25px * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-48% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-48% * var(--tw-space-y-reverse));
    }

    .mobile\:-space-y-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-52% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-52% * var(--tw-space-y-reverse));
    }

    .mobile\:space-y-reverse> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 1;
    }

    .mobile\:space-x-reverse> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 1;
    }

    .mobile\:divide-x-0> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(0px * var(--tw-divide-x-reverse));
        border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .mobile\:divide-x-2> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(2px * var(--tw-divide-x-reverse));
        border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .mobile\:divide-x-4> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(4px * var(--tw-divide-x-reverse));
        border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .mobile\:divide-x-8> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(8px * var(--tw-divide-x-reverse));
        border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .mobile\:divide-x> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(1px * var(--tw-divide-x-reverse));
        border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .mobile\:divide-y-0> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
    }

    .mobile\:divide-y-2> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
    }

    .mobile\:divide-y-4> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
    }

    .mobile\:divide-y-8> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
    }

    .mobile\:divide-y> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
    }

    .mobile\:divide-y-reverse> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 1;
    }

    .mobile\:divide-x-reverse> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 1;
    }

    .mobile\:divide-solid> :not([hidden])~ :not([hidden]) {
        border-style: solid;
    }

    .mobile\:divide-dashed> :not([hidden])~ :not([hidden]) {
        border-style: dashed;
    }

    .mobile\:divide-dotted> :not([hidden])~ :not([hidden]) {
        border-style: dotted;
    }

    .mobile\:divide-double> :not([hidden])~ :not([hidden]) {
        border-style: double;
    }

    .mobile\:divide-none> :not([hidden])~ :not([hidden]) {
        border-style: none;
    }

    .mobile\:divide-transparent> :not([hidden])~ :not([hidden]) {
        border-color: transparent;
    }

    .mobile\:divide-current> :not([hidden])~ :not([hidden]) {
        border-color: currentColor;
    }

    .mobile\:divide-black> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
    }

    .mobile\:divide-white> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
    }

    .mobile\:divide-gray-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
    }

    .mobile\:divide-gray-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
    }

    .mobile\:divide-gray-200> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
    }

    .mobile\:divide-gray-300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
    }

    .mobile\:divide-gray-400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
    }

    .mobile\:divide-gray-500> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
    }

    .mobile\:divide-gray-600> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
    }

    .mobile\:divide-gray-700> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
    }

    .mobile\:divide-gray-800> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
    }

    .mobile\:divide-gray-900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
    }

    .mobile\:divide-red-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
    }

    .mobile\:divide-red-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
    }

    .mobile\:divide-red-200> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
    }

    .mobile\:divide-red-300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
    }

    .mobile\:divide-red-400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
    }

    .mobile\:divide-red-500> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
    }

    .mobile\:divide-red-600> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
    }

    .mobile\:divide-red-700> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
    }

    .mobile\:divide-red-800> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
    }

    .mobile\:divide-red-900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
    }

    .mobile\:divide-yellow> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-divide-opacity));
    }

    .mobile\:divide-green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-divide-opacity));
    }

    .mobile\:divide-blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-divide-opacity));
    }

    .mobile\:divide-indigo-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
    }

    .mobile\:divide-indigo-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
    }

    .mobile\:divide-indigo-200> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
    }

    .mobile\:divide-indigo-300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
    }

    .mobile\:divide-indigo-400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
    }

    .mobile\:divide-indigo-500> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
    }

    .mobile\:divide-indigo-600> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
    }

    .mobile\:divide-indigo-700> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
    }

    .mobile\:divide-indigo-800> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
    }

    .mobile\:divide-indigo-900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
    }

    .mobile\:divide-purple> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-divide-opacity));
    }

    .mobile\:divide-pink> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-divide-opacity));
    }

    .mobile\:divide-primary> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-divide-opacity));
    }

    .mobile\:divide-secondary> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-divide-opacity));
    }

    .mobile\:divide-body_bg> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
    }

    .mobile\:divide-body_text> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-divide-opacity));
    }

    .mobile\:divide-title> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-divide-opacity));
    }

    .mobile\:divide-grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-divide-opacity));
    }

    .mobile\:divide-dark_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-divide-opacity));
    }

    .mobile\:divide-light_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-divide-opacity));
    }

    .mobile\:divide-medium_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-divide-opacity));
    }

    .mobile\:divide-lightten_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-divide-opacity));
    }

    .mobile\:divide-grey_300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-divide-opacity));
    }

    .mobile\:divide-grey_400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-divide-opacity));
    }

    .mobile\:divide-medium_blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-divide-opacity));
    }

    .mobile\:divide-dark_blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-divide-opacity));
    }

    .mobile\:divide-text_blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-divide-opacity));
    }

    .mobile\:divide-footer_bg> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-divide-opacity));
    }

    .mobile\:divide-brown> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-divide-opacity));
    }

    .mobile\:divide-dark_brown> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-divide-opacity));
    }

    .mobile\:divide-Light_purple> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-divide-opacity));
    }

    .mobile\:divide-dark_green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-divide-opacity));
    }

    .mobile\:divide-medium_green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-divide-opacity));
    }

    .mobile\:divide-light_green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-divide-opacity));
    }

    .mobile\:divide-green_900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-divide-opacity));
    }

    .mobile\:divide-dark_border> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-divide-opacity));
    }

    .mobile\:divide-opacity-0> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0;
    }

    .mobile\:divide-opacity-5> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.05;
    }

    .mobile\:divide-opacity-10> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.1;
    }

    .mobile\:divide-opacity-20> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.2;
    }

    .mobile\:divide-opacity-25> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.25;
    }

    .mobile\:divide-opacity-30> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.3;
    }

    .mobile\:divide-opacity-40> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.4;
    }

    .mobile\:divide-opacity-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.5;
    }

    .mobile\:divide-opacity-60> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.6;
    }

    .mobile\:divide-opacity-70> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.7;
    }

    .mobile\:divide-opacity-75> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.75;
    }

    .mobile\:divide-opacity-80> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.8;
    }

    .mobile\:divide-opacity-90> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.9;
    }

    .mobile\:divide-opacity-95> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.95;
    }

    .mobile\:divide-opacity-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
    }

    .mobile\:place-self-auto {
        place-self: auto;
    }

    .mobile\:place-self-start {
        place-self: start;
    }

    .mobile\:place-self-end {
        place-self: end;
    }

    .mobile\:place-self-center {
        place-self: center;
    }

    .mobile\:place-self-stretch {
        place-self: stretch;
    }

    .mobile\:self-auto {
        align-self: auto;
    }

    .mobile\:self-start {
        align-self: flex-start;
    }

    .mobile\:self-end {
        align-self: flex-end;
    }

    .mobile\:self-center {
        align-self: center;
    }

    .mobile\:self-stretch {
        align-self: stretch;
    }

    .mobile\:self-baseline {
        align-self: baseline;
    }

    .mobile\:justify-self-auto {
        justify-self: auto;
    }

    .mobile\:justify-self-start {
        justify-self: start;
    }

    .mobile\:justify-self-end {
        justify-self: end;
    }

    .mobile\:justify-self-center {
        justify-self: center;
    }

    .mobile\:justify-self-stretch {
        justify-self: stretch;
    }

    .mobile\:overflow-auto {
        overflow: auto;
    }

    .mobile\:overflow-hidden {
        overflow: hidden;
    }

    .mobile\:overflow-visible {
        overflow: visible;
    }

    .mobile\:overflow-scroll {
        overflow: scroll;
    }

    .mobile\:overflow-x-auto {
        overflow-x: auto;
    }

    .mobile\:overflow-y-auto {
        overflow-y: auto;
    }

    .mobile\:overflow-x-hidden {
        overflow-x: hidden;
    }

    .mobile\:overflow-y-hidden {
        overflow-y: hidden;
    }

    .mobile\:overflow-x-visible {
        overflow-x: visible;
    }

    .mobile\:overflow-y-visible {
        overflow-y: visible;
    }

    .mobile\:overflow-x-scroll {
        overflow-x: scroll;
    }

    .mobile\:overflow-y-scroll {
        overflow-y: scroll;
    }

    .mobile\:overscroll-auto {
        -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
    }

    .mobile\:overscroll-contain {
        -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    }

    .mobile\:overscroll-none {
        -ms-scroll-chaining: none;
        overscroll-behavior: none;
    }

    .mobile\:overscroll-y-auto {
        overscroll-behavior-y: auto;
    }

    .mobile\:overscroll-y-contain {
        overscroll-behavior-y: contain;
    }

    .mobile\:overscroll-y-none {
        overscroll-behavior-y: none;
    }

    .mobile\:overscroll-x-auto {
        overscroll-behavior-x: auto;
    }

    .mobile\:overscroll-x-contain {
        overscroll-behavior-x: contain;
    }

    .mobile\:overscroll-x-none {
        overscroll-behavior-x: none;
    }

    .mobile\:truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .mobile\:overflow-ellipsis {
        text-overflow: ellipsis;
    }

    .mobile\:overflow-clip {
        text-overflow: clip;
    }

    .mobile\:whitespace-normal {
        white-space: normal;
    }

    .mobile\:whitespace-nowrap {
        white-space: nowrap;
    }

    .mobile\:whitespace-pre {
        white-space: pre;
    }

    .mobile\:whitespace-pre-line {
        white-space: pre-line;
    }

    .mobile\:whitespace-pre-wrap {
        white-space: pre-wrap;
    }

    .mobile\:break-normal {
        overflow-wrap: normal;
        word-break: normal;
    }

    .mobile\:break-words {
        overflow-wrap: break-word;
    }

    .mobile\:break-all {
        word-break: break-all;
    }

    .mobile\:rounded-none {
        border-radius: 0px;
    }

    .mobile\:rounded-sm {
        border-radius: 0.125rem;
    }

    .mobile\:rounded {
        border-radius: 0.25rem;
    }

    .mobile\:rounded-md {
        border-radius: 0.375rem;
    }

    .mobile\:rounded-lg {
        border-radius: 0.5rem;
    }

    .mobile\:rounded-xl {
        border-radius: 0.75rem;
    }

    .mobile\:rounded-2xl {
        border-radius: 1rem;
    }

    .mobile\:rounded-3xl {
        border-radius: 1.5rem;
    }

    .mobile\:rounded-full {
        border-radius: 9999px;
    }

    .mobile\:rounded-btn {
        border-radius: 31px;
    }

    .mobile\:rounded-10p {
        border-radius: 10px;
    }

    .mobile\:rounded-t-none {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .mobile\:rounded-t-sm {
        border-top-left-radius: 0.125rem;
        border-top-right-radius: 0.125rem;
    }

    .mobile\:rounded-t {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .mobile\:rounded-t-md {
        border-top-left-radius: 0.375rem;
        border-top-right-radius: 0.375rem;
    }

    .mobile\:rounded-t-lg {
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
    }

    .mobile\:rounded-t-xl {
        border-top-left-radius: 0.75rem;
        border-top-right-radius: 0.75rem;
    }

    .mobile\:rounded-t-2xl {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }

    .mobile\:rounded-t-3xl {
        border-top-left-radius: 1.5rem;
        border-top-right-radius: 1.5rem;
    }

    .mobile\:rounded-t-full {
        border-top-left-radius: 9999px;
        border-top-right-radius: 9999px;
    }

    .mobile\:rounded-t-btn {
        border-top-left-radius: 31px;
        border-top-right-radius: 31px;
    }

    .mobile\:rounded-t-10p {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .mobile\:rounded-r-none {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .mobile\:rounded-r-sm {
        border-top-right-radius: 0.125rem;
        border-bottom-right-radius: 0.125rem;
    }

    .mobile\:rounded-r {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }

    .mobile\:rounded-r-md {
        border-top-right-radius: 0.375rem;
        border-bottom-right-radius: 0.375rem;
    }

    .mobile\:rounded-r-lg {
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
    }

    .mobile\:rounded-r-xl {
        border-top-right-radius: 0.75rem;
        border-bottom-right-radius: 0.75rem;
    }

    .mobile\:rounded-r-2xl {
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }

    .mobile\:rounded-r-3xl {
        border-top-right-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
    }

    .mobile\:rounded-r-full {
        border-top-right-radius: 9999px;
        border-bottom-right-radius: 9999px;
    }

    .mobile\:rounded-r-btn {
        border-top-right-radius: 31px;
        border-bottom-right-radius: 31px;
    }

    .mobile\:rounded-r-10p {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .mobile\:rounded-b-none {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .mobile\:rounded-b-sm {
        border-bottom-right-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }

    .mobile\:rounded-b {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .mobile\:rounded-b-md {
        border-bottom-right-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }

    .mobile\:rounded-b-lg {
        border-bottom-right-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }

    .mobile\:rounded-b-xl {
        border-bottom-right-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }

    .mobile\:rounded-b-2xl {
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }

    .mobile\:rounded-b-3xl {
        border-bottom-right-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }

    .mobile\:rounded-b-full {
        border-bottom-right-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }

    .mobile\:rounded-b-btn {
        border-bottom-right-radius: 31px;
        border-bottom-left-radius: 31px;
    }

    .mobile\:rounded-b-10p {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .mobile\:rounded-l-none {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .mobile\:rounded-l-sm {
        border-top-left-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }

    .mobile\:rounded-l {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .mobile\:rounded-l-md {
        border-top-left-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }

    .mobile\:rounded-l-lg {
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }

    .mobile\:rounded-l-xl {
        border-top-left-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }

    .mobile\:rounded-l-2xl {
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }

    .mobile\:rounded-l-3xl {
        border-top-left-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }

    .mobile\:rounded-l-full {
        border-top-left-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }

    .mobile\:rounded-l-btn {
        border-top-left-radius: 31px;
        border-bottom-left-radius: 31px;
    }

    .mobile\:rounded-l-10p {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .mobile\:rounded-tl-none {
        border-top-left-radius: 0px;
    }

    .mobile\:rounded-tl-sm {
        border-top-left-radius: 0.125rem;
    }

    .mobile\:rounded-tl {
        border-top-left-radius: 0.25rem;
    }

    .mobile\:rounded-tl-md {
        border-top-left-radius: 0.375rem;
    }

    .mobile\:rounded-tl-lg {
        border-top-left-radius: 0.5rem;
    }

    .mobile\:rounded-tl-xl {
        border-top-left-radius: 0.75rem;
    }

    .mobile\:rounded-tl-2xl {
        border-top-left-radius: 1rem;
    }

    .mobile\:rounded-tl-3xl {
        border-top-left-radius: 1.5rem;
    }

    .mobile\:rounded-tl-full {
        border-top-left-radius: 9999px;
    }

    .mobile\:rounded-tl-btn {
        border-top-left-radius: 31px;
    }

    .mobile\:rounded-tl-10p {
        border-top-left-radius: 10px;
    }

    .mobile\:rounded-tr-none {
        border-top-right-radius: 0px;
    }

    .mobile\:rounded-tr-sm {
        border-top-right-radius: 0.125rem;
    }

    .mobile\:rounded-tr {
        border-top-right-radius: 0.25rem;
    }

    .mobile\:rounded-tr-md {
        border-top-right-radius: 0.375rem;
    }

    .mobile\:rounded-tr-lg {
        border-top-right-radius: 0.5rem;
    }

    .mobile\:rounded-tr-xl {
        border-top-right-radius: 0.75rem;
    }

    .mobile\:rounded-tr-2xl {
        border-top-right-radius: 1rem;
    }

    .mobile\:rounded-tr-3xl {
        border-top-right-radius: 1.5rem;
    }

    .mobile\:rounded-tr-full {
        border-top-right-radius: 9999px;
    }

    .mobile\:rounded-tr-btn {
        border-top-right-radius: 31px;
    }

    .mobile\:rounded-tr-10p {
        border-top-right-radius: 10px;
    }

    .mobile\:rounded-br-none {
        border-bottom-right-radius: 0px;
    }

    .mobile\:rounded-br-sm {
        border-bottom-right-radius: 0.125rem;
    }

    .mobile\:rounded-br {
        border-bottom-right-radius: 0.25rem;
    }

    .mobile\:rounded-br-md {
        border-bottom-right-radius: 0.375rem;
    }

    .mobile\:rounded-br-lg {
        border-bottom-right-radius: 0.5rem;
    }

    .mobile\:rounded-br-xl {
        border-bottom-right-radius: 0.75rem;
    }

    .mobile\:rounded-br-2xl {
        border-bottom-right-radius: 1rem;
    }

    .mobile\:rounded-br-3xl {
        border-bottom-right-radius: 1.5rem;
    }

    .mobile\:rounded-br-full {
        border-bottom-right-radius: 9999px;
    }

    .mobile\:rounded-br-btn {
        border-bottom-right-radius: 31px;
    }

    .mobile\:rounded-br-10p {
        border-bottom-right-radius: 10px;
    }

    .mobile\:rounded-bl-none {
        border-bottom-left-radius: 0px;
    }

    .mobile\:rounded-bl-sm {
        border-bottom-left-radius: 0.125rem;
    }

    .mobile\:rounded-bl {
        border-bottom-left-radius: 0.25rem;
    }

    .mobile\:rounded-bl-md {
        border-bottom-left-radius: 0.375rem;
    }

    .mobile\:rounded-bl-lg {
        border-bottom-left-radius: 0.5rem;
    }

    .mobile\:rounded-bl-xl {
        border-bottom-left-radius: 0.75rem;
    }

    .mobile\:rounded-bl-2xl {
        border-bottom-left-radius: 1rem;
    }

    .mobile\:rounded-bl-3xl {
        border-bottom-left-radius: 1.5rem;
    }

    .mobile\:rounded-bl-full {
        border-bottom-left-radius: 9999px;
    }

    .mobile\:rounded-bl-btn {
        border-bottom-left-radius: 31px;
    }

    .mobile\:rounded-bl-10p {
        border-bottom-left-radius: 10px;
    }

    .mobile\:border-0 {
        border-width: 0px;
    }

    .mobile\:border-2 {
        border-width: 2px;
    }

    .mobile\:border-4 {
        border-width: 4px;
    }

    .mobile\:border-8 {
        border-width: 8px;
    }

    .mobile\:border {
        border-width: 1px;
    }

    .mobile\:border-t-0 {
        border-top-width: 0px;
    }

    .mobile\:border-t-2 {
        border-top-width: 2px;
    }

    .mobile\:border-t-4 {
        border-top-width: 4px;
    }

    .mobile\:border-t-8 {
        border-top-width: 8px;
    }

    .mobile\:border-t {
        border-top-width: 1px;
    }

    .mobile\:border-r-0 {
        border-right-width: 0px;
    }

    .mobile\:border-r-2 {
        border-right-width: 2px;
    }

    .mobile\:border-r-4 {
        border-right-width: 4px;
    }

    .mobile\:border-r-8 {
        border-right-width: 8px;
    }

    .mobile\:border-r {
        border-right-width: 1px;
    }

    .mobile\:border-b-0 {
        border-bottom-width: 0px;
    }

    .mobile\:border-b-2 {
        border-bottom-width: 2px;
    }

    .mobile\:border-b-4 {
        border-bottom-width: 4px;
    }

    .mobile\:border-b-8 {
        border-bottom-width: 8px;
    }

    .mobile\:border-b {
        border-bottom-width: 1px;
    }

    .mobile\:border-l-0 {
        border-left-width: 0px;
    }

    .mobile\:border-l-2 {
        border-left-width: 2px;
    }

    .mobile\:border-l-4 {
        border-left-width: 4px;
    }

    .mobile\:border-l-8 {
        border-left-width: 8px;
    }

    .mobile\:border-l {
        border-left-width: 1px;
    }

    .mobile\:border-solid {
        border-style: solid;
    }

    .mobile\:border-dashed {
        border-style: dashed;
    }

    .mobile\:border-dotted {
        border-style: dotted;
    }

    .mobile\:border-double {
        border-style: double;
    }

    .mobile\:border-none {
        border-style: none;
    }

    .mobile\:border-transparent {
        border-color: transparent;
    }

    .mobile\:border-current {
        border-color: currentColor;
    }

    .mobile\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .mobile\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .mobile\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .mobile\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .mobile\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .mobile\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .mobile\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .mobile\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .mobile\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .mobile\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .mobile\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .mobile\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .mobile\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .mobile\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .mobile\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .mobile\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .mobile\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .mobile\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .mobile\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .mobile\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .mobile\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .mobile\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .mobile\:border-yellow {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .mobile\:border-green {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .mobile\:border-blue {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .mobile\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .mobile\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .mobile\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .mobile\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .mobile\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .mobile\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .mobile\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .mobile\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .mobile\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .mobile\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .mobile\:border-purple {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .mobile\:border-pink {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .mobile\:border-primary {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .mobile\:border-secondary {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .mobile\:border-body_bg {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .mobile\:border-body_text {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .mobile\:border-title {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .mobile\:border-grey {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .mobile\:border-dark_grey {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .mobile\:border-light_grey {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .mobile\:border-medium_grey {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .mobile\:border-lightten_grey {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .mobile\:border-grey_300 {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .mobile\:border-grey_400 {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .mobile\:border-medium_blue {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .mobile\:border-dark_blue {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .mobile\:border-text_blue {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .mobile\:border-footer_bg {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .mobile\:border-brown {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .mobile\:border-dark_brown {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .mobile\:border-Light_purple {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .mobile\:border-dark_green {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .mobile\:border-medium_green {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .mobile\:border-light_green {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .mobile\:border-green_900 {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .mobile\:border-dark_border {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-transparent {
        border-color: transparent;
    }

    .group:hover .mobile\:group-hover\:border-current {
        border-color: currentColor;
    }

    .group:hover .mobile\:group-hover\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-yellow {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-green {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-blue {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-purple {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-pink {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-primary {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-secondary {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-body_bg {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-body_text {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-title {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-grey {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-dark_grey {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-light_grey {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-medium_grey {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-lightten_grey {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-grey_300 {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-grey_400 {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-medium_blue {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-dark_blue {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-text_blue {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-footer_bg {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-brown {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-dark_brown {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-Light_purple {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-dark_green {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-medium_green {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-light_green {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-green_900 {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .group:hover .mobile\:group-hover\:border-dark_border {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-transparent:focus-within {
        border-color: transparent;
    }

    .mobile\:focus-within\:border-current:focus-within {
        border-color: currentColor;
    }

    .mobile\:focus-within\:border-black:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-white:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-gray-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-gray-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-gray-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-gray-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-gray-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-gray-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-gray-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-gray-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-gray-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-gray-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-red-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-red-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-red-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-red-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-red-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-red-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-red-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-red-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-red-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-red-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-yellow:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-indigo-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-indigo-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-indigo-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-indigo-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-indigo-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-indigo-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-indigo-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-indigo-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-indigo-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-indigo-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-purple:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-pink:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-primary:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-secondary:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-body_bg:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-body_text:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-title:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-dark_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-light_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-medium_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-lightten_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-grey_300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-grey_400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-medium_blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-dark_blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-text_blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-footer_bg:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-brown:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-dark_brown:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-Light_purple:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-dark_green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-medium_green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-light_green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-green_900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .mobile\:focus-within\:border-dark_border:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-transparent:hover {
        border-color: transparent;
    }

    .mobile\:hover\:border-current:hover {
        border-color: currentColor;
    }

    .mobile\:hover\:border-black:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-white:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-gray-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-gray-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-gray-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-gray-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-gray-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-gray-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-gray-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-gray-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-gray-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-gray-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-red-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-red-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-red-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-red-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-red-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-red-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-red-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-red-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-red-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-red-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-yellow:hover {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-indigo-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-indigo-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-indigo-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-indigo-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-indigo-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-indigo-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-indigo-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-indigo-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-indigo-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-indigo-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-purple:hover {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-pink:hover {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-primary:hover {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-secondary:hover {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-body_bg:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-body_text:hover {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-title:hover {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-dark_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-light_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-medium_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-lightten_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-grey_300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-grey_400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-medium_blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-dark_blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-text_blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-footer_bg:hover {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-brown:hover {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-dark_brown:hover {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-Light_purple:hover {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-dark_green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-medium_green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-light_green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-green_900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .mobile\:hover\:border-dark_border:hover {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-transparent:focus {
        border-color: transparent;
    }

    .mobile\:focus\:border-current:focus {
        border-color: currentColor;
    }

    .mobile\:focus\:border-black:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-white:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-gray-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-gray-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-gray-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-gray-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-gray-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-gray-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-gray-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-gray-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-gray-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-gray-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-red-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-red-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-red-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-red-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-red-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-red-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-red-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-red-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-red-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-red-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-yellow:focus {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-indigo-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-indigo-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-indigo-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-indigo-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-indigo-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-indigo-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-indigo-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-indigo-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-indigo-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-indigo-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-purple:focus {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-pink:focus {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-primary:focus {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-secondary:focus {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-body_bg:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-body_text:focus {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-title:focus {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-dark_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-light_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-medium_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-lightten_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-grey_300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-grey_400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-medium_blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-dark_blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-text_blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-footer_bg:focus {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-brown:focus {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-dark_brown:focus {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-Light_purple:focus {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-dark_green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-medium_green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-light_green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-green_900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .mobile\:focus\:border-dark_border:focus {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .mobile\:border-opacity-0 {
        --tw-border-opacity: 0;
    }

    .mobile\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }

    .mobile\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }

    .mobile\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }

    .mobile\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }

    .mobile\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }

    .mobile\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }

    .mobile\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }

    .mobile\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }

    .mobile\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }

    .mobile\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }

    .mobile\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }

    .mobile\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }

    .mobile\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }

    .mobile\:border-opacity-100 {
        --tw-border-opacity: 1;
    }

    .group:hover .mobile\:group-hover\:border-opacity-0 {
        --tw-border-opacity: 0;
    }

    .group:hover .mobile\:group-hover\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }

    .group:hover .mobile\:group-hover\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }

    .group:hover .mobile\:group-hover\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }

    .group:hover .mobile\:group-hover\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }

    .group:hover .mobile\:group-hover\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }

    .group:hover .mobile\:group-hover\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }

    .group:hover .mobile\:group-hover\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }

    .group:hover .mobile\:group-hover\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }

    .group:hover .mobile\:group-hover\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }

    .group:hover .mobile\:group-hover\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }

    .group:hover .mobile\:group-hover\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }

    .group:hover .mobile\:group-hover\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }

    .group:hover .mobile\:group-hover\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }

    .group:hover .mobile\:group-hover\:border-opacity-100 {
        --tw-border-opacity: 1;
    }

    .mobile\:focus-within\:border-opacity-0:focus-within {
        --tw-border-opacity: 0;
    }

    .mobile\:focus-within\:border-opacity-5:focus-within {
        --tw-border-opacity: 0.05;
    }

    .mobile\:focus-within\:border-opacity-10:focus-within {
        --tw-border-opacity: 0.1;
    }

    .mobile\:focus-within\:border-opacity-20:focus-within {
        --tw-border-opacity: 0.2;
    }

    .mobile\:focus-within\:border-opacity-25:focus-within {
        --tw-border-opacity: 0.25;
    }

    .mobile\:focus-within\:border-opacity-30:focus-within {
        --tw-border-opacity: 0.3;
    }

    .mobile\:focus-within\:border-opacity-40:focus-within {
        --tw-border-opacity: 0.4;
    }

    .mobile\:focus-within\:border-opacity-50:focus-within {
        --tw-border-opacity: 0.5;
    }

    .mobile\:focus-within\:border-opacity-60:focus-within {
        --tw-border-opacity: 0.6;
    }

    .mobile\:focus-within\:border-opacity-70:focus-within {
        --tw-border-opacity: 0.7;
    }

    .mobile\:focus-within\:border-opacity-75:focus-within {
        --tw-border-opacity: 0.75;
    }

    .mobile\:focus-within\:border-opacity-80:focus-within {
        --tw-border-opacity: 0.8;
    }

    .mobile\:focus-within\:border-opacity-90:focus-within {
        --tw-border-opacity: 0.9;
    }

    .mobile\:focus-within\:border-opacity-95:focus-within {
        --tw-border-opacity: 0.95;
    }

    .mobile\:focus-within\:border-opacity-100:focus-within {
        --tw-border-opacity: 1;
    }

    .mobile\:hover\:border-opacity-0:hover {
        --tw-border-opacity: 0;
    }

    .mobile\:hover\:border-opacity-5:hover {
        --tw-border-opacity: 0.05;
    }

    .mobile\:hover\:border-opacity-10:hover {
        --tw-border-opacity: 0.1;
    }

    .mobile\:hover\:border-opacity-20:hover {
        --tw-border-opacity: 0.2;
    }

    .mobile\:hover\:border-opacity-25:hover {
        --tw-border-opacity: 0.25;
    }

    .mobile\:hover\:border-opacity-30:hover {
        --tw-border-opacity: 0.3;
    }

    .mobile\:hover\:border-opacity-40:hover {
        --tw-border-opacity: 0.4;
    }

    .mobile\:hover\:border-opacity-50:hover {
        --tw-border-opacity: 0.5;
    }

    .mobile\:hover\:border-opacity-60:hover {
        --tw-border-opacity: 0.6;
    }

    .mobile\:hover\:border-opacity-70:hover {
        --tw-border-opacity: 0.7;
    }

    .mobile\:hover\:border-opacity-75:hover {
        --tw-border-opacity: 0.75;
    }

    .mobile\:hover\:border-opacity-80:hover {
        --tw-border-opacity: 0.8;
    }

    .mobile\:hover\:border-opacity-90:hover {
        --tw-border-opacity: 0.9;
    }

    .mobile\:hover\:border-opacity-95:hover {
        --tw-border-opacity: 0.95;
    }

    .mobile\:hover\:border-opacity-100:hover {
        --tw-border-opacity: 1;
    }

    .mobile\:focus\:border-opacity-0:focus {
        --tw-border-opacity: 0;
    }

    .mobile\:focus\:border-opacity-5:focus {
        --tw-border-opacity: 0.05;
    }

    .mobile\:focus\:border-opacity-10:focus {
        --tw-border-opacity: 0.1;
    }

    .mobile\:focus\:border-opacity-20:focus {
        --tw-border-opacity: 0.2;
    }

    .mobile\:focus\:border-opacity-25:focus {
        --tw-border-opacity: 0.25;
    }

    .mobile\:focus\:border-opacity-30:focus {
        --tw-border-opacity: 0.3;
    }

    .mobile\:focus\:border-opacity-40:focus {
        --tw-border-opacity: 0.4;
    }

    .mobile\:focus\:border-opacity-50:focus {
        --tw-border-opacity: 0.5;
    }

    .mobile\:focus\:border-opacity-60:focus {
        --tw-border-opacity: 0.6;
    }

    .mobile\:focus\:border-opacity-70:focus {
        --tw-border-opacity: 0.7;
    }

    .mobile\:focus\:border-opacity-75:focus {
        --tw-border-opacity: 0.75;
    }

    .mobile\:focus\:border-opacity-80:focus {
        --tw-border-opacity: 0.8;
    }

    .mobile\:focus\:border-opacity-90:focus {
        --tw-border-opacity: 0.9;
    }

    .mobile\:focus\:border-opacity-95:focus {
        --tw-border-opacity: 0.95;
    }

    .mobile\:focus\:border-opacity-100:focus {
        --tw-border-opacity: 1;
    }

    .mobile\:bg-transparent {
        background-color: transparent;
    }

    .mobile\:bg-current {
        background-color: currentColor;
    }

    .mobile\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .mobile\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .mobile\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .mobile\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .mobile\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .mobile\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .mobile\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .mobile\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .mobile\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .mobile\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .mobile\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .mobile\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .mobile\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .mobile\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .mobile\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .mobile\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .mobile\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .mobile\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .mobile\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .mobile\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .mobile\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .mobile\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .mobile\:bg-yellow {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .mobile\:bg-green {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .mobile\:bg-blue {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .mobile\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .mobile\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .mobile\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .mobile\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .mobile\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .mobile\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .mobile\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .mobile\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .mobile\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .mobile\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .mobile\:bg-purple {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .mobile\:bg-pink {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .mobile\:bg-primary {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .mobile\:bg-secondary {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .mobile\:bg-body_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .mobile\:bg-body_text {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .mobile\:bg-title {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .mobile\:bg-grey {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .mobile\:bg-dark_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .mobile\:bg-light_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .mobile\:bg-medium_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .mobile\:bg-lightten_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .mobile\:bg-grey_300 {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .mobile\:bg-grey_400 {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .mobile\:bg-medium_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .mobile\:bg-dark_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .mobile\:bg-text_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .mobile\:bg-footer_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .mobile\:bg-brown {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .mobile\:bg-dark_brown {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .mobile\:bg-Light_purple {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .mobile\:bg-dark_green {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .mobile\:bg-medium_green {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .mobile\:bg-light_green {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .mobile\:bg-green_900 {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .mobile\:bg-dark_border {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-transparent {
        background-color: transparent;
    }

    .group:hover .mobile\:group-hover\:bg-current {
        background-color: currentColor;
    }

    .group:hover .mobile\:group-hover\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-yellow {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-green {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-blue {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-purple {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-pink {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-primary {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-secondary {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-body_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-body_text {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-title {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-grey {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-dark_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-light_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-medium_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-lightten_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-grey_300 {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-grey_400 {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-medium_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-dark_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-text_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-footer_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-brown {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-dark_brown {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-Light_purple {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-dark_green {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-medium_green {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-light_green {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-green_900 {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .group:hover .mobile\:group-hover\:bg-dark_border {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-transparent:focus-within {
        background-color: transparent;
    }

    .mobile\:focus-within\:bg-current:focus-within {
        background-color: currentColor;
    }

    .mobile\:focus-within\:bg-black:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-white:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-gray-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-gray-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-gray-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-gray-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-gray-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-gray-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-gray-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-gray-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-gray-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-gray-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-red-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-red-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-red-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-red-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-red-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-red-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-red-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-red-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-red-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-red-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-yellow:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-indigo-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-indigo-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-indigo-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-indigo-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-indigo-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-indigo-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-indigo-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-indigo-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-indigo-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-indigo-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-purple:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-pink:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-primary:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-secondary:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-body_bg:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-body_text:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-title:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-dark_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-light_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-medium_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-lightten_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-grey_300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-grey_400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-medium_blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-dark_blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-text_blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-footer_bg:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-brown:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-dark_brown:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-Light_purple:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-dark_green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-medium_green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-light_green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-green_900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .mobile\:focus-within\:bg-dark_border:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-transparent:hover {
        background-color: transparent;
    }

    .mobile\:hover\:bg-current:hover {
        background-color: currentColor;
    }

    .mobile\:hover\:bg-black:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-white:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-gray-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-gray-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-gray-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-gray-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-gray-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-gray-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-gray-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-gray-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-gray-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-gray-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-red-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-red-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-red-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-red-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-red-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-red-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-red-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-red-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-red-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-red-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-yellow:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-indigo-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-indigo-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-indigo-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-indigo-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-indigo-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-indigo-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-indigo-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-indigo-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-indigo-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-indigo-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-purple:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-pink:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-primary:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-secondary:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-body_bg:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-body_text:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-title:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-dark_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-light_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-medium_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-lightten_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-grey_300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-grey_400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-medium_blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-dark_blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-text_blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-footer_bg:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-brown:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-dark_brown:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-Light_purple:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-dark_green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-medium_green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-light_green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-green_900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .mobile\:hover\:bg-dark_border:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-transparent:focus {
        background-color: transparent;
    }

    .mobile\:focus\:bg-current:focus {
        background-color: currentColor;
    }

    .mobile\:focus\:bg-black:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-white:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-gray-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-gray-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-gray-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-gray-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-gray-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-gray-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-gray-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-gray-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-gray-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-gray-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-red-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-red-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-red-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-red-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-red-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-red-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-red-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-red-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-red-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-red-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-yellow:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-indigo-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-indigo-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-indigo-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-indigo-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-indigo-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-indigo-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-indigo-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-indigo-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-indigo-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-indigo-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-purple:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-pink:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-primary:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-secondary:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-body_bg:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-body_text:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-title:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-dark_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-light_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-medium_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-lightten_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-grey_300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-grey_400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-medium_blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-dark_blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-text_blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-footer_bg:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-brown:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-dark_brown:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-Light_purple:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-dark_green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-medium_green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-light_green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-green_900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .mobile\:focus\:bg-dark_border:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .mobile\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }

    .mobile\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }

    .mobile\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }

    .mobile\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }

    .mobile\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }

    .mobile\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }

    .mobile\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }

    .mobile\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }

    .mobile\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }

    .mobile\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }

    .mobile\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }

    .mobile\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }

    .mobile\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }

    .mobile\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }

    .mobile\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }

    .group:hover .mobile\:group-hover\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }

    .group:hover .mobile\:group-hover\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }

    .group:hover .mobile\:group-hover\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }

    .group:hover .mobile\:group-hover\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }

    .group:hover .mobile\:group-hover\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }

    .group:hover .mobile\:group-hover\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }

    .group:hover .mobile\:group-hover\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }

    .group:hover .mobile\:group-hover\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }

    .group:hover .mobile\:group-hover\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }

    .group:hover .mobile\:group-hover\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }

    .group:hover .mobile\:group-hover\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }

    .group:hover .mobile\:group-hover\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }

    .group:hover .mobile\:group-hover\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }

    .group:hover .mobile\:group-hover\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }

    .group:hover .mobile\:group-hover\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }

    .mobile\:focus-within\:bg-opacity-0:focus-within {
        --tw-bg-opacity: 0;
    }

    .mobile\:focus-within\:bg-opacity-5:focus-within {
        --tw-bg-opacity: 0.05;
    }

    .mobile\:focus-within\:bg-opacity-10:focus-within {
        --tw-bg-opacity: 0.1;
    }

    .mobile\:focus-within\:bg-opacity-20:focus-within {
        --tw-bg-opacity: 0.2;
    }

    .mobile\:focus-within\:bg-opacity-25:focus-within {
        --tw-bg-opacity: 0.25;
    }

    .mobile\:focus-within\:bg-opacity-30:focus-within {
        --tw-bg-opacity: 0.3;
    }

    .mobile\:focus-within\:bg-opacity-40:focus-within {
        --tw-bg-opacity: 0.4;
    }

    .mobile\:focus-within\:bg-opacity-50:focus-within {
        --tw-bg-opacity: 0.5;
    }

    .mobile\:focus-within\:bg-opacity-60:focus-within {
        --tw-bg-opacity: 0.6;
    }

    .mobile\:focus-within\:bg-opacity-70:focus-within {
        --tw-bg-opacity: 0.7;
    }

    .mobile\:focus-within\:bg-opacity-75:focus-within {
        --tw-bg-opacity: 0.75;
    }

    .mobile\:focus-within\:bg-opacity-80:focus-within {
        --tw-bg-opacity: 0.8;
    }

    .mobile\:focus-within\:bg-opacity-90:focus-within {
        --tw-bg-opacity: 0.9;
    }

    .mobile\:focus-within\:bg-opacity-95:focus-within {
        --tw-bg-opacity: 0.95;
    }

    .mobile\:focus-within\:bg-opacity-100:focus-within {
        --tw-bg-opacity: 1;
    }

    .mobile\:hover\:bg-opacity-0:hover {
        --tw-bg-opacity: 0;
    }

    .mobile\:hover\:bg-opacity-5:hover {
        --tw-bg-opacity: 0.05;
    }

    .mobile\:hover\:bg-opacity-10:hover {
        --tw-bg-opacity: 0.1;
    }

    .mobile\:hover\:bg-opacity-20:hover {
        --tw-bg-opacity: 0.2;
    }

    .mobile\:hover\:bg-opacity-25:hover {
        --tw-bg-opacity: 0.25;
    }

    .mobile\:hover\:bg-opacity-30:hover {
        --tw-bg-opacity: 0.3;
    }

    .mobile\:hover\:bg-opacity-40:hover {
        --tw-bg-opacity: 0.4;
    }

    .mobile\:hover\:bg-opacity-50:hover {
        --tw-bg-opacity: 0.5;
    }

    .mobile\:hover\:bg-opacity-60:hover {
        --tw-bg-opacity: 0.6;
    }

    .mobile\:hover\:bg-opacity-70:hover {
        --tw-bg-opacity: 0.7;
    }

    .mobile\:hover\:bg-opacity-75:hover {
        --tw-bg-opacity: 0.75;
    }

    .mobile\:hover\:bg-opacity-80:hover {
        --tw-bg-opacity: 0.8;
    }

    .mobile\:hover\:bg-opacity-90:hover {
        --tw-bg-opacity: 0.9;
    }

    .mobile\:hover\:bg-opacity-95:hover {
        --tw-bg-opacity: 0.95;
    }

    .mobile\:hover\:bg-opacity-100:hover {
        --tw-bg-opacity: 1;
    }

    .mobile\:focus\:bg-opacity-0:focus {
        --tw-bg-opacity: 0;
    }

    .mobile\:focus\:bg-opacity-5:focus {
        --tw-bg-opacity: 0.05;
    }

    .mobile\:focus\:bg-opacity-10:focus {
        --tw-bg-opacity: 0.1;
    }

    .mobile\:focus\:bg-opacity-20:focus {
        --tw-bg-opacity: 0.2;
    }

    .mobile\:focus\:bg-opacity-25:focus {
        --tw-bg-opacity: 0.25;
    }

    .mobile\:focus\:bg-opacity-30:focus {
        --tw-bg-opacity: 0.3;
    }

    .mobile\:focus\:bg-opacity-40:focus {
        --tw-bg-opacity: 0.4;
    }

    .mobile\:focus\:bg-opacity-50:focus {
        --tw-bg-opacity: 0.5;
    }

    .mobile\:focus\:bg-opacity-60:focus {
        --tw-bg-opacity: 0.6;
    }

    .mobile\:focus\:bg-opacity-70:focus {
        --tw-bg-opacity: 0.7;
    }

    .mobile\:focus\:bg-opacity-75:focus {
        --tw-bg-opacity: 0.75;
    }

    .mobile\:focus\:bg-opacity-80:focus {
        --tw-bg-opacity: 0.8;
    }

    .mobile\:focus\:bg-opacity-90:focus {
        --tw-bg-opacity: 0.9;
    }

    .mobile\:focus\:bg-opacity-95:focus {
        --tw-bg-opacity: 0.95;
    }

    .mobile\:focus\:bg-opacity-100:focus {
        --tw-bg-opacity: 1;
    }

    .mobile\:bg-none {
        background-image: none;
    }

    .mobile\:bg-gradient-to-t {
        background-image: linear-gradient(to top, var(--tw-gradient-stops));
    }

    .mobile\:bg-gradient-to-tr {
        background-image: linear-gradient(to top right, var(--tw-gradient-stops));
    }

    .mobile\:bg-gradient-to-r {
        background-image: linear-gradient(to right, var(--tw-gradient-stops));
    }

    .mobile\:bg-gradient-to-br {
        background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
    }

    .mobile\:bg-gradient-to-b {
        background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    }

    .mobile\:bg-gradient-to-bl {
        background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
    }

    .mobile\:bg-gradient-to-l {
        background-image: linear-gradient(to left, var(--tw-gradient-stops));
    }

    .mobile\:bg-gradient-to-tl {
        background-image: linear-gradient(to top left, var(--tw-gradient-stops));
    }

    .mobile\:from-transparent {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .mobile\:from-current {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .mobile\:from-black {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .mobile\:from-white {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .mobile\:from-gray-50 {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .mobile\:from-gray-100 {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .mobile\:from-gray-200 {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .mobile\:from-gray-300 {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .mobile\:from-gray-400 {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .mobile\:from-gray-500 {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .mobile\:from-gray-600 {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .mobile\:from-gray-700 {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .mobile\:from-gray-800 {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .mobile\:from-gray-900 {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .mobile\:from-red-50 {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .mobile\:from-red-100 {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .mobile\:from-red-200 {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .mobile\:from-red-300 {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .mobile\:from-red-400 {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .mobile\:from-red-500 {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .mobile\:from-red-600 {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .mobile\:from-red-700 {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .mobile\:from-red-800 {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .mobile\:from-red-900 {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .mobile\:from-yellow {
        --tw-gradient-from: #ed9143;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .mobile\:from-green {
        --tw-gradient-from: #7bbc00;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .mobile\:from-blue {
        --tw-gradient-from: #5ba4dc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .mobile\:from-indigo-50 {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .mobile\:from-indigo-100 {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .mobile\:from-indigo-200 {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .mobile\:from-indigo-300 {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .mobile\:from-indigo-400 {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .mobile\:from-indigo-500 {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .mobile\:from-indigo-600 {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .mobile\:from-indigo-700 {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .mobile\:from-indigo-800 {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .mobile\:from-indigo-900 {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .mobile\:from-purple {
        --tw-gradient-from: #6847c3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .mobile\:from-pink {
        --tw-gradient-from: #850737;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .mobile\:from-primary {
        --tw-gradient-from: #6E6E6E;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .mobile\:from-secondary {
        --tw-gradient-from: #ededed;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .mobile\:from-body_bg {
        --tw-gradient-from: #ffffff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .mobile\:from-body_text {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .mobile\:from-title {
        --tw-gradient-from: #3fb2cf;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .mobile\:from-grey {
        --tw-gradient-from: #524A51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .mobile\:from-dark_grey {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .mobile\:from-light_grey {
        --tw-gradient-from: #B7B7B7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .mobile\:from-medium_grey {
        --tw-gradient-from: #575156;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .mobile\:from-lightten_grey {
        --tw-gradient-from: #C6C6C6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .mobile\:from-grey_300 {
        --tw-gradient-from: #d3d3d3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .mobile\:from-grey_400 {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .mobile\:from-medium_blue {
        --tw-gradient-from: #45cdfc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .mobile\:from-dark_blue {
        --tw-gradient-from: #0080ac;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .mobile\:from-text_blue {
        --tw-gradient-from: #3FB2CF;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .mobile\:from-footer_bg {
        --tw-gradient-from: #464646;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .mobile\:from-brown {
        --tw-gradient-from: #805300;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .mobile\:from-dark_brown {
        --tw-gradient-from: #874433;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .mobile\:from-Light_purple {
        --tw-gradient-from: #65479b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .mobile\:from-dark_green {
        --tw-gradient-from: #479b51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .mobile\:from-medium_green {
        --tw-gradient-from: #3aac2b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .mobile\:from-light_green {
        --tw-gradient-from: #9acb3e;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .mobile\:from-green_900 {
        --tw-gradient-from: #396676;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .mobile\:from-dark_border {
        --tw-gradient-from: #707070;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .mobile\:hover\:from-transparent:hover {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .mobile\:hover\:from-current:hover {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .mobile\:hover\:from-black:hover {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .mobile\:hover\:from-white:hover {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .mobile\:hover\:from-gray-50:hover {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .mobile\:hover\:from-gray-100:hover {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .mobile\:hover\:from-gray-200:hover {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .mobile\:hover\:from-gray-300:hover {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .mobile\:hover\:from-gray-400:hover {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .mobile\:hover\:from-gray-500:hover {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .mobile\:hover\:from-gray-600:hover {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .mobile\:hover\:from-gray-700:hover {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .mobile\:hover\:from-gray-800:hover {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .mobile\:hover\:from-gray-900:hover {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .mobile\:hover\:from-red-50:hover {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .mobile\:hover\:from-red-100:hover {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .mobile\:hover\:from-red-200:hover {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .mobile\:hover\:from-red-300:hover {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .mobile\:hover\:from-red-400:hover {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .mobile\:hover\:from-red-500:hover {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .mobile\:hover\:from-red-600:hover {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .mobile\:hover\:from-red-700:hover {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .mobile\:hover\:from-red-800:hover {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .mobile\:hover\:from-red-900:hover {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .mobile\:hover\:from-yellow:hover {
        --tw-gradient-from: #ed9143;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .mobile\:hover\:from-green:hover {
        --tw-gradient-from: #7bbc00;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .mobile\:hover\:from-blue:hover {
        --tw-gradient-from: #5ba4dc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .mobile\:hover\:from-indigo-50:hover {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .mobile\:hover\:from-indigo-100:hover {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .mobile\:hover\:from-indigo-200:hover {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .mobile\:hover\:from-indigo-300:hover {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .mobile\:hover\:from-indigo-400:hover {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .mobile\:hover\:from-indigo-500:hover {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .mobile\:hover\:from-indigo-600:hover {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .mobile\:hover\:from-indigo-700:hover {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .mobile\:hover\:from-indigo-800:hover {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .mobile\:hover\:from-indigo-900:hover {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .mobile\:hover\:from-purple:hover {
        --tw-gradient-from: #6847c3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .mobile\:hover\:from-pink:hover {
        --tw-gradient-from: #850737;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .mobile\:hover\:from-primary:hover {
        --tw-gradient-from: #6E6E6E;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .mobile\:hover\:from-secondary:hover {
        --tw-gradient-from: #ededed;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .mobile\:hover\:from-body_bg:hover {
        --tw-gradient-from: #ffffff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .mobile\:hover\:from-body_text:hover {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .mobile\:hover\:from-title:hover {
        --tw-gradient-from: #3fb2cf;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .mobile\:hover\:from-grey:hover {
        --tw-gradient-from: #524A51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .mobile\:hover\:from-dark_grey:hover {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .mobile\:hover\:from-light_grey:hover {
        --tw-gradient-from: #B7B7B7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .mobile\:hover\:from-medium_grey:hover {
        --tw-gradient-from: #575156;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .mobile\:hover\:from-lightten_grey:hover {
        --tw-gradient-from: #C6C6C6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .mobile\:hover\:from-grey_300:hover {
        --tw-gradient-from: #d3d3d3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .mobile\:hover\:from-grey_400:hover {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .mobile\:hover\:from-medium_blue:hover {
        --tw-gradient-from: #45cdfc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .mobile\:hover\:from-dark_blue:hover {
        --tw-gradient-from: #0080ac;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .mobile\:hover\:from-text_blue:hover {
        --tw-gradient-from: #3FB2CF;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .mobile\:hover\:from-footer_bg:hover {
        --tw-gradient-from: #464646;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .mobile\:hover\:from-brown:hover {
        --tw-gradient-from: #805300;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .mobile\:hover\:from-dark_brown:hover {
        --tw-gradient-from: #874433;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .mobile\:hover\:from-Light_purple:hover {
        --tw-gradient-from: #65479b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .mobile\:hover\:from-dark_green:hover {
        --tw-gradient-from: #479b51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .mobile\:hover\:from-medium_green:hover {
        --tw-gradient-from: #3aac2b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .mobile\:hover\:from-light_green:hover {
        --tw-gradient-from: #9acb3e;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .mobile\:hover\:from-green_900:hover {
        --tw-gradient-from: #396676;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .mobile\:hover\:from-dark_border:hover {
        --tw-gradient-from: #707070;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .mobile\:focus\:from-transparent:focus {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .mobile\:focus\:from-current:focus {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .mobile\:focus\:from-black:focus {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .mobile\:focus\:from-white:focus {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .mobile\:focus\:from-gray-50:focus {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .mobile\:focus\:from-gray-100:focus {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .mobile\:focus\:from-gray-200:focus {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .mobile\:focus\:from-gray-300:focus {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .mobile\:focus\:from-gray-400:focus {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .mobile\:focus\:from-gray-500:focus {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .mobile\:focus\:from-gray-600:focus {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .mobile\:focus\:from-gray-700:focus {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .mobile\:focus\:from-gray-800:focus {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .mobile\:focus\:from-gray-900:focus {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .mobile\:focus\:from-red-50:focus {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .mobile\:focus\:from-red-100:focus {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .mobile\:focus\:from-red-200:focus {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .mobile\:focus\:from-red-300:focus {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .mobile\:focus\:from-red-400:focus {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .mobile\:focus\:from-red-500:focus {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .mobile\:focus\:from-red-600:focus {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .mobile\:focus\:from-red-700:focus {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .mobile\:focus\:from-red-800:focus {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .mobile\:focus\:from-red-900:focus {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .mobile\:focus\:from-yellow:focus {
        --tw-gradient-from: #ed9143;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .mobile\:focus\:from-green:focus {
        --tw-gradient-from: #7bbc00;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .mobile\:focus\:from-blue:focus {
        --tw-gradient-from: #5ba4dc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .mobile\:focus\:from-indigo-50:focus {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .mobile\:focus\:from-indigo-100:focus {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .mobile\:focus\:from-indigo-200:focus {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .mobile\:focus\:from-indigo-300:focus {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .mobile\:focus\:from-indigo-400:focus {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .mobile\:focus\:from-indigo-500:focus {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .mobile\:focus\:from-indigo-600:focus {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .mobile\:focus\:from-indigo-700:focus {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .mobile\:focus\:from-indigo-800:focus {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .mobile\:focus\:from-indigo-900:focus {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .mobile\:focus\:from-purple:focus {
        --tw-gradient-from: #6847c3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .mobile\:focus\:from-pink:focus {
        --tw-gradient-from: #850737;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .mobile\:focus\:from-primary:focus {
        --tw-gradient-from: #6E6E6E;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .mobile\:focus\:from-secondary:focus {
        --tw-gradient-from: #ededed;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .mobile\:focus\:from-body_bg:focus {
        --tw-gradient-from: #ffffff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .mobile\:focus\:from-body_text:focus {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .mobile\:focus\:from-title:focus {
        --tw-gradient-from: #3fb2cf;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .mobile\:focus\:from-grey:focus {
        --tw-gradient-from: #524A51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .mobile\:focus\:from-dark_grey:focus {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .mobile\:focus\:from-light_grey:focus {
        --tw-gradient-from: #B7B7B7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .mobile\:focus\:from-medium_grey:focus {
        --tw-gradient-from: #575156;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .mobile\:focus\:from-lightten_grey:focus {
        --tw-gradient-from: #C6C6C6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .mobile\:focus\:from-grey_300:focus {
        --tw-gradient-from: #d3d3d3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .mobile\:focus\:from-grey_400:focus {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .mobile\:focus\:from-medium_blue:focus {
        --tw-gradient-from: #45cdfc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .mobile\:focus\:from-dark_blue:focus {
        --tw-gradient-from: #0080ac;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .mobile\:focus\:from-text_blue:focus {
        --tw-gradient-from: #3FB2CF;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .mobile\:focus\:from-footer_bg:focus {
        --tw-gradient-from: #464646;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .mobile\:focus\:from-brown:focus {
        --tw-gradient-from: #805300;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .mobile\:focus\:from-dark_brown:focus {
        --tw-gradient-from: #874433;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .mobile\:focus\:from-Light_purple:focus {
        --tw-gradient-from: #65479b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .mobile\:focus\:from-dark_green:focus {
        --tw-gradient-from: #479b51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .mobile\:focus\:from-medium_green:focus {
        --tw-gradient-from: #3aac2b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .mobile\:focus\:from-light_green:focus {
        --tw-gradient-from: #9acb3e;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .mobile\:focus\:from-green_900:focus {
        --tw-gradient-from: #396676;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .mobile\:focus\:from-dark_border:focus {
        --tw-gradient-from: #707070;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .mobile\:via-transparent {
        --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .mobile\:via-current {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .mobile\:via-black {
        --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .mobile\:via-white {
        --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .mobile\:via-gray-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .mobile\:via-gray-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .mobile\:via-gray-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .mobile\:via-gray-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .mobile\:via-gray-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .mobile\:via-gray-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .mobile\:via-gray-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .mobile\:via-gray-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .mobile\:via-gray-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .mobile\:via-gray-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .mobile\:via-red-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .mobile\:via-red-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .mobile\:via-red-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .mobile\:via-red-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .mobile\:via-red-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .mobile\:via-red-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .mobile\:via-red-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .mobile\:via-red-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .mobile\:via-red-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .mobile\:via-red-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .mobile\:via-yellow {
        --tw-gradient-stops: var(--tw-gradient-from), #ed9143, var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .mobile\:via-green {
        --tw-gradient-stops: var(--tw-gradient-from), #7bbc00, var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .mobile\:via-blue {
        --tw-gradient-stops: var(--tw-gradient-from), #5ba4dc, var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .mobile\:via-indigo-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .mobile\:via-indigo-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .mobile\:via-indigo-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .mobile\:via-indigo-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .mobile\:via-indigo-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .mobile\:via-indigo-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .mobile\:via-indigo-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .mobile\:via-indigo-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .mobile\:via-indigo-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .mobile\:via-indigo-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .mobile\:via-purple {
        --tw-gradient-stops: var(--tw-gradient-from), #6847c3, var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .mobile\:via-pink {
        --tw-gradient-stops: var(--tw-gradient-from), #850737, var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .mobile\:via-primary {
        --tw-gradient-stops: var(--tw-gradient-from), #6E6E6E, var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .mobile\:via-secondary {
        --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .mobile\:via-body_bg {
        --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .mobile\:via-body_text {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .mobile\:via-title {
        --tw-gradient-stops: var(--tw-gradient-from), #3fb2cf, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .mobile\:via-grey {
        --tw-gradient-stops: var(--tw-gradient-from), #524A51, var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .mobile\:via-dark_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .mobile\:via-light_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .mobile\:via-medium_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #575156, var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .mobile\:via-lightten_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #C6C6C6, var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .mobile\:via-grey_300 {
        --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .mobile\:via-grey_400 {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .mobile\:via-medium_blue {
        --tw-gradient-stops: var(--tw-gradient-from), #45cdfc, var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .mobile\:via-dark_blue {
        --tw-gradient-stops: var(--tw-gradient-from), #0080ac, var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .mobile\:via-text_blue {
        --tw-gradient-stops: var(--tw-gradient-from), #3FB2CF, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .mobile\:via-footer_bg {
        --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .mobile\:via-brown {
        --tw-gradient-stops: var(--tw-gradient-from), #805300, var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .mobile\:via-dark_brown {
        --tw-gradient-stops: var(--tw-gradient-from), #874433, var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .mobile\:via-Light_purple {
        --tw-gradient-stops: var(--tw-gradient-from), #65479b, var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .mobile\:via-dark_green {
        --tw-gradient-stops: var(--tw-gradient-from), #479b51, var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .mobile\:via-medium_green {
        --tw-gradient-stops: var(--tw-gradient-from), #3aac2b, var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .mobile\:via-light_green {
        --tw-gradient-stops: var(--tw-gradient-from), #9acb3e, var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .mobile\:via-green_900 {
        --tw-gradient-stops: var(--tw-gradient-from), #396676, var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .mobile\:via-dark_border {
        --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .mobile\:hover\:via-transparent:hover {
        --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .mobile\:hover\:via-current:hover {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .mobile\:hover\:via-black:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .mobile\:hover\:via-white:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .mobile\:hover\:via-gray-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .mobile\:hover\:via-gray-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .mobile\:hover\:via-gray-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .mobile\:hover\:via-gray-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .mobile\:hover\:via-gray-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .mobile\:hover\:via-gray-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .mobile\:hover\:via-gray-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .mobile\:hover\:via-gray-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .mobile\:hover\:via-gray-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .mobile\:hover\:via-gray-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .mobile\:hover\:via-red-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .mobile\:hover\:via-red-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .mobile\:hover\:via-red-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .mobile\:hover\:via-red-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .mobile\:hover\:via-red-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .mobile\:hover\:via-red-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .mobile\:hover\:via-red-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .mobile\:hover\:via-red-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .mobile\:hover\:via-red-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .mobile\:hover\:via-red-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .mobile\:hover\:via-yellow:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ed9143, var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .mobile\:hover\:via-green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7bbc00, var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .mobile\:hover\:via-blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #5ba4dc, var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .mobile\:hover\:via-indigo-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .mobile\:hover\:via-indigo-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .mobile\:hover\:via-indigo-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .mobile\:hover\:via-indigo-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .mobile\:hover\:via-indigo-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .mobile\:hover\:via-indigo-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .mobile\:hover\:via-indigo-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .mobile\:hover\:via-indigo-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .mobile\:hover\:via-indigo-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .mobile\:hover\:via-indigo-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .mobile\:hover\:via-purple:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6847c3, var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .mobile\:hover\:via-pink:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #850737, var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .mobile\:hover\:via-primary:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6E6E6E, var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .mobile\:hover\:via-secondary:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .mobile\:hover\:via-body_bg:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .mobile\:hover\:via-body_text:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .mobile\:hover\:via-title:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3fb2cf, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .mobile\:hover\:via-grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #524A51, var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .mobile\:hover\:via-dark_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .mobile\:hover\:via-light_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .mobile\:hover\:via-medium_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #575156, var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .mobile\:hover\:via-lightten_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #C6C6C6, var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .mobile\:hover\:via-grey_300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .mobile\:hover\:via-grey_400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .mobile\:hover\:via-medium_blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #45cdfc, var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .mobile\:hover\:via-dark_blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #0080ac, var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .mobile\:hover\:via-text_blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3FB2CF, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .mobile\:hover\:via-footer_bg:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .mobile\:hover\:via-brown:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #805300, var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .mobile\:hover\:via-dark_brown:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #874433, var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .mobile\:hover\:via-Light_purple:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #65479b, var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .mobile\:hover\:via-dark_green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #479b51, var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .mobile\:hover\:via-medium_green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3aac2b, var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .mobile\:hover\:via-light_green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9acb3e, var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .mobile\:hover\:via-green_900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #396676, var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .mobile\:hover\:via-dark_border:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .mobile\:focus\:via-transparent:focus {
        --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .mobile\:focus\:via-current:focus {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .mobile\:focus\:via-black:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .mobile\:focus\:via-white:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .mobile\:focus\:via-gray-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .mobile\:focus\:via-gray-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .mobile\:focus\:via-gray-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .mobile\:focus\:via-gray-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .mobile\:focus\:via-gray-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .mobile\:focus\:via-gray-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .mobile\:focus\:via-gray-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .mobile\:focus\:via-gray-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .mobile\:focus\:via-gray-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .mobile\:focus\:via-gray-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .mobile\:focus\:via-red-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .mobile\:focus\:via-red-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .mobile\:focus\:via-red-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .mobile\:focus\:via-red-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .mobile\:focus\:via-red-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .mobile\:focus\:via-red-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .mobile\:focus\:via-red-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .mobile\:focus\:via-red-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .mobile\:focus\:via-red-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .mobile\:focus\:via-red-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .mobile\:focus\:via-yellow:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ed9143, var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .mobile\:focus\:via-green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7bbc00, var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .mobile\:focus\:via-blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #5ba4dc, var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .mobile\:focus\:via-indigo-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .mobile\:focus\:via-indigo-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .mobile\:focus\:via-indigo-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .mobile\:focus\:via-indigo-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .mobile\:focus\:via-indigo-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .mobile\:focus\:via-indigo-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .mobile\:focus\:via-indigo-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .mobile\:focus\:via-indigo-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .mobile\:focus\:via-indigo-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .mobile\:focus\:via-indigo-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .mobile\:focus\:via-purple:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6847c3, var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .mobile\:focus\:via-pink:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #850737, var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .mobile\:focus\:via-primary:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6E6E6E, var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .mobile\:focus\:via-secondary:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .mobile\:focus\:via-body_bg:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .mobile\:focus\:via-body_text:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .mobile\:focus\:via-title:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3fb2cf, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .mobile\:focus\:via-grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #524A51, var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .mobile\:focus\:via-dark_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .mobile\:focus\:via-light_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .mobile\:focus\:via-medium_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #575156, var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .mobile\:focus\:via-lightten_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #C6C6C6, var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .mobile\:focus\:via-grey_300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .mobile\:focus\:via-grey_400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .mobile\:focus\:via-medium_blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #45cdfc, var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .mobile\:focus\:via-dark_blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #0080ac, var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .mobile\:focus\:via-text_blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3FB2CF, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .mobile\:focus\:via-footer_bg:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .mobile\:focus\:via-brown:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #805300, var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .mobile\:focus\:via-dark_brown:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #874433, var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .mobile\:focus\:via-Light_purple:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #65479b, var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .mobile\:focus\:via-dark_green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #479b51, var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .mobile\:focus\:via-medium_green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3aac2b, var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .mobile\:focus\:via-light_green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9acb3e, var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .mobile\:focus\:via-green_900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #396676, var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .mobile\:focus\:via-dark_border:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .mobile\:to-transparent {
        --tw-gradient-to: transparent;
    }

    .mobile\:to-current {
        --tw-gradient-to: currentColor;
    }

    .mobile\:to-black {
        --tw-gradient-to: #000;
    }

    .mobile\:to-white {
        --tw-gradient-to: #fff;
    }

    .mobile\:to-gray-50 {
        --tw-gradient-to: #f9fafb;
    }

    .mobile\:to-gray-100 {
        --tw-gradient-to: #f3f4f6;
    }

    .mobile\:to-gray-200 {
        --tw-gradient-to: #e5e7eb;
    }

    .mobile\:to-gray-300 {
        --tw-gradient-to: #d1d5db;
    }

    .mobile\:to-gray-400 {
        --tw-gradient-to: #9ca3af;
    }

    .mobile\:to-gray-500 {
        --tw-gradient-to: #6b7280;
    }

    .mobile\:to-gray-600 {
        --tw-gradient-to: #4b5563;
    }

    .mobile\:to-gray-700 {
        --tw-gradient-to: #374151;
    }

    .mobile\:to-gray-800 {
        --tw-gradient-to: #1f2937;
    }

    .mobile\:to-gray-900 {
        --tw-gradient-to: #111827;
    }

    .mobile\:to-red-50 {
        --tw-gradient-to: #fef2f2;
    }

    .mobile\:to-red-100 {
        --tw-gradient-to: #fee2e2;
    }

    .mobile\:to-red-200 {
        --tw-gradient-to: #fecaca;
    }

    .mobile\:to-red-300 {
        --tw-gradient-to: #fca5a5;
    }

    .mobile\:to-red-400 {
        --tw-gradient-to: #f87171;
    }

    .mobile\:to-red-500 {
        --tw-gradient-to: #ef4444;
    }

    .mobile\:to-red-600 {
        --tw-gradient-to: #dc2626;
    }

    .mobile\:to-red-700 {
        --tw-gradient-to: #b91c1c;
    }

    .mobile\:to-red-800 {
        --tw-gradient-to: #991b1b;
    }

    .mobile\:to-red-900 {
        --tw-gradient-to: #7f1d1d;
    }

    .mobile\:to-yellow {
        --tw-gradient-to: #ed9143;
    }

    .mobile\:to-green {
        --tw-gradient-to: #7bbc00;
    }

    .mobile\:to-blue {
        --tw-gradient-to: #5ba4dc;
    }

    .mobile\:to-indigo-50 {
        --tw-gradient-to: #eef2ff;
    }

    .mobile\:to-indigo-100 {
        --tw-gradient-to: #e0e7ff;
    }

    .mobile\:to-indigo-200 {
        --tw-gradient-to: #c7d2fe;
    }

    .mobile\:to-indigo-300 {
        --tw-gradient-to: #a5b4fc;
    }

    .mobile\:to-indigo-400 {
        --tw-gradient-to: #818cf8;
    }

    .mobile\:to-indigo-500 {
        --tw-gradient-to: #6366f1;
    }

    .mobile\:to-indigo-600 {
        --tw-gradient-to: #4f46e5;
    }

    .mobile\:to-indigo-700 {
        --tw-gradient-to: #4338ca;
    }

    .mobile\:to-indigo-800 {
        --tw-gradient-to: #3730a3;
    }

    .mobile\:to-indigo-900 {
        --tw-gradient-to: #312e81;
    }

    .mobile\:to-purple {
        --tw-gradient-to: #6847c3;
    }

    .mobile\:to-pink {
        --tw-gradient-to: #850737;
    }

    .mobile\:to-primary {
        --tw-gradient-to: #6E6E6E;
    }

    .mobile\:to-secondary {
        --tw-gradient-to: #ededed;
    }

    .mobile\:to-body_bg {
        --tw-gradient-to: #ffffff;
    }

    .mobile\:to-body_text {
        --tw-gradient-to: #4a4349;
    }

    .mobile\:to-title {
        --tw-gradient-to: #3fb2cf;
    }

    .mobile\:to-grey {
        --tw-gradient-to: #524A51;
    }

    .mobile\:to-dark_grey {
        --tw-gradient-to: #4a4349;
    }

    .mobile\:to-light_grey {
        --tw-gradient-to: #B7B7B7;
    }

    .mobile\:to-medium_grey {
        --tw-gradient-to: #575156;
    }

    .mobile\:to-lightten_grey {
        --tw-gradient-to: #C6C6C6;
    }

    .mobile\:to-grey_300 {
        --tw-gradient-to: #d3d3d3;
    }

    .mobile\:to-grey_400 {
        --tw-gradient-to: #b7b7b7;
    }

    .mobile\:to-medium_blue {
        --tw-gradient-to: #45cdfc;
    }

    .mobile\:to-dark_blue {
        --tw-gradient-to: #0080ac;
    }

    .mobile\:to-text_blue {
        --tw-gradient-to: #3FB2CF;
    }

    .mobile\:to-footer_bg {
        --tw-gradient-to: #464646;
    }

    .mobile\:to-brown {
        --tw-gradient-to: #805300;
    }

    .mobile\:to-dark_brown {
        --tw-gradient-to: #874433;
    }

    .mobile\:to-Light_purple {
        --tw-gradient-to: #65479b;
    }

    .mobile\:to-dark_green {
        --tw-gradient-to: #479b51;
    }

    .mobile\:to-medium_green {
        --tw-gradient-to: #3aac2b;
    }

    .mobile\:to-light_green {
        --tw-gradient-to: #9acb3e;
    }

    .mobile\:to-green_900 {
        --tw-gradient-to: #396676;
    }

    .mobile\:to-dark_border {
        --tw-gradient-to: #707070;
    }

    .mobile\:hover\:to-transparent:hover {
        --tw-gradient-to: transparent;
    }

    .mobile\:hover\:to-current:hover {
        --tw-gradient-to: currentColor;
    }

    .mobile\:hover\:to-black:hover {
        --tw-gradient-to: #000;
    }

    .mobile\:hover\:to-white:hover {
        --tw-gradient-to: #fff;
    }

    .mobile\:hover\:to-gray-50:hover {
        --tw-gradient-to: #f9fafb;
    }

    .mobile\:hover\:to-gray-100:hover {
        --tw-gradient-to: #f3f4f6;
    }

    .mobile\:hover\:to-gray-200:hover {
        --tw-gradient-to: #e5e7eb;
    }

    .mobile\:hover\:to-gray-300:hover {
        --tw-gradient-to: #d1d5db;
    }

    .mobile\:hover\:to-gray-400:hover {
        --tw-gradient-to: #9ca3af;
    }

    .mobile\:hover\:to-gray-500:hover {
        --tw-gradient-to: #6b7280;
    }

    .mobile\:hover\:to-gray-600:hover {
        --tw-gradient-to: #4b5563;
    }

    .mobile\:hover\:to-gray-700:hover {
        --tw-gradient-to: #374151;
    }

    .mobile\:hover\:to-gray-800:hover {
        --tw-gradient-to: #1f2937;
    }

    .mobile\:hover\:to-gray-900:hover {
        --tw-gradient-to: #111827;
    }

    .mobile\:hover\:to-red-50:hover {
        --tw-gradient-to: #fef2f2;
    }

    .mobile\:hover\:to-red-100:hover {
        --tw-gradient-to: #fee2e2;
    }

    .mobile\:hover\:to-red-200:hover {
        --tw-gradient-to: #fecaca;
    }

    .mobile\:hover\:to-red-300:hover {
        --tw-gradient-to: #fca5a5;
    }

    .mobile\:hover\:to-red-400:hover {
        --tw-gradient-to: #f87171;
    }

    .mobile\:hover\:to-red-500:hover {
        --tw-gradient-to: #ef4444;
    }

    .mobile\:hover\:to-red-600:hover {
        --tw-gradient-to: #dc2626;
    }

    .mobile\:hover\:to-red-700:hover {
        --tw-gradient-to: #b91c1c;
    }

    .mobile\:hover\:to-red-800:hover {
        --tw-gradient-to: #991b1b;
    }

    .mobile\:hover\:to-red-900:hover {
        --tw-gradient-to: #7f1d1d;
    }

    .mobile\:hover\:to-yellow:hover {
        --tw-gradient-to: #ed9143;
    }

    .mobile\:hover\:to-green:hover {
        --tw-gradient-to: #7bbc00;
    }

    .mobile\:hover\:to-blue:hover {
        --tw-gradient-to: #5ba4dc;
    }

    .mobile\:hover\:to-indigo-50:hover {
        --tw-gradient-to: #eef2ff;
    }

    .mobile\:hover\:to-indigo-100:hover {
        --tw-gradient-to: #e0e7ff;
    }

    .mobile\:hover\:to-indigo-200:hover {
        --tw-gradient-to: #c7d2fe;
    }

    .mobile\:hover\:to-indigo-300:hover {
        --tw-gradient-to: #a5b4fc;
    }

    .mobile\:hover\:to-indigo-400:hover {
        --tw-gradient-to: #818cf8;
    }

    .mobile\:hover\:to-indigo-500:hover {
        --tw-gradient-to: #6366f1;
    }

    .mobile\:hover\:to-indigo-600:hover {
        --tw-gradient-to: #4f46e5;
    }

    .mobile\:hover\:to-indigo-700:hover {
        --tw-gradient-to: #4338ca;
    }

    .mobile\:hover\:to-indigo-800:hover {
        --tw-gradient-to: #3730a3;
    }

    .mobile\:hover\:to-indigo-900:hover {
        --tw-gradient-to: #312e81;
    }

    .mobile\:hover\:to-purple:hover {
        --tw-gradient-to: #6847c3;
    }

    .mobile\:hover\:to-pink:hover {
        --tw-gradient-to: #850737;
    }

    .mobile\:hover\:to-primary:hover {
        --tw-gradient-to: #6E6E6E;
    }

    .mobile\:hover\:to-secondary:hover {
        --tw-gradient-to: #ededed;
    }

    .mobile\:hover\:to-body_bg:hover {
        --tw-gradient-to: #ffffff;
    }

    .mobile\:hover\:to-body_text:hover {
        --tw-gradient-to: #4a4349;
    }

    .mobile\:hover\:to-title:hover {
        --tw-gradient-to: #3fb2cf;
    }

    .mobile\:hover\:to-grey:hover {
        --tw-gradient-to: #524A51;
    }

    .mobile\:hover\:to-dark_grey:hover {
        --tw-gradient-to: #4a4349;
    }

    .mobile\:hover\:to-light_grey:hover {
        --tw-gradient-to: #B7B7B7;
    }

    .mobile\:hover\:to-medium_grey:hover {
        --tw-gradient-to: #575156;
    }

    .mobile\:hover\:to-lightten_grey:hover {
        --tw-gradient-to: #C6C6C6;
    }

    .mobile\:hover\:to-grey_300:hover {
        --tw-gradient-to: #d3d3d3;
    }

    .mobile\:hover\:to-grey_400:hover {
        --tw-gradient-to: #b7b7b7;
    }

    .mobile\:hover\:to-medium_blue:hover {
        --tw-gradient-to: #45cdfc;
    }

    .mobile\:hover\:to-dark_blue:hover {
        --tw-gradient-to: #0080ac;
    }

    .mobile\:hover\:to-text_blue:hover {
        --tw-gradient-to: #3FB2CF;
    }

    .mobile\:hover\:to-footer_bg:hover {
        --tw-gradient-to: #464646;
    }

    .mobile\:hover\:to-brown:hover {
        --tw-gradient-to: #805300;
    }

    .mobile\:hover\:to-dark_brown:hover {
        --tw-gradient-to: #874433;
    }

    .mobile\:hover\:to-Light_purple:hover {
        --tw-gradient-to: #65479b;
    }

    .mobile\:hover\:to-dark_green:hover {
        --tw-gradient-to: #479b51;
    }

    .mobile\:hover\:to-medium_green:hover {
        --tw-gradient-to: #3aac2b;
    }

    .mobile\:hover\:to-light_green:hover {
        --tw-gradient-to: #9acb3e;
    }

    .mobile\:hover\:to-green_900:hover {
        --tw-gradient-to: #396676;
    }

    .mobile\:hover\:to-dark_border:hover {
        --tw-gradient-to: #707070;
    }

    .mobile\:focus\:to-transparent:focus {
        --tw-gradient-to: transparent;
    }

    .mobile\:focus\:to-current:focus {
        --tw-gradient-to: currentColor;
    }

    .mobile\:focus\:to-black:focus {
        --tw-gradient-to: #000;
    }

    .mobile\:focus\:to-white:focus {
        --tw-gradient-to: #fff;
    }

    .mobile\:focus\:to-gray-50:focus {
        --tw-gradient-to: #f9fafb;
    }

    .mobile\:focus\:to-gray-100:focus {
        --tw-gradient-to: #f3f4f6;
    }

    .mobile\:focus\:to-gray-200:focus {
        --tw-gradient-to: #e5e7eb;
    }

    .mobile\:focus\:to-gray-300:focus {
        --tw-gradient-to: #d1d5db;
    }

    .mobile\:focus\:to-gray-400:focus {
        --tw-gradient-to: #9ca3af;
    }

    .mobile\:focus\:to-gray-500:focus {
        --tw-gradient-to: #6b7280;
    }

    .mobile\:focus\:to-gray-600:focus {
        --tw-gradient-to: #4b5563;
    }

    .mobile\:focus\:to-gray-700:focus {
        --tw-gradient-to: #374151;
    }

    .mobile\:focus\:to-gray-800:focus {
        --tw-gradient-to: #1f2937;
    }

    .mobile\:focus\:to-gray-900:focus {
        --tw-gradient-to: #111827;
    }

    .mobile\:focus\:to-red-50:focus {
        --tw-gradient-to: #fef2f2;
    }

    .mobile\:focus\:to-red-100:focus {
        --tw-gradient-to: #fee2e2;
    }

    .mobile\:focus\:to-red-200:focus {
        --tw-gradient-to: #fecaca;
    }

    .mobile\:focus\:to-red-300:focus {
        --tw-gradient-to: #fca5a5;
    }

    .mobile\:focus\:to-red-400:focus {
        --tw-gradient-to: #f87171;
    }

    .mobile\:focus\:to-red-500:focus {
        --tw-gradient-to: #ef4444;
    }

    .mobile\:focus\:to-red-600:focus {
        --tw-gradient-to: #dc2626;
    }

    .mobile\:focus\:to-red-700:focus {
        --tw-gradient-to: #b91c1c;
    }

    .mobile\:focus\:to-red-800:focus {
        --tw-gradient-to: #991b1b;
    }

    .mobile\:focus\:to-red-900:focus {
        --tw-gradient-to: #7f1d1d;
    }

    .mobile\:focus\:to-yellow:focus {
        --tw-gradient-to: #ed9143;
    }

    .mobile\:focus\:to-green:focus {
        --tw-gradient-to: #7bbc00;
    }

    .mobile\:focus\:to-blue:focus {
        --tw-gradient-to: #5ba4dc;
    }

    .mobile\:focus\:to-indigo-50:focus {
        --tw-gradient-to: #eef2ff;
    }

    .mobile\:focus\:to-indigo-100:focus {
        --tw-gradient-to: #e0e7ff;
    }

    .mobile\:focus\:to-indigo-200:focus {
        --tw-gradient-to: #c7d2fe;
    }

    .mobile\:focus\:to-indigo-300:focus {
        --tw-gradient-to: #a5b4fc;
    }

    .mobile\:focus\:to-indigo-400:focus {
        --tw-gradient-to: #818cf8;
    }

    .mobile\:focus\:to-indigo-500:focus {
        --tw-gradient-to: #6366f1;
    }

    .mobile\:focus\:to-indigo-600:focus {
        --tw-gradient-to: #4f46e5;
    }

    .mobile\:focus\:to-indigo-700:focus {
        --tw-gradient-to: #4338ca;
    }

    .mobile\:focus\:to-indigo-800:focus {
        --tw-gradient-to: #3730a3;
    }

    .mobile\:focus\:to-indigo-900:focus {
        --tw-gradient-to: #312e81;
    }

    .mobile\:focus\:to-purple:focus {
        --tw-gradient-to: #6847c3;
    }

    .mobile\:focus\:to-pink:focus {
        --tw-gradient-to: #850737;
    }

    .mobile\:focus\:to-primary:focus {
        --tw-gradient-to: #6E6E6E;
    }

    .mobile\:focus\:to-secondary:focus {
        --tw-gradient-to: #ededed;
    }

    .mobile\:focus\:to-body_bg:focus {
        --tw-gradient-to: #ffffff;
    }

    .mobile\:focus\:to-body_text:focus {
        --tw-gradient-to: #4a4349;
    }

    .mobile\:focus\:to-title:focus {
        --tw-gradient-to: #3fb2cf;
    }

    .mobile\:focus\:to-grey:focus {
        --tw-gradient-to: #524A51;
    }

    .mobile\:focus\:to-dark_grey:focus {
        --tw-gradient-to: #4a4349;
    }

    .mobile\:focus\:to-light_grey:focus {
        --tw-gradient-to: #B7B7B7;
    }

    .mobile\:focus\:to-medium_grey:focus {
        --tw-gradient-to: #575156;
    }

    .mobile\:focus\:to-lightten_grey:focus {
        --tw-gradient-to: #C6C6C6;
    }

    .mobile\:focus\:to-grey_300:focus {
        --tw-gradient-to: #d3d3d3;
    }

    .mobile\:focus\:to-grey_400:focus {
        --tw-gradient-to: #b7b7b7;
    }

    .mobile\:focus\:to-medium_blue:focus {
        --tw-gradient-to: #45cdfc;
    }

    .mobile\:focus\:to-dark_blue:focus {
        --tw-gradient-to: #0080ac;
    }

    .mobile\:focus\:to-text_blue:focus {
        --tw-gradient-to: #3FB2CF;
    }

    .mobile\:focus\:to-footer_bg:focus {
        --tw-gradient-to: #464646;
    }

    .mobile\:focus\:to-brown:focus {
        --tw-gradient-to: #805300;
    }

    .mobile\:focus\:to-dark_brown:focus {
        --tw-gradient-to: #874433;
    }

    .mobile\:focus\:to-Light_purple:focus {
        --tw-gradient-to: #65479b;
    }

    .mobile\:focus\:to-dark_green:focus {
        --tw-gradient-to: #479b51;
    }

    .mobile\:focus\:to-medium_green:focus {
        --tw-gradient-to: #3aac2b;
    }

    .mobile\:focus\:to-light_green:focus {
        --tw-gradient-to: #9acb3e;
    }

    .mobile\:focus\:to-green_900:focus {
        --tw-gradient-to: #396676;
    }

    .mobile\:focus\:to-dark_border:focus {
        --tw-gradient-to: #707070;
    }

    .mobile\:decoration-slice {
        -webkit-box-decoration-break: slice;
        box-decoration-break: slice;
    }

    .mobile\:decoration-clone {
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
    }

    .mobile\:bg-auto {
        background-size: auto;
    }

    .mobile\:bg-cover {
        background-size: cover;
    }

    .mobile\:bg-contain {
        background-size: contain;
    }

    .mobile\:bg-fixed {
        background-attachment: fixed;
    }

    .mobile\:bg-local {
        background-attachment: local;
    }

    .mobile\:bg-scroll {
        background-attachment: scroll;
    }

    .mobile\:bg-clip-border {
        background-clip: border-box;
    }

    .mobile\:bg-clip-padding {
        background-clip: padding-box;
    }

    .mobile\:bg-clip-content {
        background-clip: content-box;
    }

    .mobile\:bg-clip-text {
        -webkit-background-clip: text;
        background-clip: text;
    }

    .mobile\:bg-bottom {
        background-position: bottom;
    }

    .mobile\:bg-center {
        background-position: center;
    }

    .mobile\:bg-left {
        background-position: left;
    }

    .mobile\:bg-left-bottom {
        background-position: left bottom;
    }

    .mobile\:bg-left-top {
        background-position: left top;
    }

    .mobile\:bg-right {
        background-position: right;
    }

    .mobile\:bg-right-bottom {
        background-position: right bottom;
    }

    .mobile\:bg-right-top {
        background-position: right top;
    }

    .mobile\:bg-top {
        background-position: top;
    }

    .mobile\:bg-repeat {
        background-repeat: repeat;
    }

    .mobile\:bg-no-repeat {
        background-repeat: no-repeat;
    }

    .mobile\:bg-repeat-x {
        background-repeat: repeat-x;
    }

    .mobile\:bg-repeat-y {
        background-repeat: repeat-y;
    }

    .mobile\:bg-repeat-round {
        background-repeat: round;
    }

    .mobile\:bg-repeat-space {
        background-repeat: space;
    }

    .mobile\:bg-origin-border {
        background-origin: border-box;
    }

    .mobile\:bg-origin-padding {
        background-origin: padding-box;
    }

    .mobile\:bg-origin-content {
        background-origin: content-box;
    }

    .mobile\:fill-current {
        fill: currentColor;
    }

    .mobile\:stroke-current {
        stroke: currentColor;
    }

    .mobile\:stroke-0 {
        stroke-width: 0;
    }

    .mobile\:stroke-1 {
        stroke-width: 1;
    }

    .mobile\:stroke-2 {
        stroke-width: 2;
    }

    .mobile\:object-contain {
        -o-object-fit: contain;
        object-fit: contain;
    }

    .mobile\:object-cover {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .mobile\:object-fill {
        -o-object-fit: fill;
        object-fit: fill;
    }

    .mobile\:object-none {
        -o-object-fit: none;
        object-fit: none;
    }

    .mobile\:object-scale-down {
        -o-object-fit: scale-down;
        object-fit: scale-down;
    }

    .mobile\:object-bottom {
        -o-object-position: bottom;
        object-position: bottom;
    }

    .mobile\:object-center {
        -o-object-position: center;
        object-position: center;
    }

    .mobile\:object-left {
        -o-object-position: left;
        object-position: left;
    }

    .mobile\:object-left-bottom {
        -o-object-position: left bottom;
        object-position: left bottom;
    }

    .mobile\:object-left-top {
        -o-object-position: left top;
        object-position: left top;
    }

    .mobile\:object-right {
        -o-object-position: right;
        object-position: right;
    }

    .mobile\:object-right-bottom {
        -o-object-position: right bottom;
        object-position: right bottom;
    }

    .mobile\:object-right-top {
        -o-object-position: right top;
        object-position: right top;
    }

    .mobile\:object-top {
        -o-object-position: top;
        object-position: top;
    }

    .mobile\:p-0 {
        padding: 0px;
    }

    .mobile\:p-1 {
        padding: 0.25rem;
    }

    .mobile\:p-2 {
        padding: 0.5rem;
    }

    .mobile\:p-3 {
        padding: 0.75rem;
    }

    .mobile\:p-4 {
        padding: 1rem;
    }

    .mobile\:p-5 {
        padding: 1.25rem;
    }

    .mobile\:p-6 {
        padding: 1.5rem;
    }

    .mobile\:p-7 {
        padding: 1.75rem;
    }

    .mobile\:p-8 {
        padding: 2rem;
    }

    .mobile\:p-9 {
        padding: 2.25rem;
    }

    .mobile\:p-10 {
        padding: 2.5rem;
    }

    .mobile\:p-11 {
        padding: 2.75rem;
    }

    .mobile\:p-12 {
        padding: 3rem;
    }

    .mobile\:p-13 {
        padding: 52px;
    }

    .mobile\:p-14 {
        padding: 3.5rem;
    }

    .mobile\:p-15 {
        padding: 3.93rem;
    }

    .mobile\:p-16 {
        padding: 4rem;
    }

    .mobile\:p-18 {
        padding: 4.375rem;
    }

    .mobile\:p-19 {
        padding: 76px;
    }

    .mobile\:p-20 {
        padding: 5rem;
    }

    .mobile\:p-22 {
        padding: 5.625rem;
    }

    .mobile\:p-24 {
        padding: 6rem;
    }

    .mobile\:p-26 {
        padding: 6.6875rem;
    }

    .mobile\:p-28 {
        padding: 7rem;
    }

    .mobile\:p-30 {
        padding: 120px;
    }

    .mobile\:p-32 {
        padding: 8rem;
    }

    .mobile\:p-36 {
        padding: 9rem;
    }

    .mobile\:p-40 {
        padding: 10rem;
    }

    .mobile\:p-44 {
        padding: 11rem;
    }

    .mobile\:p-46 {
        padding: 11.5625rem;
    }

    .mobile\:p-48 {
        padding: 12rem;
    }

    .mobile\:p-52 {
        padding: 13rem;
    }

    .mobile\:p-56 {
        padding: 14rem;
    }

    .mobile\:p-60 {
        padding: 15rem;
    }

    .mobile\:p-64 {
        padding: 16rem;
    }

    .mobile\:p-72 {
        padding: 18rem;
    }

    .mobile\:p-80 {
        padding: 20rem;
    }

    .mobile\:p-96 {
        padding: 24rem;
    }

    .mobile\:p-px {
        padding: 1px;
    }

    .mobile\:p-0\.5 {
        padding: 0.125rem;
    }

    .mobile\:p-1\.5 {
        padding: 0.375rem;
    }

    .mobile\:p-2\.5 {
        padding: 0.625rem;
    }

    .mobile\:p-3\.5 {
        padding: 0.875rem;
    }

    .mobile\:p-5p {
        padding: 5px;
    }

    .mobile\:p-10p {
        padding: 10px;
    }

    .mobile\:p-14p {
        padding: 14px;
    }

    .mobile\:p-15p {
        padding: 15px;
    }

    .mobile\:p-15_2 {
        padding: 60px;
    }

    .mobile\:p-16_1 {
        padding: 52px;
    }

    .mobile\:p-16p {
        padding: 16px;
    }

    .mobile\:p-25p {
        padding: 25px;
    }

    .mobile\:p-48p {
        padding: 48%;
    }

    .mobile\:p-52p {
        padding: 52%;
    }

    .mobile\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .mobile\:px-1 {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .mobile\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .mobile\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .mobile\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .mobile\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .mobile\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .mobile\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

    .mobile\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .mobile\:px-9 {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }

    .mobile\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .mobile\:px-11 {
        padding-left: 2.75rem;
        padding-right: 2.75rem;
    }

    .mobile\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .mobile\:px-13 {
        padding-left: 52px;
        padding-right: 52px;
    }

    .mobile\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }

    .mobile\:px-15 {
        padding-left: 3.93rem;
        padding-right: 3.93rem;
    }

    .mobile\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .mobile\:px-18 {
        padding-left: 4.375rem;
        padding-right: 4.375rem;
    }

    .mobile\:px-19 {
        padding-left: 76px;
        padding-right: 76px;
    }

    .mobile\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .mobile\:px-22 {
        padding-left: 5.625rem;
        padding-right: 5.625rem;
    }

    .mobile\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem;
    }

    .mobile\:px-26 {
        padding-left: 6.6875rem;
        padding-right: 6.6875rem;
    }

    .mobile\:px-28 {
        padding-left: 7rem;
        padding-right: 7rem;
    }

    .mobile\:px-30 {
        padding-left: 120px;
        padding-right: 120px;
    }

    .mobile\:px-32 {
        padding-left: 8rem;
        padding-right: 8rem;
    }

    .mobile\:px-36 {
        padding-left: 9rem;
        padding-right: 9rem;
    }

    .mobile\:px-40 {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .mobile\:px-44 {
        padding-left: 11rem;
        padding-right: 11rem;
    }

    .mobile\:px-46 {
        padding-left: 11.5625rem;
        padding-right: 11.5625rem;
    }

    .mobile\:px-48 {
        padding-left: 12rem;
        padding-right: 12rem;
    }

    .mobile\:px-52 {
        padding-left: 13rem;
        padding-right: 13rem;
    }

    .mobile\:px-56 {
        padding-left: 14rem;
        padding-right: 14rem;
    }

    .mobile\:px-60 {
        padding-left: 15rem;
        padding-right: 15rem;
    }

    .mobile\:px-64 {
        padding-left: 16rem;
        padding-right: 16rem;
    }

    .mobile\:px-72 {
        padding-left: 18rem;
        padding-right: 18rem;
    }

    .mobile\:px-80 {
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .mobile\:px-96 {
        padding-left: 24rem;
        padding-right: 24rem;
    }

    .mobile\:px-px {
        padding-left: 1px;
        padding-right: 1px;
    }

    .mobile\:px-0\.5 {
        padding-left: 0.125rem;
        padding-right: 0.125rem;
    }

    .mobile\:px-1\.5 {
        padding-left: 0.375rem;
        padding-right: 0.375rem;
    }

    .mobile\:px-2\.5 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }

    .mobile\:px-3\.5 {
        padding-left: 0.875rem;
        padding-right: 0.875rem;
    }

    .mobile\:px-5p {
        padding-left: 5px;
        padding-right: 5px;
    }

    .mobile\:px-10p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .mobile\:px-14p {
        padding-left: 14px;
        padding-right: 14px;
    }

    .mobile\:px-15p {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mobile\:px-15_2 {
        padding-left: 60px;
        padding-right: 60px;
    }

    .mobile\:px-16_1 {
        padding-left: 52px;
        padding-right: 52px;
    }

    .mobile\:px-16p {
        padding-left: 16px;
        padding-right: 16px;
    }

    .mobile\:px-25p {
        padding-left: 25px;
        padding-right: 25px;
    }

    .mobile\:px-48p {
        padding-left: 48%;
        padding-right: 48%;
    }

    .mobile\:px-52p {
        padding-left: 52%;
        padding-right: 52%;
    }

    .mobile\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .mobile\:py-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .mobile\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .mobile\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .mobile\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .mobile\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .mobile\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .mobile\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

    .mobile\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .mobile\:py-9 {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }

    .mobile\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .mobile\:py-11 {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem;
    }

    .mobile\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .mobile\:py-13 {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .mobile\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .mobile\:py-15 {
        padding-top: 3.93rem;
        padding-bottom: 3.93rem;
    }

    .mobile\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .mobile\:py-18 {
        padding-top: 4.375rem;
        padding-bottom: 4.375rem;
    }

    .mobile\:py-19 {
        padding-top: 76px;
        padding-bottom: 76px;
    }

    .mobile\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .mobile\:py-22 {
        padding-top: 5.625rem;
        padding-bottom: 5.625rem;
    }

    .mobile\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .mobile\:py-26 {
        padding-top: 6.6875rem;
        padding-bottom: 6.6875rem;
    }

    .mobile\:py-28 {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    .mobile\:py-30 {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .mobile\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .mobile\:py-36 {
        padding-top: 9rem;
        padding-bottom: 9rem;
    }

    .mobile\:py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .mobile\:py-44 {
        padding-top: 11rem;
        padding-bottom: 11rem;
    }

    .mobile\:py-46 {
        padding-top: 11.5625rem;
        padding-bottom: 11.5625rem;
    }

    .mobile\:py-48 {
        padding-top: 12rem;
        padding-bottom: 12rem;
    }

    .mobile\:py-52 {
        padding-top: 13rem;
        padding-bottom: 13rem;
    }

    .mobile\:py-56 {
        padding-top: 14rem;
        padding-bottom: 14rem;
    }

    .mobile\:py-60 {
        padding-top: 15rem;
        padding-bottom: 15rem;
    }

    .mobile\:py-64 {
        padding-top: 16rem;
        padding-bottom: 16rem;
    }

    .mobile\:py-72 {
        padding-top: 18rem;
        padding-bottom: 18rem;
    }

    .mobile\:py-80 {
        padding-top: 20rem;
        padding-bottom: 20rem;
    }

    .mobile\:py-96 {
        padding-top: 24rem;
        padding-bottom: 24rem;
    }

    .mobile\:py-px {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .mobile\:py-0\.5 {
        padding-top: 0.125rem;
        padding-bottom: 0.125rem;
    }

    .mobile\:py-1\.5 {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
    }

    .mobile\:py-2\.5 {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }

    .mobile\:py-3\.5 {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
    }

    .mobile\:py-5p {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .mobile\:py-10p {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .mobile\:py-14p {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .mobile\:py-15p {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .mobile\:py-15_2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .mobile\:py-16_1 {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .mobile\:py-16p {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .mobile\:py-25p {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .mobile\:py-48p {
        padding-top: 48%;
        padding-bottom: 48%;
    }

    .mobile\:py-52p {
        padding-top: 52%;
        padding-bottom: 52%;
    }

    .mobile\:pt-0 {
        padding-top: 0px;
    }

    .mobile\:pt-1 {
        padding-top: 0.25rem;
    }

    .mobile\:pt-2 {
        padding-top: 0.5rem;
    }

    .mobile\:pt-3 {
        padding-top: 0.75rem;
    }

    .mobile\:pt-4 {
        padding-top: 1rem;
    }

    .mobile\:pt-5 {
        padding-top: 1.25rem;
    }

    .mobile\:pt-6 {
        padding-top: 1.5rem;
    }

    .mobile\:pt-7 {
        padding-top: 1.75rem;
    }

    .mobile\:pt-8 {
        padding-top: 2rem;
    }

    .mobile\:pt-9 {
        padding-top: 2.25rem;
    }

    .mobile\:pt-10 {
        padding-top: 2.5rem;
    }

    .mobile\:pt-11 {
        padding-top: 2.75rem;
    }

    .mobile\:pt-12 {
        padding-top: 3rem;
    }

    .mobile\:pt-13 {
        padding-top: 52px;
    }

    .mobile\:pt-14 {
        padding-top: 3.5rem;
    }

    .mobile\:pt-15 {
        padding-top: 3.93rem;
    }

    .mobile\:pt-16 {
        padding-top: 4rem;
    }

    .mobile\:pt-18 {
        padding-top: 4.375rem;
    }

    .mobile\:pt-19 {
        padding-top: 76px;
    }

    .mobile\:pt-20 {
        padding-top: 5rem;
    }

    .mobile\:pt-22 {
        padding-top: 5.625rem;
    }

    .mobile\:pt-24 {
        padding-top: 6rem;
    }

    .mobile\:pt-26 {
        padding-top: 6.6875rem;
    }

    .mobile\:pt-28 {
        padding-top: 7rem;
    }

    .mobile\:pt-30 {
        padding-top: 120px;
    }

    .mobile\:pt-32 {
        padding-top: 8rem;
    }

    .mobile\:pt-36 {
        padding-top: 9rem;
    }

    .mobile\:pt-40 {
        padding-top: 10rem;
    }

    .mobile\:pt-44 {
        padding-top: 11rem;
    }

    .mobile\:pt-46 {
        padding-top: 11.5625rem;
    }

    .mobile\:pt-48 {
        padding-top: 12rem;
    }

    .mobile\:pt-52 {
        padding-top: 13rem;
    }

    .mobile\:pt-56 {
        padding-top: 14rem;
    }

    .mobile\:pt-60 {
        padding-top: 15rem;
    }

    .mobile\:pt-64 {
        padding-top: 16rem;
    }

    .mobile\:pt-72 {
        padding-top: 18rem;
    }

    .mobile\:pt-80 {
        padding-top: 20rem;
    }

    .mobile\:pt-96 {
        padding-top: 24rem;
    }

    .mobile\:pt-px {
        padding-top: 1px;
    }

    .mobile\:pt-0\.5 {
        padding-top: 0.125rem;
    }

    .mobile\:pt-1\.5 {
        padding-top: 0.375rem;
    }

    .mobile\:pt-2\.5 {
        padding-top: 0.625rem;
    }

    .mobile\:pt-3\.5 {
        padding-top: 0.875rem;
    }

    .mobile\:pt-5p {
        padding-top: 5px;
    }

    .mobile\:pt-10p {
        padding-top: 10px;
    }

    .mobile\:pt-14p {
        padding-top: 14px;
    }

    .mobile\:pt-15p {
        padding-top: 15px;
    }

    .mobile\:pt-15_2 {
        padding-top: 60px;
    }

    .mobile\:pt-16_1 {
        padding-top: 52px;
    }

    .mobile\:pt-16p {
        padding-top: 16px;
    }

    .mobile\:pt-25p {
        padding-top: 25px;
    }

    .mobile\:pt-48p {
        padding-top: 48%;
    }

    .mobile\:pt-52p {
        padding-top: 52%;
    }

    .mobile\:pr-0 {
        padding-right: 0px;
    }

    .mobile\:pr-1 {
        padding-right: 0.25rem;
    }

    .mobile\:pr-2 {
        padding-right: 0.5rem;
    }

    .mobile\:pr-3 {
        padding-right: 0.75rem;
    }

    .mobile\:pr-4 {
        padding-right: 1rem;
    }

    .mobile\:pr-5 {
        padding-right: 1.25rem;
    }

    .mobile\:pr-6 {
        padding-right: 1.5rem;
    }

    .mobile\:pr-7 {
        padding-right: 1.75rem;
    }

    .mobile\:pr-8 {
        padding-right: 2rem;
    }

    .mobile\:pr-9 {
        padding-right: 2.25rem;
    }

    .mobile\:pr-10 {
        padding-right: 2.5rem;
    }

    .mobile\:pr-11 {
        padding-right: 2.75rem;
    }

    .mobile\:pr-12 {
        padding-right: 3rem;
    }

    .mobile\:pr-13 {
        padding-right: 52px;
    }

    .mobile\:pr-14 {
        padding-right: 3.5rem;
    }

    .mobile\:pr-15 {
        padding-right: 3.93rem;
    }

    .mobile\:pr-16 {
        padding-right: 4rem;
    }

    .mobile\:pr-18 {
        padding-right: 4.375rem;
    }

    .mobile\:pr-19 {
        padding-right: 76px;
    }

    .mobile\:pr-20 {
        padding-right: 5rem;
    }

    .mobile\:pr-22 {
        padding-right: 5.625rem;
    }

    .mobile\:pr-24 {
        padding-right: 6rem;
    }

    .mobile\:pr-26 {
        padding-right: 6.6875rem;
    }

    .mobile\:pr-28 {
        padding-right: 7rem;
    }

    .mobile\:pr-30 {
        padding-right: 120px;
    }

    .mobile\:pr-32 {
        padding-right: 8rem;
    }

    .mobile\:pr-36 {
        padding-right: 9rem;
    }

    .mobile\:pr-40 {
        padding-right: 10rem;
    }

    .mobile\:pr-44 {
        padding-right: 11rem;
    }

    .mobile\:pr-46 {
        padding-right: 11.5625rem;
    }

    .mobile\:pr-48 {
        padding-right: 12rem;
    }

    .mobile\:pr-52 {
        padding-right: 13rem;
    }

    .mobile\:pr-56 {
        padding-right: 14rem;
    }

    .mobile\:pr-60 {
        padding-right: 15rem;
    }

    .mobile\:pr-64 {
        padding-right: 16rem;
    }

    .mobile\:pr-72 {
        padding-right: 18rem;
    }

    .mobile\:pr-80 {
        padding-right: 20rem;
    }

    .mobile\:pr-96 {
        padding-right: 24rem;
    }

    .mobile\:pr-px {
        padding-right: 1px;
    }

    .mobile\:pr-0\.5 {
        padding-right: 0.125rem;
    }

    .mobile\:pr-1\.5 {
        padding-right: 0.375rem;
    }

    .mobile\:pr-2\.5 {
        padding-right: 0.625rem;
    }

    .mobile\:pr-3\.5 {
        padding-right: 0.875rem;
    }

    .mobile\:pr-5p {
        padding-right: 5px;
    }

    .mobile\:pr-10p {
        padding-right: 10px;
    }

    .mobile\:pr-14p {
        padding-right: 14px;
    }

    .mobile\:pr-15p {
        padding-right: 15px;
    }

    .mobile\:pr-15_2 {
        padding-right: 60px;
    }

    .mobile\:pr-16_1 {
        padding-right: 52px;
    }

    .mobile\:pr-16p {
        padding-right: 16px;
    }

    .mobile\:pr-25p {
        padding-right: 25px;
    }

    .mobile\:pr-48p {
        padding-right: 48%;
    }

    .mobile\:pr-52p {
        padding-right: 52%;
    }

    .mobile\:pb-0 {
        padding-bottom: 0px;
    }

    .mobile\:pb-1 {
        padding-bottom: 0.25rem;
    }

    .mobile\:pb-2 {
        padding-bottom: 0.5rem;
    }

    .mobile\:pb-3 {
        padding-bottom: 0.75rem;
    }

    .mobile\:pb-4 {
        padding-bottom: 1rem;
    }

    .mobile\:pb-5 {
        padding-bottom: 1.25rem;
    }

    .mobile\:pb-6 {
        padding-bottom: 1.5rem;
    }

    .mobile\:pb-7 {
        padding-bottom: 1.75rem;
    }

    .mobile\:pb-8 {
        padding-bottom: 2rem;
    }

    .mobile\:pb-9 {
        padding-bottom: 2.25rem;
    }

    .mobile\:pb-10 {
        padding-bottom: 2.5rem;
    }

    .mobile\:pb-11 {
        padding-bottom: 2.75rem;
    }

    .mobile\:pb-12 {
        padding-bottom: 3rem;
    }

    .mobile\:pb-13 {
        padding-bottom: 52px;
    }

    .mobile\:pb-14 {
        padding-bottom: 3.5rem;
    }

    .mobile\:pb-15 {
        padding-bottom: 3.93rem;
    }

    .mobile\:pb-16 {
        padding-bottom: 4rem;
    }

    .mobile\:pb-18 {
        padding-bottom: 4.375rem;
    }

    .mobile\:pb-19 {
        padding-bottom: 76px;
    }

    .mobile\:pb-20 {
        padding-bottom: 5rem;
    }

    .mobile\:pb-22 {
        padding-bottom: 5.625rem;
    }

    .mobile\:pb-24 {
        padding-bottom: 6rem;
    }

    .mobile\:pb-26 {
        padding-bottom: 6.6875rem;
    }

    .mobile\:pb-28 {
        padding-bottom: 7rem;
    }

    .mobile\:pb-30 {
        padding-bottom: 120px;
    }

    .mobile\:pb-32 {
        padding-bottom: 8rem;
    }

    .mobile\:pb-36 {
        padding-bottom: 9rem;
    }

    .mobile\:pb-40 {
        padding-bottom: 10rem;
    }

    .mobile\:pb-44 {
        padding-bottom: 11rem;
    }

    .mobile\:pb-46 {
        padding-bottom: 11.5625rem;
    }

    .mobile\:pb-48 {
        padding-bottom: 12rem;
    }

    .mobile\:pb-52 {
        padding-bottom: 13rem;
    }

    .mobile\:pb-56 {
        padding-bottom: 14rem;
    }

    .mobile\:pb-60 {
        padding-bottom: 15rem;
    }

    .mobile\:pb-64 {
        padding-bottom: 16rem;
    }

    .mobile\:pb-72 {
        padding-bottom: 18rem;
    }

    .mobile\:pb-80 {
        padding-bottom: 20rem;
    }

    .mobile\:pb-96 {
        padding-bottom: 24rem;
    }

    .mobile\:pb-px {
        padding-bottom: 1px;
    }

    .mobile\:pb-0\.5 {
        padding-bottom: 0.125rem;
    }

    .mobile\:pb-1\.5 {
        padding-bottom: 0.375rem;
    }

    .mobile\:pb-2\.5 {
        padding-bottom: 0.625rem;
    }

    .mobile\:pb-3\.5 {
        padding-bottom: 0.875rem;
    }

    .mobile\:pb-5p {
        padding-bottom: 5px;
    }

    .mobile\:pb-10p {
        padding-bottom: 10px;
    }

    .mobile\:pb-14p {
        padding-bottom: 14px;
    }

    .mobile\:pb-15p {
        padding-bottom: 15px;
    }

    .mobile\:pb-15_2 {
        padding-bottom: 60px;
    }

    .mobile\:pb-16_1 {
        padding-bottom: 52px;
    }

    .mobile\:pb-16p {
        padding-bottom: 16px;
    }

    .mobile\:pb-25p {
        padding-bottom: 25px;
    }

    .mobile\:pb-48p {
        padding-bottom: 48%;
    }

    .mobile\:pb-52p {
        padding-bottom: 52%;
    }

    .mobile\:pl-0 {
        padding-left: 0px;
    }

    .mobile\:pl-1 {
        padding-left: 0.25rem;
    }

    .mobile\:pl-2 {
        padding-left: 0.5rem;
    }

    .mobile\:pl-3 {
        padding-left: 0.75rem;
    }

    .mobile\:pl-4 {
        padding-left: 1rem;
    }

    .mobile\:pl-5 {
        padding-left: 1.25rem;
    }

    .mobile\:pl-6 {
        padding-left: 1.5rem;
    }

    .mobile\:pl-7 {
        padding-left: 1.75rem;
    }

    .mobile\:pl-8 {
        padding-left: 2rem;
    }

    .mobile\:pl-9 {
        padding-left: 2.25rem;
    }

    .mobile\:pl-10 {
        padding-left: 2.5rem;
    }

    .mobile\:pl-11 {
        padding-left: 2.75rem;
    }

    .mobile\:pl-12 {
        padding-left: 3rem;
    }

    .mobile\:pl-13 {
        padding-left: 52px;
    }

    .mobile\:pl-14 {
        padding-left: 3.5rem;
    }

    .mobile\:pl-15 {
        padding-left: 3.93rem;
    }

    .mobile\:pl-16 {
        padding-left: 4rem;
    }

    .mobile\:pl-18 {
        padding-left: 4.375rem;
    }

    .mobile\:pl-19 {
        padding-left: 76px;
    }

    .mobile\:pl-20 {
        padding-left: 5rem;
    }

    .mobile\:pl-22 {
        padding-left: 5.625rem;
    }

    .mobile\:pl-24 {
        padding-left: 6rem;
    }

    .mobile\:pl-26 {
        padding-left: 6.6875rem;
    }

    .mobile\:pl-28 {
        padding-left: 7rem;
    }

    .mobile\:pl-30 {
        padding-left: 120px;
    }

    .mobile\:pl-32 {
        padding-left: 8rem;
    }

    .mobile\:pl-36 {
        padding-left: 9rem;
    }

    .mobile\:pl-40 {
        padding-left: 10rem;
    }

    .mobile\:pl-44 {
        padding-left: 11rem;
    }

    .mobile\:pl-46 {
        padding-left: 11.5625rem;
    }

    .mobile\:pl-48 {
        padding-left: 12rem;
    }

    .mobile\:pl-52 {
        padding-left: 13rem;
    }

    .mobile\:pl-56 {
        padding-left: 14rem;
    }

    .mobile\:pl-60 {
        padding-left: 15rem;
    }

    .mobile\:pl-64 {
        padding-left: 16rem;
    }

    .mobile\:pl-72 {
        padding-left: 18rem;
    }

    .mobile\:pl-80 {
        padding-left: 20rem;
    }

    .mobile\:pl-96 {
        padding-left: 24rem;
    }

    .mobile\:pl-px {
        padding-left: 1px;
    }

    .mobile\:pl-0\.5 {
        padding-left: 0.125rem;
    }

    .mobile\:pl-1\.5 {
        padding-left: 0.375rem;
    }

    .mobile\:pl-2\.5 {
        padding-left: 0.625rem;
    }

    .mobile\:pl-3\.5 {
        padding-left: 0.875rem;
    }

    .mobile\:pl-5p {
        padding-left: 5px;
    }

    .mobile\:pl-10p {
        padding-left: 10px;
    }

    .mobile\:pl-14p {
        padding-left: 14px;
    }

    .mobile\:pl-15p {
        padding-left: 15px;
    }

    .mobile\:pl-15_2 {
        padding-left: 60px;
    }

    .mobile\:pl-16_1 {
        padding-left: 52px;
    }

    .mobile\:pl-16p {
        padding-left: 16px;
    }

    .mobile\:pl-25p {
        padding-left: 25px;
    }

    .mobile\:pl-48p {
        padding-left: 48%;
    }

    .mobile\:pl-52p {
        padding-left: 52%;
    }

    .mobile\:text-left {
        text-align: left;
    }

    .mobile\:text-center {
        text-align: center;
    }

    .mobile\:text-right {
        text-align: right;
    }

    .mobile\:text-justify {
        text-align: justify;
    }

    .mobile\:align-baseline {
        vertical-align: baseline;
    }

    .mobile\:align-top {
        vertical-align: top;
    }

    .mobile\:align-middle {
        vertical-align: middle;
    }

    .mobile\:align-bottom {
        vertical-align: bottom;
    }

    .mobile\:align-text-top {
        vertical-align: text-top;
    }

    .mobile\:align-text-bottom {
        vertical-align: text-bottom;
    }

    .mobile\: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";
    }

    .mobile\:font-serif {
        font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    }

    .mobile\:font-mono {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    }

    .mobile\:font-body {
        font-family: "Red Hat Display";
    }

    .mobile\:font-primary {
        font-family: "Noto Sans";
    }

    .mobile\:font-secondary {
        font-family: "Montserrat";
    }

    .mobile\:font-Helvetica_Bold {
        font-family: "Helvetica-Bold";
    }

    .mobile\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }

    .mobile\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .mobile\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .mobile\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .mobile\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .mobile\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .mobile\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .mobile\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .mobile\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

    .mobile\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }

    .mobile\:text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }

    .mobile\:text-8xl {
        font-size: 6rem;
        line-height: 1;
    }

    .mobile\:text-9xl {
        font-size: 8rem;
        line-height: 1;
    }

    .mobile\:text-10p {
        font-size: 0.625rem;
    }

    .mobile\:text-50p {
        font-size: 3.125rem;
    }

    .mobile\:text-40p {
        font-size: 2.5rem;
    }

    .mobile\:text-8\.5xl {
        font-size: 7.5rem;
        line-height: 7.8rem;
    }

    .mobile\:text-80p {
        font-size: 80px;
        line-height: 90px;
    }

    .mobile\:font-thin {
        font-weight: 100;
    }

    .mobile\:font-extralight {
        font-weight: 200;
    }

    .mobile\:font-light {
        font-weight: 300;
    }

    .mobile\:font-normal {
        font-weight: 400;
    }

    .mobile\:font-medium {
        font-weight: 500;
    }

    .mobile\:font-semibold {
        font-weight: 600;
    }

    .mobile\:font-bold {
        font-weight: 700;
    }

    .mobile\:font-extrabold {
        font-weight: 800;
    }

    .mobile\:font-black {
        font-weight: 900;
    }

    .mobile\:uppercase {
        text-transform: uppercase;
    }

    .mobile\:lowercase {
        text-transform: lowercase;
    }

    .mobile\:capitalize {
        text-transform: capitalize;
    }

    .mobile\:normal-case {
        text-transform: none;
    }

    .mobile\:italic {
        font-style: italic;
    }

    .mobile\:not-italic {
        font-style: normal;
    }

    .mobile\:ordinal,
    .mobile\:slashed-zero,
    .mobile\:lining-nums,
    .mobile\:oldstyle-nums,
    .mobile\:proportional-nums,
    .mobile\:tabular-nums,
    .mobile\:diagonal-fractions,
    .mobile\:stacked-fractions {
        --tw-ordinal: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-slashed-zero: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-numeric-figure: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-numeric-spacing: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-numeric-fraction: var(--tw-empty,
                /*!*/
                /*!*/
            );
        font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
    }

    .mobile\:normal-nums {
        font-variant-numeric: normal;
    }

    .mobile\:ordinal {
        --tw-ordinal: ordinal;
    }

    .mobile\:slashed-zero {
        --tw-slashed-zero: slashed-zero;
    }

    .mobile\:lining-nums {
        --tw-numeric-figure: lining-nums;
    }

    .mobile\:oldstyle-nums {
        --tw-numeric-figure: oldstyle-nums;
    }

    .mobile\:proportional-nums {
        --tw-numeric-spacing: proportional-nums;
    }

    .mobile\:tabular-nums {
        --tw-numeric-spacing: tabular-nums;
    }

    .mobile\:diagonal-fractions {
        --tw-numeric-fraction: diagonal-fractions;
    }

    .mobile\:stacked-fractions {
        --tw-numeric-fraction: stacked-fractions;
    }

    .mobile\:leading-3 {
        line-height: .75rem;
    }

    .mobile\:leading-4 {
        line-height: 1rem;
    }

    .mobile\:leading-5 {
        line-height: 1.25rem;
    }

    .mobile\:leading-6 {
        line-height: 1.5rem;
    }

    .mobile\:leading-7 {
        line-height: 1.75rem;
    }

    .mobile\:leading-8 {
        line-height: 2rem;
    }

    .mobile\:leading-9 {
        line-height: 2.25rem;
    }

    .mobile\:leading-10 {
        line-height: 2.5rem;
    }

    .mobile\:leading-none {
        line-height: 1;
    }

    .mobile\:leading-tight {
        line-height: 1.25;
    }

    .mobile\:leading-snug {
        line-height: 1.375;
    }

    .mobile\:leading-normal {
        line-height: 1.5;
    }

    .mobile\:leading-relaxed {
        line-height: 1.625;
    }

    .mobile\:leading-loose {
        line-height: 2;
    }

    .mobile\:tracking-tightest {
        letter-spacing: -.075em;
    }

    .mobile\:tracking-tighter {
        letter-spacing: -.05em;
    }

    .mobile\:tracking-tight {
        letter-spacing: -.025em;
    }

    .mobile\:tracking-normal {
        letter-spacing: 0;
    }

    .mobile\:tracking-wide {
        letter-spacing: 1.5px;
    }

    .mobile\:tracking-wider {
        letter-spacing: .05em;
    }

    .mobile\:tracking-wider_lg {
        letter-spacing: .1em;
    }

    .mobile\:tracking-widest {
        letter-spacing: .15em;
    }

    .mobile\:text-transparent {
        color: transparent;
    }

    .mobile\:text-current {
        color: currentColor;
    }

    .mobile\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .mobile\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .mobile\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .mobile\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .mobile\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .mobile\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .mobile\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .mobile\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .mobile\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .mobile\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .mobile\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .mobile\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .mobile\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .mobile\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .mobile\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .mobile\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .mobile\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .mobile\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .mobile\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .mobile\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .mobile\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .mobile\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .mobile\:text-yellow {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .mobile\:text-green {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .mobile\:text-blue {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .mobile\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .mobile\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .mobile\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .mobile\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .mobile\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .mobile\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .mobile\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .mobile\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .mobile\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .mobile\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .mobile\:text-purple {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .mobile\:text-pink {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .mobile\:text-primary {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .mobile\:text-secondary {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .mobile\:text-body_bg {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .mobile\:text-body_text {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .mobile\:text-title {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .mobile\:text-grey {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .mobile\:text-dark_grey {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .mobile\:text-light_grey {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .mobile\:text-medium_grey {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .mobile\:text-lightten_grey {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .mobile\:text-grey_300 {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .mobile\:text-grey_400 {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .mobile\:text-medium_blue {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .mobile\:text-dark_blue {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .mobile\:text-text_blue {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .mobile\:text-footer_bg {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .mobile\:text-brown {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .mobile\:text-dark_brown {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .mobile\:text-Light_purple {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .mobile\:text-dark_green {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .mobile\:text-medium_green {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .mobile\:text-light_green {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .mobile\:text-green_900 {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .mobile\:text-dark_border {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-transparent {
        color: transparent;
    }

    .group:hover .mobile\:group-hover\:text-current {
        color: currentColor;
    }

    .group:hover .mobile\:group-hover\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-yellow {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-green {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-blue {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-purple {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-pink {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-primary {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-secondary {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-body_bg {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-body_text {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-title {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-grey {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-dark_grey {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-light_grey {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-medium_grey {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-lightten_grey {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-grey_300 {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-grey_400 {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-medium_blue {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-dark_blue {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-text_blue {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-footer_bg {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-brown {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-dark_brown {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-Light_purple {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-dark_green {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-medium_green {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-light_green {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-green_900 {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .group:hover .mobile\:group-hover\:text-dark_border {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-transparent:focus-within {
        color: transparent;
    }

    .mobile\:focus-within\:text-current:focus-within {
        color: currentColor;
    }

    .mobile\:focus-within\:text-black:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-white:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-gray-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-gray-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-gray-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-gray-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-gray-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-gray-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-gray-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-gray-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-gray-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-gray-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-red-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-red-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-red-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-red-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-red-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-red-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-red-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-red-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-red-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-red-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-yellow:focus-within {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-indigo-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-indigo-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-indigo-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-indigo-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-indigo-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-indigo-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-indigo-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-indigo-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-indigo-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-indigo-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-purple:focus-within {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-pink:focus-within {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-primary:focus-within {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-secondary:focus-within {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-body_bg:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-body_text:focus-within {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-title:focus-within {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-dark_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-light_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-medium_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-lightten_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-grey_300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-grey_400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-medium_blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-dark_blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-text_blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-footer_bg:focus-within {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-brown:focus-within {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-dark_brown:focus-within {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-Light_purple:focus-within {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-dark_green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-medium_green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-light_green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-green_900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .mobile\:focus-within\:text-dark_border:focus-within {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-transparent:hover {
        color: transparent;
    }

    .mobile\:hover\:text-current:hover {
        color: currentColor;
    }

    .mobile\:hover\:text-black:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-white:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-gray-50:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-gray-100:hover {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-gray-200:hover {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-gray-300:hover {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-gray-400:hover {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-gray-500:hover {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-gray-600:hover {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-gray-700:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-gray-800:hover {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-gray-900:hover {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-red-50:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-red-100:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-red-200:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-red-300:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-red-400:hover {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-red-500:hover {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-red-600:hover {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-red-700:hover {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-red-800:hover {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-red-900:hover {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-yellow:hover {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-green:hover {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-blue:hover {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-indigo-50:hover {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-indigo-100:hover {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-indigo-200:hover {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-indigo-300:hover {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-indigo-400:hover {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-indigo-500:hover {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-indigo-600:hover {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-indigo-700:hover {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-indigo-800:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-indigo-900:hover {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-purple:hover {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-pink:hover {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-primary:hover {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-secondary:hover {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-body_bg:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-body_text:hover {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-title:hover {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-grey:hover {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-dark_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-light_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-medium_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-lightten_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-grey_300:hover {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-grey_400:hover {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-medium_blue:hover {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-dark_blue:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-text_blue:hover {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-footer_bg:hover {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-brown:hover {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-dark_brown:hover {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-Light_purple:hover {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-dark_green:hover {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-medium_green:hover {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-light_green:hover {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-green_900:hover {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .mobile\:hover\:text-dark_border:hover {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-transparent:focus {
        color: transparent;
    }

    .mobile\:focus\:text-current:focus {
        color: currentColor;
    }

    .mobile\:focus\:text-black:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-white:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-gray-50:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-gray-100:focus {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-gray-200:focus {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-gray-300:focus {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-gray-400:focus {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-gray-500:focus {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-gray-600:focus {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-gray-700:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-gray-800:focus {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-gray-900:focus {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-red-50:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-red-100:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-red-200:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-red-300:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-red-400:focus {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-red-500:focus {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-red-600:focus {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-red-700:focus {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-red-800:focus {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-red-900:focus {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-yellow:focus {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-green:focus {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-blue:focus {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-indigo-50:focus {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-indigo-100:focus {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-indigo-200:focus {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-indigo-300:focus {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-indigo-400:focus {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-indigo-500:focus {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-indigo-600:focus {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-indigo-700:focus {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-indigo-800:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-indigo-900:focus {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-purple:focus {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-pink:focus {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-primary:focus {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-secondary:focus {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-body_bg:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-body_text:focus {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-title:focus {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-grey:focus {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-dark_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-light_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-medium_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-lightten_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-grey_300:focus {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-grey_400:focus {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-medium_blue:focus {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-dark_blue:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-text_blue:focus {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-footer_bg:focus {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-brown:focus {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-dark_brown:focus {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-Light_purple:focus {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-dark_green:focus {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-medium_green:focus {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-light_green:focus {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-green_900:focus {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .mobile\:focus\:text-dark_border:focus {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .mobile\:text-opacity-0 {
        --tw-text-opacity: 0;
    }

    .mobile\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }

    .mobile\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }

    .mobile\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }

    .mobile\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }

    .mobile\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }

    .mobile\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }

    .mobile\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }

    .mobile\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }

    .mobile\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }

    .mobile\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }

    .mobile\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }

    .mobile\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }

    .mobile\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }

    .mobile\:text-opacity-100 {
        --tw-text-opacity: 1;
    }

    .group:hover .mobile\:group-hover\:text-opacity-0 {
        --tw-text-opacity: 0;
    }

    .group:hover .mobile\:group-hover\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }

    .group:hover .mobile\:group-hover\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }

    .group:hover .mobile\:group-hover\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }

    .group:hover .mobile\:group-hover\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }

    .group:hover .mobile\:group-hover\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }

    .group:hover .mobile\:group-hover\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }

    .group:hover .mobile\:group-hover\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }

    .group:hover .mobile\:group-hover\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }

    .group:hover .mobile\:group-hover\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }

    .group:hover .mobile\:group-hover\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }

    .group:hover .mobile\:group-hover\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }

    .group:hover .mobile\:group-hover\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }

    .group:hover .mobile\:group-hover\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }

    .group:hover .mobile\:group-hover\:text-opacity-100 {
        --tw-text-opacity: 1;
    }

    .mobile\:focus-within\:text-opacity-0:focus-within {
        --tw-text-opacity: 0;
    }

    .mobile\:focus-within\:text-opacity-5:focus-within {
        --tw-text-opacity: 0.05;
    }

    .mobile\:focus-within\:text-opacity-10:focus-within {
        --tw-text-opacity: 0.1;
    }

    .mobile\:focus-within\:text-opacity-20:focus-within {
        --tw-text-opacity: 0.2;
    }

    .mobile\:focus-within\:text-opacity-25:focus-within {
        --tw-text-opacity: 0.25;
    }

    .mobile\:focus-within\:text-opacity-30:focus-within {
        --tw-text-opacity: 0.3;
    }

    .mobile\:focus-within\:text-opacity-40:focus-within {
        --tw-text-opacity: 0.4;
    }

    .mobile\:focus-within\:text-opacity-50:focus-within {
        --tw-text-opacity: 0.5;
    }

    .mobile\:focus-within\:text-opacity-60:focus-within {
        --tw-text-opacity: 0.6;
    }

    .mobile\:focus-within\:text-opacity-70:focus-within {
        --tw-text-opacity: 0.7;
    }

    .mobile\:focus-within\:text-opacity-75:focus-within {
        --tw-text-opacity: 0.75;
    }

    .mobile\:focus-within\:text-opacity-80:focus-within {
        --tw-text-opacity: 0.8;
    }

    .mobile\:focus-within\:text-opacity-90:focus-within {
        --tw-text-opacity: 0.9;
    }

    .mobile\:focus-within\:text-opacity-95:focus-within {
        --tw-text-opacity: 0.95;
    }

    .mobile\:focus-within\:text-opacity-100:focus-within {
        --tw-text-opacity: 1;
    }

    .mobile\:hover\:text-opacity-0:hover {
        --tw-text-opacity: 0;
    }

    .mobile\:hover\:text-opacity-5:hover {
        --tw-text-opacity: 0.05;
    }

    .mobile\:hover\:text-opacity-10:hover {
        --tw-text-opacity: 0.1;
    }

    .mobile\:hover\:text-opacity-20:hover {
        --tw-text-opacity: 0.2;
    }

    .mobile\:hover\:text-opacity-25:hover {
        --tw-text-opacity: 0.25;
    }

    .mobile\:hover\:text-opacity-30:hover {
        --tw-text-opacity: 0.3;
    }

    .mobile\:hover\:text-opacity-40:hover {
        --tw-text-opacity: 0.4;
    }

    .mobile\:hover\:text-opacity-50:hover {
        --tw-text-opacity: 0.5;
    }

    .mobile\:hover\:text-opacity-60:hover {
        --tw-text-opacity: 0.6;
    }

    .mobile\:hover\:text-opacity-70:hover {
        --tw-text-opacity: 0.7;
    }

    .mobile\:hover\:text-opacity-75:hover {
        --tw-text-opacity: 0.75;
    }

    .mobile\:hover\:text-opacity-80:hover {
        --tw-text-opacity: 0.8;
    }

    .mobile\:hover\:text-opacity-90:hover {
        --tw-text-opacity: 0.9;
    }

    .mobile\:hover\:text-opacity-95:hover {
        --tw-text-opacity: 0.95;
    }

    .mobile\:hover\:text-opacity-100:hover {
        --tw-text-opacity: 1;
    }

    .mobile\:focus\:text-opacity-0:focus {
        --tw-text-opacity: 0;
    }

    .mobile\:focus\:text-opacity-5:focus {
        --tw-text-opacity: 0.05;
    }

    .mobile\:focus\:text-opacity-10:focus {
        --tw-text-opacity: 0.1;
    }

    .mobile\:focus\:text-opacity-20:focus {
        --tw-text-opacity: 0.2;
    }

    .mobile\:focus\:text-opacity-25:focus {
        --tw-text-opacity: 0.25;
    }

    .mobile\:focus\:text-opacity-30:focus {
        --tw-text-opacity: 0.3;
    }

    .mobile\:focus\:text-opacity-40:focus {
        --tw-text-opacity: 0.4;
    }

    .mobile\:focus\:text-opacity-50:focus {
        --tw-text-opacity: 0.5;
    }

    .mobile\:focus\:text-opacity-60:focus {
        --tw-text-opacity: 0.6;
    }

    .mobile\:focus\:text-opacity-70:focus {
        --tw-text-opacity: 0.7;
    }

    .mobile\:focus\:text-opacity-75:focus {
        --tw-text-opacity: 0.75;
    }

    .mobile\:focus\:text-opacity-80:focus {
        --tw-text-opacity: 0.8;
    }

    .mobile\:focus\:text-opacity-90:focus {
        --tw-text-opacity: 0.9;
    }

    .mobile\:focus\:text-opacity-95:focus {
        --tw-text-opacity: 0.95;
    }

    .mobile\:focus\:text-opacity-100:focus {
        --tw-text-opacity: 1;
    }

    .mobile\:underline {
        text-decoration: underline;
    }

    .mobile\:line-through {
        text-decoration: line-through;
    }

    .mobile\:no-underline {
        text-decoration: none;
    }

    .group:hover .mobile\:group-hover\:underline {
        text-decoration: underline;
    }

    .group:hover .mobile\:group-hover\:line-through {
        text-decoration: line-through;
    }

    .group:hover .mobile\:group-hover\:no-underline {
        text-decoration: none;
    }

    .mobile\:focus-within\:underline:focus-within {
        text-decoration: underline;
    }

    .mobile\:focus-within\:line-through:focus-within {
        text-decoration: line-through;
    }

    .mobile\:focus-within\:no-underline:focus-within {
        text-decoration: none;
    }

    .mobile\:hover\:underline:hover {
        text-decoration: underline;
    }

    .mobile\:hover\:line-through:hover {
        text-decoration: line-through;
    }

    .mobile\:hover\:no-underline:hover {
        text-decoration: none;
    }

    .mobile\:focus\:underline:focus {
        text-decoration: underline;
    }

    .mobile\:focus\:line-through:focus {
        text-decoration: line-through;
    }

    .mobile\:focus\:no-underline:focus {
        text-decoration: none;
    }

    .mobile\:antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .mobile\:subpixel-antialiased {
        -webkit-font-smoothing: auto;
        -moz-osx-font-smoothing: auto;
    }

    .mobile\:placeholder-transparent::-moz-placeholder {
        color: transparent;
    }

    .mobile\:placeholder-transparent:-ms-input-placeholder {
        color: transparent;
    }

    .mobile\:placeholder-transparent::placeholder {
        color: transparent;
    }

    .mobile\:placeholder-current::-moz-placeholder {
        color: currentColor;
    }

    .mobile\:placeholder-current:-ms-input-placeholder {
        color: currentColor;
    }

    .mobile\:placeholder-current::placeholder {
        color: currentColor;
    }

    .mobile\:placeholder-black::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-black:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-black::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-white::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-white:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-white::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-gray-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-gray-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-gray-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-gray-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-gray-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-gray-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-gray-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-gray-200:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-gray-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-gray-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-gray-300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-gray-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-gray-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-gray-400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-gray-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-gray-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-gray-500:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-gray-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-gray-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-gray-600:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-gray-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-gray-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-gray-700:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-gray-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-gray-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-gray-800:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-gray-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-gray-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-gray-900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-gray-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-red-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-red-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-red-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-red-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-red-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-red-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-red-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-red-200:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-red-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-red-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-red-300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-red-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-red-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-red-400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-red-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-red-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-red-500:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-red-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-red-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-red-600:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-red-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-red-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-red-700:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-red-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-red-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-red-800:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-red-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-red-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-red-900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-red-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-yellow::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-yellow:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-yellow::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-indigo-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-indigo-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-indigo-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-indigo-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-indigo-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-indigo-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-indigo-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-indigo-200:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-indigo-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-indigo-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-indigo-300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-indigo-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-indigo-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-indigo-400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-indigo-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-indigo-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-indigo-500:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-indigo-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-indigo-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-indigo-600:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-indigo-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-indigo-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-indigo-700:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-indigo-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-indigo-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-indigo-800:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-indigo-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-indigo-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-indigo-900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-indigo-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-purple::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-purple:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-purple::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-pink::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-pink:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-pink::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-primary::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-primary:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-primary::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-secondary::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-secondary:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-secondary::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-body_bg::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-body_bg:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-body_bg::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-body_text::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-body_text:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-body_text::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-title::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-title:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-title::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-dark_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-dark_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-dark_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-light_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-light_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-light_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-medium_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-medium_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-medium_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-lightten_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-lightten_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-lightten_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-grey_300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-grey_300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-grey_300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-grey_400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-grey_400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-grey_400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-medium_blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-medium_blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-medium_blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-dark_blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-dark_blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-dark_blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-text_blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-text_blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-text_blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-footer_bg::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-footer_bg:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-footer_bg::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-brown::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-brown:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-brown::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-dark_brown::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-dark_brown:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-dark_brown::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-Light_purple::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-Light_purple:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-Light_purple::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-dark_green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-dark_green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-dark_green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-medium_green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-medium_green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-medium_green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-light_green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-light_green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-light_green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-green_900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-green_900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-green_900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-dark_border::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-dark_border:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-dark_border::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-transparent:focus::-moz-placeholder {
        color: transparent;
    }

    .mobile\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
        color: transparent;
    }

    .mobile\:focus\:placeholder-transparent:focus::placeholder {
        color: transparent;
    }

    .mobile\:focus\:placeholder-current:focus::-moz-placeholder {
        color: currentColor;
    }

    .mobile\:focus\:placeholder-current:focus:-ms-input-placeholder {
        color: currentColor;
    }

    .mobile\:focus\:placeholder-current:focus::placeholder {
        color: currentColor;
    }

    .mobile\:focus\:placeholder-black:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-black:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-black:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-white:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-white:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-white:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-gray-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-gray-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-gray-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-gray-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-gray-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-gray-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-gray-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-gray-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-gray-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-gray-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-gray-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-gray-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-gray-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-gray-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-gray-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-gray-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-gray-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-gray-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-gray-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-gray-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-gray-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-red-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-red-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-red-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-red-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-red-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-red-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-red-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-red-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-red-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-red-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-red-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-red-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-red-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-red-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-red-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-red-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-red-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-red-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-red-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-red-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-red-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-yellow:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-yellow:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-indigo-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-indigo-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-indigo-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-indigo-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-indigo-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-indigo-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-indigo-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-indigo-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-indigo-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-indigo-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-purple:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-purple:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-purple:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-pink:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-pink:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-pink:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-primary:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-primary:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-primary:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-secondary:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-secondary:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-secondary:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-body_bg:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-body_bg:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-body_bg:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-body_text:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-body_text:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-body_text:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-title:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-title:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-title:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-dark_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-dark_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-dark_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-light_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-light_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-light_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-medium_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-medium_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-medium_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-lightten_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-lightten_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-lightten_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-grey_300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-grey_300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-grey_300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-grey_400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-grey_400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-grey_400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-medium_blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-medium_blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-medium_blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-dark_blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-dark_blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-dark_blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-text_blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-text_blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-text_blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-footer_bg:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-footer_bg:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-footer_bg:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-brown:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-brown:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-brown:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-dark_brown:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-dark_brown:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-dark_brown:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-Light_purple:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-Light_purple:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-Light_purple:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-dark_green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-dark_green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-dark_green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-medium_green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-medium_green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-medium_green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-light_green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-light_green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-light_green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-green_900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-green_900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-green_900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-dark_border:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-dark_border:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .mobile\:focus\:placeholder-dark_border:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .mobile\:placeholder-opacity-0::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .mobile\:placeholder-opacity-0:-ms-input-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .mobile\:placeholder-opacity-0::placeholder {
        --tw-placeholder-opacity: 0;
    }

    .mobile\:placeholder-opacity-5::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .mobile\:placeholder-opacity-5:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .mobile\:placeholder-opacity-5::placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .mobile\:placeholder-opacity-10::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .mobile\:placeholder-opacity-10:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .mobile\:placeholder-opacity-10::placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .mobile\:placeholder-opacity-20::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .mobile\:placeholder-opacity-20:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .mobile\:placeholder-opacity-20::placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .mobile\:placeholder-opacity-25::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .mobile\:placeholder-opacity-25:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .mobile\:placeholder-opacity-25::placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .mobile\:placeholder-opacity-30::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .mobile\:placeholder-opacity-30:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .mobile\:placeholder-opacity-30::placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .mobile\:placeholder-opacity-40::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .mobile\:placeholder-opacity-40:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .mobile\:placeholder-opacity-40::placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .mobile\:placeholder-opacity-50::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .mobile\:placeholder-opacity-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .mobile\:placeholder-opacity-50::placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .mobile\:placeholder-opacity-60::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .mobile\:placeholder-opacity-60:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .mobile\:placeholder-opacity-60::placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .mobile\:placeholder-opacity-70::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .mobile\:placeholder-opacity-70:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .mobile\:placeholder-opacity-70::placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .mobile\:placeholder-opacity-75::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .mobile\:placeholder-opacity-75:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .mobile\:placeholder-opacity-75::placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .mobile\:placeholder-opacity-80::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .mobile\:placeholder-opacity-80:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .mobile\:placeholder-opacity-80::placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .mobile\:placeholder-opacity-90::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .mobile\:placeholder-opacity-90:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .mobile\:placeholder-opacity-90::placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .mobile\:placeholder-opacity-95::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .mobile\:placeholder-opacity-95:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .mobile\:placeholder-opacity-95::placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .mobile\:placeholder-opacity-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .mobile\:placeholder-opacity-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .mobile\:placeholder-opacity-100::placeholder {
        --tw-placeholder-opacity: 1;
    }

    .mobile\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .mobile\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .mobile\:focus\:placeholder-opacity-0:focus::placeholder {
        --tw-placeholder-opacity: 0;
    }

    .mobile\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .mobile\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .mobile\:focus\:placeholder-opacity-5:focus::placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .mobile\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .mobile\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .mobile\:focus\:placeholder-opacity-10:focus::placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .mobile\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .mobile\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .mobile\:focus\:placeholder-opacity-20:focus::placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .mobile\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .mobile\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .mobile\:focus\:placeholder-opacity-25:focus::placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .mobile\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .mobile\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .mobile\:focus\:placeholder-opacity-30:focus::placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .mobile\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .mobile\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .mobile\:focus\:placeholder-opacity-40:focus::placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .mobile\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .mobile\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .mobile\:focus\:placeholder-opacity-50:focus::placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .mobile\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .mobile\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .mobile\:focus\:placeholder-opacity-60:focus::placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .mobile\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .mobile\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .mobile\:focus\:placeholder-opacity-70:focus::placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .mobile\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .mobile\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .mobile\:focus\:placeholder-opacity-75:focus::placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .mobile\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .mobile\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .mobile\:focus\:placeholder-opacity-80:focus::placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .mobile\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .mobile\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .mobile\:focus\:placeholder-opacity-90:focus::placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .mobile\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .mobile\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .mobile\:focus\:placeholder-opacity-95:focus::placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .mobile\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .mobile\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .mobile\:focus\:placeholder-opacity-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
    }

    .mobile\:opacity-0 {
        opacity: 0;
    }

    .mobile\:opacity-5 {
        opacity: 0.05;
    }

    .mobile\:opacity-10 {
        opacity: 0.1;
    }

    .mobile\:opacity-20 {
        opacity: 0.2;
    }

    .mobile\:opacity-25 {
        opacity: 0.25;
    }

    .mobile\:opacity-30 {
        opacity: 0.3;
    }

    .mobile\:opacity-40 {
        opacity: 0.4;
    }

    .mobile\:opacity-50 {
        opacity: 0.5;
    }

    .mobile\:opacity-60 {
        opacity: 0.6;
    }

    .mobile\:opacity-70 {
        opacity: 0.7;
    }

    .mobile\:opacity-75 {
        opacity: 0.75;
    }

    .mobile\:opacity-80 {
        opacity: 0.8;
    }

    .mobile\:opacity-90 {
        opacity: 0.9;
    }

    .mobile\:opacity-95 {
        opacity: 0.95;
    }

    .mobile\:opacity-100 {
        opacity: 1;
    }

    .group:hover .mobile\:group-hover\:opacity-0 {
        opacity: 0;
    }

    .group:hover .mobile\:group-hover\:opacity-5 {
        opacity: 0.05;
    }

    .group:hover .mobile\:group-hover\:opacity-10 {
        opacity: 0.1;
    }

    .group:hover .mobile\:group-hover\:opacity-20 {
        opacity: 0.2;
    }

    .group:hover .mobile\:group-hover\:opacity-25 {
        opacity: 0.25;
    }

    .group:hover .mobile\:group-hover\:opacity-30 {
        opacity: 0.3;
    }

    .group:hover .mobile\:group-hover\:opacity-40 {
        opacity: 0.4;
    }

    .group:hover .mobile\:group-hover\:opacity-50 {
        opacity: 0.5;
    }

    .group:hover .mobile\:group-hover\:opacity-60 {
        opacity: 0.6;
    }

    .group:hover .mobile\:group-hover\:opacity-70 {
        opacity: 0.7;
    }

    .group:hover .mobile\:group-hover\:opacity-75 {
        opacity: 0.75;
    }

    .group:hover .mobile\:group-hover\:opacity-80 {
        opacity: 0.8;
    }

    .group:hover .mobile\:group-hover\:opacity-90 {
        opacity: 0.9;
    }

    .group:hover .mobile\:group-hover\:opacity-95 {
        opacity: 0.95;
    }

    .group:hover .mobile\:group-hover\:opacity-100 {
        opacity: 1;
    }

    .mobile\:focus-within\:opacity-0:focus-within {
        opacity: 0;
    }

    .mobile\:focus-within\:opacity-5:focus-within {
        opacity: 0.05;
    }

    .mobile\:focus-within\:opacity-10:focus-within {
        opacity: 0.1;
    }

    .mobile\:focus-within\:opacity-20:focus-within {
        opacity: 0.2;
    }

    .mobile\:focus-within\:opacity-25:focus-within {
        opacity: 0.25;
    }

    .mobile\:focus-within\:opacity-30:focus-within {
        opacity: 0.3;
    }

    .mobile\:focus-within\:opacity-40:focus-within {
        opacity: 0.4;
    }

    .mobile\:focus-within\:opacity-50:focus-within {
        opacity: 0.5;
    }

    .mobile\:focus-within\:opacity-60:focus-within {
        opacity: 0.6;
    }

    .mobile\:focus-within\:opacity-70:focus-within {
        opacity: 0.7;
    }

    .mobile\:focus-within\:opacity-75:focus-within {
        opacity: 0.75;
    }

    .mobile\:focus-within\:opacity-80:focus-within {
        opacity: 0.8;
    }

    .mobile\:focus-within\:opacity-90:focus-within {
        opacity: 0.9;
    }

    .mobile\:focus-within\:opacity-95:focus-within {
        opacity: 0.95;
    }

    .mobile\:focus-within\:opacity-100:focus-within {
        opacity: 1;
    }

    .mobile\:hover\:opacity-0:hover {
        opacity: 0;
    }

    .mobile\:hover\:opacity-5:hover {
        opacity: 0.05;
    }

    .mobile\:hover\:opacity-10:hover {
        opacity: 0.1;
    }

    .mobile\:hover\:opacity-20:hover {
        opacity: 0.2;
    }

    .mobile\:hover\:opacity-25:hover {
        opacity: 0.25;
    }

    .mobile\:hover\:opacity-30:hover {
        opacity: 0.3;
    }

    .mobile\:hover\:opacity-40:hover {
        opacity: 0.4;
    }

    .mobile\:hover\:opacity-50:hover {
        opacity: 0.5;
    }

    .mobile\:hover\:opacity-60:hover {
        opacity: 0.6;
    }

    .mobile\:hover\:opacity-70:hover {
        opacity: 0.7;
    }

    .mobile\:hover\:opacity-75:hover {
        opacity: 0.75;
    }

    .mobile\:hover\:opacity-80:hover {
        opacity: 0.8;
    }

    .mobile\:hover\:opacity-90:hover {
        opacity: 0.9;
    }

    .mobile\:hover\:opacity-95:hover {
        opacity: 0.95;
    }

    .mobile\:hover\:opacity-100:hover {
        opacity: 1;
    }

    .mobile\:focus\:opacity-0:focus {
        opacity: 0;
    }

    .mobile\:focus\:opacity-5:focus {
        opacity: 0.05;
    }

    .mobile\:focus\:opacity-10:focus {
        opacity: 0.1;
    }

    .mobile\:focus\:opacity-20:focus {
        opacity: 0.2;
    }

    .mobile\:focus\:opacity-25:focus {
        opacity: 0.25;
    }

    .mobile\:focus\:opacity-30:focus {
        opacity: 0.3;
    }

    .mobile\:focus\:opacity-40:focus {
        opacity: 0.4;
    }

    .mobile\:focus\:opacity-50:focus {
        opacity: 0.5;
    }

    .mobile\:focus\:opacity-60:focus {
        opacity: 0.6;
    }

    .mobile\:focus\:opacity-70:focus {
        opacity: 0.7;
    }

    .mobile\:focus\:opacity-75:focus {
        opacity: 0.75;
    }

    .mobile\:focus\:opacity-80:focus {
        opacity: 0.8;
    }

    .mobile\:focus\:opacity-90:focus {
        opacity: 0.9;
    }

    .mobile\:focus\:opacity-95:focus {
        opacity: 0.95;
    }

    .mobile\:focus\:opacity-100:focus {
        opacity: 1;
    }

    .mobile\:bg-blend-normal {
        background-blend-mode: normal;
    }

    .mobile\:bg-blend-multiply {
        background-blend-mode: multiply;
    }

    .mobile\:bg-blend-screen {
        background-blend-mode: screen;
    }

    .mobile\:bg-blend-overlay {
        background-blend-mode: overlay;
    }

    .mobile\:bg-blend-darken {
        background-blend-mode: darken;
    }

    .mobile\:bg-blend-lighten {
        background-blend-mode: lighten;
    }

    .mobile\:bg-blend-color-dodge {
        background-blend-mode: color-dodge;
    }

    .mobile\:bg-blend-color-burn {
        background-blend-mode: color-burn;
    }

    .mobile\:bg-blend-hard-light {
        background-blend-mode: hard-light;
    }

    .mobile\:bg-blend-soft-light {
        background-blend-mode: soft-light;
    }

    .mobile\:bg-blend-difference {
        background-blend-mode: difference;
    }

    .mobile\:bg-blend-exclusion {
        background-blend-mode: exclusion;
    }

    .mobile\:bg-blend-hue {
        background-blend-mode: hue;
    }

    .mobile\:bg-blend-saturation {
        background-blend-mode: saturation;
    }

    .mobile\:bg-blend-color {
        background-blend-mode: color;
    }

    .mobile\:bg-blend-luminosity {
        background-blend-mode: luminosity;
    }

    .mobile\:mix-blend-normal {
        mix-blend-mode: normal;
    }

    .mobile\:mix-blend-multiply {
        mix-blend-mode: multiply;
    }

    .mobile\:mix-blend-screen {
        mix-blend-mode: screen;
    }

    .mobile\:mix-blend-overlay {
        mix-blend-mode: overlay;
    }

    .mobile\:mix-blend-darken {
        mix-blend-mode: darken;
    }

    .mobile\:mix-blend-lighten {
        mix-blend-mode: lighten;
    }

    .mobile\:mix-blend-color-dodge {
        mix-blend-mode: color-dodge;
    }

    .mobile\:mix-blend-color-burn {
        mix-blend-mode: color-burn;
    }

    .mobile\:mix-blend-hard-light {
        mix-blend-mode: hard-light;
    }

    .mobile\:mix-blend-soft-light {
        mix-blend-mode: soft-light;
    }

    .mobile\:mix-blend-difference {
        mix-blend-mode: difference;
    }

    .mobile\:mix-blend-exclusion {
        mix-blend-mode: exclusion;
    }

    .mobile\:mix-blend-hue {
        mix-blend-mode: hue;
    }

    .mobile\:mix-blend-saturation {
        mix-blend-mode: saturation;
    }

    .mobile\:mix-blend-color {
        mix-blend-mode: color;
    }

    .mobile\:mix-blend-luminosity {
        mix-blend-mode: luminosity;
    }

    .mobile\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile\:shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .mobile\:group-hover\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .mobile\:group-hover\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .mobile\:group-hover\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .mobile\:group-hover\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .mobile\:group-hover\:shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .mobile\:group-hover\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .mobile\:group-hover\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .mobile\:group-hover\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile\:focus-within\:shadow-sm:focus-within {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile\:focus-within\:shadow:focus-within {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile\:focus-within\:shadow-md:focus-within {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile\:focus-within\:shadow-lg:focus-within {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile\:focus-within\:shadow-xl:focus-within {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile\:focus-within\:shadow-2xl:focus-within {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile\:focus-within\:shadow-inner:focus-within {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile\:focus-within\:shadow-none:focus-within {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile\:hover\:shadow-sm:hover {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile\:hover\:shadow:hover {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile\:hover\:shadow-md:hover {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile\:hover\:shadow-lg:hover {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile\:hover\:shadow-xl:hover {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile\:hover\:shadow-2xl:hover {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile\:hover\:shadow-inner:hover {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile\:hover\:shadow-none:hover {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile\:focus\:shadow-sm:focus {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile\:focus\:shadow:focus {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile\:focus\:shadow-md:focus {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile\:focus\:shadow-lg:focus {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile\:focus\:shadow-xl:focus {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile\:focus\:shadow-2xl:focus {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile\:focus\:shadow-inner:focus {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile\:focus\:shadow-none:focus {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile\:outline-none {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .mobile\:outline-white {
        outline: 2px dotted white;
        outline-offset: 2px;
    }

    .mobile\:outline-black {
        outline: 2px dotted black;
        outline-offset: 2px;
    }

    .mobile\:focus-within\:outline-none:focus-within {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .mobile\:focus-within\:outline-white:focus-within {
        outline: 2px dotted white;
        outline-offset: 2px;
    }

    .mobile\:focus-within\:outline-black:focus-within {
        outline: 2px dotted black;
        outline-offset: 2px;
    }

    .mobile\:focus\:outline-none:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .mobile\:focus\:outline-white:focus {
        outline: 2px dotted white;
        outline-offset: 2px;
    }

    .mobile\:focus\:outline-black:focus {
        outline: 2px dotted black;
        outline-offset: 2px;
    }

    .mobile\:ring-0 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .mobile\:ring-1 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .mobile\:ring-2 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .mobile\:ring-4 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .mobile\:ring-8 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .mobile\:ring {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .mobile\:focus-within\:ring-0:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .mobile\:focus-within\:ring-1:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .mobile\:focus-within\:ring-2:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .mobile\:focus-within\:ring-4:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .mobile\:focus-within\:ring-8:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .mobile\:focus-within\:ring:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .mobile\:focus\:ring-0:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .mobile\:focus\:ring-1:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .mobile\:focus\:ring-2:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .mobile\:focus\:ring-4:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .mobile\:focus\:ring-8:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .mobile\:focus\:ring:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .mobile\:ring-inset {
        --tw-ring-inset: inset;
    }

    .mobile\:focus-within\:ring-inset:focus-within {
        --tw-ring-inset: inset;
    }

    .mobile\:focus\:ring-inset:focus {
        --tw-ring-inset: inset;
    }

    .mobile\:ring-transparent {
        --tw-ring-color: transparent;
    }

    .mobile\:ring-current {
        --tw-ring-color: currentColor;
    }

    .mobile\:ring-black {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }

    .mobile\:ring-white {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .mobile\:ring-gray-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }

    .mobile\:ring-gray-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }

    .mobile\:ring-gray-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }

    .mobile\:ring-gray-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }

    .mobile\:ring-gray-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }

    .mobile\:ring-gray-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }

    .mobile\:ring-gray-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }

    .mobile\:ring-gray-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }

    .mobile\:ring-gray-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }

    .mobile\:ring-gray-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }

    .mobile\:ring-red-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }

    .mobile\:ring-red-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }

    .mobile\:ring-red-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }

    .mobile\:ring-red-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }

    .mobile\:ring-red-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }

    .mobile\:ring-red-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }

    .mobile\:ring-red-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }

    .mobile\:ring-red-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }

    .mobile\:ring-red-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }

    .mobile\:ring-red-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }

    .mobile\:ring-yellow {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 145, 67, var(--tw-ring-opacity));
    }

    .mobile\:ring-green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(123, 188, 0, var(--tw-ring-opacity));
    }

    .mobile\:ring-blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 164, 220, var(--tw-ring-opacity));
    }

    .mobile\:ring-indigo-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }

    .mobile\:ring-indigo-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }

    .mobile\:ring-indigo-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }

    .mobile\:ring-indigo-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }

    .mobile\:ring-indigo-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }

    .mobile\:ring-indigo-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }

    .mobile\:ring-indigo-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }

    .mobile\:ring-indigo-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }

    .mobile\:ring-indigo-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }

    .mobile\:ring-indigo-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }

    .mobile\:ring-purple {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(104, 71, 195, var(--tw-ring-opacity));
    }

    .mobile\:ring-pink {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(133, 7, 55, var(--tw-ring-opacity));
    }

    .mobile\:ring-primary {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 110, 110, var(--tw-ring-opacity));
    }

    .mobile\:ring-secondary {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
    }

    .mobile\:ring-body_bg {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .mobile\:ring-body_text {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .mobile\:ring-title {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .mobile\:ring-grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(82, 74, 81, var(--tw-ring-opacity));
    }

    .mobile\:ring-dark_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .mobile\:ring-light_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .mobile\:ring-medium_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(87, 81, 86, var(--tw-ring-opacity));
    }

    .mobile\:ring-lightten_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(198, 198, 198, var(--tw-ring-opacity));
    }

    .mobile\:ring-grey_300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
    }

    .mobile\:ring-grey_400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .mobile\:ring-medium_blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(69, 205, 252, var(--tw-ring-opacity));
    }

    .mobile\:ring-dark_blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 128, 172, var(--tw-ring-opacity));
    }

    .mobile\:ring-text_blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .mobile\:ring-footer_bg {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
    }

    .mobile\:ring-brown {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(128, 83, 0, var(--tw-ring-opacity));
    }

    .mobile\:ring-dark_brown {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(135, 68, 51, var(--tw-ring-opacity));
    }

    .mobile\:ring-Light_purple {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(101, 71, 155, var(--tw-ring-opacity));
    }

    .mobile\:ring-dark_green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 155, 81, var(--tw-ring-opacity));
    }

    .mobile\:ring-medium_green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 172, 43, var(--tw-ring-opacity));
    }

    .mobile\:ring-light_green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(154, 203, 62, var(--tw-ring-opacity));
    }

    .mobile\:ring-green_900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(57, 102, 118, var(--tw-ring-opacity));
    }

    .mobile\:ring-dark_border {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-transparent:focus-within {
        --tw-ring-color: transparent;
    }

    .mobile\:focus-within\:ring-current:focus-within {
        --tw-ring-color: currentColor;
    }

    .mobile\:focus-within\:ring-black:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-white:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-gray-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-gray-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-gray-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-gray-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-gray-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-gray-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-gray-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-gray-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-gray-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-gray-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-red-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-red-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-red-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-red-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-red-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-red-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-red-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-red-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-red-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-red-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-yellow:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 145, 67, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(123, 188, 0, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 164, 220, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-indigo-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-indigo-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-indigo-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-indigo-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-indigo-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-indigo-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-indigo-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-indigo-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-indigo-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-indigo-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-purple:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(104, 71, 195, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-pink:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(133, 7, 55, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-primary:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 110, 110, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-secondary:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-body_bg:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-body_text:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-title:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(82, 74, 81, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-dark_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-light_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-medium_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(87, 81, 86, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-lightten_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(198, 198, 198, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-grey_300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-grey_400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-medium_blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(69, 205, 252, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-dark_blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 128, 172, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-text_blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-footer_bg:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-brown:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(128, 83, 0, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-dark_brown:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(135, 68, 51, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-Light_purple:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(101, 71, 155, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-dark_green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 155, 81, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-medium_green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 172, 43, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-light_green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(154, 203, 62, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-green_900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(57, 102, 118, var(--tw-ring-opacity));
    }

    .mobile\:focus-within\:ring-dark_border:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-transparent:focus {
        --tw-ring-color: transparent;
    }

    .mobile\:focus\:ring-current:focus {
        --tw-ring-color: currentColor;
    }

    .mobile\:focus\:ring-black:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-white:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-gray-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-gray-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-gray-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-gray-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-gray-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-gray-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-gray-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-gray-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-gray-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-gray-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-red-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-red-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-red-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-red-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-red-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-red-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-red-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-red-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-red-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-red-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-yellow:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 145, 67, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(123, 188, 0, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 164, 220, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-indigo-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-indigo-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-indigo-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-indigo-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-indigo-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-indigo-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-indigo-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-indigo-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-indigo-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-indigo-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-purple:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(104, 71, 195, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-pink:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(133, 7, 55, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-primary:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 110, 110, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-secondary:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-body_bg:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-body_text:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-title:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(82, 74, 81, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-dark_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-light_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-medium_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(87, 81, 86, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-lightten_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(198, 198, 198, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-grey_300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-grey_400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-medium_blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(69, 205, 252, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-dark_blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 128, 172, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-text_blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-footer_bg:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-brown:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(128, 83, 0, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-dark_brown:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(135, 68, 51, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-Light_purple:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(101, 71, 155, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-dark_green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 155, 81, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-medium_green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 172, 43, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-light_green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(154, 203, 62, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-green_900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(57, 102, 118, var(--tw-ring-opacity));
    }

    .mobile\:focus\:ring-dark_border:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity));
    }

    .mobile\:ring-opacity-0 {
        --tw-ring-opacity: 0;
    }

    .mobile\:ring-opacity-5 {
        --tw-ring-opacity: 0.05;
    }

    .mobile\:ring-opacity-10 {
        --tw-ring-opacity: 0.1;
    }

    .mobile\:ring-opacity-20 {
        --tw-ring-opacity: 0.2;
    }

    .mobile\:ring-opacity-25 {
        --tw-ring-opacity: 0.25;
    }

    .mobile\:ring-opacity-30 {
        --tw-ring-opacity: 0.3;
    }

    .mobile\:ring-opacity-40 {
        --tw-ring-opacity: 0.4;
    }

    .mobile\:ring-opacity-50 {
        --tw-ring-opacity: 0.5;
    }

    .mobile\:ring-opacity-60 {
        --tw-ring-opacity: 0.6;
    }

    .mobile\:ring-opacity-70 {
        --tw-ring-opacity: 0.7;
    }

    .mobile\:ring-opacity-75 {
        --tw-ring-opacity: 0.75;
    }

    .mobile\:ring-opacity-80 {
        --tw-ring-opacity: 0.8;
    }

    .mobile\:ring-opacity-90 {
        --tw-ring-opacity: 0.9;
    }

    .mobile\:ring-opacity-95 {
        --tw-ring-opacity: 0.95;
    }

    .mobile\:ring-opacity-100 {
        --tw-ring-opacity: 1;
    }

    .mobile\:focus-within\:ring-opacity-0:focus-within {
        --tw-ring-opacity: 0;
    }

    .mobile\:focus-within\:ring-opacity-5:focus-within {
        --tw-ring-opacity: 0.05;
    }

    .mobile\:focus-within\:ring-opacity-10:focus-within {
        --tw-ring-opacity: 0.1;
    }

    .mobile\:focus-within\:ring-opacity-20:focus-within {
        --tw-ring-opacity: 0.2;
    }

    .mobile\:focus-within\:ring-opacity-25:focus-within {
        --tw-ring-opacity: 0.25;
    }

    .mobile\:focus-within\:ring-opacity-30:focus-within {
        --tw-ring-opacity: 0.3;
    }

    .mobile\:focus-within\:ring-opacity-40:focus-within {
        --tw-ring-opacity: 0.4;
    }

    .mobile\:focus-within\:ring-opacity-50:focus-within {
        --tw-ring-opacity: 0.5;
    }

    .mobile\:focus-within\:ring-opacity-60:focus-within {
        --tw-ring-opacity: 0.6;
    }

    .mobile\:focus-within\:ring-opacity-70:focus-within {
        --tw-ring-opacity: 0.7;
    }

    .mobile\:focus-within\:ring-opacity-75:focus-within {
        --tw-ring-opacity: 0.75;
    }

    .mobile\:focus-within\:ring-opacity-80:focus-within {
        --tw-ring-opacity: 0.8;
    }

    .mobile\:focus-within\:ring-opacity-90:focus-within {
        --tw-ring-opacity: 0.9;
    }

    .mobile\:focus-within\:ring-opacity-95:focus-within {
        --tw-ring-opacity: 0.95;
    }

    .mobile\:focus-within\:ring-opacity-100:focus-within {
        --tw-ring-opacity: 1;
    }

    .mobile\:focus\:ring-opacity-0:focus {
        --tw-ring-opacity: 0;
    }

    .mobile\:focus\:ring-opacity-5:focus {
        --tw-ring-opacity: 0.05;
    }

    .mobile\:focus\:ring-opacity-10:focus {
        --tw-ring-opacity: 0.1;
    }

    .mobile\:focus\:ring-opacity-20:focus {
        --tw-ring-opacity: 0.2;
    }

    .mobile\:focus\:ring-opacity-25:focus {
        --tw-ring-opacity: 0.25;
    }

    .mobile\:focus\:ring-opacity-30:focus {
        --tw-ring-opacity: 0.3;
    }

    .mobile\:focus\:ring-opacity-40:focus {
        --tw-ring-opacity: 0.4;
    }

    .mobile\:focus\:ring-opacity-50:focus {
        --tw-ring-opacity: 0.5;
    }

    .mobile\:focus\:ring-opacity-60:focus {
        --tw-ring-opacity: 0.6;
    }

    .mobile\:focus\:ring-opacity-70:focus {
        --tw-ring-opacity: 0.7;
    }

    .mobile\:focus\:ring-opacity-75:focus {
        --tw-ring-opacity: 0.75;
    }

    .mobile\:focus\:ring-opacity-80:focus {
        --tw-ring-opacity: 0.8;
    }

    .mobile\:focus\:ring-opacity-90:focus {
        --tw-ring-opacity: 0.9;
    }

    .mobile\:focus\:ring-opacity-95:focus {
        --tw-ring-opacity: 0.95;
    }

    .mobile\:focus\:ring-opacity-100:focus {
        --tw-ring-opacity: 1;
    }

    .mobile\:ring-offset-0 {
        --tw-ring-offset-width: 0px;
    }

    .mobile\:ring-offset-1 {
        --tw-ring-offset-width: 1px;
    }

    .mobile\:ring-offset-2 {
        --tw-ring-offset-width: 2px;
    }

    .mobile\:ring-offset-4 {
        --tw-ring-offset-width: 4px;
    }

    .mobile\:ring-offset-8 {
        --tw-ring-offset-width: 8px;
    }

    .mobile\:focus-within\:ring-offset-0:focus-within {
        --tw-ring-offset-width: 0px;
    }

    .mobile\:focus-within\:ring-offset-1:focus-within {
        --tw-ring-offset-width: 1px;
    }

    .mobile\:focus-within\:ring-offset-2:focus-within {
        --tw-ring-offset-width: 2px;
    }

    .mobile\:focus-within\:ring-offset-4:focus-within {
        --tw-ring-offset-width: 4px;
    }

    .mobile\:focus-within\:ring-offset-8:focus-within {
        --tw-ring-offset-width: 8px;
    }

    .mobile\:focus\:ring-offset-0:focus {
        --tw-ring-offset-width: 0px;
    }

    .mobile\:focus\:ring-offset-1:focus {
        --tw-ring-offset-width: 1px;
    }

    .mobile\:focus\:ring-offset-2:focus {
        --tw-ring-offset-width: 2px;
    }

    .mobile\:focus\:ring-offset-4:focus {
        --tw-ring-offset-width: 4px;
    }

    .mobile\:focus\:ring-offset-8:focus {
        --tw-ring-offset-width: 8px;
    }

    .mobile\:ring-offset-transparent {
        --tw-ring-offset-color: transparent;
    }

    .mobile\:ring-offset-current {
        --tw-ring-offset-color: currentColor;
    }

    .mobile\:ring-offset-black {
        --tw-ring-offset-color: #000;
    }

    .mobile\:ring-offset-white {
        --tw-ring-offset-color: #fff;
    }

    .mobile\:ring-offset-gray-50 {
        --tw-ring-offset-color: #f9fafb;
    }

    .mobile\:ring-offset-gray-100 {
        --tw-ring-offset-color: #f3f4f6;
    }

    .mobile\:ring-offset-gray-200 {
        --tw-ring-offset-color: #e5e7eb;
    }

    .mobile\:ring-offset-gray-300 {
        --tw-ring-offset-color: #d1d5db;
    }

    .mobile\:ring-offset-gray-400 {
        --tw-ring-offset-color: #9ca3af;
    }

    .mobile\:ring-offset-gray-500 {
        --tw-ring-offset-color: #6b7280;
    }

    .mobile\:ring-offset-gray-600 {
        --tw-ring-offset-color: #4b5563;
    }

    .mobile\:ring-offset-gray-700 {
        --tw-ring-offset-color: #374151;
    }

    .mobile\:ring-offset-gray-800 {
        --tw-ring-offset-color: #1f2937;
    }

    .mobile\:ring-offset-gray-900 {
        --tw-ring-offset-color: #111827;
    }

    .mobile\:ring-offset-red-50 {
        --tw-ring-offset-color: #fef2f2;
    }

    .mobile\:ring-offset-red-100 {
        --tw-ring-offset-color: #fee2e2;
    }

    .mobile\:ring-offset-red-200 {
        --tw-ring-offset-color: #fecaca;
    }

    .mobile\:ring-offset-red-300 {
        --tw-ring-offset-color: #fca5a5;
    }

    .mobile\:ring-offset-red-400 {
        --tw-ring-offset-color: #f87171;
    }

    .mobile\:ring-offset-red-500 {
        --tw-ring-offset-color: #ef4444;
    }

    .mobile\:ring-offset-red-600 {
        --tw-ring-offset-color: #dc2626;
    }

    .mobile\:ring-offset-red-700 {
        --tw-ring-offset-color: #b91c1c;
    }

    .mobile\:ring-offset-red-800 {
        --tw-ring-offset-color: #991b1b;
    }

    .mobile\:ring-offset-red-900 {
        --tw-ring-offset-color: #7f1d1d;
    }

    .mobile\:ring-offset-yellow {
        --tw-ring-offset-color: #ed9143;
    }

    .mobile\:ring-offset-green {
        --tw-ring-offset-color: #7bbc00;
    }

    .mobile\:ring-offset-blue {
        --tw-ring-offset-color: #5ba4dc;
    }

    .mobile\:ring-offset-indigo-50 {
        --tw-ring-offset-color: #eef2ff;
    }

    .mobile\:ring-offset-indigo-100 {
        --tw-ring-offset-color: #e0e7ff;
    }

    .mobile\:ring-offset-indigo-200 {
        --tw-ring-offset-color: #c7d2fe;
    }

    .mobile\:ring-offset-indigo-300 {
        --tw-ring-offset-color: #a5b4fc;
    }

    .mobile\:ring-offset-indigo-400 {
        --tw-ring-offset-color: #818cf8;
    }

    .mobile\:ring-offset-indigo-500 {
        --tw-ring-offset-color: #6366f1;
    }

    .mobile\:ring-offset-indigo-600 {
        --tw-ring-offset-color: #4f46e5;
    }

    .mobile\:ring-offset-indigo-700 {
        --tw-ring-offset-color: #4338ca;
    }

    .mobile\:ring-offset-indigo-800 {
        --tw-ring-offset-color: #3730a3;
    }

    .mobile\:ring-offset-indigo-900 {
        --tw-ring-offset-color: #312e81;
    }

    .mobile\:ring-offset-purple {
        --tw-ring-offset-color: #6847c3;
    }

    .mobile\:ring-offset-pink {
        --tw-ring-offset-color: #850737;
    }

    .mobile\:ring-offset-primary {
        --tw-ring-offset-color: #6E6E6E;
    }

    .mobile\:ring-offset-secondary {
        --tw-ring-offset-color: #ededed;
    }

    .mobile\:ring-offset-body_bg {
        --tw-ring-offset-color: #ffffff;
    }

    .mobile\:ring-offset-body_text {
        --tw-ring-offset-color: #4a4349;
    }

    .mobile\:ring-offset-title {
        --tw-ring-offset-color: #3fb2cf;
    }

    .mobile\:ring-offset-grey {
        --tw-ring-offset-color: #524A51;
    }

    .mobile\:ring-offset-dark_grey {
        --tw-ring-offset-color: #4a4349;
    }

    .mobile\:ring-offset-light_grey {
        --tw-ring-offset-color: #B7B7B7;
    }

    .mobile\:ring-offset-medium_grey {
        --tw-ring-offset-color: #575156;
    }

    .mobile\:ring-offset-lightten_grey {
        --tw-ring-offset-color: #C6C6C6;
    }

    .mobile\:ring-offset-grey_300 {
        --tw-ring-offset-color: #d3d3d3;
    }

    .mobile\:ring-offset-grey_400 {
        --tw-ring-offset-color: #b7b7b7;
    }

    .mobile\:ring-offset-medium_blue {
        --tw-ring-offset-color: #45cdfc;
    }

    .mobile\:ring-offset-dark_blue {
        --tw-ring-offset-color: #0080ac;
    }

    .mobile\:ring-offset-text_blue {
        --tw-ring-offset-color: #3FB2CF;
    }

    .mobile\:ring-offset-footer_bg {
        --tw-ring-offset-color: #464646;
    }

    .mobile\:ring-offset-brown {
        --tw-ring-offset-color: #805300;
    }

    .mobile\:ring-offset-dark_brown {
        --tw-ring-offset-color: #874433;
    }

    .mobile\:ring-offset-Light_purple {
        --tw-ring-offset-color: #65479b;
    }

    .mobile\:ring-offset-dark_green {
        --tw-ring-offset-color: #479b51;
    }

    .mobile\:ring-offset-medium_green {
        --tw-ring-offset-color: #3aac2b;
    }

    .mobile\:ring-offset-light_green {
        --tw-ring-offset-color: #9acb3e;
    }

    .mobile\:ring-offset-green_900 {
        --tw-ring-offset-color: #396676;
    }

    .mobile\:ring-offset-dark_border {
        --tw-ring-offset-color: #707070;
    }

    .mobile\:focus-within\:ring-offset-transparent:focus-within {
        --tw-ring-offset-color: transparent;
    }

    .mobile\:focus-within\:ring-offset-current:focus-within {
        --tw-ring-offset-color: currentColor;
    }

    .mobile\:focus-within\:ring-offset-black:focus-within {
        --tw-ring-offset-color: #000;
    }

    .mobile\:focus-within\:ring-offset-white:focus-within {
        --tw-ring-offset-color: #fff;
    }

    .mobile\:focus-within\:ring-offset-gray-50:focus-within {
        --tw-ring-offset-color: #f9fafb;
    }

    .mobile\:focus-within\:ring-offset-gray-100:focus-within {
        --tw-ring-offset-color: #f3f4f6;
    }

    .mobile\:focus-within\:ring-offset-gray-200:focus-within {
        --tw-ring-offset-color: #e5e7eb;
    }

    .mobile\:focus-within\:ring-offset-gray-300:focus-within {
        --tw-ring-offset-color: #d1d5db;
    }

    .mobile\:focus-within\:ring-offset-gray-400:focus-within {
        --tw-ring-offset-color: #9ca3af;
    }

    .mobile\:focus-within\:ring-offset-gray-500:focus-within {
        --tw-ring-offset-color: #6b7280;
    }

    .mobile\:focus-within\:ring-offset-gray-600:focus-within {
        --tw-ring-offset-color: #4b5563;
    }

    .mobile\:focus-within\:ring-offset-gray-700:focus-within {
        --tw-ring-offset-color: #374151;
    }

    .mobile\:focus-within\:ring-offset-gray-800:focus-within {
        --tw-ring-offset-color: #1f2937;
    }

    .mobile\:focus-within\:ring-offset-gray-900:focus-within {
        --tw-ring-offset-color: #111827;
    }

    .mobile\:focus-within\:ring-offset-red-50:focus-within {
        --tw-ring-offset-color: #fef2f2;
    }

    .mobile\:focus-within\:ring-offset-red-100:focus-within {
        --tw-ring-offset-color: #fee2e2;
    }

    .mobile\:focus-within\:ring-offset-red-200:focus-within {
        --tw-ring-offset-color: #fecaca;
    }

    .mobile\:focus-within\:ring-offset-red-300:focus-within {
        --tw-ring-offset-color: #fca5a5;
    }

    .mobile\:focus-within\:ring-offset-red-400:focus-within {
        --tw-ring-offset-color: #f87171;
    }

    .mobile\:focus-within\:ring-offset-red-500:focus-within {
        --tw-ring-offset-color: #ef4444;
    }

    .mobile\:focus-within\:ring-offset-red-600:focus-within {
        --tw-ring-offset-color: #dc2626;
    }

    .mobile\:focus-within\:ring-offset-red-700:focus-within {
        --tw-ring-offset-color: #b91c1c;
    }

    .mobile\:focus-within\:ring-offset-red-800:focus-within {
        --tw-ring-offset-color: #991b1b;
    }

    .mobile\:focus-within\:ring-offset-red-900:focus-within {
        --tw-ring-offset-color: #7f1d1d;
    }

    .mobile\:focus-within\:ring-offset-yellow:focus-within {
        --tw-ring-offset-color: #ed9143;
    }

    .mobile\:focus-within\:ring-offset-green:focus-within {
        --tw-ring-offset-color: #7bbc00;
    }

    .mobile\:focus-within\:ring-offset-blue:focus-within {
        --tw-ring-offset-color: #5ba4dc;
    }

    .mobile\:focus-within\:ring-offset-indigo-50:focus-within {
        --tw-ring-offset-color: #eef2ff;
    }

    .mobile\:focus-within\:ring-offset-indigo-100:focus-within {
        --tw-ring-offset-color: #e0e7ff;
    }

    .mobile\:focus-within\:ring-offset-indigo-200:focus-within {
        --tw-ring-offset-color: #c7d2fe;
    }

    .mobile\:focus-within\:ring-offset-indigo-300:focus-within {
        --tw-ring-offset-color: #a5b4fc;
    }

    .mobile\:focus-within\:ring-offset-indigo-400:focus-within {
        --tw-ring-offset-color: #818cf8;
    }

    .mobile\:focus-within\:ring-offset-indigo-500:focus-within {
        --tw-ring-offset-color: #6366f1;
    }

    .mobile\:focus-within\:ring-offset-indigo-600:focus-within {
        --tw-ring-offset-color: #4f46e5;
    }

    .mobile\:focus-within\:ring-offset-indigo-700:focus-within {
        --tw-ring-offset-color: #4338ca;
    }

    .mobile\:focus-within\:ring-offset-indigo-800:focus-within {
        --tw-ring-offset-color: #3730a3;
    }

    .mobile\:focus-within\:ring-offset-indigo-900:focus-within {
        --tw-ring-offset-color: #312e81;
    }

    .mobile\:focus-within\:ring-offset-purple:focus-within {
        --tw-ring-offset-color: #6847c3;
    }

    .mobile\:focus-within\:ring-offset-pink:focus-within {
        --tw-ring-offset-color: #850737;
    }

    .mobile\:focus-within\:ring-offset-primary:focus-within {
        --tw-ring-offset-color: #6E6E6E;
    }

    .mobile\:focus-within\:ring-offset-secondary:focus-within {
        --tw-ring-offset-color: #ededed;
    }

    .mobile\:focus-within\:ring-offset-body_bg:focus-within {
        --tw-ring-offset-color: #ffffff;
    }

    .mobile\:focus-within\:ring-offset-body_text:focus-within {
        --tw-ring-offset-color: #4a4349;
    }

    .mobile\:focus-within\:ring-offset-title:focus-within {
        --tw-ring-offset-color: #3fb2cf;
    }

    .mobile\:focus-within\:ring-offset-grey:focus-within {
        --tw-ring-offset-color: #524A51;
    }

    .mobile\:focus-within\:ring-offset-dark_grey:focus-within {
        --tw-ring-offset-color: #4a4349;
    }

    .mobile\:focus-within\:ring-offset-light_grey:focus-within {
        --tw-ring-offset-color: #B7B7B7;
    }

    .mobile\:focus-within\:ring-offset-medium_grey:focus-within {
        --tw-ring-offset-color: #575156;
    }

    .mobile\:focus-within\:ring-offset-lightten_grey:focus-within {
        --tw-ring-offset-color: #C6C6C6;
    }

    .mobile\:focus-within\:ring-offset-grey_300:focus-within {
        --tw-ring-offset-color: #d3d3d3;
    }

    .mobile\:focus-within\:ring-offset-grey_400:focus-within {
        --tw-ring-offset-color: #b7b7b7;
    }

    .mobile\:focus-within\:ring-offset-medium_blue:focus-within {
        --tw-ring-offset-color: #45cdfc;
    }

    .mobile\:focus-within\:ring-offset-dark_blue:focus-within {
        --tw-ring-offset-color: #0080ac;
    }

    .mobile\:focus-within\:ring-offset-text_blue:focus-within {
        --tw-ring-offset-color: #3FB2CF;
    }

    .mobile\:focus-within\:ring-offset-footer_bg:focus-within {
        --tw-ring-offset-color: #464646;
    }

    .mobile\:focus-within\:ring-offset-brown:focus-within {
        --tw-ring-offset-color: #805300;
    }

    .mobile\:focus-within\:ring-offset-dark_brown:focus-within {
        --tw-ring-offset-color: #874433;
    }

    .mobile\:focus-within\:ring-offset-Light_purple:focus-within {
        --tw-ring-offset-color: #65479b;
    }

    .mobile\:focus-within\:ring-offset-dark_green:focus-within {
        --tw-ring-offset-color: #479b51;
    }

    .mobile\:focus-within\:ring-offset-medium_green:focus-within {
        --tw-ring-offset-color: #3aac2b;
    }

    .mobile\:focus-within\:ring-offset-light_green:focus-within {
        --tw-ring-offset-color: #9acb3e;
    }

    .mobile\:focus-within\:ring-offset-green_900:focus-within {
        --tw-ring-offset-color: #396676;
    }

    .mobile\:focus-within\:ring-offset-dark_border:focus-within {
        --tw-ring-offset-color: #707070;
    }

    .mobile\:focus\:ring-offset-transparent:focus {
        --tw-ring-offset-color: transparent;
    }

    .mobile\:focus\:ring-offset-current:focus {
        --tw-ring-offset-color: currentColor;
    }

    .mobile\:focus\:ring-offset-black:focus {
        --tw-ring-offset-color: #000;
    }

    .mobile\:focus\:ring-offset-white:focus {
        --tw-ring-offset-color: #fff;
    }

    .mobile\:focus\:ring-offset-gray-50:focus {
        --tw-ring-offset-color: #f9fafb;
    }

    .mobile\:focus\:ring-offset-gray-100:focus {
        --tw-ring-offset-color: #f3f4f6;
    }

    .mobile\:focus\:ring-offset-gray-200:focus {
        --tw-ring-offset-color: #e5e7eb;
    }

    .mobile\:focus\:ring-offset-gray-300:focus {
        --tw-ring-offset-color: #d1d5db;
    }

    .mobile\:focus\:ring-offset-gray-400:focus {
        --tw-ring-offset-color: #9ca3af;
    }

    .mobile\:focus\:ring-offset-gray-500:focus {
        --tw-ring-offset-color: #6b7280;
    }

    .mobile\:focus\:ring-offset-gray-600:focus {
        --tw-ring-offset-color: #4b5563;
    }

    .mobile\:focus\:ring-offset-gray-700:focus {
        --tw-ring-offset-color: #374151;
    }

    .mobile\:focus\:ring-offset-gray-800:focus {
        --tw-ring-offset-color: #1f2937;
    }

    .mobile\:focus\:ring-offset-gray-900:focus {
        --tw-ring-offset-color: #111827;
    }

    .mobile\:focus\:ring-offset-red-50:focus {
        --tw-ring-offset-color: #fef2f2;
    }

    .mobile\:focus\:ring-offset-red-100:focus {
        --tw-ring-offset-color: #fee2e2;
    }

    .mobile\:focus\:ring-offset-red-200:focus {
        --tw-ring-offset-color: #fecaca;
    }

    .mobile\:focus\:ring-offset-red-300:focus {
        --tw-ring-offset-color: #fca5a5;
    }

    .mobile\:focus\:ring-offset-red-400:focus {
        --tw-ring-offset-color: #f87171;
    }

    .mobile\:focus\:ring-offset-red-500:focus {
        --tw-ring-offset-color: #ef4444;
    }

    .mobile\:focus\:ring-offset-red-600:focus {
        --tw-ring-offset-color: #dc2626;
    }

    .mobile\:focus\:ring-offset-red-700:focus {
        --tw-ring-offset-color: #b91c1c;
    }

    .mobile\:focus\:ring-offset-red-800:focus {
        --tw-ring-offset-color: #991b1b;
    }

    .mobile\:focus\:ring-offset-red-900:focus {
        --tw-ring-offset-color: #7f1d1d;
    }

    .mobile\:focus\:ring-offset-yellow:focus {
        --tw-ring-offset-color: #ed9143;
    }

    .mobile\:focus\:ring-offset-green:focus {
        --tw-ring-offset-color: #7bbc00;
    }

    .mobile\:focus\:ring-offset-blue:focus {
        --tw-ring-offset-color: #5ba4dc;
    }

    .mobile\:focus\:ring-offset-indigo-50:focus {
        --tw-ring-offset-color: #eef2ff;
    }

    .mobile\:focus\:ring-offset-indigo-100:focus {
        --tw-ring-offset-color: #e0e7ff;
    }

    .mobile\:focus\:ring-offset-indigo-200:focus {
        --tw-ring-offset-color: #c7d2fe;
    }

    .mobile\:focus\:ring-offset-indigo-300:focus {
        --tw-ring-offset-color: #a5b4fc;
    }

    .mobile\:focus\:ring-offset-indigo-400:focus {
        --tw-ring-offset-color: #818cf8;
    }

    .mobile\:focus\:ring-offset-indigo-500:focus {
        --tw-ring-offset-color: #6366f1;
    }

    .mobile\:focus\:ring-offset-indigo-600:focus {
        --tw-ring-offset-color: #4f46e5;
    }

    .mobile\:focus\:ring-offset-indigo-700:focus {
        --tw-ring-offset-color: #4338ca;
    }

    .mobile\:focus\:ring-offset-indigo-800:focus {
        --tw-ring-offset-color: #3730a3;
    }

    .mobile\:focus\:ring-offset-indigo-900:focus {
        --tw-ring-offset-color: #312e81;
    }

    .mobile\:focus\:ring-offset-purple:focus {
        --tw-ring-offset-color: #6847c3;
    }

    .mobile\:focus\:ring-offset-pink:focus {
        --tw-ring-offset-color: #850737;
    }

    .mobile\:focus\:ring-offset-primary:focus {
        --tw-ring-offset-color: #6E6E6E;
    }

    .mobile\:focus\:ring-offset-secondary:focus {
        --tw-ring-offset-color: #ededed;
    }

    .mobile\:focus\:ring-offset-body_bg:focus {
        --tw-ring-offset-color: #ffffff;
    }

    .mobile\:focus\:ring-offset-body_text:focus {
        --tw-ring-offset-color: #4a4349;
    }

    .mobile\:focus\:ring-offset-title:focus {
        --tw-ring-offset-color: #3fb2cf;
    }

    .mobile\:focus\:ring-offset-grey:focus {
        --tw-ring-offset-color: #524A51;
    }

    .mobile\:focus\:ring-offset-dark_grey:focus {
        --tw-ring-offset-color: #4a4349;
    }

    .mobile\:focus\:ring-offset-light_grey:focus {
        --tw-ring-offset-color: #B7B7B7;
    }

    .mobile\:focus\:ring-offset-medium_grey:focus {
        --tw-ring-offset-color: #575156;
    }

    .mobile\:focus\:ring-offset-lightten_grey:focus {
        --tw-ring-offset-color: #C6C6C6;
    }

    .mobile\:focus\:ring-offset-grey_300:focus {
        --tw-ring-offset-color: #d3d3d3;
    }

    .mobile\:focus\:ring-offset-grey_400:focus {
        --tw-ring-offset-color: #b7b7b7;
    }

    .mobile\:focus\:ring-offset-medium_blue:focus {
        --tw-ring-offset-color: #45cdfc;
    }

    .mobile\:focus\:ring-offset-dark_blue:focus {
        --tw-ring-offset-color: #0080ac;
    }

    .mobile\:focus\:ring-offset-text_blue:focus {
        --tw-ring-offset-color: #3FB2CF;
    }

    .mobile\:focus\:ring-offset-footer_bg:focus {
        --tw-ring-offset-color: #464646;
    }

    .mobile\:focus\:ring-offset-brown:focus {
        --tw-ring-offset-color: #805300;
    }

    .mobile\:focus\:ring-offset-dark_brown:focus {
        --tw-ring-offset-color: #874433;
    }

    .mobile\:focus\:ring-offset-Light_purple:focus {
        --tw-ring-offset-color: #65479b;
    }

    .mobile\:focus\:ring-offset-dark_green:focus {
        --tw-ring-offset-color: #479b51;
    }

    .mobile\:focus\:ring-offset-medium_green:focus {
        --tw-ring-offset-color: #3aac2b;
    }

    .mobile\:focus\:ring-offset-light_green:focus {
        --tw-ring-offset-color: #9acb3e;
    }

    .mobile\:focus\:ring-offset-green_900:focus {
        --tw-ring-offset-color: #396676;
    }

    .mobile\:focus\:ring-offset-dark_border:focus {
        --tw-ring-offset-color: #707070;
    }

    .mobile\:filter {
        --tw-blur: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-brightness: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-contrast: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-grayscale: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-hue-rotate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-invert: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-saturate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-sepia: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-drop-shadow: var(--tw-empty,
                /*!*/
                /*!*/
            );
        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);
    }

    .mobile\:filter-none {
        filter: none;
    }

    .mobile\:blur-0 {
        --tw-blur: blur(0);
    }

    .mobile\:blur-none {
        --tw-blur: blur(0);
    }

    .mobile\:blur-sm {
        --tw-blur: blur(4px);
    }

    .mobile\:blur {
        --tw-blur: blur(8px);
    }

    .mobile\:blur-md {
        --tw-blur: blur(12px);
    }

    .mobile\:blur-lg {
        --tw-blur: blur(16px);
    }

    .mobile\:blur-xl {
        --tw-blur: blur(24px);
    }

    .mobile\:blur-2xl {
        --tw-blur: blur(40px);
    }

    .mobile\:blur-3xl {
        --tw-blur: blur(64px);
    }

    .mobile\:brightness-0 {
        --tw-brightness: brightness(0);
    }

    .mobile\:brightness-50 {
        --tw-brightness: brightness(.5);
    }

    .mobile\:brightness-75 {
        --tw-brightness: brightness(.75);
    }

    .mobile\:brightness-90 {
        --tw-brightness: brightness(.9);
    }

    .mobile\:brightness-95 {
        --tw-brightness: brightness(.95);
    }

    .mobile\:brightness-100 {
        --tw-brightness: brightness(1);
    }

    .mobile\:brightness-105 {
        --tw-brightness: brightness(1.05);
    }

    .mobile\:brightness-110 {
        --tw-brightness: brightness(1.1);
    }

    .mobile\:brightness-125 {
        --tw-brightness: brightness(1.25);
    }

    .mobile\:brightness-150 {
        --tw-brightness: brightness(1.5);
    }

    .mobile\:brightness-200 {
        --tw-brightness: brightness(2);
    }

    .mobile\:contrast-0 {
        --tw-contrast: contrast(0);
    }

    .mobile\:contrast-50 {
        --tw-contrast: contrast(.5);
    }

    .mobile\:contrast-75 {
        --tw-contrast: contrast(.75);
    }

    .mobile\:contrast-100 {
        --tw-contrast: contrast(1);
    }

    .mobile\:contrast-125 {
        --tw-contrast: contrast(1.25);
    }

    .mobile\:contrast-150 {
        --tw-contrast: contrast(1.5);
    }

    .mobile\:contrast-200 {
        --tw-contrast: contrast(2);
    }

    .mobile\:drop-shadow-sm {
        --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
    }

    .mobile\: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));
    }

    .mobile\: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));
    }

    .mobile\: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));
    }

    .mobile\: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));
    }

    .mobile\:drop-shadow-2xl {
        --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
    }

    .mobile\:drop-shadow-none {
        --tw-drop-shadow: drop-shadow(0 0 #0000);
    }

    .mobile\:grayscale-0 {
        --tw-grayscale: grayscale(0);
    }

    .mobile\:grayscale {
        --tw-grayscale: grayscale(100%);
    }

    .mobile\:hue-rotate-0 {
        --tw-hue-rotate: hue-rotate(0deg);
    }

    .mobile\:hue-rotate-15 {
        --tw-hue-rotate: hue-rotate(15deg);
    }

    .mobile\:hue-rotate-30 {
        --tw-hue-rotate: hue-rotate(30deg);
    }

    .mobile\:hue-rotate-60 {
        --tw-hue-rotate: hue-rotate(60deg);
    }

    .mobile\:hue-rotate-90 {
        --tw-hue-rotate: hue-rotate(90deg);
    }

    .mobile\:hue-rotate-180 {
        --tw-hue-rotate: hue-rotate(180deg);
    }

    .mobile\:-hue-rotate-180 {
        --tw-hue-rotate: hue-rotate(-180deg);
    }

    .mobile\:-hue-rotate-90 {
        --tw-hue-rotate: hue-rotate(-90deg);
    }

    .mobile\:-hue-rotate-60 {
        --tw-hue-rotate: hue-rotate(-60deg);
    }

    .mobile\:-hue-rotate-30 {
        --tw-hue-rotate: hue-rotate(-30deg);
    }

    .mobile\:-hue-rotate-15 {
        --tw-hue-rotate: hue-rotate(-15deg);
    }

    .mobile\:invert-0 {
        --tw-invert: invert(0);
    }

    .mobile\:invert {
        --tw-invert: invert(100%);
    }

    .mobile\:saturate-0 {
        --tw-saturate: saturate(0);
    }

    .mobile\:saturate-50 {
        --tw-saturate: saturate(.5);
    }

    .mobile\:saturate-100 {
        --tw-saturate: saturate(1);
    }

    .mobile\:saturate-150 {
        --tw-saturate: saturate(1.5);
    }

    .mobile\:saturate-200 {
        --tw-saturate: saturate(2);
    }

    .mobile\:sepia-0 {
        --tw-sepia: sepia(0);
    }

    .mobile\:sepia {
        --tw-sepia: sepia(100%);
    }

    .mobile\:backdrop-filter {
        --tw-backdrop-blur: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-brightness: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-contrast: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-grayscale: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-hue-rotate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-invert: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-opacity: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-saturate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-sepia: var(--tw-empty,
                /*!*/
                /*!*/
            );
        -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
        backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    }

    .mobile\:backdrop-filter-none {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .mobile\:backdrop-blur-0 {
        --tw-backdrop-blur: blur(0);
    }

    .mobile\:backdrop-blur-none {
        --tw-backdrop-blur: blur(0);
    }

    .mobile\:backdrop-blur-sm {
        --tw-backdrop-blur: blur(4px);
    }

    .mobile\:backdrop-blur {
        --tw-backdrop-blur: blur(8px);
    }

    .mobile\:backdrop-blur-md {
        --tw-backdrop-blur: blur(12px);
    }

    .mobile\:backdrop-blur-lg {
        --tw-backdrop-blur: blur(16px);
    }

    .mobile\:backdrop-blur-xl {
        --tw-backdrop-blur: blur(24px);
    }

    .mobile\:backdrop-blur-2xl {
        --tw-backdrop-blur: blur(40px);
    }

    .mobile\:backdrop-blur-3xl {
        --tw-backdrop-blur: blur(64px);
    }

    .mobile\:backdrop-brightness-0 {
        --tw-backdrop-brightness: brightness(0);
    }

    .mobile\:backdrop-brightness-50 {
        --tw-backdrop-brightness: brightness(.5);
    }

    .mobile\:backdrop-brightness-75 {
        --tw-backdrop-brightness: brightness(.75);
    }

    .mobile\:backdrop-brightness-90 {
        --tw-backdrop-brightness: brightness(.9);
    }

    .mobile\:backdrop-brightness-95 {
        --tw-backdrop-brightness: brightness(.95);
    }

    .mobile\:backdrop-brightness-100 {
        --tw-backdrop-brightness: brightness(1);
    }

    .mobile\:backdrop-brightness-105 {
        --tw-backdrop-brightness: brightness(1.05);
    }

    .mobile\:backdrop-brightness-110 {
        --tw-backdrop-brightness: brightness(1.1);
    }

    .mobile\:backdrop-brightness-125 {
        --tw-backdrop-brightness: brightness(1.25);
    }

    .mobile\:backdrop-brightness-150 {
        --tw-backdrop-brightness: brightness(1.5);
    }

    .mobile\:backdrop-brightness-200 {
        --tw-backdrop-brightness: brightness(2);
    }

    .mobile\:backdrop-contrast-0 {
        --tw-backdrop-contrast: contrast(0);
    }

    .mobile\:backdrop-contrast-50 {
        --tw-backdrop-contrast: contrast(.5);
    }

    .mobile\:backdrop-contrast-75 {
        --tw-backdrop-contrast: contrast(.75);
    }

    .mobile\:backdrop-contrast-100 {
        --tw-backdrop-contrast: contrast(1);
    }

    .mobile\:backdrop-contrast-125 {
        --tw-backdrop-contrast: contrast(1.25);
    }

    .mobile\:backdrop-contrast-150 {
        --tw-backdrop-contrast: contrast(1.5);
    }

    .mobile\:backdrop-contrast-200 {
        --tw-backdrop-contrast: contrast(2);
    }

    .mobile\:backdrop-grayscale-0 {
        --tw-backdrop-grayscale: grayscale(0);
    }

    .mobile\:backdrop-grayscale {
        --tw-backdrop-grayscale: grayscale(100%);
    }

    .mobile\:backdrop-hue-rotate-0 {
        --tw-backdrop-hue-rotate: hue-rotate(0deg);
    }

    .mobile\:backdrop-hue-rotate-15 {
        --tw-backdrop-hue-rotate: hue-rotate(15deg);
    }

    .mobile\:backdrop-hue-rotate-30 {
        --tw-backdrop-hue-rotate: hue-rotate(30deg);
    }

    .mobile\:backdrop-hue-rotate-60 {
        --tw-backdrop-hue-rotate: hue-rotate(60deg);
    }

    .mobile\:backdrop-hue-rotate-90 {
        --tw-backdrop-hue-rotate: hue-rotate(90deg);
    }

    .mobile\:backdrop-hue-rotate-180 {
        --tw-backdrop-hue-rotate: hue-rotate(180deg);
    }

    .mobile\:-backdrop-hue-rotate-180 {
        --tw-backdrop-hue-rotate: hue-rotate(-180deg);
    }

    .mobile\:-backdrop-hue-rotate-90 {
        --tw-backdrop-hue-rotate: hue-rotate(-90deg);
    }

    .mobile\:-backdrop-hue-rotate-60 {
        --tw-backdrop-hue-rotate: hue-rotate(-60deg);
    }

    .mobile\:-backdrop-hue-rotate-30 {
        --tw-backdrop-hue-rotate: hue-rotate(-30deg);
    }

    .mobile\:-backdrop-hue-rotate-15 {
        --tw-backdrop-hue-rotate: hue-rotate(-15deg);
    }

    .mobile\:backdrop-invert-0 {
        --tw-backdrop-invert: invert(0);
    }

    .mobile\:backdrop-invert {
        --tw-backdrop-invert: invert(100%);
    }

    .mobile\:backdrop-opacity-0 {
        --tw-backdrop-opacity: opacity(0);
    }

    .mobile\:backdrop-opacity-5 {
        --tw-backdrop-opacity: opacity(0.05);
    }

    .mobile\:backdrop-opacity-10 {
        --tw-backdrop-opacity: opacity(0.1);
    }

    .mobile\:backdrop-opacity-20 {
        --tw-backdrop-opacity: opacity(0.2);
    }

    .mobile\:backdrop-opacity-25 {
        --tw-backdrop-opacity: opacity(0.25);
    }

    .mobile\:backdrop-opacity-30 {
        --tw-backdrop-opacity: opacity(0.3);
    }

    .mobile\:backdrop-opacity-40 {
        --tw-backdrop-opacity: opacity(0.4);
    }

    .mobile\:backdrop-opacity-50 {
        --tw-backdrop-opacity: opacity(0.5);
    }

    .mobile\:backdrop-opacity-60 {
        --tw-backdrop-opacity: opacity(0.6);
    }

    .mobile\:backdrop-opacity-70 {
        --tw-backdrop-opacity: opacity(0.7);
    }

    .mobile\:backdrop-opacity-75 {
        --tw-backdrop-opacity: opacity(0.75);
    }

    .mobile\:backdrop-opacity-80 {
        --tw-backdrop-opacity: opacity(0.8);
    }

    .mobile\:backdrop-opacity-90 {
        --tw-backdrop-opacity: opacity(0.9);
    }

    .mobile\:backdrop-opacity-95 {
        --tw-backdrop-opacity: opacity(0.95);
    }

    .mobile\:backdrop-opacity-100 {
        --tw-backdrop-opacity: opacity(1);
    }

    .mobile\:backdrop-saturate-0 {
        --tw-backdrop-saturate: saturate(0);
    }

    .mobile\:backdrop-saturate-50 {
        --tw-backdrop-saturate: saturate(.5);
    }

    .mobile\:backdrop-saturate-100 {
        --tw-backdrop-saturate: saturate(1);
    }

    .mobile\:backdrop-saturate-150 {
        --tw-backdrop-saturate: saturate(1.5);
    }

    .mobile\:backdrop-saturate-200 {
        --tw-backdrop-saturate: saturate(2);
    }

    .mobile\:backdrop-sepia-0 {
        --tw-backdrop-sepia: sepia(0);
    }

    .mobile\:backdrop-sepia {
        --tw-backdrop-sepia: sepia(100%);
    }

    .mobile\:transition-none {
        transition-property: none;
    }

    .mobile\:transition-all {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .mobile\:transition {
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .mobile\:transition-colors {
        transition-property: background-color, border-color, color, fill, stroke;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .mobile\:transition-opacity {
        transition-property: opacity;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .mobile\:transition-shadow {
        transition-property: box-shadow;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .mobile\:transition-transform {
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .mobile\:delay-75 {
        transition-delay: 75ms;
    }

    .mobile\:delay-100 {
        transition-delay: 100ms;
    }

    .mobile\:delay-150 {
        transition-delay: 150ms;
    }

    .mobile\:delay-200 {
        transition-delay: 200ms;
    }

    .mobile\:delay-300 {
        transition-delay: 300ms;
    }

    .mobile\:delay-500 {
        transition-delay: 500ms;
    }

    .mobile\:delay-700 {
        transition-delay: 700ms;
    }

    .mobile\:delay-1000 {
        transition-delay: 1000ms;
    }

    .mobile\:duration-75 {
        transition-duration: 75ms;
    }

    .mobile\:duration-100 {
        transition-duration: 100ms;
    }

    .mobile\:duration-150 {
        transition-duration: 150ms;
    }

    .mobile\:duration-200 {
        transition-duration: 200ms;
    }

    .mobile\:duration-300 {
        transition-duration: 300ms;
    }

    .mobile\:duration-500 {
        transition-duration: 500ms;
    }

    .mobile\:duration-700 {
        transition-duration: 700ms;
    }

    .mobile\:duration-1000 {
        transition-duration: 1000ms;
    }

    .mobile\:ease-linear {
        transition-timing-function: linear;
    }

    .mobile\:ease-in {
        transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    }

    .mobile\:ease-out {
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }

    .mobile\:ease-in-out {
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
}

@media (max-width: 479px) {
    .mobile-small\:container {
        width: 100%;
    }

    @media (min-width: 100%) {
        .mobile-small\:container {
            max-width: 100%;
        }
    }

    @media (min-width: 1232px) {
        .mobile-small\:container {
            max-width: 1232px;
        }
    }

    .mobile-small\:sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

    .mobile-small\:not-sr-only {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }

    .mobile-small\:focus-within\:sr-only:focus-within {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

    .mobile-small\:focus-within\:not-sr-only:focus-within {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }

    .mobile-small\:focus\:sr-only:focus {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

    .mobile-small\:focus\:not-sr-only:focus {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }

    .mobile-small\:pointer-events-none {
        pointer-events: none;
    }

    .mobile-small\:pointer-events-auto {
        pointer-events: auto;
    }

    .mobile-small\:visible {
        visibility: visible;
    }

    .mobile-small\:invisible {
        visibility: hidden;
    }

    .mobile-small\:static {
        position: static;
    }

    .mobile-small\:fixed {
        position: fixed;
    }

    .mobile-small\:absolute {
        position: absolute;
    }

    .mobile-small\:relative {
        position: relative;
    }

    .mobile-small\:sticky {
        position: sticky;
    }

    .mobile-small\:inset-0 {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }

    .mobile-small\:inset-1 {
        top: 0.25rem;
        right: 0.25rem;
        bottom: 0.25rem;
        left: 0.25rem;
    }

    .mobile-small\:inset-2 {
        top: 0.5rem;
        right: 0.5rem;
        bottom: 0.5rem;
        left: 0.5rem;
    }

    .mobile-small\:inset-3 {
        top: 0.75rem;
        right: 0.75rem;
        bottom: 0.75rem;
        left: 0.75rem;
    }

    .mobile-small\:inset-4 {
        top: 1rem;
        right: 1rem;
        bottom: 1rem;
        left: 1rem;
    }

    .mobile-small\:inset-5 {
        top: 1.25rem;
        right: 1.25rem;
        bottom: 1.25rem;
        left: 1.25rem;
    }

    .mobile-small\:inset-6 {
        top: 1.5rem;
        right: 1.5rem;
        bottom: 1.5rem;
        left: 1.5rem;
    }

    .mobile-small\:inset-7 {
        top: 1.75rem;
        right: 1.75rem;
        bottom: 1.75rem;
        left: 1.75rem;
    }

    .mobile-small\:inset-8 {
        top: 2rem;
        right: 2rem;
        bottom: 2rem;
        left: 2rem;
    }

    .mobile-small\:inset-9 {
        top: 2.25rem;
        right: 2.25rem;
        bottom: 2.25rem;
        left: 2.25rem;
    }

    .mobile-small\:inset-10 {
        top: 2.5rem;
        right: 2.5rem;
        bottom: 2.5rem;
        left: 2.5rem;
    }

    .mobile-small\:inset-11 {
        top: 2.75rem;
        right: 2.75rem;
        bottom: 2.75rem;
        left: 2.75rem;
    }

    .mobile-small\:inset-12 {
        top: 3rem;
        right: 3rem;
        bottom: 3rem;
        left: 3rem;
    }

    .mobile-small\:inset-14 {
        top: 3.5rem;
        right: 3.5rem;
        bottom: 3.5rem;
        left: 3.5rem;
    }

    .mobile-small\:inset-16 {
        top: 4rem;
        right: 4rem;
        bottom: 4rem;
        left: 4rem;
    }

    .mobile-small\:inset-18 {
        top: 4.375rem;
        right: 4.375rem;
        bottom: 4.375rem;
        left: 4.375rem;
    }

    .mobile-small\:inset-19 {
        top: 76px;
        right: 76px;
        bottom: 76px;
        left: 76px;
    }

    .mobile-small\:inset-20 {
        top: 5rem;
        right: 5rem;
        bottom: 5rem;
        left: 5rem;
    }

    .mobile-small\:inset-24 {
        top: 6rem;
        right: 6rem;
        bottom: 6rem;
        left: 6rem;
    }

    .mobile-small\:inset-28 {
        top: 7rem;
        right: 7rem;
        bottom: 7rem;
        left: 7rem;
    }

    .mobile-small\:inset-30 {
        top: 120px;
        right: 120px;
        bottom: 120px;
        left: 120px;
    }

    .mobile-small\:inset-32 {
        top: 8rem;
        right: 8rem;
        bottom: 8rem;
        left: 8rem;
    }

    .mobile-small\:inset-36 {
        top: 9rem;
        right: 9rem;
        bottom: 9rem;
        left: 9rem;
    }

    .mobile-small\:inset-40 {
        top: 10rem;
        right: 10rem;
        bottom: 10rem;
        left: 10rem;
    }

    .mobile-small\:inset-44 {
        top: 11rem;
        right: 11rem;
        bottom: 11rem;
        left: 11rem;
    }

    .mobile-small\:inset-48 {
        top: 12rem;
        right: 12rem;
        bottom: 12rem;
        left: 12rem;
    }

    .mobile-small\:inset-52 {
        top: 13rem;
        right: 13rem;
        bottom: 13rem;
        left: 13rem;
    }

    .mobile-small\:inset-56 {
        top: 14rem;
        right: 14rem;
        bottom: 14rem;
        left: 14rem;
    }

    .mobile-small\:inset-60 {
        top: 15rem;
        right: 15rem;
        bottom: 15rem;
        left: 15rem;
    }

    .mobile-small\:inset-64 {
        top: 16rem;
        right: 16rem;
        bottom: 16rem;
        left: 16rem;
    }

    .mobile-small\:inset-72 {
        top: 18rem;
        right: 18rem;
        bottom: 18rem;
        left: 18rem;
    }

    .mobile-small\:inset-80 {
        top: 20rem;
        right: 20rem;
        bottom: 20rem;
        left: 20rem;
    }

    .mobile-small\:inset-96 {
        top: 24rem;
        right: 24rem;
        bottom: 24rem;
        left: 24rem;
    }

    .mobile-small\:inset-auto {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }

    .mobile-small\:inset-px {
        top: 1px;
        right: 1px;
        bottom: 1px;
        left: 1px;
    }

    .mobile-small\:inset-0\.5 {
        top: 0.125rem;
        right: 0.125rem;
        bottom: 0.125rem;
        left: 0.125rem;
    }

    .mobile-small\:inset-1\.5 {
        top: 0.375rem;
        right: 0.375rem;
        bottom: 0.375rem;
        left: 0.375rem;
    }

    .mobile-small\:inset-2\.5 {
        top: 0.625rem;
        right: 0.625rem;
        bottom: 0.625rem;
        left: 0.625rem;
    }

    .mobile-small\:inset-3\.5 {
        top: 0.875rem;
        right: 0.875rem;
        bottom: 0.875rem;
        left: 0.875rem;
    }

    .mobile-small\:inset-5p {
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
    }

    .mobile-small\:inset-10p {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }

    .mobile-small\:inset-14p {
        top: 14px;
        right: 14px;
        bottom: 14px;
        left: 14px;
    }

    .mobile-small\:inset-15p {
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
    }

    .mobile-small\:inset-15_2 {
        top: 60px;
        right: 60px;
        bottom: 60px;
        left: 60px;
    }

    .mobile-small\:inset-16_1 {
        top: 52px;
        right: 52px;
        bottom: 52px;
        left: 52px;
    }

    .mobile-small\:inset-16p {
        top: 16px;
        right: 16px;
        bottom: 16px;
        left: 16px;
    }

    .mobile-small\:inset-25p {
        top: 25px;
        right: 25px;
        bottom: 25px;
        left: 25px;
    }

    .mobile-small\:inset-48p {
        top: 48%;
        right: 48%;
        bottom: 48%;
        left: 48%;
    }

    .mobile-small\:inset-52p {
        top: 52%;
        right: 52%;
        bottom: 52%;
        left: 52%;
    }

    .mobile-small\:-inset-0 {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }

    .mobile-small\:-inset-1 {
        top: -0.25rem;
        right: -0.25rem;
        bottom: -0.25rem;
        left: -0.25rem;
    }

    .mobile-small\:-inset-2 {
        top: -0.5rem;
        right: -0.5rem;
        bottom: -0.5rem;
        left: -0.5rem;
    }

    .mobile-small\:-inset-3 {
        top: -0.75rem;
        right: -0.75rem;
        bottom: -0.75rem;
        left: -0.75rem;
    }

    .mobile-small\:-inset-4 {
        top: -1rem;
        right: -1rem;
        bottom: -1rem;
        left: -1rem;
    }

    .mobile-small\:-inset-5 {
        top: -1.25rem;
        right: -1.25rem;
        bottom: -1.25rem;
        left: -1.25rem;
    }

    .mobile-small\:-inset-6 {
        top: -1.5rem;
        right: -1.5rem;
        bottom: -1.5rem;
        left: -1.5rem;
    }

    .mobile-small\:-inset-7 {
        top: -1.75rem;
        right: -1.75rem;
        bottom: -1.75rem;
        left: -1.75rem;
    }

    .mobile-small\:-inset-8 {
        top: -2rem;
        right: -2rem;
        bottom: -2rem;
        left: -2rem;
    }

    .mobile-small\:-inset-9 {
        top: -2.25rem;
        right: -2.25rem;
        bottom: -2.25rem;
        left: -2.25rem;
    }

    .mobile-small\:-inset-10 {
        top: -2.5rem;
        right: -2.5rem;
        bottom: -2.5rem;
        left: -2.5rem;
    }

    .mobile-small\:-inset-11 {
        top: -2.75rem;
        right: -2.75rem;
        bottom: -2.75rem;
        left: -2.75rem;
    }

    .mobile-small\:-inset-12 {
        top: -3rem;
        right: -3rem;
        bottom: -3rem;
        left: -3rem;
    }

    .mobile-small\:-inset-14 {
        top: -3.5rem;
        right: -3.5rem;
        bottom: -3.5rem;
        left: -3.5rem;
    }

    .mobile-small\:-inset-16 {
        top: -4rem;
        right: -4rem;
        bottom: -4rem;
        left: -4rem;
    }

    .mobile-small\:-inset-18 {
        top: -4.375rem;
        right: -4.375rem;
        bottom: -4.375rem;
        left: -4.375rem;
    }

    .mobile-small\:-inset-19 {
        top: -76px;
        right: -76px;
        bottom: -76px;
        left: -76px;
    }

    .mobile-small\:-inset-20 {
        top: -5rem;
        right: -5rem;
        bottom: -5rem;
        left: -5rem;
    }

    .mobile-small\:-inset-24 {
        top: -6rem;
        right: -6rem;
        bottom: -6rem;
        left: -6rem;
    }

    .mobile-small\:-inset-28 {
        top: -7rem;
        right: -7rem;
        bottom: -7rem;
        left: -7rem;
    }

    .mobile-small\:-inset-30 {
        top: -120px;
        right: -120px;
        bottom: -120px;
        left: -120px;
    }

    .mobile-small\:-inset-32 {
        top: -8rem;
        right: -8rem;
        bottom: -8rem;
        left: -8rem;
    }

    .mobile-small\:-inset-36 {
        top: -9rem;
        right: -9rem;
        bottom: -9rem;
        left: -9rem;
    }

    .mobile-small\:-inset-40 {
        top: -10rem;
        right: -10rem;
        bottom: -10rem;
        left: -10rem;
    }

    .mobile-small\:-inset-44 {
        top: -11rem;
        right: -11rem;
        bottom: -11rem;
        left: -11rem;
    }

    .mobile-small\:-inset-48 {
        top: -12rem;
        right: -12rem;
        bottom: -12rem;
        left: -12rem;
    }

    .mobile-small\:-inset-52 {
        top: -13rem;
        right: -13rem;
        bottom: -13rem;
        left: -13rem;
    }

    .mobile-small\:-inset-56 {
        top: -14rem;
        right: -14rem;
        bottom: -14rem;
        left: -14rem;
    }

    .mobile-small\:-inset-60 {
        top: -15rem;
        right: -15rem;
        bottom: -15rem;
        left: -15rem;
    }

    .mobile-small\:-inset-64 {
        top: -16rem;
        right: -16rem;
        bottom: -16rem;
        left: -16rem;
    }

    .mobile-small\:-inset-72 {
        top: -18rem;
        right: -18rem;
        bottom: -18rem;
        left: -18rem;
    }

    .mobile-small\:-inset-80 {
        top: -20rem;
        right: -20rem;
        bottom: -20rem;
        left: -20rem;
    }

    .mobile-small\:-inset-96 {
        top: -24rem;
        right: -24rem;
        bottom: -24rem;
        left: -24rem;
    }

    .mobile-small\:-inset-px {
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
    }

    .mobile-small\:-inset-0\.5 {
        top: -0.125rem;
        right: -0.125rem;
        bottom: -0.125rem;
        left: -0.125rem;
    }

    .mobile-small\:-inset-1\.5 {
        top: -0.375rem;
        right: -0.375rem;
        bottom: -0.375rem;
        left: -0.375rem;
    }

    .mobile-small\:-inset-2\.5 {
        top: -0.625rem;
        right: -0.625rem;
        bottom: -0.625rem;
        left: -0.625rem;
    }

    .mobile-small\:-inset-3\.5 {
        top: -0.875rem;
        right: -0.875rem;
        bottom: -0.875rem;
        left: -0.875rem;
    }

    .mobile-small\:-inset-5p {
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
    }

    .mobile-small\:-inset-10p {
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
    }

    .mobile-small\:-inset-14p {
        top: -14px;
        right: -14px;
        bottom: -14px;
        left: -14px;
    }

    .mobile-small\:-inset-15p {
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
    }

    .mobile-small\:-inset-15_2 {
        top: -60px;
        right: -60px;
        bottom: -60px;
        left: -60px;
    }

    .mobile-small\:-inset-16_1 {
        top: -52px;
        right: -52px;
        bottom: -52px;
        left: -52px;
    }

    .mobile-small\:-inset-16p {
        top: -16px;
        right: -16px;
        bottom: -16px;
        left: -16px;
    }

    .mobile-small\:-inset-25p {
        top: -25px;
        right: -25px;
        bottom: -25px;
        left: -25px;
    }

    .mobile-small\:-inset-48p {
        top: -48%;
        right: -48%;
        bottom: -48%;
        left: -48%;
    }

    .mobile-small\:-inset-52p {
        top: -52%;
        right: -52%;
        bottom: -52%;
        left: -52%;
    }

    .mobile-small\:inset-1\/2 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }

    .mobile-small\:inset-1\/3 {
        top: 33.333333%;
        right: 33.333333%;
        bottom: 33.333333%;
        left: 33.333333%;
    }

    .mobile-small\:inset-2\/3 {
        top: 66.666667%;
        right: 66.666667%;
        bottom: 66.666667%;
        left: 66.666667%;
    }

    .mobile-small\:inset-1\/4 {
        top: 25%;
        right: 25%;
        bottom: 25%;
        left: 25%;
    }

    .mobile-small\:inset-2\/4 {
        top: 50%;
        right: 50%;
        bottom: 50%;
        left: 50%;
    }

    .mobile-small\:inset-3\/4 {
        top: 75%;
        right: 75%;
        bottom: 75%;
        left: 75%;
    }

    .mobile-small\:inset-full {
        top: 100%;
        right: 100%;
        bottom: 100%;
        left: 100%;
    }

    .mobile-small\:-inset-1\/2 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }

    .mobile-small\:-inset-1\/3 {
        top: -33.333333%;
        right: -33.333333%;
        bottom: -33.333333%;
        left: -33.333333%;
    }

    .mobile-small\:-inset-2\/3 {
        top: -66.666667%;
        right: -66.666667%;
        bottom: -66.666667%;
        left: -66.666667%;
    }

    .mobile-small\:-inset-1\/4 {
        top: -25%;
        right: -25%;
        bottom: -25%;
        left: -25%;
    }

    .mobile-small\:-inset-2\/4 {
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
    }

    .mobile-small\:-inset-3\/4 {
        top: -75%;
        right: -75%;
        bottom: -75%;
        left: -75%;
    }

    .mobile-small\:-inset-full {
        top: -100%;
        right: -100%;
        bottom: -100%;
        left: -100%;
    }

    .mobile-small\:inset-x-0 {
        left: 0px;
        right: 0px;
    }

    .mobile-small\:inset-x-1 {
        left: 0.25rem;
        right: 0.25rem;
    }

    .mobile-small\:inset-x-2 {
        left: 0.5rem;
        right: 0.5rem;
    }

    .mobile-small\:inset-x-3 {
        left: 0.75rem;
        right: 0.75rem;
    }

    .mobile-small\:inset-x-4 {
        left: 1rem;
        right: 1rem;
    }

    .mobile-small\:inset-x-5 {
        left: 1.25rem;
        right: 1.25rem;
    }

    .mobile-small\:inset-x-6 {
        left: 1.5rem;
        right: 1.5rem;
    }

    .mobile-small\:inset-x-7 {
        left: 1.75rem;
        right: 1.75rem;
    }

    .mobile-small\:inset-x-8 {
        left: 2rem;
        right: 2rem;
    }

    .mobile-small\:inset-x-9 {
        left: 2.25rem;
        right: 2.25rem;
    }

    .mobile-small\:inset-x-10 {
        left: 2.5rem;
        right: 2.5rem;
    }

    .mobile-small\:inset-x-11 {
        left: 2.75rem;
        right: 2.75rem;
    }

    .mobile-small\:inset-x-12 {
        left: 3rem;
        right: 3rem;
    }

    .mobile-small\:inset-x-14 {
        left: 3.5rem;
        right: 3.5rem;
    }

    .mobile-small\:inset-x-16 {
        left: 4rem;
        right: 4rem;
    }

    .mobile-small\:inset-x-18 {
        left: 4.375rem;
        right: 4.375rem;
    }

    .mobile-small\:inset-x-19 {
        left: 76px;
        right: 76px;
    }

    .mobile-small\:inset-x-20 {
        left: 5rem;
        right: 5rem;
    }

    .mobile-small\:inset-x-24 {
        left: 6rem;
        right: 6rem;
    }

    .mobile-small\:inset-x-28 {
        left: 7rem;
        right: 7rem;
    }

    .mobile-small\:inset-x-30 {
        left: 120px;
        right: 120px;
    }

    .mobile-small\:inset-x-32 {
        left: 8rem;
        right: 8rem;
    }

    .mobile-small\:inset-x-36 {
        left: 9rem;
        right: 9rem;
    }

    .mobile-small\:inset-x-40 {
        left: 10rem;
        right: 10rem;
    }

    .mobile-small\:inset-x-44 {
        left: 11rem;
        right: 11rem;
    }

    .mobile-small\:inset-x-48 {
        left: 12rem;
        right: 12rem;
    }

    .mobile-small\:inset-x-52 {
        left: 13rem;
        right: 13rem;
    }

    .mobile-small\:inset-x-56 {
        left: 14rem;
        right: 14rem;
    }

    .mobile-small\:inset-x-60 {
        left: 15rem;
        right: 15rem;
    }

    .mobile-small\:inset-x-64 {
        left: 16rem;
        right: 16rem;
    }

    .mobile-small\:inset-x-72 {
        left: 18rem;
        right: 18rem;
    }

    .mobile-small\:inset-x-80 {
        left: 20rem;
        right: 20rem;
    }

    .mobile-small\:inset-x-96 {
        left: 24rem;
        right: 24rem;
    }

    .mobile-small\:inset-x-auto {
        left: auto;
        right: auto;
    }

    .mobile-small\:inset-x-px {
        left: 1px;
        right: 1px;
    }

    .mobile-small\:inset-x-0\.5 {
        left: 0.125rem;
        right: 0.125rem;
    }

    .mobile-small\:inset-x-1\.5 {
        left: 0.375rem;
        right: 0.375rem;
    }

    .mobile-small\:inset-x-2\.5 {
        left: 0.625rem;
        right: 0.625rem;
    }

    .mobile-small\:inset-x-3\.5 {
        left: 0.875rem;
        right: 0.875rem;
    }

    .mobile-small\:inset-x-5p {
        left: 5px;
        right: 5px;
    }

    .mobile-small\:inset-x-10p {
        left: 10px;
        right: 10px;
    }

    .mobile-small\:inset-x-14p {
        left: 14px;
        right: 14px;
    }

    .mobile-small\:inset-x-15p {
        left: 15px;
        right: 15px;
    }

    .mobile-small\:inset-x-15_2 {
        left: 60px;
        right: 60px;
    }

    .mobile-small\:inset-x-16_1 {
        left: 52px;
        right: 52px;
    }

    .mobile-small\:inset-x-16p {
        left: 16px;
        right: 16px;
    }

    .mobile-small\:inset-x-25p {
        left: 25px;
        right: 25px;
    }

    .mobile-small\:inset-x-48p {
        left: 48%;
        right: 48%;
    }

    .mobile-small\:inset-x-52p {
        left: 52%;
        right: 52%;
    }

    .mobile-small\:-inset-x-0 {
        left: 0px;
        right: 0px;
    }

    .mobile-small\:-inset-x-1 {
        left: -0.25rem;
        right: -0.25rem;
    }

    .mobile-small\:-inset-x-2 {
        left: -0.5rem;
        right: -0.5rem;
    }

    .mobile-small\:-inset-x-3 {
        left: -0.75rem;
        right: -0.75rem;
    }

    .mobile-small\:-inset-x-4 {
        left: -1rem;
        right: -1rem;
    }

    .mobile-small\:-inset-x-5 {
        left: -1.25rem;
        right: -1.25rem;
    }

    .mobile-small\:-inset-x-6 {
        left: -1.5rem;
        right: -1.5rem;
    }

    .mobile-small\:-inset-x-7 {
        left: -1.75rem;
        right: -1.75rem;
    }

    .mobile-small\:-inset-x-8 {
        left: -2rem;
        right: -2rem;
    }

    .mobile-small\:-inset-x-9 {
        left: -2.25rem;
        right: -2.25rem;
    }

    .mobile-small\:-inset-x-10 {
        left: -2.5rem;
        right: -2.5rem;
    }

    .mobile-small\:-inset-x-11 {
        left: -2.75rem;
        right: -2.75rem;
    }

    .mobile-small\:-inset-x-12 {
        left: -3rem;
        right: -3rem;
    }

    .mobile-small\:-inset-x-14 {
        left: -3.5rem;
        right: -3.5rem;
    }

    .mobile-small\:-inset-x-16 {
        left: -4rem;
        right: -4rem;
    }

    .mobile-small\:-inset-x-18 {
        left: -4.375rem;
        right: -4.375rem;
    }

    .mobile-small\:-inset-x-19 {
        left: -76px;
        right: -76px;
    }

    .mobile-small\:-inset-x-20 {
        left: -5rem;
        right: -5rem;
    }

    .mobile-small\:-inset-x-24 {
        left: -6rem;
        right: -6rem;
    }

    .mobile-small\:-inset-x-28 {
        left: -7rem;
        right: -7rem;
    }

    .mobile-small\:-inset-x-30 {
        left: -120px;
        right: -120px;
    }

    .mobile-small\:-inset-x-32 {
        left: -8rem;
        right: -8rem;
    }

    .mobile-small\:-inset-x-36 {
        left: -9rem;
        right: -9rem;
    }

    .mobile-small\:-inset-x-40 {
        left: -10rem;
        right: -10rem;
    }

    .mobile-small\:-inset-x-44 {
        left: -11rem;
        right: -11rem;
    }

    .mobile-small\:-inset-x-48 {
        left: -12rem;
        right: -12rem;
    }

    .mobile-small\:-inset-x-52 {
        left: -13rem;
        right: -13rem;
    }

    .mobile-small\:-inset-x-56 {
        left: -14rem;
        right: -14rem;
    }

    .mobile-small\:-inset-x-60 {
        left: -15rem;
        right: -15rem;
    }

    .mobile-small\:-inset-x-64 {
        left: -16rem;
        right: -16rem;
    }

    .mobile-small\:-inset-x-72 {
        left: -18rem;
        right: -18rem;
    }

    .mobile-small\:-inset-x-80 {
        left: -20rem;
        right: -20rem;
    }

    .mobile-small\:-inset-x-96 {
        left: -24rem;
        right: -24rem;
    }

    .mobile-small\:-inset-x-px {
        left: -1px;
        right: -1px;
    }

    .mobile-small\:-inset-x-0\.5 {
        left: -0.125rem;
        right: -0.125rem;
    }

    .mobile-small\:-inset-x-1\.5 {
        left: -0.375rem;
        right: -0.375rem;
    }

    .mobile-small\:-inset-x-2\.5 {
        left: -0.625rem;
        right: -0.625rem;
    }

    .mobile-small\:-inset-x-3\.5 {
        left: -0.875rem;
        right: -0.875rem;
    }

    .mobile-small\:-inset-x-5p {
        left: -5px;
        right: -5px;
    }

    .mobile-small\:-inset-x-10p {
        left: -10px;
        right: -10px;
    }

    .mobile-small\:-inset-x-14p {
        left: -14px;
        right: -14px;
    }

    .mobile-small\:-inset-x-15p {
        left: -15px;
        right: -15px;
    }

    .mobile-small\:-inset-x-15_2 {
        left: -60px;
        right: -60px;
    }

    .mobile-small\:-inset-x-16_1 {
        left: -52px;
        right: -52px;
    }

    .mobile-small\:-inset-x-16p {
        left: -16px;
        right: -16px;
    }

    .mobile-small\:-inset-x-25p {
        left: -25px;
        right: -25px;
    }

    .mobile-small\:-inset-x-48p {
        left: -48%;
        right: -48%;
    }

    .mobile-small\:-inset-x-52p {
        left: -52%;
        right: -52%;
    }

    .mobile-small\:inset-x-1\/2 {
        left: 50%;
        right: 50%;
    }

    .mobile-small\:inset-x-1\/3 {
        left: 33.333333%;
        right: 33.333333%;
    }

    .mobile-small\:inset-x-2\/3 {
        left: 66.666667%;
        right: 66.666667%;
    }

    .mobile-small\:inset-x-1\/4 {
        left: 25%;
        right: 25%;
    }

    .mobile-small\:inset-x-2\/4 {
        left: 50%;
        right: 50%;
    }

    .mobile-small\:inset-x-3\/4 {
        left: 75%;
        right: 75%;
    }

    .mobile-small\:inset-x-full {
        left: 100%;
        right: 100%;
    }

    .mobile-small\:-inset-x-1\/2 {
        left: -50%;
        right: -50%;
    }

    .mobile-small\:-inset-x-1\/3 {
        left: -33.333333%;
        right: -33.333333%;
    }

    .mobile-small\:-inset-x-2\/3 {
        left: -66.666667%;
        right: -66.666667%;
    }

    .mobile-small\:-inset-x-1\/4 {
        left: -25%;
        right: -25%;
    }

    .mobile-small\:-inset-x-2\/4 {
        left: -50%;
        right: -50%;
    }

    .mobile-small\:-inset-x-3\/4 {
        left: -75%;
        right: -75%;
    }

    .mobile-small\:-inset-x-full {
        left: -100%;
        right: -100%;
    }

    .mobile-small\:inset-y-0 {
        top: 0px;
        bottom: 0px;
    }

    .mobile-small\:inset-y-1 {
        top: 0.25rem;
        bottom: 0.25rem;
    }

    .mobile-small\:inset-y-2 {
        top: 0.5rem;
        bottom: 0.5rem;
    }

    .mobile-small\:inset-y-3 {
        top: 0.75rem;
        bottom: 0.75rem;
    }

    .mobile-small\:inset-y-4 {
        top: 1rem;
        bottom: 1rem;
    }

    .mobile-small\:inset-y-5 {
        top: 1.25rem;
        bottom: 1.25rem;
    }

    .mobile-small\:inset-y-6 {
        top: 1.5rem;
        bottom: 1.5rem;
    }

    .mobile-small\:inset-y-7 {
        top: 1.75rem;
        bottom: 1.75rem;
    }

    .mobile-small\:inset-y-8 {
        top: 2rem;
        bottom: 2rem;
    }

    .mobile-small\:inset-y-9 {
        top: 2.25rem;
        bottom: 2.25rem;
    }

    .mobile-small\:inset-y-10 {
        top: 2.5rem;
        bottom: 2.5rem;
    }

    .mobile-small\:inset-y-11 {
        top: 2.75rem;
        bottom: 2.75rem;
    }

    .mobile-small\:inset-y-12 {
        top: 3rem;
        bottom: 3rem;
    }

    .mobile-small\:inset-y-14 {
        top: 3.5rem;
        bottom: 3.5rem;
    }

    .mobile-small\:inset-y-16 {
        top: 4rem;
        bottom: 4rem;
    }

    .mobile-small\:inset-y-18 {
        top: 4.375rem;
        bottom: 4.375rem;
    }

    .mobile-small\:inset-y-19 {
        top: 76px;
        bottom: 76px;
    }

    .mobile-small\:inset-y-20 {
        top: 5rem;
        bottom: 5rem;
    }

    .mobile-small\:inset-y-24 {
        top: 6rem;
        bottom: 6rem;
    }

    .mobile-small\:inset-y-28 {
        top: 7rem;
        bottom: 7rem;
    }

    .mobile-small\:inset-y-30 {
        top: 120px;
        bottom: 120px;
    }

    .mobile-small\:inset-y-32 {
        top: 8rem;
        bottom: 8rem;
    }

    .mobile-small\:inset-y-36 {
        top: 9rem;
        bottom: 9rem;
    }

    .mobile-small\:inset-y-40 {
        top: 10rem;
        bottom: 10rem;
    }

    .mobile-small\:inset-y-44 {
        top: 11rem;
        bottom: 11rem;
    }

    .mobile-small\:inset-y-48 {
        top: 12rem;
        bottom: 12rem;
    }

    .mobile-small\:inset-y-52 {
        top: 13rem;
        bottom: 13rem;
    }

    .mobile-small\:inset-y-56 {
        top: 14rem;
        bottom: 14rem;
    }

    .mobile-small\:inset-y-60 {
        top: 15rem;
        bottom: 15rem;
    }

    .mobile-small\:inset-y-64 {
        top: 16rem;
        bottom: 16rem;
    }

    .mobile-small\:inset-y-72 {
        top: 18rem;
        bottom: 18rem;
    }

    .mobile-small\:inset-y-80 {
        top: 20rem;
        bottom: 20rem;
    }

    .mobile-small\:inset-y-96 {
        top: 24rem;
        bottom: 24rem;
    }

    .mobile-small\:inset-y-auto {
        top: auto;
        bottom: auto;
    }

    .mobile-small\:inset-y-px {
        top: 1px;
        bottom: 1px;
    }

    .mobile-small\:inset-y-0\.5 {
        top: 0.125rem;
        bottom: 0.125rem;
    }

    .mobile-small\:inset-y-1\.5 {
        top: 0.375rem;
        bottom: 0.375rem;
    }

    .mobile-small\:inset-y-2\.5 {
        top: 0.625rem;
        bottom: 0.625rem;
    }

    .mobile-small\:inset-y-3\.5 {
        top: 0.875rem;
        bottom: 0.875rem;
    }

    .mobile-small\:inset-y-5p {
        top: 5px;
        bottom: 5px;
    }

    .mobile-small\:inset-y-10p {
        top: 10px;
        bottom: 10px;
    }

    .mobile-small\:inset-y-14p {
        top: 14px;
        bottom: 14px;
    }

    .mobile-small\:inset-y-15p {
        top: 15px;
        bottom: 15px;
    }

    .mobile-small\:inset-y-15_2 {
        top: 60px;
        bottom: 60px;
    }

    .mobile-small\:inset-y-16_1 {
        top: 52px;
        bottom: 52px;
    }

    .mobile-small\:inset-y-16p {
        top: 16px;
        bottom: 16px;
    }

    .mobile-small\:inset-y-25p {
        top: 25px;
        bottom: 25px;
    }

    .mobile-small\:inset-y-48p {
        top: 48%;
        bottom: 48%;
    }

    .mobile-small\:inset-y-52p {
        top: 52%;
        bottom: 52%;
    }

    .mobile-small\:-inset-y-0 {
        top: 0px;
        bottom: 0px;
    }

    .mobile-small\:-inset-y-1 {
        top: -0.25rem;
        bottom: -0.25rem;
    }

    .mobile-small\:-inset-y-2 {
        top: -0.5rem;
        bottom: -0.5rem;
    }

    .mobile-small\:-inset-y-3 {
        top: -0.75rem;
        bottom: -0.75rem;
    }

    .mobile-small\:-inset-y-4 {
        top: -1rem;
        bottom: -1rem;
    }

    .mobile-small\:-inset-y-5 {
        top: -1.25rem;
        bottom: -1.25rem;
    }

    .mobile-small\:-inset-y-6 {
        top: -1.5rem;
        bottom: -1.5rem;
    }

    .mobile-small\:-inset-y-7 {
        top: -1.75rem;
        bottom: -1.75rem;
    }

    .mobile-small\:-inset-y-8 {
        top: -2rem;
        bottom: -2rem;
    }

    .mobile-small\:-inset-y-9 {
        top: -2.25rem;
        bottom: -2.25rem;
    }

    .mobile-small\:-inset-y-10 {
        top: -2.5rem;
        bottom: -2.5rem;
    }

    .mobile-small\:-inset-y-11 {
        top: -2.75rem;
        bottom: -2.75rem;
    }

    .mobile-small\:-inset-y-12 {
        top: -3rem;
        bottom: -3rem;
    }

    .mobile-small\:-inset-y-14 {
        top: -3.5rem;
        bottom: -3.5rem;
    }

    .mobile-small\:-inset-y-16 {
        top: -4rem;
        bottom: -4rem;
    }

    .mobile-small\:-inset-y-18 {
        top: -4.375rem;
        bottom: -4.375rem;
    }

    .mobile-small\:-inset-y-19 {
        top: -76px;
        bottom: -76px;
    }

    .mobile-small\:-inset-y-20 {
        top: -5rem;
        bottom: -5rem;
    }

    .mobile-small\:-inset-y-24 {
        top: -6rem;
        bottom: -6rem;
    }

    .mobile-small\:-inset-y-28 {
        top: -7rem;
        bottom: -7rem;
    }

    .mobile-small\:-inset-y-30 {
        top: -120px;
        bottom: -120px;
    }

    .mobile-small\:-inset-y-32 {
        top: -8rem;
        bottom: -8rem;
    }

    .mobile-small\:-inset-y-36 {
        top: -9rem;
        bottom: -9rem;
    }

    .mobile-small\:-inset-y-40 {
        top: -10rem;
        bottom: -10rem;
    }

    .mobile-small\:-inset-y-44 {
        top: -11rem;
        bottom: -11rem;
    }

    .mobile-small\:-inset-y-48 {
        top: -12rem;
        bottom: -12rem;
    }

    .mobile-small\:-inset-y-52 {
        top: -13rem;
        bottom: -13rem;
    }

    .mobile-small\:-inset-y-56 {
        top: -14rem;
        bottom: -14rem;
    }

    .mobile-small\:-inset-y-60 {
        top: -15rem;
        bottom: -15rem;
    }

    .mobile-small\:-inset-y-64 {
        top: -16rem;
        bottom: -16rem;
    }

    .mobile-small\:-inset-y-72 {
        top: -18rem;
        bottom: -18rem;
    }

    .mobile-small\:-inset-y-80 {
        top: -20rem;
        bottom: -20rem;
    }

    .mobile-small\:-inset-y-96 {
        top: -24rem;
        bottom: -24rem;
    }

    .mobile-small\:-inset-y-px {
        top: -1px;
        bottom: -1px;
    }

    .mobile-small\:-inset-y-0\.5 {
        top: -0.125rem;
        bottom: -0.125rem;
    }

    .mobile-small\:-inset-y-1\.5 {
        top: -0.375rem;
        bottom: -0.375rem;
    }

    .mobile-small\:-inset-y-2\.5 {
        top: -0.625rem;
        bottom: -0.625rem;
    }

    .mobile-small\:-inset-y-3\.5 {
        top: -0.875rem;
        bottom: -0.875rem;
    }

    .mobile-small\:-inset-y-5p {
        top: -5px;
        bottom: -5px;
    }

    .mobile-small\:-inset-y-10p {
        top: -10px;
        bottom: -10px;
    }

    .mobile-small\:-inset-y-14p {
        top: -14px;
        bottom: -14px;
    }

    .mobile-small\:-inset-y-15p {
        top: -15px;
        bottom: -15px;
    }

    .mobile-small\:-inset-y-15_2 {
        top: -60px;
        bottom: -60px;
    }

    .mobile-small\:-inset-y-16_1 {
        top: -52px;
        bottom: -52px;
    }

    .mobile-small\:-inset-y-16p {
        top: -16px;
        bottom: -16px;
    }

    .mobile-small\:-inset-y-25p {
        top: -25px;
        bottom: -25px;
    }

    .mobile-small\:-inset-y-48p {
        top: -48%;
        bottom: -48%;
    }

    .mobile-small\:-inset-y-52p {
        top: -52%;
        bottom: -52%;
    }

    .mobile-small\:inset-y-1\/2 {
        top: 50%;
        bottom: 50%;
    }

    .mobile-small\:inset-y-1\/3 {
        top: 33.333333%;
        bottom: 33.333333%;
    }

    .mobile-small\:inset-y-2\/3 {
        top: 66.666667%;
        bottom: 66.666667%;
    }

    .mobile-small\:inset-y-1\/4 {
        top: 25%;
        bottom: 25%;
    }

    .mobile-small\:inset-y-2\/4 {
        top: 50%;
        bottom: 50%;
    }

    .mobile-small\:inset-y-3\/4 {
        top: 75%;
        bottom: 75%;
    }

    .mobile-small\:inset-y-full {
        top: 100%;
        bottom: 100%;
    }

    .mobile-small\:-inset-y-1\/2 {
        top: -50%;
        bottom: -50%;
    }

    .mobile-small\:-inset-y-1\/3 {
        top: -33.333333%;
        bottom: -33.333333%;
    }

    .mobile-small\:-inset-y-2\/3 {
        top: -66.666667%;
        bottom: -66.666667%;
    }

    .mobile-small\:-inset-y-1\/4 {
        top: -25%;
        bottom: -25%;
    }

    .mobile-small\:-inset-y-2\/4 {
        top: -50%;
        bottom: -50%;
    }

    .mobile-small\:-inset-y-3\/4 {
        top: -75%;
        bottom: -75%;
    }

    .mobile-small\:-inset-y-full {
        top: -100%;
        bottom: -100%;
    }

    .mobile-small\:top-0 {
        top: 0px;
    }

    .mobile-small\:top-1 {
        top: 0.25rem;
    }

    .mobile-small\:top-2 {
        top: 0.5rem;
    }

    .mobile-small\:top-3 {
        top: 0.75rem;
    }

    .mobile-small\:top-4 {
        top: 1rem;
    }

    .mobile-small\:top-5 {
        top: 1.25rem;
    }

    .mobile-small\:top-6 {
        top: 1.5rem;
    }

    .mobile-small\:top-7 {
        top: 1.75rem;
    }

    .mobile-small\:top-8 {
        top: 2rem;
    }

    .mobile-small\:top-9 {
        top: 2.25rem;
    }

    .mobile-small\:top-10 {
        top: 2.5rem;
    }

    .mobile-small\:top-11 {
        top: 2.75rem;
    }

    .mobile-small\:top-12 {
        top: 3rem;
    }

    .mobile-small\:top-14 {
        top: 3.5rem;
    }

    .mobile-small\:top-16 {
        top: 4rem;
    }

    .mobile-small\:top-18 {
        top: 4.375rem;
    }

    .mobile-small\:top-19 {
        top: 76px;
    }

    .mobile-small\:top-20 {
        top: 5rem;
    }

    .mobile-small\:top-24 {
        top: 6rem;
    }

    .mobile-small\:top-28 {
        top: 7rem;
    }

    .mobile-small\:top-30 {
        top: 120px;
    }

    .mobile-small\:top-32 {
        top: 8rem;
    }

    .mobile-small\:top-36 {
        top: 9rem;
    }

    .mobile-small\:top-40 {
        top: 10rem;
    }

    .mobile-small\:top-44 {
        top: 11rem;
    }

    .mobile-small\:top-48 {
        top: 12rem;
    }

    .mobile-small\:top-52 {
        top: 13rem;
    }

    .mobile-small\:top-56 {
        top: 14rem;
    }

    .mobile-small\:top-60 {
        top: 15rem;
    }

    .mobile-small\:top-64 {
        top: 16rem;
    }

    .mobile-small\:top-72 {
        top: 18rem;
    }

    .mobile-small\:top-80 {
        top: 20rem;
    }

    .mobile-small\:top-96 {
        top: 24rem;
    }

    .mobile-small\:top-auto {
        top: auto;
    }

    .mobile-small\:top-px {
        top: 1px;
    }

    .mobile-small\:top-0\.5 {
        top: 0.125rem;
    }

    .mobile-small\:top-1\.5 {
        top: 0.375rem;
    }

    .mobile-small\:top-2\.5 {
        top: 0.625rem;
    }

    .mobile-small\:top-3\.5 {
        top: 0.875rem;
    }

    .mobile-small\:top-5p {
        top: 5px;
    }

    .mobile-small\:top-10p {
        top: 10px;
    }

    .mobile-small\:top-14p {
        top: 14px;
    }

    .mobile-small\:top-15p {
        top: 15px;
    }

    .mobile-small\:top-15_2 {
        top: 60px;
    }

    .mobile-small\:top-16_1 {
        top: 52px;
    }

    .mobile-small\:top-16p {
        top: 16px;
    }

    .mobile-small\:top-25p {
        top: 25px;
    }

    .mobile-small\:top-48p {
        top: 48%;
    }

    .mobile-small\:top-52p {
        top: 52%;
    }

    .mobile-small\:-top-0 {
        top: 0px;
    }

    .mobile-small\:-top-1 {
        top: -0.25rem;
    }

    .mobile-small\:-top-2 {
        top: -0.5rem;
    }

    .mobile-small\:-top-3 {
        top: -0.75rem;
    }

    .mobile-small\:-top-4 {
        top: -1rem;
    }

    .mobile-small\:-top-5 {
        top: -1.25rem;
    }

    .mobile-small\:-top-6 {
        top: -1.5rem;
    }

    .mobile-small\:-top-7 {
        top: -1.75rem;
    }

    .mobile-small\:-top-8 {
        top: -2rem;
    }

    .mobile-small\:-top-9 {
        top: -2.25rem;
    }

    .mobile-small\:-top-10 {
        top: -2.5rem;
    }

    .mobile-small\:-top-11 {
        top: -2.75rem;
    }

    .mobile-small\:-top-12 {
        top: -3rem;
    }

    .mobile-small\:-top-14 {
        top: -3.5rem;
    }

    .mobile-small\:-top-16 {
        top: -4rem;
    }

    .mobile-small\:-top-18 {
        top: -4.375rem;
    }

    .mobile-small\:-top-19 {
        top: -76px;
    }

    .mobile-small\:-top-20 {
        top: -5rem;
    }

    .mobile-small\:-top-24 {
        top: -6rem;
    }

    .mobile-small\:-top-28 {
        top: -7rem;
    }

    .mobile-small\:-top-30 {
        top: -120px;
    }

    .mobile-small\:-top-32 {
        top: -8rem;
    }

    .mobile-small\:-top-36 {
        top: -9rem;
    }

    .mobile-small\:-top-40 {
        top: -10rem;
    }

    .mobile-small\:-top-44 {
        top: -11rem;
    }

    .mobile-small\:-top-48 {
        top: -12rem;
    }

    .mobile-small\:-top-52 {
        top: -13rem;
    }

    .mobile-small\:-top-56 {
        top: -14rem;
    }

    .mobile-small\:-top-60 {
        top: -15rem;
    }

    .mobile-small\:-top-64 {
        top: -16rem;
    }

    .mobile-small\:-top-72 {
        top: -18rem;
    }

    .mobile-small\:-top-80 {
        top: -20rem;
    }

    .mobile-small\:-top-96 {
        top: -24rem;
    }

    .mobile-small\:-top-px {
        top: -1px;
    }

    .mobile-small\:-top-0\.5 {
        top: -0.125rem;
    }

    .mobile-small\:-top-1\.5 {
        top: -0.375rem;
    }

    .mobile-small\:-top-2\.5 {
        top: -0.625rem;
    }

    .mobile-small\:-top-3\.5 {
        top: -0.875rem;
    }

    .mobile-small\:-top-5p {
        top: -5px;
    }

    .mobile-small\:-top-10p {
        top: -10px;
    }

    .mobile-small\:-top-14p {
        top: -14px;
    }

    .mobile-small\:-top-15p {
        top: -15px;
    }

    .mobile-small\:-top-15_2 {
        top: -60px;
    }

    .mobile-small\:-top-16_1 {
        top: -52px;
    }

    .mobile-small\:-top-16p {
        top: -16px;
    }

    .mobile-small\:-top-25p {
        top: -25px;
    }

    .mobile-small\:-top-48p {
        top: -48%;
    }

    .mobile-small\:-top-52p {
        top: -52%;
    }

    .mobile-small\:top-1\/2 {
        top: 50%;
    }

    .mobile-small\:top-1\/3 {
        top: 33.333333%;
    }

    .mobile-small\:top-2\/3 {
        top: 66.666667%;
    }

    .mobile-small\:top-1\/4 {
        top: 25%;
    }

    .mobile-small\:top-2\/4 {
        top: 50%;
    }

    .mobile-small\:top-3\/4 {
        top: 75%;
    }

    .mobile-small\:top-full {
        top: 100%;
    }

    .mobile-small\:-top-1\/2 {
        top: -50%;
    }

    .mobile-small\:-top-1\/3 {
        top: -33.333333%;
    }

    .mobile-small\:-top-2\/3 {
        top: -66.666667%;
    }

    .mobile-small\:-top-1\/4 {
        top: -25%;
    }

    .mobile-small\:-top-2\/4 {
        top: -50%;
    }

    .mobile-small\:-top-3\/4 {
        top: -75%;
    }

    .mobile-small\:-top-full {
        top: -100%;
    }

    .mobile-small\:right-0 {
        right: 0px;
    }

    .mobile-small\:right-1 {
        right: 0.25rem;
    }

    .mobile-small\:right-2 {
        right: 0.5rem;
    }

    .mobile-small\:right-3 {
        right: 0.75rem;
    }

    .mobile-small\:right-4 {
        right: 1rem;
    }

    .mobile-small\:right-5 {
        right: 1.25rem;
    }

    .mobile-small\:right-6 {
        right: 1.5rem;
    }

    .mobile-small\:right-7 {
        right: 1.75rem;
    }

    .mobile-small\:right-8 {
        right: 2rem;
    }

    .mobile-small\:right-9 {
        right: 2.25rem;
    }

    .mobile-small\:right-10 {
        right: 2.5rem;
    }

    .mobile-small\:right-11 {
        right: 2.75rem;
    }

    .mobile-small\:right-12 {
        right: 3rem;
    }

    .mobile-small\:right-14 {
        right: 3.5rem;
    }

    .mobile-small\:right-16 {
        right: 4rem;
    }

    .mobile-small\:right-18 {
        right: 4.375rem;
    }

    .mobile-small\:right-19 {
        right: 76px;
    }

    .mobile-small\:right-20 {
        right: 5rem;
    }

    .mobile-small\:right-24 {
        right: 6rem;
    }

    .mobile-small\:right-28 {
        right: 7rem;
    }

    .mobile-small\:right-30 {
        right: 120px;
    }

    .mobile-small\:right-32 {
        right: 8rem;
    }

    .mobile-small\:right-36 {
        right: 9rem;
    }

    .mobile-small\:right-40 {
        right: 10rem;
    }

    .mobile-small\:right-44 {
        right: 11rem;
    }

    .mobile-small\:right-48 {
        right: 12rem;
    }

    .mobile-small\:right-52 {
        right: 13rem;
    }

    .mobile-small\:right-56 {
        right: 14rem;
    }

    .mobile-small\:right-60 {
        right: 15rem;
    }

    .mobile-small\:right-64 {
        right: 16rem;
    }

    .mobile-small\:right-72 {
        right: 18rem;
    }

    .mobile-small\:right-80 {
        right: 20rem;
    }

    .mobile-small\:right-96 {
        right: 24rem;
    }

    .mobile-small\:right-auto {
        right: auto;
    }

    .mobile-small\:right-px {
        right: 1px;
    }

    .mobile-small\:right-0\.5 {
        right: 0.125rem;
    }

    .mobile-small\:right-1\.5 {
        right: 0.375rem;
    }

    .mobile-small\:right-2\.5 {
        right: 0.625rem;
    }

    .mobile-small\:right-3\.5 {
        right: 0.875rem;
    }

    .mobile-small\:right-5p {
        right: 5px;
    }

    .mobile-small\:right-10p {
        right: 10px;
    }

    .mobile-small\:right-14p {
        right: 14px;
    }

    .mobile-small\:right-15p {
        right: 15px;
    }

    .mobile-small\:right-15_2 {
        right: 60px;
    }

    .mobile-small\:right-16_1 {
        right: 52px;
    }

    .mobile-small\:right-16p {
        right: 16px;
    }

    .mobile-small\:right-25p {
        right: 25px;
    }

    .mobile-small\:right-48p {
        right: 48%;
    }

    .mobile-small\:right-52p {
        right: 52%;
    }

    .mobile-small\:-right-0 {
        right: 0px;
    }

    .mobile-small\:-right-1 {
        right: -0.25rem;
    }

    .mobile-small\:-right-2 {
        right: -0.5rem;
    }

    .mobile-small\:-right-3 {
        right: -0.75rem;
    }

    .mobile-small\:-right-4 {
        right: -1rem;
    }

    .mobile-small\:-right-5 {
        right: -1.25rem;
    }

    .mobile-small\:-right-6 {
        right: -1.5rem;
    }

    .mobile-small\:-right-7 {
        right: -1.75rem;
    }

    .mobile-small\:-right-8 {
        right: -2rem;
    }

    .mobile-small\:-right-9 {
        right: -2.25rem;
    }

    .mobile-small\:-right-10 {
        right: -2.5rem;
    }

    .mobile-small\:-right-11 {
        right: -2.75rem;
    }

    .mobile-small\:-right-12 {
        right: -3rem;
    }

    .mobile-small\:-right-14 {
        right: -3.5rem;
    }

    .mobile-small\:-right-16 {
        right: -4rem;
    }

    .mobile-small\:-right-18 {
        right: -4.375rem;
    }

    .mobile-small\:-right-19 {
        right: -76px;
    }

    .mobile-small\:-right-20 {
        right: -5rem;
    }

    .mobile-small\:-right-24 {
        right: -6rem;
    }

    .mobile-small\:-right-28 {
        right: -7rem;
    }

    .mobile-small\:-right-30 {
        right: -120px;
    }

    .mobile-small\:-right-32 {
        right: -8rem;
    }

    .mobile-small\:-right-36 {
        right: -9rem;
    }

    .mobile-small\:-right-40 {
        right: -10rem;
    }

    .mobile-small\:-right-44 {
        right: -11rem;
    }

    .mobile-small\:-right-48 {
        right: -12rem;
    }

    .mobile-small\:-right-52 {
        right: -13rem;
    }

    .mobile-small\:-right-56 {
        right: -14rem;
    }

    .mobile-small\:-right-60 {
        right: -15rem;
    }

    .mobile-small\:-right-64 {
        right: -16rem;
    }

    .mobile-small\:-right-72 {
        right: -18rem;
    }

    .mobile-small\:-right-80 {
        right: -20rem;
    }

    .mobile-small\:-right-96 {
        right: -24rem;
    }

    .mobile-small\:-right-px {
        right: -1px;
    }

    .mobile-small\:-right-0\.5 {
        right: -0.125rem;
    }

    .mobile-small\:-right-1\.5 {
        right: -0.375rem;
    }

    .mobile-small\:-right-2\.5 {
        right: -0.625rem;
    }

    .mobile-small\:-right-3\.5 {
        right: -0.875rem;
    }

    .mobile-small\:-right-5p {
        right: -5px;
    }

    .mobile-small\:-right-10p {
        right: -10px;
    }

    .mobile-small\:-right-14p {
        right: -14px;
    }

    .mobile-small\:-right-15p {
        right: -15px;
    }

    .mobile-small\:-right-15_2 {
        right: -60px;
    }

    .mobile-small\:-right-16_1 {
        right: -52px;
    }

    .mobile-small\:-right-16p {
        right: -16px;
    }

    .mobile-small\:-right-25p {
        right: -25px;
    }

    .mobile-small\:-right-48p {
        right: -48%;
    }

    .mobile-small\:-right-52p {
        right: -52%;
    }

    .mobile-small\:right-1\/2 {
        right: 50%;
    }

    .mobile-small\:right-1\/3 {
        right: 33.333333%;
    }

    .mobile-small\:right-2\/3 {
        right: 66.666667%;
    }

    .mobile-small\:right-1\/4 {
        right: 25%;
    }

    .mobile-small\:right-2\/4 {
        right: 50%;
    }

    .mobile-small\:right-3\/4 {
        right: 75%;
    }

    .mobile-small\:right-full {
        right: 100%;
    }

    .mobile-small\:-right-1\/2 {
        right: -50%;
    }

    .mobile-small\:-right-1\/3 {
        right: -33.333333%;
    }

    .mobile-small\:-right-2\/3 {
        right: -66.666667%;
    }

    .mobile-small\:-right-1\/4 {
        right: -25%;
    }

    .mobile-small\:-right-2\/4 {
        right: -50%;
    }

    .mobile-small\:-right-3\/4 {
        right: -75%;
    }

    .mobile-small\:-right-full {
        right: -100%;
    }

    .mobile-small\:bottom-0 {
        bottom: 0px;
    }

    .mobile-small\:bottom-1 {
        bottom: 0.25rem;
    }

    .mobile-small\:bottom-2 {
        bottom: 0.5rem;
    }

    .mobile-small\:bottom-3 {
        bottom: 0.75rem;
    }

    .mobile-small\:bottom-4 {
        bottom: 1rem;
    }

    .mobile-small\:bottom-5 {
        bottom: 1.25rem;
    }

    .mobile-small\:bottom-6 {
        bottom: 1.5rem;
    }

    .mobile-small\:bottom-7 {
        bottom: 1.75rem;
    }

    .mobile-small\:bottom-8 {
        bottom: 2rem;
    }

    .mobile-small\:bottom-9 {
        bottom: 2.25rem;
    }

    .mobile-small\:bottom-10 {
        bottom: 2.5rem;
    }

    .mobile-small\:bottom-11 {
        bottom: 2.75rem;
    }

    .mobile-small\:bottom-12 {
        bottom: 3rem;
    }

    .mobile-small\:bottom-14 {
        bottom: 3.5rem;
    }

    .mobile-small\:bottom-16 {
        bottom: 4rem;
    }

    .mobile-small\:bottom-18 {
        bottom: 4.375rem;
    }

    .mobile-small\:bottom-19 {
        bottom: 76px;
    }

    .mobile-small\:bottom-20 {
        bottom: 5rem;
    }

    .mobile-small\:bottom-24 {
        bottom: 6rem;
    }

    .mobile-small\:bottom-28 {
        bottom: 7rem;
    }

    .mobile-small\:bottom-30 {
        bottom: 120px;
    }

    .mobile-small\:bottom-32 {
        bottom: 8rem;
    }

    .mobile-small\:bottom-36 {
        bottom: 9rem;
    }

    .mobile-small\:bottom-40 {
        bottom: 10rem;
    }

    .mobile-small\:bottom-44 {
        bottom: 11rem;
    }

    .mobile-small\:bottom-48 {
        bottom: 12rem;
    }

    .mobile-small\:bottom-52 {
        bottom: 13rem;
    }

    .mobile-small\:bottom-56 {
        bottom: 14rem;
    }

    .mobile-small\:bottom-60 {
        bottom: 15rem;
    }

    .mobile-small\:bottom-64 {
        bottom: 16rem;
    }

    .mobile-small\:bottom-72 {
        bottom: 18rem;
    }

    .mobile-small\:bottom-80 {
        bottom: 20rem;
    }

    .mobile-small\:bottom-96 {
        bottom: 24rem;
    }

    .mobile-small\:bottom-auto {
        bottom: auto;
    }

    .mobile-small\:bottom-px {
        bottom: 1px;
    }

    .mobile-small\:bottom-0\.5 {
        bottom: 0.125rem;
    }

    .mobile-small\:bottom-1\.5 {
        bottom: 0.375rem;
    }

    .mobile-small\:bottom-2\.5 {
        bottom: 0.625rem;
    }

    .mobile-small\:bottom-3\.5 {
        bottom: 0.875rem;
    }

    .mobile-small\:bottom-5p {
        bottom: 5px;
    }

    .mobile-small\:bottom-10p {
        bottom: 10px;
    }

    .mobile-small\:bottom-14p {
        bottom: 14px;
    }

    .mobile-small\:bottom-15p {
        bottom: 15px;
    }

    .mobile-small\:bottom-15_2 {
        bottom: 60px;
    }

    .mobile-small\:bottom-16_1 {
        bottom: 52px;
    }

    .mobile-small\:bottom-16p {
        bottom: 16px;
    }

    .mobile-small\:bottom-25p {
        bottom: 25px;
    }

    .mobile-small\:bottom-48p {
        bottom: 48%;
    }

    .mobile-small\:bottom-52p {
        bottom: 52%;
    }

    .mobile-small\:-bottom-0 {
        bottom: 0px;
    }

    .mobile-small\:-bottom-1 {
        bottom: -0.25rem;
    }

    .mobile-small\:-bottom-2 {
        bottom: -0.5rem;
    }

    .mobile-small\:-bottom-3 {
        bottom: -0.75rem;
    }

    .mobile-small\:-bottom-4 {
        bottom: -1rem;
    }

    .mobile-small\:-bottom-5 {
        bottom: -1.25rem;
    }

    .mobile-small\:-bottom-6 {
        bottom: -1.5rem;
    }

    .mobile-small\:-bottom-7 {
        bottom: -1.75rem;
    }

    .mobile-small\:-bottom-8 {
        bottom: -2rem;
    }

    .mobile-small\:-bottom-9 {
        bottom: -2.25rem;
    }

    .mobile-small\:-bottom-10 {
        bottom: -2.5rem;
    }

    .mobile-small\:-bottom-11 {
        bottom: -2.75rem;
    }

    .mobile-small\:-bottom-12 {
        bottom: -3rem;
    }

    .mobile-small\:-bottom-14 {
        bottom: -3.5rem;
    }

    .mobile-small\:-bottom-16 {
        bottom: -4rem;
    }

    .mobile-small\:-bottom-18 {
        bottom: -4.375rem;
    }

    .mobile-small\:-bottom-19 {
        bottom: -76px;
    }

    .mobile-small\:-bottom-20 {
        bottom: -5rem;
    }

    .mobile-small\:-bottom-24 {
        bottom: -6rem;
    }

    .mobile-small\:-bottom-28 {
        bottom: -7rem;
    }

    .mobile-small\:-bottom-30 {
        bottom: -120px;
    }

    .mobile-small\:-bottom-32 {
        bottom: -8rem;
    }

    .mobile-small\:-bottom-36 {
        bottom: -9rem;
    }

    .mobile-small\:-bottom-40 {
        bottom: -10rem;
    }

    .mobile-small\:-bottom-44 {
        bottom: -11rem;
    }

    .mobile-small\:-bottom-48 {
        bottom: -12rem;
    }

    .mobile-small\:-bottom-52 {
        bottom: -13rem;
    }

    .mobile-small\:-bottom-56 {
        bottom: -14rem;
    }

    .mobile-small\:-bottom-60 {
        bottom: -15rem;
    }

    .mobile-small\:-bottom-64 {
        bottom: -16rem;
    }

    .mobile-small\:-bottom-72 {
        bottom: -18rem;
    }

    .mobile-small\:-bottom-80 {
        bottom: -20rem;
    }

    .mobile-small\:-bottom-96 {
        bottom: -24rem;
    }

    .mobile-small\:-bottom-px {
        bottom: -1px;
    }

    .mobile-small\:-bottom-0\.5 {
        bottom: -0.125rem;
    }

    .mobile-small\:-bottom-1\.5 {
        bottom: -0.375rem;
    }

    .mobile-small\:-bottom-2\.5 {
        bottom: -0.625rem;
    }

    .mobile-small\:-bottom-3\.5 {
        bottom: -0.875rem;
    }

    .mobile-small\:-bottom-5p {
        bottom: -5px;
    }

    .mobile-small\:-bottom-10p {
        bottom: -10px;
    }

    .mobile-small\:-bottom-14p {
        bottom: -14px;
    }

    .mobile-small\:-bottom-15p {
        bottom: -15px;
    }

    .mobile-small\:-bottom-15_2 {
        bottom: -60px;
    }

    .mobile-small\:-bottom-16_1 {
        bottom: -52px;
    }

    .mobile-small\:-bottom-16p {
        bottom: -16px;
    }

    .mobile-small\:-bottom-25p {
        bottom: -25px;
    }

    .mobile-small\:-bottom-48p {
        bottom: -48%;
    }

    .mobile-small\:-bottom-52p {
        bottom: -52%;
    }

    .mobile-small\:bottom-1\/2 {
        bottom: 50%;
    }

    .mobile-small\:bottom-1\/3 {
        bottom: 33.333333%;
    }

    .mobile-small\:bottom-2\/3 {
        bottom: 66.666667%;
    }

    .mobile-small\:bottom-1\/4 {
        bottom: 25%;
    }

    .mobile-small\:bottom-2\/4 {
        bottom: 50%;
    }

    .mobile-small\:bottom-3\/4 {
        bottom: 75%;
    }

    .mobile-small\:bottom-full {
        bottom: 100%;
    }

    .mobile-small\:-bottom-1\/2 {
        bottom: -50%;
    }

    .mobile-small\:-bottom-1\/3 {
        bottom: -33.333333%;
    }

    .mobile-small\:-bottom-2\/3 {
        bottom: -66.666667%;
    }

    .mobile-small\:-bottom-1\/4 {
        bottom: -25%;
    }

    .mobile-small\:-bottom-2\/4 {
        bottom: -50%;
    }

    .mobile-small\:-bottom-3\/4 {
        bottom: -75%;
    }

    .mobile-small\:-bottom-full {
        bottom: -100%;
    }

    .mobile-small\:left-0 {
        left: 0px;
    }

    .mobile-small\:left-1 {
        left: 0.25rem;
    }

    .mobile-small\:left-2 {
        left: 0.5rem;
    }

    .mobile-small\:left-3 {
        left: 0.75rem;
    }

    .mobile-small\:left-4 {
        left: 1rem;
    }

    .mobile-small\:left-5 {
        left: 1.25rem;
    }

    .mobile-small\:left-6 {
        left: 1.5rem;
    }

    .mobile-small\:left-7 {
        left: 1.75rem;
    }

    .mobile-small\:left-8 {
        left: 2rem;
    }

    .mobile-small\:left-9 {
        left: 2.25rem;
    }

    .mobile-small\:left-10 {
        left: 2.5rem;
    }

    .mobile-small\:left-11 {
        left: 2.75rem;
    }

    .mobile-small\:left-12 {
        left: 3rem;
    }

    .mobile-small\:left-14 {
        left: 3.5rem;
    }

    .mobile-small\:left-16 {
        left: 4rem;
    }

    .mobile-small\:left-18 {
        left: 4.375rem;
    }

    .mobile-small\:left-19 {
        left: 76px;
    }

    .mobile-small\:left-20 {
        left: 5rem;
    }

    .mobile-small\:left-24 {
        left: 6rem;
    }

    .mobile-small\:left-28 {
        left: 7rem;
    }

    .mobile-small\:left-30 {
        left: 120px;
    }

    .mobile-small\:left-32 {
        left: 8rem;
    }

    .mobile-small\:left-36 {
        left: 9rem;
    }

    .mobile-small\:left-40 {
        left: 10rem;
    }

    .mobile-small\:left-44 {
        left: 11rem;
    }

    .mobile-small\:left-48 {
        left: 12rem;
    }

    .mobile-small\:left-52 {
        left: 13rem;
    }

    .mobile-small\:left-56 {
        left: 14rem;
    }

    .mobile-small\:left-60 {
        left: 15rem;
    }

    .mobile-small\:left-64 {
        left: 16rem;
    }

    .mobile-small\:left-72 {
        left: 18rem;
    }

    .mobile-small\:left-80 {
        left: 20rem;
    }

    .mobile-small\:left-96 {
        left: 24rem;
    }

    .mobile-small\:left-auto {
        left: auto;
    }

    .mobile-small\:left-px {
        left: 1px;
    }

    .mobile-small\:left-0\.5 {
        left: 0.125rem;
    }

    .mobile-small\:left-1\.5 {
        left: 0.375rem;
    }

    .mobile-small\:left-2\.5 {
        left: 0.625rem;
    }

    .mobile-small\:left-3\.5 {
        left: 0.875rem;
    }

    .mobile-small\:left-5p {
        left: 5px;
    }

    .mobile-small\:left-10p {
        left: 10px;
    }

    .mobile-small\:left-14p {
        left: 14px;
    }

    .mobile-small\:left-15p {
        left: 15px;
    }

    .mobile-small\:left-15_2 {
        left: 60px;
    }

    .mobile-small\:left-16_1 {
        left: 52px;
    }

    .mobile-small\:left-16p {
        left: 16px;
    }

    .mobile-small\:left-25p {
        left: 25px;
    }

    .mobile-small\:left-48p {
        left: 48%;
    }

    .mobile-small\:left-52p {
        left: 52%;
    }

    .mobile-small\:-left-0 {
        left: 0px;
    }

    .mobile-small\:-left-1 {
        left: -0.25rem;
    }

    .mobile-small\:-left-2 {
        left: -0.5rem;
    }

    .mobile-small\:-left-3 {
        left: -0.75rem;
    }

    .mobile-small\:-left-4 {
        left: -1rem;
    }

    .mobile-small\:-left-5 {
        left: -1.25rem;
    }

    .mobile-small\:-left-6 {
        left: -1.5rem;
    }

    .mobile-small\:-left-7 {
        left: -1.75rem;
    }

    .mobile-small\:-left-8 {
        left: -2rem;
    }

    .mobile-small\:-left-9 {
        left: -2.25rem;
    }

    .mobile-small\:-left-10 {
        left: -2.5rem;
    }

    .mobile-small\:-left-11 {
        left: -2.75rem;
    }

    .mobile-small\:-left-12 {
        left: -3rem;
    }

    .mobile-small\:-left-14 {
        left: -3.5rem;
    }

    .mobile-small\:-left-16 {
        left: -4rem;
    }

    .mobile-small\:-left-18 {
        left: -4.375rem;
    }

    .mobile-small\:-left-19 {
        left: -76px;
    }

    .mobile-small\:-left-20 {
        left: -5rem;
    }

    .mobile-small\:-left-24 {
        left: -6rem;
    }

    .mobile-small\:-left-28 {
        left: -7rem;
    }

    .mobile-small\:-left-30 {
        left: -120px;
    }

    .mobile-small\:-left-32 {
        left: -8rem;
    }

    .mobile-small\:-left-36 {
        left: -9rem;
    }

    .mobile-small\:-left-40 {
        left: -10rem;
    }

    .mobile-small\:-left-44 {
        left: -11rem;
    }

    .mobile-small\:-left-48 {
        left: -12rem;
    }

    .mobile-small\:-left-52 {
        left: -13rem;
    }

    .mobile-small\:-left-56 {
        left: -14rem;
    }

    .mobile-small\:-left-60 {
        left: -15rem;
    }

    .mobile-small\:-left-64 {
        left: -16rem;
    }

    .mobile-small\:-left-72 {
        left: -18rem;
    }

    .mobile-small\:-left-80 {
        left: -20rem;
    }

    .mobile-small\:-left-96 {
        left: -24rem;
    }

    .mobile-small\:-left-px {
        left: -1px;
    }

    .mobile-small\:-left-0\.5 {
        left: -0.125rem;
    }

    .mobile-small\:-left-1\.5 {
        left: -0.375rem;
    }

    .mobile-small\:-left-2\.5 {
        left: -0.625rem;
    }

    .mobile-small\:-left-3\.5 {
        left: -0.875rem;
    }

    .mobile-small\:-left-5p {
        left: -5px;
    }

    .mobile-small\:-left-10p {
        left: -10px;
    }

    .mobile-small\:-left-14p {
        left: -14px;
    }

    .mobile-small\:-left-15p {
        left: -15px;
    }

    .mobile-small\:-left-15_2 {
        left: -60px;
    }

    .mobile-small\:-left-16_1 {
        left: -52px;
    }

    .mobile-small\:-left-16p {
        left: -16px;
    }

    .mobile-small\:-left-25p {
        left: -25px;
    }

    .mobile-small\:-left-48p {
        left: -48%;
    }

    .mobile-small\:-left-52p {
        left: -52%;
    }

    .mobile-small\:left-1\/2 {
        left: 50%;
    }

    .mobile-small\:left-1\/3 {
        left: 33.333333%;
    }

    .mobile-small\:left-2\/3 {
        left: 66.666667%;
    }

    .mobile-small\:left-1\/4 {
        left: 25%;
    }

    .mobile-small\:left-2\/4 {
        left: 50%;
    }

    .mobile-small\:left-3\/4 {
        left: 75%;
    }

    .mobile-small\:left-full {
        left: 100%;
    }

    .mobile-small\:-left-1\/2 {
        left: -50%;
    }

    .mobile-small\:-left-1\/3 {
        left: -33.333333%;
    }

    .mobile-small\:-left-2\/3 {
        left: -66.666667%;
    }

    .mobile-small\:-left-1\/4 {
        left: -25%;
    }

    .mobile-small\:-left-2\/4 {
        left: -50%;
    }

    .mobile-small\:-left-3\/4 {
        left: -75%;
    }

    .mobile-small\:-left-full {
        left: -100%;
    }

    .mobile-small\:isolate {
        isolation: isolate;
    }

    .mobile-small\:isolation-auto {
        isolation: auto;
    }

    .mobile-small\:z-0 {
        z-index: 0;
    }

    .mobile-small\:z-10 {
        z-index: 10;
    }

    .mobile-small\:z-20 {
        z-index: 20;
    }

    .mobile-small\:z-30 {
        z-index: 30;
    }

    .mobile-small\:z-40 {
        z-index: 40;
    }

    .mobile-small\:z-50 {
        z-index: 50;
    }

    .mobile-small\:z-auto {
        z-index: auto;
    }

    .mobile-small\:focus-within\:z-0:focus-within {
        z-index: 0;
    }

    .mobile-small\:focus-within\:z-10:focus-within {
        z-index: 10;
    }

    .mobile-small\:focus-within\:z-20:focus-within {
        z-index: 20;
    }

    .mobile-small\:focus-within\:z-30:focus-within {
        z-index: 30;
    }

    .mobile-small\:focus-within\:z-40:focus-within {
        z-index: 40;
    }

    .mobile-small\:focus-within\:z-50:focus-within {
        z-index: 50;
    }

    .mobile-small\:focus-within\:z-auto:focus-within {
        z-index: auto;
    }

    .mobile-small\:focus\:z-0:focus {
        z-index: 0;
    }

    .mobile-small\:focus\:z-10:focus {
        z-index: 10;
    }

    .mobile-small\:focus\:z-20:focus {
        z-index: 20;
    }

    .mobile-small\:focus\:z-30:focus {
        z-index: 30;
    }

    .mobile-small\:focus\:z-40:focus {
        z-index: 40;
    }

    .mobile-small\:focus\:z-50:focus {
        z-index: 50;
    }

    .mobile-small\:focus\:z-auto:focus {
        z-index: auto;
    }

    .mobile-small\:order-1 {
        order: 1;
    }

    .mobile-small\:order-2 {
        order: 2;
    }

    .mobile-small\:order-3 {
        order: 3;
    }

    .mobile-small\:order-4 {
        order: 4;
    }

    .mobile-small\:order-5 {
        order: 5;
    }

    .mobile-small\:order-6 {
        order: 6;
    }

    .mobile-small\:order-7 {
        order: 7;
    }

    .mobile-small\:order-8 {
        order: 8;
    }

    .mobile-small\:order-9 {
        order: 9;
    }

    .mobile-small\:order-10 {
        order: 10;
    }

    .mobile-small\:order-11 {
        order: 11;
    }

    .mobile-small\:order-12 {
        order: 12;
    }

    .mobile-small\:order-first {
        order: -9999;
    }

    .mobile-small\:order-last {
        order: 9999;
    }

    .mobile-small\:order-none {
        order: 0;
    }

    .mobile-small\:col-auto {
        grid-column: auto;
    }

    .mobile-small\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .mobile-small\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .mobile-small\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .mobile-small\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .mobile-small\:col-span-5 {
        grid-column: span 5 / span 5;
    }

    .mobile-small\:col-span-6 {
        grid-column: span 6 / span 6;
    }

    .mobile-small\:col-span-7 {
        grid-column: span 7 / span 7;
    }

    .mobile-small\:col-span-8 {
        grid-column: span 8 / span 8;
    }

    .mobile-small\:col-span-9 {
        grid-column: span 9 / span 9;
    }

    .mobile-small\:col-span-10 {
        grid-column: span 10 / span 10;
    }

    .mobile-small\:col-span-11 {
        grid-column: span 11 / span 11;
    }

    .mobile-small\:col-span-12 {
        grid-column: span 12 / span 12;
    }

    .mobile-small\:col-span-full {
        grid-column: 1 / -1;
    }

    .mobile-small\:col-start-1 {
        grid-column-start: 1;
    }

    .mobile-small\:col-start-2 {
        grid-column-start: 2;
    }

    .mobile-small\:col-start-3 {
        grid-column-start: 3;
    }

    .mobile-small\:col-start-4 {
        grid-column-start: 4;
    }

    .mobile-small\:col-start-5 {
        grid-column-start: 5;
    }

    .mobile-small\:col-start-6 {
        grid-column-start: 6;
    }

    .mobile-small\:col-start-7 {
        grid-column-start: 7;
    }

    .mobile-small\:col-start-8 {
        grid-column-start: 8;
    }

    .mobile-small\:col-start-9 {
        grid-column-start: 9;
    }

    .mobile-small\:col-start-10 {
        grid-column-start: 10;
    }

    .mobile-small\:col-start-11 {
        grid-column-start: 11;
    }

    .mobile-small\:col-start-12 {
        grid-column-start: 12;
    }

    .mobile-small\:col-start-13 {
        grid-column-start: 13;
    }

    .mobile-small\:col-start-auto {
        grid-column-start: auto;
    }

    .mobile-small\:col-end-1 {
        grid-column-end: 1;
    }

    .mobile-small\:col-end-2 {
        grid-column-end: 2;
    }

    .mobile-small\:col-end-3 {
        grid-column-end: 3;
    }

    .mobile-small\:col-end-4 {
        grid-column-end: 4;
    }

    .mobile-small\:col-end-5 {
        grid-column-end: 5;
    }

    .mobile-small\:col-end-6 {
        grid-column-end: 6;
    }

    .mobile-small\:col-end-7 {
        grid-column-end: 7;
    }

    .mobile-small\:col-end-8 {
        grid-column-end: 8;
    }

    .mobile-small\:col-end-9 {
        grid-column-end: 9;
    }

    .mobile-small\:col-end-10 {
        grid-column-end: 10;
    }

    .mobile-small\:col-end-11 {
        grid-column-end: 11;
    }

    .mobile-small\:col-end-12 {
        grid-column-end: 12;
    }

    .mobile-small\:col-end-13 {
        grid-column-end: 13;
    }

    .mobile-small\:col-end-auto {
        grid-column-end: auto;
    }

    .mobile-small\:row-auto {
        grid-row: auto;
    }

    .mobile-small\:row-span-1 {
        grid-row: span 1 / span 1;
    }

    .mobile-small\:row-span-2 {
        grid-row: span 2 / span 2;
    }

    .mobile-small\:row-span-3 {
        grid-row: span 3 / span 3;
    }

    .mobile-small\:row-span-4 {
        grid-row: span 4 / span 4;
    }

    .mobile-small\:row-span-5 {
        grid-row: span 5 / span 5;
    }

    .mobile-small\:row-span-6 {
        grid-row: span 6 / span 6;
    }

    .mobile-small\:row-span-full {
        grid-row: 1 / -1;
    }

    .mobile-small\:row-start-1 {
        grid-row-start: 1;
    }

    .mobile-small\:row-start-2 {
        grid-row-start: 2;
    }

    .mobile-small\:row-start-3 {
        grid-row-start: 3;
    }

    .mobile-small\:row-start-4 {
        grid-row-start: 4;
    }

    .mobile-small\:row-start-5 {
        grid-row-start: 5;
    }

    .mobile-small\:row-start-6 {
        grid-row-start: 6;
    }

    .mobile-small\:row-start-7 {
        grid-row-start: 7;
    }

    .mobile-small\:row-start-auto {
        grid-row-start: auto;
    }

    .mobile-small\:row-end-1 {
        grid-row-end: 1;
    }

    .mobile-small\:row-end-2 {
        grid-row-end: 2;
    }

    .mobile-small\:row-end-3 {
        grid-row-end: 3;
    }

    .mobile-small\:row-end-4 {
        grid-row-end: 4;
    }

    .mobile-small\:row-end-5 {
        grid-row-end: 5;
    }

    .mobile-small\:row-end-6 {
        grid-row-end: 6;
    }

    .mobile-small\:row-end-7 {
        grid-row-end: 7;
    }

    .mobile-small\:row-end-auto {
        grid-row-end: auto;
    }

    .mobile-small\:float-right {
        float: right;
    }

    .mobile-small\:float-left {
        float: left;
    }

    .mobile-small\:float-none {
        float: none;
    }

    .mobile-small\:clear-left {
        clear: left;
    }

    .mobile-small\:clear-right {
        clear: right;
    }

    .mobile-small\:clear-both {
        clear: both;
    }

    .mobile-small\:clear-none {
        clear: none;
    }

    .mobile-small\:m-0 {
        margin: 0px;
    }

    .mobile-small\:m-1 {
        margin: 0.25rem;
    }

    .mobile-small\:m-2 {
        margin: 0.5rem;
    }

    .mobile-small\:m-3 {
        margin: 0.75rem;
    }

    .mobile-small\:m-4 {
        margin: 1rem;
    }

    .mobile-small\:m-5 {
        margin: 1.25rem;
    }

    .mobile-small\:m-6 {
        margin: 1.5rem;
    }

    .mobile-small\:m-7 {
        margin: 1.75rem;
    }

    .mobile-small\:m-8 {
        margin: 2rem;
    }

    .mobile-small\:m-9 {
        margin: 2.25rem;
    }

    .mobile-small\:m-10 {
        margin: 2.5rem;
    }

    .mobile-small\:m-11 {
        margin: 2.75rem;
    }

    .mobile-small\:m-12 {
        margin: 3rem;
    }

    .mobile-small\:m-13 {
        margin: 3.25rem;
    }

    .mobile-small\:m-14 {
        margin: 3.5rem;
    }

    .mobile-small\:m-16 {
        margin: 4rem;
    }

    .mobile-small\:m-18 {
        margin: 4.375rem;
    }

    .mobile-small\:m-19 {
        margin: 76px;
    }

    .mobile-small\:m-20 {
        margin: 5rem;
    }

    .mobile-small\:m-22 {
        margin: 5.3125rem;
    }

    .mobile-small\:m-24 {
        margin: 6rem;
    }

    .mobile-small\:m-28 {
        margin: 7rem;
    }

    .mobile-small\:m-30 {
        margin: 120px;
    }

    .mobile-small\:m-32 {
        margin: 8rem;
    }

    .mobile-small\:m-36 {
        margin: 9rem;
    }

    .mobile-small\:m-40 {
        margin: 10rem;
    }

    .mobile-small\:m-44 {
        margin: 11rem;
    }

    .mobile-small\:m-46 {
        margin: 11.44rem;
    }

    .mobile-small\:m-48 {
        margin: 12rem;
    }

    .mobile-small\:m-52 {
        margin: 13rem;
    }

    .mobile-small\:m-56 {
        margin: 14rem;
    }

    .mobile-small\:m-60 {
        margin: 15rem;
    }

    .mobile-small\:m-64 {
        margin: 16rem;
    }

    .mobile-small\:m-72 {
        margin: 18rem;
    }

    .mobile-small\:m-80 {
        margin: 20rem;
    }

    .mobile-small\:m-96 {
        margin: 24rem;
    }

    .mobile-small\:m-auto {
        margin: auto;
    }

    .mobile-small\:m-px {
        margin: 1px;
    }

    .mobile-small\:m-0\.5 {
        margin: 0.125rem;
    }

    .mobile-small\:m-1\.5 {
        margin: 0.375rem;
    }

    .mobile-small\:m-2\.5 {
        margin: 0.625rem;
    }

    .mobile-small\:m-3\.5 {
        margin: 0.875rem;
    }

    .mobile-small\:m-5p {
        margin: 5px;
    }

    .mobile-small\:m-10p {
        margin: 10px;
    }

    .mobile-small\:m-14p {
        margin: 14px;
    }

    .mobile-small\:m-15p {
        margin: 15px;
    }

    .mobile-small\:m-15_2 {
        margin: 60px;
    }

    .mobile-small\:m-16_1 {
        margin: 52px;
    }

    .mobile-small\:m-16p {
        margin: 16px;
    }

    .mobile-small\:m-25p {
        margin: 25px;
    }

    .mobile-small\:m-48p {
        margin: 48%;
    }

    .mobile-small\:m-52p {
        margin: 52%;
    }

    .mobile-small\:-m-0 {
        margin: 0px;
    }

    .mobile-small\:-m-1 {
        margin: -0.25rem;
    }

    .mobile-small\:-m-2 {
        margin: -0.5rem;
    }

    .mobile-small\:-m-3 {
        margin: -0.75rem;
    }

    .mobile-small\:-m-4 {
        margin: -1rem;
    }

    .mobile-small\:-m-5 {
        margin: -1.25rem;
    }

    .mobile-small\:-m-6 {
        margin: -1.5rem;
    }

    .mobile-small\:-m-7 {
        margin: -1.75rem;
    }

    .mobile-small\:-m-8 {
        margin: -2rem;
    }

    .mobile-small\:-m-9 {
        margin: -2.25rem;
    }

    .mobile-small\:-m-10 {
        margin: -2.5rem;
    }

    .mobile-small\:-m-11 {
        margin: -2.75rem;
    }

    .mobile-small\:-m-12 {
        margin: -3rem;
    }

    .mobile-small\:-m-14 {
        margin: -3.5rem;
    }

    .mobile-small\:-m-16 {
        margin: -4rem;
    }

    .mobile-small\:-m-18 {
        margin: -4.375rem;
    }

    .mobile-small\:-m-19 {
        margin: -76px;
    }

    .mobile-small\:-m-20 {
        margin: -5rem;
    }

    .mobile-small\:-m-24 {
        margin: -6rem;
    }

    .mobile-small\:-m-28 {
        margin: -7rem;
    }

    .mobile-small\:-m-30 {
        margin: -120px;
    }

    .mobile-small\:-m-32 {
        margin: -8rem;
    }

    .mobile-small\:-m-36 {
        margin: -9rem;
    }

    .mobile-small\:-m-40 {
        margin: -10rem;
    }

    .mobile-small\:-m-44 {
        margin: -11rem;
    }

    .mobile-small\:-m-48 {
        margin: -12rem;
    }

    .mobile-small\:-m-52 {
        margin: -13rem;
    }

    .mobile-small\:-m-56 {
        margin: -14rem;
    }

    .mobile-small\:-m-60 {
        margin: -15rem;
    }

    .mobile-small\:-m-64 {
        margin: -16rem;
    }

    .mobile-small\:-m-72 {
        margin: -18rem;
    }

    .mobile-small\:-m-80 {
        margin: -20rem;
    }

    .mobile-small\:-m-96 {
        margin: -24rem;
    }

    .mobile-small\:-m-px {
        margin: -1px;
    }

    .mobile-small\:-m-0\.5 {
        margin: -0.125rem;
    }

    .mobile-small\:-m-1\.5 {
        margin: -0.375rem;
    }

    .mobile-small\:-m-2\.5 {
        margin: -0.625rem;
    }

    .mobile-small\:-m-3\.5 {
        margin: -0.875rem;
    }

    .mobile-small\:-m-5p {
        margin: -5px;
    }

    .mobile-small\:-m-10p {
        margin: -10px;
    }

    .mobile-small\:-m-14p {
        margin: -14px;
    }

    .mobile-small\:-m-15p {
        margin: -15px;
    }

    .mobile-small\:-m-15_2 {
        margin: -60px;
    }

    .mobile-small\:-m-16_1 {
        margin: -52px;
    }

    .mobile-small\:-m-16p {
        margin: -16px;
    }

    .mobile-small\:-m-25p {
        margin: -25px;
    }

    .mobile-small\:-m-48p {
        margin: -48%;
    }

    .mobile-small\:-m-52p {
        margin: -52%;
    }

    .mobile-small\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .mobile-small\:mx-1 {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }

    .mobile-small\:mx-2 {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .mobile-small\:mx-3 {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
    }

    .mobile-small\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .mobile-small\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }

    .mobile-small\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .mobile-small\:mx-7 {
        margin-left: 1.75rem;
        margin-right: 1.75rem;
    }

    .mobile-small\:mx-8 {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .mobile-small\:mx-9 {
        margin-left: 2.25rem;
        margin-right: 2.25rem;
    }

    .mobile-small\:mx-10 {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }

    .mobile-small\:mx-11 {
        margin-left: 2.75rem;
        margin-right: 2.75rem;
    }

    .mobile-small\:mx-12 {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .mobile-small\:mx-13 {
        margin-left: 3.25rem;
        margin-right: 3.25rem;
    }

    .mobile-small\:mx-14 {
        margin-left: 3.5rem;
        margin-right: 3.5rem;
    }

    .mobile-small\:mx-16 {
        margin-left: 4rem;
        margin-right: 4rem;
    }

    .mobile-small\:mx-18 {
        margin-left: 4.375rem;
        margin-right: 4.375rem;
    }

    .mobile-small\:mx-19 {
        margin-left: 76px;
        margin-right: 76px;
    }

    .mobile-small\:mx-20 {
        margin-left: 5rem;
        margin-right: 5rem;
    }

    .mobile-small\:mx-22 {
        margin-left: 5.3125rem;
        margin-right: 5.3125rem;
    }

    .mobile-small\:mx-24 {
        margin-left: 6rem;
        margin-right: 6rem;
    }

    .mobile-small\:mx-28 {
        margin-left: 7rem;
        margin-right: 7rem;
    }

    .mobile-small\:mx-30 {
        margin-left: 120px;
        margin-right: 120px;
    }

    .mobile-small\:mx-32 {
        margin-left: 8rem;
        margin-right: 8rem;
    }

    .mobile-small\:mx-36 {
        margin-left: 9rem;
        margin-right: 9rem;
    }

    .mobile-small\:mx-40 {
        margin-left: 10rem;
        margin-right: 10rem;
    }

    .mobile-small\:mx-44 {
        margin-left: 11rem;
        margin-right: 11rem;
    }

    .mobile-small\:mx-46 {
        margin-left: 11.44rem;
        margin-right: 11.44rem;
    }

    .mobile-small\:mx-48 {
        margin-left: 12rem;
        margin-right: 12rem;
    }

    .mobile-small\:mx-52 {
        margin-left: 13rem;
        margin-right: 13rem;
    }

    .mobile-small\:mx-56 {
        margin-left: 14rem;
        margin-right: 14rem;
    }

    .mobile-small\:mx-60 {
        margin-left: 15rem;
        margin-right: 15rem;
    }

    .mobile-small\:mx-64 {
        margin-left: 16rem;
        margin-right: 16rem;
    }

    .mobile-small\:mx-72 {
        margin-left: 18rem;
        margin-right: 18rem;
    }

    .mobile-small\:mx-80 {
        margin-left: 20rem;
        margin-right: 20rem;
    }

    .mobile-small\:mx-96 {
        margin-left: 24rem;
        margin-right: 24rem;
    }

    .mobile-small\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .mobile-small\:mx-px {
        margin-left: 1px;
        margin-right: 1px;
    }

    .mobile-small\:mx-0\.5 {
        margin-left: 0.125rem;
        margin-right: 0.125rem;
    }

    .mobile-small\:mx-1\.5 {
        margin-left: 0.375rem;
        margin-right: 0.375rem;
    }

    .mobile-small\:mx-2\.5 {
        margin-left: 0.625rem;
        margin-right: 0.625rem;
    }

    .mobile-small\:mx-3\.5 {
        margin-left: 0.875rem;
        margin-right: 0.875rem;
    }

    .mobile-small\:mx-5p {
        margin-left: 5px;
        margin-right: 5px;
    }

    .mobile-small\:mx-10p {
        margin-left: 10px;
        margin-right: 10px;
    }

    .mobile-small\:mx-14p {
        margin-left: 14px;
        margin-right: 14px;
    }

    .mobile-small\:mx-15p {
        margin-left: 15px;
        margin-right: 15px;
    }

    .mobile-small\:mx-15_2 {
        margin-left: 60px;
        margin-right: 60px;
    }

    .mobile-small\:mx-16_1 {
        margin-left: 52px;
        margin-right: 52px;
    }

    .mobile-small\:mx-16p {
        margin-left: 16px;
        margin-right: 16px;
    }

    .mobile-small\:mx-25p {
        margin-left: 25px;
        margin-right: 25px;
    }

    .mobile-small\:mx-48p {
        margin-left: 48%;
        margin-right: 48%;
    }

    .mobile-small\:mx-52p {
        margin-left: 52%;
        margin-right: 52%;
    }

    .mobile-small\:-mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .mobile-small\:-mx-1 {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
    }

    .mobile-small\:-mx-2 {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }

    .mobile-small\:-mx-3 {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }

    .mobile-small\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .mobile-small\:-mx-5 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

    .mobile-small\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .mobile-small\:-mx-7 {
        margin-left: -1.75rem;
        margin-right: -1.75rem;
    }

    .mobile-small\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem;
    }

    .mobile-small\:-mx-9 {
        margin-left: -2.25rem;
        margin-right: -2.25rem;
    }

    .mobile-small\:-mx-10 {
        margin-left: -2.5rem;
        margin-right: -2.5rem;
    }

    .mobile-small\:-mx-11 {
        margin-left: -2.75rem;
        margin-right: -2.75rem;
    }

    .mobile-small\:-mx-12 {
        margin-left: -3rem;
        margin-right: -3rem;
    }

    .mobile-small\:-mx-14 {
        margin-left: -3.5rem;
        margin-right: -3.5rem;
    }

    .mobile-small\:-mx-16 {
        margin-left: -4rem;
        margin-right: -4rem;
    }

    .mobile-small\:-mx-18 {
        margin-left: -4.375rem;
        margin-right: -4.375rem;
    }

    .mobile-small\:-mx-19 {
        margin-left: -76px;
        margin-right: -76px;
    }

    .mobile-small\:-mx-20 {
        margin-left: -5rem;
        margin-right: -5rem;
    }

    .mobile-small\:-mx-24 {
        margin-left: -6rem;
        margin-right: -6rem;
    }

    .mobile-small\:-mx-28 {
        margin-left: -7rem;
        margin-right: -7rem;
    }

    .mobile-small\:-mx-30 {
        margin-left: -120px;
        margin-right: -120px;
    }

    .mobile-small\:-mx-32 {
        margin-left: -8rem;
        margin-right: -8rem;
    }

    .mobile-small\:-mx-36 {
        margin-left: -9rem;
        margin-right: -9rem;
    }

    .mobile-small\:-mx-40 {
        margin-left: -10rem;
        margin-right: -10rem;
    }

    .mobile-small\:-mx-44 {
        margin-left: -11rem;
        margin-right: -11rem;
    }

    .mobile-small\:-mx-48 {
        margin-left: -12rem;
        margin-right: -12rem;
    }

    .mobile-small\:-mx-52 {
        margin-left: -13rem;
        margin-right: -13rem;
    }

    .mobile-small\:-mx-56 {
        margin-left: -14rem;
        margin-right: -14rem;
    }

    .mobile-small\:-mx-60 {
        margin-left: -15rem;
        margin-right: -15rem;
    }

    .mobile-small\:-mx-64 {
        margin-left: -16rem;
        margin-right: -16rem;
    }

    .mobile-small\:-mx-72 {
        margin-left: -18rem;
        margin-right: -18rem;
    }

    .mobile-small\:-mx-80 {
        margin-left: -20rem;
        margin-right: -20rem;
    }

    .mobile-small\:-mx-96 {
        margin-left: -24rem;
        margin-right: -24rem;
    }

    .mobile-small\:-mx-px {
        margin-left: -1px;
        margin-right: -1px;
    }

    .mobile-small\:-mx-0\.5 {
        margin-left: -0.125rem;
        margin-right: -0.125rem;
    }

    .mobile-small\:-mx-1\.5 {
        margin-left: -0.375rem;
        margin-right: -0.375rem;
    }

    .mobile-small\:-mx-2\.5 {
        margin-left: -0.625rem;
        margin-right: -0.625rem;
    }

    .mobile-small\:-mx-3\.5 {
        margin-left: -0.875rem;
        margin-right: -0.875rem;
    }

    .mobile-small\:-mx-5p {
        margin-left: -5px;
        margin-right: -5px;
    }

    .mobile-small\:-mx-10p {
        margin-left: -10px;
        margin-right: -10px;
    }

    .mobile-small\:-mx-14p {
        margin-left: -14px;
        margin-right: -14px;
    }

    .mobile-small\:-mx-15p {
        margin-left: -15px;
        margin-right: -15px;
    }

    .mobile-small\:-mx-15_2 {
        margin-left: -60px;
        margin-right: -60px;
    }

    .mobile-small\:-mx-16_1 {
        margin-left: -52px;
        margin-right: -52px;
    }

    .mobile-small\:-mx-16p {
        margin-left: -16px;
        margin-right: -16px;
    }

    .mobile-small\:-mx-25p {
        margin-left: -25px;
        margin-right: -25px;
    }

    .mobile-small\:-mx-48p {
        margin-left: -48%;
        margin-right: -48%;
    }

    .mobile-small\:-mx-52p {
        margin-left: -52%;
        margin-right: -52%;
    }

    .mobile-small\:my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .mobile-small\:my-1 {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }

    .mobile-small\:my-2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .mobile-small\:my-3 {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }

    .mobile-small\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .mobile-small\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .mobile-small\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .mobile-small\:my-7 {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem;
    }

    .mobile-small\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .mobile-small\:my-9 {
        margin-top: 2.25rem;
        margin-bottom: 2.25rem;
    }

    .mobile-small\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .mobile-small\:my-11 {
        margin-top: 2.75rem;
        margin-bottom: 2.75rem;
    }

    .mobile-small\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .mobile-small\:my-13 {
        margin-top: 3.25rem;
        margin-bottom: 3.25rem;
    }

    .mobile-small\:my-14 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }

    .mobile-small\:my-16 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .mobile-small\:my-18 {
        margin-top: 4.375rem;
        margin-bottom: 4.375rem;
    }

    .mobile-small\:my-19 {
        margin-top: 76px;
        margin-bottom: 76px;
    }

    .mobile-small\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .mobile-small\:my-22 {
        margin-top: 5.3125rem;
        margin-bottom: 5.3125rem;
    }

    .mobile-small\:my-24 {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }

    .mobile-small\:my-28 {
        margin-top: 7rem;
        margin-bottom: 7rem;
    }

    .mobile-small\:my-30 {
        margin-top: 120px;
        margin-bottom: 120px;
    }

    .mobile-small\:my-32 {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }

    .mobile-small\:my-36 {
        margin-top: 9rem;
        margin-bottom: 9rem;
    }

    .mobile-small\:my-40 {
        margin-top: 10rem;
        margin-bottom: 10rem;
    }

    .mobile-small\:my-44 {
        margin-top: 11rem;
        margin-bottom: 11rem;
    }

    .mobile-small\:my-46 {
        margin-top: 11.44rem;
        margin-bottom: 11.44rem;
    }

    .mobile-small\:my-48 {
        margin-top: 12rem;
        margin-bottom: 12rem;
    }

    .mobile-small\:my-52 {
        margin-top: 13rem;
        margin-bottom: 13rem;
    }

    .mobile-small\:my-56 {
        margin-top: 14rem;
        margin-bottom: 14rem;
    }

    .mobile-small\:my-60 {
        margin-top: 15rem;
        margin-bottom: 15rem;
    }

    .mobile-small\:my-64 {
        margin-top: 16rem;
        margin-bottom: 16rem;
    }

    .mobile-small\:my-72 {
        margin-top: 18rem;
        margin-bottom: 18rem;
    }

    .mobile-small\:my-80 {
        margin-top: 20rem;
        margin-bottom: 20rem;
    }

    .mobile-small\:my-96 {
        margin-top: 24rem;
        margin-bottom: 24rem;
    }

    .mobile-small\:my-auto {
        margin-top: auto;
        margin-bottom: auto;
    }

    .mobile-small\:my-px {
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .mobile-small\:my-0\.5 {
        margin-top: 0.125rem;
        margin-bottom: 0.125rem;
    }

    .mobile-small\:my-1\.5 {
        margin-top: 0.375rem;
        margin-bottom: 0.375rem;
    }

    .mobile-small\:my-2\.5 {
        margin-top: 0.625rem;
        margin-bottom: 0.625rem;
    }

    .mobile-small\:my-3\.5 {
        margin-top: 0.875rem;
        margin-bottom: 0.875rem;
    }

    .mobile-small\:my-5p {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .mobile-small\:my-10p {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .mobile-small\:my-14p {
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .mobile-small\:my-15p {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .mobile-small\:my-15_2 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .mobile-small\:my-16_1 {
        margin-top: 52px;
        margin-bottom: 52px;
    }

    .mobile-small\:my-16p {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .mobile-small\:my-25p {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .mobile-small\:my-48p {
        margin-top: 48%;
        margin-bottom: 48%;
    }

    .mobile-small\:my-52p {
        margin-top: 52%;
        margin-bottom: 52%;
    }

    .mobile-small\:-my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .mobile-small\:-my-1 {
        margin-top: -0.25rem;
        margin-bottom: -0.25rem;
    }

    .mobile-small\:-my-2 {
        margin-top: -0.5rem;
        margin-bottom: -0.5rem;
    }

    .mobile-small\:-my-3 {
        margin-top: -0.75rem;
        margin-bottom: -0.75rem;
    }

    .mobile-small\:-my-4 {
        margin-top: -1rem;
        margin-bottom: -1rem;
    }

    .mobile-small\:-my-5 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem;
    }

    .mobile-small\:-my-6 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem;
    }

    .mobile-small\:-my-7 {
        margin-top: -1.75rem;
        margin-bottom: -1.75rem;
    }

    .mobile-small\:-my-8 {
        margin-top: -2rem;
        margin-bottom: -2rem;
    }

    .mobile-small\:-my-9 {
        margin-top: -2.25rem;
        margin-bottom: -2.25rem;
    }

    .mobile-small\:-my-10 {
        margin-top: -2.5rem;
        margin-bottom: -2.5rem;
    }

    .mobile-small\:-my-11 {
        margin-top: -2.75rem;
        margin-bottom: -2.75rem;
    }

    .mobile-small\:-my-12 {
        margin-top: -3rem;
        margin-bottom: -3rem;
    }

    .mobile-small\:-my-14 {
        margin-top: -3.5rem;
        margin-bottom: -3.5rem;
    }

    .mobile-small\:-my-16 {
        margin-top: -4rem;
        margin-bottom: -4rem;
    }

    .mobile-small\:-my-18 {
        margin-top: -4.375rem;
        margin-bottom: -4.375rem;
    }

    .mobile-small\:-my-19 {
        margin-top: -76px;
        margin-bottom: -76px;
    }

    .mobile-small\:-my-20 {
        margin-top: -5rem;
        margin-bottom: -5rem;
    }

    .mobile-small\:-my-24 {
        margin-top: -6rem;
        margin-bottom: -6rem;
    }

    .mobile-small\:-my-28 {
        margin-top: -7rem;
        margin-bottom: -7rem;
    }

    .mobile-small\:-my-30 {
        margin-top: -120px;
        margin-bottom: -120px;
    }

    .mobile-small\:-my-32 {
        margin-top: -8rem;
        margin-bottom: -8rem;
    }

    .mobile-small\:-my-36 {
        margin-top: -9rem;
        margin-bottom: -9rem;
    }

    .mobile-small\:-my-40 {
        margin-top: -10rem;
        margin-bottom: -10rem;
    }

    .mobile-small\:-my-44 {
        margin-top: -11rem;
        margin-bottom: -11rem;
    }

    .mobile-small\:-my-48 {
        margin-top: -12rem;
        margin-bottom: -12rem;
    }

    .mobile-small\:-my-52 {
        margin-top: -13rem;
        margin-bottom: -13rem;
    }

    .mobile-small\:-my-56 {
        margin-top: -14rem;
        margin-bottom: -14rem;
    }

    .mobile-small\:-my-60 {
        margin-top: -15rem;
        margin-bottom: -15rem;
    }

    .mobile-small\:-my-64 {
        margin-top: -16rem;
        margin-bottom: -16rem;
    }

    .mobile-small\:-my-72 {
        margin-top: -18rem;
        margin-bottom: -18rem;
    }

    .mobile-small\:-my-80 {
        margin-top: -20rem;
        margin-bottom: -20rem;
    }

    .mobile-small\:-my-96 {
        margin-top: -24rem;
        margin-bottom: -24rem;
    }

    .mobile-small\:-my-px {
        margin-top: -1px;
        margin-bottom: -1px;
    }

    .mobile-small\:-my-0\.5 {
        margin-top: -0.125rem;
        margin-bottom: -0.125rem;
    }

    .mobile-small\:-my-1\.5 {
        margin-top: -0.375rem;
        margin-bottom: -0.375rem;
    }

    .mobile-small\:-my-2\.5 {
        margin-top: -0.625rem;
        margin-bottom: -0.625rem;
    }

    .mobile-small\:-my-3\.5 {
        margin-top: -0.875rem;
        margin-bottom: -0.875rem;
    }

    .mobile-small\:-my-5p {
        margin-top: -5px;
        margin-bottom: -5px;
    }

    .mobile-small\:-my-10p {
        margin-top: -10px;
        margin-bottom: -10px;
    }

    .mobile-small\:-my-14p {
        margin-top: -14px;
        margin-bottom: -14px;
    }

    .mobile-small\:-my-15p {
        margin-top: -15px;
        margin-bottom: -15px;
    }

    .mobile-small\:-my-15_2 {
        margin-top: -60px;
        margin-bottom: -60px;
    }

    .mobile-small\:-my-16_1 {
        margin-top: -52px;
        margin-bottom: -52px;
    }

    .mobile-small\:-my-16p {
        margin-top: -16px;
        margin-bottom: -16px;
    }

    .mobile-small\:-my-25p {
        margin-top: -25px;
        margin-bottom: -25px;
    }

    .mobile-small\:-my-48p {
        margin-top: -48%;
        margin-bottom: -48%;
    }

    .mobile-small\:-my-52p {
        margin-top: -52%;
        margin-bottom: -52%;
    }

    .mobile-small\:mt-0 {
        margin-top: 0px;
    }

    .mobile-small\:mt-1 {
        margin-top: 0.25rem;
    }

    .mobile-small\:mt-2 {
        margin-top: 0.5rem;
    }

    .mobile-small\:mt-3 {
        margin-top: 0.75rem;
    }

    .mobile-small\:mt-4 {
        margin-top: 1rem;
    }

    .mobile-small\:mt-5 {
        margin-top: 1.25rem;
    }

    .mobile-small\:mt-6 {
        margin-top: 1.5rem;
    }

    .mobile-small\:mt-7 {
        margin-top: 1.75rem;
    }

    .mobile-small\:mt-8 {
        margin-top: 2rem;
    }

    .mobile-small\:mt-9 {
        margin-top: 2.25rem;
    }

    .mobile-small\:mt-10 {
        margin-top: 2.5rem;
    }

    .mobile-small\:mt-11 {
        margin-top: 2.75rem;
    }

    .mobile-small\:mt-12 {
        margin-top: 3rem;
    }

    .mobile-small\:mt-13 {
        margin-top: 3.25rem;
    }

    .mobile-small\:mt-14 {
        margin-top: 3.5rem;
    }

    .mobile-small\:mt-16 {
        margin-top: 4rem;
    }

    .mobile-small\:mt-18 {
        margin-top: 4.375rem;
    }

    .mobile-small\:mt-19 {
        margin-top: 76px;
    }

    .mobile-small\:mt-20 {
        margin-top: 5rem;
    }

    .mobile-small\:mt-22 {
        margin-top: 5.3125rem;
    }

    .mobile-small\:mt-24 {
        margin-top: 6rem;
    }

    .mobile-small\:mt-28 {
        margin-top: 7rem;
    }

    .mobile-small\:mt-30 {
        margin-top: 120px;
    }

    .mobile-small\:mt-32 {
        margin-top: 8rem;
    }

    .mobile-small\:mt-36 {
        margin-top: 9rem;
    }

    .mobile-small\:mt-40 {
        margin-top: 10rem;
    }

    .mobile-small\:mt-44 {
        margin-top: 11rem;
    }

    .mobile-small\:mt-46 {
        margin-top: 11.44rem;
    }

    .mobile-small\:mt-48 {
        margin-top: 12rem;
    }

    .mobile-small\:mt-52 {
        margin-top: 13rem;
    }

    .mobile-small\:mt-56 {
        margin-top: 14rem;
    }

    .mobile-small\:mt-60 {
        margin-top: 15rem;
    }

    .mobile-small\:mt-64 {
        margin-top: 16rem;
    }

    .mobile-small\:mt-72 {
        margin-top: 18rem;
    }

    .mobile-small\:mt-80 {
        margin-top: 20rem;
    }

    .mobile-small\:mt-96 {
        margin-top: 24rem;
    }

    .mobile-small\:mt-auto {
        margin-top: auto;
    }

    .mobile-small\:mt-px {
        margin-top: 1px;
    }

    .mobile-small\:mt-0\.5 {
        margin-top: 0.125rem;
    }

    .mobile-small\:mt-1\.5 {
        margin-top: 0.375rem;
    }

    .mobile-small\:mt-2\.5 {
        margin-top: 0.625rem;
    }

    .mobile-small\:mt-3\.5 {
        margin-top: 0.875rem;
    }

    .mobile-small\:mt-5p {
        margin-top: 5px;
    }

    .mobile-small\:mt-10p {
        margin-top: 10px;
    }

    .mobile-small\:mt-14p {
        margin-top: 14px;
    }

    .mobile-small\:mt-15p {
        margin-top: 15px;
    }

    .mobile-small\:mt-15_2 {
        margin-top: 60px;
    }

    .mobile-small\:mt-16_1 {
        margin-top: 52px;
    }

    .mobile-small\:mt-16p {
        margin-top: 16px;
    }

    .mobile-small\:mt-25p {
        margin-top: 25px;
    }

    .mobile-small\:mt-48p {
        margin-top: 48%;
    }

    .mobile-small\:mt-52p {
        margin-top: 52%;
    }

    .mobile-small\:-mt-0 {
        margin-top: 0px;
    }

    .mobile-small\:-mt-1 {
        margin-top: -0.25rem;
    }

    .mobile-small\:-mt-2 {
        margin-top: -0.5rem;
    }

    .mobile-small\:-mt-3 {
        margin-top: -0.75rem;
    }

    .mobile-small\:-mt-4 {
        margin-top: -1rem;
    }

    .mobile-small\:-mt-5 {
        margin-top: -1.25rem;
    }

    .mobile-small\:-mt-6 {
        margin-top: -1.5rem;
    }

    .mobile-small\:-mt-7 {
        margin-top: -1.75rem;
    }

    .mobile-small\:-mt-8 {
        margin-top: -2rem;
    }

    .mobile-small\:-mt-9 {
        margin-top: -2.25rem;
    }

    .mobile-small\:-mt-10 {
        margin-top: -2.5rem;
    }

    .mobile-small\:-mt-11 {
        margin-top: -2.75rem;
    }

    .mobile-small\:-mt-12 {
        margin-top: -3rem;
    }

    .mobile-small\:-mt-14 {
        margin-top: -3.5rem;
    }

    .mobile-small\:-mt-16 {
        margin-top: -4rem;
    }

    .mobile-small\:-mt-18 {
        margin-top: -4.375rem;
    }

    .mobile-small\:-mt-19 {
        margin-top: -76px;
    }

    .mobile-small\:-mt-20 {
        margin-top: -5rem;
    }

    .mobile-small\:-mt-24 {
        margin-top: -6rem;
    }

    .mobile-small\:-mt-28 {
        margin-top: -7rem;
    }

    .mobile-small\:-mt-30 {
        margin-top: -120px;
    }

    .mobile-small\:-mt-32 {
        margin-top: -8rem;
    }

    .mobile-small\:-mt-36 {
        margin-top: -9rem;
    }

    .mobile-small\:-mt-40 {
        margin-top: -10rem;
    }

    .mobile-small\:-mt-44 {
        margin-top: -11rem;
    }

    .mobile-small\:-mt-48 {
        margin-top: -12rem;
    }

    .mobile-small\:-mt-52 {
        margin-top: -13rem;
    }

    .mobile-small\:-mt-56 {
        margin-top: -14rem;
    }

    .mobile-small\:-mt-60 {
        margin-top: -15rem;
    }

    .mobile-small\:-mt-64 {
        margin-top: -16rem;
    }

    .mobile-small\:-mt-72 {
        margin-top: -18rem;
    }

    .mobile-small\:-mt-80 {
        margin-top: -20rem;
    }

    .mobile-small\:-mt-96 {
        margin-top: -24rem;
    }

    .mobile-small\:-mt-px {
        margin-top: -1px;
    }

    .mobile-small\:-mt-0\.5 {
        margin-top: -0.125rem;
    }

    .mobile-small\:-mt-1\.5 {
        margin-top: -0.375rem;
    }

    .mobile-small\:-mt-2\.5 {
        margin-top: -0.625rem;
    }

    .mobile-small\:-mt-3\.5 {
        margin-top: -0.875rem;
    }

    .mobile-small\:-mt-5p {
        margin-top: -5px;
    }

    .mobile-small\:-mt-10p {
        margin-top: -10px;
    }

    .mobile-small\:-mt-14p {
        margin-top: -14px;
    }

    .mobile-small\:-mt-15p {
        margin-top: -15px;
    }

    .mobile-small\:-mt-15_2 {
        margin-top: -60px;
    }

    .mobile-small\:-mt-16_1 {
        margin-top: -52px;
    }

    .mobile-small\:-mt-16p {
        margin-top: -16px;
    }

    .mobile-small\:-mt-25p {
        margin-top: -25px;
    }

    .mobile-small\:-mt-48p {
        margin-top: -48%;
    }

    .mobile-small\:-mt-52p {
        margin-top: -52%;
    }

    .mobile-small\:mr-0 {
        margin-right: 0px;
    }

    .mobile-small\:mr-1 {
        margin-right: 0.25rem;
    }

    .mobile-small\:mr-2 {
        margin-right: 0.5rem;
    }

    .mobile-small\:mr-3 {
        margin-right: 0.75rem;
    }

    .mobile-small\:mr-4 {
        margin-right: 1rem;
    }

    .mobile-small\:mr-5 {
        margin-right: 1.25rem;
    }

    .mobile-small\:mr-6 {
        margin-right: 1.5rem;
    }

    .mobile-small\:mr-7 {
        margin-right: 1.75rem;
    }

    .mobile-small\:mr-8 {
        margin-right: 2rem;
    }

    .mobile-small\:mr-9 {
        margin-right: 2.25rem;
    }

    .mobile-small\:mr-10 {
        margin-right: 2.5rem;
    }

    .mobile-small\:mr-11 {
        margin-right: 2.75rem;
    }

    .mobile-small\:mr-12 {
        margin-right: 3rem;
    }

    .mobile-small\:mr-13 {
        margin-right: 3.25rem;
    }

    .mobile-small\:mr-14 {
        margin-right: 3.5rem;
    }

    .mobile-small\:mr-16 {
        margin-right: 4rem;
    }

    .mobile-small\:mr-18 {
        margin-right: 4.375rem;
    }

    .mobile-small\:mr-19 {
        margin-right: 76px;
    }

    .mobile-small\:mr-20 {
        margin-right: 5rem;
    }

    .mobile-small\:mr-22 {
        margin-right: 5.3125rem;
    }

    .mobile-small\:mr-24 {
        margin-right: 6rem;
    }

    .mobile-small\:mr-28 {
        margin-right: 7rem;
    }

    .mobile-small\:mr-30 {
        margin-right: 120px;
    }

    .mobile-small\:mr-32 {
        margin-right: 8rem;
    }

    .mobile-small\:mr-36 {
        margin-right: 9rem;
    }

    .mobile-small\:mr-40 {
        margin-right: 10rem;
    }

    .mobile-small\:mr-44 {
        margin-right: 11rem;
    }

    .mobile-small\:mr-46 {
        margin-right: 11.44rem;
    }

    .mobile-small\:mr-48 {
        margin-right: 12rem;
    }

    .mobile-small\:mr-52 {
        margin-right: 13rem;
    }

    .mobile-small\:mr-56 {
        margin-right: 14rem;
    }

    .mobile-small\:mr-60 {
        margin-right: 15rem;
    }

    .mobile-small\:mr-64 {
        margin-right: 16rem;
    }

    .mobile-small\:mr-72 {
        margin-right: 18rem;
    }

    .mobile-small\:mr-80 {
        margin-right: 20rem;
    }

    .mobile-small\:mr-96 {
        margin-right: 24rem;
    }

    .mobile-small\:mr-auto {
        margin-right: auto;
    }

    .mobile-small\:mr-px {
        margin-right: 1px;
    }

    .mobile-small\:mr-0\.5 {
        margin-right: 0.125rem;
    }

    .mobile-small\:mr-1\.5 {
        margin-right: 0.375rem;
    }

    .mobile-small\:mr-2\.5 {
        margin-right: 0.625rem;
    }

    .mobile-small\:mr-3\.5 {
        margin-right: 0.875rem;
    }

    .mobile-small\:mr-5p {
        margin-right: 5px;
    }

    .mobile-small\:mr-10p {
        margin-right: 10px;
    }

    .mobile-small\:mr-14p {
        margin-right: 14px;
    }

    .mobile-small\:mr-15p {
        margin-right: 15px;
    }

    .mobile-small\:mr-15_2 {
        margin-right: 60px;
    }

    .mobile-small\:mr-16_1 {
        margin-right: 52px;
    }

    .mobile-small\:mr-16p {
        margin-right: 16px;
    }

    .mobile-small\:mr-25p {
        margin-right: 25px;
    }

    .mobile-small\:mr-48p {
        margin-right: 48%;
    }

    .mobile-small\:mr-52p {
        margin-right: 52%;
    }

    .mobile-small\:-mr-0 {
        margin-right: 0px;
    }

    .mobile-small\:-mr-1 {
        margin-right: -0.25rem;
    }

    .mobile-small\:-mr-2 {
        margin-right: -0.5rem;
    }

    .mobile-small\:-mr-3 {
        margin-right: -0.75rem;
    }

    .mobile-small\:-mr-4 {
        margin-right: -1rem;
    }

    .mobile-small\:-mr-5 {
        margin-right: -1.25rem;
    }

    .mobile-small\:-mr-6 {
        margin-right: -1.5rem;
    }

    .mobile-small\:-mr-7 {
        margin-right: -1.75rem;
    }

    .mobile-small\:-mr-8 {
        margin-right: -2rem;
    }

    .mobile-small\:-mr-9 {
        margin-right: -2.25rem;
    }

    .mobile-small\:-mr-10 {
        margin-right: -2.5rem;
    }

    .mobile-small\:-mr-11 {
        margin-right: -2.75rem;
    }

    .mobile-small\:-mr-12 {
        margin-right: -3rem;
    }

    .mobile-small\:-mr-14 {
        margin-right: -3.5rem;
    }

    .mobile-small\:-mr-16 {
        margin-right: -4rem;
    }

    .mobile-small\:-mr-18 {
        margin-right: -4.375rem;
    }

    .mobile-small\:-mr-19 {
        margin-right: -76px;
    }

    .mobile-small\:-mr-20 {
        margin-right: -5rem;
    }

    .mobile-small\:-mr-24 {
        margin-right: -6rem;
    }

    .mobile-small\:-mr-28 {
        margin-right: -7rem;
    }

    .mobile-small\:-mr-30 {
        margin-right: -120px;
    }

    .mobile-small\:-mr-32 {
        margin-right: -8rem;
    }

    .mobile-small\:-mr-36 {
        margin-right: -9rem;
    }

    .mobile-small\:-mr-40 {
        margin-right: -10rem;
    }

    .mobile-small\:-mr-44 {
        margin-right: -11rem;
    }

    .mobile-small\:-mr-48 {
        margin-right: -12rem;
    }

    .mobile-small\:-mr-52 {
        margin-right: -13rem;
    }

    .mobile-small\:-mr-56 {
        margin-right: -14rem;
    }

    .mobile-small\:-mr-60 {
        margin-right: -15rem;
    }

    .mobile-small\:-mr-64 {
        margin-right: -16rem;
    }

    .mobile-small\:-mr-72 {
        margin-right: -18rem;
    }

    .mobile-small\:-mr-80 {
        margin-right: -20rem;
    }

    .mobile-small\:-mr-96 {
        margin-right: -24rem;
    }

    .mobile-small\:-mr-px {
        margin-right: -1px;
    }

    .mobile-small\:-mr-0\.5 {
        margin-right: -0.125rem;
    }

    .mobile-small\:-mr-1\.5 {
        margin-right: -0.375rem;
    }

    .mobile-small\:-mr-2\.5 {
        margin-right: -0.625rem;
    }

    .mobile-small\:-mr-3\.5 {
        margin-right: -0.875rem;
    }

    .mobile-small\:-mr-5p {
        margin-right: -5px;
    }

    .mobile-small\:-mr-10p {
        margin-right: -10px;
    }

    .mobile-small\:-mr-14p {
        margin-right: -14px;
    }

    .mobile-small\:-mr-15p {
        margin-right: -15px;
    }

    .mobile-small\:-mr-15_2 {
        margin-right: -60px;
    }

    .mobile-small\:-mr-16_1 {
        margin-right: -52px;
    }

    .mobile-small\:-mr-16p {
        margin-right: -16px;
    }

    .mobile-small\:-mr-25p {
        margin-right: -25px;
    }

    .mobile-small\:-mr-48p {
        margin-right: -48%;
    }

    .mobile-small\:-mr-52p {
        margin-right: -52%;
    }

    .mobile-small\:mb-0 {
        margin-bottom: 0px;
    }

    .mobile-small\:mb-1 {
        margin-bottom: 0.25rem;
    }

    .mobile-small\:mb-2 {
        margin-bottom: 0.5rem;
    }

    .mobile-small\:mb-3 {
        margin-bottom: 0.75rem;
    }

    .mobile-small\:mb-4 {
        margin-bottom: 1rem;
    }

    .mobile-small\:mb-5 {
        margin-bottom: 1.25rem;
    }

    .mobile-small\:mb-6 {
        margin-bottom: 1.5rem;
    }

    .mobile-small\:mb-7 {
        margin-bottom: 1.75rem;
    }

    .mobile-small\:mb-8 {
        margin-bottom: 2rem;
    }

    .mobile-small\:mb-9 {
        margin-bottom: 2.25rem;
    }

    .mobile-small\:mb-10 {
        margin-bottom: 2.5rem;
    }

    .mobile-small\:mb-11 {
        margin-bottom: 2.75rem;
    }

    .mobile-small\:mb-12 {
        margin-bottom: 3rem;
    }

    .mobile-small\:mb-13 {
        margin-bottom: 3.25rem;
    }

    .mobile-small\:mb-14 {
        margin-bottom: 3.5rem;
    }

    .mobile-small\:mb-16 {
        margin-bottom: 4rem;
    }

    .mobile-small\:mb-18 {
        margin-bottom: 4.375rem;
    }

    .mobile-small\:mb-19 {
        margin-bottom: 76px;
    }

    .mobile-small\:mb-20 {
        margin-bottom: 5rem;
    }

    .mobile-small\:mb-22 {
        margin-bottom: 5.3125rem;
    }

    .mobile-small\:mb-24 {
        margin-bottom: 6rem;
    }

    .mobile-small\:mb-28 {
        margin-bottom: 7rem;
    }

    .mobile-small\:mb-30 {
        margin-bottom: 120px;
    }

    .mobile-small\:mb-32 {
        margin-bottom: 8rem;
    }

    .mobile-small\:mb-36 {
        margin-bottom: 9rem;
    }

    .mobile-small\:mb-40 {
        margin-bottom: 10rem;
    }

    .mobile-small\:mb-44 {
        margin-bottom: 11rem;
    }

    .mobile-small\:mb-46 {
        margin-bottom: 11.44rem;
    }

    .mobile-small\:mb-48 {
        margin-bottom: 12rem;
    }

    .mobile-small\:mb-52 {
        margin-bottom: 13rem;
    }

    .mobile-small\:mb-56 {
        margin-bottom: 14rem;
    }

    .mobile-small\:mb-60 {
        margin-bottom: 15rem;
    }

    .mobile-small\:mb-64 {
        margin-bottom: 16rem;
    }

    .mobile-small\:mb-72 {
        margin-bottom: 18rem;
    }

    .mobile-small\:mb-80 {
        margin-bottom: 20rem;
    }

    .mobile-small\:mb-96 {
        margin-bottom: 24rem;
    }

    .mobile-small\:mb-auto {
        margin-bottom: auto;
    }

    .mobile-small\:mb-px {
        margin-bottom: 1px;
    }

    .mobile-small\:mb-0\.5 {
        margin-bottom: 0.125rem;
    }

    .mobile-small\:mb-1\.5 {
        margin-bottom: 0.375rem;
    }

    .mobile-small\:mb-2\.5 {
        margin-bottom: 0.625rem;
    }

    .mobile-small\:mb-3\.5 {
        margin-bottom: 0.875rem;
    }

    .mobile-small\:mb-5p {
        margin-bottom: 5px;
    }

    .mobile-small\:mb-10p {
        margin-bottom: 10px;
    }

    .mobile-small\:mb-14p {
        margin-bottom: 14px;
    }

    .mobile-small\:mb-15p {
        margin-bottom: 15px;
    }

    .mobile-small\:mb-15_2 {
        margin-bottom: 60px;
    }

    .mobile-small\:mb-16_1 {
        margin-bottom: 52px;
    }

    .mobile-small\:mb-16p {
        margin-bottom: 16px;
    }

    .mobile-small\:mb-25p {
        margin-bottom: 25px;
    }

    .mobile-small\:mb-48p {
        margin-bottom: 48%;
    }

    .mobile-small\:mb-52p {
        margin-bottom: 52%;
    }

    .mobile-small\:-mb-0 {
        margin-bottom: 0px;
    }

    .mobile-small\:-mb-1 {
        margin-bottom: -0.25rem;
    }

    .mobile-small\:-mb-2 {
        margin-bottom: -0.5rem;
    }

    .mobile-small\:-mb-3 {
        margin-bottom: -0.75rem;
    }

    .mobile-small\:-mb-4 {
        margin-bottom: -1rem;
    }

    .mobile-small\:-mb-5 {
        margin-bottom: -1.25rem;
    }

    .mobile-small\:-mb-6 {
        margin-bottom: -1.5rem;
    }

    .mobile-small\:-mb-7 {
        margin-bottom: -1.75rem;
    }

    .mobile-small\:-mb-8 {
        margin-bottom: -2rem;
    }

    .mobile-small\:-mb-9 {
        margin-bottom: -2.25rem;
    }

    .mobile-small\:-mb-10 {
        margin-bottom: -2.5rem;
    }

    .mobile-small\:-mb-11 {
        margin-bottom: -2.75rem;
    }

    .mobile-small\:-mb-12 {
        margin-bottom: -3rem;
    }

    .mobile-small\:-mb-14 {
        margin-bottom: -3.5rem;
    }

    .mobile-small\:-mb-16 {
        margin-bottom: -4rem;
    }

    .mobile-small\:-mb-18 {
        margin-bottom: -4.375rem;
    }

    .mobile-small\:-mb-19 {
        margin-bottom: -76px;
    }

    .mobile-small\:-mb-20 {
        margin-bottom: -5rem;
    }

    .mobile-small\:-mb-24 {
        margin-bottom: -6rem;
    }

    .mobile-small\:-mb-28 {
        margin-bottom: -7rem;
    }

    .mobile-small\:-mb-30 {
        margin-bottom: -120px;
    }

    .mobile-small\:-mb-32 {
        margin-bottom: -8rem;
    }

    .mobile-small\:-mb-36 {
        margin-bottom: -9rem;
    }

    .mobile-small\:-mb-40 {
        margin-bottom: -10rem;
    }

    .mobile-small\:-mb-44 {
        margin-bottom: -11rem;
    }

    .mobile-small\:-mb-48 {
        margin-bottom: -12rem;
    }

    .mobile-small\:-mb-52 {
        margin-bottom: -13rem;
    }

    .mobile-small\:-mb-56 {
        margin-bottom: -14rem;
    }

    .mobile-small\:-mb-60 {
        margin-bottom: -15rem;
    }

    .mobile-small\:-mb-64 {
        margin-bottom: -16rem;
    }

    .mobile-small\:-mb-72 {
        margin-bottom: -18rem;
    }

    .mobile-small\:-mb-80 {
        margin-bottom: -20rem;
    }

    .mobile-small\:-mb-96 {
        margin-bottom: -24rem;
    }

    .mobile-small\:-mb-px {
        margin-bottom: -1px;
    }

    .mobile-small\:-mb-0\.5 {
        margin-bottom: -0.125rem;
    }

    .mobile-small\:-mb-1\.5 {
        margin-bottom: -0.375rem;
    }

    .mobile-small\:-mb-2\.5 {
        margin-bottom: -0.625rem;
    }

    .mobile-small\:-mb-3\.5 {
        margin-bottom: -0.875rem;
    }

    .mobile-small\:-mb-5p {
        margin-bottom: -5px;
    }

    .mobile-small\:-mb-10p {
        margin-bottom: -10px;
    }

    .mobile-small\:-mb-14p {
        margin-bottom: -14px;
    }

    .mobile-small\:-mb-15p {
        margin-bottom: -15px;
    }

    .mobile-small\:-mb-15_2 {
        margin-bottom: -60px;
    }

    .mobile-small\:-mb-16_1 {
        margin-bottom: -52px;
    }

    .mobile-small\:-mb-16p {
        margin-bottom: -16px;
    }

    .mobile-small\:-mb-25p {
        margin-bottom: -25px;
    }

    .mobile-small\:-mb-48p {
        margin-bottom: -48%;
    }

    .mobile-small\:-mb-52p {
        margin-bottom: -52%;
    }

    .mobile-small\:ml-0 {
        margin-left: 0px;
    }

    .mobile-small\:ml-1 {
        margin-left: 0.25rem;
    }

    .mobile-small\:ml-2 {
        margin-left: 0.5rem;
    }

    .mobile-small\:ml-3 {
        margin-left: 0.75rem;
    }

    .mobile-small\:ml-4 {
        margin-left: 1rem;
    }

    .mobile-small\:ml-5 {
        margin-left: 1.25rem;
    }

    .mobile-small\:ml-6 {
        margin-left: 1.5rem;
    }

    .mobile-small\:ml-7 {
        margin-left: 1.75rem;
    }

    .mobile-small\:ml-8 {
        margin-left: 2rem;
    }

    .mobile-small\:ml-9 {
        margin-left: 2.25rem;
    }

    .mobile-small\:ml-10 {
        margin-left: 2.5rem;
    }

    .mobile-small\:ml-11 {
        margin-left: 2.75rem;
    }

    .mobile-small\:ml-12 {
        margin-left: 3rem;
    }

    .mobile-small\:ml-13 {
        margin-left: 3.25rem;
    }

    .mobile-small\:ml-14 {
        margin-left: 3.5rem;
    }

    .mobile-small\:ml-16 {
        margin-left: 4rem;
    }

    .mobile-small\:ml-18 {
        margin-left: 4.375rem;
    }

    .mobile-small\:ml-19 {
        margin-left: 76px;
    }

    .mobile-small\:ml-20 {
        margin-left: 5rem;
    }

    .mobile-small\:ml-22 {
        margin-left: 5.3125rem;
    }

    .mobile-small\:ml-24 {
        margin-left: 6rem;
    }

    .mobile-small\:ml-28 {
        margin-left: 7rem;
    }

    .mobile-small\:ml-30 {
        margin-left: 120px;
    }

    .mobile-small\:ml-32 {
        margin-left: 8rem;
    }

    .mobile-small\:ml-36 {
        margin-left: 9rem;
    }

    .mobile-small\:ml-40 {
        margin-left: 10rem;
    }

    .mobile-small\:ml-44 {
        margin-left: 11rem;
    }

    .mobile-small\:ml-46 {
        margin-left: 11.44rem;
    }

    .mobile-small\:ml-48 {
        margin-left: 12rem;
    }

    .mobile-small\:ml-52 {
        margin-left: 13rem;
    }

    .mobile-small\:ml-56 {
        margin-left: 14rem;
    }

    .mobile-small\:ml-60 {
        margin-left: 15rem;
    }

    .mobile-small\:ml-64 {
        margin-left: 16rem;
    }

    .mobile-small\:ml-72 {
        margin-left: 18rem;
    }

    .mobile-small\:ml-80 {
        margin-left: 20rem;
    }

    .mobile-small\:ml-96 {
        margin-left: 24rem;
    }

    .mobile-small\:ml-auto {
        margin-left: auto;
    }

    .mobile-small\:ml-px {
        margin-left: 1px;
    }

    .mobile-small\:ml-0\.5 {
        margin-left: 0.125rem;
    }

    .mobile-small\:ml-1\.5 {
        margin-left: 0.375rem;
    }

    .mobile-small\:ml-2\.5 {
        margin-left: 0.625rem;
    }

    .mobile-small\:ml-3\.5 {
        margin-left: 0.875rem;
    }

    .mobile-small\:ml-5p {
        margin-left: 5px;
    }

    .mobile-small\:ml-10p {
        margin-left: 10px;
    }

    .mobile-small\:ml-14p {
        margin-left: 14px;
    }

    .mobile-small\:ml-15p {
        margin-left: 15px;
    }

    .mobile-small\:ml-15_2 {
        margin-left: 60px;
    }

    .mobile-small\:ml-16_1 {
        margin-left: 52px;
    }

    .mobile-small\:ml-16p {
        margin-left: 16px;
    }

    .mobile-small\:ml-25p {
        margin-left: 25px;
    }

    .mobile-small\:ml-48p {
        margin-left: 48%;
    }

    .mobile-small\:ml-52p {
        margin-left: 52%;
    }

    .mobile-small\:-ml-0 {
        margin-left: 0px;
    }

    .mobile-small\:-ml-1 {
        margin-left: -0.25rem;
    }

    .mobile-small\:-ml-2 {
        margin-left: -0.5rem;
    }

    .mobile-small\:-ml-3 {
        margin-left: -0.75rem;
    }

    .mobile-small\:-ml-4 {
        margin-left: -1rem;
    }

    .mobile-small\:-ml-5 {
        margin-left: -1.25rem;
    }

    .mobile-small\:-ml-6 {
        margin-left: -1.5rem;
    }

    .mobile-small\:-ml-7 {
        margin-left: -1.75rem;
    }

    .mobile-small\:-ml-8 {
        margin-left: -2rem;
    }

    .mobile-small\:-ml-9 {
        margin-left: -2.25rem;
    }

    .mobile-small\:-ml-10 {
        margin-left: -2.5rem;
    }

    .mobile-small\:-ml-11 {
        margin-left: -2.75rem;
    }

    .mobile-small\:-ml-12 {
        margin-left: -3rem;
    }

    .mobile-small\:-ml-14 {
        margin-left: -3.5rem;
    }

    .mobile-small\:-ml-16 {
        margin-left: -4rem;
    }

    .mobile-small\:-ml-18 {
        margin-left: -4.375rem;
    }

    .mobile-small\:-ml-19 {
        margin-left: -76px;
    }

    .mobile-small\:-ml-20 {
        margin-left: -5rem;
    }

    .mobile-small\:-ml-24 {
        margin-left: -6rem;
    }

    .mobile-small\:-ml-28 {
        margin-left: -7rem;
    }

    .mobile-small\:-ml-30 {
        margin-left: -120px;
    }

    .mobile-small\:-ml-32 {
        margin-left: -8rem;
    }

    .mobile-small\:-ml-36 {
        margin-left: -9rem;
    }

    .mobile-small\:-ml-40 {
        margin-left: -10rem;
    }

    .mobile-small\:-ml-44 {
        margin-left: -11rem;
    }

    .mobile-small\:-ml-48 {
        margin-left: -12rem;
    }

    .mobile-small\:-ml-52 {
        margin-left: -13rem;
    }

    .mobile-small\:-ml-56 {
        margin-left: -14rem;
    }

    .mobile-small\:-ml-60 {
        margin-left: -15rem;
    }

    .mobile-small\:-ml-64 {
        margin-left: -16rem;
    }

    .mobile-small\:-ml-72 {
        margin-left: -18rem;
    }

    .mobile-small\:-ml-80 {
        margin-left: -20rem;
    }

    .mobile-small\:-ml-96 {
        margin-left: -24rem;
    }

    .mobile-small\:-ml-px {
        margin-left: -1px;
    }

    .mobile-small\:-ml-0\.5 {
        margin-left: -0.125rem;
    }

    .mobile-small\:-ml-1\.5 {
        margin-left: -0.375rem;
    }

    .mobile-small\:-ml-2\.5 {
        margin-left: -0.625rem;
    }

    .mobile-small\:-ml-3\.5 {
        margin-left: -0.875rem;
    }

    .mobile-small\:-ml-5p {
        margin-left: -5px;
    }

    .mobile-small\:-ml-10p {
        margin-left: -10px;
    }

    .mobile-small\:-ml-14p {
        margin-left: -14px;
    }

    .mobile-small\:-ml-15p {
        margin-left: -15px;
    }

    .mobile-small\:-ml-15_2 {
        margin-left: -60px;
    }

    .mobile-small\:-ml-16_1 {
        margin-left: -52px;
    }

    .mobile-small\:-ml-16p {
        margin-left: -16px;
    }

    .mobile-small\:-ml-25p {
        margin-left: -25px;
    }

    .mobile-small\:-ml-48p {
        margin-left: -48%;
    }

    .mobile-small\:-ml-52p {
        margin-left: -52%;
    }

    .mobile-small\:box-border {
        box-sizing: border-box;
    }

    .mobile-small\:box-content {
        box-sizing: content-box;
    }

    .mobile-small\:block {
        display: block;
    }

    .mobile-small\:inline-block {
        display: inline-block;
    }

    .mobile-small\:inline {
        display: inline;
    }

    .mobile-small\:flex {
        display: flex;
    }

    .mobile-small\:inline-flex {
        display: inline-flex;
    }

    .mobile-small\:table {
        display: table;
    }

    .mobile-small\:inline-table {
        display: inline-table;
    }

    .mobile-small\:table-caption {
        display: table-caption;
    }

    .mobile-small\:table-cell {
        display: table-cell;
    }

    .mobile-small\:table-column {
        display: table-column;
    }

    .mobile-small\:table-column-group {
        display: table-column-group;
    }

    .mobile-small\:table-footer-group {
        display: table-footer-group;
    }

    .mobile-small\:table-header-group {
        display: table-header-group;
    }

    .mobile-small\:table-row-group {
        display: table-row-group;
    }

    .mobile-small\:table-row {
        display: table-row;
    }

    .mobile-small\:flow-root {
        display: flow-root;
    }

    .mobile-small\:grid {
        display: grid;
    }

    .mobile-small\:inline-grid {
        display: inline-grid;
    }

    .mobile-small\:contents {
        display: contents;
    }

    .mobile-small\:list-item {
        display: list-item;
    }

    .mobile-small\:hidden {
        display: none;
    }

    .mobile-small\:h-0 {
        height: 0px;
    }

    .mobile-small\:h-1 {
        height: 0.25rem;
    }

    .mobile-small\:h-2 {
        height: 0.5rem;
    }

    .mobile-small\:h-3 {
        height: 0.75rem;
    }

    .mobile-small\:h-4 {
        height: 1rem;
    }

    .mobile-small\:h-5 {
        height: 1.25rem;
    }

    .mobile-small\:h-6 {
        height: 1.5rem;
    }

    .mobile-small\:h-7 {
        height: 1.75rem;
    }

    .mobile-small\:h-8 {
        height: 2rem;
    }

    .mobile-small\:h-9 {
        height: 2.25rem;
    }

    .mobile-small\:h-10 {
        height: 2.5rem;
    }

    .mobile-small\:h-11 {
        height: 2.75rem;
    }

    .mobile-small\:h-12 {
        height: 3rem;
    }

    .mobile-small\:h-14 {
        height: 3.5rem;
    }

    .mobile-small\:h-16 {
        height: 4rem;
    }

    .mobile-small\:h-18 {
        height: 4.375rem;
    }

    .mobile-small\:h-19 {
        height: 76px;
    }

    .mobile-small\:h-20 {
        height: 5rem;
    }

    .mobile-small\:h-24 {
        height: 6rem;
    }

    .mobile-small\:h-28 {
        height: 7rem;
    }

    .mobile-small\:h-30 {
        height: 120px;
    }

    .mobile-small\:h-32 {
        height: 8rem;
    }

    .mobile-small\:h-36 {
        height: 9rem;
    }

    .mobile-small\:h-40 {
        height: 10rem;
    }

    .mobile-small\:h-44 {
        height: 11rem;
    }

    .mobile-small\:h-48 {
        height: 12rem;
    }

    .mobile-small\:h-52 {
        height: 13rem;
    }

    .mobile-small\:h-56 {
        height: 14rem;
    }

    .mobile-small\:h-60 {
        height: 15rem;
    }

    .mobile-small\:h-64 {
        height: 16rem;
    }

    .mobile-small\:h-72 {
        height: 18rem;
    }

    .mobile-small\:h-80 {
        height: 20rem;
    }

    .mobile-small\:h-96 {
        height: 24rem;
    }

    .mobile-small\:h-auto {
        height: auto;
    }

    .mobile-small\:h-px {
        height: 1px;
    }

    .mobile-small\:h-0\.5 {
        height: 0.125rem;
    }

    .mobile-small\:h-1\.5 {
        height: 0.375rem;
    }

    .mobile-small\:h-2\.5 {
        height: 0.625rem;
    }

    .mobile-small\:h-3\.5 {
        height: 0.875rem;
    }

    .mobile-small\:h-5p {
        height: 5px;
    }

    .mobile-small\:h-10p {
        height: 10px;
    }

    .mobile-small\:h-14p {
        height: 14px;
    }

    .mobile-small\:h-15p {
        height: 15px;
    }

    .mobile-small\:h-15_2 {
        height: 60px;
    }

    .mobile-small\:h-16_1 {
        height: 52px;
    }

    .mobile-small\:h-16p {
        height: 16px;
    }

    .mobile-small\:h-25p {
        height: 25px;
    }

    .mobile-small\:h-48p {
        height: 48%;
    }

    .mobile-small\:h-52p {
        height: 52%;
    }

    .mobile-small\:h-1\/2 {
        height: 50%;
    }

    .mobile-small\:h-1\/3 {
        height: 33.333333%;
    }

    .mobile-small\:h-2\/3 {
        height: 66.666667%;
    }

    .mobile-small\:h-1\/4 {
        height: 25%;
    }

    .mobile-small\:h-2\/4 {
        height: 50%;
    }

    .mobile-small\:h-3\/4 {
        height: 75%;
    }

    .mobile-small\:h-1\/5 {
        height: 20%;
    }

    .mobile-small\:h-2\/5 {
        height: 40%;
    }

    .mobile-small\:h-3\/5 {
        height: 60%;
    }

    .mobile-small\:h-4\/5 {
        height: 80%;
    }

    .mobile-small\:h-1\/6 {
        height: 16.666667%;
    }

    .mobile-small\:h-2\/6 {
        height: 33.333333%;
    }

    .mobile-small\:h-3\/6 {
        height: 50%;
    }

    .mobile-small\:h-4\/6 {
        height: 66.666667%;
    }

    .mobile-small\:h-5\/6 {
        height: 83.333333%;
    }

    .mobile-small\:h-full {
        height: 100%;
    }

    .mobile-small\:h-screen {
        height: 100vh;
    }

    .mobile-small\:max-h-0 {
        max-height: 0px;
    }

    .mobile-small\:max-h-1 {
        max-height: 0.25rem;
    }

    .mobile-small\:max-h-2 {
        max-height: 0.5rem;
    }

    .mobile-small\:max-h-3 {
        max-height: 0.75rem;
    }

    .mobile-small\:max-h-4 {
        max-height: 1rem;
    }

    .mobile-small\:max-h-5 {
        max-height: 1.25rem;
    }

    .mobile-small\:max-h-6 {
        max-height: 1.5rem;
    }

    .mobile-small\:max-h-7 {
        max-height: 1.75rem;
    }

    .mobile-small\:max-h-8 {
        max-height: 2rem;
    }

    .mobile-small\:max-h-9 {
        max-height: 2.25rem;
    }

    .mobile-small\:max-h-10 {
        max-height: 2.5rem;
    }

    .mobile-small\:max-h-11 {
        max-height: 2.75rem;
    }

    .mobile-small\:max-h-12 {
        max-height: 3rem;
    }

    .mobile-small\:max-h-14 {
        max-height: 3.5rem;
    }

    .mobile-small\:max-h-16 {
        max-height: 4rem;
    }

    .mobile-small\:max-h-18 {
        max-height: 4.375rem;
    }

    .mobile-small\:max-h-19 {
        max-height: 76px;
    }

    .mobile-small\:max-h-20 {
        max-height: 5rem;
    }

    .mobile-small\:max-h-24 {
        max-height: 6rem;
    }

    .mobile-small\:max-h-28 {
        max-height: 7rem;
    }

    .mobile-small\:max-h-30 {
        max-height: 120px;
    }

    .mobile-small\:max-h-32 {
        max-height: 8rem;
    }

    .mobile-small\:max-h-36 {
        max-height: 9rem;
    }

    .mobile-small\:max-h-40 {
        max-height: 10rem;
    }

    .mobile-small\:max-h-44 {
        max-height: 11rem;
    }

    .mobile-small\:max-h-48 {
        max-height: 12rem;
    }

    .mobile-small\:max-h-52 {
        max-height: 13rem;
    }

    .mobile-small\:max-h-56 {
        max-height: 14rem;
    }

    .mobile-small\:max-h-60 {
        max-height: 15rem;
    }

    .mobile-small\:max-h-64 {
        max-height: 16rem;
    }

    .mobile-small\:max-h-72 {
        max-height: 18rem;
    }

    .mobile-small\:max-h-80 {
        max-height: 20rem;
    }

    .mobile-small\:max-h-96 {
        max-height: 24rem;
    }

    .mobile-small\:max-h-px {
        max-height: 1px;
    }

    .mobile-small\:max-h-0\.5 {
        max-height: 0.125rem;
    }

    .mobile-small\:max-h-1\.5 {
        max-height: 0.375rem;
    }

    .mobile-small\:max-h-2\.5 {
        max-height: 0.625rem;
    }

    .mobile-small\:max-h-3\.5 {
        max-height: 0.875rem;
    }

    .mobile-small\:max-h-5p {
        max-height: 5px;
    }

    .mobile-small\:max-h-10p {
        max-height: 10px;
    }

    .mobile-small\:max-h-14p {
        max-height: 14px;
    }

    .mobile-small\:max-h-15p {
        max-height: 15px;
    }

    .mobile-small\:max-h-15_2 {
        max-height: 60px;
    }

    .mobile-small\:max-h-16_1 {
        max-height: 52px;
    }

    .mobile-small\:max-h-16p {
        max-height: 16px;
    }

    .mobile-small\:max-h-25p {
        max-height: 25px;
    }

    .mobile-small\:max-h-48p {
        max-height: 48%;
    }

    .mobile-small\:max-h-52p {
        max-height: 52%;
    }

    .mobile-small\:max-h-full {
        max-height: 100%;
    }

    .mobile-small\:max-h-screen {
        max-height: 100vh;
    }

    .mobile-small\:min-h-0 {
        min-height: 0px;
    }

    .mobile-small\:min-h-full {
        min-height: 100%;
    }

    .mobile-small\:min-h-screen {
        min-height: 100vh;
    }

    .mobile-small\:w-0 {
        width: 0px;
    }

    .mobile-small\:w-1 {
        width: 0.25rem;
    }

    .mobile-small\:w-2 {
        width: 0.5rem;
    }

    .mobile-small\:w-3 {
        width: 0.75rem;
    }

    .mobile-small\:w-4 {
        width: 1rem;
    }

    .mobile-small\:w-5 {
        width: 1.25rem;
    }

    .mobile-small\:w-6 {
        width: 1.5rem;
    }

    .mobile-small\:w-7 {
        width: 1.75rem;
    }

    .mobile-small\:w-8 {
        width: 2rem;
    }

    .mobile-small\:w-9 {
        width: 2.25rem;
    }

    .mobile-small\:w-10 {
        width: 2.5rem;
    }

    .mobile-small\:w-11 {
        width: 2.75rem;
    }

    .mobile-small\:w-12 {
        width: 3rem;
    }

    .mobile-small\:w-14 {
        width: 3.5rem;
    }

    .mobile-small\:w-16 {
        width: 4rem;
    }

    .mobile-small\:w-18 {
        width: 4.375rem;
    }

    .mobile-small\:w-19 {
        width: 76px;
    }

    .mobile-small\:w-20 {
        width: 5rem;
    }

    .mobile-small\:w-24 {
        width: 6rem;
    }

    .mobile-small\:w-28 {
        width: 7rem;
    }

    .mobile-small\:w-30 {
        width: 120px;
    }

    .mobile-small\:w-32 {
        width: 8rem;
    }

    .mobile-small\:w-36 {
        width: 9rem;
    }

    .mobile-small\:w-40 {
        width: 10rem;
    }

    .mobile-small\:w-44 {
        width: 11rem;
    }

    .mobile-small\:w-48 {
        width: 12rem;
    }

    .mobile-small\:w-52 {
        width: 13rem;
    }

    .mobile-small\:w-56 {
        width: 14rem;
    }

    .mobile-small\:w-60 {
        width: 15rem;
    }

    .mobile-small\:w-64 {
        width: 16rem;
    }

    .mobile-small\:w-72 {
        width: 18rem;
    }

    .mobile-small\:w-80 {
        width: 20rem;
    }

    .mobile-small\:w-96 {
        width: 24rem;
    }

    .mobile-small\:w-auto {
        width: auto;
    }

    .mobile-small\:w-px {
        width: 1px;
    }

    .mobile-small\:w-0\.5 {
        width: 0.125rem;
    }

    .mobile-small\:w-1\.5 {
        width: 0.375rem;
    }

    .mobile-small\:w-2\.5 {
        width: 0.625rem;
    }

    .mobile-small\:w-3\.5 {
        width: 0.875rem;
    }

    .mobile-small\:w-5p {
        width: 5px;
    }

    .mobile-small\:w-10p {
        width: 10px;
    }

    .mobile-small\:w-14p {
        width: 14px;
    }

    .mobile-small\:w-15p {
        width: 15px;
    }

    .mobile-small\:w-15_2 {
        width: 60px;
    }

    .mobile-small\:w-16_1 {
        width: 52px;
    }

    .mobile-small\:w-16p {
        width: 16px;
    }

    .mobile-small\:w-25p {
        width: 25px;
    }

    .mobile-small\:w-48p {
        width: 48%;
    }

    .mobile-small\:w-52p {
        width: 52%;
    }

    .mobile-small\:w-1\/2 {
        width: 50%;
    }

    .mobile-small\:w-1\/3 {
        width: 33.333333%;
    }

    .mobile-small\:w-2\/3 {
        width: 66.666667%;
    }

    .mobile-small\:w-1\/4 {
        width: 25%;
    }

    .mobile-small\:w-2\/4 {
        width: 50%;
    }

    .mobile-small\:w-3\/4 {
        width: 75%;
    }

    .mobile-small\:w-1\/5 {
        width: 20%;
    }

    .mobile-small\:w-2\/5 {
        width: 40%;
    }

    .mobile-small\:w-3\/5 {
        width: 60%;
    }

    .mobile-small\:w-4\/5 {
        width: 80%;
    }

    .mobile-small\:w-1\/6 {
        width: 16.666667%;
    }

    .mobile-small\:w-2\/6 {
        width: 33.333333%;
    }

    .mobile-small\:w-3\/6 {
        width: 50%;
    }

    .mobile-small\:w-4\/6 {
        width: 66.666667%;
    }

    .mobile-small\:w-5\/6 {
        width: 83.333333%;
    }

    .mobile-small\:w-1\/12 {
        width: 8.333333%;
    }

    .mobile-small\:w-2\/12 {
        width: 16.666667%;
    }

    .mobile-small\:w-3\/12 {
        width: 25%;
    }

    .mobile-small\:w-4\/12 {
        width: 33.333333%;
    }

    .mobile-small\:w-5\/12 {
        width: 41.666667%;
    }

    .mobile-small\:w-6\/12 {
        width: 50%;
    }

    .mobile-small\:w-7\/12 {
        width: 58.333333%;
    }

    .mobile-small\:w-8\/12 {
        width: 66.666667%;
    }

    .mobile-small\:w-9\/12 {
        width: 75%;
    }

    .mobile-small\:w-10\/12 {
        width: 83.333333%;
    }

    .mobile-small\:w-11\/12 {
        width: 91.666667%;
    }

    .mobile-small\:w-full {
        width: 100%;
    }

    .mobile-small\:w-screen {
        width: 100vw;
    }

    .mobile-small\:w-min {
        width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content;
    }

    .mobile-small\:w-max {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .mobile-small\:w-51\% {
        width: 51%;
    }

    .mobile-small\:w-49\% {
        width: 49%;
    }

    .mobile-small\:min-w-0 {
        min-width: 0px;
    }

    .mobile-small\:min-w-full {
        min-width: 100%;
    }

    .mobile-small\:min-w-min {
        min-width: -webkit-min-content;
        min-width: -moz-min-content;
        min-width: min-content;
    }

    .mobile-small\:min-w-max {
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
    }

    .mobile-small\:max-w-0 {
        max-width: 0rem;
    }

    .mobile-small\:max-w-none {
        max-width: none;
    }

    .mobile-small\:max-w-xs {
        max-width: 20rem;
    }

    .mobile-small\:max-w-sm {
        max-width: 24rem;
    }

    .mobile-small\:max-w-md {
        max-width: 28rem;
    }

    .mobile-small\:max-w-lg {
        max-width: 32rem;
    }

    .mobile-small\:max-w-xl {
        max-width: 36rem;
    }

    .mobile-small\:max-w-2xl {
        max-width: 42rem;
    }

    .mobile-small\:max-w-3xl {
        max-width: 48rem;
    }

    .mobile-small\:max-w-4xl {
        max-width: 56rem;
    }

    .mobile-small\:max-w-5xl {
        max-width: 64rem;
    }

    .mobile-small\:max-w-6xl {
        max-width: 72rem;
    }

    .mobile-small\:max-w-7xl {
        max-width: 80rem;
    }

    .mobile-small\:max-w-full {
        max-width: 100%;
    }

    .mobile-small\:max-w-min {
        max-width: -webkit-min-content;
        max-width: -moz-min-content;
        max-width: min-content;
    }

    .mobile-small\:max-w-max {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }

    .mobile-small\:max-w-prose {
        max-width: 65ch;
    }

    .mobile-small\:max-w-screen-sm {
        max-width: 600px;
    }

    .mobile-small\:max-w-screen-md {
        max-width: 768px;
    }

    .mobile-small\:max-w-screen-lg {
        max-width: 992px;
    }

    .mobile-small\:max-w-screen-xl {
        max-width: 1280px;
    }

    .mobile-small\:max-w-screen-2xl {
        max-width: 1536px;
    }

    .mobile-small\:max-w-1\.5xl {
        max-width: 40rem;
    }

    .mobile-small\:max-w-3\.5xl {
        max-width: 51.5rem;
    }

    .mobile-small\:max-w-4\.5xl {
        max-width: 62.5rem;
    }

    .mobile-small\:max-w-thumb {
        max-width: 11.375rem;
    }

    .mobile-small\:max-w-discription {
        max-width: 248px;
    }

    .mobile-small\:max-w-5\.5xl {
        max-width: 1132px;
    }

    .mobile-small\:flex-1 {
        flex: 1 1 0%;
    }

    .mobile-small\:flex-auto {
        flex: 1 1 auto;
    }

    .mobile-small\:flex-initial {
        flex: 0 1 auto;
    }

    .mobile-small\:flex-none {
        flex: none;
    }

    .mobile-small\:flex-shrink-0 {
        flex-shrink: 0;
    }

    .mobile-small\:flex-shrink {
        flex-shrink: 1;
    }

    .mobile-small\:flex-grow-0 {
        flex-grow: 0;
    }

    .mobile-small\:flex-grow {
        flex-grow: 1;
    }

    .mobile-small\:table-auto {
        table-layout: auto;
    }

    .mobile-small\:table-fixed {
        table-layout: fixed;
    }

    .mobile-small\:border-collapse {
        border-collapse: collapse;
    }

    .mobile-small\:border-separate {
        border-collapse: separate;
    }

    .mobile-small\:origin-center {
        transform-origin: center;
    }

    .mobile-small\:origin-top {
        transform-origin: top;
    }

    .mobile-small\:origin-top-right {
        transform-origin: top right;
    }

    .mobile-small\:origin-right {
        transform-origin: right;
    }

    .mobile-small\:origin-bottom-right {
        transform-origin: bottom right;
    }

    .mobile-small\:origin-bottom {
        transform-origin: bottom;
    }

    .mobile-small\:origin-bottom-left {
        transform-origin: bottom left;
    }

    .mobile-small\:origin-left {
        transform-origin: left;
    }

    .mobile-small\:origin-top-left {
        transform-origin: top left;
    }

    .mobile-small\:transform {
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        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));
    }

    .mobile-small\:transform-gpu {
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        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));
    }

    .mobile-small\:transform-none {
        transform: none;
    }

    .mobile-small\:translate-x-0 {
        --tw-translate-x: 0px;
    }

    .mobile-small\:translate-x-1 {
        --tw-translate-x: 0.25rem;
    }

    .mobile-small\:translate-x-2 {
        --tw-translate-x: 0.5rem;
    }

    .mobile-small\:translate-x-3 {
        --tw-translate-x: 0.75rem;
    }

    .mobile-small\:translate-x-4 {
        --tw-translate-x: 1rem;
    }

    .mobile-small\:translate-x-5 {
        --tw-translate-x: 1.25rem;
    }

    .mobile-small\:translate-x-6 {
        --tw-translate-x: 1.5rem;
    }

    .mobile-small\:translate-x-7 {
        --tw-translate-x: 1.75rem;
    }

    .mobile-small\:translate-x-8 {
        --tw-translate-x: 2rem;
    }

    .mobile-small\:translate-x-9 {
        --tw-translate-x: 2.25rem;
    }

    .mobile-small\:translate-x-10 {
        --tw-translate-x: 2.5rem;
    }

    .mobile-small\:translate-x-11 {
        --tw-translate-x: 2.75rem;
    }

    .mobile-small\:translate-x-12 {
        --tw-translate-x: 3rem;
    }

    .mobile-small\:translate-x-14 {
        --tw-translate-x: 3.5rem;
    }

    .mobile-small\:translate-x-16 {
        --tw-translate-x: 4rem;
    }

    .mobile-small\:translate-x-18 {
        --tw-translate-x: 4.375rem;
    }

    .mobile-small\:translate-x-19 {
        --tw-translate-x: 76px;
    }

    .mobile-small\:translate-x-20 {
        --tw-translate-x: 5rem;
    }

    .mobile-small\:translate-x-24 {
        --tw-translate-x: 6rem;
    }

    .mobile-small\:translate-x-28 {
        --tw-translate-x: 7rem;
    }

    .mobile-small\:translate-x-30 {
        --tw-translate-x: 120px;
    }

    .mobile-small\:translate-x-32 {
        --tw-translate-x: 8rem;
    }

    .mobile-small\:translate-x-36 {
        --tw-translate-x: 9rem;
    }

    .mobile-small\:translate-x-40 {
        --tw-translate-x: 10rem;
    }

    .mobile-small\:translate-x-44 {
        --tw-translate-x: 11rem;
    }

    .mobile-small\:translate-x-48 {
        --tw-translate-x: 12rem;
    }

    .mobile-small\:translate-x-52 {
        --tw-translate-x: 13rem;
    }

    .mobile-small\:translate-x-56 {
        --tw-translate-x: 14rem;
    }

    .mobile-small\:translate-x-60 {
        --tw-translate-x: 15rem;
    }

    .mobile-small\:translate-x-64 {
        --tw-translate-x: 16rem;
    }

    .mobile-small\:translate-x-72 {
        --tw-translate-x: 18rem;
    }

    .mobile-small\:translate-x-80 {
        --tw-translate-x: 20rem;
    }

    .mobile-small\:translate-x-96 {
        --tw-translate-x: 24rem;
    }

    .mobile-small\:translate-x-px {
        --tw-translate-x: 1px;
    }

    .mobile-small\:translate-x-0\.5 {
        --tw-translate-x: 0.125rem;
    }

    .mobile-small\:translate-x-1\.5 {
        --tw-translate-x: 0.375rem;
    }

    .mobile-small\:translate-x-2\.5 {
        --tw-translate-x: 0.625rem;
    }

    .mobile-small\:translate-x-3\.5 {
        --tw-translate-x: 0.875rem;
    }

    .mobile-small\:translate-x-5p {
        --tw-translate-x: 5px;
    }

    .mobile-small\:translate-x-10p {
        --tw-translate-x: 10px;
    }

    .mobile-small\:translate-x-14p {
        --tw-translate-x: 14px;
    }

    .mobile-small\:translate-x-15p {
        --tw-translate-x: 15px;
    }

    .mobile-small\:translate-x-15_2 {
        --tw-translate-x: 60px;
    }

    .mobile-small\:translate-x-16_1 {
        --tw-translate-x: 52px;
    }

    .mobile-small\:translate-x-16p {
        --tw-translate-x: 16px;
    }

    .mobile-small\:translate-x-25p {
        --tw-translate-x: 25px;
    }

    .mobile-small\:translate-x-48p {
        --tw-translate-x: 48%;
    }

    .mobile-small\:translate-x-52p {
        --tw-translate-x: 52%;
    }

    .mobile-small\:-translate-x-0 {
        --tw-translate-x: 0px;
    }

    .mobile-small\:-translate-x-1 {
        --tw-translate-x: -0.25rem;
    }

    .mobile-small\:-translate-x-2 {
        --tw-translate-x: -0.5rem;
    }

    .mobile-small\:-translate-x-3 {
        --tw-translate-x: -0.75rem;
    }

    .mobile-small\:-translate-x-4 {
        --tw-translate-x: -1rem;
    }

    .mobile-small\:-translate-x-5 {
        --tw-translate-x: -1.25rem;
    }

    .mobile-small\:-translate-x-6 {
        --tw-translate-x: -1.5rem;
    }

    .mobile-small\:-translate-x-7 {
        --tw-translate-x: -1.75rem;
    }

    .mobile-small\:-translate-x-8 {
        --tw-translate-x: -2rem;
    }

    .mobile-small\:-translate-x-9 {
        --tw-translate-x: -2.25rem;
    }

    .mobile-small\:-translate-x-10 {
        --tw-translate-x: -2.5rem;
    }

    .mobile-small\:-translate-x-11 {
        --tw-translate-x: -2.75rem;
    }

    .mobile-small\:-translate-x-12 {
        --tw-translate-x: -3rem;
    }

    .mobile-small\:-translate-x-14 {
        --tw-translate-x: -3.5rem;
    }

    .mobile-small\:-translate-x-16 {
        --tw-translate-x: -4rem;
    }

    .mobile-small\:-translate-x-18 {
        --tw-translate-x: -4.375rem;
    }

    .mobile-small\:-translate-x-19 {
        --tw-translate-x: -76px;
    }

    .mobile-small\:-translate-x-20 {
        --tw-translate-x: -5rem;
    }

    .mobile-small\:-translate-x-24 {
        --tw-translate-x: -6rem;
    }

    .mobile-small\:-translate-x-28 {
        --tw-translate-x: -7rem;
    }

    .mobile-small\:-translate-x-30 {
        --tw-translate-x: -120px;
    }

    .mobile-small\:-translate-x-32 {
        --tw-translate-x: -8rem;
    }

    .mobile-small\:-translate-x-36 {
        --tw-translate-x: -9rem;
    }

    .mobile-small\:-translate-x-40 {
        --tw-translate-x: -10rem;
    }

    .mobile-small\:-translate-x-44 {
        --tw-translate-x: -11rem;
    }

    .mobile-small\:-translate-x-48 {
        --tw-translate-x: -12rem;
    }

    .mobile-small\:-translate-x-52 {
        --tw-translate-x: -13rem;
    }

    .mobile-small\:-translate-x-56 {
        --tw-translate-x: -14rem;
    }

    .mobile-small\:-translate-x-60 {
        --tw-translate-x: -15rem;
    }

    .mobile-small\:-translate-x-64 {
        --tw-translate-x: -16rem;
    }

    .mobile-small\:-translate-x-72 {
        --tw-translate-x: -18rem;
    }

    .mobile-small\:-translate-x-80 {
        --tw-translate-x: -20rem;
    }

    .mobile-small\:-translate-x-96 {
        --tw-translate-x: -24rem;
    }

    .mobile-small\:-translate-x-px {
        --tw-translate-x: -1px;
    }

    .mobile-small\:-translate-x-0\.5 {
        --tw-translate-x: -0.125rem;
    }

    .mobile-small\:-translate-x-1\.5 {
        --tw-translate-x: -0.375rem;
    }

    .mobile-small\:-translate-x-2\.5 {
        --tw-translate-x: -0.625rem;
    }

    .mobile-small\:-translate-x-3\.5 {
        --tw-translate-x: -0.875rem;
    }

    .mobile-small\:-translate-x-5p {
        --tw-translate-x: -5px;
    }

    .mobile-small\:-translate-x-10p {
        --tw-translate-x: -10px;
    }

    .mobile-small\:-translate-x-14p {
        --tw-translate-x: -14px;
    }

    .mobile-small\:-translate-x-15p {
        --tw-translate-x: -15px;
    }

    .mobile-small\:-translate-x-15_2 {
        --tw-translate-x: -60px;
    }

    .mobile-small\:-translate-x-16_1 {
        --tw-translate-x: -52px;
    }

    .mobile-small\:-translate-x-16p {
        --tw-translate-x: -16px;
    }

    .mobile-small\:-translate-x-25p {
        --tw-translate-x: -25px;
    }

    .mobile-small\:-translate-x-48p {
        --tw-translate-x: -48%;
    }

    .mobile-small\:-translate-x-52p {
        --tw-translate-x: -52%;
    }

    .mobile-small\:translate-x-1\/2 {
        --tw-translate-x: 50%;
    }

    .mobile-small\:translate-x-1\/3 {
        --tw-translate-x: 33.333333%;
    }

    .mobile-small\:translate-x-2\/3 {
        --tw-translate-x: 66.666667%;
    }

    .mobile-small\:translate-x-1\/4 {
        --tw-translate-x: 25%;
    }

    .mobile-small\:translate-x-2\/4 {
        --tw-translate-x: 50%;
    }

    .mobile-small\:translate-x-3\/4 {
        --tw-translate-x: 75%;
    }

    .mobile-small\:translate-x-full {
        --tw-translate-x: 100%;
    }

    .mobile-small\:-translate-x-1\/2 {
        --tw-translate-x: -50%;
    }

    .mobile-small\:-translate-x-1\/3 {
        --tw-translate-x: -33.333333%;
    }

    .mobile-small\:-translate-x-2\/3 {
        --tw-translate-x: -66.666667%;
    }

    .mobile-small\:-translate-x-1\/4 {
        --tw-translate-x: -25%;
    }

    .mobile-small\:-translate-x-2\/4 {
        --tw-translate-x: -50%;
    }

    .mobile-small\:-translate-x-3\/4 {
        --tw-translate-x: -75%;
    }

    .mobile-small\:-translate-x-full {
        --tw-translate-x: -100%;
    }

    .mobile-small\:translate-y-0 {
        --tw-translate-y: 0px;
    }

    .mobile-small\:translate-y-1 {
        --tw-translate-y: 0.25rem;
    }

    .mobile-small\:translate-y-2 {
        --tw-translate-y: 0.5rem;
    }

    .mobile-small\:translate-y-3 {
        --tw-translate-y: 0.75rem;
    }

    .mobile-small\:translate-y-4 {
        --tw-translate-y: 1rem;
    }

    .mobile-small\:translate-y-5 {
        --tw-translate-y: 1.25rem;
    }

    .mobile-small\:translate-y-6 {
        --tw-translate-y: 1.5rem;
    }

    .mobile-small\:translate-y-7 {
        --tw-translate-y: 1.75rem;
    }

    .mobile-small\:translate-y-8 {
        --tw-translate-y: 2rem;
    }

    .mobile-small\:translate-y-9 {
        --tw-translate-y: 2.25rem;
    }

    .mobile-small\:translate-y-10 {
        --tw-translate-y: 2.5rem;
    }

    .mobile-small\:translate-y-11 {
        --tw-translate-y: 2.75rem;
    }

    .mobile-small\:translate-y-12 {
        --tw-translate-y: 3rem;
    }

    .mobile-small\:translate-y-14 {
        --tw-translate-y: 3.5rem;
    }

    .mobile-small\:translate-y-16 {
        --tw-translate-y: 4rem;
    }

    .mobile-small\:translate-y-18 {
        --tw-translate-y: 4.375rem;
    }

    .mobile-small\:translate-y-19 {
        --tw-translate-y: 76px;
    }

    .mobile-small\:translate-y-20 {
        --tw-translate-y: 5rem;
    }

    .mobile-small\:translate-y-24 {
        --tw-translate-y: 6rem;
    }

    .mobile-small\:translate-y-28 {
        --tw-translate-y: 7rem;
    }

    .mobile-small\:translate-y-30 {
        --tw-translate-y: 120px;
    }

    .mobile-small\:translate-y-32 {
        --tw-translate-y: 8rem;
    }

    .mobile-small\:translate-y-36 {
        --tw-translate-y: 9rem;
    }

    .mobile-small\:translate-y-40 {
        --tw-translate-y: 10rem;
    }

    .mobile-small\:translate-y-44 {
        --tw-translate-y: 11rem;
    }

    .mobile-small\:translate-y-48 {
        --tw-translate-y: 12rem;
    }

    .mobile-small\:translate-y-52 {
        --tw-translate-y: 13rem;
    }

    .mobile-small\:translate-y-56 {
        --tw-translate-y: 14rem;
    }

    .mobile-small\:translate-y-60 {
        --tw-translate-y: 15rem;
    }

    .mobile-small\:translate-y-64 {
        --tw-translate-y: 16rem;
    }

    .mobile-small\:translate-y-72 {
        --tw-translate-y: 18rem;
    }

    .mobile-small\:translate-y-80 {
        --tw-translate-y: 20rem;
    }

    .mobile-small\:translate-y-96 {
        --tw-translate-y: 24rem;
    }

    .mobile-small\:translate-y-px {
        --tw-translate-y: 1px;
    }

    .mobile-small\:translate-y-0\.5 {
        --tw-translate-y: 0.125rem;
    }

    .mobile-small\:translate-y-1\.5 {
        --tw-translate-y: 0.375rem;
    }

    .mobile-small\:translate-y-2\.5 {
        --tw-translate-y: 0.625rem;
    }

    .mobile-small\:translate-y-3\.5 {
        --tw-translate-y: 0.875rem;
    }

    .mobile-small\:translate-y-5p {
        --tw-translate-y: 5px;
    }

    .mobile-small\:translate-y-10p {
        --tw-translate-y: 10px;
    }

    .mobile-small\:translate-y-14p {
        --tw-translate-y: 14px;
    }

    .mobile-small\:translate-y-15p {
        --tw-translate-y: 15px;
    }

    .mobile-small\:translate-y-15_2 {
        --tw-translate-y: 60px;
    }

    .mobile-small\:translate-y-16_1 {
        --tw-translate-y: 52px;
    }

    .mobile-small\:translate-y-16p {
        --tw-translate-y: 16px;
    }

    .mobile-small\:translate-y-25p {
        --tw-translate-y: 25px;
    }

    .mobile-small\:translate-y-48p {
        --tw-translate-y: 48%;
    }

    .mobile-small\:translate-y-52p {
        --tw-translate-y: 52%;
    }

    .mobile-small\:-translate-y-0 {
        --tw-translate-y: 0px;
    }

    .mobile-small\:-translate-y-1 {
        --tw-translate-y: -0.25rem;
    }

    .mobile-small\:-translate-y-2 {
        --tw-translate-y: -0.5rem;
    }

    .mobile-small\:-translate-y-3 {
        --tw-translate-y: -0.75rem;
    }

    .mobile-small\:-translate-y-4 {
        --tw-translate-y: -1rem;
    }

    .mobile-small\:-translate-y-5 {
        --tw-translate-y: -1.25rem;
    }

    .mobile-small\:-translate-y-6 {
        --tw-translate-y: -1.5rem;
    }

    .mobile-small\:-translate-y-7 {
        --tw-translate-y: -1.75rem;
    }

    .mobile-small\:-translate-y-8 {
        --tw-translate-y: -2rem;
    }

    .mobile-small\:-translate-y-9 {
        --tw-translate-y: -2.25rem;
    }

    .mobile-small\:-translate-y-10 {
        --tw-translate-y: -2.5rem;
    }

    .mobile-small\:-translate-y-11 {
        --tw-translate-y: -2.75rem;
    }

    .mobile-small\:-translate-y-12 {
        --tw-translate-y: -3rem;
    }

    .mobile-small\:-translate-y-14 {
        --tw-translate-y: -3.5rem;
    }

    .mobile-small\:-translate-y-16 {
        --tw-translate-y: -4rem;
    }

    .mobile-small\:-translate-y-18 {
        --tw-translate-y: -4.375rem;
    }

    .mobile-small\:-translate-y-19 {
        --tw-translate-y: -76px;
    }

    .mobile-small\:-translate-y-20 {
        --tw-translate-y: -5rem;
    }

    .mobile-small\:-translate-y-24 {
        --tw-translate-y: -6rem;
    }

    .mobile-small\:-translate-y-28 {
        --tw-translate-y: -7rem;
    }

    .mobile-small\:-translate-y-30 {
        --tw-translate-y: -120px;
    }

    .mobile-small\:-translate-y-32 {
        --tw-translate-y: -8rem;
    }

    .mobile-small\:-translate-y-36 {
        --tw-translate-y: -9rem;
    }

    .mobile-small\:-translate-y-40 {
        --tw-translate-y: -10rem;
    }

    .mobile-small\:-translate-y-44 {
        --tw-translate-y: -11rem;
    }

    .mobile-small\:-translate-y-48 {
        --tw-translate-y: -12rem;
    }

    .mobile-small\:-translate-y-52 {
        --tw-translate-y: -13rem;
    }

    .mobile-small\:-translate-y-56 {
        --tw-translate-y: -14rem;
    }

    .mobile-small\:-translate-y-60 {
        --tw-translate-y: -15rem;
    }

    .mobile-small\:-translate-y-64 {
        --tw-translate-y: -16rem;
    }

    .mobile-small\:-translate-y-72 {
        --tw-translate-y: -18rem;
    }

    .mobile-small\:-translate-y-80 {
        --tw-translate-y: -20rem;
    }

    .mobile-small\:-translate-y-96 {
        --tw-translate-y: -24rem;
    }

    .mobile-small\:-translate-y-px {
        --tw-translate-y: -1px;
    }

    .mobile-small\:-translate-y-0\.5 {
        --tw-translate-y: -0.125rem;
    }

    .mobile-small\:-translate-y-1\.5 {
        --tw-translate-y: -0.375rem;
    }

    .mobile-small\:-translate-y-2\.5 {
        --tw-translate-y: -0.625rem;
    }

    .mobile-small\:-translate-y-3\.5 {
        --tw-translate-y: -0.875rem;
    }

    .mobile-small\:-translate-y-5p {
        --tw-translate-y: -5px;
    }

    .mobile-small\:-translate-y-10p {
        --tw-translate-y: -10px;
    }

    .mobile-small\:-translate-y-14p {
        --tw-translate-y: -14px;
    }

    .mobile-small\:-translate-y-15p {
        --tw-translate-y: -15px;
    }

    .mobile-small\:-translate-y-15_2 {
        --tw-translate-y: -60px;
    }

    .mobile-small\:-translate-y-16_1 {
        --tw-translate-y: -52px;
    }

    .mobile-small\:-translate-y-16p {
        --tw-translate-y: -16px;
    }

    .mobile-small\:-translate-y-25p {
        --tw-translate-y: -25px;
    }

    .mobile-small\:-translate-y-48p {
        --tw-translate-y: -48%;
    }

    .mobile-small\:-translate-y-52p {
        --tw-translate-y: -52%;
    }

    .mobile-small\:translate-y-1\/2 {
        --tw-translate-y: 50%;
    }

    .mobile-small\:translate-y-1\/3 {
        --tw-translate-y: 33.333333%;
    }

    .mobile-small\:translate-y-2\/3 {
        --tw-translate-y: 66.666667%;
    }

    .mobile-small\:translate-y-1\/4 {
        --tw-translate-y: 25%;
    }

    .mobile-small\:translate-y-2\/4 {
        --tw-translate-y: 50%;
    }

    .mobile-small\:translate-y-3\/4 {
        --tw-translate-y: 75%;
    }

    .mobile-small\:translate-y-full {
        --tw-translate-y: 100%;
    }

    .mobile-small\:-translate-y-1\/2 {
        --tw-translate-y: -50%;
    }

    .mobile-small\:-translate-y-1\/3 {
        --tw-translate-y: -33.333333%;
    }

    .mobile-small\:-translate-y-2\/3 {
        --tw-translate-y: -66.666667%;
    }

    .mobile-small\:-translate-y-1\/4 {
        --tw-translate-y: -25%;
    }

    .mobile-small\:-translate-y-2\/4 {
        --tw-translate-y: -50%;
    }

    .mobile-small\:-translate-y-3\/4 {
        --tw-translate-y: -75%;
    }

    .mobile-small\:-translate-y-full {
        --tw-translate-y: -100%;
    }

    .mobile-small\:hover\:translate-x-0:hover {
        --tw-translate-x: 0px;
    }

    .mobile-small\:hover\:translate-x-1:hover {
        --tw-translate-x: 0.25rem;
    }

    .mobile-small\:hover\:translate-x-2:hover {
        --tw-translate-x: 0.5rem;
    }

    .mobile-small\:hover\:translate-x-3:hover {
        --tw-translate-x: 0.75rem;
    }

    .mobile-small\:hover\:translate-x-4:hover {
        --tw-translate-x: 1rem;
    }

    .mobile-small\:hover\:translate-x-5:hover {
        --tw-translate-x: 1.25rem;
    }

    .mobile-small\:hover\:translate-x-6:hover {
        --tw-translate-x: 1.5rem;
    }

    .mobile-small\:hover\:translate-x-7:hover {
        --tw-translate-x: 1.75rem;
    }

    .mobile-small\:hover\:translate-x-8:hover {
        --tw-translate-x: 2rem;
    }

    .mobile-small\:hover\:translate-x-9:hover {
        --tw-translate-x: 2.25rem;
    }

    .mobile-small\:hover\:translate-x-10:hover {
        --tw-translate-x: 2.5rem;
    }

    .mobile-small\:hover\:translate-x-11:hover {
        --tw-translate-x: 2.75rem;
    }

    .mobile-small\:hover\:translate-x-12:hover {
        --tw-translate-x: 3rem;
    }

    .mobile-small\:hover\:translate-x-14:hover {
        --tw-translate-x: 3.5rem;
    }

    .mobile-small\:hover\:translate-x-16:hover {
        --tw-translate-x: 4rem;
    }

    .mobile-small\:hover\:translate-x-18:hover {
        --tw-translate-x: 4.375rem;
    }

    .mobile-small\:hover\:translate-x-19:hover {
        --tw-translate-x: 76px;
    }

    .mobile-small\:hover\:translate-x-20:hover {
        --tw-translate-x: 5rem;
    }

    .mobile-small\:hover\:translate-x-24:hover {
        --tw-translate-x: 6rem;
    }

    .mobile-small\:hover\:translate-x-28:hover {
        --tw-translate-x: 7rem;
    }

    .mobile-small\:hover\:translate-x-30:hover {
        --tw-translate-x: 120px;
    }

    .mobile-small\:hover\:translate-x-32:hover {
        --tw-translate-x: 8rem;
    }

    .mobile-small\:hover\:translate-x-36:hover {
        --tw-translate-x: 9rem;
    }

    .mobile-small\:hover\:translate-x-40:hover {
        --tw-translate-x: 10rem;
    }

    .mobile-small\:hover\:translate-x-44:hover {
        --tw-translate-x: 11rem;
    }

    .mobile-small\:hover\:translate-x-48:hover {
        --tw-translate-x: 12rem;
    }

    .mobile-small\:hover\:translate-x-52:hover {
        --tw-translate-x: 13rem;
    }

    .mobile-small\:hover\:translate-x-56:hover {
        --tw-translate-x: 14rem;
    }

    .mobile-small\:hover\:translate-x-60:hover {
        --tw-translate-x: 15rem;
    }

    .mobile-small\:hover\:translate-x-64:hover {
        --tw-translate-x: 16rem;
    }

    .mobile-small\:hover\:translate-x-72:hover {
        --tw-translate-x: 18rem;
    }

    .mobile-small\:hover\:translate-x-80:hover {
        --tw-translate-x: 20rem;
    }

    .mobile-small\:hover\:translate-x-96:hover {
        --tw-translate-x: 24rem;
    }

    .mobile-small\:hover\:translate-x-px:hover {
        --tw-translate-x: 1px;
    }

    .mobile-small\:hover\:translate-x-0\.5:hover {
        --tw-translate-x: 0.125rem;
    }

    .mobile-small\:hover\:translate-x-1\.5:hover {
        --tw-translate-x: 0.375rem;
    }

    .mobile-small\:hover\:translate-x-2\.5:hover {
        --tw-translate-x: 0.625rem;
    }

    .mobile-small\:hover\:translate-x-3\.5:hover {
        --tw-translate-x: 0.875rem;
    }

    .mobile-small\:hover\:translate-x-5p:hover {
        --tw-translate-x: 5px;
    }

    .mobile-small\:hover\:translate-x-10p:hover {
        --tw-translate-x: 10px;
    }

    .mobile-small\:hover\:translate-x-14p:hover {
        --tw-translate-x: 14px;
    }

    .mobile-small\:hover\:translate-x-15p:hover {
        --tw-translate-x: 15px;
    }

    .mobile-small\:hover\:translate-x-15_2:hover {
        --tw-translate-x: 60px;
    }

    .mobile-small\:hover\:translate-x-16_1:hover {
        --tw-translate-x: 52px;
    }

    .mobile-small\:hover\:translate-x-16p:hover {
        --tw-translate-x: 16px;
    }

    .mobile-small\:hover\:translate-x-25p:hover {
        --tw-translate-x: 25px;
    }

    .mobile-small\:hover\:translate-x-48p:hover {
        --tw-translate-x: 48%;
    }

    .mobile-small\:hover\:translate-x-52p:hover {
        --tw-translate-x: 52%;
    }

    .mobile-small\:hover\:-translate-x-0:hover {
        --tw-translate-x: 0px;
    }

    .mobile-small\:hover\:-translate-x-1:hover {
        --tw-translate-x: -0.25rem;
    }

    .mobile-small\:hover\:-translate-x-2:hover {
        --tw-translate-x: -0.5rem;
    }

    .mobile-small\:hover\:-translate-x-3:hover {
        --tw-translate-x: -0.75rem;
    }

    .mobile-small\:hover\:-translate-x-4:hover {
        --tw-translate-x: -1rem;
    }

    .mobile-small\:hover\:-translate-x-5:hover {
        --tw-translate-x: -1.25rem;
    }

    .mobile-small\:hover\:-translate-x-6:hover {
        --tw-translate-x: -1.5rem;
    }

    .mobile-small\:hover\:-translate-x-7:hover {
        --tw-translate-x: -1.75rem;
    }

    .mobile-small\:hover\:-translate-x-8:hover {
        --tw-translate-x: -2rem;
    }

    .mobile-small\:hover\:-translate-x-9:hover {
        --tw-translate-x: -2.25rem;
    }

    .mobile-small\:hover\:-translate-x-10:hover {
        --tw-translate-x: -2.5rem;
    }

    .mobile-small\:hover\:-translate-x-11:hover {
        --tw-translate-x: -2.75rem;
    }

    .mobile-small\:hover\:-translate-x-12:hover {
        --tw-translate-x: -3rem;
    }

    .mobile-small\:hover\:-translate-x-14:hover {
        --tw-translate-x: -3.5rem;
    }

    .mobile-small\:hover\:-translate-x-16:hover {
        --tw-translate-x: -4rem;
    }

    .mobile-small\:hover\:-translate-x-18:hover {
        --tw-translate-x: -4.375rem;
    }

    .mobile-small\:hover\:-translate-x-19:hover {
        --tw-translate-x: -76px;
    }

    .mobile-small\:hover\:-translate-x-20:hover {
        --tw-translate-x: -5rem;
    }

    .mobile-small\:hover\:-translate-x-24:hover {
        --tw-translate-x: -6rem;
    }

    .mobile-small\:hover\:-translate-x-28:hover {
        --tw-translate-x: -7rem;
    }

    .mobile-small\:hover\:-translate-x-30:hover {
        --tw-translate-x: -120px;
    }

    .mobile-small\:hover\:-translate-x-32:hover {
        --tw-translate-x: -8rem;
    }

    .mobile-small\:hover\:-translate-x-36:hover {
        --tw-translate-x: -9rem;
    }

    .mobile-small\:hover\:-translate-x-40:hover {
        --tw-translate-x: -10rem;
    }

    .mobile-small\:hover\:-translate-x-44:hover {
        --tw-translate-x: -11rem;
    }

    .mobile-small\:hover\:-translate-x-48:hover {
        --tw-translate-x: -12rem;
    }

    .mobile-small\:hover\:-translate-x-52:hover {
        --tw-translate-x: -13rem;
    }

    .mobile-small\:hover\:-translate-x-56:hover {
        --tw-translate-x: -14rem;
    }

    .mobile-small\:hover\:-translate-x-60:hover {
        --tw-translate-x: -15rem;
    }

    .mobile-small\:hover\:-translate-x-64:hover {
        --tw-translate-x: -16rem;
    }

    .mobile-small\:hover\:-translate-x-72:hover {
        --tw-translate-x: -18rem;
    }

    .mobile-small\:hover\:-translate-x-80:hover {
        --tw-translate-x: -20rem;
    }

    .mobile-small\:hover\:-translate-x-96:hover {
        --tw-translate-x: -24rem;
    }

    .mobile-small\:hover\:-translate-x-px:hover {
        --tw-translate-x: -1px;
    }

    .mobile-small\:hover\:-translate-x-0\.5:hover {
        --tw-translate-x: -0.125rem;
    }

    .mobile-small\:hover\:-translate-x-1\.5:hover {
        --tw-translate-x: -0.375rem;
    }

    .mobile-small\:hover\:-translate-x-2\.5:hover {
        --tw-translate-x: -0.625rem;
    }

    .mobile-small\:hover\:-translate-x-3\.5:hover {
        --tw-translate-x: -0.875rem;
    }

    .mobile-small\:hover\:-translate-x-5p:hover {
        --tw-translate-x: -5px;
    }

    .mobile-small\:hover\:-translate-x-10p:hover {
        --tw-translate-x: -10px;
    }

    .mobile-small\:hover\:-translate-x-14p:hover {
        --tw-translate-x: -14px;
    }

    .mobile-small\:hover\:-translate-x-15p:hover {
        --tw-translate-x: -15px;
    }

    .mobile-small\:hover\:-translate-x-15_2:hover {
        --tw-translate-x: -60px;
    }

    .mobile-small\:hover\:-translate-x-16_1:hover {
        --tw-translate-x: -52px;
    }

    .mobile-small\:hover\:-translate-x-16p:hover {
        --tw-translate-x: -16px;
    }

    .mobile-small\:hover\:-translate-x-25p:hover {
        --tw-translate-x: -25px;
    }

    .mobile-small\:hover\:-translate-x-48p:hover {
        --tw-translate-x: -48%;
    }

    .mobile-small\:hover\:-translate-x-52p:hover {
        --tw-translate-x: -52%;
    }

    .mobile-small\:hover\:translate-x-1\/2:hover {
        --tw-translate-x: 50%;
    }

    .mobile-small\:hover\:translate-x-1\/3:hover {
        --tw-translate-x: 33.333333%;
    }

    .mobile-small\:hover\:translate-x-2\/3:hover {
        --tw-translate-x: 66.666667%;
    }

    .mobile-small\:hover\:translate-x-1\/4:hover {
        --tw-translate-x: 25%;
    }

    .mobile-small\:hover\:translate-x-2\/4:hover {
        --tw-translate-x: 50%;
    }

    .mobile-small\:hover\:translate-x-3\/4:hover {
        --tw-translate-x: 75%;
    }

    .mobile-small\:hover\:translate-x-full:hover {
        --tw-translate-x: 100%;
    }

    .mobile-small\:hover\:-translate-x-1\/2:hover {
        --tw-translate-x: -50%;
    }

    .mobile-small\:hover\:-translate-x-1\/3:hover {
        --tw-translate-x: -33.333333%;
    }

    .mobile-small\:hover\:-translate-x-2\/3:hover {
        --tw-translate-x: -66.666667%;
    }

    .mobile-small\:hover\:-translate-x-1\/4:hover {
        --tw-translate-x: -25%;
    }

    .mobile-small\:hover\:-translate-x-2\/4:hover {
        --tw-translate-x: -50%;
    }

    .mobile-small\:hover\:-translate-x-3\/4:hover {
        --tw-translate-x: -75%;
    }

    .mobile-small\:hover\:-translate-x-full:hover {
        --tw-translate-x: -100%;
    }

    .mobile-small\:hover\:translate-y-0:hover {
        --tw-translate-y: 0px;
    }

    .mobile-small\:hover\:translate-y-1:hover {
        --tw-translate-y: 0.25rem;
    }

    .mobile-small\:hover\:translate-y-2:hover {
        --tw-translate-y: 0.5rem;
    }

    .mobile-small\:hover\:translate-y-3:hover {
        --tw-translate-y: 0.75rem;
    }

    .mobile-small\:hover\:translate-y-4:hover {
        --tw-translate-y: 1rem;
    }

    .mobile-small\:hover\:translate-y-5:hover {
        --tw-translate-y: 1.25rem;
    }

    .mobile-small\:hover\:translate-y-6:hover {
        --tw-translate-y: 1.5rem;
    }

    .mobile-small\:hover\:translate-y-7:hover {
        --tw-translate-y: 1.75rem;
    }

    .mobile-small\:hover\:translate-y-8:hover {
        --tw-translate-y: 2rem;
    }

    .mobile-small\:hover\:translate-y-9:hover {
        --tw-translate-y: 2.25rem;
    }

    .mobile-small\:hover\:translate-y-10:hover {
        --tw-translate-y: 2.5rem;
    }

    .mobile-small\:hover\:translate-y-11:hover {
        --tw-translate-y: 2.75rem;
    }

    .mobile-small\:hover\:translate-y-12:hover {
        --tw-translate-y: 3rem;
    }

    .mobile-small\:hover\:translate-y-14:hover {
        --tw-translate-y: 3.5rem;
    }

    .mobile-small\:hover\:translate-y-16:hover {
        --tw-translate-y: 4rem;
    }

    .mobile-small\:hover\:translate-y-18:hover {
        --tw-translate-y: 4.375rem;
    }

    .mobile-small\:hover\:translate-y-19:hover {
        --tw-translate-y: 76px;
    }

    .mobile-small\:hover\:translate-y-20:hover {
        --tw-translate-y: 5rem;
    }

    .mobile-small\:hover\:translate-y-24:hover {
        --tw-translate-y: 6rem;
    }

    .mobile-small\:hover\:translate-y-28:hover {
        --tw-translate-y: 7rem;
    }

    .mobile-small\:hover\:translate-y-30:hover {
        --tw-translate-y: 120px;
    }

    .mobile-small\:hover\:translate-y-32:hover {
        --tw-translate-y: 8rem;
    }

    .mobile-small\:hover\:translate-y-36:hover {
        --tw-translate-y: 9rem;
    }

    .mobile-small\:hover\:translate-y-40:hover {
        --tw-translate-y: 10rem;
    }

    .mobile-small\:hover\:translate-y-44:hover {
        --tw-translate-y: 11rem;
    }

    .mobile-small\:hover\:translate-y-48:hover {
        --tw-translate-y: 12rem;
    }

    .mobile-small\:hover\:translate-y-52:hover {
        --tw-translate-y: 13rem;
    }

    .mobile-small\:hover\:translate-y-56:hover {
        --tw-translate-y: 14rem;
    }

    .mobile-small\:hover\:translate-y-60:hover {
        --tw-translate-y: 15rem;
    }

    .mobile-small\:hover\:translate-y-64:hover {
        --tw-translate-y: 16rem;
    }

    .mobile-small\:hover\:translate-y-72:hover {
        --tw-translate-y: 18rem;
    }

    .mobile-small\:hover\:translate-y-80:hover {
        --tw-translate-y: 20rem;
    }

    .mobile-small\:hover\:translate-y-96:hover {
        --tw-translate-y: 24rem;
    }

    .mobile-small\:hover\:translate-y-px:hover {
        --tw-translate-y: 1px;
    }

    .mobile-small\:hover\:translate-y-0\.5:hover {
        --tw-translate-y: 0.125rem;
    }

    .mobile-small\:hover\:translate-y-1\.5:hover {
        --tw-translate-y: 0.375rem;
    }

    .mobile-small\:hover\:translate-y-2\.5:hover {
        --tw-translate-y: 0.625rem;
    }

    .mobile-small\:hover\:translate-y-3\.5:hover {
        --tw-translate-y: 0.875rem;
    }

    .mobile-small\:hover\:translate-y-5p:hover {
        --tw-translate-y: 5px;
    }

    .mobile-small\:hover\:translate-y-10p:hover {
        --tw-translate-y: 10px;
    }

    .mobile-small\:hover\:translate-y-14p:hover {
        --tw-translate-y: 14px;
    }

    .mobile-small\:hover\:translate-y-15p:hover {
        --tw-translate-y: 15px;
    }

    .mobile-small\:hover\:translate-y-15_2:hover {
        --tw-translate-y: 60px;
    }

    .mobile-small\:hover\:translate-y-16_1:hover {
        --tw-translate-y: 52px;
    }

    .mobile-small\:hover\:translate-y-16p:hover {
        --tw-translate-y: 16px;
    }

    .mobile-small\:hover\:translate-y-25p:hover {
        --tw-translate-y: 25px;
    }

    .mobile-small\:hover\:translate-y-48p:hover {
        --tw-translate-y: 48%;
    }

    .mobile-small\:hover\:translate-y-52p:hover {
        --tw-translate-y: 52%;
    }

    .mobile-small\:hover\:-translate-y-0:hover {
        --tw-translate-y: 0px;
    }

    .mobile-small\:hover\:-translate-y-1:hover {
        --tw-translate-y: -0.25rem;
    }

    .mobile-small\:hover\:-translate-y-2:hover {
        --tw-translate-y: -0.5rem;
    }

    .mobile-small\:hover\:-translate-y-3:hover {
        --tw-translate-y: -0.75rem;
    }

    .mobile-small\:hover\:-translate-y-4:hover {
        --tw-translate-y: -1rem;
    }

    .mobile-small\:hover\:-translate-y-5:hover {
        --tw-translate-y: -1.25rem;
    }

    .mobile-small\:hover\:-translate-y-6:hover {
        --tw-translate-y: -1.5rem;
    }

    .mobile-small\:hover\:-translate-y-7:hover {
        --tw-translate-y: -1.75rem;
    }

    .mobile-small\:hover\:-translate-y-8:hover {
        --tw-translate-y: -2rem;
    }

    .mobile-small\:hover\:-translate-y-9:hover {
        --tw-translate-y: -2.25rem;
    }

    .mobile-small\:hover\:-translate-y-10:hover {
        --tw-translate-y: -2.5rem;
    }

    .mobile-small\:hover\:-translate-y-11:hover {
        --tw-translate-y: -2.75rem;
    }

    .mobile-small\:hover\:-translate-y-12:hover {
        --tw-translate-y: -3rem;
    }

    .mobile-small\:hover\:-translate-y-14:hover {
        --tw-translate-y: -3.5rem;
    }

    .mobile-small\:hover\:-translate-y-16:hover {
        --tw-translate-y: -4rem;
    }

    .mobile-small\:hover\:-translate-y-18:hover {
        --tw-translate-y: -4.375rem;
    }

    .mobile-small\:hover\:-translate-y-19:hover {
        --tw-translate-y: -76px;
    }

    .mobile-small\:hover\:-translate-y-20:hover {
        --tw-translate-y: -5rem;
    }

    .mobile-small\:hover\:-translate-y-24:hover {
        --tw-translate-y: -6rem;
    }

    .mobile-small\:hover\:-translate-y-28:hover {
        --tw-translate-y: -7rem;
    }

    .mobile-small\:hover\:-translate-y-30:hover {
        --tw-translate-y: -120px;
    }

    .mobile-small\:hover\:-translate-y-32:hover {
        --tw-translate-y: -8rem;
    }

    .mobile-small\:hover\:-translate-y-36:hover {
        --tw-translate-y: -9rem;
    }

    .mobile-small\:hover\:-translate-y-40:hover {
        --tw-translate-y: -10rem;
    }

    .mobile-small\:hover\:-translate-y-44:hover {
        --tw-translate-y: -11rem;
    }

    .mobile-small\:hover\:-translate-y-48:hover {
        --tw-translate-y: -12rem;
    }

    .mobile-small\:hover\:-translate-y-52:hover {
        --tw-translate-y: -13rem;
    }

    .mobile-small\:hover\:-translate-y-56:hover {
        --tw-translate-y: -14rem;
    }

    .mobile-small\:hover\:-translate-y-60:hover {
        --tw-translate-y: -15rem;
    }

    .mobile-small\:hover\:-translate-y-64:hover {
        --tw-translate-y: -16rem;
    }

    .mobile-small\:hover\:-translate-y-72:hover {
        --tw-translate-y: -18rem;
    }

    .mobile-small\:hover\:-translate-y-80:hover {
        --tw-translate-y: -20rem;
    }

    .mobile-small\:hover\:-translate-y-96:hover {
        --tw-translate-y: -24rem;
    }

    .mobile-small\:hover\:-translate-y-px:hover {
        --tw-translate-y: -1px;
    }

    .mobile-small\:hover\:-translate-y-0\.5:hover {
        --tw-translate-y: -0.125rem;
    }

    .mobile-small\:hover\:-translate-y-1\.5:hover {
        --tw-translate-y: -0.375rem;
    }

    .mobile-small\:hover\:-translate-y-2\.5:hover {
        --tw-translate-y: -0.625rem;
    }

    .mobile-small\:hover\:-translate-y-3\.5:hover {
        --tw-translate-y: -0.875rem;
    }

    .mobile-small\:hover\:-translate-y-5p:hover {
        --tw-translate-y: -5px;
    }

    .mobile-small\:hover\:-translate-y-10p:hover {
        --tw-translate-y: -10px;
    }

    .mobile-small\:hover\:-translate-y-14p:hover {
        --tw-translate-y: -14px;
    }

    .mobile-small\:hover\:-translate-y-15p:hover {
        --tw-translate-y: -15px;
    }

    .mobile-small\:hover\:-translate-y-15_2:hover {
        --tw-translate-y: -60px;
    }

    .mobile-small\:hover\:-translate-y-16_1:hover {
        --tw-translate-y: -52px;
    }

    .mobile-small\:hover\:-translate-y-16p:hover {
        --tw-translate-y: -16px;
    }

    .mobile-small\:hover\:-translate-y-25p:hover {
        --tw-translate-y: -25px;
    }

    .mobile-small\:hover\:-translate-y-48p:hover {
        --tw-translate-y: -48%;
    }

    .mobile-small\:hover\:-translate-y-52p:hover {
        --tw-translate-y: -52%;
    }

    .mobile-small\:hover\:translate-y-1\/2:hover {
        --tw-translate-y: 50%;
    }

    .mobile-small\:hover\:translate-y-1\/3:hover {
        --tw-translate-y: 33.333333%;
    }

    .mobile-small\:hover\:translate-y-2\/3:hover {
        --tw-translate-y: 66.666667%;
    }

    .mobile-small\:hover\:translate-y-1\/4:hover {
        --tw-translate-y: 25%;
    }

    .mobile-small\:hover\:translate-y-2\/4:hover {
        --tw-translate-y: 50%;
    }

    .mobile-small\:hover\:translate-y-3\/4:hover {
        --tw-translate-y: 75%;
    }

    .mobile-small\:hover\:translate-y-full:hover {
        --tw-translate-y: 100%;
    }

    .mobile-small\:hover\:-translate-y-1\/2:hover {
        --tw-translate-y: -50%;
    }

    .mobile-small\:hover\:-translate-y-1\/3:hover {
        --tw-translate-y: -33.333333%;
    }

    .mobile-small\:hover\:-translate-y-2\/3:hover {
        --tw-translate-y: -66.666667%;
    }

    .mobile-small\:hover\:-translate-y-1\/4:hover {
        --tw-translate-y: -25%;
    }

    .mobile-small\:hover\:-translate-y-2\/4:hover {
        --tw-translate-y: -50%;
    }

    .mobile-small\:hover\:-translate-y-3\/4:hover {
        --tw-translate-y: -75%;
    }

    .mobile-small\:hover\:-translate-y-full:hover {
        --tw-translate-y: -100%;
    }

    .mobile-small\:focus\:translate-x-0:focus {
        --tw-translate-x: 0px;
    }

    .mobile-small\:focus\:translate-x-1:focus {
        --tw-translate-x: 0.25rem;
    }

    .mobile-small\:focus\:translate-x-2:focus {
        --tw-translate-x: 0.5rem;
    }

    .mobile-small\:focus\:translate-x-3:focus {
        --tw-translate-x: 0.75rem;
    }

    .mobile-small\:focus\:translate-x-4:focus {
        --tw-translate-x: 1rem;
    }

    .mobile-small\:focus\:translate-x-5:focus {
        --tw-translate-x: 1.25rem;
    }

    .mobile-small\:focus\:translate-x-6:focus {
        --tw-translate-x: 1.5rem;
    }

    .mobile-small\:focus\:translate-x-7:focus {
        --tw-translate-x: 1.75rem;
    }

    .mobile-small\:focus\:translate-x-8:focus {
        --tw-translate-x: 2rem;
    }

    .mobile-small\:focus\:translate-x-9:focus {
        --tw-translate-x: 2.25rem;
    }

    .mobile-small\:focus\:translate-x-10:focus {
        --tw-translate-x: 2.5rem;
    }

    .mobile-small\:focus\:translate-x-11:focus {
        --tw-translate-x: 2.75rem;
    }

    .mobile-small\:focus\:translate-x-12:focus {
        --tw-translate-x: 3rem;
    }

    .mobile-small\:focus\:translate-x-14:focus {
        --tw-translate-x: 3.5rem;
    }

    .mobile-small\:focus\:translate-x-16:focus {
        --tw-translate-x: 4rem;
    }

    .mobile-small\:focus\:translate-x-18:focus {
        --tw-translate-x: 4.375rem;
    }

    .mobile-small\:focus\:translate-x-19:focus {
        --tw-translate-x: 76px;
    }

    .mobile-small\:focus\:translate-x-20:focus {
        --tw-translate-x: 5rem;
    }

    .mobile-small\:focus\:translate-x-24:focus {
        --tw-translate-x: 6rem;
    }

    .mobile-small\:focus\:translate-x-28:focus {
        --tw-translate-x: 7rem;
    }

    .mobile-small\:focus\:translate-x-30:focus {
        --tw-translate-x: 120px;
    }

    .mobile-small\:focus\:translate-x-32:focus {
        --tw-translate-x: 8rem;
    }

    .mobile-small\:focus\:translate-x-36:focus {
        --tw-translate-x: 9rem;
    }

    .mobile-small\:focus\:translate-x-40:focus {
        --tw-translate-x: 10rem;
    }

    .mobile-small\:focus\:translate-x-44:focus {
        --tw-translate-x: 11rem;
    }

    .mobile-small\:focus\:translate-x-48:focus {
        --tw-translate-x: 12rem;
    }

    .mobile-small\:focus\:translate-x-52:focus {
        --tw-translate-x: 13rem;
    }

    .mobile-small\:focus\:translate-x-56:focus {
        --tw-translate-x: 14rem;
    }

    .mobile-small\:focus\:translate-x-60:focus {
        --tw-translate-x: 15rem;
    }

    .mobile-small\:focus\:translate-x-64:focus {
        --tw-translate-x: 16rem;
    }

    .mobile-small\:focus\:translate-x-72:focus {
        --tw-translate-x: 18rem;
    }

    .mobile-small\:focus\:translate-x-80:focus {
        --tw-translate-x: 20rem;
    }

    .mobile-small\:focus\:translate-x-96:focus {
        --tw-translate-x: 24rem;
    }

    .mobile-small\:focus\:translate-x-px:focus {
        --tw-translate-x: 1px;
    }

    .mobile-small\:focus\:translate-x-0\.5:focus {
        --tw-translate-x: 0.125rem;
    }

    .mobile-small\:focus\:translate-x-1\.5:focus {
        --tw-translate-x: 0.375rem;
    }

    .mobile-small\:focus\:translate-x-2\.5:focus {
        --tw-translate-x: 0.625rem;
    }

    .mobile-small\:focus\:translate-x-3\.5:focus {
        --tw-translate-x: 0.875rem;
    }

    .mobile-small\:focus\:translate-x-5p:focus {
        --tw-translate-x: 5px;
    }

    .mobile-small\:focus\:translate-x-10p:focus {
        --tw-translate-x: 10px;
    }

    .mobile-small\:focus\:translate-x-14p:focus {
        --tw-translate-x: 14px;
    }

    .mobile-small\:focus\:translate-x-15p:focus {
        --tw-translate-x: 15px;
    }

    .mobile-small\:focus\:translate-x-15_2:focus {
        --tw-translate-x: 60px;
    }

    .mobile-small\:focus\:translate-x-16_1:focus {
        --tw-translate-x: 52px;
    }

    .mobile-small\:focus\:translate-x-16p:focus {
        --tw-translate-x: 16px;
    }

    .mobile-small\:focus\:translate-x-25p:focus {
        --tw-translate-x: 25px;
    }

    .mobile-small\:focus\:translate-x-48p:focus {
        --tw-translate-x: 48%;
    }

    .mobile-small\:focus\:translate-x-52p:focus {
        --tw-translate-x: 52%;
    }

    .mobile-small\:focus\:-translate-x-0:focus {
        --tw-translate-x: 0px;
    }

    .mobile-small\:focus\:-translate-x-1:focus {
        --tw-translate-x: -0.25rem;
    }

    .mobile-small\:focus\:-translate-x-2:focus {
        --tw-translate-x: -0.5rem;
    }

    .mobile-small\:focus\:-translate-x-3:focus {
        --tw-translate-x: -0.75rem;
    }

    .mobile-small\:focus\:-translate-x-4:focus {
        --tw-translate-x: -1rem;
    }

    .mobile-small\:focus\:-translate-x-5:focus {
        --tw-translate-x: -1.25rem;
    }

    .mobile-small\:focus\:-translate-x-6:focus {
        --tw-translate-x: -1.5rem;
    }

    .mobile-small\:focus\:-translate-x-7:focus {
        --tw-translate-x: -1.75rem;
    }

    .mobile-small\:focus\:-translate-x-8:focus {
        --tw-translate-x: -2rem;
    }

    .mobile-small\:focus\:-translate-x-9:focus {
        --tw-translate-x: -2.25rem;
    }

    .mobile-small\:focus\:-translate-x-10:focus {
        --tw-translate-x: -2.5rem;
    }

    .mobile-small\:focus\:-translate-x-11:focus {
        --tw-translate-x: -2.75rem;
    }

    .mobile-small\:focus\:-translate-x-12:focus {
        --tw-translate-x: -3rem;
    }

    .mobile-small\:focus\:-translate-x-14:focus {
        --tw-translate-x: -3.5rem;
    }

    .mobile-small\:focus\:-translate-x-16:focus {
        --tw-translate-x: -4rem;
    }

    .mobile-small\:focus\:-translate-x-18:focus {
        --tw-translate-x: -4.375rem;
    }

    .mobile-small\:focus\:-translate-x-19:focus {
        --tw-translate-x: -76px;
    }

    .mobile-small\:focus\:-translate-x-20:focus {
        --tw-translate-x: -5rem;
    }

    .mobile-small\:focus\:-translate-x-24:focus {
        --tw-translate-x: -6rem;
    }

    .mobile-small\:focus\:-translate-x-28:focus {
        --tw-translate-x: -7rem;
    }

    .mobile-small\:focus\:-translate-x-30:focus {
        --tw-translate-x: -120px;
    }

    .mobile-small\:focus\:-translate-x-32:focus {
        --tw-translate-x: -8rem;
    }

    .mobile-small\:focus\:-translate-x-36:focus {
        --tw-translate-x: -9rem;
    }

    .mobile-small\:focus\:-translate-x-40:focus {
        --tw-translate-x: -10rem;
    }

    .mobile-small\:focus\:-translate-x-44:focus {
        --tw-translate-x: -11rem;
    }

    .mobile-small\:focus\:-translate-x-48:focus {
        --tw-translate-x: -12rem;
    }

    .mobile-small\:focus\:-translate-x-52:focus {
        --tw-translate-x: -13rem;
    }

    .mobile-small\:focus\:-translate-x-56:focus {
        --tw-translate-x: -14rem;
    }

    .mobile-small\:focus\:-translate-x-60:focus {
        --tw-translate-x: -15rem;
    }

    .mobile-small\:focus\:-translate-x-64:focus {
        --tw-translate-x: -16rem;
    }

    .mobile-small\:focus\:-translate-x-72:focus {
        --tw-translate-x: -18rem;
    }

    .mobile-small\:focus\:-translate-x-80:focus {
        --tw-translate-x: -20rem;
    }

    .mobile-small\:focus\:-translate-x-96:focus {
        --tw-translate-x: -24rem;
    }

    .mobile-small\:focus\:-translate-x-px:focus {
        --tw-translate-x: -1px;
    }

    .mobile-small\:focus\:-translate-x-0\.5:focus {
        --tw-translate-x: -0.125rem;
    }

    .mobile-small\:focus\:-translate-x-1\.5:focus {
        --tw-translate-x: -0.375rem;
    }

    .mobile-small\:focus\:-translate-x-2\.5:focus {
        --tw-translate-x: -0.625rem;
    }

    .mobile-small\:focus\:-translate-x-3\.5:focus {
        --tw-translate-x: -0.875rem;
    }

    .mobile-small\:focus\:-translate-x-5p:focus {
        --tw-translate-x: -5px;
    }

    .mobile-small\:focus\:-translate-x-10p:focus {
        --tw-translate-x: -10px;
    }

    .mobile-small\:focus\:-translate-x-14p:focus {
        --tw-translate-x: -14px;
    }

    .mobile-small\:focus\:-translate-x-15p:focus {
        --tw-translate-x: -15px;
    }

    .mobile-small\:focus\:-translate-x-15_2:focus {
        --tw-translate-x: -60px;
    }

    .mobile-small\:focus\:-translate-x-16_1:focus {
        --tw-translate-x: -52px;
    }

    .mobile-small\:focus\:-translate-x-16p:focus {
        --tw-translate-x: -16px;
    }

    .mobile-small\:focus\:-translate-x-25p:focus {
        --tw-translate-x: -25px;
    }

    .mobile-small\:focus\:-translate-x-48p:focus {
        --tw-translate-x: -48%;
    }

    .mobile-small\:focus\:-translate-x-52p:focus {
        --tw-translate-x: -52%;
    }

    .mobile-small\:focus\:translate-x-1\/2:focus {
        --tw-translate-x: 50%;
    }

    .mobile-small\:focus\:translate-x-1\/3:focus {
        --tw-translate-x: 33.333333%;
    }

    .mobile-small\:focus\:translate-x-2\/3:focus {
        --tw-translate-x: 66.666667%;
    }

    .mobile-small\:focus\:translate-x-1\/4:focus {
        --tw-translate-x: 25%;
    }

    .mobile-small\:focus\:translate-x-2\/4:focus {
        --tw-translate-x: 50%;
    }

    .mobile-small\:focus\:translate-x-3\/4:focus {
        --tw-translate-x: 75%;
    }

    .mobile-small\:focus\:translate-x-full:focus {
        --tw-translate-x: 100%;
    }

    .mobile-small\:focus\:-translate-x-1\/2:focus {
        --tw-translate-x: -50%;
    }

    .mobile-small\:focus\:-translate-x-1\/3:focus {
        --tw-translate-x: -33.333333%;
    }

    .mobile-small\:focus\:-translate-x-2\/3:focus {
        --tw-translate-x: -66.666667%;
    }

    .mobile-small\:focus\:-translate-x-1\/4:focus {
        --tw-translate-x: -25%;
    }

    .mobile-small\:focus\:-translate-x-2\/4:focus {
        --tw-translate-x: -50%;
    }

    .mobile-small\:focus\:-translate-x-3\/4:focus {
        --tw-translate-x: -75%;
    }

    .mobile-small\:focus\:-translate-x-full:focus {
        --tw-translate-x: -100%;
    }

    .mobile-small\:focus\:translate-y-0:focus {
        --tw-translate-y: 0px;
    }

    .mobile-small\:focus\:translate-y-1:focus {
        --tw-translate-y: 0.25rem;
    }

    .mobile-small\:focus\:translate-y-2:focus {
        --tw-translate-y: 0.5rem;
    }

    .mobile-small\:focus\:translate-y-3:focus {
        --tw-translate-y: 0.75rem;
    }

    .mobile-small\:focus\:translate-y-4:focus {
        --tw-translate-y: 1rem;
    }

    .mobile-small\:focus\:translate-y-5:focus {
        --tw-translate-y: 1.25rem;
    }

    .mobile-small\:focus\:translate-y-6:focus {
        --tw-translate-y: 1.5rem;
    }

    .mobile-small\:focus\:translate-y-7:focus {
        --tw-translate-y: 1.75rem;
    }

    .mobile-small\:focus\:translate-y-8:focus {
        --tw-translate-y: 2rem;
    }

    .mobile-small\:focus\:translate-y-9:focus {
        --tw-translate-y: 2.25rem;
    }

    .mobile-small\:focus\:translate-y-10:focus {
        --tw-translate-y: 2.5rem;
    }

    .mobile-small\:focus\:translate-y-11:focus {
        --tw-translate-y: 2.75rem;
    }

    .mobile-small\:focus\:translate-y-12:focus {
        --tw-translate-y: 3rem;
    }

    .mobile-small\:focus\:translate-y-14:focus {
        --tw-translate-y: 3.5rem;
    }

    .mobile-small\:focus\:translate-y-16:focus {
        --tw-translate-y: 4rem;
    }

    .mobile-small\:focus\:translate-y-18:focus {
        --tw-translate-y: 4.375rem;
    }

    .mobile-small\:focus\:translate-y-19:focus {
        --tw-translate-y: 76px;
    }

    .mobile-small\:focus\:translate-y-20:focus {
        --tw-translate-y: 5rem;
    }

    .mobile-small\:focus\:translate-y-24:focus {
        --tw-translate-y: 6rem;
    }

    .mobile-small\:focus\:translate-y-28:focus {
        --tw-translate-y: 7rem;
    }

    .mobile-small\:focus\:translate-y-30:focus {
        --tw-translate-y: 120px;
    }

    .mobile-small\:focus\:translate-y-32:focus {
        --tw-translate-y: 8rem;
    }

    .mobile-small\:focus\:translate-y-36:focus {
        --tw-translate-y: 9rem;
    }

    .mobile-small\:focus\:translate-y-40:focus {
        --tw-translate-y: 10rem;
    }

    .mobile-small\:focus\:translate-y-44:focus {
        --tw-translate-y: 11rem;
    }

    .mobile-small\:focus\:translate-y-48:focus {
        --tw-translate-y: 12rem;
    }

    .mobile-small\:focus\:translate-y-52:focus {
        --tw-translate-y: 13rem;
    }

    .mobile-small\:focus\:translate-y-56:focus {
        --tw-translate-y: 14rem;
    }

    .mobile-small\:focus\:translate-y-60:focus {
        --tw-translate-y: 15rem;
    }

    .mobile-small\:focus\:translate-y-64:focus {
        --tw-translate-y: 16rem;
    }

    .mobile-small\:focus\:translate-y-72:focus {
        --tw-translate-y: 18rem;
    }

    .mobile-small\:focus\:translate-y-80:focus {
        --tw-translate-y: 20rem;
    }

    .mobile-small\:focus\:translate-y-96:focus {
        --tw-translate-y: 24rem;
    }

    .mobile-small\:focus\:translate-y-px:focus {
        --tw-translate-y: 1px;
    }

    .mobile-small\:focus\:translate-y-0\.5:focus {
        --tw-translate-y: 0.125rem;
    }

    .mobile-small\:focus\:translate-y-1\.5:focus {
        --tw-translate-y: 0.375rem;
    }

    .mobile-small\:focus\:translate-y-2\.5:focus {
        --tw-translate-y: 0.625rem;
    }

    .mobile-small\:focus\:translate-y-3\.5:focus {
        --tw-translate-y: 0.875rem;
    }

    .mobile-small\:focus\:translate-y-5p:focus {
        --tw-translate-y: 5px;
    }

    .mobile-small\:focus\:translate-y-10p:focus {
        --tw-translate-y: 10px;
    }

    .mobile-small\:focus\:translate-y-14p:focus {
        --tw-translate-y: 14px;
    }

    .mobile-small\:focus\:translate-y-15p:focus {
        --tw-translate-y: 15px;
    }

    .mobile-small\:focus\:translate-y-15_2:focus {
        --tw-translate-y: 60px;
    }

    .mobile-small\:focus\:translate-y-16_1:focus {
        --tw-translate-y: 52px;
    }

    .mobile-small\:focus\:translate-y-16p:focus {
        --tw-translate-y: 16px;
    }

    .mobile-small\:focus\:translate-y-25p:focus {
        --tw-translate-y: 25px;
    }

    .mobile-small\:focus\:translate-y-48p:focus {
        --tw-translate-y: 48%;
    }

    .mobile-small\:focus\:translate-y-52p:focus {
        --tw-translate-y: 52%;
    }

    .mobile-small\:focus\:-translate-y-0:focus {
        --tw-translate-y: 0px;
    }

    .mobile-small\:focus\:-translate-y-1:focus {
        --tw-translate-y: -0.25rem;
    }

    .mobile-small\:focus\:-translate-y-2:focus {
        --tw-translate-y: -0.5rem;
    }

    .mobile-small\:focus\:-translate-y-3:focus {
        --tw-translate-y: -0.75rem;
    }

    .mobile-small\:focus\:-translate-y-4:focus {
        --tw-translate-y: -1rem;
    }

    .mobile-small\:focus\:-translate-y-5:focus {
        --tw-translate-y: -1.25rem;
    }

    .mobile-small\:focus\:-translate-y-6:focus {
        --tw-translate-y: -1.5rem;
    }

    .mobile-small\:focus\:-translate-y-7:focus {
        --tw-translate-y: -1.75rem;
    }

    .mobile-small\:focus\:-translate-y-8:focus {
        --tw-translate-y: -2rem;
    }

    .mobile-small\:focus\:-translate-y-9:focus {
        --tw-translate-y: -2.25rem;
    }

    .mobile-small\:focus\:-translate-y-10:focus {
        --tw-translate-y: -2.5rem;
    }

    .mobile-small\:focus\:-translate-y-11:focus {
        --tw-translate-y: -2.75rem;
    }

    .mobile-small\:focus\:-translate-y-12:focus {
        --tw-translate-y: -3rem;
    }

    .mobile-small\:focus\:-translate-y-14:focus {
        --tw-translate-y: -3.5rem;
    }

    .mobile-small\:focus\:-translate-y-16:focus {
        --tw-translate-y: -4rem;
    }

    .mobile-small\:focus\:-translate-y-18:focus {
        --tw-translate-y: -4.375rem;
    }

    .mobile-small\:focus\:-translate-y-19:focus {
        --tw-translate-y: -76px;
    }

    .mobile-small\:focus\:-translate-y-20:focus {
        --tw-translate-y: -5rem;
    }

    .mobile-small\:focus\:-translate-y-24:focus {
        --tw-translate-y: -6rem;
    }

    .mobile-small\:focus\:-translate-y-28:focus {
        --tw-translate-y: -7rem;
    }

    .mobile-small\:focus\:-translate-y-30:focus {
        --tw-translate-y: -120px;
    }

    .mobile-small\:focus\:-translate-y-32:focus {
        --tw-translate-y: -8rem;
    }

    .mobile-small\:focus\:-translate-y-36:focus {
        --tw-translate-y: -9rem;
    }

    .mobile-small\:focus\:-translate-y-40:focus {
        --tw-translate-y: -10rem;
    }

    .mobile-small\:focus\:-translate-y-44:focus {
        --tw-translate-y: -11rem;
    }

    .mobile-small\:focus\:-translate-y-48:focus {
        --tw-translate-y: -12rem;
    }

    .mobile-small\:focus\:-translate-y-52:focus {
        --tw-translate-y: -13rem;
    }

    .mobile-small\:focus\:-translate-y-56:focus {
        --tw-translate-y: -14rem;
    }

    .mobile-small\:focus\:-translate-y-60:focus {
        --tw-translate-y: -15rem;
    }

    .mobile-small\:focus\:-translate-y-64:focus {
        --tw-translate-y: -16rem;
    }

    .mobile-small\:focus\:-translate-y-72:focus {
        --tw-translate-y: -18rem;
    }

    .mobile-small\:focus\:-translate-y-80:focus {
        --tw-translate-y: -20rem;
    }

    .mobile-small\:focus\:-translate-y-96:focus {
        --tw-translate-y: -24rem;
    }

    .mobile-small\:focus\:-translate-y-px:focus {
        --tw-translate-y: -1px;
    }

    .mobile-small\:focus\:-translate-y-0\.5:focus {
        --tw-translate-y: -0.125rem;
    }

    .mobile-small\:focus\:-translate-y-1\.5:focus {
        --tw-translate-y: -0.375rem;
    }

    .mobile-small\:focus\:-translate-y-2\.5:focus {
        --tw-translate-y: -0.625rem;
    }

    .mobile-small\:focus\:-translate-y-3\.5:focus {
        --tw-translate-y: -0.875rem;
    }

    .mobile-small\:focus\:-translate-y-5p:focus {
        --tw-translate-y: -5px;
    }

    .mobile-small\:focus\:-translate-y-10p:focus {
        --tw-translate-y: -10px;
    }

    .mobile-small\:focus\:-translate-y-14p:focus {
        --tw-translate-y: -14px;
    }

    .mobile-small\:focus\:-translate-y-15p:focus {
        --tw-translate-y: -15px;
    }

    .mobile-small\:focus\:-translate-y-15_2:focus {
        --tw-translate-y: -60px;
    }

    .mobile-small\:focus\:-translate-y-16_1:focus {
        --tw-translate-y: -52px;
    }

    .mobile-small\:focus\:-translate-y-16p:focus {
        --tw-translate-y: -16px;
    }

    .mobile-small\:focus\:-translate-y-25p:focus {
        --tw-translate-y: -25px;
    }

    .mobile-small\:focus\:-translate-y-48p:focus {
        --tw-translate-y: -48%;
    }

    .mobile-small\:focus\:-translate-y-52p:focus {
        --tw-translate-y: -52%;
    }

    .mobile-small\:focus\:translate-y-1\/2:focus {
        --tw-translate-y: 50%;
    }

    .mobile-small\:focus\:translate-y-1\/3:focus {
        --tw-translate-y: 33.333333%;
    }

    .mobile-small\:focus\:translate-y-2\/3:focus {
        --tw-translate-y: 66.666667%;
    }

    .mobile-small\:focus\:translate-y-1\/4:focus {
        --tw-translate-y: 25%;
    }

    .mobile-small\:focus\:translate-y-2\/4:focus {
        --tw-translate-y: 50%;
    }

    .mobile-small\:focus\:translate-y-3\/4:focus {
        --tw-translate-y: 75%;
    }

    .mobile-small\:focus\:translate-y-full:focus {
        --tw-translate-y: 100%;
    }

    .mobile-small\:focus\:-translate-y-1\/2:focus {
        --tw-translate-y: -50%;
    }

    .mobile-small\:focus\:-translate-y-1\/3:focus {
        --tw-translate-y: -33.333333%;
    }

    .mobile-small\:focus\:-translate-y-2\/3:focus {
        --tw-translate-y: -66.666667%;
    }

    .mobile-small\:focus\:-translate-y-1\/4:focus {
        --tw-translate-y: -25%;
    }

    .mobile-small\:focus\:-translate-y-2\/4:focus {
        --tw-translate-y: -50%;
    }

    .mobile-small\:focus\:-translate-y-3\/4:focus {
        --tw-translate-y: -75%;
    }

    .mobile-small\:focus\:-translate-y-full:focus {
        --tw-translate-y: -100%;
    }

    .mobile-small\:rotate-0 {
        --tw-rotate: 0deg;
    }

    .mobile-small\:rotate-1 {
        --tw-rotate: 1deg;
    }

    .mobile-small\:rotate-2 {
        --tw-rotate: 2deg;
    }

    .mobile-small\:rotate-3 {
        --tw-rotate: 3deg;
    }

    .mobile-small\:rotate-6 {
        --tw-rotate: 6deg;
    }

    .mobile-small\:rotate-12 {
        --tw-rotate: 12deg;
    }

    .mobile-small\:rotate-45 {
        --tw-rotate: 45deg;
    }

    .mobile-small\:rotate-90 {
        --tw-rotate: 90deg;
    }

    .mobile-small\:rotate-180 {
        --tw-rotate: 180deg;
    }

    .mobile-small\:-rotate-180 {
        --tw-rotate: -180deg;
    }

    .mobile-small\:-rotate-90 {
        --tw-rotate: -90deg;
    }

    .mobile-small\:-rotate-45 {
        --tw-rotate: -45deg;
    }

    .mobile-small\:-rotate-12 {
        --tw-rotate: -12deg;
    }

    .mobile-small\:-rotate-6 {
        --tw-rotate: -6deg;
    }

    .mobile-small\:-rotate-3 {
        --tw-rotate: -3deg;
    }

    .mobile-small\:-rotate-2 {
        --tw-rotate: -2deg;
    }

    .mobile-small\:-rotate-1 {
        --tw-rotate: -1deg;
    }

    .mobile-small\:hover\:rotate-0:hover {
        --tw-rotate: 0deg;
    }

    .mobile-small\:hover\:rotate-1:hover {
        --tw-rotate: 1deg;
    }

    .mobile-small\:hover\:rotate-2:hover {
        --tw-rotate: 2deg;
    }

    .mobile-small\:hover\:rotate-3:hover {
        --tw-rotate: 3deg;
    }

    .mobile-small\:hover\:rotate-6:hover {
        --tw-rotate: 6deg;
    }

    .mobile-small\:hover\:rotate-12:hover {
        --tw-rotate: 12deg;
    }

    .mobile-small\:hover\:rotate-45:hover {
        --tw-rotate: 45deg;
    }

    .mobile-small\:hover\:rotate-90:hover {
        --tw-rotate: 90deg;
    }

    .mobile-small\:hover\:rotate-180:hover {
        --tw-rotate: 180deg;
    }

    .mobile-small\:hover\:-rotate-180:hover {
        --tw-rotate: -180deg;
    }

    .mobile-small\:hover\:-rotate-90:hover {
        --tw-rotate: -90deg;
    }

    .mobile-small\:hover\:-rotate-45:hover {
        --tw-rotate: -45deg;
    }

    .mobile-small\:hover\:-rotate-12:hover {
        --tw-rotate: -12deg;
    }

    .mobile-small\:hover\:-rotate-6:hover {
        --tw-rotate: -6deg;
    }

    .mobile-small\:hover\:-rotate-3:hover {
        --tw-rotate: -3deg;
    }

    .mobile-small\:hover\:-rotate-2:hover {
        --tw-rotate: -2deg;
    }

    .mobile-small\:hover\:-rotate-1:hover {
        --tw-rotate: -1deg;
    }

    .mobile-small\:focus\:rotate-0:focus {
        --tw-rotate: 0deg;
    }

    .mobile-small\:focus\:rotate-1:focus {
        --tw-rotate: 1deg;
    }

    .mobile-small\:focus\:rotate-2:focus {
        --tw-rotate: 2deg;
    }

    .mobile-small\:focus\:rotate-3:focus {
        --tw-rotate: 3deg;
    }

    .mobile-small\:focus\:rotate-6:focus {
        --tw-rotate: 6deg;
    }

    .mobile-small\:focus\:rotate-12:focus {
        --tw-rotate: 12deg;
    }

    .mobile-small\:focus\:rotate-45:focus {
        --tw-rotate: 45deg;
    }

    .mobile-small\:focus\:rotate-90:focus {
        --tw-rotate: 90deg;
    }

    .mobile-small\:focus\:rotate-180:focus {
        --tw-rotate: 180deg;
    }

    .mobile-small\:focus\:-rotate-180:focus {
        --tw-rotate: -180deg;
    }

    .mobile-small\:focus\:-rotate-90:focus {
        --tw-rotate: -90deg;
    }

    .mobile-small\:focus\:-rotate-45:focus {
        --tw-rotate: -45deg;
    }

    .mobile-small\:focus\:-rotate-12:focus {
        --tw-rotate: -12deg;
    }

    .mobile-small\:focus\:-rotate-6:focus {
        --tw-rotate: -6deg;
    }

    .mobile-small\:focus\:-rotate-3:focus {
        --tw-rotate: -3deg;
    }

    .mobile-small\:focus\:-rotate-2:focus {
        --tw-rotate: -2deg;
    }

    .mobile-small\:focus\:-rotate-1:focus {
        --tw-rotate: -1deg;
    }

    .mobile-small\:skew-x-0 {
        --tw-skew-x: 0deg;
    }

    .mobile-small\:skew-x-1 {
        --tw-skew-x: 1deg;
    }

    .mobile-small\:skew-x-2 {
        --tw-skew-x: 2deg;
    }

    .mobile-small\:skew-x-3 {
        --tw-skew-x: 3deg;
    }

    .mobile-small\:skew-x-6 {
        --tw-skew-x: 6deg;
    }

    .mobile-small\:skew-x-12 {
        --tw-skew-x: 12deg;
    }

    .mobile-small\:-skew-x-12 {
        --tw-skew-x: -12deg;
    }

    .mobile-small\:-skew-x-6 {
        --tw-skew-x: -6deg;
    }

    .mobile-small\:-skew-x-3 {
        --tw-skew-x: -3deg;
    }

    .mobile-small\:-skew-x-2 {
        --tw-skew-x: -2deg;
    }

    .mobile-small\:-skew-x-1 {
        --tw-skew-x: -1deg;
    }

    .mobile-small\:skew-y-0 {
        --tw-skew-y: 0deg;
    }

    .mobile-small\:skew-y-1 {
        --tw-skew-y: 1deg;
    }

    .mobile-small\:skew-y-2 {
        --tw-skew-y: 2deg;
    }

    .mobile-small\:skew-y-3 {
        --tw-skew-y: 3deg;
    }

    .mobile-small\:skew-y-6 {
        --tw-skew-y: 6deg;
    }

    .mobile-small\:skew-y-12 {
        --tw-skew-y: 12deg;
    }

    .mobile-small\:-skew-y-12 {
        --tw-skew-y: -12deg;
    }

    .mobile-small\:-skew-y-6 {
        --tw-skew-y: -6deg;
    }

    .mobile-small\:-skew-y-3 {
        --tw-skew-y: -3deg;
    }

    .mobile-small\:-skew-y-2 {
        --tw-skew-y: -2deg;
    }

    .mobile-small\:-skew-y-1 {
        --tw-skew-y: -1deg;
    }

    .mobile-small\:hover\:skew-x-0:hover {
        --tw-skew-x: 0deg;
    }

    .mobile-small\:hover\:skew-x-1:hover {
        --tw-skew-x: 1deg;
    }

    .mobile-small\:hover\:skew-x-2:hover {
        --tw-skew-x: 2deg;
    }

    .mobile-small\:hover\:skew-x-3:hover {
        --tw-skew-x: 3deg;
    }

    .mobile-small\:hover\:skew-x-6:hover {
        --tw-skew-x: 6deg;
    }

    .mobile-small\:hover\:skew-x-12:hover {
        --tw-skew-x: 12deg;
    }

    .mobile-small\:hover\:-skew-x-12:hover {
        --tw-skew-x: -12deg;
    }

    .mobile-small\:hover\:-skew-x-6:hover {
        --tw-skew-x: -6deg;
    }

    .mobile-small\:hover\:-skew-x-3:hover {
        --tw-skew-x: -3deg;
    }

    .mobile-small\:hover\:-skew-x-2:hover {
        --tw-skew-x: -2deg;
    }

    .mobile-small\:hover\:-skew-x-1:hover {
        --tw-skew-x: -1deg;
    }

    .mobile-small\:hover\:skew-y-0:hover {
        --tw-skew-y: 0deg;
    }

    .mobile-small\:hover\:skew-y-1:hover {
        --tw-skew-y: 1deg;
    }

    .mobile-small\:hover\:skew-y-2:hover {
        --tw-skew-y: 2deg;
    }

    .mobile-small\:hover\:skew-y-3:hover {
        --tw-skew-y: 3deg;
    }

    .mobile-small\:hover\:skew-y-6:hover {
        --tw-skew-y: 6deg;
    }

    .mobile-small\:hover\:skew-y-12:hover {
        --tw-skew-y: 12deg;
    }

    .mobile-small\:hover\:-skew-y-12:hover {
        --tw-skew-y: -12deg;
    }

    .mobile-small\:hover\:-skew-y-6:hover {
        --tw-skew-y: -6deg;
    }

    .mobile-small\:hover\:-skew-y-3:hover {
        --tw-skew-y: -3deg;
    }

    .mobile-small\:hover\:-skew-y-2:hover {
        --tw-skew-y: -2deg;
    }

    .mobile-small\:hover\:-skew-y-1:hover {
        --tw-skew-y: -1deg;
    }

    .mobile-small\:focus\:skew-x-0:focus {
        --tw-skew-x: 0deg;
    }

    .mobile-small\:focus\:skew-x-1:focus {
        --tw-skew-x: 1deg;
    }

    .mobile-small\:focus\:skew-x-2:focus {
        --tw-skew-x: 2deg;
    }

    .mobile-small\:focus\:skew-x-3:focus {
        --tw-skew-x: 3deg;
    }

    .mobile-small\:focus\:skew-x-6:focus {
        --tw-skew-x: 6deg;
    }

    .mobile-small\:focus\:skew-x-12:focus {
        --tw-skew-x: 12deg;
    }

    .mobile-small\:focus\:-skew-x-12:focus {
        --tw-skew-x: -12deg;
    }

    .mobile-small\:focus\:-skew-x-6:focus {
        --tw-skew-x: -6deg;
    }

    .mobile-small\:focus\:-skew-x-3:focus {
        --tw-skew-x: -3deg;
    }

    .mobile-small\:focus\:-skew-x-2:focus {
        --tw-skew-x: -2deg;
    }

    .mobile-small\:focus\:-skew-x-1:focus {
        --tw-skew-x: -1deg;
    }

    .mobile-small\:focus\:skew-y-0:focus {
        --tw-skew-y: 0deg;
    }

    .mobile-small\:focus\:skew-y-1:focus {
        --tw-skew-y: 1deg;
    }

    .mobile-small\:focus\:skew-y-2:focus {
        --tw-skew-y: 2deg;
    }

    .mobile-small\:focus\:skew-y-3:focus {
        --tw-skew-y: 3deg;
    }

    .mobile-small\:focus\:skew-y-6:focus {
        --tw-skew-y: 6deg;
    }

    .mobile-small\:focus\:skew-y-12:focus {
        --tw-skew-y: 12deg;
    }

    .mobile-small\:focus\:-skew-y-12:focus {
        --tw-skew-y: -12deg;
    }

    .mobile-small\:focus\:-skew-y-6:focus {
        --tw-skew-y: -6deg;
    }

    .mobile-small\:focus\:-skew-y-3:focus {
        --tw-skew-y: -3deg;
    }

    .mobile-small\:focus\:-skew-y-2:focus {
        --tw-skew-y: -2deg;
    }

    .mobile-small\:focus\:-skew-y-1:focus {
        --tw-skew-y: -1deg;
    }

    .mobile-small\:scale-0 {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }

    .mobile-small\:scale-50 {
        --tw-scale-x: .5;
        --tw-scale-y: .5;
    }

    .mobile-small\:scale-75 {
        --tw-scale-x: .75;
        --tw-scale-y: .75;
    }

    .mobile-small\:scale-90 {
        --tw-scale-x: .9;
        --tw-scale-y: .9;
    }

    .mobile-small\:scale-95 {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
    }

    .mobile-small\:scale-100 {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }

    .mobile-small\:scale-105 {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }

    .mobile-small\:scale-110 {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }

    .mobile-small\:scale-125 {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }

    .mobile-small\:scale-150 {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }

    .mobile-small\:hover\:scale-0:hover {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }

    .mobile-small\:hover\:scale-50:hover {
        --tw-scale-x: .5;
        --tw-scale-y: .5;
    }

    .mobile-small\:hover\:scale-75:hover {
        --tw-scale-x: .75;
        --tw-scale-y: .75;
    }

    .mobile-small\:hover\:scale-90:hover {
        --tw-scale-x: .9;
        --tw-scale-y: .9;
    }

    .mobile-small\:hover\:scale-95:hover {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
    }

    .mobile-small\:hover\:scale-100:hover {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }

    .mobile-small\:hover\:scale-105:hover {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }

    .mobile-small\:hover\:scale-110:hover {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }

    .mobile-small\:hover\:scale-125:hover {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }

    .mobile-small\:hover\:scale-150:hover {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }

    .mobile-small\:focus\:scale-0:focus {
        --tw-scale-x: 0;
        --tw-scale-y: 0;
    }

    .mobile-small\:focus\:scale-50:focus {
        --tw-scale-x: .5;
        --tw-scale-y: .5;
    }

    .mobile-small\:focus\:scale-75:focus {
        --tw-scale-x: .75;
        --tw-scale-y: .75;
    }

    .mobile-small\:focus\:scale-90:focus {
        --tw-scale-x: .9;
        --tw-scale-y: .9;
    }

    .mobile-small\:focus\:scale-95:focus {
        --tw-scale-x: .95;
        --tw-scale-y: .95;
    }

    .mobile-small\:focus\:scale-100:focus {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
    }

    .mobile-small\:focus\:scale-105:focus {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
    }

    .mobile-small\:focus\:scale-110:focus {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
    }

    .mobile-small\:focus\:scale-125:focus {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
    }

    .mobile-small\:focus\:scale-150:focus {
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
    }

    .mobile-small\:scale-x-0 {
        --tw-scale-x: 0;
    }

    .mobile-small\:scale-x-50 {
        --tw-scale-x: .5;
    }

    .mobile-small\:scale-x-75 {
        --tw-scale-x: .75;
    }

    .mobile-small\:scale-x-90 {
        --tw-scale-x: .9;
    }

    .mobile-small\:scale-x-95 {
        --tw-scale-x: .95;
    }

    .mobile-small\:scale-x-100 {
        --tw-scale-x: 1;
    }

    .mobile-small\:scale-x-105 {
        --tw-scale-x: 1.05;
    }

    .mobile-small\:scale-x-110 {
        --tw-scale-x: 1.1;
    }

    .mobile-small\:scale-x-125 {
        --tw-scale-x: 1.25;
    }

    .mobile-small\:scale-x-150 {
        --tw-scale-x: 1.5;
    }

    .mobile-small\:scale-y-0 {
        --tw-scale-y: 0;
    }

    .mobile-small\:scale-y-50 {
        --tw-scale-y: .5;
    }

    .mobile-small\:scale-y-75 {
        --tw-scale-y: .75;
    }

    .mobile-small\:scale-y-90 {
        --tw-scale-y: .9;
    }

    .mobile-small\:scale-y-95 {
        --tw-scale-y: .95;
    }

    .mobile-small\:scale-y-100 {
        --tw-scale-y: 1;
    }

    .mobile-small\:scale-y-105 {
        --tw-scale-y: 1.05;
    }

    .mobile-small\:scale-y-110 {
        --tw-scale-y: 1.1;
    }

    .mobile-small\:scale-y-125 {
        --tw-scale-y: 1.25;
    }

    .mobile-small\:scale-y-150 {
        --tw-scale-y: 1.5;
    }

    .mobile-small\:hover\:scale-x-0:hover {
        --tw-scale-x: 0;
    }

    .mobile-small\:hover\:scale-x-50:hover {
        --tw-scale-x: .5;
    }

    .mobile-small\:hover\:scale-x-75:hover {
        --tw-scale-x: .75;
    }

    .mobile-small\:hover\:scale-x-90:hover {
        --tw-scale-x: .9;
    }

    .mobile-small\:hover\:scale-x-95:hover {
        --tw-scale-x: .95;
    }

    .mobile-small\:hover\:scale-x-100:hover {
        --tw-scale-x: 1;
    }

    .mobile-small\:hover\:scale-x-105:hover {
        --tw-scale-x: 1.05;
    }

    .mobile-small\:hover\:scale-x-110:hover {
        --tw-scale-x: 1.1;
    }

    .mobile-small\:hover\:scale-x-125:hover {
        --tw-scale-x: 1.25;
    }

    .mobile-small\:hover\:scale-x-150:hover {
        --tw-scale-x: 1.5;
    }

    .mobile-small\:hover\:scale-y-0:hover {
        --tw-scale-y: 0;
    }

    .mobile-small\:hover\:scale-y-50:hover {
        --tw-scale-y: .5;
    }

    .mobile-small\:hover\:scale-y-75:hover {
        --tw-scale-y: .75;
    }

    .mobile-small\:hover\:scale-y-90:hover {
        --tw-scale-y: .9;
    }

    .mobile-small\:hover\:scale-y-95:hover {
        --tw-scale-y: .95;
    }

    .mobile-small\:hover\:scale-y-100:hover {
        --tw-scale-y: 1;
    }

    .mobile-small\:hover\:scale-y-105:hover {
        --tw-scale-y: 1.05;
    }

    .mobile-small\:hover\:scale-y-110:hover {
        --tw-scale-y: 1.1;
    }

    .mobile-small\:hover\:scale-y-125:hover {
        --tw-scale-y: 1.25;
    }

    .mobile-small\:hover\:scale-y-150:hover {
        --tw-scale-y: 1.5;
    }

    .mobile-small\:focus\:scale-x-0:focus {
        --tw-scale-x: 0;
    }

    .mobile-small\:focus\:scale-x-50:focus {
        --tw-scale-x: .5;
    }

    .mobile-small\:focus\:scale-x-75:focus {
        --tw-scale-x: .75;
    }

    .mobile-small\:focus\:scale-x-90:focus {
        --tw-scale-x: .9;
    }

    .mobile-small\:focus\:scale-x-95:focus {
        --tw-scale-x: .95;
    }

    .mobile-small\:focus\:scale-x-100:focus {
        --tw-scale-x: 1;
    }

    .mobile-small\:focus\:scale-x-105:focus {
        --tw-scale-x: 1.05;
    }

    .mobile-small\:focus\:scale-x-110:focus {
        --tw-scale-x: 1.1;
    }

    .mobile-small\:focus\:scale-x-125:focus {
        --tw-scale-x: 1.25;
    }

    .mobile-small\:focus\:scale-x-150:focus {
        --tw-scale-x: 1.5;
    }

    .mobile-small\:focus\:scale-y-0:focus {
        --tw-scale-y: 0;
    }

    .mobile-small\:focus\:scale-y-50:focus {
        --tw-scale-y: .5;
    }

    .mobile-small\:focus\:scale-y-75:focus {
        --tw-scale-y: .75;
    }

    .mobile-small\:focus\:scale-y-90:focus {
        --tw-scale-y: .9;
    }

    .mobile-small\:focus\:scale-y-95:focus {
        --tw-scale-y: .95;
    }

    .mobile-small\:focus\:scale-y-100:focus {
        --tw-scale-y: 1;
    }

    .mobile-small\:focus\:scale-y-105:focus {
        --tw-scale-y: 1.05;
    }

    .mobile-small\:focus\:scale-y-110:focus {
        --tw-scale-y: 1.1;
    }

    .mobile-small\:focus\:scale-y-125:focus {
        --tw-scale-y: 1.25;
    }

    .mobile-small\:focus\:scale-y-150:focus {
        --tw-scale-y: 1.5;
    }

    .mobile-small\:animate-none {
        -webkit-animation: none;
        animation: none;
    }

    .mobile-small\:animate-spin {
        -webkit-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite;
    }

    .mobile-small\:animate-ping {
        -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
        animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    }

    .mobile-small\:animate-pulse {
        -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
        animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }

    .mobile-small\:animate-bounce {
        -webkit-animation: bounce 1s infinite;
        animation: bounce 1s infinite;
    }

    .mobile-small\:cursor-auto {
        cursor: auto;
    }

    .mobile-small\:cursor-default {
        cursor: default;
    }

    .mobile-small\:cursor-pointer {
        cursor: pointer;
    }

    .mobile-small\:cursor-wait {
        cursor: wait;
    }

    .mobile-small\:cursor-text {
        cursor: text;
    }

    .mobile-small\:cursor-move {
        cursor: move;
    }

    .mobile-small\:cursor-help {
        cursor: help;
    }

    .mobile-small\:cursor-not-allowed {
        cursor: not-allowed;
    }

    .mobile-small\:select-none {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .mobile-small\:select-text {
        -webkit-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text;
    }

    .mobile-small\:select-all {
        -webkit-user-select: all;
        -moz-user-select: all;
        user-select: all;
    }

    .mobile-small\:select-auto {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
    }

    .mobile-small\:resize-none {
        resize: none;
    }

    .mobile-small\:resize-y {
        resize: vertical;
    }

    .mobile-small\:resize-x {
        resize: horizontal;
    }

    .mobile-small\:resize {
        resize: both;
    }

    .mobile-small\:list-inside {
        list-style-position: inside;
    }

    .mobile-small\:list-outside {
        list-style-position: outside;
    }

    .mobile-small\:list-none {
        list-style-type: none;
    }

    .mobile-small\:list-disc {
        list-style-type: disc;
    }

    .mobile-small\:list-decimal {
        list-style-type: decimal;
    }

    .mobile-small\:appearance-none {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .mobile-small\:auto-cols-auto {
        grid-auto-columns: auto;
    }

    .mobile-small\:auto-cols-min {
        grid-auto-columns: -webkit-min-content;
        grid-auto-columns: min-content;
    }

    .mobile-small\:auto-cols-max {
        grid-auto-columns: -webkit-max-content;
        grid-auto-columns: max-content;
    }

    .mobile-small\:auto-cols-fr {
        grid-auto-columns: minmax(0, 1fr);
    }

    .mobile-small\:grid-flow-row {
        grid-auto-flow: row;
    }

    .mobile-small\:grid-flow-col {
        grid-auto-flow: column;
    }

    .mobile-small\:grid-flow-row-dense {
        grid-auto-flow: row dense;
    }

    .mobile-small\:grid-flow-col-dense {
        grid-auto-flow: column dense;
    }

    .mobile-small\:auto-rows-auto {
        grid-auto-rows: auto;
    }

    .mobile-small\:auto-rows-min {
        grid-auto-rows: -webkit-min-content;
        grid-auto-rows: min-content;
    }

    .mobile-small\:auto-rows-max {
        grid-auto-rows: -webkit-max-content;
        grid-auto-rows: max-content;
    }

    .mobile-small\:auto-rows-fr {
        grid-auto-rows: minmax(0, 1fr);
    }

    .mobile-small\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .mobile-small\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mobile-small\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mobile-small\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .mobile-small\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .mobile-small\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .mobile-small\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }

    .mobile-small\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    .mobile-small\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }

    .mobile-small\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }

    .mobile-small\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }

    .mobile-small\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .mobile-small\:grid-cols-none {
        grid-template-columns: none;
    }

    .mobile-small\:grid-rows-1 {
        grid-template-rows: repeat(1, minmax(0, 1fr));
    }

    .mobile-small\:grid-rows-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }

    .mobile-small\:grid-rows-3 {
        grid-template-rows: repeat(3, minmax(0, 1fr));
    }

    .mobile-small\:grid-rows-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr));
    }

    .mobile-small\:grid-rows-5 {
        grid-template-rows: repeat(5, minmax(0, 1fr));
    }

    .mobile-small\:grid-rows-6 {
        grid-template-rows: repeat(6, minmax(0, 1fr));
    }

    .mobile-small\:grid-rows-none {
        grid-template-rows: none;
    }

    .mobile-small\:flex-row {
        flex-direction: row;
    }

    .mobile-small\:flex-row-reverse {
        flex-direction: row-reverse;
    }

    .mobile-small\:flex-col {
        flex-direction: column;
    }

    .mobile-small\:flex-col-reverse {
        flex-direction: column-reverse;
    }

    .mobile-small\:flex-wrap {
        flex-wrap: wrap;
    }

    .mobile-small\:flex-wrap-reverse {
        flex-wrap: wrap-reverse;
    }

    .mobile-small\:flex-nowrap {
        flex-wrap: nowrap;
    }

    .mobile-small\:place-content-center {
        place-content: center;
    }

    .mobile-small\:place-content-start {
        place-content: start;
    }

    .mobile-small\:place-content-end {
        place-content: end;
    }

    .mobile-small\:place-content-between {
        place-content: space-between;
    }

    .mobile-small\:place-content-around {
        place-content: space-around;
    }

    .mobile-small\:place-content-evenly {
        place-content: space-evenly;
    }

    .mobile-small\:place-content-stretch {
        place-content: stretch;
    }

    .mobile-small\:place-items-start {
        place-items: start;
    }

    .mobile-small\:place-items-end {
        place-items: end;
    }

    .mobile-small\:place-items-center {
        place-items: center;
    }

    .mobile-small\:place-items-stretch {
        place-items: stretch;
    }

    .mobile-small\:content-center {
        align-content: center;
    }

    .mobile-small\:content-start {
        align-content: flex-start;
    }

    .mobile-small\:content-end {
        align-content: flex-end;
    }

    .mobile-small\:content-between {
        align-content: space-between;
    }

    .mobile-small\:content-around {
        align-content: space-around;
    }

    .mobile-small\:content-evenly {
        align-content: space-evenly;
    }

    .mobile-small\:items-start {
        align-items: flex-start;
    }

    .mobile-small\:items-end {
        align-items: flex-end;
    }

    .mobile-small\:items-center {
        align-items: center;
    }

    .mobile-small\:items-baseline {
        align-items: baseline;
    }

    .mobile-small\:items-stretch {
        align-items: stretch;
    }

    .mobile-small\:justify-start {
        justify-content: flex-start;
    }

    .mobile-small\:justify-end {
        justify-content: flex-end;
    }

    .mobile-small\:justify-center {
        justify-content: center;
    }

    .mobile-small\:justify-between {
        justify-content: space-between;
    }

    .mobile-small\:justify-around {
        justify-content: space-around;
    }

    .mobile-small\:justify-evenly {
        justify-content: space-evenly;
    }

    .mobile-small\:justify-items-start {
        justify-items: start;
    }

    .mobile-small\:justify-items-end {
        justify-items: end;
    }

    .mobile-small\:justify-items-center {
        justify-items: center;
    }

    .mobile-small\:justify-items-stretch {
        justify-items: stretch;
    }

    .mobile-small\:gap-0 {
        gap: 0px;
    }

    .mobile-small\:gap-1 {
        gap: 0.25rem;
    }

    .mobile-small\:gap-2 {
        gap: 0.5rem;
    }

    .mobile-small\:gap-3 {
        gap: 0.75rem;
    }

    .mobile-small\:gap-4 {
        gap: 1rem;
    }

    .mobile-small\:gap-5 {
        gap: 1.25rem;
    }

    .mobile-small\:gap-6 {
        gap: 1.5rem;
    }

    .mobile-small\:gap-7 {
        gap: 1.75rem;
    }

    .mobile-small\:gap-8 {
        gap: 2rem;
    }

    .mobile-small\:gap-9 {
        gap: 2.25rem;
    }

    .mobile-small\:gap-10 {
        gap: 2.5rem;
    }

    .mobile-small\:gap-11 {
        gap: 2.75rem;
    }

    .mobile-small\:gap-12 {
        gap: 3rem;
    }

    .mobile-small\:gap-14 {
        gap: 3.5rem;
    }

    .mobile-small\:gap-16 {
        gap: 4rem;
    }

    .mobile-small\:gap-18 {
        gap: 4.375rem;
    }

    .mobile-small\:gap-19 {
        gap: 76px;
    }

    .mobile-small\:gap-20 {
        gap: 5rem;
    }

    .mobile-small\:gap-24 {
        gap: 6rem;
    }

    .mobile-small\:gap-28 {
        gap: 7rem;
    }

    .mobile-small\:gap-30 {
        gap: 120px;
    }

    .mobile-small\:gap-32 {
        gap: 8rem;
    }

    .mobile-small\:gap-36 {
        gap: 9rem;
    }

    .mobile-small\:gap-40 {
        gap: 10rem;
    }

    .mobile-small\:gap-44 {
        gap: 11rem;
    }

    .mobile-small\:gap-48 {
        gap: 12rem;
    }

    .mobile-small\:gap-52 {
        gap: 13rem;
    }

    .mobile-small\:gap-56 {
        gap: 14rem;
    }

    .mobile-small\:gap-60 {
        gap: 15rem;
    }

    .mobile-small\:gap-64 {
        gap: 16rem;
    }

    .mobile-small\:gap-72 {
        gap: 18rem;
    }

    .mobile-small\:gap-80 {
        gap: 20rem;
    }

    .mobile-small\:gap-96 {
        gap: 24rem;
    }

    .mobile-small\:gap-px {
        gap: 1px;
    }

    .mobile-small\:gap-0\.5 {
        gap: 0.125rem;
    }

    .mobile-small\:gap-1\.5 {
        gap: 0.375rem;
    }

    .mobile-small\:gap-2\.5 {
        gap: 0.625rem;
    }

    .mobile-small\:gap-3\.5 {
        gap: 0.875rem;
    }

    .mobile-small\:gap-5p {
        gap: 5px;
    }

    .mobile-small\:gap-10p {
        gap: 10px;
    }

    .mobile-small\:gap-14p {
        gap: 14px;
    }

    .mobile-small\:gap-15p {
        gap: 15px;
    }

    .mobile-small\:gap-15_2 {
        gap: 60px;
    }

    .mobile-small\:gap-16_1 {
        gap: 52px;
    }

    .mobile-small\:gap-16p {
        gap: 16px;
    }

    .mobile-small\:gap-25p {
        gap: 25px;
    }

    .mobile-small\:gap-48p {
        gap: 48%;
    }

    .mobile-small\:gap-52p {
        gap: 52%;
    }

    .mobile-small\:gap-x-0 {
        -moz-column-gap: 0px;
        column-gap: 0px;
    }

    .mobile-small\:gap-x-1 {
        -moz-column-gap: 0.25rem;
        column-gap: 0.25rem;
    }

    .mobile-small\:gap-x-2 {
        -moz-column-gap: 0.5rem;
        column-gap: 0.5rem;
    }

    .mobile-small\:gap-x-3 {
        -moz-column-gap: 0.75rem;
        column-gap: 0.75rem;
    }

    .mobile-small\:gap-x-4 {
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }

    .mobile-small\:gap-x-5 {
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

    .mobile-small\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }

    .mobile-small\:gap-x-7 {
        -moz-column-gap: 1.75rem;
        column-gap: 1.75rem;
    }

    .mobile-small\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }

    .mobile-small\:gap-x-9 {
        -moz-column-gap: 2.25rem;
        column-gap: 2.25rem;
    }

    .mobile-small\:gap-x-10 {
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }

    .mobile-small\:gap-x-11 {
        -moz-column-gap: 2.75rem;
        column-gap: 2.75rem;
    }

    .mobile-small\:gap-x-12 {
        -moz-column-gap: 3rem;
        column-gap: 3rem;
    }

    .mobile-small\:gap-x-14 {
        -moz-column-gap: 3.5rem;
        column-gap: 3.5rem;
    }

    .mobile-small\:gap-x-16 {
        -moz-column-gap: 4rem;
        column-gap: 4rem;
    }

    .mobile-small\:gap-x-18 {
        -moz-column-gap: 4.375rem;
        column-gap: 4.375rem;
    }

    .mobile-small\:gap-x-19 {
        -moz-column-gap: 76px;
        column-gap: 76px;
    }

    .mobile-small\:gap-x-20 {
        -moz-column-gap: 5rem;
        column-gap: 5rem;
    }

    .mobile-small\:gap-x-24 {
        -moz-column-gap: 6rem;
        column-gap: 6rem;
    }

    .mobile-small\:gap-x-28 {
        -moz-column-gap: 7rem;
        column-gap: 7rem;
    }

    .mobile-small\:gap-x-30 {
        -moz-column-gap: 120px;
        column-gap: 120px;
    }

    .mobile-small\:gap-x-32 {
        -moz-column-gap: 8rem;
        column-gap: 8rem;
    }

    .mobile-small\:gap-x-36 {
        -moz-column-gap: 9rem;
        column-gap: 9rem;
    }

    .mobile-small\:gap-x-40 {
        -moz-column-gap: 10rem;
        column-gap: 10rem;
    }

    .mobile-small\:gap-x-44 {
        -moz-column-gap: 11rem;
        column-gap: 11rem;
    }

    .mobile-small\:gap-x-48 {
        -moz-column-gap: 12rem;
        column-gap: 12rem;
    }

    .mobile-small\:gap-x-52 {
        -moz-column-gap: 13rem;
        column-gap: 13rem;
    }

    .mobile-small\:gap-x-56 {
        -moz-column-gap: 14rem;
        column-gap: 14rem;
    }

    .mobile-small\:gap-x-60 {
        -moz-column-gap: 15rem;
        column-gap: 15rem;
    }

    .mobile-small\:gap-x-64 {
        -moz-column-gap: 16rem;
        column-gap: 16rem;
    }

    .mobile-small\:gap-x-72 {
        -moz-column-gap: 18rem;
        column-gap: 18rem;
    }

    .mobile-small\:gap-x-80 {
        -moz-column-gap: 20rem;
        column-gap: 20rem;
    }

    .mobile-small\:gap-x-96 {
        -moz-column-gap: 24rem;
        column-gap: 24rem;
    }

    .mobile-small\:gap-x-px {
        -moz-column-gap: 1px;
        column-gap: 1px;
    }

    .mobile-small\:gap-x-0\.5 {
        -moz-column-gap: 0.125rem;
        column-gap: 0.125rem;
    }

    .mobile-small\:gap-x-1\.5 {
        -moz-column-gap: 0.375rem;
        column-gap: 0.375rem;
    }

    .mobile-small\:gap-x-2\.5 {
        -moz-column-gap: 0.625rem;
        column-gap: 0.625rem;
    }

    .mobile-small\:gap-x-3\.5 {
        -moz-column-gap: 0.875rem;
        column-gap: 0.875rem;
    }

    .mobile-small\:gap-x-5p {
        -moz-column-gap: 5px;
        column-gap: 5px;
    }

    .mobile-small\:gap-x-10p {
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .mobile-small\:gap-x-14p {
        -moz-column-gap: 14px;
        column-gap: 14px;
    }

    .mobile-small\:gap-x-15p {
        -moz-column-gap: 15px;
        column-gap: 15px;
    }

    .mobile-small\:gap-x-15_2 {
        -moz-column-gap: 60px;
        column-gap: 60px;
    }

    .mobile-small\:gap-x-16_1 {
        -moz-column-gap: 52px;
        column-gap: 52px;
    }

    .mobile-small\:gap-x-16p {
        -moz-column-gap: 16px;
        column-gap: 16px;
    }

    .mobile-small\:gap-x-25p {
        -moz-column-gap: 25px;
        column-gap: 25px;
    }

    .mobile-small\:gap-x-48p {
        -moz-column-gap: 48%;
        column-gap: 48%;
    }

    .mobile-small\:gap-x-52p {
        -moz-column-gap: 52%;
        column-gap: 52%;
    }

    .mobile-small\:gap-y-0 {
        row-gap: 0px;
    }

    .mobile-small\:gap-y-1 {
        row-gap: 0.25rem;
    }

    .mobile-small\:gap-y-2 {
        row-gap: 0.5rem;
    }

    .mobile-small\:gap-y-3 {
        row-gap: 0.75rem;
    }

    .mobile-small\:gap-y-4 {
        row-gap: 1rem;
    }

    .mobile-small\:gap-y-5 {
        row-gap: 1.25rem;
    }

    .mobile-small\:gap-y-6 {
        row-gap: 1.5rem;
    }

    .mobile-small\:gap-y-7 {
        row-gap: 1.75rem;
    }

    .mobile-small\:gap-y-8 {
        row-gap: 2rem;
    }

    .mobile-small\:gap-y-9 {
        row-gap: 2.25rem;
    }

    .mobile-small\:gap-y-10 {
        row-gap: 2.5rem;
    }

    .mobile-small\:gap-y-11 {
        row-gap: 2.75rem;
    }

    .mobile-small\:gap-y-12 {
        row-gap: 3rem;
    }

    .mobile-small\:gap-y-14 {
        row-gap: 3.5rem;
    }

    .mobile-small\:gap-y-16 {
        row-gap: 4rem;
    }

    .mobile-small\:gap-y-18 {
        row-gap: 4.375rem;
    }

    .mobile-small\:gap-y-19 {
        row-gap: 76px;
    }

    .mobile-small\:gap-y-20 {
        row-gap: 5rem;
    }

    .mobile-small\:gap-y-24 {
        row-gap: 6rem;
    }

    .mobile-small\:gap-y-28 {
        row-gap: 7rem;
    }

    .mobile-small\:gap-y-30 {
        row-gap: 120px;
    }

    .mobile-small\:gap-y-32 {
        row-gap: 8rem;
    }

    .mobile-small\:gap-y-36 {
        row-gap: 9rem;
    }

    .mobile-small\:gap-y-40 {
        row-gap: 10rem;
    }

    .mobile-small\:gap-y-44 {
        row-gap: 11rem;
    }

    .mobile-small\:gap-y-48 {
        row-gap: 12rem;
    }

    .mobile-small\:gap-y-52 {
        row-gap: 13rem;
    }

    .mobile-small\:gap-y-56 {
        row-gap: 14rem;
    }

    .mobile-small\:gap-y-60 {
        row-gap: 15rem;
    }

    .mobile-small\:gap-y-64 {
        row-gap: 16rem;
    }

    .mobile-small\:gap-y-72 {
        row-gap: 18rem;
    }

    .mobile-small\:gap-y-80 {
        row-gap: 20rem;
    }

    .mobile-small\:gap-y-96 {
        row-gap: 24rem;
    }

    .mobile-small\:gap-y-px {
        row-gap: 1px;
    }

    .mobile-small\:gap-y-0\.5 {
        row-gap: 0.125rem;
    }

    .mobile-small\:gap-y-1\.5 {
        row-gap: 0.375rem;
    }

    .mobile-small\:gap-y-2\.5 {
        row-gap: 0.625rem;
    }

    .mobile-small\:gap-y-3\.5 {
        row-gap: 0.875rem;
    }

    .mobile-small\:gap-y-5p {
        row-gap: 5px;
    }

    .mobile-small\:gap-y-10p {
        row-gap: 10px;
    }

    .mobile-small\:gap-y-14p {
        row-gap: 14px;
    }

    .mobile-small\:gap-y-15p {
        row-gap: 15px;
    }

    .mobile-small\:gap-y-15_2 {
        row-gap: 60px;
    }

    .mobile-small\:gap-y-16_1 {
        row-gap: 52px;
    }

    .mobile-small\:gap-y-16p {
        row-gap: 16px;
    }

    .mobile-small\:gap-y-25p {
        row-gap: 25px;
    }

    .mobile-small\:gap-y-48p {
        row-gap: 48%;
    }

    .mobile-small\:gap-y-52p {
        row-gap: 52%;
    }

    .mobile-small\:space-x-0> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.25rem * var(--tw-space-x-reverse));
        margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-3> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.75rem * var(--tw-space-x-reverse));
        margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-4> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1rem * var(--tw-space-x-reverse));
        margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-6> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-7> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.75rem * var(--tw-space-x-reverse));
        margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-8> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2rem * var(--tw-space-x-reverse));
        margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-9> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.25rem * var(--tw-space-x-reverse));
        margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-10> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-11> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.75rem * var(--tw-space-x-reverse));
        margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-12> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3rem * var(--tw-space-x-reverse));
        margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-14> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(3.5rem * var(--tw-space-x-reverse));
        margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-16> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(4rem * var(--tw-space-x-reverse));
        margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-18> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(4.375rem * var(--tw-space-x-reverse));
        margin-left: calc(4.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-19> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(76px * var(--tw-space-x-reverse));
        margin-left: calc(76px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-20> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(5rem * var(--tw-space-x-reverse));
        margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-24> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(6rem * var(--tw-space-x-reverse));
        margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-28> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(7rem * var(--tw-space-x-reverse));
        margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-30> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(120px * var(--tw-space-x-reverse));
        margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-32> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(8rem * var(--tw-space-x-reverse));
        margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-36> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(9rem * var(--tw-space-x-reverse));
        margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-40> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(10rem * var(--tw-space-x-reverse));
        margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-44> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(11rem * var(--tw-space-x-reverse));
        margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-48> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(12rem * var(--tw-space-x-reverse));
        margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-52> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(13rem * var(--tw-space-x-reverse));
        margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-56> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(14rem * var(--tw-space-x-reverse));
        margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-60> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(15rem * var(--tw-space-x-reverse));
        margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-64> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(16rem * var(--tw-space-x-reverse));
        margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-72> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(18rem * var(--tw-space-x-reverse));
        margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-80> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(20rem * var(--tw-space-x-reverse));
        margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-96> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(24rem * var(--tw-space-x-reverse));
        margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-px> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1px * var(--tw-space-x-reverse));
        margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.125rem * var(--tw-space-x-reverse));
        margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.375rem * var(--tw-space-x-reverse));
        margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.625rem * var(--tw-space-x-reverse));
        margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.875rem * var(--tw-space-x-reverse));
        margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(5px * var(--tw-space-x-reverse));
        margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(10px * var(--tw-space-x-reverse));
        margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(14px * var(--tw-space-x-reverse));
        margin-left: calc(14px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(15px * var(--tw-space-x-reverse));
        margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(60px * var(--tw-space-x-reverse));
        margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(52px * var(--tw-space-x-reverse));
        margin-left: calc(52px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(16px * var(--tw-space-x-reverse));
        margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(25px * var(--tw-space-x-reverse));
        margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(48% * var(--tw-space-x-reverse));
        margin-left: calc(48% * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-x-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(52% * var(--tw-space-x-reverse));
        margin-left: calc(52% * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-0> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-3> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-4> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1rem * var(--tw-space-x-reverse));
        margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-6> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-7> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-8> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2rem * var(--tw-space-x-reverse));
        margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-9> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-10> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-11> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
        margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-12> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3rem * var(--tw-space-x-reverse));
        margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-14> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-16> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-4rem * var(--tw-space-x-reverse));
        margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-18> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-4.375rem * var(--tw-space-x-reverse));
        margin-left: calc(-4.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-19> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-76px * var(--tw-space-x-reverse));
        margin-left: calc(-76px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-20> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-5rem * var(--tw-space-x-reverse));
        margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-24> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-6rem * var(--tw-space-x-reverse));
        margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-28> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-7rem * var(--tw-space-x-reverse));
        margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-30> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-120px * var(--tw-space-x-reverse));
        margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-32> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-8rem * var(--tw-space-x-reverse));
        margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-36> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-9rem * var(--tw-space-x-reverse));
        margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-40> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-10rem * var(--tw-space-x-reverse));
        margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-44> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-11rem * var(--tw-space-x-reverse));
        margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-48> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-12rem * var(--tw-space-x-reverse));
        margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-52> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-13rem * var(--tw-space-x-reverse));
        margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-56> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-14rem * var(--tw-space-x-reverse));
        margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-60> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-15rem * var(--tw-space-x-reverse));
        margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-64> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-16rem * var(--tw-space-x-reverse));
        margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-72> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-18rem * var(--tw-space-x-reverse));
        margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-80> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-20rem * var(--tw-space-x-reverse));
        margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-96> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-24rem * var(--tw-space-x-reverse));
        margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-px> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-1px * var(--tw-space-x-reverse));
        margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-5px * var(--tw-space-x-reverse));
        margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-10px * var(--tw-space-x-reverse));
        margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-14px * var(--tw-space-x-reverse));
        margin-left: calc(-14px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-15px * var(--tw-space-x-reverse));
        margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-60px * var(--tw-space-x-reverse));
        margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-52px * var(--tw-space-x-reverse));
        margin-left: calc(-52px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-16px * var(--tw-space-x-reverse));
        margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-25px * var(--tw-space-x-reverse));
        margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-48% * var(--tw-space-x-reverse));
        margin-left: calc(-48% * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:-space-x-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(-52% * var(--tw-space-x-reverse));
        margin-left: calc(-52% * calc(1 - var(--tw-space-x-reverse)));
    }

    .mobile-small\:space-y-0> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-3> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-4> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-6> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-7> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-8> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-9> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-10> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-11> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-12> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-14> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-16> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(4rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-18> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(4.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(4.375rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-19> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(76px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(76px * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-20> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-24> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(6rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-28> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(7rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-30> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(120px * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-32> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(8rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-36> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(9rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-40> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(10rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-44> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(11rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-48> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(12rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-52> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(13rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-56> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(14rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-60> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(15rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-64> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(16rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-72> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(18rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-80> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(20rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-96> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(24rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-px> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1px * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5px * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(10px * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(14px * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(15px * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(60px * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(52px * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(16px * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(25px * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(48% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(48% * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(52% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(52% * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-0> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-3> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-4> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-6> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-7> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-8> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-9> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-10> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-11> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-12> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-14> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-16> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-18> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-4.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-4.375rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-19> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-76px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-76px * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-20> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-24> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-28> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-30> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-120px * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-32> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-36> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-40> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-44> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-48> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-52> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-56> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-60> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-64> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-72> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-80> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-96> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-px> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-1px * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-0\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-1\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-2\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-3\.5> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-5p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-5px * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-10p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-10px * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-14p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-14px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-14px * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-15p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-15px * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-15_2> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-60px * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-16_1> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-52px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-52px * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-16p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-16px * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-25p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-25px * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-48p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-48% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-48% * var(--tw-space-y-reverse));
    }

    .mobile-small\:-space-y-52p> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(-52% * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-52% * var(--tw-space-y-reverse));
    }

    .mobile-small\:space-y-reverse> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 1;
    }

    .mobile-small\:space-x-reverse> :not([hidden])~ :not([hidden]) {
        --tw-space-x-reverse: 1;
    }

    .mobile-small\:divide-x-0> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(0px * var(--tw-divide-x-reverse));
        border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .mobile-small\:divide-x-2> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(2px * var(--tw-divide-x-reverse));
        border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .mobile-small\:divide-x-4> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(4px * var(--tw-divide-x-reverse));
        border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .mobile-small\:divide-x-8> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(8px * var(--tw-divide-x-reverse));
        border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .mobile-small\:divide-x> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(1px * var(--tw-divide-x-reverse));
        border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .mobile-small\:divide-y-0> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
    }

    .mobile-small\:divide-y-2> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
    }

    .mobile-small\:divide-y-4> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
    }

    .mobile-small\:divide-y-8> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
    }

    .mobile-small\:divide-y> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
    }

    .mobile-small\:divide-y-reverse> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 1;
    }

    .mobile-small\:divide-x-reverse> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 1;
    }

    .mobile-small\:divide-solid> :not([hidden])~ :not([hidden]) {
        border-style: solid;
    }

    .mobile-small\:divide-dashed> :not([hidden])~ :not([hidden]) {
        border-style: dashed;
    }

    .mobile-small\:divide-dotted> :not([hidden])~ :not([hidden]) {
        border-style: dotted;
    }

    .mobile-small\:divide-double> :not([hidden])~ :not([hidden]) {
        border-style: double;
    }

    .mobile-small\:divide-none> :not([hidden])~ :not([hidden]) {
        border-style: none;
    }

    .mobile-small\:divide-transparent> :not([hidden])~ :not([hidden]) {
        border-color: transparent;
    }

    .mobile-small\:divide-current> :not([hidden])~ :not([hidden]) {
        border-color: currentColor;
    }

    .mobile-small\:divide-black> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-white> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-gray-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-gray-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-gray-200> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-gray-300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-gray-400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-gray-500> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-gray-600> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-gray-700> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-gray-800> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-gray-900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-red-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-red-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-red-200> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-red-300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-red-400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-red-500> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-red-600> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-red-700> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-red-800> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-red-900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-yellow> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-indigo-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-indigo-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-indigo-200> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-indigo-300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-indigo-400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-indigo-500> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-indigo-600> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-indigo-700> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-indigo-800> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-indigo-900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-purple> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-pink> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-primary> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-secondary> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-body_bg> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-body_text> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-title> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-dark_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-light_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-medium_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-lightten_grey> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-grey_300> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-grey_400> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-medium_blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-dark_blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-text_blue> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-footer_bg> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-brown> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-dark_brown> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-Light_purple> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-dark_green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-medium_green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-light_green> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-green_900> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-dark_border> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-divide-opacity));
    }

    .mobile-small\:divide-opacity-0> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0;
    }

    .mobile-small\:divide-opacity-5> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.05;
    }

    .mobile-small\:divide-opacity-10> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.1;
    }

    .mobile-small\:divide-opacity-20> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.2;
    }

    .mobile-small\:divide-opacity-25> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.25;
    }

    .mobile-small\:divide-opacity-30> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.3;
    }

    .mobile-small\:divide-opacity-40> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.4;
    }

    .mobile-small\:divide-opacity-50> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.5;
    }

    .mobile-small\:divide-opacity-60> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.6;
    }

    .mobile-small\:divide-opacity-70> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.7;
    }

    .mobile-small\:divide-opacity-75> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.75;
    }

    .mobile-small\:divide-opacity-80> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.8;
    }

    .mobile-small\:divide-opacity-90> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.9;
    }

    .mobile-small\:divide-opacity-95> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 0.95;
    }

    .mobile-small\:divide-opacity-100> :not([hidden])~ :not([hidden]) {
        --tw-divide-opacity: 1;
    }

    .mobile-small\:place-self-auto {
        place-self: auto;
    }

    .mobile-small\:place-self-start {
        place-self: start;
    }

    .mobile-small\:place-self-end {
        place-self: end;
    }

    .mobile-small\:place-self-center {
        place-self: center;
    }

    .mobile-small\:place-self-stretch {
        place-self: stretch;
    }

    .mobile-small\:self-auto {
        align-self: auto;
    }

    .mobile-small\:self-start {
        align-self: flex-start;
    }

    .mobile-small\:self-end {
        align-self: flex-end;
    }

    .mobile-small\:self-center {
        align-self: center;
    }

    .mobile-small\:self-stretch {
        align-self: stretch;
    }

    .mobile-small\:self-baseline {
        align-self: baseline;
    }

    .mobile-small\:justify-self-auto {
        justify-self: auto;
    }

    .mobile-small\:justify-self-start {
        justify-self: start;
    }

    .mobile-small\:justify-self-end {
        justify-self: end;
    }

    .mobile-small\:justify-self-center {
        justify-self: center;
    }

    .mobile-small\:justify-self-stretch {
        justify-self: stretch;
    }

    .mobile-small\:overflow-auto {
        overflow: auto;
    }

    .mobile-small\:overflow-hidden {
        overflow: hidden;
    }

    .mobile-small\:overflow-visible {
        overflow: visible;
    }

    .mobile-small\:overflow-scroll {
        overflow: scroll;
    }

    .mobile-small\:overflow-x-auto {
        overflow-x: auto;
    }

    .mobile-small\:overflow-y-auto {
        overflow-y: auto;
    }

    .mobile-small\:overflow-x-hidden {
        overflow-x: hidden;
    }

    .mobile-small\:overflow-y-hidden {
        overflow-y: hidden;
    }

    .mobile-small\:overflow-x-visible {
        overflow-x: visible;
    }

    .mobile-small\:overflow-y-visible {
        overflow-y: visible;
    }

    .mobile-small\:overflow-x-scroll {
        overflow-x: scroll;
    }

    .mobile-small\:overflow-y-scroll {
        overflow-y: scroll;
    }

    .mobile-small\:overscroll-auto {
        -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
    }

    .mobile-small\:overscroll-contain {
        -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    }

    .mobile-small\:overscroll-none {
        -ms-scroll-chaining: none;
        overscroll-behavior: none;
    }

    .mobile-small\:overscroll-y-auto {
        overscroll-behavior-y: auto;
    }

    .mobile-small\:overscroll-y-contain {
        overscroll-behavior-y: contain;
    }

    .mobile-small\:overscroll-y-none {
        overscroll-behavior-y: none;
    }

    .mobile-small\:overscroll-x-auto {
        overscroll-behavior-x: auto;
    }

    .mobile-small\:overscroll-x-contain {
        overscroll-behavior-x: contain;
    }

    .mobile-small\:overscroll-x-none {
        overscroll-behavior-x: none;
    }

    .mobile-small\:truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .mobile-small\:overflow-ellipsis {
        text-overflow: ellipsis;
    }

    .mobile-small\:overflow-clip {
        text-overflow: clip;
    }

    .mobile-small\:whitespace-normal {
        white-space: normal;
    }

    .mobile-small\:whitespace-nowrap {
        white-space: nowrap;
    }

    .mobile-small\:whitespace-pre {
        white-space: pre;
    }

    .mobile-small\:whitespace-pre-line {
        white-space: pre-line;
    }

    .mobile-small\:whitespace-pre-wrap {
        white-space: pre-wrap;
    }

    .mobile-small\:break-normal {
        overflow-wrap: normal;
        word-break: normal;
    }

    .mobile-small\:break-words {
        overflow-wrap: break-word;
    }

    .mobile-small\:break-all {
        word-break: break-all;
    }

    .mobile-small\:rounded-none {
        border-radius: 0px;
    }

    .mobile-small\:rounded-sm {
        border-radius: 0.125rem;
    }

    .mobile-small\:rounded {
        border-radius: 0.25rem;
    }

    .mobile-small\:rounded-md {
        border-radius: 0.375rem;
    }

    .mobile-small\:rounded-lg {
        border-radius: 0.5rem;
    }

    .mobile-small\:rounded-xl {
        border-radius: 0.75rem;
    }

    .mobile-small\:rounded-2xl {
        border-radius: 1rem;
    }

    .mobile-small\:rounded-3xl {
        border-radius: 1.5rem;
    }

    .mobile-small\:rounded-full {
        border-radius: 9999px;
    }

    .mobile-small\:rounded-btn {
        border-radius: 31px;
    }

    .mobile-small\:rounded-10p {
        border-radius: 10px;
    }

    .mobile-small\:rounded-t-none {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .mobile-small\:rounded-t-sm {
        border-top-left-radius: 0.125rem;
        border-top-right-radius: 0.125rem;
    }

    .mobile-small\:rounded-t {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .mobile-small\:rounded-t-md {
        border-top-left-radius: 0.375rem;
        border-top-right-radius: 0.375rem;
    }

    .mobile-small\:rounded-t-lg {
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
    }

    .mobile-small\:rounded-t-xl {
        border-top-left-radius: 0.75rem;
        border-top-right-radius: 0.75rem;
    }

    .mobile-small\:rounded-t-2xl {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }

    .mobile-small\:rounded-t-3xl {
        border-top-left-radius: 1.5rem;
        border-top-right-radius: 1.5rem;
    }

    .mobile-small\:rounded-t-full {
        border-top-left-radius: 9999px;
        border-top-right-radius: 9999px;
    }

    .mobile-small\:rounded-t-btn {
        border-top-left-radius: 31px;
        border-top-right-radius: 31px;
    }

    .mobile-small\:rounded-t-10p {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .mobile-small\:rounded-r-none {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .mobile-small\:rounded-r-sm {
        border-top-right-radius: 0.125rem;
        border-bottom-right-radius: 0.125rem;
    }

    .mobile-small\:rounded-r {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }

    .mobile-small\:rounded-r-md {
        border-top-right-radius: 0.375rem;
        border-bottom-right-radius: 0.375rem;
    }

    .mobile-small\:rounded-r-lg {
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
    }

    .mobile-small\:rounded-r-xl {
        border-top-right-radius: 0.75rem;
        border-bottom-right-radius: 0.75rem;
    }

    .mobile-small\:rounded-r-2xl {
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }

    .mobile-small\:rounded-r-3xl {
        border-top-right-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
    }

    .mobile-small\:rounded-r-full {
        border-top-right-radius: 9999px;
        border-bottom-right-radius: 9999px;
    }

    .mobile-small\:rounded-r-btn {
        border-top-right-radius: 31px;
        border-bottom-right-radius: 31px;
    }

    .mobile-small\:rounded-r-10p {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .mobile-small\:rounded-b-none {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .mobile-small\:rounded-b-sm {
        border-bottom-right-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }

    .mobile-small\:rounded-b {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .mobile-small\:rounded-b-md {
        border-bottom-right-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }

    .mobile-small\:rounded-b-lg {
        border-bottom-right-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }

    .mobile-small\:rounded-b-xl {
        border-bottom-right-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }

    .mobile-small\:rounded-b-2xl {
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }

    .mobile-small\:rounded-b-3xl {
        border-bottom-right-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }

    .mobile-small\:rounded-b-full {
        border-bottom-right-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }

    .mobile-small\:rounded-b-btn {
        border-bottom-right-radius: 31px;
        border-bottom-left-radius: 31px;
    }

    .mobile-small\:rounded-b-10p {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .mobile-small\:rounded-l-none {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .mobile-small\:rounded-l-sm {
        border-top-left-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }

    .mobile-small\:rounded-l {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .mobile-small\:rounded-l-md {
        border-top-left-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }

    .mobile-small\:rounded-l-lg {
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }

    .mobile-small\:rounded-l-xl {
        border-top-left-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }

    .mobile-small\:rounded-l-2xl {
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }

    .mobile-small\:rounded-l-3xl {
        border-top-left-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }

    .mobile-small\:rounded-l-full {
        border-top-left-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }

    .mobile-small\:rounded-l-btn {
        border-top-left-radius: 31px;
        border-bottom-left-radius: 31px;
    }

    .mobile-small\:rounded-l-10p {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .mobile-small\:rounded-tl-none {
        border-top-left-radius: 0px;
    }

    .mobile-small\:rounded-tl-sm {
        border-top-left-radius: 0.125rem;
    }

    .mobile-small\:rounded-tl {
        border-top-left-radius: 0.25rem;
    }

    .mobile-small\:rounded-tl-md {
        border-top-left-radius: 0.375rem;
    }

    .mobile-small\:rounded-tl-lg {
        border-top-left-radius: 0.5rem;
    }

    .mobile-small\:rounded-tl-xl {
        border-top-left-radius: 0.75rem;
    }

    .mobile-small\:rounded-tl-2xl {
        border-top-left-radius: 1rem;
    }

    .mobile-small\:rounded-tl-3xl {
        border-top-left-radius: 1.5rem;
    }

    .mobile-small\:rounded-tl-full {
        border-top-left-radius: 9999px;
    }

    .mobile-small\:rounded-tl-btn {
        border-top-left-radius: 31px;
    }

    .mobile-small\:rounded-tl-10p {
        border-top-left-radius: 10px;
    }

    .mobile-small\:rounded-tr-none {
        border-top-right-radius: 0px;
    }

    .mobile-small\:rounded-tr-sm {
        border-top-right-radius: 0.125rem;
    }

    .mobile-small\:rounded-tr {
        border-top-right-radius: 0.25rem;
    }

    .mobile-small\:rounded-tr-md {
        border-top-right-radius: 0.375rem;
    }

    .mobile-small\:rounded-tr-lg {
        border-top-right-radius: 0.5rem;
    }

    .mobile-small\:rounded-tr-xl {
        border-top-right-radius: 0.75rem;
    }

    .mobile-small\:rounded-tr-2xl {
        border-top-right-radius: 1rem;
    }

    .mobile-small\:rounded-tr-3xl {
        border-top-right-radius: 1.5rem;
    }

    .mobile-small\:rounded-tr-full {
        border-top-right-radius: 9999px;
    }

    .mobile-small\:rounded-tr-btn {
        border-top-right-radius: 31px;
    }

    .mobile-small\:rounded-tr-10p {
        border-top-right-radius: 10px;
    }

    .mobile-small\:rounded-br-none {
        border-bottom-right-radius: 0px;
    }

    .mobile-small\:rounded-br-sm {
        border-bottom-right-radius: 0.125rem;
    }

    .mobile-small\:rounded-br {
        border-bottom-right-radius: 0.25rem;
    }

    .mobile-small\:rounded-br-md {
        border-bottom-right-radius: 0.375rem;
    }

    .mobile-small\:rounded-br-lg {
        border-bottom-right-radius: 0.5rem;
    }

    .mobile-small\:rounded-br-xl {
        border-bottom-right-radius: 0.75rem;
    }

    .mobile-small\:rounded-br-2xl {
        border-bottom-right-radius: 1rem;
    }

    .mobile-small\:rounded-br-3xl {
        border-bottom-right-radius: 1.5rem;
    }

    .mobile-small\:rounded-br-full {
        border-bottom-right-radius: 9999px;
    }

    .mobile-small\:rounded-br-btn {
        border-bottom-right-radius: 31px;
    }

    .mobile-small\:rounded-br-10p {
        border-bottom-right-radius: 10px;
    }

    .mobile-small\:rounded-bl-none {
        border-bottom-left-radius: 0px;
    }

    .mobile-small\:rounded-bl-sm {
        border-bottom-left-radius: 0.125rem;
    }

    .mobile-small\:rounded-bl {
        border-bottom-left-radius: 0.25rem;
    }

    .mobile-small\:rounded-bl-md {
        border-bottom-left-radius: 0.375rem;
    }

    .mobile-small\:rounded-bl-lg {
        border-bottom-left-radius: 0.5rem;
    }

    .mobile-small\:rounded-bl-xl {
        border-bottom-left-radius: 0.75rem;
    }

    .mobile-small\:rounded-bl-2xl {
        border-bottom-left-radius: 1rem;
    }

    .mobile-small\:rounded-bl-3xl {
        border-bottom-left-radius: 1.5rem;
    }

    .mobile-small\:rounded-bl-full {
        border-bottom-left-radius: 9999px;
    }

    .mobile-small\:rounded-bl-btn {
        border-bottom-left-radius: 31px;
    }

    .mobile-small\:rounded-bl-10p {
        border-bottom-left-radius: 10px;
    }

    .mobile-small\:border-0 {
        border-width: 0px;
    }

    .mobile-small\:border-2 {
        border-width: 2px;
    }

    .mobile-small\:border-4 {
        border-width: 4px;
    }

    .mobile-small\:border-8 {
        border-width: 8px;
    }

    .mobile-small\:border {
        border-width: 1px;
    }

    .mobile-small\:border-t-0 {
        border-top-width: 0px;
    }

    .mobile-small\:border-t-2 {
        border-top-width: 2px;
    }

    .mobile-small\:border-t-4 {
        border-top-width: 4px;
    }

    .mobile-small\:border-t-8 {
        border-top-width: 8px;
    }

    .mobile-small\:border-t {
        border-top-width: 1px;
    }

    .mobile-small\:border-r-0 {
        border-right-width: 0px;
    }

    .mobile-small\:border-r-2 {
        border-right-width: 2px;
    }

    .mobile-small\:border-r-4 {
        border-right-width: 4px;
    }

    .mobile-small\:border-r-8 {
        border-right-width: 8px;
    }

    .mobile-small\:border-r {
        border-right-width: 1px;
    }

    .mobile-small\:border-b-0 {
        border-bottom-width: 0px;
    }

    .mobile-small\:border-b-2 {
        border-bottom-width: 2px;
    }

    .mobile-small\:border-b-4 {
        border-bottom-width: 4px;
    }

    .mobile-small\:border-b-8 {
        border-bottom-width: 8px;
    }

    .mobile-small\:border-b {
        border-bottom-width: 1px;
    }

    .mobile-small\:border-l-0 {
        border-left-width: 0px;
    }

    .mobile-small\:border-l-2 {
        border-left-width: 2px;
    }

    .mobile-small\:border-l-4 {
        border-left-width: 4px;
    }

    .mobile-small\:border-l-8 {
        border-left-width: 8px;
    }

    .mobile-small\:border-l {
        border-left-width: 1px;
    }

    .mobile-small\:border-solid {
        border-style: solid;
    }

    .mobile-small\:border-dashed {
        border-style: dashed;
    }

    .mobile-small\:border-dotted {
        border-style: dotted;
    }

    .mobile-small\:border-double {
        border-style: double;
    }

    .mobile-small\:border-none {
        border-style: none;
    }

    .mobile-small\:border-transparent {
        border-color: transparent;
    }

    .mobile-small\:border-current {
        border-color: currentColor;
    }

    .mobile-small\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .mobile-small\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .mobile-small\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .mobile-small\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .mobile-small\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .mobile-small\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .mobile-small\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .mobile-small\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .mobile-small\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .mobile-small\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .mobile-small\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .mobile-small\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .mobile-small\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .mobile-small\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .mobile-small\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .mobile-small\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .mobile-small\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .mobile-small\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .mobile-small\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .mobile-small\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .mobile-small\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .mobile-small\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .mobile-small\:border-yellow {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .mobile-small\:border-green {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .mobile-small\:border-blue {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .mobile-small\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .mobile-small\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .mobile-small\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .mobile-small\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .mobile-small\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .mobile-small\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .mobile-small\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .mobile-small\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .mobile-small\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .mobile-small\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .mobile-small\:border-purple {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .mobile-small\:border-pink {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .mobile-small\:border-primary {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .mobile-small\:border-secondary {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .mobile-small\:border-body_bg {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .mobile-small\:border-body_text {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .mobile-small\:border-title {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .mobile-small\:border-grey {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .mobile-small\:border-dark_grey {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .mobile-small\:border-light_grey {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .mobile-small\:border-medium_grey {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .mobile-small\:border-lightten_grey {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .mobile-small\:border-grey_300 {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .mobile-small\:border-grey_400 {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .mobile-small\:border-medium_blue {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .mobile-small\:border-dark_blue {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .mobile-small\:border-text_blue {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .mobile-small\:border-footer_bg {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .mobile-small\:border-brown {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .mobile-small\:border-dark_brown {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .mobile-small\:border-Light_purple {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .mobile-small\:border-dark_green {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .mobile-small\:border-medium_green {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .mobile-small\:border-light_green {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .mobile-small\:border-green_900 {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .mobile-small\:border-dark_border {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-transparent {
        border-color: transparent;
    }

    .group:hover .mobile-small\:group-hover\:border-current {
        border-color: currentColor;
    }

    .group:hover .mobile-small\:group-hover\:border-black {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-white {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-gray-50 {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-gray-400 {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-gray-500 {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-gray-600 {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-gray-800 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-gray-900 {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-red-50 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-red-100 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-red-200 {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-red-300 {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-red-400 {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-red-500 {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-red-600 {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-red-800 {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-red-900 {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-yellow {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-green {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-blue {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-indigo-50 {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-indigo-100 {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-indigo-200 {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-indigo-300 {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-indigo-400 {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-indigo-500 {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-indigo-600 {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-indigo-700 {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-indigo-800 {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-indigo-900 {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-purple {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-pink {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-primary {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-secondary {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-body_bg {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-body_text {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-title {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-grey {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-dark_grey {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-light_grey {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-medium_grey {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-lightten_grey {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-grey_300 {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-grey_400 {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-medium_blue {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-dark_blue {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-text_blue {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-footer_bg {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-brown {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-dark_brown {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-Light_purple {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-dark_green {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-medium_green {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-light_green {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-green_900 {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .group:hover .mobile-small\:group-hover\:border-dark_border {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-transparent:focus-within {
        border-color: transparent;
    }

    .mobile-small\:focus-within\:border-current:focus-within {
        border-color: currentColor;
    }

    .mobile-small\:focus-within\:border-black:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-white:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-gray-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-gray-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-gray-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-gray-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-gray-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-gray-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-gray-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-gray-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-gray-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-gray-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-red-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-red-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-red-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-red-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-red-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-red-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-red-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-red-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-red-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-red-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-yellow:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-indigo-50:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-indigo-100:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-indigo-200:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-indigo-300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-indigo-400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-indigo-500:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-indigo-600:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-indigo-700:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-indigo-800:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-indigo-900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-purple:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-pink:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-primary:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-secondary:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-body_bg:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-body_text:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-title:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-dark_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-light_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-medium_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-lightten_grey:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-grey_300:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-grey_400:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-medium_blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-dark_blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-text_blue:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-footer_bg:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-brown:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-dark_brown:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-Light_purple:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-dark_green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-medium_green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-light_green:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-green_900:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .mobile-small\:focus-within\:border-dark_border:focus-within {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-transparent:hover {
        border-color: transparent;
    }

    .mobile-small\:hover\:border-current:hover {
        border-color: currentColor;
    }

    .mobile-small\:hover\:border-black:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-white:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-gray-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-gray-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-gray-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-gray-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-gray-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-gray-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-gray-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-gray-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-gray-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-gray-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-red-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-red-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-red-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-red-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-red-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-red-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-red-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-red-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-red-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-red-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-yellow:hover {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-indigo-50:hover {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-indigo-100:hover {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-indigo-200:hover {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-indigo-300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-indigo-400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-indigo-500:hover {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-indigo-600:hover {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-indigo-700:hover {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-indigo-800:hover {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-indigo-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-purple:hover {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-pink:hover {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-primary:hover {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-secondary:hover {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-body_bg:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-body_text:hover {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-title:hover {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-dark_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-light_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-medium_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-lightten_grey:hover {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-grey_300:hover {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-grey_400:hover {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-medium_blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-dark_blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-text_blue:hover {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-footer_bg:hover {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-brown:hover {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-dark_brown:hover {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-Light_purple:hover {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-dark_green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-medium_green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-light_green:hover {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-green_900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .mobile-small\:hover\:border-dark_border:hover {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-transparent:focus {
        border-color: transparent;
    }

    .mobile-small\:focus\:border-current:focus {
        border-color: currentColor;
    }

    .mobile-small\:focus\:border-black:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-white:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-gray-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(249, 250, 251, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-gray-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-gray-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-gray-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-gray-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-gray-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-gray-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(75, 85, 99, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-gray-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 65, 81, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-gray-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(31, 41, 55, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-gray-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(17, 24, 39, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-red-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 242, 242, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-red-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 226, 226, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-red-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(254, 202, 202, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-red-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(252, 165, 165, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-red-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(248, 113, 113, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-red-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(239, 68, 68, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-red-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-red-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(185, 28, 28, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-red-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(153, 27, 27, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-red-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(127, 29, 29, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-yellow:focus {
        --tw-border-opacity: 1;
        border-color: rgba(237, 145, 67, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(123, 188, 0, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(91, 164, 220, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-indigo-50:focus {
        --tw-border-opacity: 1;
        border-color: rgba(238, 242, 255, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-indigo-100:focus {
        --tw-border-opacity: 1;
        border-color: rgba(224, 231, 255, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-indigo-200:focus {
        --tw-border-opacity: 1;
        border-color: rgba(199, 210, 254, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-indigo-300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(165, 180, 252, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-indigo-400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(129, 140, 248, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-indigo-500:focus {
        --tw-border-opacity: 1;
        border-color: rgba(99, 102, 241, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-indigo-600:focus {
        --tw-border-opacity: 1;
        border-color: rgba(79, 70, 229, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-indigo-700:focus {
        --tw-border-opacity: 1;
        border-color: rgba(67, 56, 202, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-indigo-800:focus {
        --tw-border-opacity: 1;
        border-color: rgba(55, 48, 163, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-indigo-900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(49, 46, 129, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-purple:focus {
        --tw-border-opacity: 1;
        border-color: rgba(104, 71, 195, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-pink:focus {
        --tw-border-opacity: 1;
        border-color: rgba(133, 7, 55, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-primary:focus {
        --tw-border-opacity: 1;
        border-color: rgba(110, 110, 110, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-secondary:focus {
        --tw-border-opacity: 1;
        border-color: rgba(237, 237, 237, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-body_bg:focus {
        --tw-border-opacity: 1;
        border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-body_text:focus {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-title:focus {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(82, 74, 81, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-dark_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(74, 67, 73, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-light_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-medium_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(87, 81, 86, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-lightten_grey:focus {
        --tw-border-opacity: 1;
        border-color: rgba(198, 198, 198, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-grey_300:focus {
        --tw-border-opacity: 1;
        border-color: rgba(211, 211, 211, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-grey_400:focus {
        --tw-border-opacity: 1;
        border-color: rgba(183, 183, 183, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-medium_blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(69, 205, 252, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-dark_blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(0, 128, 172, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-text_blue:focus {
        --tw-border-opacity: 1;
        border-color: rgba(63, 178, 207, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-footer_bg:focus {
        --tw-border-opacity: 1;
        border-color: rgba(70, 70, 70, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-brown:focus {
        --tw-border-opacity: 1;
        border-color: rgba(128, 83, 0, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-dark_brown:focus {
        --tw-border-opacity: 1;
        border-color: rgba(135, 68, 51, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-Light_purple:focus {
        --tw-border-opacity: 1;
        border-color: rgba(101, 71, 155, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-dark_green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(71, 155, 81, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-medium_green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(58, 172, 43, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-light_green:focus {
        --tw-border-opacity: 1;
        border-color: rgba(154, 203, 62, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-green_900:focus {
        --tw-border-opacity: 1;
        border-color: rgba(57, 102, 118, var(--tw-border-opacity));
    }

    .mobile-small\:focus\:border-dark_border:focus {
        --tw-border-opacity: 1;
        border-color: rgba(112, 112, 112, var(--tw-border-opacity));
    }

    .mobile-small\:border-opacity-0 {
        --tw-border-opacity: 0;
    }

    .mobile-small\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }

    .mobile-small\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }

    .mobile-small\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }

    .mobile-small\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }

    .mobile-small\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }

    .mobile-small\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }

    .mobile-small\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }

    .mobile-small\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }

    .mobile-small\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }

    .mobile-small\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }

    .mobile-small\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }

    .mobile-small\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }

    .mobile-small\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }

    .mobile-small\:border-opacity-100 {
        --tw-border-opacity: 1;
    }

    .group:hover .mobile-small\:group-hover\:border-opacity-0 {
        --tw-border-opacity: 0;
    }

    .group:hover .mobile-small\:group-hover\:border-opacity-5 {
        --tw-border-opacity: 0.05;
    }

    .group:hover .mobile-small\:group-hover\:border-opacity-10 {
        --tw-border-opacity: 0.1;
    }

    .group:hover .mobile-small\:group-hover\:border-opacity-20 {
        --tw-border-opacity: 0.2;
    }

    .group:hover .mobile-small\:group-hover\:border-opacity-25 {
        --tw-border-opacity: 0.25;
    }

    .group:hover .mobile-small\:group-hover\:border-opacity-30 {
        --tw-border-opacity: 0.3;
    }

    .group:hover .mobile-small\:group-hover\:border-opacity-40 {
        --tw-border-opacity: 0.4;
    }

    .group:hover .mobile-small\:group-hover\:border-opacity-50 {
        --tw-border-opacity: 0.5;
    }

    .group:hover .mobile-small\:group-hover\:border-opacity-60 {
        --tw-border-opacity: 0.6;
    }

    .group:hover .mobile-small\:group-hover\:border-opacity-70 {
        --tw-border-opacity: 0.7;
    }

    .group:hover .mobile-small\:group-hover\:border-opacity-75 {
        --tw-border-opacity: 0.75;
    }

    .group:hover .mobile-small\:group-hover\:border-opacity-80 {
        --tw-border-opacity: 0.8;
    }

    .group:hover .mobile-small\:group-hover\:border-opacity-90 {
        --tw-border-opacity: 0.9;
    }

    .group:hover .mobile-small\:group-hover\:border-opacity-95 {
        --tw-border-opacity: 0.95;
    }

    .group:hover .mobile-small\:group-hover\:border-opacity-100 {
        --tw-border-opacity: 1;
    }

    .mobile-small\:focus-within\:border-opacity-0:focus-within {
        --tw-border-opacity: 0;
    }

    .mobile-small\:focus-within\:border-opacity-5:focus-within {
        --tw-border-opacity: 0.05;
    }

    .mobile-small\:focus-within\:border-opacity-10:focus-within {
        --tw-border-opacity: 0.1;
    }

    .mobile-small\:focus-within\:border-opacity-20:focus-within {
        --tw-border-opacity: 0.2;
    }

    .mobile-small\:focus-within\:border-opacity-25:focus-within {
        --tw-border-opacity: 0.25;
    }

    .mobile-small\:focus-within\:border-opacity-30:focus-within {
        --tw-border-opacity: 0.3;
    }

    .mobile-small\:focus-within\:border-opacity-40:focus-within {
        --tw-border-opacity: 0.4;
    }

    .mobile-small\:focus-within\:border-opacity-50:focus-within {
        --tw-border-opacity: 0.5;
    }

    .mobile-small\:focus-within\:border-opacity-60:focus-within {
        --tw-border-opacity: 0.6;
    }

    .mobile-small\:focus-within\:border-opacity-70:focus-within {
        --tw-border-opacity: 0.7;
    }

    .mobile-small\:focus-within\:border-opacity-75:focus-within {
        --tw-border-opacity: 0.75;
    }

    .mobile-small\:focus-within\:border-opacity-80:focus-within {
        --tw-border-opacity: 0.8;
    }

    .mobile-small\:focus-within\:border-opacity-90:focus-within {
        --tw-border-opacity: 0.9;
    }

    .mobile-small\:focus-within\:border-opacity-95:focus-within {
        --tw-border-opacity: 0.95;
    }

    .mobile-small\:focus-within\:border-opacity-100:focus-within {
        --tw-border-opacity: 1;
    }

    .mobile-small\:hover\:border-opacity-0:hover {
        --tw-border-opacity: 0;
    }

    .mobile-small\:hover\:border-opacity-5:hover {
        --tw-border-opacity: 0.05;
    }

    .mobile-small\:hover\:border-opacity-10:hover {
        --tw-border-opacity: 0.1;
    }

    .mobile-small\:hover\:border-opacity-20:hover {
        --tw-border-opacity: 0.2;
    }

    .mobile-small\:hover\:border-opacity-25:hover {
        --tw-border-opacity: 0.25;
    }

    .mobile-small\:hover\:border-opacity-30:hover {
        --tw-border-opacity: 0.3;
    }

    .mobile-small\:hover\:border-opacity-40:hover {
        --tw-border-opacity: 0.4;
    }

    .mobile-small\:hover\:border-opacity-50:hover {
        --tw-border-opacity: 0.5;
    }

    .mobile-small\:hover\:border-opacity-60:hover {
        --tw-border-opacity: 0.6;
    }

    .mobile-small\:hover\:border-opacity-70:hover {
        --tw-border-opacity: 0.7;
    }

    .mobile-small\:hover\:border-opacity-75:hover {
        --tw-border-opacity: 0.75;
    }

    .mobile-small\:hover\:border-opacity-80:hover {
        --tw-border-opacity: 0.8;
    }

    .mobile-small\:hover\:border-opacity-90:hover {
        --tw-border-opacity: 0.9;
    }

    .mobile-small\:hover\:border-opacity-95:hover {
        --tw-border-opacity: 0.95;
    }

    .mobile-small\:hover\:border-opacity-100:hover {
        --tw-border-opacity: 1;
    }

    .mobile-small\:focus\:border-opacity-0:focus {
        --tw-border-opacity: 0;
    }

    .mobile-small\:focus\:border-opacity-5:focus {
        --tw-border-opacity: 0.05;
    }

    .mobile-small\:focus\:border-opacity-10:focus {
        --tw-border-opacity: 0.1;
    }

    .mobile-small\:focus\:border-opacity-20:focus {
        --tw-border-opacity: 0.2;
    }

    .mobile-small\:focus\:border-opacity-25:focus {
        --tw-border-opacity: 0.25;
    }

    .mobile-small\:focus\:border-opacity-30:focus {
        --tw-border-opacity: 0.3;
    }

    .mobile-small\:focus\:border-opacity-40:focus {
        --tw-border-opacity: 0.4;
    }

    .mobile-small\:focus\:border-opacity-50:focus {
        --tw-border-opacity: 0.5;
    }

    .mobile-small\:focus\:border-opacity-60:focus {
        --tw-border-opacity: 0.6;
    }

    .mobile-small\:focus\:border-opacity-70:focus {
        --tw-border-opacity: 0.7;
    }

    .mobile-small\:focus\:border-opacity-75:focus {
        --tw-border-opacity: 0.75;
    }

    .mobile-small\:focus\:border-opacity-80:focus {
        --tw-border-opacity: 0.8;
    }

    .mobile-small\:focus\:border-opacity-90:focus {
        --tw-border-opacity: 0.9;
    }

    .mobile-small\:focus\:border-opacity-95:focus {
        --tw-border-opacity: 0.95;
    }

    .mobile-small\:focus\:border-opacity-100:focus {
        --tw-border-opacity: 1;
    }

    .mobile-small\:bg-transparent {
        background-color: transparent;
    }

    .mobile-small\:bg-current {
        background-color: currentColor;
    }

    .mobile-small\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-yellow {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-green {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-blue {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-purple {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-pink {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-primary {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-secondary {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-body_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-body_text {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-title {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-grey {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-dark_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-light_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-medium_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-lightten_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-grey_300 {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-grey_400 {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-medium_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-dark_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-text_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-footer_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-brown {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-dark_brown {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-Light_purple {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-dark_green {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-medium_green {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-light_green {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-green_900 {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-dark_border {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-transparent {
        background-color: transparent;
    }

    .group:hover .mobile-small\:group-hover\:bg-current {
        background-color: currentColor;
    }

    .group:hover .mobile-small\:group-hover\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-gray-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-gray-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-gray-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-gray-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-gray-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-gray-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-gray-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-red-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-red-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-red-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-red-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-red-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-red-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-red-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-red-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-red-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-yellow {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-green {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-blue {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-indigo-50 {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-indigo-100 {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-indigo-200 {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-indigo-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-indigo-400 {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-indigo-500 {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-indigo-600 {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-indigo-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-indigo-800 {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-indigo-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-purple {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-pink {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-primary {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-secondary {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-body_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-body_text {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-title {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-grey {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-dark_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-light_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-medium_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-lightten_grey {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-grey_300 {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-grey_400 {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-medium_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-dark_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-text_blue {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-footer_bg {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-brown {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-dark_brown {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-Light_purple {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-dark_green {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-medium_green {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-light_green {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-green_900 {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .group:hover .mobile-small\:group-hover\:bg-dark_border {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-transparent:focus-within {
        background-color: transparent;
    }

    .mobile-small\:focus-within\:bg-current:focus-within {
        background-color: currentColor;
    }

    .mobile-small\:focus-within\:bg-black:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-white:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-gray-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-gray-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-gray-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-gray-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-gray-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-gray-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-gray-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-gray-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-gray-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-gray-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-red-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-red-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-red-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-red-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-red-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-red-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-red-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-red-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-red-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-red-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-yellow:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-indigo-50:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-indigo-100:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-indigo-200:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-indigo-300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-indigo-400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-indigo-500:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-indigo-600:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-indigo-700:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-indigo-800:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-indigo-900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-purple:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-pink:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-primary:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-secondary:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-body_bg:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-body_text:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-title:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-dark_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-light_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-medium_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-lightten_grey:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-grey_300:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-grey_400:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-medium_blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-dark_blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-text_blue:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-footer_bg:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-brown:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-dark_brown:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-Light_purple:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-dark_green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-medium_green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-light_green:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-green_900:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .mobile-small\:focus-within\:bg-dark_border:focus-within {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-transparent:hover {
        background-color: transparent;
    }

    .mobile-small\:hover\:bg-current:hover {
        background-color: currentColor;
    }

    .mobile-small\:hover\:bg-black:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-white:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-gray-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-gray-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-gray-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-gray-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-gray-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-gray-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-gray-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-gray-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-gray-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-gray-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-red-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-red-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-red-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-red-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-red-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-red-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-red-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-red-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-red-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-red-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-yellow:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-indigo-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-indigo-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-indigo-200:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-indigo-300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-indigo-400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-indigo-500:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-indigo-600:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-indigo-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-indigo-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-indigo-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-purple:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-pink:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-primary:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-secondary:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-body_bg:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-body_text:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-title:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-dark_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-light_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-medium_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-lightten_grey:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-grey_300:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-grey_400:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-medium_blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-dark_blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-text_blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-footer_bg:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-brown:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-dark_brown:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-Light_purple:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-dark_green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-medium_green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-light_green:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-green_900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .mobile-small\:hover\:bg-dark_border:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-transparent:focus {
        background-color: transparent;
    }

    .mobile-small\:focus\:bg-current:focus {
        background-color: currentColor;
    }

    .mobile-small\:focus\:bg-black:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-white:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-gray-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-gray-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-gray-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-gray-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-gray-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-gray-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-gray-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-gray-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-gray-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-gray-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-red-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-red-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-red-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-red-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-red-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-red-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-red-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-red-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-red-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-red-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-yellow:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 145, 67, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 188, 0, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(91, 164, 220, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-indigo-50:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-indigo-100:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-indigo-200:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-indigo-300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-indigo-400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-indigo-500:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-indigo-600:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-indigo-700:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-indigo-800:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-indigo-900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-purple:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(104, 71, 195, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-pink:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(133, 7, 55, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-primary:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(110, 110, 110, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-secondary:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 237, 237, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-body_bg:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-body_text:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-title:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(82, 74, 81, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-dark_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(74, 67, 73, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-light_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-medium_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(87, 81, 86, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-lightten_grey:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-grey_300:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(211, 211, 211, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-grey_400:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(183, 183, 183, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-medium_blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(69, 205, 252, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-dark_blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(0, 128, 172, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-text_blue:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 178, 207, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-footer_bg:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(70, 70, 70, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-brown:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(128, 83, 0, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-dark_brown:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(135, 68, 51, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-Light_purple:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(101, 71, 155, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-dark_green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(71, 155, 81, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-medium_green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(58, 172, 43, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-light_green:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(154, 203, 62, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-green_900:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(57, 102, 118, var(--tw-bg-opacity));
    }

    .mobile-small\:focus\:bg-dark_border:focus {
        --tw-bg-opacity: 1;
        background-color: rgba(112, 112, 112, var(--tw-bg-opacity));
    }

    .mobile-small\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }

    .mobile-small\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }

    .mobile-small\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }

    .mobile-small\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }

    .mobile-small\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }

    .mobile-small\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }

    .mobile-small\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }

    .mobile-small\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }

    .mobile-small\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }

    .mobile-small\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }

    .mobile-small\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }

    .mobile-small\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }

    .mobile-small\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }

    .mobile-small\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }

    .mobile-small\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }

    .group:hover .mobile-small\:group-hover\:bg-opacity-0 {
        --tw-bg-opacity: 0;
    }

    .group:hover .mobile-small\:group-hover\:bg-opacity-5 {
        --tw-bg-opacity: 0.05;
    }

    .group:hover .mobile-small\:group-hover\:bg-opacity-10 {
        --tw-bg-opacity: 0.1;
    }

    .group:hover .mobile-small\:group-hover\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }

    .group:hover .mobile-small\:group-hover\:bg-opacity-25 {
        --tw-bg-opacity: 0.25;
    }

    .group:hover .mobile-small\:group-hover\:bg-opacity-30 {
        --tw-bg-opacity: 0.3;
    }

    .group:hover .mobile-small\:group-hover\:bg-opacity-40 {
        --tw-bg-opacity: 0.4;
    }

    .group:hover .mobile-small\:group-hover\:bg-opacity-50 {
        --tw-bg-opacity: 0.5;
    }

    .group:hover .mobile-small\:group-hover\:bg-opacity-60 {
        --tw-bg-opacity: 0.6;
    }

    .group:hover .mobile-small\:group-hover\:bg-opacity-70 {
        --tw-bg-opacity: 0.7;
    }

    .group:hover .mobile-small\:group-hover\:bg-opacity-75 {
        --tw-bg-opacity: 0.75;
    }

    .group:hover .mobile-small\:group-hover\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }

    .group:hover .mobile-small\:group-hover\:bg-opacity-90 {
        --tw-bg-opacity: 0.9;
    }

    .group:hover .mobile-small\:group-hover\:bg-opacity-95 {
        --tw-bg-opacity: 0.95;
    }

    .group:hover .mobile-small\:group-hover\:bg-opacity-100 {
        --tw-bg-opacity: 1;
    }

    .mobile-small\:focus-within\:bg-opacity-0:focus-within {
        --tw-bg-opacity: 0;
    }

    .mobile-small\:focus-within\:bg-opacity-5:focus-within {
        --tw-bg-opacity: 0.05;
    }

    .mobile-small\:focus-within\:bg-opacity-10:focus-within {
        --tw-bg-opacity: 0.1;
    }

    .mobile-small\:focus-within\:bg-opacity-20:focus-within {
        --tw-bg-opacity: 0.2;
    }

    .mobile-small\:focus-within\:bg-opacity-25:focus-within {
        --tw-bg-opacity: 0.25;
    }

    .mobile-small\:focus-within\:bg-opacity-30:focus-within {
        --tw-bg-opacity: 0.3;
    }

    .mobile-small\:focus-within\:bg-opacity-40:focus-within {
        --tw-bg-opacity: 0.4;
    }

    .mobile-small\:focus-within\:bg-opacity-50:focus-within {
        --tw-bg-opacity: 0.5;
    }

    .mobile-small\:focus-within\:bg-opacity-60:focus-within {
        --tw-bg-opacity: 0.6;
    }

    .mobile-small\:focus-within\:bg-opacity-70:focus-within {
        --tw-bg-opacity: 0.7;
    }

    .mobile-small\:focus-within\:bg-opacity-75:focus-within {
        --tw-bg-opacity: 0.75;
    }

    .mobile-small\:focus-within\:bg-opacity-80:focus-within {
        --tw-bg-opacity: 0.8;
    }

    .mobile-small\:focus-within\:bg-opacity-90:focus-within {
        --tw-bg-opacity: 0.9;
    }

    .mobile-small\:focus-within\:bg-opacity-95:focus-within {
        --tw-bg-opacity: 0.95;
    }

    .mobile-small\:focus-within\:bg-opacity-100:focus-within {
        --tw-bg-opacity: 1;
    }

    .mobile-small\:hover\:bg-opacity-0:hover {
        --tw-bg-opacity: 0;
    }

    .mobile-small\:hover\:bg-opacity-5:hover {
        --tw-bg-opacity: 0.05;
    }

    .mobile-small\:hover\:bg-opacity-10:hover {
        --tw-bg-opacity: 0.1;
    }

    .mobile-small\:hover\:bg-opacity-20:hover {
        --tw-bg-opacity: 0.2;
    }

    .mobile-small\:hover\:bg-opacity-25:hover {
        --tw-bg-opacity: 0.25;
    }

    .mobile-small\:hover\:bg-opacity-30:hover {
        --tw-bg-opacity: 0.3;
    }

    .mobile-small\:hover\:bg-opacity-40:hover {
        --tw-bg-opacity: 0.4;
    }

    .mobile-small\:hover\:bg-opacity-50:hover {
        --tw-bg-opacity: 0.5;
    }

    .mobile-small\:hover\:bg-opacity-60:hover {
        --tw-bg-opacity: 0.6;
    }

    .mobile-small\:hover\:bg-opacity-70:hover {
        --tw-bg-opacity: 0.7;
    }

    .mobile-small\:hover\:bg-opacity-75:hover {
        --tw-bg-opacity: 0.75;
    }

    .mobile-small\:hover\:bg-opacity-80:hover {
        --tw-bg-opacity: 0.8;
    }

    .mobile-small\:hover\:bg-opacity-90:hover {
        --tw-bg-opacity: 0.9;
    }

    .mobile-small\:hover\:bg-opacity-95:hover {
        --tw-bg-opacity: 0.95;
    }

    .mobile-small\:hover\:bg-opacity-100:hover {
        --tw-bg-opacity: 1;
    }

    .mobile-small\:focus\:bg-opacity-0:focus {
        --tw-bg-opacity: 0;
    }

    .mobile-small\:focus\:bg-opacity-5:focus {
        --tw-bg-opacity: 0.05;
    }

    .mobile-small\:focus\:bg-opacity-10:focus {
        --tw-bg-opacity: 0.1;
    }

    .mobile-small\:focus\:bg-opacity-20:focus {
        --tw-bg-opacity: 0.2;
    }

    .mobile-small\:focus\:bg-opacity-25:focus {
        --tw-bg-opacity: 0.25;
    }

    .mobile-small\:focus\:bg-opacity-30:focus {
        --tw-bg-opacity: 0.3;
    }

    .mobile-small\:focus\:bg-opacity-40:focus {
        --tw-bg-opacity: 0.4;
    }

    .mobile-small\:focus\:bg-opacity-50:focus {
        --tw-bg-opacity: 0.5;
    }

    .mobile-small\:focus\:bg-opacity-60:focus {
        --tw-bg-opacity: 0.6;
    }

    .mobile-small\:focus\:bg-opacity-70:focus {
        --tw-bg-opacity: 0.7;
    }

    .mobile-small\:focus\:bg-opacity-75:focus {
        --tw-bg-opacity: 0.75;
    }

    .mobile-small\:focus\:bg-opacity-80:focus {
        --tw-bg-opacity: 0.8;
    }

    .mobile-small\:focus\:bg-opacity-90:focus {
        --tw-bg-opacity: 0.9;
    }

    .mobile-small\:focus\:bg-opacity-95:focus {
        --tw-bg-opacity: 0.95;
    }

    .mobile-small\:focus\:bg-opacity-100:focus {
        --tw-bg-opacity: 1;
    }

    .mobile-small\:bg-none {
        background-image: none;
    }

    .mobile-small\:bg-gradient-to-t {
        background-image: linear-gradient(to top, var(--tw-gradient-stops));
    }

    .mobile-small\:bg-gradient-to-tr {
        background-image: linear-gradient(to top right, var(--tw-gradient-stops));
    }

    .mobile-small\:bg-gradient-to-r {
        background-image: linear-gradient(to right, var(--tw-gradient-stops));
    }

    .mobile-small\:bg-gradient-to-br {
        background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
    }

    .mobile-small\:bg-gradient-to-b {
        background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    }

    .mobile-small\:bg-gradient-to-bl {
        background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
    }

    .mobile-small\:bg-gradient-to-l {
        background-image: linear-gradient(to left, var(--tw-gradient-stops));
    }

    .mobile-small\:bg-gradient-to-tl {
        background-image: linear-gradient(to top left, var(--tw-gradient-stops));
    }

    .mobile-small\:from-transparent {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .mobile-small\:from-current {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .mobile-small\:from-black {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .mobile-small\:from-white {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .mobile-small\:from-gray-50 {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .mobile-small\:from-gray-100 {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .mobile-small\:from-gray-200 {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .mobile-small\:from-gray-300 {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .mobile-small\:from-gray-400 {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .mobile-small\:from-gray-500 {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .mobile-small\:from-gray-600 {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .mobile-small\:from-gray-700 {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .mobile-small\:from-gray-800 {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .mobile-small\:from-gray-900 {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .mobile-small\:from-red-50 {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .mobile-small\:from-red-100 {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .mobile-small\:from-red-200 {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .mobile-small\:from-red-300 {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .mobile-small\:from-red-400 {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .mobile-small\:from-red-500 {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .mobile-small\:from-red-600 {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .mobile-small\:from-red-700 {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .mobile-small\:from-red-800 {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .mobile-small\:from-red-900 {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .mobile-small\:from-yellow {
        --tw-gradient-from: #ed9143;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .mobile-small\:from-green {
        --tw-gradient-from: #7bbc00;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .mobile-small\:from-blue {
        --tw-gradient-from: #5ba4dc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .mobile-small\:from-indigo-50 {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .mobile-small\:from-indigo-100 {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .mobile-small\:from-indigo-200 {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .mobile-small\:from-indigo-300 {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .mobile-small\:from-indigo-400 {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .mobile-small\:from-indigo-500 {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .mobile-small\:from-indigo-600 {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .mobile-small\:from-indigo-700 {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .mobile-small\:from-indigo-800 {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .mobile-small\:from-indigo-900 {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .mobile-small\:from-purple {
        --tw-gradient-from: #6847c3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .mobile-small\:from-pink {
        --tw-gradient-from: #850737;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .mobile-small\:from-primary {
        --tw-gradient-from: #6E6E6E;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .mobile-small\:from-secondary {
        --tw-gradient-from: #ededed;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .mobile-small\:from-body_bg {
        --tw-gradient-from: #ffffff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .mobile-small\:from-body_text {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .mobile-small\:from-title {
        --tw-gradient-from: #3fb2cf;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .mobile-small\:from-grey {
        --tw-gradient-from: #524A51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .mobile-small\:from-dark_grey {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .mobile-small\:from-light_grey {
        --tw-gradient-from: #B7B7B7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .mobile-small\:from-medium_grey {
        --tw-gradient-from: #575156;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .mobile-small\:from-lightten_grey {
        --tw-gradient-from: #C6C6C6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .mobile-small\:from-grey_300 {
        --tw-gradient-from: #d3d3d3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .mobile-small\:from-grey_400 {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .mobile-small\:from-medium_blue {
        --tw-gradient-from: #45cdfc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .mobile-small\:from-dark_blue {
        --tw-gradient-from: #0080ac;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .mobile-small\:from-text_blue {
        --tw-gradient-from: #3FB2CF;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .mobile-small\:from-footer_bg {
        --tw-gradient-from: #464646;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .mobile-small\:from-brown {
        --tw-gradient-from: #805300;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .mobile-small\:from-dark_brown {
        --tw-gradient-from: #874433;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .mobile-small\:from-Light_purple {
        --tw-gradient-from: #65479b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .mobile-small\:from-dark_green {
        --tw-gradient-from: #479b51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .mobile-small\:from-medium_green {
        --tw-gradient-from: #3aac2b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .mobile-small\:from-light_green {
        --tw-gradient-from: #9acb3e;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .mobile-small\:from-green_900 {
        --tw-gradient-from: #396676;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .mobile-small\:from-dark_border {
        --tw-gradient-from: #707070;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .mobile-small\:hover\:from-transparent:hover {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .mobile-small\:hover\:from-current:hover {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .mobile-small\:hover\:from-black:hover {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .mobile-small\:hover\:from-white:hover {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .mobile-small\:hover\:from-gray-50:hover {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .mobile-small\:hover\:from-gray-100:hover {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .mobile-small\:hover\:from-gray-200:hover {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .mobile-small\:hover\:from-gray-300:hover {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .mobile-small\:hover\:from-gray-400:hover {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .mobile-small\:hover\:from-gray-500:hover {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .mobile-small\:hover\:from-gray-600:hover {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .mobile-small\:hover\:from-gray-700:hover {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .mobile-small\:hover\:from-gray-800:hover {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .mobile-small\:hover\:from-gray-900:hover {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .mobile-small\:hover\:from-red-50:hover {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .mobile-small\:hover\:from-red-100:hover {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .mobile-small\:hover\:from-red-200:hover {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .mobile-small\:hover\:from-red-300:hover {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .mobile-small\:hover\:from-red-400:hover {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .mobile-small\:hover\:from-red-500:hover {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .mobile-small\:hover\:from-red-600:hover {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .mobile-small\:hover\:from-red-700:hover {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .mobile-small\:hover\:from-red-800:hover {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .mobile-small\:hover\:from-red-900:hover {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .mobile-small\:hover\:from-yellow:hover {
        --tw-gradient-from: #ed9143;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .mobile-small\:hover\:from-green:hover {
        --tw-gradient-from: #7bbc00;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .mobile-small\:hover\:from-blue:hover {
        --tw-gradient-from: #5ba4dc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .mobile-small\:hover\:from-indigo-50:hover {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .mobile-small\:hover\:from-indigo-100:hover {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .mobile-small\:hover\:from-indigo-200:hover {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .mobile-small\:hover\:from-indigo-300:hover {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .mobile-small\:hover\:from-indigo-400:hover {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .mobile-small\:hover\:from-indigo-500:hover {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .mobile-small\:hover\:from-indigo-600:hover {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .mobile-small\:hover\:from-indigo-700:hover {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .mobile-small\:hover\:from-indigo-800:hover {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .mobile-small\:hover\:from-indigo-900:hover {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .mobile-small\:hover\:from-purple:hover {
        --tw-gradient-from: #6847c3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .mobile-small\:hover\:from-pink:hover {
        --tw-gradient-from: #850737;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .mobile-small\:hover\:from-primary:hover {
        --tw-gradient-from: #6E6E6E;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .mobile-small\:hover\:from-secondary:hover {
        --tw-gradient-from: #ededed;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .mobile-small\:hover\:from-body_bg:hover {
        --tw-gradient-from: #ffffff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .mobile-small\:hover\:from-body_text:hover {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .mobile-small\:hover\:from-title:hover {
        --tw-gradient-from: #3fb2cf;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .mobile-small\:hover\:from-grey:hover {
        --tw-gradient-from: #524A51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .mobile-small\:hover\:from-dark_grey:hover {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .mobile-small\:hover\:from-light_grey:hover {
        --tw-gradient-from: #B7B7B7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .mobile-small\:hover\:from-medium_grey:hover {
        --tw-gradient-from: #575156;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .mobile-small\:hover\:from-lightten_grey:hover {
        --tw-gradient-from: #C6C6C6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .mobile-small\:hover\:from-grey_300:hover {
        --tw-gradient-from: #d3d3d3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .mobile-small\:hover\:from-grey_400:hover {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .mobile-small\:hover\:from-medium_blue:hover {
        --tw-gradient-from: #45cdfc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .mobile-small\:hover\:from-dark_blue:hover {
        --tw-gradient-from: #0080ac;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .mobile-small\:hover\:from-text_blue:hover {
        --tw-gradient-from: #3FB2CF;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .mobile-small\:hover\:from-footer_bg:hover {
        --tw-gradient-from: #464646;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .mobile-small\:hover\:from-brown:hover {
        --tw-gradient-from: #805300;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .mobile-small\:hover\:from-dark_brown:hover {
        --tw-gradient-from: #874433;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .mobile-small\:hover\:from-Light_purple:hover {
        --tw-gradient-from: #65479b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .mobile-small\:hover\:from-dark_green:hover {
        --tw-gradient-from: #479b51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .mobile-small\:hover\:from-medium_green:hover {
        --tw-gradient-from: #3aac2b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .mobile-small\:hover\:from-light_green:hover {
        --tw-gradient-from: #9acb3e;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .mobile-small\:hover\:from-green_900:hover {
        --tw-gradient-from: #396676;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .mobile-small\:hover\:from-dark_border:hover {
        --tw-gradient-from: #707070;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .mobile-small\:focus\:from-transparent:focus {
        --tw-gradient-from: transparent;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .mobile-small\:focus\:from-current:focus {
        --tw-gradient-from: currentColor;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .mobile-small\:focus\:from-black:focus {
        --tw-gradient-from: #000;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .mobile-small\:focus\:from-white:focus {
        --tw-gradient-from: #fff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .mobile-small\:focus\:from-gray-50:focus {
        --tw-gradient-from: #f9fafb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .mobile-small\:focus\:from-gray-100:focus {
        --tw-gradient-from: #f3f4f6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .mobile-small\:focus\:from-gray-200:focus {
        --tw-gradient-from: #e5e7eb;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .mobile-small\:focus\:from-gray-300:focus {
        --tw-gradient-from: #d1d5db;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .mobile-small\:focus\:from-gray-400:focus {
        --tw-gradient-from: #9ca3af;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .mobile-small\:focus\:from-gray-500:focus {
        --tw-gradient-from: #6b7280;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .mobile-small\:focus\:from-gray-600:focus {
        --tw-gradient-from: #4b5563;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .mobile-small\:focus\:from-gray-700:focus {
        --tw-gradient-from: #374151;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .mobile-small\:focus\:from-gray-800:focus {
        --tw-gradient-from: #1f2937;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .mobile-small\:focus\:from-gray-900:focus {
        --tw-gradient-from: #111827;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .mobile-small\:focus\:from-red-50:focus {
        --tw-gradient-from: #fef2f2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .mobile-small\:focus\:from-red-100:focus {
        --tw-gradient-from: #fee2e2;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .mobile-small\:focus\:from-red-200:focus {
        --tw-gradient-from: #fecaca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .mobile-small\:focus\:from-red-300:focus {
        --tw-gradient-from: #fca5a5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .mobile-small\:focus\:from-red-400:focus {
        --tw-gradient-from: #f87171;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .mobile-small\:focus\:from-red-500:focus {
        --tw-gradient-from: #ef4444;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .mobile-small\:focus\:from-red-600:focus {
        --tw-gradient-from: #dc2626;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .mobile-small\:focus\:from-red-700:focus {
        --tw-gradient-from: #b91c1c;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .mobile-small\:focus\:from-red-800:focus {
        --tw-gradient-from: #991b1b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .mobile-small\:focus\:from-red-900:focus {
        --tw-gradient-from: #7f1d1d;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .mobile-small\:focus\:from-yellow:focus {
        --tw-gradient-from: #ed9143;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .mobile-small\:focus\:from-green:focus {
        --tw-gradient-from: #7bbc00;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .mobile-small\:focus\:from-blue:focus {
        --tw-gradient-from: #5ba4dc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .mobile-small\:focus\:from-indigo-50:focus {
        --tw-gradient-from: #eef2ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .mobile-small\:focus\:from-indigo-100:focus {
        --tw-gradient-from: #e0e7ff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .mobile-small\:focus\:from-indigo-200:focus {
        --tw-gradient-from: #c7d2fe;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .mobile-small\:focus\:from-indigo-300:focus {
        --tw-gradient-from: #a5b4fc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .mobile-small\:focus\:from-indigo-400:focus {
        --tw-gradient-from: #818cf8;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .mobile-small\:focus\:from-indigo-500:focus {
        --tw-gradient-from: #6366f1;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .mobile-small\:focus\:from-indigo-600:focus {
        --tw-gradient-from: #4f46e5;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .mobile-small\:focus\:from-indigo-700:focus {
        --tw-gradient-from: #4338ca;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .mobile-small\:focus\:from-indigo-800:focus {
        --tw-gradient-from: #3730a3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .mobile-small\:focus\:from-indigo-900:focus {
        --tw-gradient-from: #312e81;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .mobile-small\:focus\:from-purple:focus {
        --tw-gradient-from: #6847c3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .mobile-small\:focus\:from-pink:focus {
        --tw-gradient-from: #850737;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .mobile-small\:focus\:from-primary:focus {
        --tw-gradient-from: #6E6E6E;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .mobile-small\:focus\:from-secondary:focus {
        --tw-gradient-from: #ededed;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .mobile-small\:focus\:from-body_bg:focus {
        --tw-gradient-from: #ffffff;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .mobile-small\:focus\:from-body_text:focus {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .mobile-small\:focus\:from-title:focus {
        --tw-gradient-from: #3fb2cf;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .mobile-small\:focus\:from-grey:focus {
        --tw-gradient-from: #524A51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .mobile-small\:focus\:from-dark_grey:focus {
        --tw-gradient-from: #4a4349;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .mobile-small\:focus\:from-light_grey:focus {
        --tw-gradient-from: #B7B7B7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .mobile-small\:focus\:from-medium_grey:focus {
        --tw-gradient-from: #575156;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .mobile-small\:focus\:from-lightten_grey:focus {
        --tw-gradient-from: #C6C6C6;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .mobile-small\:focus\:from-grey_300:focus {
        --tw-gradient-from: #d3d3d3;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .mobile-small\:focus\:from-grey_400:focus {
        --tw-gradient-from: #b7b7b7;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .mobile-small\:focus\:from-medium_blue:focus {
        --tw-gradient-from: #45cdfc;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .mobile-small\:focus\:from-dark_blue:focus {
        --tw-gradient-from: #0080ac;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .mobile-small\:focus\:from-text_blue:focus {
        --tw-gradient-from: #3FB2CF;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .mobile-small\:focus\:from-footer_bg:focus {
        --tw-gradient-from: #464646;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .mobile-small\:focus\:from-brown:focus {
        --tw-gradient-from: #805300;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .mobile-small\:focus\:from-dark_brown:focus {
        --tw-gradient-from: #874433;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .mobile-small\:focus\:from-Light_purple:focus {
        --tw-gradient-from: #65479b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .mobile-small\:focus\:from-dark_green:focus {
        --tw-gradient-from: #479b51;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .mobile-small\:focus\:from-medium_green:focus {
        --tw-gradient-from: #3aac2b;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .mobile-small\:focus\:from-light_green:focus {
        --tw-gradient-from: #9acb3e;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .mobile-small\:focus\:from-green_900:focus {
        --tw-gradient-from: #396676;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .mobile-small\:focus\:from-dark_border:focus {
        --tw-gradient-from: #707070;
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .mobile-small\:via-transparent {
        --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .mobile-small\:via-current {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .mobile-small\:via-black {
        --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .mobile-small\:via-white {
        --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .mobile-small\:via-gray-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .mobile-small\:via-gray-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .mobile-small\:via-gray-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .mobile-small\:via-gray-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .mobile-small\:via-gray-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .mobile-small\:via-gray-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .mobile-small\:via-gray-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .mobile-small\:via-gray-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .mobile-small\:via-gray-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .mobile-small\:via-gray-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .mobile-small\:via-red-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .mobile-small\:via-red-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .mobile-small\:via-red-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .mobile-small\:via-red-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .mobile-small\:via-red-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .mobile-small\:via-red-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .mobile-small\:via-red-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .mobile-small\:via-red-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .mobile-small\:via-red-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .mobile-small\:via-red-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .mobile-small\:via-yellow {
        --tw-gradient-stops: var(--tw-gradient-from), #ed9143, var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .mobile-small\:via-green {
        --tw-gradient-stops: var(--tw-gradient-from), #7bbc00, var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .mobile-small\:via-blue {
        --tw-gradient-stops: var(--tw-gradient-from), #5ba4dc, var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .mobile-small\:via-indigo-50 {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .mobile-small\:via-indigo-100 {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .mobile-small\:via-indigo-200 {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .mobile-small\:via-indigo-300 {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .mobile-small\:via-indigo-400 {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .mobile-small\:via-indigo-500 {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .mobile-small\:via-indigo-600 {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .mobile-small\:via-indigo-700 {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .mobile-small\:via-indigo-800 {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .mobile-small\:via-indigo-900 {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .mobile-small\:via-purple {
        --tw-gradient-stops: var(--tw-gradient-from), #6847c3, var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .mobile-small\:via-pink {
        --tw-gradient-stops: var(--tw-gradient-from), #850737, var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .mobile-small\:via-primary {
        --tw-gradient-stops: var(--tw-gradient-from), #6E6E6E, var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .mobile-small\:via-secondary {
        --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .mobile-small\:via-body_bg {
        --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .mobile-small\:via-body_text {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .mobile-small\:via-title {
        --tw-gradient-stops: var(--tw-gradient-from), #3fb2cf, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .mobile-small\:via-grey {
        --tw-gradient-stops: var(--tw-gradient-from), #524A51, var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .mobile-small\:via-dark_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .mobile-small\:via-light_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .mobile-small\:via-medium_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #575156, var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .mobile-small\:via-lightten_grey {
        --tw-gradient-stops: var(--tw-gradient-from), #C6C6C6, var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .mobile-small\:via-grey_300 {
        --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .mobile-small\:via-grey_400 {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .mobile-small\:via-medium_blue {
        --tw-gradient-stops: var(--tw-gradient-from), #45cdfc, var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .mobile-small\:via-dark_blue {
        --tw-gradient-stops: var(--tw-gradient-from), #0080ac, var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .mobile-small\:via-text_blue {
        --tw-gradient-stops: var(--tw-gradient-from), #3FB2CF, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .mobile-small\:via-footer_bg {
        --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .mobile-small\:via-brown {
        --tw-gradient-stops: var(--tw-gradient-from), #805300, var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .mobile-small\:via-dark_brown {
        --tw-gradient-stops: var(--tw-gradient-from), #874433, var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .mobile-small\:via-Light_purple {
        --tw-gradient-stops: var(--tw-gradient-from), #65479b, var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .mobile-small\:via-dark_green {
        --tw-gradient-stops: var(--tw-gradient-from), #479b51, var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .mobile-small\:via-medium_green {
        --tw-gradient-stops: var(--tw-gradient-from), #3aac2b, var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .mobile-small\:via-light_green {
        --tw-gradient-stops: var(--tw-gradient-from), #9acb3e, var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .mobile-small\:via-green_900 {
        --tw-gradient-stops: var(--tw-gradient-from), #396676, var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .mobile-small\:via-dark_border {
        --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .mobile-small\:hover\:via-transparent:hover {
        --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .mobile-small\:hover\:via-current:hover {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .mobile-small\:hover\:via-black:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .mobile-small\:hover\:via-white:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .mobile-small\:hover\:via-gray-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .mobile-small\:hover\:via-gray-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .mobile-small\:hover\:via-gray-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .mobile-small\:hover\:via-gray-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .mobile-small\:hover\:via-gray-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .mobile-small\:hover\:via-gray-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .mobile-small\:hover\:via-gray-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .mobile-small\:hover\:via-gray-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .mobile-small\:hover\:via-gray-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .mobile-small\:hover\:via-gray-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .mobile-small\:hover\:via-red-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .mobile-small\:hover\:via-red-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .mobile-small\:hover\:via-red-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .mobile-small\:hover\:via-red-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .mobile-small\:hover\:via-red-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .mobile-small\:hover\:via-red-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .mobile-small\:hover\:via-red-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .mobile-small\:hover\:via-red-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .mobile-small\:hover\:via-red-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .mobile-small\:hover\:via-red-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .mobile-small\:hover\:via-yellow:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ed9143, var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .mobile-small\:hover\:via-green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #7bbc00, var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .mobile-small\:hover\:via-blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #5ba4dc, var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .mobile-small\:hover\:via-indigo-50:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .mobile-small\:hover\:via-indigo-100:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .mobile-small\:hover\:via-indigo-200:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .mobile-small\:hover\:via-indigo-300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .mobile-small\:hover\:via-indigo-400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .mobile-small\:hover\:via-indigo-500:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .mobile-small\:hover\:via-indigo-600:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .mobile-small\:hover\:via-indigo-700:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .mobile-small\:hover\:via-indigo-800:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .mobile-small\:hover\:via-indigo-900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .mobile-small\:hover\:via-purple:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6847c3, var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .mobile-small\:hover\:via-pink:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #850737, var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .mobile-small\:hover\:via-primary:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #6E6E6E, var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .mobile-small\:hover\:via-secondary:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .mobile-small\:hover\:via-body_bg:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .mobile-small\:hover\:via-body_text:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .mobile-small\:hover\:via-title:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3fb2cf, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .mobile-small\:hover\:via-grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #524A51, var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .mobile-small\:hover\:via-dark_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .mobile-small\:hover\:via-light_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .mobile-small\:hover\:via-medium_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #575156, var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .mobile-small\:hover\:via-lightten_grey:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #C6C6C6, var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .mobile-small\:hover\:via-grey_300:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .mobile-small\:hover\:via-grey_400:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .mobile-small\:hover\:via-medium_blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #45cdfc, var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .mobile-small\:hover\:via-dark_blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #0080ac, var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .mobile-small\:hover\:via-text_blue:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3FB2CF, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .mobile-small\:hover\:via-footer_bg:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .mobile-small\:hover\:via-brown:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #805300, var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .mobile-small\:hover\:via-dark_brown:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #874433, var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .mobile-small\:hover\:via-Light_purple:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #65479b, var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .mobile-small\:hover\:via-dark_green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #479b51, var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .mobile-small\:hover\:via-medium_green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #3aac2b, var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .mobile-small\:hover\:via-light_green:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #9acb3e, var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .mobile-small\:hover\:via-green_900:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #396676, var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .mobile-small\:hover\:via-dark_border:hover {
        --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .mobile-small\:focus\:via-transparent:focus {
        --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .mobile-small\:focus\:via-current:focus {
        --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .mobile-small\:focus\:via-black:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
    }

    .mobile-small\:focus\:via-white:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .mobile-small\:focus\:via-gray-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
    }

    .mobile-small\:focus\:via-gray-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
    }

    .mobile-small\:focus\:via-gray-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
    }

    .mobile-small\:focus\:via-gray-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
    }

    .mobile-small\:focus\:via-gray-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
    }

    .mobile-small\:focus\:via-gray-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
    }

    .mobile-small\:focus\:via-gray-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
    }

    .mobile-small\:focus\:via-gray-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
    }

    .mobile-small\:focus\:via-gray-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
    }

    .mobile-small\:focus\:via-gray-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
    }

    .mobile-small\:focus\:via-red-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
    }

    .mobile-small\:focus\:via-red-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
    }

    .mobile-small\:focus\:via-red-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
    }

    .mobile-small\:focus\:via-red-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
    }

    .mobile-small\:focus\:via-red-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
    }

    .mobile-small\:focus\:via-red-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
    }

    .mobile-small\:focus\:via-red-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
    }

    .mobile-small\:focus\:via-red-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
    }

    .mobile-small\:focus\:via-red-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
    }

    .mobile-small\:focus\:via-red-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
    }

    .mobile-small\:focus\:via-yellow:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ed9143, var(--tw-gradient-to, rgba(237, 145, 67, 0));
    }

    .mobile-small\:focus\:via-green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #7bbc00, var(--tw-gradient-to, rgba(123, 188, 0, 0));
    }

    .mobile-small\:focus\:via-blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #5ba4dc, var(--tw-gradient-to, rgba(91, 164, 220, 0));
    }

    .mobile-small\:focus\:via-indigo-50:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
    }

    .mobile-small\:focus\:via-indigo-100:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
    }

    .mobile-small\:focus\:via-indigo-200:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
    }

    .mobile-small\:focus\:via-indigo-300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
    }

    .mobile-small\:focus\:via-indigo-400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
    }

    .mobile-small\:focus\:via-indigo-500:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
    }

    .mobile-small\:focus\:via-indigo-600:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
    }

    .mobile-small\:focus\:via-indigo-700:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
    }

    .mobile-small\:focus\:via-indigo-800:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
    }

    .mobile-small\:focus\:via-indigo-900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
    }

    .mobile-small\:focus\:via-purple:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6847c3, var(--tw-gradient-to, rgba(104, 71, 195, 0));
    }

    .mobile-small\:focus\:via-pink:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #850737, var(--tw-gradient-to, rgba(133, 7, 55, 0));
    }

    .mobile-small\:focus\:via-primary:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #6E6E6E, var(--tw-gradient-to, rgba(110, 110, 110, 0));
    }

    .mobile-small\:focus\:via-secondary:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ededed, var(--tw-gradient-to, rgba(237, 237, 237, 0));
    }

    .mobile-small\:focus\:via-body_bg:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
    }

    .mobile-small\:focus\:via-body_text:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .mobile-small\:focus\:via-title:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3fb2cf, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .mobile-small\:focus\:via-grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #524A51, var(--tw-gradient-to, rgba(82, 74, 81, 0));
    }

    .mobile-small\:focus\:via-dark_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #4a4349, var(--tw-gradient-to, rgba(74, 67, 73, 0));
    }

    .mobile-small\:focus\:via-light_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #B7B7B7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .mobile-small\:focus\:via-medium_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #575156, var(--tw-gradient-to, rgba(87, 81, 86, 0));
    }

    .mobile-small\:focus\:via-lightten_grey:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #C6C6C6, var(--tw-gradient-to, rgba(198, 198, 198, 0));
    }

    .mobile-small\:focus\:via-grey_300:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #d3d3d3, var(--tw-gradient-to, rgba(211, 211, 211, 0));
    }

    .mobile-small\:focus\:via-grey_400:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #b7b7b7, var(--tw-gradient-to, rgba(183, 183, 183, 0));
    }

    .mobile-small\:focus\:via-medium_blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #45cdfc, var(--tw-gradient-to, rgba(69, 205, 252, 0));
    }

    .mobile-small\:focus\:via-dark_blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #0080ac, var(--tw-gradient-to, rgba(0, 128, 172, 0));
    }

    .mobile-small\:focus\:via-text_blue:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3FB2CF, var(--tw-gradient-to, rgba(63, 178, 207, 0));
    }

    .mobile-small\:focus\:via-footer_bg:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0));
    }

    .mobile-small\:focus\:via-brown:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #805300, var(--tw-gradient-to, rgba(128, 83, 0, 0));
    }

    .mobile-small\:focus\:via-dark_brown:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #874433, var(--tw-gradient-to, rgba(135, 68, 51, 0));
    }

    .mobile-small\:focus\:via-Light_purple:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #65479b, var(--tw-gradient-to, rgba(101, 71, 155, 0));
    }

    .mobile-small\:focus\:via-dark_green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #479b51, var(--tw-gradient-to, rgba(71, 155, 81, 0));
    }

    .mobile-small\:focus\:via-medium_green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #3aac2b, var(--tw-gradient-to, rgba(58, 172, 43, 0));
    }

    .mobile-small\:focus\:via-light_green:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #9acb3e, var(--tw-gradient-to, rgba(154, 203, 62, 0));
    }

    .mobile-small\:focus\:via-green_900:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #396676, var(--tw-gradient-to, rgba(57, 102, 118, 0));
    }

    .mobile-small\:focus\:via-dark_border:focus {
        --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0));
    }

    .mobile-small\:to-transparent {
        --tw-gradient-to: transparent;
    }

    .mobile-small\:to-current {
        --tw-gradient-to: currentColor;
    }

    .mobile-small\:to-black {
        --tw-gradient-to: #000;
    }

    .mobile-small\:to-white {
        --tw-gradient-to: #fff;
    }

    .mobile-small\:to-gray-50 {
        --tw-gradient-to: #f9fafb;
    }

    .mobile-small\:to-gray-100 {
        --tw-gradient-to: #f3f4f6;
    }

    .mobile-small\:to-gray-200 {
        --tw-gradient-to: #e5e7eb;
    }

    .mobile-small\:to-gray-300 {
        --tw-gradient-to: #d1d5db;
    }

    .mobile-small\:to-gray-400 {
        --tw-gradient-to: #9ca3af;
    }

    .mobile-small\:to-gray-500 {
        --tw-gradient-to: #6b7280;
    }

    .mobile-small\:to-gray-600 {
        --tw-gradient-to: #4b5563;
    }

    .mobile-small\:to-gray-700 {
        --tw-gradient-to: #374151;
    }

    .mobile-small\:to-gray-800 {
        --tw-gradient-to: #1f2937;
    }

    .mobile-small\:to-gray-900 {
        --tw-gradient-to: #111827;
    }

    .mobile-small\:to-red-50 {
        --tw-gradient-to: #fef2f2;
    }

    .mobile-small\:to-red-100 {
        --tw-gradient-to: #fee2e2;
    }

    .mobile-small\:to-red-200 {
        --tw-gradient-to: #fecaca;
    }

    .mobile-small\:to-red-300 {
        --tw-gradient-to: #fca5a5;
    }

    .mobile-small\:to-red-400 {
        --tw-gradient-to: #f87171;
    }

    .mobile-small\:to-red-500 {
        --tw-gradient-to: #ef4444;
    }

    .mobile-small\:to-red-600 {
        --tw-gradient-to: #dc2626;
    }

    .mobile-small\:to-red-700 {
        --tw-gradient-to: #b91c1c;
    }

    .mobile-small\:to-red-800 {
        --tw-gradient-to: #991b1b;
    }

    .mobile-small\:to-red-900 {
        --tw-gradient-to: #7f1d1d;
    }

    .mobile-small\:to-yellow {
        --tw-gradient-to: #ed9143;
    }

    .mobile-small\:to-green {
        --tw-gradient-to: #7bbc00;
    }

    .mobile-small\:to-blue {
        --tw-gradient-to: #5ba4dc;
    }

    .mobile-small\:to-indigo-50 {
        --tw-gradient-to: #eef2ff;
    }

    .mobile-small\:to-indigo-100 {
        --tw-gradient-to: #e0e7ff;
    }

    .mobile-small\:to-indigo-200 {
        --tw-gradient-to: #c7d2fe;
    }

    .mobile-small\:to-indigo-300 {
        --tw-gradient-to: #a5b4fc;
    }

    .mobile-small\:to-indigo-400 {
        --tw-gradient-to: #818cf8;
    }

    .mobile-small\:to-indigo-500 {
        --tw-gradient-to: #6366f1;
    }

    .mobile-small\:to-indigo-600 {
        --tw-gradient-to: #4f46e5;
    }

    .mobile-small\:to-indigo-700 {
        --tw-gradient-to: #4338ca;
    }

    .mobile-small\:to-indigo-800 {
        --tw-gradient-to: #3730a3;
    }

    .mobile-small\:to-indigo-900 {
        --tw-gradient-to: #312e81;
    }

    .mobile-small\:to-purple {
        --tw-gradient-to: #6847c3;
    }

    .mobile-small\:to-pink {
        --tw-gradient-to: #850737;
    }

    .mobile-small\:to-primary {
        --tw-gradient-to: #6E6E6E;
    }

    .mobile-small\:to-secondary {
        --tw-gradient-to: #ededed;
    }

    .mobile-small\:to-body_bg {
        --tw-gradient-to: #ffffff;
    }

    .mobile-small\:to-body_text {
        --tw-gradient-to: #4a4349;
    }

    .mobile-small\:to-title {
        --tw-gradient-to: #3fb2cf;
    }

    .mobile-small\:to-grey {
        --tw-gradient-to: #524A51;
    }

    .mobile-small\:to-dark_grey {
        --tw-gradient-to: #4a4349;
    }

    .mobile-small\:to-light_grey {
        --tw-gradient-to: #B7B7B7;
    }

    .mobile-small\:to-medium_grey {
        --tw-gradient-to: #575156;
    }

    .mobile-small\:to-lightten_grey {
        --tw-gradient-to: #C6C6C6;
    }

    .mobile-small\:to-grey_300 {
        --tw-gradient-to: #d3d3d3;
    }

    .mobile-small\:to-grey_400 {
        --tw-gradient-to: #b7b7b7;
    }

    .mobile-small\:to-medium_blue {
        --tw-gradient-to: #45cdfc;
    }

    .mobile-small\:to-dark_blue {
        --tw-gradient-to: #0080ac;
    }

    .mobile-small\:to-text_blue {
        --tw-gradient-to: #3FB2CF;
    }

    .mobile-small\:to-footer_bg {
        --tw-gradient-to: #464646;
    }

    .mobile-small\:to-brown {
        --tw-gradient-to: #805300;
    }

    .mobile-small\:to-dark_brown {
        --tw-gradient-to: #874433;
    }

    .mobile-small\:to-Light_purple {
        --tw-gradient-to: #65479b;
    }

    .mobile-small\:to-dark_green {
        --tw-gradient-to: #479b51;
    }

    .mobile-small\:to-medium_green {
        --tw-gradient-to: #3aac2b;
    }

    .mobile-small\:to-light_green {
        --tw-gradient-to: #9acb3e;
    }

    .mobile-small\:to-green_900 {
        --tw-gradient-to: #396676;
    }

    .mobile-small\:to-dark_border {
        --tw-gradient-to: #707070;
    }

    .mobile-small\:hover\:to-transparent:hover {
        --tw-gradient-to: transparent;
    }

    .mobile-small\:hover\:to-current:hover {
        --tw-gradient-to: currentColor;
    }

    .mobile-small\:hover\:to-black:hover {
        --tw-gradient-to: #000;
    }

    .mobile-small\:hover\:to-white:hover {
        --tw-gradient-to: #fff;
    }

    .mobile-small\:hover\:to-gray-50:hover {
        --tw-gradient-to: #f9fafb;
    }

    .mobile-small\:hover\:to-gray-100:hover {
        --tw-gradient-to: #f3f4f6;
    }

    .mobile-small\:hover\:to-gray-200:hover {
        --tw-gradient-to: #e5e7eb;
    }

    .mobile-small\:hover\:to-gray-300:hover {
        --tw-gradient-to: #d1d5db;
    }

    .mobile-small\:hover\:to-gray-400:hover {
        --tw-gradient-to: #9ca3af;
    }

    .mobile-small\:hover\:to-gray-500:hover {
        --tw-gradient-to: #6b7280;
    }

    .mobile-small\:hover\:to-gray-600:hover {
        --tw-gradient-to: #4b5563;
    }

    .mobile-small\:hover\:to-gray-700:hover {
        --tw-gradient-to: #374151;
    }

    .mobile-small\:hover\:to-gray-800:hover {
        --tw-gradient-to: #1f2937;
    }

    .mobile-small\:hover\:to-gray-900:hover {
        --tw-gradient-to: #111827;
    }

    .mobile-small\:hover\:to-red-50:hover {
        --tw-gradient-to: #fef2f2;
    }

    .mobile-small\:hover\:to-red-100:hover {
        --tw-gradient-to: #fee2e2;
    }

    .mobile-small\:hover\:to-red-200:hover {
        --tw-gradient-to: #fecaca;
    }

    .mobile-small\:hover\:to-red-300:hover {
        --tw-gradient-to: #fca5a5;
    }

    .mobile-small\:hover\:to-red-400:hover {
        --tw-gradient-to: #f87171;
    }

    .mobile-small\:hover\:to-red-500:hover {
        --tw-gradient-to: #ef4444;
    }

    .mobile-small\:hover\:to-red-600:hover {
        --tw-gradient-to: #dc2626;
    }

    .mobile-small\:hover\:to-red-700:hover {
        --tw-gradient-to: #b91c1c;
    }

    .mobile-small\:hover\:to-red-800:hover {
        --tw-gradient-to: #991b1b;
    }

    .mobile-small\:hover\:to-red-900:hover {
        --tw-gradient-to: #7f1d1d;
    }

    .mobile-small\:hover\:to-yellow:hover {
        --tw-gradient-to: #ed9143;
    }

    .mobile-small\:hover\:to-green:hover {
        --tw-gradient-to: #7bbc00;
    }

    .mobile-small\:hover\:to-blue:hover {
        --tw-gradient-to: #5ba4dc;
    }

    .mobile-small\:hover\:to-indigo-50:hover {
        --tw-gradient-to: #eef2ff;
    }

    .mobile-small\:hover\:to-indigo-100:hover {
        --tw-gradient-to: #e0e7ff;
    }

    .mobile-small\:hover\:to-indigo-200:hover {
        --tw-gradient-to: #c7d2fe;
    }

    .mobile-small\:hover\:to-indigo-300:hover {
        --tw-gradient-to: #a5b4fc;
    }

    .mobile-small\:hover\:to-indigo-400:hover {
        --tw-gradient-to: #818cf8;
    }

    .mobile-small\:hover\:to-indigo-500:hover {
        --tw-gradient-to: #6366f1;
    }

    .mobile-small\:hover\:to-indigo-600:hover {
        --tw-gradient-to: #4f46e5;
    }

    .mobile-small\:hover\:to-indigo-700:hover {
        --tw-gradient-to: #4338ca;
    }

    .mobile-small\:hover\:to-indigo-800:hover {
        --tw-gradient-to: #3730a3;
    }

    .mobile-small\:hover\:to-indigo-900:hover {
        --tw-gradient-to: #312e81;
    }

    .mobile-small\:hover\:to-purple:hover {
        --tw-gradient-to: #6847c3;
    }

    .mobile-small\:hover\:to-pink:hover {
        --tw-gradient-to: #850737;
    }

    .mobile-small\:hover\:to-primary:hover {
        --tw-gradient-to: #6E6E6E;
    }

    .mobile-small\:hover\:to-secondary:hover {
        --tw-gradient-to: #ededed;
    }

    .mobile-small\:hover\:to-body_bg:hover {
        --tw-gradient-to: #ffffff;
    }

    .mobile-small\:hover\:to-body_text:hover {
        --tw-gradient-to: #4a4349;
    }

    .mobile-small\:hover\:to-title:hover {
        --tw-gradient-to: #3fb2cf;
    }

    .mobile-small\:hover\:to-grey:hover {
        --tw-gradient-to: #524A51;
    }

    .mobile-small\:hover\:to-dark_grey:hover {
        --tw-gradient-to: #4a4349;
    }

    .mobile-small\:hover\:to-light_grey:hover {
        --tw-gradient-to: #B7B7B7;
    }

    .mobile-small\:hover\:to-medium_grey:hover {
        --tw-gradient-to: #575156;
    }

    .mobile-small\:hover\:to-lightten_grey:hover {
        --tw-gradient-to: #C6C6C6;
    }

    .mobile-small\:hover\:to-grey_300:hover {
        --tw-gradient-to: #d3d3d3;
    }

    .mobile-small\:hover\:to-grey_400:hover {
        --tw-gradient-to: #b7b7b7;
    }

    .mobile-small\:hover\:to-medium_blue:hover {
        --tw-gradient-to: #45cdfc;
    }

    .mobile-small\:hover\:to-dark_blue:hover {
        --tw-gradient-to: #0080ac;
    }

    .mobile-small\:hover\:to-text_blue:hover {
        --tw-gradient-to: #3FB2CF;
    }

    .mobile-small\:hover\:to-footer_bg:hover {
        --tw-gradient-to: #464646;
    }

    .mobile-small\:hover\:to-brown:hover {
        --tw-gradient-to: #805300;
    }

    .mobile-small\:hover\:to-dark_brown:hover {
        --tw-gradient-to: #874433;
    }

    .mobile-small\:hover\:to-Light_purple:hover {
        --tw-gradient-to: #65479b;
    }

    .mobile-small\:hover\:to-dark_green:hover {
        --tw-gradient-to: #479b51;
    }

    .mobile-small\:hover\:to-medium_green:hover {
        --tw-gradient-to: #3aac2b;
    }

    .mobile-small\:hover\:to-light_green:hover {
        --tw-gradient-to: #9acb3e;
    }

    .mobile-small\:hover\:to-green_900:hover {
        --tw-gradient-to: #396676;
    }

    .mobile-small\:hover\:to-dark_border:hover {
        --tw-gradient-to: #707070;
    }

    .mobile-small\:focus\:to-transparent:focus {
        --tw-gradient-to: transparent;
    }

    .mobile-small\:focus\:to-current:focus {
        --tw-gradient-to: currentColor;
    }

    .mobile-small\:focus\:to-black:focus {
        --tw-gradient-to: #000;
    }

    .mobile-small\:focus\:to-white:focus {
        --tw-gradient-to: #fff;
    }

    .mobile-small\:focus\:to-gray-50:focus {
        --tw-gradient-to: #f9fafb;
    }

    .mobile-small\:focus\:to-gray-100:focus {
        --tw-gradient-to: #f3f4f6;
    }

    .mobile-small\:focus\:to-gray-200:focus {
        --tw-gradient-to: #e5e7eb;
    }

    .mobile-small\:focus\:to-gray-300:focus {
        --tw-gradient-to: #d1d5db;
    }

    .mobile-small\:focus\:to-gray-400:focus {
        --tw-gradient-to: #9ca3af;
    }

    .mobile-small\:focus\:to-gray-500:focus {
        --tw-gradient-to: #6b7280;
    }

    .mobile-small\:focus\:to-gray-600:focus {
        --tw-gradient-to: #4b5563;
    }

    .mobile-small\:focus\:to-gray-700:focus {
        --tw-gradient-to: #374151;
    }

    .mobile-small\:focus\:to-gray-800:focus {
        --tw-gradient-to: #1f2937;
    }

    .mobile-small\:focus\:to-gray-900:focus {
        --tw-gradient-to: #111827;
    }

    .mobile-small\:focus\:to-red-50:focus {
        --tw-gradient-to: #fef2f2;
    }

    .mobile-small\:focus\:to-red-100:focus {
        --tw-gradient-to: #fee2e2;
    }

    .mobile-small\:focus\:to-red-200:focus {
        --tw-gradient-to: #fecaca;
    }

    .mobile-small\:focus\:to-red-300:focus {
        --tw-gradient-to: #fca5a5;
    }

    .mobile-small\:focus\:to-red-400:focus {
        --tw-gradient-to: #f87171;
    }

    .mobile-small\:focus\:to-red-500:focus {
        --tw-gradient-to: #ef4444;
    }

    .mobile-small\:focus\:to-red-600:focus {
        --tw-gradient-to: #dc2626;
    }

    .mobile-small\:focus\:to-red-700:focus {
        --tw-gradient-to: #b91c1c;
    }

    .mobile-small\:focus\:to-red-800:focus {
        --tw-gradient-to: #991b1b;
    }

    .mobile-small\:focus\:to-red-900:focus {
        --tw-gradient-to: #7f1d1d;
    }

    .mobile-small\:focus\:to-yellow:focus {
        --tw-gradient-to: #ed9143;
    }

    .mobile-small\:focus\:to-green:focus {
        --tw-gradient-to: #7bbc00;
    }

    .mobile-small\:focus\:to-blue:focus {
        --tw-gradient-to: #5ba4dc;
    }

    .mobile-small\:focus\:to-indigo-50:focus {
        --tw-gradient-to: #eef2ff;
    }

    .mobile-small\:focus\:to-indigo-100:focus {
        --tw-gradient-to: #e0e7ff;
    }

    .mobile-small\:focus\:to-indigo-200:focus {
        --tw-gradient-to: #c7d2fe;
    }

    .mobile-small\:focus\:to-indigo-300:focus {
        --tw-gradient-to: #a5b4fc;
    }

    .mobile-small\:focus\:to-indigo-400:focus {
        --tw-gradient-to: #818cf8;
    }

    .mobile-small\:focus\:to-indigo-500:focus {
        --tw-gradient-to: #6366f1;
    }

    .mobile-small\:focus\:to-indigo-600:focus {
        --tw-gradient-to: #4f46e5;
    }

    .mobile-small\:focus\:to-indigo-700:focus {
        --tw-gradient-to: #4338ca;
    }

    .mobile-small\:focus\:to-indigo-800:focus {
        --tw-gradient-to: #3730a3;
    }

    .mobile-small\:focus\:to-indigo-900:focus {
        --tw-gradient-to: #312e81;
    }

    .mobile-small\:focus\:to-purple:focus {
        --tw-gradient-to: #6847c3;
    }

    .mobile-small\:focus\:to-pink:focus {
        --tw-gradient-to: #850737;
    }

    .mobile-small\:focus\:to-primary:focus {
        --tw-gradient-to: #6E6E6E;
    }

    .mobile-small\:focus\:to-secondary:focus {
        --tw-gradient-to: #ededed;
    }

    .mobile-small\:focus\:to-body_bg:focus {
        --tw-gradient-to: #ffffff;
    }

    .mobile-small\:focus\:to-body_text:focus {
        --tw-gradient-to: #4a4349;
    }

    .mobile-small\:focus\:to-title:focus {
        --tw-gradient-to: #3fb2cf;
    }

    .mobile-small\:focus\:to-grey:focus {
        --tw-gradient-to: #524A51;
    }

    .mobile-small\:focus\:to-dark_grey:focus {
        --tw-gradient-to: #4a4349;
    }

    .mobile-small\:focus\:to-light_grey:focus {
        --tw-gradient-to: #B7B7B7;
    }

    .mobile-small\:focus\:to-medium_grey:focus {
        --tw-gradient-to: #575156;
    }

    .mobile-small\:focus\:to-lightten_grey:focus {
        --tw-gradient-to: #C6C6C6;
    }

    .mobile-small\:focus\:to-grey_300:focus {
        --tw-gradient-to: #d3d3d3;
    }

    .mobile-small\:focus\:to-grey_400:focus {
        --tw-gradient-to: #b7b7b7;
    }

    .mobile-small\:focus\:to-medium_blue:focus {
        --tw-gradient-to: #45cdfc;
    }

    .mobile-small\:focus\:to-dark_blue:focus {
        --tw-gradient-to: #0080ac;
    }

    .mobile-small\:focus\:to-text_blue:focus {
        --tw-gradient-to: #3FB2CF;
    }

    .mobile-small\:focus\:to-footer_bg:focus {
        --tw-gradient-to: #464646;
    }

    .mobile-small\:focus\:to-brown:focus {
        --tw-gradient-to: #805300;
    }

    .mobile-small\:focus\:to-dark_brown:focus {
        --tw-gradient-to: #874433;
    }

    .mobile-small\:focus\:to-Light_purple:focus {
        --tw-gradient-to: #65479b;
    }

    .mobile-small\:focus\:to-dark_green:focus {
        --tw-gradient-to: #479b51;
    }

    .mobile-small\:focus\:to-medium_green:focus {
        --tw-gradient-to: #3aac2b;
    }

    .mobile-small\:focus\:to-light_green:focus {
        --tw-gradient-to: #9acb3e;
    }

    .mobile-small\:focus\:to-green_900:focus {
        --tw-gradient-to: #396676;
    }

    .mobile-small\:focus\:to-dark_border:focus {
        --tw-gradient-to: #707070;
    }

    .mobile-small\:decoration-slice {
        -webkit-box-decoration-break: slice;
        box-decoration-break: slice;
    }

    .mobile-small\:decoration-clone {
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
    }

    .mobile-small\:bg-auto {
        background-size: auto;
    }

    .mobile-small\:bg-cover {
        background-size: cover;
    }

    .mobile-small\:bg-contain {
        background-size: contain;
    }

    .mobile-small\:bg-fixed {
        background-attachment: fixed;
    }

    .mobile-small\:bg-local {
        background-attachment: local;
    }

    .mobile-small\:bg-scroll {
        background-attachment: scroll;
    }

    .mobile-small\:bg-clip-border {
        background-clip: border-box;
    }

    .mobile-small\:bg-clip-padding {
        background-clip: padding-box;
    }

    .mobile-small\:bg-clip-content {
        background-clip: content-box;
    }

    .mobile-small\:bg-clip-text {
        -webkit-background-clip: text;
        background-clip: text;
    }

    .mobile-small\:bg-bottom {
        background-position: bottom;
    }

    .mobile-small\:bg-center {
        background-position: center;
    }

    .mobile-small\:bg-left {
        background-position: left;
    }

    .mobile-small\:bg-left-bottom {
        background-position: left bottom;
    }

    .mobile-small\:bg-left-top {
        background-position: left top;
    }

    .mobile-small\:bg-right {
        background-position: right;
    }

    .mobile-small\:bg-right-bottom {
        background-position: right bottom;
    }

    .mobile-small\:bg-right-top {
        background-position: right top;
    }

    .mobile-small\:bg-top {
        background-position: top;
    }

    .mobile-small\:bg-repeat {
        background-repeat: repeat;
    }

    .mobile-small\:bg-no-repeat {
        background-repeat: no-repeat;
    }

    .mobile-small\:bg-repeat-x {
        background-repeat: repeat-x;
    }

    .mobile-small\:bg-repeat-y {
        background-repeat: repeat-y;
    }

    .mobile-small\:bg-repeat-round {
        background-repeat: round;
    }

    .mobile-small\:bg-repeat-space {
        background-repeat: space;
    }

    .mobile-small\:bg-origin-border {
        background-origin: border-box;
    }

    .mobile-small\:bg-origin-padding {
        background-origin: padding-box;
    }

    .mobile-small\:bg-origin-content {
        background-origin: content-box;
    }

    .mobile-small\:fill-current {
        fill: currentColor;
    }

    .mobile-small\:stroke-current {
        stroke: currentColor;
    }

    .mobile-small\:stroke-0 {
        stroke-width: 0;
    }

    .mobile-small\:stroke-1 {
        stroke-width: 1;
    }

    .mobile-small\:stroke-2 {
        stroke-width: 2;
    }

    .mobile-small\:object-contain {
        -o-object-fit: contain;
        object-fit: contain;
    }

    .mobile-small\:object-cover {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .mobile-small\:object-fill {
        -o-object-fit: fill;
        object-fit: fill;
    }

    .mobile-small\:object-none {
        -o-object-fit: none;
        object-fit: none;
    }

    .mobile-small\:object-scale-down {
        -o-object-fit: scale-down;
        object-fit: scale-down;
    }

    .mobile-small\:object-bottom {
        -o-object-position: bottom;
        object-position: bottom;
    }

    .mobile-small\:object-center {
        -o-object-position: center;
        object-position: center;
    }

    .mobile-small\:object-left {
        -o-object-position: left;
        object-position: left;
    }

    .mobile-small\:object-left-bottom {
        -o-object-position: left bottom;
        object-position: left bottom;
    }

    .mobile-small\:object-left-top {
        -o-object-position: left top;
        object-position: left top;
    }

    .mobile-small\:object-right {
        -o-object-position: right;
        object-position: right;
    }

    .mobile-small\:object-right-bottom {
        -o-object-position: right bottom;
        object-position: right bottom;
    }

    .mobile-small\:object-right-top {
        -o-object-position: right top;
        object-position: right top;
    }

    .mobile-small\:object-top {
        -o-object-position: top;
        object-position: top;
    }

    .mobile-small\:p-0 {
        padding: 0px;
    }

    .mobile-small\:p-1 {
        padding: 0.25rem;
    }

    .mobile-small\:p-2 {
        padding: 0.5rem;
    }

    .mobile-small\:p-3 {
        padding: 0.75rem;
    }

    .mobile-small\:p-4 {
        padding: 1rem;
    }

    .mobile-small\:p-5 {
        padding: 1.25rem;
    }

    .mobile-small\:p-6 {
        padding: 1.5rem;
    }

    .mobile-small\:p-7 {
        padding: 1.75rem;
    }

    .mobile-small\:p-8 {
        padding: 2rem;
    }

    .mobile-small\:p-9 {
        padding: 2.25rem;
    }

    .mobile-small\:p-10 {
        padding: 2.5rem;
    }

    .mobile-small\:p-11 {
        padding: 2.75rem;
    }

    .mobile-small\:p-12 {
        padding: 3rem;
    }

    .mobile-small\:p-13 {
        padding: 52px;
    }

    .mobile-small\:p-14 {
        padding: 3.5rem;
    }

    .mobile-small\:p-15 {
        padding: 3.93rem;
    }

    .mobile-small\:p-16 {
        padding: 4rem;
    }

    .mobile-small\:p-18 {
        padding: 4.375rem;
    }

    .mobile-small\:p-19 {
        padding: 76px;
    }

    .mobile-small\:p-20 {
        padding: 5rem;
    }

    .mobile-small\:p-22 {
        padding: 5.625rem;
    }

    .mobile-small\:p-24 {
        padding: 6rem;
    }

    .mobile-small\:p-26 {
        padding: 6.6875rem;
    }

    .mobile-small\:p-28 {
        padding: 7rem;
    }

    .mobile-small\:p-30 {
        padding: 120px;
    }

    .mobile-small\:p-32 {
        padding: 8rem;
    }

    .mobile-small\:p-36 {
        padding: 9rem;
    }

    .mobile-small\:p-40 {
        padding: 10rem;
    }

    .mobile-small\:p-44 {
        padding: 11rem;
    }

    .mobile-small\:p-46 {
        padding: 11.5625rem;
    }

    .mobile-small\:p-48 {
        padding: 12rem;
    }

    .mobile-small\:p-52 {
        padding: 13rem;
    }

    .mobile-small\:p-56 {
        padding: 14rem;
    }

    .mobile-small\:p-60 {
        padding: 15rem;
    }

    .mobile-small\:p-64 {
        padding: 16rem;
    }

    .mobile-small\:p-72 {
        padding: 18rem;
    }

    .mobile-small\:p-80 {
        padding: 20rem;
    }

    .mobile-small\:p-96 {
        padding: 24rem;
    }

    .mobile-small\:p-px {
        padding: 1px;
    }

    .mobile-small\:p-0\.5 {
        padding: 0.125rem;
    }

    .mobile-small\:p-1\.5 {
        padding: 0.375rem;
    }

    .mobile-small\:p-2\.5 {
        padding: 0.625rem;
    }

    .mobile-small\:p-3\.5 {
        padding: 0.875rem;
    }

    .mobile-small\:p-5p {
        padding: 5px;
    }

    .mobile-small\:p-10p {
        padding: 10px;
    }

    .mobile-small\:p-14p {
        padding: 14px;
    }

    .mobile-small\:p-15p {
        padding: 15px;
    }

    .mobile-small\:p-15_2 {
        padding: 60px;
    }

    .mobile-small\:p-16_1 {
        padding: 52px;
    }

    .mobile-small\:p-16p {
        padding: 16px;
    }

    .mobile-small\:p-25p {
        padding: 25px;
    }

    .mobile-small\:p-48p {
        padding: 48%;
    }

    .mobile-small\:p-52p {
        padding: 52%;
    }

    .mobile-small\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .mobile-small\:px-1 {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .mobile-small\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .mobile-small\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .mobile-small\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .mobile-small\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .mobile-small\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .mobile-small\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

    .mobile-small\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .mobile-small\:px-9 {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }

    .mobile-small\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .mobile-small\:px-11 {
        padding-left: 2.75rem;
        padding-right: 2.75rem;
    }

    .mobile-small\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .mobile-small\:px-13 {
        padding-left: 52px;
        padding-right: 52px;
    }

    .mobile-small\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }

    .mobile-small\:px-15 {
        padding-left: 3.93rem;
        padding-right: 3.93rem;
    }

    .mobile-small\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .mobile-small\:px-18 {
        padding-left: 4.375rem;
        padding-right: 4.375rem;
    }

    .mobile-small\:px-19 {
        padding-left: 76px;
        padding-right: 76px;
    }

    .mobile-small\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .mobile-small\:px-22 {
        padding-left: 5.625rem;
        padding-right: 5.625rem;
    }

    .mobile-small\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem;
    }

    .mobile-small\:px-26 {
        padding-left: 6.6875rem;
        padding-right: 6.6875rem;
    }

    .mobile-small\:px-28 {
        padding-left: 7rem;
        padding-right: 7rem;
    }

    .mobile-small\:px-30 {
        padding-left: 120px;
        padding-right: 120px;
    }

    .mobile-small\:px-32 {
        padding-left: 8rem;
        padding-right: 8rem;
    }

    .mobile-small\:px-36 {
        padding-left: 9rem;
        padding-right: 9rem;
    }

    .mobile-small\:px-40 {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .mobile-small\:px-44 {
        padding-left: 11rem;
        padding-right: 11rem;
    }

    .mobile-small\:px-46 {
        padding-left: 11.5625rem;
        padding-right: 11.5625rem;
    }

    .mobile-small\:px-48 {
        padding-left: 12rem;
        padding-right: 12rem;
    }

    .mobile-small\:px-52 {
        padding-left: 13rem;
        padding-right: 13rem;
    }

    .mobile-small\:px-56 {
        padding-left: 14rem;
        padding-right: 14rem;
    }

    .mobile-small\:px-60 {
        padding-left: 15rem;
        padding-right: 15rem;
    }

    .mobile-small\:px-64 {
        padding-left: 16rem;
        padding-right: 16rem;
    }

    .mobile-small\:px-72 {
        padding-left: 18rem;
        padding-right: 18rem;
    }

    .mobile-small\:px-80 {
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .mobile-small\:px-96 {
        padding-left: 24rem;
        padding-right: 24rem;
    }

    .mobile-small\:px-px {
        padding-left: 1px;
        padding-right: 1px;
    }

    .mobile-small\:px-0\.5 {
        padding-left: 0.125rem;
        padding-right: 0.125rem;
    }

    .mobile-small\:px-1\.5 {
        padding-left: 0.375rem;
        padding-right: 0.375rem;
    }

    .mobile-small\:px-2\.5 {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }

    .mobile-small\:px-3\.5 {
        padding-left: 0.875rem;
        padding-right: 0.875rem;
    }

    .mobile-small\:px-5p {
        padding-left: 5px;
        padding-right: 5px;
    }

    .mobile-small\:px-10p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .mobile-small\:px-14p {
        padding-left: 14px;
        padding-right: 14px;
    }

    .mobile-small\:px-15p {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mobile-small\:px-15_2 {
        padding-left: 60px;
        padding-right: 60px;
    }

    .mobile-small\:px-16_1 {
        padding-left: 52px;
        padding-right: 52px;
    }

    .mobile-small\:px-16p {
        padding-left: 16px;
        padding-right: 16px;
    }

    .mobile-small\:px-25p {
        padding-left: 25px;
        padding-right: 25px;
    }

    .mobile-small\:px-48p {
        padding-left: 48%;
        padding-right: 48%;
    }

    .mobile-small\:px-52p {
        padding-left: 52%;
        padding-right: 52%;
    }

    .mobile-small\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .mobile-small\:py-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .mobile-small\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .mobile-small\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .mobile-small\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .mobile-small\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .mobile-small\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .mobile-small\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

    .mobile-small\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .mobile-small\:py-9 {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }

    .mobile-small\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .mobile-small\:py-11 {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem;
    }

    .mobile-small\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .mobile-small\:py-13 {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .mobile-small\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .mobile-small\:py-15 {
        padding-top: 3.93rem;
        padding-bottom: 3.93rem;
    }

    .mobile-small\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .mobile-small\:py-18 {
        padding-top: 4.375rem;
        padding-bottom: 4.375rem;
    }

    .mobile-small\:py-19 {
        padding-top: 76px;
        padding-bottom: 76px;
    }

    .mobile-small\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .mobile-small\:py-22 {
        padding-top: 5.625rem;
        padding-bottom: 5.625rem;
    }

    .mobile-small\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .mobile-small\:py-26 {
        padding-top: 6.6875rem;
        padding-bottom: 6.6875rem;
    }

    .mobile-small\:py-28 {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    .mobile-small\:py-30 {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .mobile-small\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .mobile-small\:py-36 {
        padding-top: 9rem;
        padding-bottom: 9rem;
    }

    .mobile-small\:py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .mobile-small\:py-44 {
        padding-top: 11rem;
        padding-bottom: 11rem;
    }

    .mobile-small\:py-46 {
        padding-top: 11.5625rem;
        padding-bottom: 11.5625rem;
    }

    .mobile-small\:py-48 {
        padding-top: 12rem;
        padding-bottom: 12rem;
    }

    .mobile-small\:py-52 {
        padding-top: 13rem;
        padding-bottom: 13rem;
    }

    .mobile-small\:py-56 {
        padding-top: 14rem;
        padding-bottom: 14rem;
    }

    .mobile-small\:py-60 {
        padding-top: 15rem;
        padding-bottom: 15rem;
    }

    .mobile-small\:py-64 {
        padding-top: 16rem;
        padding-bottom: 16rem;
    }

    .mobile-small\:py-72 {
        padding-top: 18rem;
        padding-bottom: 18rem;
    }

    .mobile-small\:py-80 {
        padding-top: 20rem;
        padding-bottom: 20rem;
    }

    .mobile-small\:py-96 {
        padding-top: 24rem;
        padding-bottom: 24rem;
    }

    .mobile-small\:py-px {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .mobile-small\:py-0\.5 {
        padding-top: 0.125rem;
        padding-bottom: 0.125rem;
    }

    .mobile-small\:py-1\.5 {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
    }

    .mobile-small\:py-2\.5 {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }

    .mobile-small\:py-3\.5 {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
    }

    .mobile-small\:py-5p {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .mobile-small\:py-10p {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .mobile-small\:py-14p {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .mobile-small\:py-15p {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .mobile-small\:py-15_2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .mobile-small\:py-16_1 {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .mobile-small\:py-16p {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .mobile-small\:py-25p {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .mobile-small\:py-48p {
        padding-top: 48%;
        padding-bottom: 48%;
    }

    .mobile-small\:py-52p {
        padding-top: 52%;
        padding-bottom: 52%;
    }

    .mobile-small\:pt-0 {
        padding-top: 0px;
    }

    .mobile-small\:pt-1 {
        padding-top: 0.25rem;
    }

    .mobile-small\:pt-2 {
        padding-top: 0.5rem;
    }

    .mobile-small\:pt-3 {
        padding-top: 0.75rem;
    }

    .mobile-small\:pt-4 {
        padding-top: 1rem;
    }

    .mobile-small\:pt-5 {
        padding-top: 1.25rem;
    }

    .mobile-small\:pt-6 {
        padding-top: 1.5rem;
    }

    .mobile-small\:pt-7 {
        padding-top: 1.75rem;
    }

    .mobile-small\:pt-8 {
        padding-top: 2rem;
    }

    .mobile-small\:pt-9 {
        padding-top: 2.25rem;
    }

    .mobile-small\:pt-10 {
        padding-top: 2.5rem;
    }

    .mobile-small\:pt-11 {
        padding-top: 2.75rem;
    }

    .mobile-small\:pt-12 {
        padding-top: 3rem;
    }

    .mobile-small\:pt-13 {
        padding-top: 52px;
    }

    .mobile-small\:pt-14 {
        padding-top: 3.5rem;
    }

    .mobile-small\:pt-15 {
        padding-top: 3.93rem;
    }

    .mobile-small\:pt-16 {
        padding-top: 4rem;
    }

    .mobile-small\:pt-18 {
        padding-top: 4.375rem;
    }

    .mobile-small\:pt-19 {
        padding-top: 76px;
    }

    .mobile-small\:pt-20 {
        padding-top: 5rem;
    }

    .mobile-small\:pt-22 {
        padding-top: 5.625rem;
    }

    .mobile-small\:pt-24 {
        padding-top: 6rem;
    }

    .mobile-small\:pt-26 {
        padding-top: 6.6875rem;
    }

    .mobile-small\:pt-28 {
        padding-top: 7rem;
    }

    .mobile-small\:pt-30 {
        padding-top: 120px;
    }

    .mobile-small\:pt-32 {
        padding-top: 8rem;
    }

    .mobile-small\:pt-36 {
        padding-top: 9rem;
    }

    .mobile-small\:pt-40 {
        padding-top: 10rem;
    }

    .mobile-small\:pt-44 {
        padding-top: 11rem;
    }

    .mobile-small\:pt-46 {
        padding-top: 11.5625rem;
    }

    .mobile-small\:pt-48 {
        padding-top: 12rem;
    }

    .mobile-small\:pt-52 {
        padding-top: 13rem;
    }

    .mobile-small\:pt-56 {
        padding-top: 14rem;
    }

    .mobile-small\:pt-60 {
        padding-top: 15rem;
    }

    .mobile-small\:pt-64 {
        padding-top: 16rem;
    }

    .mobile-small\:pt-72 {
        padding-top: 18rem;
    }

    .mobile-small\:pt-80 {
        padding-top: 20rem;
    }

    .mobile-small\:pt-96 {
        padding-top: 24rem;
    }

    .mobile-small\:pt-px {
        padding-top: 1px;
    }

    .mobile-small\:pt-0\.5 {
        padding-top: 0.125rem;
    }

    .mobile-small\:pt-1\.5 {
        padding-top: 0.375rem;
    }

    .mobile-small\:pt-2\.5 {
        padding-top: 0.625rem;
    }

    .mobile-small\:pt-3\.5 {
        padding-top: 0.875rem;
    }

    .mobile-small\:pt-5p {
        padding-top: 5px;
    }

    .mobile-small\:pt-10p {
        padding-top: 10px;
    }

    .mobile-small\:pt-14p {
        padding-top: 14px;
    }

    .mobile-small\:pt-15p {
        padding-top: 15px;
    }

    .mobile-small\:pt-15_2 {
        padding-top: 60px;
    }

    .mobile-small\:pt-16_1 {
        padding-top: 52px;
    }

    .mobile-small\:pt-16p {
        padding-top: 16px;
    }

    .mobile-small\:pt-25p {
        padding-top: 25px;
    }

    .mobile-small\:pt-48p {
        padding-top: 48%;
    }

    .mobile-small\:pt-52p {
        padding-top: 52%;
    }

    .mobile-small\:pr-0 {
        padding-right: 0px;
    }

    .mobile-small\:pr-1 {
        padding-right: 0.25rem;
    }

    .mobile-small\:pr-2 {
        padding-right: 0.5rem;
    }

    .mobile-small\:pr-3 {
        padding-right: 0.75rem;
    }

    .mobile-small\:pr-4 {
        padding-right: 1rem;
    }

    .mobile-small\:pr-5 {
        padding-right: 1.25rem;
    }

    .mobile-small\:pr-6 {
        padding-right: 1.5rem;
    }

    .mobile-small\:pr-7 {
        padding-right: 1.75rem;
    }

    .mobile-small\:pr-8 {
        padding-right: 2rem;
    }

    .mobile-small\:pr-9 {
        padding-right: 2.25rem;
    }

    .mobile-small\:pr-10 {
        padding-right: 2.5rem;
    }

    .mobile-small\:pr-11 {
        padding-right: 2.75rem;
    }

    .mobile-small\:pr-12 {
        padding-right: 3rem;
    }

    .mobile-small\:pr-13 {
        padding-right: 52px;
    }

    .mobile-small\:pr-14 {
        padding-right: 3.5rem;
    }

    .mobile-small\:pr-15 {
        padding-right: 3.93rem;
    }

    .mobile-small\:pr-16 {
        padding-right: 4rem;
    }

    .mobile-small\:pr-18 {
        padding-right: 4.375rem;
    }

    .mobile-small\:pr-19 {
        padding-right: 76px;
    }

    .mobile-small\:pr-20 {
        padding-right: 5rem;
    }

    .mobile-small\:pr-22 {
        padding-right: 5.625rem;
    }

    .mobile-small\:pr-24 {
        padding-right: 6rem;
    }

    .mobile-small\:pr-26 {
        padding-right: 6.6875rem;
    }

    .mobile-small\:pr-28 {
        padding-right: 7rem;
    }

    .mobile-small\:pr-30 {
        padding-right: 120px;
    }

    .mobile-small\:pr-32 {
        padding-right: 8rem;
    }

    .mobile-small\:pr-36 {
        padding-right: 9rem;
    }

    .mobile-small\:pr-40 {
        padding-right: 10rem;
    }

    .mobile-small\:pr-44 {
        padding-right: 11rem;
    }

    .mobile-small\:pr-46 {
        padding-right: 11.5625rem;
    }

    .mobile-small\:pr-48 {
        padding-right: 12rem;
    }

    .mobile-small\:pr-52 {
        padding-right: 13rem;
    }

    .mobile-small\:pr-56 {
        padding-right: 14rem;
    }

    .mobile-small\:pr-60 {
        padding-right: 15rem;
    }

    .mobile-small\:pr-64 {
        padding-right: 16rem;
    }

    .mobile-small\:pr-72 {
        padding-right: 18rem;
    }

    .mobile-small\:pr-80 {
        padding-right: 20rem;
    }

    .mobile-small\:pr-96 {
        padding-right: 24rem;
    }

    .mobile-small\:pr-px {
        padding-right: 1px;
    }

    .mobile-small\:pr-0\.5 {
        padding-right: 0.125rem;
    }

    .mobile-small\:pr-1\.5 {
        padding-right: 0.375rem;
    }

    .mobile-small\:pr-2\.5 {
        padding-right: 0.625rem;
    }

    .mobile-small\:pr-3\.5 {
        padding-right: 0.875rem;
    }

    .mobile-small\:pr-5p {
        padding-right: 5px;
    }

    .mobile-small\:pr-10p {
        padding-right: 10px;
    }

    .mobile-small\:pr-14p {
        padding-right: 14px;
    }

    .mobile-small\:pr-15p {
        padding-right: 15px;
    }

    .mobile-small\:pr-15_2 {
        padding-right: 60px;
    }

    .mobile-small\:pr-16_1 {
        padding-right: 52px;
    }

    .mobile-small\:pr-16p {
        padding-right: 16px;
    }

    .mobile-small\:pr-25p {
        padding-right: 25px;
    }

    .mobile-small\:pr-48p {
        padding-right: 48%;
    }

    .mobile-small\:pr-52p {
        padding-right: 52%;
    }

    .mobile-small\:pb-0 {
        padding-bottom: 0px;
    }

    .mobile-small\:pb-1 {
        padding-bottom: 0.25rem;
    }

    .mobile-small\:pb-2 {
        padding-bottom: 0.5rem;
    }

    .mobile-small\:pb-3 {
        padding-bottom: 0.75rem;
    }

    .mobile-small\:pb-4 {
        padding-bottom: 1rem;
    }

    .mobile-small\:pb-5 {
        padding-bottom: 1.25rem;
    }

    .mobile-small\:pb-6 {
        padding-bottom: 1.5rem;
    }

    .mobile-small\:pb-7 {
        padding-bottom: 1.75rem;
    }

    .mobile-small\:pb-8 {
        padding-bottom: 2rem;
    }

    .mobile-small\:pb-9 {
        padding-bottom: 2.25rem;
    }

    .mobile-small\:pb-10 {
        padding-bottom: 2.5rem;
    }

    .mobile-small\:pb-11 {
        padding-bottom: 2.75rem;
    }

    .mobile-small\:pb-12 {
        padding-bottom: 3rem;
    }

    .mobile-small\:pb-13 {
        padding-bottom: 52px;
    }

    .mobile-small\:pb-14 {
        padding-bottom: 3.5rem;
    }

    .mobile-small\:pb-15 {
        padding-bottom: 3.93rem;
    }

    .mobile-small\:pb-16 {
        padding-bottom: 4rem;
    }

    .mobile-small\:pb-18 {
        padding-bottom: 4.375rem;
    }

    .mobile-small\:pb-19 {
        padding-bottom: 76px;
    }

    .mobile-small\:pb-20 {
        padding-bottom: 5rem;
    }

    .mobile-small\:pb-22 {
        padding-bottom: 5.625rem;
    }

    .mobile-small\:pb-24 {
        padding-bottom: 6rem;
    }

    .mobile-small\:pb-26 {
        padding-bottom: 6.6875rem;
    }

    .mobile-small\:pb-28 {
        padding-bottom: 7rem;
    }

    .mobile-small\:pb-30 {
        padding-bottom: 120px;
    }

    .mobile-small\:pb-32 {
        padding-bottom: 8rem;
    }

    .mobile-small\:pb-36 {
        padding-bottom: 9rem;
    }

    .mobile-small\:pb-40 {
        padding-bottom: 10rem;
    }

    .mobile-small\:pb-44 {
        padding-bottom: 11rem;
    }

    .mobile-small\:pb-46 {
        padding-bottom: 11.5625rem;
    }

    .mobile-small\:pb-48 {
        padding-bottom: 12rem;
    }

    .mobile-small\:pb-52 {
        padding-bottom: 13rem;
    }

    .mobile-small\:pb-56 {
        padding-bottom: 14rem;
    }

    .mobile-small\:pb-60 {
        padding-bottom: 15rem;
    }

    .mobile-small\:pb-64 {
        padding-bottom: 16rem;
    }

    .mobile-small\:pb-72 {
        padding-bottom: 18rem;
    }

    .mobile-small\:pb-80 {
        padding-bottom: 20rem;
    }

    .mobile-small\:pb-96 {
        padding-bottom: 24rem;
    }

    .mobile-small\:pb-px {
        padding-bottom: 1px;
    }

    .mobile-small\:pb-0\.5 {
        padding-bottom: 0.125rem;
    }

    .mobile-small\:pb-1\.5 {
        padding-bottom: 0.375rem;
    }

    .mobile-small\:pb-2\.5 {
        padding-bottom: 0.625rem;
    }

    .mobile-small\:pb-3\.5 {
        padding-bottom: 0.875rem;
    }

    .mobile-small\:pb-5p {
        padding-bottom: 5px;
    }

    .mobile-small\:pb-10p {
        padding-bottom: 10px;
    }

    .mobile-small\:pb-14p {
        padding-bottom: 14px;
    }

    .mobile-small\:pb-15p {
        padding-bottom: 15px;
    }

    .mobile-small\:pb-15_2 {
        padding-bottom: 60px;
    }

    .mobile-small\:pb-16_1 {
        padding-bottom: 52px;
    }

    .mobile-small\:pb-16p {
        padding-bottom: 16px;
    }

    .mobile-small\:pb-25p {
        padding-bottom: 25px;
    }

    .mobile-small\:pb-48p {
        padding-bottom: 48%;
    }

    .mobile-small\:pb-52p {
        padding-bottom: 52%;
    }

    .mobile-small\:pl-0 {
        padding-left: 0px;
    }

    .mobile-small\:pl-1 {
        padding-left: 0.25rem;
    }

    .mobile-small\:pl-2 {
        padding-left: 0.5rem;
    }

    .mobile-small\:pl-3 {
        padding-left: 0.75rem;
    }

    .mobile-small\:pl-4 {
        padding-left: 1rem;
    }

    .mobile-small\:pl-5 {
        padding-left: 1.25rem;
    }

    .mobile-small\:pl-6 {
        padding-left: 1.5rem;
    }

    .mobile-small\:pl-7 {
        padding-left: 1.75rem;
    }

    .mobile-small\:pl-8 {
        padding-left: 2rem;
    }

    .mobile-small\:pl-9 {
        padding-left: 2.25rem;
    }

    .mobile-small\:pl-10 {
        padding-left: 2.5rem;
    }

    .mobile-small\:pl-11 {
        padding-left: 2.75rem;
    }

    .mobile-small\:pl-12 {
        padding-left: 3rem;
    }

    .mobile-small\:pl-13 {
        padding-left: 52px;
    }

    .mobile-small\:pl-14 {
        padding-left: 3.5rem;
    }

    .mobile-small\:pl-15 {
        padding-left: 3.93rem;
    }

    .mobile-small\:pl-16 {
        padding-left: 4rem;
    }

    .mobile-small\:pl-18 {
        padding-left: 4.375rem;
    }

    .mobile-small\:pl-19 {
        padding-left: 76px;
    }

    .mobile-small\:pl-20 {
        padding-left: 5rem;
    }

    .mobile-small\:pl-22 {
        padding-left: 5.625rem;
    }

    .mobile-small\:pl-24 {
        padding-left: 6rem;
    }

    .mobile-small\:pl-26 {
        padding-left: 6.6875rem;
    }

    .mobile-small\:pl-28 {
        padding-left: 7rem;
    }

    .mobile-small\:pl-30 {
        padding-left: 120px;
    }

    .mobile-small\:pl-32 {
        padding-left: 8rem;
    }

    .mobile-small\:pl-36 {
        padding-left: 9rem;
    }

    .mobile-small\:pl-40 {
        padding-left: 10rem;
    }

    .mobile-small\:pl-44 {
        padding-left: 11rem;
    }

    .mobile-small\:pl-46 {
        padding-left: 11.5625rem;
    }

    .mobile-small\:pl-48 {
        padding-left: 12rem;
    }

    .mobile-small\:pl-52 {
        padding-left: 13rem;
    }

    .mobile-small\:pl-56 {
        padding-left: 14rem;
    }

    .mobile-small\:pl-60 {
        padding-left: 15rem;
    }

    .mobile-small\:pl-64 {
        padding-left: 16rem;
    }

    .mobile-small\:pl-72 {
        padding-left: 18rem;
    }

    .mobile-small\:pl-80 {
        padding-left: 20rem;
    }

    .mobile-small\:pl-96 {
        padding-left: 24rem;
    }

    .mobile-small\:pl-px {
        padding-left: 1px;
    }

    .mobile-small\:pl-0\.5 {
        padding-left: 0.125rem;
    }

    .mobile-small\:pl-1\.5 {
        padding-left: 0.375rem;
    }

    .mobile-small\:pl-2\.5 {
        padding-left: 0.625rem;
    }

    .mobile-small\:pl-3\.5 {
        padding-left: 0.875rem;
    }

    .mobile-small\:pl-5p {
        padding-left: 5px;
    }

    .mobile-small\:pl-10p {
        padding-left: 10px;
    }

    .mobile-small\:pl-14p {
        padding-left: 14px;
    }

    .mobile-small\:pl-15p {
        padding-left: 15px;
    }

    .mobile-small\:pl-15_2 {
        padding-left: 60px;
    }

    .mobile-small\:pl-16_1 {
        padding-left: 52px;
    }

    .mobile-small\:pl-16p {
        padding-left: 16px;
    }

    .mobile-small\:pl-25p {
        padding-left: 25px;
    }

    .mobile-small\:pl-48p {
        padding-left: 48%;
    }

    .mobile-small\:pl-52p {
        padding-left: 52%;
    }

    .mobile-small\:text-left {
        text-align: left;
    }

    .mobile-small\:text-center {
        text-align: center;
    }

    .mobile-small\:text-right {
        text-align: right;
    }

    .mobile-small\:text-justify {
        text-align: justify;
    }

    .mobile-small\:align-baseline {
        vertical-align: baseline;
    }

    .mobile-small\:align-top {
        vertical-align: top;
    }

    .mobile-small\:align-middle {
        vertical-align: middle;
    }

    .mobile-small\:align-bottom {
        vertical-align: bottom;
    }

    .mobile-small\:align-text-top {
        vertical-align: text-top;
    }

    .mobile-small\:align-text-bottom {
        vertical-align: text-bottom;
    }

    .mobile-small\: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";
    }

    .mobile-small\:font-serif {
        font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    }

    .mobile-small\:font-mono {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    }

    .mobile-small\:font-body {
        font-family: "Red Hat Display";
    }

    .mobile-small\:font-primary {
        font-family: "Noto Sans";
    }

    .mobile-small\:font-secondary {
        font-family: "Montserrat";
    }

    .mobile-small\:font-Helvetica_Bold {
        font-family: "Helvetica-Bold";
    }

    .mobile-small\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }

    .mobile-small\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .mobile-small\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .mobile-small\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .mobile-small\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .mobile-small\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .mobile-small\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .mobile-small\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .mobile-small\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

    .mobile-small\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }

    .mobile-small\:text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }

    .mobile-small\:text-8xl {
        font-size: 6rem;
        line-height: 1;
    }

    .mobile-small\:text-9xl {
        font-size: 8rem;
        line-height: 1;
    }

    .mobile-small\:text-10p {
        font-size: 0.625rem;
    }

    .mobile-small\:text-50p {
        font-size: 3.125rem;
    }

    .mobile-small\:text-40p {
        font-size: 2.5rem;
    }

    .mobile-small\:text-8\.5xl {
        font-size: 7.5rem;
        line-height: 7.8rem;
    }

    .mobile-small\:text-80p {
        font-size: 80px;
        line-height: 90px;
    }

    .mobile-small\:font-thin {
        font-weight: 100;
    }

    .mobile-small\:font-extralight {
        font-weight: 200;
    }

    .mobile-small\:font-light {
        font-weight: 300;
    }

    .mobile-small\:font-normal {
        font-weight: 400;
    }

    .mobile-small\:font-medium {
        font-weight: 500;
    }

    .mobile-small\:font-semibold {
        font-weight: 600;
    }

    .mobile-small\:font-bold {
        font-weight: 700;
    }

    .mobile-small\:font-extrabold {
        font-weight: 800;
    }

    .mobile-small\:font-black {
        font-weight: 900;
    }

    .mobile-small\:uppercase {
        text-transform: uppercase;
    }

    .mobile-small\:lowercase {
        text-transform: lowercase;
    }

    .mobile-small\:capitalize {
        text-transform: capitalize;
    }

    .mobile-small\:normal-case {
        text-transform: none;
    }

    .mobile-small\:italic {
        font-style: italic;
    }

    .mobile-small\:not-italic {
        font-style: normal;
    }

    .mobile-small\:ordinal,
    .mobile-small\:slashed-zero,
    .mobile-small\:lining-nums,
    .mobile-small\:oldstyle-nums,
    .mobile-small\:proportional-nums,
    .mobile-small\:tabular-nums,
    .mobile-small\:diagonal-fractions,
    .mobile-small\:stacked-fractions {
        --tw-ordinal: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-slashed-zero: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-numeric-figure: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-numeric-spacing: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-numeric-fraction: var(--tw-empty,
                /*!*/
                /*!*/
            );
        font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
    }

    .mobile-small\:normal-nums {
        font-variant-numeric: normal;
    }

    .mobile-small\:ordinal {
        --tw-ordinal: ordinal;
    }

    .mobile-small\:slashed-zero {
        --tw-slashed-zero: slashed-zero;
    }

    .mobile-small\:lining-nums {
        --tw-numeric-figure: lining-nums;
    }

    .mobile-small\:oldstyle-nums {
        --tw-numeric-figure: oldstyle-nums;
    }

    .mobile-small\:proportional-nums {
        --tw-numeric-spacing: proportional-nums;
    }

    .mobile-small\:tabular-nums {
        --tw-numeric-spacing: tabular-nums;
    }

    .mobile-small\:diagonal-fractions {
        --tw-numeric-fraction: diagonal-fractions;
    }

    .mobile-small\:stacked-fractions {
        --tw-numeric-fraction: stacked-fractions;
    }

    .mobile-small\:leading-3 {
        line-height: .75rem;
    }

    .mobile-small\:leading-4 {
        line-height: 1rem;
    }

    .mobile-small\:leading-5 {
        line-height: 1.25rem;
    }

    .mobile-small\:leading-6 {
        line-height: 1.5rem;
    }

    .mobile-small\:leading-7 {
        line-height: 1.75rem;
    }

    .mobile-small\:leading-8 {
        line-height: 2rem;
    }

    .mobile-small\:leading-9 {
        line-height: 2.25rem;
    }

    .mobile-small\:leading-10 {
        line-height: 2.5rem;
    }

    .mobile-small\:leading-none {
        line-height: 1;
    }

    .mobile-small\:leading-tight {
        line-height: 1.25;
    }

    .mobile-small\:leading-snug {
        line-height: 1.375;
    }

    .mobile-small\:leading-normal {
        line-height: 1.5;
    }

    .mobile-small\:leading-relaxed {
        line-height: 1.625;
    }

    .mobile-small\:leading-loose {
        line-height: 2;
    }

    .mobile-small\:tracking-tightest {
        letter-spacing: -.075em;
    }

    .mobile-small\:tracking-tighter {
        letter-spacing: -.05em;
    }

    .mobile-small\:tracking-tight {
        letter-spacing: -.025em;
    }

    .mobile-small\:tracking-normal {
        letter-spacing: 0;
    }

    .mobile-small\:tracking-wide {
        letter-spacing: 1.5px;
    }

    .mobile-small\:tracking-wider {
        letter-spacing: .05em;
    }

    .mobile-small\:tracking-wider_lg {
        letter-spacing: .1em;
    }

    .mobile-small\:tracking-widest {
        letter-spacing: .15em;
    }

    .mobile-small\:text-transparent {
        color: transparent;
    }

    .mobile-small\:text-current {
        color: currentColor;
    }

    .mobile-small\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .mobile-small\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .mobile-small\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .mobile-small\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .mobile-small\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .mobile-small\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .mobile-small\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .mobile-small\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .mobile-small\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .mobile-small\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .mobile-small\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .mobile-small\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .mobile-small\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .mobile-small\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .mobile-small\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .mobile-small\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .mobile-small\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .mobile-small\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .mobile-small\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .mobile-small\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .mobile-small\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .mobile-small\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .mobile-small\:text-yellow {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .mobile-small\:text-green {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .mobile-small\:text-blue {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .mobile-small\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .mobile-small\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .mobile-small\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .mobile-small\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .mobile-small\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .mobile-small\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .mobile-small\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .mobile-small\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .mobile-small\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .mobile-small\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .mobile-small\:text-purple {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .mobile-small\:text-pink {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .mobile-small\:text-primary {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .mobile-small\:text-secondary {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .mobile-small\:text-body_bg {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .mobile-small\:text-body_text {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .mobile-small\:text-title {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .mobile-small\:text-grey {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .mobile-small\:text-dark_grey {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .mobile-small\:text-light_grey {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .mobile-small\:text-medium_grey {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .mobile-small\:text-lightten_grey {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .mobile-small\:text-grey_300 {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .mobile-small\:text-grey_400 {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .mobile-small\:text-medium_blue {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .mobile-small\:text-dark_blue {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .mobile-small\:text-text_blue {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .mobile-small\:text-footer_bg {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .mobile-small\:text-brown {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .mobile-small\:text-dark_brown {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .mobile-small\:text-Light_purple {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .mobile-small\:text-dark_green {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .mobile-small\:text-medium_green {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .mobile-small\:text-light_green {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .mobile-small\:text-green_900 {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .mobile-small\:text-dark_border {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-transparent {
        color: transparent;
    }

    .group:hover .mobile-small\:group-hover\:text-current {
        color: currentColor;
    }

    .group:hover .mobile-small\:group-hover\:text-black {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-white {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-gray-50 {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-gray-100 {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-gray-200 {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-gray-300 {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-gray-400 {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-gray-800 {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-gray-900 {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-red-50 {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-red-100 {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-red-200 {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-red-300 {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-red-400 {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-red-500 {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-red-600 {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-red-700 {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-red-900 {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-yellow {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-green {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-blue {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-indigo-50 {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-indigo-100 {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-indigo-200 {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-indigo-300 {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-indigo-400 {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-indigo-500 {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-indigo-600 {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-indigo-700 {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-indigo-800 {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-indigo-900 {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-purple {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-pink {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-primary {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-secondary {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-body_bg {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-body_text {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-title {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-grey {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-dark_grey {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-light_grey {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-medium_grey {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-lightten_grey {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-grey_300 {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-grey_400 {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-medium_blue {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-dark_blue {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-text_blue {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-footer_bg {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-brown {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-dark_brown {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-Light_purple {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-dark_green {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-medium_green {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-light_green {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-green_900 {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .group:hover .mobile-small\:group-hover\:text-dark_border {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-transparent:focus-within {
        color: transparent;
    }

    .mobile-small\:focus-within\:text-current:focus-within {
        color: currentColor;
    }

    .mobile-small\:focus-within\:text-black:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-white:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-gray-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-gray-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-gray-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-gray-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-gray-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-gray-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-gray-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-gray-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-gray-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-gray-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-red-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-red-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-red-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-red-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-red-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-red-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-red-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-red-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-red-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-red-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-yellow:focus-within {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-indigo-50:focus-within {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-indigo-100:focus-within {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-indigo-200:focus-within {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-indigo-300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-indigo-400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-indigo-500:focus-within {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-indigo-600:focus-within {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-indigo-700:focus-within {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-indigo-800:focus-within {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-indigo-900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-purple:focus-within {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-pink:focus-within {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-primary:focus-within {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-secondary:focus-within {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-body_bg:focus-within {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-body_text:focus-within {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-title:focus-within {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-dark_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-light_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-medium_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-lightten_grey:focus-within {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-grey_300:focus-within {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-grey_400:focus-within {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-medium_blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-dark_blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-text_blue:focus-within {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-footer_bg:focus-within {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-brown:focus-within {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-dark_brown:focus-within {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-Light_purple:focus-within {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-dark_green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-medium_green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-light_green:focus-within {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-green_900:focus-within {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .mobile-small\:focus-within\:text-dark_border:focus-within {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-transparent:hover {
        color: transparent;
    }

    .mobile-small\:hover\:text-current:hover {
        color: currentColor;
    }

    .mobile-small\:hover\:text-black:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-white:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-gray-50:hover {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-gray-100:hover {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-gray-200:hover {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-gray-300:hover {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-gray-400:hover {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-gray-500:hover {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-gray-600:hover {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-gray-700:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-gray-800:hover {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-gray-900:hover {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-red-50:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-red-100:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-red-200:hover {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-red-300:hover {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-red-400:hover {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-red-500:hover {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-red-600:hover {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-red-700:hover {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-red-800:hover {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-red-900:hover {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-yellow:hover {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-green:hover {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-blue:hover {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-indigo-50:hover {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-indigo-100:hover {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-indigo-200:hover {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-indigo-300:hover {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-indigo-400:hover {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-indigo-500:hover {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-indigo-600:hover {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-indigo-700:hover {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-indigo-800:hover {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-indigo-900:hover {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-purple:hover {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-pink:hover {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-primary:hover {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-secondary:hover {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-body_bg:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-body_text:hover {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-title:hover {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-grey:hover {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-dark_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-light_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-medium_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-lightten_grey:hover {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-grey_300:hover {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-grey_400:hover {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-medium_blue:hover {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-dark_blue:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-text_blue:hover {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-footer_bg:hover {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-brown:hover {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-dark_brown:hover {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-Light_purple:hover {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-dark_green:hover {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-medium_green:hover {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-light_green:hover {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-green_900:hover {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .mobile-small\:hover\:text-dark_border:hover {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-transparent:focus {
        color: transparent;
    }

    .mobile-small\:focus\:text-current:focus {
        color: currentColor;
    }

    .mobile-small\:focus\:text-black:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-white:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-gray-50:focus {
        --tw-text-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-gray-100:focus {
        --tw-text-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-gray-200:focus {
        --tw-text-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-gray-300:focus {
        --tw-text-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-gray-400:focus {
        --tw-text-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-gray-500:focus {
        --tw-text-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-gray-600:focus {
        --tw-text-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-gray-700:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-gray-800:focus {
        --tw-text-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-gray-900:focus {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-red-50:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-red-100:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-red-200:focus {
        --tw-text-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-red-300:focus {
        --tw-text-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-red-400:focus {
        --tw-text-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-red-500:focus {
        --tw-text-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-red-600:focus {
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-red-700:focus {
        --tw-text-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-red-800:focus {
        --tw-text-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-red-900:focus {
        --tw-text-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-yellow:focus {
        --tw-text-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-green:focus {
        --tw-text-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-blue:focus {
        --tw-text-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-indigo-50:focus {
        --tw-text-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-indigo-100:focus {
        --tw-text-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-indigo-200:focus {
        --tw-text-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-indigo-300:focus {
        --tw-text-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-indigo-400:focus {
        --tw-text-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-indigo-500:focus {
        --tw-text-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-indigo-600:focus {
        --tw-text-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-indigo-700:focus {
        --tw-text-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-indigo-800:focus {
        --tw-text-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-indigo-900:focus {
        --tw-text-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-purple:focus {
        --tw-text-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-pink:focus {
        --tw-text-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-primary:focus {
        --tw-text-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-secondary:focus {
        --tw-text-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-body_bg:focus {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-body_text:focus {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-title:focus {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-grey:focus {
        --tw-text-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-dark_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-light_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-medium_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-lightten_grey:focus {
        --tw-text-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-grey_300:focus {
        --tw-text-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-grey_400:focus {
        --tw-text-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-medium_blue:focus {
        --tw-text-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-dark_blue:focus {
        --tw-text-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-text_blue:focus {
        --tw-text-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-footer_bg:focus {
        --tw-text-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-brown:focus {
        --tw-text-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-dark_brown:focus {
        --tw-text-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-Light_purple:focus {
        --tw-text-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-dark_green:focus {
        --tw-text-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-medium_green:focus {
        --tw-text-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-light_green:focus {
        --tw-text-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-green_900:focus {
        --tw-text-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-text-opacity));
    }

    .mobile-small\:focus\:text-dark_border:focus {
        --tw-text-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-text-opacity));
    }

    .mobile-small\:text-opacity-0 {
        --tw-text-opacity: 0;
    }

    .mobile-small\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }

    .mobile-small\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }

    .mobile-small\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }

    .mobile-small\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }

    .mobile-small\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }

    .mobile-small\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }

    .mobile-small\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }

    .mobile-small\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }

    .mobile-small\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }

    .mobile-small\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }

    .mobile-small\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }

    .mobile-small\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }

    .mobile-small\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }

    .mobile-small\:text-opacity-100 {
        --tw-text-opacity: 1;
    }

    .group:hover .mobile-small\:group-hover\:text-opacity-0 {
        --tw-text-opacity: 0;
    }

    .group:hover .mobile-small\:group-hover\:text-opacity-5 {
        --tw-text-opacity: 0.05;
    }

    .group:hover .mobile-small\:group-hover\:text-opacity-10 {
        --tw-text-opacity: 0.1;
    }

    .group:hover .mobile-small\:group-hover\:text-opacity-20 {
        --tw-text-opacity: 0.2;
    }

    .group:hover .mobile-small\:group-hover\:text-opacity-25 {
        --tw-text-opacity: 0.25;
    }

    .group:hover .mobile-small\:group-hover\:text-opacity-30 {
        --tw-text-opacity: 0.3;
    }

    .group:hover .mobile-small\:group-hover\:text-opacity-40 {
        --tw-text-opacity: 0.4;
    }

    .group:hover .mobile-small\:group-hover\:text-opacity-50 {
        --tw-text-opacity: 0.5;
    }

    .group:hover .mobile-small\:group-hover\:text-opacity-60 {
        --tw-text-opacity: 0.6;
    }

    .group:hover .mobile-small\:group-hover\:text-opacity-70 {
        --tw-text-opacity: 0.7;
    }

    .group:hover .mobile-small\:group-hover\:text-opacity-75 {
        --tw-text-opacity: 0.75;
    }

    .group:hover .mobile-small\:group-hover\:text-opacity-80 {
        --tw-text-opacity: 0.8;
    }

    .group:hover .mobile-small\:group-hover\:text-opacity-90 {
        --tw-text-opacity: 0.9;
    }

    .group:hover .mobile-small\:group-hover\:text-opacity-95 {
        --tw-text-opacity: 0.95;
    }

    .group:hover .mobile-small\:group-hover\:text-opacity-100 {
        --tw-text-opacity: 1;
    }

    .mobile-small\:focus-within\:text-opacity-0:focus-within {
        --tw-text-opacity: 0;
    }

    .mobile-small\:focus-within\:text-opacity-5:focus-within {
        --tw-text-opacity: 0.05;
    }

    .mobile-small\:focus-within\:text-opacity-10:focus-within {
        --tw-text-opacity: 0.1;
    }

    .mobile-small\:focus-within\:text-opacity-20:focus-within {
        --tw-text-opacity: 0.2;
    }

    .mobile-small\:focus-within\:text-opacity-25:focus-within {
        --tw-text-opacity: 0.25;
    }

    .mobile-small\:focus-within\:text-opacity-30:focus-within {
        --tw-text-opacity: 0.3;
    }

    .mobile-small\:focus-within\:text-opacity-40:focus-within {
        --tw-text-opacity: 0.4;
    }

    .mobile-small\:focus-within\:text-opacity-50:focus-within {
        --tw-text-opacity: 0.5;
    }

    .mobile-small\:focus-within\:text-opacity-60:focus-within {
        --tw-text-opacity: 0.6;
    }

    .mobile-small\:focus-within\:text-opacity-70:focus-within {
        --tw-text-opacity: 0.7;
    }

    .mobile-small\:focus-within\:text-opacity-75:focus-within {
        --tw-text-opacity: 0.75;
    }

    .mobile-small\:focus-within\:text-opacity-80:focus-within {
        --tw-text-opacity: 0.8;
    }

    .mobile-small\:focus-within\:text-opacity-90:focus-within {
        --tw-text-opacity: 0.9;
    }

    .mobile-small\:focus-within\:text-opacity-95:focus-within {
        --tw-text-opacity: 0.95;
    }

    .mobile-small\:focus-within\:text-opacity-100:focus-within {
        --tw-text-opacity: 1;
    }

    .mobile-small\:hover\:text-opacity-0:hover {
        --tw-text-opacity: 0;
    }

    .mobile-small\:hover\:text-opacity-5:hover {
        --tw-text-opacity: 0.05;
    }

    .mobile-small\:hover\:text-opacity-10:hover {
        --tw-text-opacity: 0.1;
    }

    .mobile-small\:hover\:text-opacity-20:hover {
        --tw-text-opacity: 0.2;
    }

    .mobile-small\:hover\:text-opacity-25:hover {
        --tw-text-opacity: 0.25;
    }

    .mobile-small\:hover\:text-opacity-30:hover {
        --tw-text-opacity: 0.3;
    }

    .mobile-small\:hover\:text-opacity-40:hover {
        --tw-text-opacity: 0.4;
    }

    .mobile-small\:hover\:text-opacity-50:hover {
        --tw-text-opacity: 0.5;
    }

    .mobile-small\:hover\:text-opacity-60:hover {
        --tw-text-opacity: 0.6;
    }

    .mobile-small\:hover\:text-opacity-70:hover {
        --tw-text-opacity: 0.7;
    }

    .mobile-small\:hover\:text-opacity-75:hover {
        --tw-text-opacity: 0.75;
    }

    .mobile-small\:hover\:text-opacity-80:hover {
        --tw-text-opacity: 0.8;
    }

    .mobile-small\:hover\:text-opacity-90:hover {
        --tw-text-opacity: 0.9;
    }

    .mobile-small\:hover\:text-opacity-95:hover {
        --tw-text-opacity: 0.95;
    }

    .mobile-small\:hover\:text-opacity-100:hover {
        --tw-text-opacity: 1;
    }

    .mobile-small\:focus\:text-opacity-0:focus {
        --tw-text-opacity: 0;
    }

    .mobile-small\:focus\:text-opacity-5:focus {
        --tw-text-opacity: 0.05;
    }

    .mobile-small\:focus\:text-opacity-10:focus {
        --tw-text-opacity: 0.1;
    }

    .mobile-small\:focus\:text-opacity-20:focus {
        --tw-text-opacity: 0.2;
    }

    .mobile-small\:focus\:text-opacity-25:focus {
        --tw-text-opacity: 0.25;
    }

    .mobile-small\:focus\:text-opacity-30:focus {
        --tw-text-opacity: 0.3;
    }

    .mobile-small\:focus\:text-opacity-40:focus {
        --tw-text-opacity: 0.4;
    }

    .mobile-small\:focus\:text-opacity-50:focus {
        --tw-text-opacity: 0.5;
    }

    .mobile-small\:focus\:text-opacity-60:focus {
        --tw-text-opacity: 0.6;
    }

    .mobile-small\:focus\:text-opacity-70:focus {
        --tw-text-opacity: 0.7;
    }

    .mobile-small\:focus\:text-opacity-75:focus {
        --tw-text-opacity: 0.75;
    }

    .mobile-small\:focus\:text-opacity-80:focus {
        --tw-text-opacity: 0.8;
    }

    .mobile-small\:focus\:text-opacity-90:focus {
        --tw-text-opacity: 0.9;
    }

    .mobile-small\:focus\:text-opacity-95:focus {
        --tw-text-opacity: 0.95;
    }

    .mobile-small\:focus\:text-opacity-100:focus {
        --tw-text-opacity: 1;
    }

    .mobile-small\:underline {
        text-decoration: underline;
    }

    .mobile-small\:line-through {
        text-decoration: line-through;
    }

    .mobile-small\:no-underline {
        text-decoration: none;
    }

    .group:hover .mobile-small\:group-hover\:underline {
        text-decoration: underline;
    }

    .group:hover .mobile-small\:group-hover\:line-through {
        text-decoration: line-through;
    }

    .group:hover .mobile-small\:group-hover\:no-underline {
        text-decoration: none;
    }

    .mobile-small\:focus-within\:underline:focus-within {
        text-decoration: underline;
    }

    .mobile-small\:focus-within\:line-through:focus-within {
        text-decoration: line-through;
    }

    .mobile-small\:focus-within\:no-underline:focus-within {
        text-decoration: none;
    }

    .mobile-small\:hover\:underline:hover {
        text-decoration: underline;
    }

    .mobile-small\:hover\:line-through:hover {
        text-decoration: line-through;
    }

    .mobile-small\:hover\:no-underline:hover {
        text-decoration: none;
    }

    .mobile-small\:focus\:underline:focus {
        text-decoration: underline;
    }

    .mobile-small\:focus\:line-through:focus {
        text-decoration: line-through;
    }

    .mobile-small\:focus\:no-underline:focus {
        text-decoration: none;
    }

    .mobile-small\:antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .mobile-small\:subpixel-antialiased {
        -webkit-font-smoothing: auto;
        -moz-osx-font-smoothing: auto;
    }

    .mobile-small\:placeholder-transparent::-moz-placeholder {
        color: transparent;
    }

    .mobile-small\:placeholder-transparent:-ms-input-placeholder {
        color: transparent;
    }

    .mobile-small\:placeholder-transparent::placeholder {
        color: transparent;
    }

    .mobile-small\:placeholder-current::-moz-placeholder {
        color: currentColor;
    }

    .mobile-small\:placeholder-current:-ms-input-placeholder {
        color: currentColor;
    }

    .mobile-small\:placeholder-current::placeholder {
        color: currentColor;
    }

    .mobile-small\:placeholder-black::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-black:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-black::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-white::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-white:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-white::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-gray-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-gray-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-gray-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-gray-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-gray-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-gray-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-gray-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-gray-200:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-gray-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-gray-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-gray-300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-gray-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-gray-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-gray-400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-gray-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-gray-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-gray-500:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-gray-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-gray-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-gray-600:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-gray-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-gray-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-gray-700:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-gray-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-gray-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-gray-800:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-gray-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-gray-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-gray-900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-gray-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-red-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-red-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-red-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-red-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-red-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-red-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-red-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-red-200:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-red-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-red-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-red-300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-red-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-red-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-red-400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-red-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-red-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-red-500:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-red-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-red-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-red-600:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-red-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-red-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-red-700:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-red-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-red-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-red-800:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-red-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-red-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-red-900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-red-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-yellow::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-yellow:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-yellow::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-indigo-50::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-indigo-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-indigo-50::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-indigo-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-indigo-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-indigo-100::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-indigo-200::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-indigo-200:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-indigo-200::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-indigo-300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-indigo-300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-indigo-300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-indigo-400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-indigo-400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-indigo-400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-indigo-500::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-indigo-500:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-indigo-500::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-indigo-600::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-indigo-600:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-indigo-600::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-indigo-700::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-indigo-700:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-indigo-700::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-indigo-800::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-indigo-800:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-indigo-800::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-indigo-900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-indigo-900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-indigo-900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-purple::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-purple:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-purple::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-pink::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-pink:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-pink::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-primary::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-primary:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-primary::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-secondary::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-secondary:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-secondary::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-body_bg::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-body_bg:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-body_bg::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-body_text::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-body_text:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-body_text::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-title::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-title:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-title::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-dark_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-dark_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-dark_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-light_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-light_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-light_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-medium_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-medium_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-medium_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-lightten_grey::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-lightten_grey:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-lightten_grey::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-grey_300::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-grey_300:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-grey_300::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-grey_400::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-grey_400:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-grey_400::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-medium_blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-medium_blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-medium_blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-dark_blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-dark_blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-dark_blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-text_blue::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-text_blue:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-text_blue::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-footer_bg::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-footer_bg:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-footer_bg::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-brown::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-brown:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-brown::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-dark_brown::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-dark_brown:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-dark_brown::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-Light_purple::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-Light_purple:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-Light_purple::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-dark_green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-dark_green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-dark_green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-medium_green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-medium_green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-medium_green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-light_green::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-light_green:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-light_green::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-green_900::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-green_900:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-green_900::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-dark_border::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-dark_border:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-dark_border::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-transparent:focus::-moz-placeholder {
        color: transparent;
    }

    .mobile-small\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
        color: transparent;
    }

    .mobile-small\:focus\:placeholder-transparent:focus::placeholder {
        color: transparent;
    }

    .mobile-small\:focus\:placeholder-current:focus::-moz-placeholder {
        color: currentColor;
    }

    .mobile-small\:focus\:placeholder-current:focus:-ms-input-placeholder {
        color: currentColor;
    }

    .mobile-small\:focus\:placeholder-current:focus::placeholder {
        color: currentColor;
    }

    .mobile-small\:focus\:placeholder-black:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-black:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-black:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-white:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-white:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-white:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-gray-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-gray-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-gray-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(249, 250, 251, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-gray-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-gray-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(243, 244, 246, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-gray-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-gray-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(229, 231, 235, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-gray-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-gray-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(209, 213, 219, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-gray-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-gray-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-gray-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-gray-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-gray-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-gray-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(75, 85, 99, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-gray-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-gray-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 65, 81, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-gray-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-gray-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(31, 41, 55, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-gray-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-gray-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-red-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-red-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-red-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-red-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-red-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-red-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-red-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-red-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-red-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-red-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-red-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-red-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-red-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-red-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-red-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-red-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-red-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-red-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-red-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-red-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-red-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-yellow:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-yellow:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-yellow:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 145, 67, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(123, 188, 0, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(91, 164, 220, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-indigo-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-indigo-50:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(238, 242, 255, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-indigo-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(224, 231, 255, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-indigo-200:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(199, 210, 254, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-indigo-300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(165, 180, 252, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-indigo-400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(129, 140, 248, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-indigo-500:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(99, 102, 241, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-indigo-600:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(79, 70, 229, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-indigo-700:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(67, 56, 202, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-indigo-800:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(55, 48, 163, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-indigo-900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(49, 46, 129, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-purple:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-purple:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-purple:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(104, 71, 195, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-pink:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-pink:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-pink:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(133, 7, 55, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-primary:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-primary:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-primary:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(110, 110, 110, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-secondary:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-secondary:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-secondary:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(237, 237, 237, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-body_bg:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-body_bg:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-body_bg:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-body_text:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-body_text:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-body_text:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-title:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-title:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-title:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(82, 74, 81, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-dark_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-dark_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-dark_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(74, 67, 73, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-light_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-light_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-light_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-medium_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-medium_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-medium_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(87, 81, 86, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-lightten_grey:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-lightten_grey:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-lightten_grey:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(198, 198, 198, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-grey_300:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-grey_300:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-grey_300:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(211, 211, 211, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-grey_400:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-grey_400:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-grey_400:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(183, 183, 183, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-medium_blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-medium_blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-medium_blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(69, 205, 252, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-dark_blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-dark_blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-dark_blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(0, 128, 172, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-text_blue:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-text_blue:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-text_blue:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(63, 178, 207, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-footer_bg:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-footer_bg:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-footer_bg:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(70, 70, 70, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-brown:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-brown:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-brown:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(128, 83, 0, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-dark_brown:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-dark_brown:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-dark_brown:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(135, 68, 51, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-Light_purple:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-Light_purple:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-Light_purple:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(101, 71, 155, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-dark_green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-dark_green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-dark_green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(71, 155, 81, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-medium_green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-medium_green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-medium_green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(58, 172, 43, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-light_green:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-light_green:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-light_green:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(154, 203, 62, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-green_900:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-green_900:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-green_900:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(57, 102, 118, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-dark_border:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-dark_border:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .mobile-small\:focus\:placeholder-dark_border:focus::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(112, 112, 112, var(--tw-placeholder-opacity));
    }

    .mobile-small\:placeholder-opacity-0::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .mobile-small\:placeholder-opacity-0:-ms-input-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .mobile-small\:placeholder-opacity-0::placeholder {
        --tw-placeholder-opacity: 0;
    }

    .mobile-small\:placeholder-opacity-5::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .mobile-small\:placeholder-opacity-5:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .mobile-small\:placeholder-opacity-5::placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .mobile-small\:placeholder-opacity-10::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .mobile-small\:placeholder-opacity-10:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .mobile-small\:placeholder-opacity-10::placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .mobile-small\:placeholder-opacity-20::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .mobile-small\:placeholder-opacity-20:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .mobile-small\:placeholder-opacity-20::placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .mobile-small\:placeholder-opacity-25::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .mobile-small\:placeholder-opacity-25:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .mobile-small\:placeholder-opacity-25::placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .mobile-small\:placeholder-opacity-30::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .mobile-small\:placeholder-opacity-30:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .mobile-small\:placeholder-opacity-30::placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .mobile-small\:placeholder-opacity-40::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .mobile-small\:placeholder-opacity-40:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .mobile-small\:placeholder-opacity-40::placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .mobile-small\:placeholder-opacity-50::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .mobile-small\:placeholder-opacity-50:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .mobile-small\:placeholder-opacity-50::placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .mobile-small\:placeholder-opacity-60::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .mobile-small\:placeholder-opacity-60:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .mobile-small\:placeholder-opacity-60::placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .mobile-small\:placeholder-opacity-70::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .mobile-small\:placeholder-opacity-70:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .mobile-small\:placeholder-opacity-70::placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .mobile-small\:placeholder-opacity-75::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .mobile-small\:placeholder-opacity-75:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .mobile-small\:placeholder-opacity-75::placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .mobile-small\:placeholder-opacity-80::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .mobile-small\:placeholder-opacity-80:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .mobile-small\:placeholder-opacity-80::placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .mobile-small\:placeholder-opacity-90::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .mobile-small\:placeholder-opacity-90:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .mobile-small\:placeholder-opacity-90::placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .mobile-small\:placeholder-opacity-95::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .mobile-small\:placeholder-opacity-95:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .mobile-small\:placeholder-opacity-95::placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .mobile-small\:placeholder-opacity-100::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .mobile-small\:placeholder-opacity-100:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .mobile-small\:placeholder-opacity-100::placeholder {
        --tw-placeholder-opacity: 1;
    }

    .mobile-small\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .mobile-small\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0;
    }

    .mobile-small\:focus\:placeholder-opacity-0:focus::placeholder {
        --tw-placeholder-opacity: 0;
    }

    .mobile-small\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .mobile-small\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .mobile-small\:focus\:placeholder-opacity-5:focus::placeholder {
        --tw-placeholder-opacity: 0.05;
    }

    .mobile-small\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .mobile-small\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .mobile-small\:focus\:placeholder-opacity-10:focus::placeholder {
        --tw-placeholder-opacity: 0.1;
    }

    .mobile-small\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .mobile-small\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .mobile-small\:focus\:placeholder-opacity-20:focus::placeholder {
        --tw-placeholder-opacity: 0.2;
    }

    .mobile-small\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .mobile-small\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .mobile-small\:focus\:placeholder-opacity-25:focus::placeholder {
        --tw-placeholder-opacity: 0.25;
    }

    .mobile-small\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .mobile-small\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .mobile-small\:focus\:placeholder-opacity-30:focus::placeholder {
        --tw-placeholder-opacity: 0.3;
    }

    .mobile-small\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .mobile-small\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .mobile-small\:focus\:placeholder-opacity-40:focus::placeholder {
        --tw-placeholder-opacity: 0.4;
    }

    .mobile-small\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .mobile-small\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .mobile-small\:focus\:placeholder-opacity-50:focus::placeholder {
        --tw-placeholder-opacity: 0.5;
    }

    .mobile-small\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .mobile-small\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .mobile-small\:focus\:placeholder-opacity-60:focus::placeholder {
        --tw-placeholder-opacity: 0.6;
    }

    .mobile-small\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .mobile-small\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .mobile-small\:focus\:placeholder-opacity-70:focus::placeholder {
        --tw-placeholder-opacity: 0.7;
    }

    .mobile-small\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .mobile-small\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .mobile-small\:focus\:placeholder-opacity-75:focus::placeholder {
        --tw-placeholder-opacity: 0.75;
    }

    .mobile-small\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .mobile-small\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .mobile-small\:focus\:placeholder-opacity-80:focus::placeholder {
        --tw-placeholder-opacity: 0.8;
    }

    .mobile-small\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .mobile-small\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .mobile-small\:focus\:placeholder-opacity-90:focus::placeholder {
        --tw-placeholder-opacity: 0.9;
    }

    .mobile-small\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .mobile-small\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .mobile-small\:focus\:placeholder-opacity-95:focus::placeholder {
        --tw-placeholder-opacity: 0.95;
    }

    .mobile-small\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .mobile-small\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
    }

    .mobile-small\:focus\:placeholder-opacity-100:focus::placeholder {
        --tw-placeholder-opacity: 1;
    }

    .mobile-small\:opacity-0 {
        opacity: 0;
    }

    .mobile-small\:opacity-5 {
        opacity: 0.05;
    }

    .mobile-small\:opacity-10 {
        opacity: 0.1;
    }

    .mobile-small\:opacity-20 {
        opacity: 0.2;
    }

    .mobile-small\:opacity-25 {
        opacity: 0.25;
    }

    .mobile-small\:opacity-30 {
        opacity: 0.3;
    }

    .mobile-small\:opacity-40 {
        opacity: 0.4;
    }

    .mobile-small\:opacity-50 {
        opacity: 0.5;
    }

    .mobile-small\:opacity-60 {
        opacity: 0.6;
    }

    .mobile-small\:opacity-70 {
        opacity: 0.7;
    }

    .mobile-small\:opacity-75 {
        opacity: 0.75;
    }

    .mobile-small\:opacity-80 {
        opacity: 0.8;
    }

    .mobile-small\:opacity-90 {
        opacity: 0.9;
    }

    .mobile-small\:opacity-95 {
        opacity: 0.95;
    }

    .mobile-small\:opacity-100 {
        opacity: 1;
    }

    .group:hover .mobile-small\:group-hover\:opacity-0 {
        opacity: 0;
    }

    .group:hover .mobile-small\:group-hover\:opacity-5 {
        opacity: 0.05;
    }

    .group:hover .mobile-small\:group-hover\:opacity-10 {
        opacity: 0.1;
    }

    .group:hover .mobile-small\:group-hover\:opacity-20 {
        opacity: 0.2;
    }

    .group:hover .mobile-small\:group-hover\:opacity-25 {
        opacity: 0.25;
    }

    .group:hover .mobile-small\:group-hover\:opacity-30 {
        opacity: 0.3;
    }

    .group:hover .mobile-small\:group-hover\:opacity-40 {
        opacity: 0.4;
    }

    .group:hover .mobile-small\:group-hover\:opacity-50 {
        opacity: 0.5;
    }

    .group:hover .mobile-small\:group-hover\:opacity-60 {
        opacity: 0.6;
    }

    .group:hover .mobile-small\:group-hover\:opacity-70 {
        opacity: 0.7;
    }

    .group:hover .mobile-small\:group-hover\:opacity-75 {
        opacity: 0.75;
    }

    .group:hover .mobile-small\:group-hover\:opacity-80 {
        opacity: 0.8;
    }

    .group:hover .mobile-small\:group-hover\:opacity-90 {
        opacity: 0.9;
    }

    .group:hover .mobile-small\:group-hover\:opacity-95 {
        opacity: 0.95;
    }

    .group:hover .mobile-small\:group-hover\:opacity-100 {
        opacity: 1;
    }

    .mobile-small\:focus-within\:opacity-0:focus-within {
        opacity: 0;
    }

    .mobile-small\:focus-within\:opacity-5:focus-within {
        opacity: 0.05;
    }

    .mobile-small\:focus-within\:opacity-10:focus-within {
        opacity: 0.1;
    }

    .mobile-small\:focus-within\:opacity-20:focus-within {
        opacity: 0.2;
    }

    .mobile-small\:focus-within\:opacity-25:focus-within {
        opacity: 0.25;
    }

    .mobile-small\:focus-within\:opacity-30:focus-within {
        opacity: 0.3;
    }

    .mobile-small\:focus-within\:opacity-40:focus-within {
        opacity: 0.4;
    }

    .mobile-small\:focus-within\:opacity-50:focus-within {
        opacity: 0.5;
    }

    .mobile-small\:focus-within\:opacity-60:focus-within {
        opacity: 0.6;
    }

    .mobile-small\:focus-within\:opacity-70:focus-within {
        opacity: 0.7;
    }

    .mobile-small\:focus-within\:opacity-75:focus-within {
        opacity: 0.75;
    }

    .mobile-small\:focus-within\:opacity-80:focus-within {
        opacity: 0.8;
    }

    .mobile-small\:focus-within\:opacity-90:focus-within {
        opacity: 0.9;
    }

    .mobile-small\:focus-within\:opacity-95:focus-within {
        opacity: 0.95;
    }

    .mobile-small\:focus-within\:opacity-100:focus-within {
        opacity: 1;
    }

    .mobile-small\:hover\:opacity-0:hover {
        opacity: 0;
    }

    .mobile-small\:hover\:opacity-5:hover {
        opacity: 0.05;
    }

    .mobile-small\:hover\:opacity-10:hover {
        opacity: 0.1;
    }

    .mobile-small\:hover\:opacity-20:hover {
        opacity: 0.2;
    }

    .mobile-small\:hover\:opacity-25:hover {
        opacity: 0.25;
    }

    .mobile-small\:hover\:opacity-30:hover {
        opacity: 0.3;
    }

    .mobile-small\:hover\:opacity-40:hover {
        opacity: 0.4;
    }

    .mobile-small\:hover\:opacity-50:hover {
        opacity: 0.5;
    }

    .mobile-small\:hover\:opacity-60:hover {
        opacity: 0.6;
    }

    .mobile-small\:hover\:opacity-70:hover {
        opacity: 0.7;
    }

    .mobile-small\:hover\:opacity-75:hover {
        opacity: 0.75;
    }

    .mobile-small\:hover\:opacity-80:hover {
        opacity: 0.8;
    }

    .mobile-small\:hover\:opacity-90:hover {
        opacity: 0.9;
    }

    .mobile-small\:hover\:opacity-95:hover {
        opacity: 0.95;
    }

    .mobile-small\:hover\:opacity-100:hover {
        opacity: 1;
    }

    .mobile-small\:focus\:opacity-0:focus {
        opacity: 0;
    }

    .mobile-small\:focus\:opacity-5:focus {
        opacity: 0.05;
    }

    .mobile-small\:focus\:opacity-10:focus {
        opacity: 0.1;
    }

    .mobile-small\:focus\:opacity-20:focus {
        opacity: 0.2;
    }

    .mobile-small\:focus\:opacity-25:focus {
        opacity: 0.25;
    }

    .mobile-small\:focus\:opacity-30:focus {
        opacity: 0.3;
    }

    .mobile-small\:focus\:opacity-40:focus {
        opacity: 0.4;
    }

    .mobile-small\:focus\:opacity-50:focus {
        opacity: 0.5;
    }

    .mobile-small\:focus\:opacity-60:focus {
        opacity: 0.6;
    }

    .mobile-small\:focus\:opacity-70:focus {
        opacity: 0.7;
    }

    .mobile-small\:focus\:opacity-75:focus {
        opacity: 0.75;
    }

    .mobile-small\:focus\:opacity-80:focus {
        opacity: 0.8;
    }

    .mobile-small\:focus\:opacity-90:focus {
        opacity: 0.9;
    }

    .mobile-small\:focus\:opacity-95:focus {
        opacity: 0.95;
    }

    .mobile-small\:focus\:opacity-100:focus {
        opacity: 1;
    }

    .mobile-small\:bg-blend-normal {
        background-blend-mode: normal;
    }

    .mobile-small\:bg-blend-multiply {
        background-blend-mode: multiply;
    }

    .mobile-small\:bg-blend-screen {
        background-blend-mode: screen;
    }

    .mobile-small\:bg-blend-overlay {
        background-blend-mode: overlay;
    }

    .mobile-small\:bg-blend-darken {
        background-blend-mode: darken;
    }

    .mobile-small\:bg-blend-lighten {
        background-blend-mode: lighten;
    }

    .mobile-small\:bg-blend-color-dodge {
        background-blend-mode: color-dodge;
    }

    .mobile-small\:bg-blend-color-burn {
        background-blend-mode: color-burn;
    }

    .mobile-small\:bg-blend-hard-light {
        background-blend-mode: hard-light;
    }

    .mobile-small\:bg-blend-soft-light {
        background-blend-mode: soft-light;
    }

    .mobile-small\:bg-blend-difference {
        background-blend-mode: difference;
    }

    .mobile-small\:bg-blend-exclusion {
        background-blend-mode: exclusion;
    }

    .mobile-small\:bg-blend-hue {
        background-blend-mode: hue;
    }

    .mobile-small\:bg-blend-saturation {
        background-blend-mode: saturation;
    }

    .mobile-small\:bg-blend-color {
        background-blend-mode: color;
    }

    .mobile-small\:bg-blend-luminosity {
        background-blend-mode: luminosity;
    }

    .mobile-small\:mix-blend-normal {
        mix-blend-mode: normal;
    }

    .mobile-small\:mix-blend-multiply {
        mix-blend-mode: multiply;
    }

    .mobile-small\:mix-blend-screen {
        mix-blend-mode: screen;
    }

    .mobile-small\:mix-blend-overlay {
        mix-blend-mode: overlay;
    }

    .mobile-small\:mix-blend-darken {
        mix-blend-mode: darken;
    }

    .mobile-small\:mix-blend-lighten {
        mix-blend-mode: lighten;
    }

    .mobile-small\:mix-blend-color-dodge {
        mix-blend-mode: color-dodge;
    }

    .mobile-small\:mix-blend-color-burn {
        mix-blend-mode: color-burn;
    }

    .mobile-small\:mix-blend-hard-light {
        mix-blend-mode: hard-light;
    }

    .mobile-small\:mix-blend-soft-light {
        mix-blend-mode: soft-light;
    }

    .mobile-small\:mix-blend-difference {
        mix-blend-mode: difference;
    }

    .mobile-small\:mix-blend-exclusion {
        mix-blend-mode: exclusion;
    }

    .mobile-small\:mix-blend-hue {
        mix-blend-mode: hue;
    }

    .mobile-small\:mix-blend-saturation {
        mix-blend-mode: saturation;
    }

    .mobile-small\:mix-blend-color {
        mix-blend-mode: color;
    }

    .mobile-small\:mix-blend-luminosity {
        mix-blend-mode: luminosity;
    }

    .mobile-small\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile-small\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile-small\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile-small\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile-small\:shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile-small\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile-small\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile-small\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .mobile-small\:group-hover\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .mobile-small\:group-hover\:shadow {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .mobile-small\:group-hover\:shadow-md {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .mobile-small\:group-hover\:shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .mobile-small\:group-hover\:shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .mobile-small\:group-hover\:shadow-2xl {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .mobile-small\:group-hover\:shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .group:hover .mobile-small\:group-hover\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile-small\:focus-within\:shadow-sm:focus-within {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile-small\:focus-within\:shadow:focus-within {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile-small\:focus-within\:shadow-md:focus-within {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile-small\:focus-within\:shadow-lg:focus-within {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile-small\:focus-within\:shadow-xl:focus-within {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile-small\:focus-within\:shadow-2xl:focus-within {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile-small\:focus-within\:shadow-inner:focus-within {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile-small\:focus-within\:shadow-none:focus-within {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile-small\:hover\:shadow-sm:hover {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile-small\:hover\:shadow:hover {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile-small\:hover\:shadow-md:hover {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile-small\:hover\:shadow-lg:hover {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile-small\:hover\:shadow-xl:hover {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile-small\:hover\:shadow-2xl:hover {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile-small\:hover\:shadow-inner:hover {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile-small\:hover\:shadow-none:hover {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile-small\:focus\:shadow-sm:focus {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile-small\:focus\:shadow:focus {
        --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile-small\:focus\:shadow-md:focus {
        --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile-small\:focus\:shadow-lg:focus {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile-small\:focus\:shadow-xl:focus {
        --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile-small\:focus\:shadow-2xl:focus {
        --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile-small\:focus\:shadow-inner:focus {
        --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile-small\:focus\:shadow-none:focus {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .mobile-small\:outline-none {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .mobile-small\:outline-white {
        outline: 2px dotted white;
        outline-offset: 2px;
    }

    .mobile-small\:outline-black {
        outline: 2px dotted black;
        outline-offset: 2px;
    }

    .mobile-small\:focus-within\:outline-none:focus-within {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .mobile-small\:focus-within\:outline-white:focus-within {
        outline: 2px dotted white;
        outline-offset: 2px;
    }

    .mobile-small\:focus-within\:outline-black:focus-within {
        outline: 2px dotted black;
        outline-offset: 2px;
    }

    .mobile-small\:focus\:outline-none:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .mobile-small\:focus\:outline-white:focus {
        outline: 2px dotted white;
        outline-offset: 2px;
    }

    .mobile-small\:focus\:outline-black:focus {
        outline: 2px dotted black;
        outline-offset: 2px;
    }

    .mobile-small\:ring-0 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .mobile-small\:ring-1 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .mobile-small\:ring-2 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .mobile-small\:ring-4 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .mobile-small\:ring-8 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .mobile-small\:ring {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .mobile-small\:focus-within\:ring-0:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .mobile-small\:focus-within\:ring-1:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .mobile-small\:focus-within\:ring-2:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .mobile-small\:focus-within\:ring-4:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .mobile-small\:focus-within\:ring-8:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .mobile-small\:focus-within\:ring:focus-within {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .mobile-small\:focus\:ring-0:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .mobile-small\:focus\:ring-1:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .mobile-small\:focus\:ring-2:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .mobile-small\:focus\:ring-4:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .mobile-small\:focus\:ring-8:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .mobile-small\:focus\:ring:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .mobile-small\:ring-inset {
        --tw-ring-inset: inset;
    }

    .mobile-small\:focus-within\:ring-inset:focus-within {
        --tw-ring-inset: inset;
    }

    .mobile-small\:focus\:ring-inset:focus {
        --tw-ring-inset: inset;
    }

    .mobile-small\:ring-transparent {
        --tw-ring-color: transparent;
    }

    .mobile-small\:ring-current {
        --tw-ring-color: currentColor;
    }

    .mobile-small\:ring-black {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-white {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-gray-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-gray-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-gray-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-gray-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-gray-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-gray-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-gray-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-gray-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-gray-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-gray-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-red-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-red-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-red-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-red-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-red-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-red-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-red-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-red-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-red-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-red-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-yellow {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 145, 67, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(123, 188, 0, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 164, 220, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-indigo-50 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-indigo-100 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-indigo-200 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-indigo-300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-indigo-400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-indigo-500 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-indigo-600 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-indigo-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-indigo-800 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-indigo-900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-purple {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(104, 71, 195, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-pink {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(133, 7, 55, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-primary {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 110, 110, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-secondary {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-body_bg {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-body_text {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-title {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(82, 74, 81, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-dark_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-light_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-medium_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(87, 81, 86, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-lightten_grey {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(198, 198, 198, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-grey_300 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-grey_400 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-medium_blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(69, 205, 252, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-dark_blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 128, 172, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-text_blue {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-footer_bg {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-brown {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(128, 83, 0, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-dark_brown {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(135, 68, 51, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-Light_purple {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(101, 71, 155, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-dark_green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 155, 81, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-medium_green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 172, 43, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-light_green {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(154, 203, 62, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-green_900 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(57, 102, 118, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-dark_border {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-transparent:focus-within {
        --tw-ring-color: transparent;
    }

    .mobile-small\:focus-within\:ring-current:focus-within {
        --tw-ring-color: currentColor;
    }

    .mobile-small\:focus-within\:ring-black:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-white:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-gray-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-gray-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-gray-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-gray-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-gray-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-gray-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-gray-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-gray-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-gray-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-gray-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-red-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-red-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-red-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-red-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-red-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-red-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-red-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-red-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-red-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-red-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-yellow:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 145, 67, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(123, 188, 0, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 164, 220, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-indigo-50:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-indigo-100:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-indigo-200:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-indigo-300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-indigo-400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-indigo-500:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-indigo-600:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-indigo-700:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-indigo-800:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-indigo-900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-purple:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(104, 71, 195, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-pink:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(133, 7, 55, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-primary:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 110, 110, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-secondary:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-body_bg:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-body_text:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-title:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(82, 74, 81, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-dark_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-light_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-medium_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(87, 81, 86, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-lightten_grey:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(198, 198, 198, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-grey_300:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-grey_400:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-medium_blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(69, 205, 252, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-dark_blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 128, 172, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-text_blue:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-footer_bg:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-brown:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(128, 83, 0, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-dark_brown:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(135, 68, 51, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-Light_purple:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(101, 71, 155, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-dark_green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 155, 81, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-medium_green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 172, 43, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-light_green:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(154, 203, 62, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-green_900:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(57, 102, 118, var(--tw-ring-opacity));
    }

    .mobile-small\:focus-within\:ring-dark_border:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-transparent:focus {
        --tw-ring-color: transparent;
    }

    .mobile-small\:focus\:ring-current:focus {
        --tw-ring-color: currentColor;
    }

    .mobile-small\:focus\:ring-black:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-white:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-gray-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-gray-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-gray-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-gray-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-gray-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-gray-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-gray-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-gray-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-gray-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-gray-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-red-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-red-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-red-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-red-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-red-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-red-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-red-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-red-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-red-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-red-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-yellow:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 145, 67, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(123, 188, 0, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(91, 164, 220, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-indigo-50:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-indigo-100:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-indigo-200:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-indigo-300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-indigo-400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-indigo-500:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-indigo-600:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-indigo-700:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-indigo-800:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-indigo-900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-purple:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(104, 71, 195, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-pink:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(133, 7, 55, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-primary:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(110, 110, 110, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-secondary:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(237, 237, 237, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-body_bg:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-body_text:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-title:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(82, 74, 81, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-dark_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(74, 67, 73, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-light_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-medium_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(87, 81, 86, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-lightten_grey:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(198, 198, 198, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-grey_300:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-grey_400:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(183, 183, 183, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-medium_blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(69, 205, 252, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-dark_blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(0, 128, 172, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-text_blue:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(63, 178, 207, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-footer_bg:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-brown:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(128, 83, 0, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-dark_brown:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(135, 68, 51, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-Light_purple:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(101, 71, 155, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-dark_green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(71, 155, 81, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-medium_green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(58, 172, 43, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-light_green:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(154, 203, 62, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-green_900:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(57, 102, 118, var(--tw-ring-opacity));
    }

    .mobile-small\:focus\:ring-dark_border:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity));
    }

    .mobile-small\:ring-opacity-0 {
        --tw-ring-opacity: 0;
    }

    .mobile-small\:ring-opacity-5 {
        --tw-ring-opacity: 0.05;
    }

    .mobile-small\:ring-opacity-10 {
        --tw-ring-opacity: 0.1;
    }

    .mobile-small\:ring-opacity-20 {
        --tw-ring-opacity: 0.2;
    }

    .mobile-small\:ring-opacity-25 {
        --tw-ring-opacity: 0.25;
    }

    .mobile-small\:ring-opacity-30 {
        --tw-ring-opacity: 0.3;
    }

    .mobile-small\:ring-opacity-40 {
        --tw-ring-opacity: 0.4;
    }

    .mobile-small\:ring-opacity-50 {
        --tw-ring-opacity: 0.5;
    }

    .mobile-small\:ring-opacity-60 {
        --tw-ring-opacity: 0.6;
    }

    .mobile-small\:ring-opacity-70 {
        --tw-ring-opacity: 0.7;
    }

    .mobile-small\:ring-opacity-75 {
        --tw-ring-opacity: 0.75;
    }

    .mobile-small\:ring-opacity-80 {
        --tw-ring-opacity: 0.8;
    }

    .mobile-small\:ring-opacity-90 {
        --tw-ring-opacity: 0.9;
    }

    .mobile-small\:ring-opacity-95 {
        --tw-ring-opacity: 0.95;
    }

    .mobile-small\:ring-opacity-100 {
        --tw-ring-opacity: 1;
    }

    .mobile-small\:focus-within\:ring-opacity-0:focus-within {
        --tw-ring-opacity: 0;
    }

    .mobile-small\:focus-within\:ring-opacity-5:focus-within {
        --tw-ring-opacity: 0.05;
    }

    .mobile-small\:focus-within\:ring-opacity-10:focus-within {
        --tw-ring-opacity: 0.1;
    }

    .mobile-small\:focus-within\:ring-opacity-20:focus-within {
        --tw-ring-opacity: 0.2;
    }

    .mobile-small\:focus-within\:ring-opacity-25:focus-within {
        --tw-ring-opacity: 0.25;
    }

    .mobile-small\:focus-within\:ring-opacity-30:focus-within {
        --tw-ring-opacity: 0.3;
    }

    .mobile-small\:focus-within\:ring-opacity-40:focus-within {
        --tw-ring-opacity: 0.4;
    }

    .mobile-small\:focus-within\:ring-opacity-50:focus-within {
        --tw-ring-opacity: 0.5;
    }

    .mobile-small\:focus-within\:ring-opacity-60:focus-within {
        --tw-ring-opacity: 0.6;
    }

    .mobile-small\:focus-within\:ring-opacity-70:focus-within {
        --tw-ring-opacity: 0.7;
    }

    .mobile-small\:focus-within\:ring-opacity-75:focus-within {
        --tw-ring-opacity: 0.75;
    }

    .mobile-small\:focus-within\:ring-opacity-80:focus-within {
        --tw-ring-opacity: 0.8;
    }

    .mobile-small\:focus-within\:ring-opacity-90:focus-within {
        --tw-ring-opacity: 0.9;
    }

    .mobile-small\:focus-within\:ring-opacity-95:focus-within {
        --tw-ring-opacity: 0.95;
    }

    .mobile-small\:focus-within\:ring-opacity-100:focus-within {
        --tw-ring-opacity: 1;
    }

    .mobile-small\:focus\:ring-opacity-0:focus {
        --tw-ring-opacity: 0;
    }

    .mobile-small\:focus\:ring-opacity-5:focus {
        --tw-ring-opacity: 0.05;
    }

    .mobile-small\:focus\:ring-opacity-10:focus {
        --tw-ring-opacity: 0.1;
    }

    .mobile-small\:focus\:ring-opacity-20:focus {
        --tw-ring-opacity: 0.2;
    }

    .mobile-small\:focus\:ring-opacity-25:focus {
        --tw-ring-opacity: 0.25;
    }

    .mobile-small\:focus\:ring-opacity-30:focus {
        --tw-ring-opacity: 0.3;
    }

    .mobile-small\:focus\:ring-opacity-40:focus {
        --tw-ring-opacity: 0.4;
    }

    .mobile-small\:focus\:ring-opacity-50:focus {
        --tw-ring-opacity: 0.5;
    }

    .mobile-small\:focus\:ring-opacity-60:focus {
        --tw-ring-opacity: 0.6;
    }

    .mobile-small\:focus\:ring-opacity-70:focus {
        --tw-ring-opacity: 0.7;
    }

    .mobile-small\:focus\:ring-opacity-75:focus {
        --tw-ring-opacity: 0.75;
    }

    .mobile-small\:focus\:ring-opacity-80:focus {
        --tw-ring-opacity: 0.8;
    }

    .mobile-small\:focus\:ring-opacity-90:focus {
        --tw-ring-opacity: 0.9;
    }

    .mobile-small\:focus\:ring-opacity-95:focus {
        --tw-ring-opacity: 0.95;
    }

    .mobile-small\:focus\:ring-opacity-100:focus {
        --tw-ring-opacity: 1;
    }

    .mobile-small\:ring-offset-0 {
        --tw-ring-offset-width: 0px;
    }

    .mobile-small\:ring-offset-1 {
        --tw-ring-offset-width: 1px;
    }

    .mobile-small\:ring-offset-2 {
        --tw-ring-offset-width: 2px;
    }

    .mobile-small\:ring-offset-4 {
        --tw-ring-offset-width: 4px;
    }

    .mobile-small\:ring-offset-8 {
        --tw-ring-offset-width: 8px;
    }

    .mobile-small\:focus-within\:ring-offset-0:focus-within {
        --tw-ring-offset-width: 0px;
    }

    .mobile-small\:focus-within\:ring-offset-1:focus-within {
        --tw-ring-offset-width: 1px;
    }

    .mobile-small\:focus-within\:ring-offset-2:focus-within {
        --tw-ring-offset-width: 2px;
    }

    .mobile-small\:focus-within\:ring-offset-4:focus-within {
        --tw-ring-offset-width: 4px;
    }

    .mobile-small\:focus-within\:ring-offset-8:focus-within {
        --tw-ring-offset-width: 8px;
    }

    .mobile-small\:focus\:ring-offset-0:focus {
        --tw-ring-offset-width: 0px;
    }

    .mobile-small\:focus\:ring-offset-1:focus {
        --tw-ring-offset-width: 1px;
    }

    .mobile-small\:focus\:ring-offset-2:focus {
        --tw-ring-offset-width: 2px;
    }

    .mobile-small\:focus\:ring-offset-4:focus {
        --tw-ring-offset-width: 4px;
    }

    .mobile-small\:focus\:ring-offset-8:focus {
        --tw-ring-offset-width: 8px;
    }

    .mobile-small\:ring-offset-transparent {
        --tw-ring-offset-color: transparent;
    }

    .mobile-small\:ring-offset-current {
        --tw-ring-offset-color: currentColor;
    }

    .mobile-small\:ring-offset-black {
        --tw-ring-offset-color: #000;
    }

    .mobile-small\:ring-offset-white {
        --tw-ring-offset-color: #fff;
    }

    .mobile-small\:ring-offset-gray-50 {
        --tw-ring-offset-color: #f9fafb;
    }

    .mobile-small\:ring-offset-gray-100 {
        --tw-ring-offset-color: #f3f4f6;
    }

    .mobile-small\:ring-offset-gray-200 {
        --tw-ring-offset-color: #e5e7eb;
    }

    .mobile-small\:ring-offset-gray-300 {
        --tw-ring-offset-color: #d1d5db;
    }

    .mobile-small\:ring-offset-gray-400 {
        --tw-ring-offset-color: #9ca3af;
    }

    .mobile-small\:ring-offset-gray-500 {
        --tw-ring-offset-color: #6b7280;
    }

    .mobile-small\:ring-offset-gray-600 {
        --tw-ring-offset-color: #4b5563;
    }

    .mobile-small\:ring-offset-gray-700 {
        --tw-ring-offset-color: #374151;
    }

    .mobile-small\:ring-offset-gray-800 {
        --tw-ring-offset-color: #1f2937;
    }

    .mobile-small\:ring-offset-gray-900 {
        --tw-ring-offset-color: #111827;
    }

    .mobile-small\:ring-offset-red-50 {
        --tw-ring-offset-color: #fef2f2;
    }

    .mobile-small\:ring-offset-red-100 {
        --tw-ring-offset-color: #fee2e2;
    }

    .mobile-small\:ring-offset-red-200 {
        --tw-ring-offset-color: #fecaca;
    }

    .mobile-small\:ring-offset-red-300 {
        --tw-ring-offset-color: #fca5a5;
    }

    .mobile-small\:ring-offset-red-400 {
        --tw-ring-offset-color: #f87171;
    }

    .mobile-small\:ring-offset-red-500 {
        --tw-ring-offset-color: #ef4444;
    }

    .mobile-small\:ring-offset-red-600 {
        --tw-ring-offset-color: #dc2626;
    }

    .mobile-small\:ring-offset-red-700 {
        --tw-ring-offset-color: #b91c1c;
    }

    .mobile-small\:ring-offset-red-800 {
        --tw-ring-offset-color: #991b1b;
    }

    .mobile-small\:ring-offset-red-900 {
        --tw-ring-offset-color: #7f1d1d;
    }

    .mobile-small\:ring-offset-yellow {
        --tw-ring-offset-color: #ed9143;
    }

    .mobile-small\:ring-offset-green {
        --tw-ring-offset-color: #7bbc00;
    }

    .mobile-small\:ring-offset-blue {
        --tw-ring-offset-color: #5ba4dc;
    }

    .mobile-small\:ring-offset-indigo-50 {
        --tw-ring-offset-color: #eef2ff;
    }

    .mobile-small\:ring-offset-indigo-100 {
        --tw-ring-offset-color: #e0e7ff;
    }

    .mobile-small\:ring-offset-indigo-200 {
        --tw-ring-offset-color: #c7d2fe;
    }

    .mobile-small\:ring-offset-indigo-300 {
        --tw-ring-offset-color: #a5b4fc;
    }

    .mobile-small\:ring-offset-indigo-400 {
        --tw-ring-offset-color: #818cf8;
    }

    .mobile-small\:ring-offset-indigo-500 {
        --tw-ring-offset-color: #6366f1;
    }

    .mobile-small\:ring-offset-indigo-600 {
        --tw-ring-offset-color: #4f46e5;
    }

    .mobile-small\:ring-offset-indigo-700 {
        --tw-ring-offset-color: #4338ca;
    }

    .mobile-small\:ring-offset-indigo-800 {
        --tw-ring-offset-color: #3730a3;
    }

    .mobile-small\:ring-offset-indigo-900 {
        --tw-ring-offset-color: #312e81;
    }

    .mobile-small\:ring-offset-purple {
        --tw-ring-offset-color: #6847c3;
    }

    .mobile-small\:ring-offset-pink {
        --tw-ring-offset-color: #850737;
    }

    .mobile-small\:ring-offset-primary {
        --tw-ring-offset-color: #6E6E6E;
    }

    .mobile-small\:ring-offset-secondary {
        --tw-ring-offset-color: #ededed;
    }

    .mobile-small\:ring-offset-body_bg {
        --tw-ring-offset-color: #ffffff;
    }

    .mobile-small\:ring-offset-body_text {
        --tw-ring-offset-color: #4a4349;
    }

    .mobile-small\:ring-offset-title {
        --tw-ring-offset-color: #3fb2cf;
    }

    .mobile-small\:ring-offset-grey {
        --tw-ring-offset-color: #524A51;
    }

    .mobile-small\:ring-offset-dark_grey {
        --tw-ring-offset-color: #4a4349;
    }

    .mobile-small\:ring-offset-light_grey {
        --tw-ring-offset-color: #B7B7B7;
    }

    .mobile-small\:ring-offset-medium_grey {
        --tw-ring-offset-color: #575156;
    }

    .mobile-small\:ring-offset-lightten_grey {
        --tw-ring-offset-color: #C6C6C6;
    }

    .mobile-small\:ring-offset-grey_300 {
        --tw-ring-offset-color: #d3d3d3;
    }

    .mobile-small\:ring-offset-grey_400 {
        --tw-ring-offset-color: #b7b7b7;
    }

    .mobile-small\:ring-offset-medium_blue {
        --tw-ring-offset-color: #45cdfc;
    }

    .mobile-small\:ring-offset-dark_blue {
        --tw-ring-offset-color: #0080ac;
    }

    .mobile-small\:ring-offset-text_blue {
        --tw-ring-offset-color: #3FB2CF;
    }

    .mobile-small\:ring-offset-footer_bg {
        --tw-ring-offset-color: #464646;
    }

    .mobile-small\:ring-offset-brown {
        --tw-ring-offset-color: #805300;
    }

    .mobile-small\:ring-offset-dark_brown {
        --tw-ring-offset-color: #874433;
    }

    .mobile-small\:ring-offset-Light_purple {
        --tw-ring-offset-color: #65479b;
    }

    .mobile-small\:ring-offset-dark_green {
        --tw-ring-offset-color: #479b51;
    }

    .mobile-small\:ring-offset-medium_green {
        --tw-ring-offset-color: #3aac2b;
    }

    .mobile-small\:ring-offset-light_green {
        --tw-ring-offset-color: #9acb3e;
    }

    .mobile-small\:ring-offset-green_900 {
        --tw-ring-offset-color: #396676;
    }

    .mobile-small\:ring-offset-dark_border {
        --tw-ring-offset-color: #707070;
    }

    .mobile-small\:focus-within\:ring-offset-transparent:focus-within {
        --tw-ring-offset-color: transparent;
    }

    .mobile-small\:focus-within\:ring-offset-current:focus-within {
        --tw-ring-offset-color: currentColor;
    }

    .mobile-small\:focus-within\:ring-offset-black:focus-within {
        --tw-ring-offset-color: #000;
    }

    .mobile-small\:focus-within\:ring-offset-white:focus-within {
        --tw-ring-offset-color: #fff;
    }

    .mobile-small\:focus-within\:ring-offset-gray-50:focus-within {
        --tw-ring-offset-color: #f9fafb;
    }

    .mobile-small\:focus-within\:ring-offset-gray-100:focus-within {
        --tw-ring-offset-color: #f3f4f6;
    }

    .mobile-small\:focus-within\:ring-offset-gray-200:focus-within {
        --tw-ring-offset-color: #e5e7eb;
    }

    .mobile-small\:focus-within\:ring-offset-gray-300:focus-within {
        --tw-ring-offset-color: #d1d5db;
    }

    .mobile-small\:focus-within\:ring-offset-gray-400:focus-within {
        --tw-ring-offset-color: #9ca3af;
    }

    .mobile-small\:focus-within\:ring-offset-gray-500:focus-within {
        --tw-ring-offset-color: #6b7280;
    }

    .mobile-small\:focus-within\:ring-offset-gray-600:focus-within {
        --tw-ring-offset-color: #4b5563;
    }

    .mobile-small\:focus-within\:ring-offset-gray-700:focus-within {
        --tw-ring-offset-color: #374151;
    }

    .mobile-small\:focus-within\:ring-offset-gray-800:focus-within {
        --tw-ring-offset-color: #1f2937;
    }

    .mobile-small\:focus-within\:ring-offset-gray-900:focus-within {
        --tw-ring-offset-color: #111827;
    }

    .mobile-small\:focus-within\:ring-offset-red-50:focus-within {
        --tw-ring-offset-color: #fef2f2;
    }

    .mobile-small\:focus-within\:ring-offset-red-100:focus-within {
        --tw-ring-offset-color: #fee2e2;
    }

    .mobile-small\:focus-within\:ring-offset-red-200:focus-within {
        --tw-ring-offset-color: #fecaca;
    }

    .mobile-small\:focus-within\:ring-offset-red-300:focus-within {
        --tw-ring-offset-color: #fca5a5;
    }

    .mobile-small\:focus-within\:ring-offset-red-400:focus-within {
        --tw-ring-offset-color: #f87171;
    }

    .mobile-small\:focus-within\:ring-offset-red-500:focus-within {
        --tw-ring-offset-color: #ef4444;
    }

    .mobile-small\:focus-within\:ring-offset-red-600:focus-within {
        --tw-ring-offset-color: #dc2626;
    }

    .mobile-small\:focus-within\:ring-offset-red-700:focus-within {
        --tw-ring-offset-color: #b91c1c;
    }

    .mobile-small\:focus-within\:ring-offset-red-800:focus-within {
        --tw-ring-offset-color: #991b1b;
    }

    .mobile-small\:focus-within\:ring-offset-red-900:focus-within {
        --tw-ring-offset-color: #7f1d1d;
    }

    .mobile-small\:focus-within\:ring-offset-yellow:focus-within {
        --tw-ring-offset-color: #ed9143;
    }

    .mobile-small\:focus-within\:ring-offset-green:focus-within {
        --tw-ring-offset-color: #7bbc00;
    }

    .mobile-small\:focus-within\:ring-offset-blue:focus-within {
        --tw-ring-offset-color: #5ba4dc;
    }

    .mobile-small\:focus-within\:ring-offset-indigo-50:focus-within {
        --tw-ring-offset-color: #eef2ff;
    }

    .mobile-small\:focus-within\:ring-offset-indigo-100:focus-within {
        --tw-ring-offset-color: #e0e7ff;
    }

    .mobile-small\:focus-within\:ring-offset-indigo-200:focus-within {
        --tw-ring-offset-color: #c7d2fe;
    }

    .mobile-small\:focus-within\:ring-offset-indigo-300:focus-within {
        --tw-ring-offset-color: #a5b4fc;
    }

    .mobile-small\:focus-within\:ring-offset-indigo-400:focus-within {
        --tw-ring-offset-color: #818cf8;
    }

    .mobile-small\:focus-within\:ring-offset-indigo-500:focus-within {
        --tw-ring-offset-color: #6366f1;
    }

    .mobile-small\:focus-within\:ring-offset-indigo-600:focus-within {
        --tw-ring-offset-color: #4f46e5;
    }

    .mobile-small\:focus-within\:ring-offset-indigo-700:focus-within {
        --tw-ring-offset-color: #4338ca;
    }

    .mobile-small\:focus-within\:ring-offset-indigo-800:focus-within {
        --tw-ring-offset-color: #3730a3;
    }

    .mobile-small\:focus-within\:ring-offset-indigo-900:focus-within {
        --tw-ring-offset-color: #312e81;
    }

    .mobile-small\:focus-within\:ring-offset-purple:focus-within {
        --tw-ring-offset-color: #6847c3;
    }

    .mobile-small\:focus-within\:ring-offset-pink:focus-within {
        --tw-ring-offset-color: #850737;
    }

    .mobile-small\:focus-within\:ring-offset-primary:focus-within {
        --tw-ring-offset-color: #6E6E6E;
    }

    .mobile-small\:focus-within\:ring-offset-secondary:focus-within {
        --tw-ring-offset-color: #ededed;
    }

    .mobile-small\:focus-within\:ring-offset-body_bg:focus-within {
        --tw-ring-offset-color: #ffffff;
    }

    .mobile-small\:focus-within\:ring-offset-body_text:focus-within {
        --tw-ring-offset-color: #4a4349;
    }

    .mobile-small\:focus-within\:ring-offset-title:focus-within {
        --tw-ring-offset-color: #3fb2cf;
    }

    .mobile-small\:focus-within\:ring-offset-grey:focus-within {
        --tw-ring-offset-color: #524A51;
    }

    .mobile-small\:focus-within\:ring-offset-dark_grey:focus-within {
        --tw-ring-offset-color: #4a4349;
    }

    .mobile-small\:focus-within\:ring-offset-light_grey:focus-within {
        --tw-ring-offset-color: #B7B7B7;
    }

    .mobile-small\:focus-within\:ring-offset-medium_grey:focus-within {
        --tw-ring-offset-color: #575156;
    }

    .mobile-small\:focus-within\:ring-offset-lightten_grey:focus-within {
        --tw-ring-offset-color: #C6C6C6;
    }

    .mobile-small\:focus-within\:ring-offset-grey_300:focus-within {
        --tw-ring-offset-color: #d3d3d3;
    }

    .mobile-small\:focus-within\:ring-offset-grey_400:focus-within {
        --tw-ring-offset-color: #b7b7b7;
    }

    .mobile-small\:focus-within\:ring-offset-medium_blue:focus-within {
        --tw-ring-offset-color: #45cdfc;
    }

    .mobile-small\:focus-within\:ring-offset-dark_blue:focus-within {
        --tw-ring-offset-color: #0080ac;
    }

    .mobile-small\:focus-within\:ring-offset-text_blue:focus-within {
        --tw-ring-offset-color: #3FB2CF;
    }

    .mobile-small\:focus-within\:ring-offset-footer_bg:focus-within {
        --tw-ring-offset-color: #464646;
    }

    .mobile-small\:focus-within\:ring-offset-brown:focus-within {
        --tw-ring-offset-color: #805300;
    }

    .mobile-small\:focus-within\:ring-offset-dark_brown:focus-within {
        --tw-ring-offset-color: #874433;
    }

    .mobile-small\:focus-within\:ring-offset-Light_purple:focus-within {
        --tw-ring-offset-color: #65479b;
    }

    .mobile-small\:focus-within\:ring-offset-dark_green:focus-within {
        --tw-ring-offset-color: #479b51;
    }

    .mobile-small\:focus-within\:ring-offset-medium_green:focus-within {
        --tw-ring-offset-color: #3aac2b;
    }

    .mobile-small\:focus-within\:ring-offset-light_green:focus-within {
        --tw-ring-offset-color: #9acb3e;
    }

    .mobile-small\:focus-within\:ring-offset-green_900:focus-within {
        --tw-ring-offset-color: #396676;
    }

    .mobile-small\:focus-within\:ring-offset-dark_border:focus-within {
        --tw-ring-offset-color: #707070;
    }

    .mobile-small\:focus\:ring-offset-transparent:focus {
        --tw-ring-offset-color: transparent;
    }

    .mobile-small\:focus\:ring-offset-current:focus {
        --tw-ring-offset-color: currentColor;
    }

    .mobile-small\:focus\:ring-offset-black:focus {
        --tw-ring-offset-color: #000;
    }

    .mobile-small\:focus\:ring-offset-white:focus {
        --tw-ring-offset-color: #fff;
    }

    .mobile-small\:focus\:ring-offset-gray-50:focus {
        --tw-ring-offset-color: #f9fafb;
    }

    .mobile-small\:focus\:ring-offset-gray-100:focus {
        --tw-ring-offset-color: #f3f4f6;
    }

    .mobile-small\:focus\:ring-offset-gray-200:focus {
        --tw-ring-offset-color: #e5e7eb;
    }

    .mobile-small\:focus\:ring-offset-gray-300:focus {
        --tw-ring-offset-color: #d1d5db;
    }

    .mobile-small\:focus\:ring-offset-gray-400:focus {
        --tw-ring-offset-color: #9ca3af;
    }

    .mobile-small\:focus\:ring-offset-gray-500:focus {
        --tw-ring-offset-color: #6b7280;
    }

    .mobile-small\:focus\:ring-offset-gray-600:focus {
        --tw-ring-offset-color: #4b5563;
    }

    .mobile-small\:focus\:ring-offset-gray-700:focus {
        --tw-ring-offset-color: #374151;
    }

    .mobile-small\:focus\:ring-offset-gray-800:focus {
        --tw-ring-offset-color: #1f2937;
    }

    .mobile-small\:focus\:ring-offset-gray-900:focus {
        --tw-ring-offset-color: #111827;
    }

    .mobile-small\:focus\:ring-offset-red-50:focus {
        --tw-ring-offset-color: #fef2f2;
    }

    .mobile-small\:focus\:ring-offset-red-100:focus {
        --tw-ring-offset-color: #fee2e2;
    }

    .mobile-small\:focus\:ring-offset-red-200:focus {
        --tw-ring-offset-color: #fecaca;
    }

    .mobile-small\:focus\:ring-offset-red-300:focus {
        --tw-ring-offset-color: #fca5a5;
    }

    .mobile-small\:focus\:ring-offset-red-400:focus {
        --tw-ring-offset-color: #f87171;
    }

    .mobile-small\:focus\:ring-offset-red-500:focus {
        --tw-ring-offset-color: #ef4444;
    }

    .mobile-small\:focus\:ring-offset-red-600:focus {
        --tw-ring-offset-color: #dc2626;
    }

    .mobile-small\:focus\:ring-offset-red-700:focus {
        --tw-ring-offset-color: #b91c1c;
    }

    .mobile-small\:focus\:ring-offset-red-800:focus {
        --tw-ring-offset-color: #991b1b;
    }

    .mobile-small\:focus\:ring-offset-red-900:focus {
        --tw-ring-offset-color: #7f1d1d;
    }

    .mobile-small\:focus\:ring-offset-yellow:focus {
        --tw-ring-offset-color: #ed9143;
    }

    .mobile-small\:focus\:ring-offset-green:focus {
        --tw-ring-offset-color: #7bbc00;
    }

    .mobile-small\:focus\:ring-offset-blue:focus {
        --tw-ring-offset-color: #5ba4dc;
    }

    .mobile-small\:focus\:ring-offset-indigo-50:focus {
        --tw-ring-offset-color: #eef2ff;
    }

    .mobile-small\:focus\:ring-offset-indigo-100:focus {
        --tw-ring-offset-color: #e0e7ff;
    }

    .mobile-small\:focus\:ring-offset-indigo-200:focus {
        --tw-ring-offset-color: #c7d2fe;
    }

    .mobile-small\:focus\:ring-offset-indigo-300:focus {
        --tw-ring-offset-color: #a5b4fc;
    }

    .mobile-small\:focus\:ring-offset-indigo-400:focus {
        --tw-ring-offset-color: #818cf8;
    }

    .mobile-small\:focus\:ring-offset-indigo-500:focus {
        --tw-ring-offset-color: #6366f1;
    }

    .mobile-small\:focus\:ring-offset-indigo-600:focus {
        --tw-ring-offset-color: #4f46e5;
    }

    .mobile-small\:focus\:ring-offset-indigo-700:focus {
        --tw-ring-offset-color: #4338ca;
    }

    .mobile-small\:focus\:ring-offset-indigo-800:focus {
        --tw-ring-offset-color: #3730a3;
    }

    .mobile-small\:focus\:ring-offset-indigo-900:focus {
        --tw-ring-offset-color: #312e81;
    }

    .mobile-small\:focus\:ring-offset-purple:focus {
        --tw-ring-offset-color: #6847c3;
    }

    .mobile-small\:focus\:ring-offset-pink:focus {
        --tw-ring-offset-color: #850737;
    }

    .mobile-small\:focus\:ring-offset-primary:focus {
        --tw-ring-offset-color: #6E6E6E;
    }

    .mobile-small\:focus\:ring-offset-secondary:focus {
        --tw-ring-offset-color: #ededed;
    }

    .mobile-small\:focus\:ring-offset-body_bg:focus {
        --tw-ring-offset-color: #ffffff;
    }

    .mobile-small\:focus\:ring-offset-body_text:focus {
        --tw-ring-offset-color: #4a4349;
    }

    .mobile-small\:focus\:ring-offset-title:focus {
        --tw-ring-offset-color: #3fb2cf;
    }

    .mobile-small\:focus\:ring-offset-grey:focus {
        --tw-ring-offset-color: #524A51;
    }

    .mobile-small\:focus\:ring-offset-dark_grey:focus {
        --tw-ring-offset-color: #4a4349;
    }

    .mobile-small\:focus\:ring-offset-light_grey:focus {
        --tw-ring-offset-color: #B7B7B7;
    }

    .mobile-small\:focus\:ring-offset-medium_grey:focus {
        --tw-ring-offset-color: #575156;
    }

    .mobile-small\:focus\:ring-offset-lightten_grey:focus {
        --tw-ring-offset-color: #C6C6C6;
    }

    .mobile-small\:focus\:ring-offset-grey_300:focus {
        --tw-ring-offset-color: #d3d3d3;
    }

    .mobile-small\:focus\:ring-offset-grey_400:focus {
        --tw-ring-offset-color: #b7b7b7;
    }

    .mobile-small\:focus\:ring-offset-medium_blue:focus {
        --tw-ring-offset-color: #45cdfc;
    }

    .mobile-small\:focus\:ring-offset-dark_blue:focus {
        --tw-ring-offset-color: #0080ac;
    }

    .mobile-small\:focus\:ring-offset-text_blue:focus {
        --tw-ring-offset-color: #3FB2CF;
    }

    .mobile-small\:focus\:ring-offset-footer_bg:focus {
        --tw-ring-offset-color: #464646;
    }

    .mobile-small\:focus\:ring-offset-brown:focus {
        --tw-ring-offset-color: #805300;
    }

    .mobile-small\:focus\:ring-offset-dark_brown:focus {
        --tw-ring-offset-color: #874433;
    }

    .mobile-small\:focus\:ring-offset-Light_purple:focus {
        --tw-ring-offset-color: #65479b;
    }

    .mobile-small\:focus\:ring-offset-dark_green:focus {
        --tw-ring-offset-color: #479b51;
    }

    .mobile-small\:focus\:ring-offset-medium_green:focus {
        --tw-ring-offset-color: #3aac2b;
    }

    .mobile-small\:focus\:ring-offset-light_green:focus {
        --tw-ring-offset-color: #9acb3e;
    }

    .mobile-small\:focus\:ring-offset-green_900:focus {
        --tw-ring-offset-color: #396676;
    }

    .mobile-small\:focus\:ring-offset-dark_border:focus {
        --tw-ring-offset-color: #707070;
    }

    .mobile-small\:filter {
        --tw-blur: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-brightness: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-contrast: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-grayscale: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-hue-rotate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-invert: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-saturate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-sepia: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-drop-shadow: var(--tw-empty,
                /*!*/
                /*!*/
            );
        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);
    }

    .mobile-small\:filter-none {
        filter: none;
    }

    .mobile-small\:blur-0 {
        --tw-blur: blur(0);
    }

    .mobile-small\:blur-none {
        --tw-blur: blur(0);
    }

    .mobile-small\:blur-sm {
        --tw-blur: blur(4px);
    }

    .mobile-small\:blur {
        --tw-blur: blur(8px);
    }

    .mobile-small\:blur-md {
        --tw-blur: blur(12px);
    }

    .mobile-small\:blur-lg {
        --tw-blur: blur(16px);
    }

    .mobile-small\:blur-xl {
        --tw-blur: blur(24px);
    }

    .mobile-small\:blur-2xl {
        --tw-blur: blur(40px);
    }

    .mobile-small\:blur-3xl {
        --tw-blur: blur(64px);
    }

    .mobile-small\:brightness-0 {
        --tw-brightness: brightness(0);
    }

    .mobile-small\:brightness-50 {
        --tw-brightness: brightness(.5);
    }

    .mobile-small\:brightness-75 {
        --tw-brightness: brightness(.75);
    }

    .mobile-small\:brightness-90 {
        --tw-brightness: brightness(.9);
    }

    .mobile-small\:brightness-95 {
        --tw-brightness: brightness(.95);
    }

    .mobile-small\:brightness-100 {
        --tw-brightness: brightness(1);
    }

    .mobile-small\:brightness-105 {
        --tw-brightness: brightness(1.05);
    }

    .mobile-small\:brightness-110 {
        --tw-brightness: brightness(1.1);
    }

    .mobile-small\:brightness-125 {
        --tw-brightness: brightness(1.25);
    }

    .mobile-small\:brightness-150 {
        --tw-brightness: brightness(1.5);
    }

    .mobile-small\:brightness-200 {
        --tw-brightness: brightness(2);
    }

    .mobile-small\:contrast-0 {
        --tw-contrast: contrast(0);
    }

    .mobile-small\:contrast-50 {
        --tw-contrast: contrast(.5);
    }

    .mobile-small\:contrast-75 {
        --tw-contrast: contrast(.75);
    }

    .mobile-small\:contrast-100 {
        --tw-contrast: contrast(1);
    }

    .mobile-small\:contrast-125 {
        --tw-contrast: contrast(1.25);
    }

    .mobile-small\:contrast-150 {
        --tw-contrast: contrast(1.5);
    }

    .mobile-small\:contrast-200 {
        --tw-contrast: contrast(2);
    }

    .mobile-small\:drop-shadow-sm {
        --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
    }

    .mobile-small\: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));
    }

    .mobile-small\: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));
    }

    .mobile-small\: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));
    }

    .mobile-small\: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));
    }

    .mobile-small\:drop-shadow-2xl {
        --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
    }

    .mobile-small\:drop-shadow-none {
        --tw-drop-shadow: drop-shadow(0 0 #0000);
    }

    .mobile-small\:grayscale-0 {
        --tw-grayscale: grayscale(0);
    }

    .mobile-small\:grayscale {
        --tw-grayscale: grayscale(100%);
    }

    .mobile-small\:hue-rotate-0 {
        --tw-hue-rotate: hue-rotate(0deg);
    }

    .mobile-small\:hue-rotate-15 {
        --tw-hue-rotate: hue-rotate(15deg);
    }

    .mobile-small\:hue-rotate-30 {
        --tw-hue-rotate: hue-rotate(30deg);
    }

    .mobile-small\:hue-rotate-60 {
        --tw-hue-rotate: hue-rotate(60deg);
    }

    .mobile-small\:hue-rotate-90 {
        --tw-hue-rotate: hue-rotate(90deg);
    }

    .mobile-small\:hue-rotate-180 {
        --tw-hue-rotate: hue-rotate(180deg);
    }

    .mobile-small\:-hue-rotate-180 {
        --tw-hue-rotate: hue-rotate(-180deg);
    }

    .mobile-small\:-hue-rotate-90 {
        --tw-hue-rotate: hue-rotate(-90deg);
    }

    .mobile-small\:-hue-rotate-60 {
        --tw-hue-rotate: hue-rotate(-60deg);
    }

    .mobile-small\:-hue-rotate-30 {
        --tw-hue-rotate: hue-rotate(-30deg);
    }

    .mobile-small\:-hue-rotate-15 {
        --tw-hue-rotate: hue-rotate(-15deg);
    }

    .mobile-small\:invert-0 {
        --tw-invert: invert(0);
    }

    .mobile-small\:invert {
        --tw-invert: invert(100%);
    }

    .mobile-small\:saturate-0 {
        --tw-saturate: saturate(0);
    }

    .mobile-small\:saturate-50 {
        --tw-saturate: saturate(.5);
    }

    .mobile-small\:saturate-100 {
        --tw-saturate: saturate(1);
    }

    .mobile-small\:saturate-150 {
        --tw-saturate: saturate(1.5);
    }

    .mobile-small\:saturate-200 {
        --tw-saturate: saturate(2);
    }

    .mobile-small\:sepia-0 {
        --tw-sepia: sepia(0);
    }

    .mobile-small\:sepia {
        --tw-sepia: sepia(100%);
    }

    .mobile-small\:backdrop-filter {
        --tw-backdrop-blur: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-brightness: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-contrast: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-grayscale: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-hue-rotate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-invert: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-opacity: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-saturate: var(--tw-empty,
                /*!*/
                /*!*/
            );
        --tw-backdrop-sepia: var(--tw-empty,
                /*!*/
                /*!*/
            );
        -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
        backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    }

    .mobile-small\:backdrop-filter-none {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .mobile-small\:backdrop-blur-0 {
        --tw-backdrop-blur: blur(0);
    }

    .mobile-small\:backdrop-blur-none {
        --tw-backdrop-blur: blur(0);
    }

    .mobile-small\:backdrop-blur-sm {
        --tw-backdrop-blur: blur(4px);
    }

    .mobile-small\:backdrop-blur {
        --tw-backdrop-blur: blur(8px);
    }

    .mobile-small\:backdrop-blur-md {
        --tw-backdrop-blur: blur(12px);
    }

    .mobile-small\:backdrop-blur-lg {
        --tw-backdrop-blur: blur(16px);
    }

    .mobile-small\:backdrop-blur-xl {
        --tw-backdrop-blur: blur(24px);
    }

    .mobile-small\:backdrop-blur-2xl {
        --tw-backdrop-blur: blur(40px);
    }

    .mobile-small\:backdrop-blur-3xl {
        --tw-backdrop-blur: blur(64px);
    }

    .mobile-small\:backdrop-brightness-0 {
        --tw-backdrop-brightness: brightness(0);
    }

    .mobile-small\:backdrop-brightness-50 {
        --tw-backdrop-brightness: brightness(.5);
    }

    .mobile-small\:backdrop-brightness-75 {
        --tw-backdrop-brightness: brightness(.75);
    }

    .mobile-small\:backdrop-brightness-90 {
        --tw-backdrop-brightness: brightness(.9);
    }

    .mobile-small\:backdrop-brightness-95 {
        --tw-backdrop-brightness: brightness(.95);
    }

    .mobile-small\:backdrop-brightness-100 {
        --tw-backdrop-brightness: brightness(1);
    }

    .mobile-small\:backdrop-brightness-105 {
        --tw-backdrop-brightness: brightness(1.05);
    }

    .mobile-small\:backdrop-brightness-110 {
        --tw-backdrop-brightness: brightness(1.1);
    }

    .mobile-small\:backdrop-brightness-125 {
        --tw-backdrop-brightness: brightness(1.25);
    }

    .mobile-small\:backdrop-brightness-150 {
        --tw-backdrop-brightness: brightness(1.5);
    }

    .mobile-small\:backdrop-brightness-200 {
        --tw-backdrop-brightness: brightness(2);
    }

    .mobile-small\:backdrop-contrast-0 {
        --tw-backdrop-contrast: contrast(0);
    }

    .mobile-small\:backdrop-contrast-50 {
        --tw-backdrop-contrast: contrast(.5);
    }

    .mobile-small\:backdrop-contrast-75 {
        --tw-backdrop-contrast: contrast(.75);
    }

    .mobile-small\:backdrop-contrast-100 {
        --tw-backdrop-contrast: contrast(1);
    }

    .mobile-small\:backdrop-contrast-125 {
        --tw-backdrop-contrast: contrast(1.25);
    }

    .mobile-small\:backdrop-contrast-150 {
        --tw-backdrop-contrast: contrast(1.5);
    }

    .mobile-small\:backdrop-contrast-200 {
        --tw-backdrop-contrast: contrast(2);
    }

    .mobile-small\:backdrop-grayscale-0 {
        --tw-backdrop-grayscale: grayscale(0);
    }

    .mobile-small\:backdrop-grayscale {
        --tw-backdrop-grayscale: grayscale(100%);
    }

    .mobile-small\:backdrop-hue-rotate-0 {
        --tw-backdrop-hue-rotate: hue-rotate(0deg);
    }

    .mobile-small\:backdrop-hue-rotate-15 {
        --tw-backdrop-hue-rotate: hue-rotate(15deg);
    }

    .mobile-small\:backdrop-hue-rotate-30 {
        --tw-backdrop-hue-rotate: hue-rotate(30deg);
    }

    .mobile-small\:backdrop-hue-rotate-60 {
        --tw-backdrop-hue-rotate: hue-rotate(60deg);
    }

    .mobile-small\:backdrop-hue-rotate-90 {
        --tw-backdrop-hue-rotate: hue-rotate(90deg);
    }

    .mobile-small\:backdrop-hue-rotate-180 {
        --tw-backdrop-hue-rotate: hue-rotate(180deg);
    }

    .mobile-small\:-backdrop-hue-rotate-180 {
        --tw-backdrop-hue-rotate: hue-rotate(-180deg);
    }

    .mobile-small\:-backdrop-hue-rotate-90 {
        --tw-backdrop-hue-rotate: hue-rotate(-90deg);
    }

    .mobile-small\:-backdrop-hue-rotate-60 {
        --tw-backdrop-hue-rotate: hue-rotate(-60deg);
    }

    .mobile-small\:-backdrop-hue-rotate-30 {
        --tw-backdrop-hue-rotate: hue-rotate(-30deg);
    }

    .mobile-small\:-backdrop-hue-rotate-15 {
        --tw-backdrop-hue-rotate: hue-rotate(-15deg);
    }

    .mobile-small\:backdrop-invert-0 {
        --tw-backdrop-invert: invert(0);
    }

    .mobile-small\:backdrop-invert {
        --tw-backdrop-invert: invert(100%);
    }

    .mobile-small\:backdrop-opacity-0 {
        --tw-backdrop-opacity: opacity(0);
    }

    .mobile-small\:backdrop-opacity-5 {
        --tw-backdrop-opacity: opacity(0.05);
    }

    .mobile-small\:backdrop-opacity-10 {
        --tw-backdrop-opacity: opacity(0.1);
    }

    .mobile-small\:backdrop-opacity-20 {
        --tw-backdrop-opacity: opacity(0.2);
    }

    .mobile-small\:backdrop-opacity-25 {
        --tw-backdrop-opacity: opacity(0.25);
    }

    .mobile-small\:backdrop-opacity-30 {
        --tw-backdrop-opacity: opacity(0.3);
    }

    .mobile-small\:backdrop-opacity-40 {
        --tw-backdrop-opacity: opacity(0.4);
    }

    .mobile-small\:backdrop-opacity-50 {
        --tw-backdrop-opacity: opacity(0.5);
    }

    .mobile-small\:backdrop-opacity-60 {
        --tw-backdrop-opacity: opacity(0.6);
    }

    .mobile-small\:backdrop-opacity-70 {
        --tw-backdrop-opacity: opacity(0.7);
    }

    .mobile-small\:backdrop-opacity-75 {
        --tw-backdrop-opacity: opacity(0.75);
    }

    .mobile-small\:backdrop-opacity-80 {
        --tw-backdrop-opacity: opacity(0.8);
    }

    .mobile-small\:backdrop-opacity-90 {
        --tw-backdrop-opacity: opacity(0.9);
    }

    .mobile-small\:backdrop-opacity-95 {
        --tw-backdrop-opacity: opacity(0.95);
    }

    .mobile-small\:backdrop-opacity-100 {
        --tw-backdrop-opacity: opacity(1);
    }

    .mobile-small\:backdrop-saturate-0 {
        --tw-backdrop-saturate: saturate(0);
    }

    .mobile-small\:backdrop-saturate-50 {
        --tw-backdrop-saturate: saturate(.5);
    }

    .mobile-small\:backdrop-saturate-100 {
        --tw-backdrop-saturate: saturate(1);
    }

    .mobile-small\:backdrop-saturate-150 {
        --tw-backdrop-saturate: saturate(1.5);
    }

    .mobile-small\:backdrop-saturate-200 {
        --tw-backdrop-saturate: saturate(2);
    }

    .mobile-small\:backdrop-sepia-0 {
        --tw-backdrop-sepia: sepia(0);
    }

    .mobile-small\:backdrop-sepia {
        --tw-backdrop-sepia: sepia(100%);
    }

    .mobile-small\:transition-none {
        transition-property: none;
    }

    .mobile-small\:transition-all {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .mobile-small\:transition {
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .mobile-small\:transition-colors {
        transition-property: background-color, border-color, color, fill, stroke;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .mobile-small\:transition-opacity {
        transition-property: opacity;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .mobile-small\:transition-shadow {
        transition-property: box-shadow;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .mobile-small\:transition-transform {
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .mobile-small\:delay-75 {
        transition-delay: 75ms;
    }

    .mobile-small\:delay-100 {
        transition-delay: 100ms;
    }

    .mobile-small\:delay-150 {
        transition-delay: 150ms;
    }

    .mobile-small\:delay-200 {
        transition-delay: 200ms;
    }

    .mobile-small\:delay-300 {
        transition-delay: 300ms;
    }

    .mobile-small\:delay-500 {
        transition-delay: 500ms;
    }

    .mobile-small\:delay-700 {
        transition-delay: 700ms;
    }

    .mobile-small\:delay-1000 {
        transition-delay: 1000ms;
    }

    .mobile-small\:duration-75 {
        transition-duration: 75ms;
    }

    .mobile-small\:duration-100 {
        transition-duration: 100ms;
    }

    .mobile-small\:duration-150 {
        transition-duration: 150ms;
    }

    .mobile-small\:duration-200 {
        transition-duration: 200ms;
    }

    .mobile-small\:duration-300 {
        transition-duration: 300ms;
    }

    .mobile-small\:duration-500 {
        transition-duration: 500ms;
    }

    .mobile-small\:duration-700 {
        transition-duration: 700ms;
    }

    .mobile-small\:duration-1000 {
        transition-duration: 1000ms;
    }

    .mobile-small\:ease-linear {
        transition-timing-function: linear;
    }

    .mobile-small\:ease-in {
        transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    }

    .mobile-small\:ease-out {
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }

    .mobile-small\:ease-in-out {
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
}

@media(max-width:1782px) {
    main.custom-margins {
        padding-left: 7%;
        padding-right: 7%;
    }
}

@media(max-width:1282px) {
    main.custom-margins {
        padding-left: 4%;
        padding-right: 4%;
    }
}

@media(max-width:800px) {
    main.custom-margins {
        padding-left: 2%;
        padding-right: 2%;
    }
}